/* Breadcrumb container */
.investor-relation-breadcrumb {
  background-image: url(../images/investor_relation_banner.webp);
}
.pdf-container-row .pdf-container-column {
  margin-bottom: 24px;
}
.pdf-container-row {
  margin-bottom: -24px;
}
.pdf-card {
  padding: 8px;
  border-radius: 10px;
  display: flex;
  /* justify-content: space-between; */
  gap: 16px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 0px 1px #eeeeee;
}
.card-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* margin-bottom: 10px; */
}
.card-text {
  color: #1a1b1c;
}
.underline-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}
.img-container {
  flex-shrink: 0;
}
.adobe-link {
  vertical-align: bottom;
}
p {
  font-size: 14px;
  line-height: 24px;
  color: #343434;
}
.pdf-card-date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background: #f4f1d4; */
  background: #eef2f6;
  padding: 8px;
  border-radius: 6px;
  gap: 2px;
}
.pdf-card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
  padding: 8px 8px 8px 0;
}

.card-text {
  font-size: 12px;
  line-height: 17px;
}
/* .card-date-title{
    font-weight: 600;
  } */
@media (max-width: 575px) {
  .pdf-container-row .pdf-container-column {
    margin-bottom: 18px;
  }
  .pdf-container-row {
    margin-bottom: -18px;
  }
}

.product-list-item {
  margin-bottom: 20px;
}
.product-list-item-container .product-list-item:last-of-type {
  margin-bottom: 0;
}
.list-nav-title {
  margin-bottom: 10px;
}
.product-list-item-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.list-nav {
  position: relative;
}
.list-nav li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #565656;
  padding-left: 15px;
  position: relative;
  margin-bottom: 4px;
}
.list-nav li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #565656;
  border-radius: 100%;
}

.record-list {
  margin-bottom: 24px;
}

.record-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}
.year-link {
  font-size: 16px;
  line-height: 21px;
}
.record-quarter-container {
  display: flex;
  gap: 20px;
}
.record-year-link {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
  background-color: #eef2f6;
  border-radius: 6px;
}
.record-row {
  margin-bottom: -24px;
}
.record-container {
  background-color: #eef2f6;
  padding: 24px 32px 24px 23px;
  border-radius: 8px;
  height: 100%;
}
.record-link {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  gap: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.record-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  left: -16px;
  background: #286ca3;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.4s ease-out;
}
.record-link:hover:before {
  transform: scale(41);
}
.record-link:hover .record-text,
.record-link:hover .record-date {
  color: #fff;
}
.record-container h3 {
  margin-bottom: 20px;
}
.img-container {
  padding-left: 12px;
}
.record-link .icon-arrow {
  background-color: #1a1b1c;
  flex-shrink: 0;
}
.record-link .icon-arrow {
  background-color: #fff;
  height: 18px;
  width: 18px;
}
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #286ca3;
  border-radius: 0 4px 32px 0;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
}
.record-text {
  --line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
}
.record-date {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-top: 6px;
  color: #343434;
}
.disclosure-tabs-list-container {
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid #d3d3d3;
  gap: 24px;
}
.disclosure-tabs-list-container .nav-item {
  padding-bottom: 0;
  flex: 1;
}
.disclosure-tabs-list-container .nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #1a1b1c;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 10px;
  border-radius: 0;
  width: 100%;
  transition: 0.3s ease;
}
.disclosure-tabs-list-container .nav-link:hover,
.disclosure-tabs-list-container .nav-link.active {
  color: #00457c;
  border-bottom-color: #00457c;
  background-color: transparent;
}
@media (max-width: 991px) {
  .list-nav li,
  p > a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .product-list-item {
    margin-bottom: 16px;
  }
  .record-container {
    padding: 22px 16px;
  }
  .record-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .product-list-item {
    margin-bottom: 12px;
  }
  .glance-section .nav-item {
    padding-bottom: 6px;
  }
  .glance-section .nav-pills {
    gap: 20px;
  }
  .list-nav li {
    padding: 0;
  }
  .record-container {
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .list-nav li {
    width: 50%;
  }
  .record-quarter-container {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
  }
  .record-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .glance-section .nav-item .nav-link {
    font-size: 14px;
    line-height: 20px;
  }
  .list-nav li {
    width: 100%;
  }
  .record-container h3 {
    margin-bottom: 14px;
  }
}
