.csp-section-title {
  font-family: "Rubik";
  font-size: 1.25rem;
  /* line-height: 1.75rem; */
  font-weight: 700;
  color: #1E293B;
  display: flex;
  /* align-items: center; */
  gap: 0.4rem;
}

.csp-section-title::before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 0.25rem;
  border-radius: 0.125rem;
  background-image: linear-gradient(to bottom right,
      #0188CC,
      #0188CC);
}

/* .csp-section-title {
  font-family: "Rubik";
  color: #1E293B;
} */

/* .csp-section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  border-radius: 12px;
  -- background: #EAC170;
  background: #0188CC;
  margin-top: 0.2rem;
} */

.csp-section-title-underline {
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 12px;
  border-radius: 12px;
  /* background: #EAC170; */
  background: #0188CC;
}

.csp-section-filter-1-button {
  width: 100%;
  min-width: 150px;
  font-size: 12px;
  font-family: "Inter";
}

.csp-section-filter-1-options {
  font-size: 12px;
  font-family: "Inter";
  left: unset;
  right: 0;
}

.csp-section-filter-2-button {
  width: 100%;
  min-width: 200px;
  font-size: 12px;
  font-family: "Inter";
}

.csp-section-filter-2-options {
  font-size: 12px;
  font-family: "Inter";
}

.csia-asean-average-text {
  width: 32px;
  font-size: 8px;
  text-align: center;
}

.csia-score-number-circle {
  height: 32px;
  width: 32px;
  background: #F1E683;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.csia-score-progress-bar {
  height: 3px;
  width: 100%;
  background: #E4E4E4;
  position: relative;
}

.csia-score-progress-bar::before {
  content: "";
  height: 5px;
  width: 3px;
  background: #132B50;
  border-radius: 8px;
  left: 0;
  top: -1px;
  position: absolute;
  z-index: -1;
}

.csia-score-progress-bar::after {
  content: "";
  height: 5px;
  width: 3px;
  background: #E4E4E4;
  border-radius: 8px;
  right: 0;
  top: -1px;
  position: absolute;
  z-index: -1;
}

.csia-score-progress-bar .progress-result {
  height: 100%;
  width: calc(30% - 17px);
  background: #132B50;
}

.csia-score-progress-bar .score-number {
  width: 36px;
  height: 24px;
  border-radius: 24px;
  margin-top: -11px;
  margin-left: -17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .csia-score-progress-bar .progress-result {
    width: calc(30% - 11px);
  }

  .csia-score-progress-bar .score-number {
    width: 24px;
    height: 16px;
    border-radius: 16px;
    margin-top: -7px;
    margin-left: -11px;
    font-size: 10px;
  }
}

.csia-score-label {
  display: flex;
  justify-content: space-between;
  color: #64748B;
}

.csia-score-label > div {
  position: relative;
  width: 0;
  height: 15px;
}

.csia-score-label > div > div {
  position: absolute;
  width: 10px;
  margin-left: -4px;
  text-align: center;
}

.csia-score-equal-color {
  background: #F1E683;
}

.csia-score-above-color {
  background: #1EC958;
  color: #ffffff;
}

.csia-score-under-color {
  background: #E83475;
  color: #ffffff;
}

.csia-score-indicator {
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

.csia-sub-index-row:hover {
  background: rgba(22, 200, 199, 0.1019607843);
}

.csia-info-icon {
  background: #132B50;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.csia-container-radar-chart {
  border: 1px solid #ABABAB;
  border-radius: 4px;
}

.csia-container-chart {
  position: relative;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
}

.csia-container-chart .chart {
  width: 100%;
  height: 100%;
}

.csia-container-chart .legend {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  color: #64748B;
  font-size: 10px;
}

.csia-container-chart .legend div {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.2rem;
}

.csia-container-chart .legend div .icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 2px;
}

.csia-container-chart .legend div .icon.under-average {
  background-color: #D9D9D9;
}

.csia-container-chart .legend div .icon.on-average {
  background-color: #C2D6EB;
}

.csia-container-chart .legend div .icon.above-average {
  background-color: #4273B1;
}

.csia-container-chart-2 {
  position: relative;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.csia-container-chart-2 .legend {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.csia-container-chart-2 .legend > div {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.csia-container-chart-2 .legend > div .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: red;
}

.csia-container-chart-2 .chart {
  width: 100%;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .csia-container-subindex {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .csia-head-subindex {
    background: #F7F7F7;
  }
}

.csia-divider {
  display: none;
}

@media (max-width: 767.98px) {
  .csia-divider {
    display: block;
    background-color: #E4E4E4;
    opacity: 1;
    height: 1px !important;
  }
}

.cn-nav-dropdown-toggle {
  display: flex;
  height: 30px;
  padding: 8px 12px !important;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .cn-nav-dropdown-toggle {
    justify-content: space-between;
  }
}

.cn-nav-dropdown-toggle::after {
  display: inline-block;
  margin-left: 9px;
  vertical-align: text-bottom;
  content: "";
  border: none;
  width: 18px;
  height: 18px;
  background: url("../img/icon/arrow-circle-down.svg");
}

.cn-nav-dropdown-toggle.show::after {
  background: url("../img/icon/arrow-circle-up.svg");
}

.cn-nav-dropdown-menu {
  min-width: 250px;
  padding: 0.5rem;
  color: #1e293b;
  border: 1px solid #e4e4e4;
  font-family: "Inter";
  font-weight: 400;
}

.cn-nav-dropdown-menu > li > a {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

.cn-nav-dropdown-menu > li > a:hover,
.cn-nav-dropdown-menu > li > a:focus,
.cn-nav-dropdown-menu > li > a:active,
.cn-nav-dropdown-menu > li > a.active {
  background-color: rgba(95, 171, 241, 0.1019607843);
  color: #1e293b;
}

.cn-nav-dropdown-container:hover .cn-nav-dropdown-toggle::after {
  background: url("../img/icon/arrow-circle-up.svg");
}

.cn-nav-dropdown-container:hover .cn-nav-dropdown-menu {
  display: block;
}

.cn-nav-search-container {
  position: relative;
}

.cn-nav-search {
  border: 1px solid #e4e4e4;
  border-radius: 0.5rem;
  font-size: 14px;
  padding-right: 40px;
}

.cn-nav-submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 5px 12px;
}

.cn-nav-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  line-height: normal;
  border: 0;
}

.cn-nav-link {
  display: flex;
  height: 30px;
  padding: 8px 12px !important;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-family: "Rubik";
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width: 991.98px) {
  .cn-nav-link {
    justify-content: start;
  }
}

.ch-quick-access {
  height: 260px;
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ch-quick-access__ttdi-bg-color {
  background-color: #132b50;
}

.ch-quick-access__ipkn-bg-color {
  background-color: #590ac7;
}

.ch-quick-access__label {
  position: absolute;
  bottom: 26px;
  left: 26px;
  color: #ffffff;
  max-width: 215px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Rubik";
  line-height: 28px;
  z-index: 1;
}

.ch-quick-access__img {
  position: absolute;
  height: 316px;
  width: 316px;
  top: -28px;
  right: -98px;
  overflow: hidden;
  border-radius: 50%;
  outline: 82px solid;
  -o-object-fit: cover;
     object-fit: cover;
}

.ch-quick-access__outline-1 {
  outline-color: #0e2b77;
}

.ch-quick-access__outline-2 {
  outline-color: #5405b8;
}

.ch-quick-access__icon {
  position: absolute;
  top: 26px;
  left: 26px;
  font-size: 52px;
  color: white;
}

.ch-quick-access__send-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 34px;
  color: #132B50;
  display: none;
}

.ch-quick-access:hover {
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.15);
}

.ch-quick-access:hover .ch-quick-access__send-icon {
  display: block;
}

@media (max-width: 575.98px) {
  .ch-quick-access {
    height: 165px;
  }

  .ch-quick-access__icon {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 26px;
    color: white;
  }

  .ch-quick-access__label {
    bottom: 16px;
    left: 16px;
    max-width: 134px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Inter";
    line-height: 16px;
  }

  .ch-quick-access__img {
    position: absolute;
    height: 200px;
    width: 200px;
    top: -17.5px;
    right: -62px;
    outline-width: 50px;
  }
}

.ch-banner-img {
  display: block;
  width: 100%;
  height: 568px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ch-banner-carousel-control {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  padding: 1rem;
  justify-content: space-between;
  align-items: end;
  z-index: 3;
  transform: translateX(-50%);
}

@media (max-width: 575.98px) {
  .ch-banner-carousel-control {
    justify-content: center;
  }
}

.ch-banner-carousel-control-indicators {
  position: relative;
  display: flex;
  margin: 0;
  gap: 0.25rem;
  z-index: 3;
}

.ch-banner-carousel-control-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.ch-banner-carousel-control-button-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ch-banner-carousel-control-button {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.ch-banner-carousel-control-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.ch-banner-carousel-control-button span {
  width: 1.5rem;
  height: 1.5rem;
  color: #ffffff;
}

.ch-banner-carousel-caption {
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}

.ch-banner-carousel-caption div {
  max-width: 569px;
}

@media (max-width: 575.98px) {
  .ch-banner-carousel-caption {
    align-items: end;
  }

  .ch-banner-carousel-caption > div {
    margin-bottom: 30px;
  }
}

.ch-banner-carousel-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.6);
  z-index: 1;
}

.ch-latest-news-see-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-weight: 500 !important;
}

.cnw-news-top {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #e4e4e4;
}

.cnw-news-top-banner {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px 16px 64px;
  flex-direction: column;
  gap: 24px;
  background-color: #102443;
}

@media (min-width: 576px) {
  .cnw-news-top-banner {
    height: 602px;
    padding: 0;
    flex-direction: row-reverse;
    gap: 0;
  }
}

.cnw-news-top-banner-image {
  width: 100%;
  height: 351px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media (min-width: 576px) {
  .cnw-news-top-banner-image {
    height: 100%;
    width: 50%;
    border-radius: 0;
  }
}

.cnw-news-top-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.cnw-news-top-banner-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  color: #ffffff;
}

@media (min-width: 576px) {
  .cnw-news-top-banner-content {
    padding: 54px 60px;
    gap: 44px;
  }
}

.cnw-news-top-banner-content-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.cnw-news-top-banner-content-title {
  margin: 0;
  font-family: "Rubik";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

@media (min-width: 576px) {
  .cnw-news-top-banner-content-title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.588px;
  }
}

.cnw-news-top-banner-content-description {
  margin: 0;
  color: #e3e3e3;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

@media (min-width: 576px) {
  .cnw-news-top-banner-content-description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.176px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }
}

.cnw-news-top-banner-content-publisher {
  margin: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media (min-width: 576px) {
  .cnw-news-top-banner-content-publisher {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.084px;
  }
}

.cnw-news-top-banner-detail-btn {
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #132B50;
}

@media (min-width: 576px) {
  .cnw-news-top-banner-detail-btn {
    display: inline-flex;
  }
}

.cnw-news-top-carousel-control {
  width: 100%;
  padding: 0 60px 1rem;
}

.cnw-news-top-thumbs {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  background: #eff4fc;
  overflow: auto;
  cursor: pointer;
}

.cnw-news-top-thumbs [data-bs-target] {
  box-sizing: border-box;
  display: flex;
  width: 288px;
  height: auto;
  min-height: 100px;
  padding: 16px 12px;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-right: 1px solid #e4e4e4;
  gap: 4px;
  text-align: left;
  text-indent: 0;
  opacity: 1;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .cnw-news-top-thumbs [data-bs-target] {
    width: 20%;
  }
}

.cnw-news-top-thumbs [data-bs-target].active {
  background: #ffffff;
}

.cnw-news-top-thumbs-item p {
  margin: 0;
}

.cnw-news-top-thumbs-item-publisher {
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media (min-width: 576px) {
  .cnw-news-top-thumbs-item-publisher {
    font-size: 12px;
    line-height: 16px;
  }
}

.cnw-news-top-thumbs-item-title {
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

@media (min-width: 576px) {
  .cnw-news-top-thumbs-item-title {
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.176px;
  }
}

.cnw-news-list {
  display: flex;
  margin-top: 34px;
  /* margin-bottom: 84px; */
  margin-bottom: 20px;
  flex-direction: column;
  gap: 24px;
}

.cnw-news-filter-category {
  width: auto;
}

@media (max-width: 575.98px) {
  .cnw-news-filter-category {
    width: 100%;
  }
}

.cnw-news-filter-category-btn {
  min-width: 200px;
}

.cnw-news-filter-search {
  position: relative;
  z-index: 2;
  /* background-color: white; */
  /* padding: 0.75rem; */
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  /* box-shadow: 4px 20px 40px 0 rgba(0, 0, 0, 0.0588235294); */
}

.cnw-news-filter-search-right {
  display: flex;
  gap: 0.75rem;
}

@media (max-width: 575.98px) {
  .cnw-news-filter-search-right {
    width: 100%;
  }
}

.cnw-news-filter-search.banner-hidden {
  transform: unset;
}

.cnw-news-filter-search-section-banner-hidden {
  padding-top: 34px;
}

.cnw-news-search-input {
  height: 100%;
}

.cnw-news-search-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  height: 100%;
  display: flex;
  align-items: center;
}

.cnw-news-search-info {
  color: #3a4e6d;
}

.cnw-news-search-info .search-keyword {
  color: #132B50;
  font-weight: 600;
}

.cnw-news-badge {
  font-size: 9px;
  color: #1E293B;
  padding: 2px 6px;
  background-color: #d5d5d5;
  border-radius: 50rem;
  font-family: "Inter";
}

.cnw-news-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  overflow: hidden;
  /* height: 31px; */
  height: 25px;
  justify-content: end;
}

.cnw-news-tags * {
  font-size: 14px;
  color: #1E293B;
  /* padding: 5px 14px;
  background-color: #eff4fc; */
  padding: 3px 10px;
  background-color: #dfdfdf;
  border-radius: 50rem;
  font-family: "Inter";
}

.cnw-news-tags *:hover {
  color: #fff;
  background-color: #0188CC;
}

.cnw-news-item-infografis {
  position: relative;
    width: 100%;
    /* height: 260px; */
    height: 360px;
    background-color: #e9ecef;
    /* border-radius: 10px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cnw-news-item-infografis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cnw-news-item-infografis-detail {
  position: relative;
  width: 100%;
  height: 550px;
  background-color: #e9ecef;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cnw-news-item-infografis-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .cnw-news-item-infografis:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  .cnw-news-item-infografis-detail:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .cnw-news-item-infografis {
    height: 220px;
  }
  .cnw-news-item-infografis-detail {
    height: 320px;
  }
}
@media (max-width: 576px) {
  .cnw-news-item-infografis {
    height: 180px;
  }.cnw-news-item-infografis-detail {
    height: 220px;
  }
}

.cnw-news-item-img {
  position: relative;
  width: 100%;
  border-radius: 4px;
  background-color: #dee2e6;
  transition: transform .4s ease;
}
.cnw-news-item-img:hover {
  transform: scale(1.03);
  cursor: pointer;
}

@media (min-width: 992px) {
  .cnw-news-item-img {
    border-radius: 20px 4px;
    height: 206px;
  }
}

.cnw-news-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media (min-width: 576px) {
  .cnw-news-item-img img {
    height: 204px;
  }
}

@media (min-width: 992px) {
  .cnw-news-item-img img {
    /* border-radius: 20px 4px; */
  }
}

.cnw-news-item-img-ornament {
  position: absolute;
  left: 0;
  bottom: 0;
  /* height: 7px; */
  height: 12px;
}

@media (min-width: 992px) {
  .cnw-news-item-img-ornament {
    /* height: 16px; */
    height: 22px;
    margin-bottom: 1px;
  }
}

.cnw-news-item-img-ornament img {
  height: 100%;
  vertical-align: top;
  border-radius: 0;
}

.cnw-news-item-img-ornament img.img-ornament {
  display: none;
}

@media (min-width: 992px) {
  .cnw-news-item-img-ornament img.img-ornament {
    display: block;
  }
}

.cnw-news-item-img-ornament img.img-ornament-mobile {
  display: block;
}

@media (min-width: 992px) {
  .cnw-news-item-img-ornament img.img-ornament-mobile {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .cnw-news-item-img {
    width: 143px;
    height: 95px;
    border-radius: 4px;
  }
}

.cnw-news-item-author {
  font-size: 12px;
  line-height: 16px;
  color: #64748B;
}

.cnw-news-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #1E293B;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.cnw-news-item-title:hover {
  /* color: #1E293B; */
  /* color: #f59e0b; */
  color: #0188CC;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .cnw-news-item-title {
    font-size: 12px;
    line-height: 16px;
  }
}

.cnw-news-item-description {
  font-size: 12px;
  line-height: 16px;
  color: #64748B;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.cnw-news-item-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
}

.cnw-news-item-tags span {
  font-size: 12px;
  color: #1E293B;
  font-family: "Inter";
  line-height: 16px;
  padding: 2px 8px;
  background-color: #eff4fc;
  border-radius: 50rem;
  max-width: 106px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.cnw-news-item-tags-separator {
  /* border: 1px solid rgba(22, 200, 199, 0.1019607843); */
  /* border: 1px solid #e6e7eb; */
  border: 1px solid var(--app-card-border);
  margin: 0.75rem 0;
}

.cnw-news-item-tags .toggle-other-tags {
  cursor: pointer;
}

.cnw-news-item-other-tags {
  display: none;
  position: absolute;
  top: 26px;
  right: 0;
  padding: 10px;
  border-radius: 8px;
  background: var(--base-dark-2, #454545);
  z-index: 10;
}

.cnw-news-item-other-tags span {
  padding: 2px 8px;
  background-color: #eff4fc;
  font-size: 12px;
  color: #1E293B;
  font-family: "Inter";
  font-weight: 400;
  line-height: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.cnw-news-item-other-tags span:not(:last-child) {
  margin-bottom: 10px;
}

.cnw-news-item-view-count {
  font-size: 12px;
  color: #64748B;
  /* border-right: 1px solid #64748B; */
  border-right: 1px solid #e6e7eb;
  /* Uncomment if tags implemented */
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.cnw-news-detail-author-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #dee2e6;
}

.cnw-news-detail-author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cnw-news-detail-content-img {
  width: 100%;
  height: 430px;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #dee2e6;
}

@media (max-width: 575.98px) {
  .cnw-news-detail-content-img {
    height: 202px;
  }
}

.cnw-news-detail-content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cnw-news-detail-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cnw-news-detail-tags * {
  font-size: 14px;
  font-family: "Inter";
  color: #1E293B;
  padding: 0.5rem 1rem;
  background-color: #eff4fc;
  border-radius: 50rem;
}

.cnw-news-detail-tags *:hover {
  color: #1E293B;
}

.cnw-news-detail-sidebar {
  padding-left: 0;
  list-style: none;
  position: sticky;
  top: calc(8rem + 15px);
}

.cnw-news-detail-share-buttons {
  padding-left: 0;
  list-style: none;
  position: sticky;
  top: calc(6rem + 48px);
}

@media (max-width: 575.98px) {
  .cnw-news-detail-share-buttons {
    position: relative;
    top: unset;
    display: flex;
    gap: 12px;
  }
}

.cnw-news-detail-share-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.cnw-news-detail-share-btn:hover {
  color: white;
}

.cnw-news-detail-share-btn.bg-link {
  background-color: #132B50;
}

.cnw-news-detail-share-btn.bg-facebook {
  background-color: #1877f2;
}

.cnw-news-detail-share-btn.bg-mail {
  background-color: #db4437;
}

.cnw-news-detail-share-btn.bg-twitter {
  background-color: #1877f2;
}

.cnw-news-detail-share-btn.bg-whatsapp {
  background-color: #25d366;
}

.cnw-news-detail-icon-eye-color {
  color: #b0b8c5;
}

.cnw-news-by-tag-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-family: "Inter";
  color: #3a4e6d;
}

.cnw-news-by-tag-info-tag {
  font-size: 14px;
  font-family: "Inter";
  color: #1E293B;
  padding: 5px 14px;
  background-color: #eff4fc;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #b0b8c5;
}

.cnw-news-by-tag-info-tag a {
  text-decoration: none;
  color: #292d32;
}

.cp-pagination-prev button,
.cp-pagination-next button {
  /* border: 1px solid #E4E4E4; */
  border: 1px solid #a5a5a5;
  /* color: #212121; */
  color: var(--app-foreground-dark);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.cp-pagination-prev button:hover,
.cp-pagination-next button:hover {
  background-color: #EFF4FC;
  /* color: #212121; */
  color: var(--app-foreground-dark);
}

.cp-pagination-number button {
  /* border: 1px solid rgba(22, 200, 199, 0.1019607843); */
  border: 1px solid #a5a5a566;
  /* color: #333333; */
  color: var(--app-foreground-dark);
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter";
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.cp-pagination-number button:hover {
  /* background-color: #EFF4FC; */
  background-color: #E5F3FA;
}

.cp-pagination-number.active button {
  /* background-color: #132B50; */
  background-color: #0188CC;
  color: white;
}

.cp-pagination-dots span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(22, 200, 199, 0.1019607843);
  color: #333333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.ct-transformation-section {
  position: relative;
  padding: 44px 0;
  overflow: hidden;
  background: #eff4fc 0%;
}

@media (max-width: 575.98px) {
  .ct-transformation-section {
    padding: 24px 0;
  }
}

.ct-transformation-section-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, #eff4fc 0%, #fff 100%);
}

.ct-transformation-header {
  display: flex;
  margin-bottom: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .ct-transformation-header {
    margin-bottom: 24px;
  }
}

.ct-transformation-subtitle {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  margin: 0 0 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #eac170;
  color: #132b50;
  text-align: center;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.ct-transformation-title {
  margin: 0 0 24px;
  color: #132b50;
  text-align: center;
  font-family: "Rubik";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.792px;
}

@media (max-width: 575.98px) {
  .ct-transformation-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}

.ct-transformation-description * {
  margin: 0;
  color: #808184;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
}

.ct-transformation-steps {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  background: #fff;
}

.ct-transformation-steps::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 12px;
  background: rgba(228, 228, 228, 0.5);
  z-index: 0;
}

@media (max-width: 575.98px) {
  .ct-transformation-steps::before {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
  }
}

.ct-transformation-steps-tabs {
  position: relative;
  display: flex;
  padding: 8px 0 0;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 12px 12px 0 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  background: #132b50;
  z-index: 2;
}

.ct-transformation-steps-tab-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-bottom: 1.5px solid #e4e4e4;
}

.ct-transformation-steps-tab-item button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  height: 38px;
  padding: 7px 24px;
  color: #16c8c7;
  text-align: center;
  white-space: nowrap;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.056px;
  border-radius: 0;
  border: 0;
}

.ct-transformation-steps-tab-item button:hover {
  color: #16c8c7;
}

.ct-transformation-steps-tab-item button:focus {
  box-shadow: none;
}

.ct-transformation-steps-tab-item button.active {
  background: linear-gradient(0deg, #253e66 0%, #132b50 100%);
  color: #ffffff;
}

.ct-transformation-steps-tab-item:has(button.active)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: 1.5px solid #ffa600;
}

.ct-transformation-steps-tab-item-static {
  width: 16px;
  border-bottom: 1.5px solid #e4e4e4;
  flex-shrink: 0;
  align-self: stretch;
}

.ct-transformation-steps-content {
  background: #ffffff;
  width: 100%;
  padding: 24px;
  border-radius: 0 0 12px 12px;
  z-index: 1;
}

.ct-transformation-steps-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  justify-content: left;
}

.ct-transformation-step-item {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

@media (max-width: 575.98px) {
  .ct-transformation-step-item {
    flex-direction: column;
    gap: 16px;
    align-items: start;
  }
}

.ct-transformation-step-image-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 14px;
}

.ct-transformation-step-image-container {
  display: flex;
  width: 261px;
  height: 368px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 4px solid #1e293b;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .ct-transformation-step-image-container {
    width: 65px;
    height: 92px;
    border-width: 1px;
    border-radius: 2px;
  }
}

.ct-transformation-step-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.ct-transformation-step-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
  color: #1E293B;
}

.ct-transformation-step-title-section {
  display: none;
}

@media (min-width: 576px) {
  .ct-transformation-step-title-section {
    display: block;
  }
}

.ct-transformation-step-title-section-mobile {
  display: block;
}

@media (min-width: 576px) {
  .ct-transformation-step-title-section-mobile {
    display: none;
  }
}

.ct-transformation-step-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Adjust column count */
  gap: 0;
  /* Remove gaps between cells for table-like borders */
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .ct-transformation-step-table {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ct-transformation-step-table-cell {
  display: flex;
  padding: 10px 18px;
  flex-direction: column;
  gap: 4px;
}

@media (min-width: 576px) {
  .ct-transformation-step-table-cell:nth-child(odd) {
    border-right: 1px solid #e4e4e4;
  }

  .ct-transformation-step-table-cell:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #e4e4e4;
  }
}

@media (max-width: 575.98px) {
  .ct-transformation-step-table-cell:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
  }
}

.ct-transformation-download-btn {
  width: 100%;
}

@media (min-width: 576px) {
  .ct-transformation-download-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.ct-kerangka-nilai-section {
  background-color: #132b50;
  position: relative;
}

.ct-kerangka-nilai-section::after {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 50%;
  max-height: 214px;
  background: url("../img/ttdi/accent.svg") no-repeat right;
  opacity: 0.4;
}

.ct-kerangka-nilai-banner-img {
  width: 419px;
  height: 468px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .ct-kerangka-nilai-banner-img {
    width: 100%;
    height: 314px;
  }
}

.ct-kerangka-nilai-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .ct-kerangka-nilai-container > * {
    width: 90%;
  }
}

.ct-kerangka-nilai-global-report {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3a4e6d;
}

.ct-kerangka-nilai-global-report-title-font {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

@media (max-width: 767.98px) {
  .ct-kerangka-nilai-global-report {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
    gap: 1rem;
  }

  .ct-kerangka-nilai-global-report-title-font {
    font-size: 16px;
  }
}

.ct-kerangka-nilai-btn-global-report {
  background-color: #eac170;
  color: #132B50;
  font-family: "Rubik";
  font-size: 16px;
}

.ct-kerangka-nilai-title-font {
  font-size: 28px;
  font-family: "Rubik";
  color: white;
  font-weight: 600;
}

.ct-kerangka-nilai-sub-title-font {
  font-size: 14px;
  font-family: "Inter";
  color: white;
}

@media (max-width: 575.98px) {
  .ct-kerangka-nilai-title-font {
    font-size: 16px;
  }

  .ct-kerangka-nilai-sub-title-font {
    font-size: 12px;
  }
}

.ct-trend-section {
  position: relative;
  z-index: 5;
}

.ct-trend-chart {
  width: 100%;
  height: 350px;
}

.cit-indicator-detail-list {
  color: #1E293B;
  font-family: "Inter";
  font-size: 12px;
}

.cit-indicator-detail-list tr > td {
  padding: 0.3rem 0;
  vertical-align: top;
}

.cit-indicator-detail-list tr > td:first-child,
.cit-indicator-detail-list tr > td:nth-child(2) {
  color: #64748B;
}

.cit-indicator-detail-list tr > td:first-child {
  width: 120px;
}

.cit-indicator-detail-list tr > td:nth-child(2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.cit-indicator-progress-bar {
  position: relative;
  height: 6px;
  width: 100%;
  background: #EEEEEE;
  margin-bottom: 0.75rem;
}

.cit-indicator-progress-bar .number-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 8px;
  display: flex;
  justify-content: space-between;
}

.cit-indicator-progress-bar .number-indicator div {
  width: 4px;
  height: 8px;
  border-radius: 8px;
  background-color: #C0C0C0;
}

.cit-indicator-progress-bar .information-indicator div {
  position: absolute;
  top: -5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  transform: translateX(-50%);
}

.cit-indicator-progress-bar .information-indicator div.active {
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  transform: translateX(-50%);
  outline: 6px solid rgba(19, 43, 80, 0.1019607843);
}

.cit-indicator-score-number {
  position: relative;
  width: 100%;
}

.cit-indicator-score-number .score-number {
  position: relative;
  width: 100%;
  color: #454545;
  font-size: 16px;
  font-family: "Inter";
  display: flex;
  justify-content: space-between;
}

.cit-indicator-score-number .info-value div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  border-radius: 24px;
  color: #132B50;
  font-family: "Inter";
  font-size: 12px;
  background-color: #E8F9F9;
  transform: translateX(-50%);
}

.cit-indicator-info-current {
  z-index: 1;
}

.cit-indicator-info-indicator-color {
  color: white;
}

.cit-indicator-info-indicator-color-min {
  background-color: #E83475;
}

.cit-indicator-info-indicator-color-max {
  background-color: #1EC958;
}

.cit-indicator-info-indicator-color-average {
  background-color: #EAC170;
}

.cit-indicator-info-indicator-color-current {
  background-color: #590AC7;
}

.cit-indicator-current-score {
  margin-bottom: 1.25rem;
}

.cit-indicator-current-score div {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 24px;
  color: white;
  font-family: "Inter";
  font-size: 16px;
  background-color: #590AC7;
  transform: translateX(-50%);
}

.cit-indicator-information-legend > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cit-indicator-information-legend > div > span:first-child {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
}

.cit-indicator-information-legend > div > span:nth-child(2) {
  color: #64748B;
  font-size: 12px;
  font-family: "Inter";
}

.cit-indicator-information-separator {
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
}

.cit-indicator-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 0.5rem;
  background-color: #F8F8F8;
}

.cit-indicator-sidebar label {
  text-decoration: none;
  color: #64748B;
  padding: 20px;
  border-radius: 12px;
  font-size: 14px;
  font-family: "Inter";
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.cit-indicator-sidebar label input[type=radio] {
  display: none;
}

.cit-indicator-sidebar label .icon {
  font-size: 28px;
  color: #64748B;
}

.cit-indicator-sidebar label:hover,
.cit-indicator-sidebar label:active,
.cit-indicator-sidebar label:focus,
.cit-indicator-sidebar label.active {
  color: white;
  background-color: #132B50;
}

.cit-indicator-sidebar label:hover .icon,
.cit-indicator-sidebar label:active .icon,
.cit-indicator-sidebar label:focus .icon,
.cit-indicator-sidebar label.active .icon {
  color: white !important;
}

.cit-indicator-header {
  background-color: rgba(22, 200, 199, 0.1);
}

@media (max-width: 575.98px) {
  .cit-indicator-header > .row > :not(:last-child) {
    margin-bottom: 6px;
  }
}

.cit-indicator-filter-button-year {
  min-width: 150px;
}

.cit-indicator-filter-options-year {
  left: unset;
  right: 0;
}

.cit-indicator-tren-color {
  color: #1EC958;
}

.cit-indicator-chart-wrapper {
  position: relative;
}

.cit-indicator-chart-wrapper .start-number {
  position: relative;
  left: 16px;
}

.cit-indicator-chart-wrapper .end-number {
  position: absolute;
  right: 16px;
}

.cit-indicator-chart-wrapper .chart-bar {
  height: 72px;
}

.ccsb-custom-select-box {
  position: relative;
}

.ccsb-custom-select-button {
  border: 1px solid #dee2e6;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  background-color: white;
  color: #1E293B;
  font-family: "Inter";
  text-align: left;
}

.ccsb-custom-select-button:hover,
.ccsb-custom-select-button.active {
  outline: 2px solid rgba(89, 10, 199, 0.1019607843) !important;
}

.ccsb-custom-select-button span:first-child {
  color: #1E293B;
}

.ccsb-custom-select-button span.arrow-icon {
  color: #132B50;
  font-size: calc(1em + 4px);
}

.ccsb-custom-select-button .arrow-icon:before {
  font-family: "icomoon" !important;
  content: "\E909";
}

.ccsb-custom-select-button.active .arrow-icon:before {
  content: "\E907";
}

.ccsb-custom-select-options {
  min-width: 100%;
  max-height: 220px;
  overflow-y: auto;
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #dee2e6;
  padding: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  color: #1E293B;
  z-index: 1000;
}

.ccsb-custom-select-options label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-family: "Inter";
}

.ccsb-custom-select-options label span.check-mark {
  font-size: 20px;
}

.ccsb-custom-select-options label input[type=radio] {
  display: none;
}

.ccsb-custom-select-options label:hover,
.ccsb-custom-select-options label.active {
  background-color: rgba(95, 171, 241, 0.1019607843);
}

.ccsb-custom-select-options label:not(.active) .check-mark {
  display: none;
}

.ccsb-v2-custom-select-box {
  position: relative;
}

.ccsb-v2-custom-select-button {
  border: 1px solid #dee2e6;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  background-color: white;
  color: #1E293B;
  font-family: "Inter";
  text-align: left;
}

.ccsb-v2-custom-select-button:hover,
.ccsb-v2-custom-select-button.active {
  outline: 2px solid rgba(89, 10, 199, 0.1019607843) !important;
}

.ccsb-v2-custom-select-button span:first-child {
  color: #1E293B;
}

.ccsb-v2-custom-select-button span.arrow-icon {
  color: #132B50;
  font-size: calc(1em + 4px);
}

.ccsb-v2-custom-select-button .arrow-icon:before {
  font-family: "icomoon" !important;
  content: "\E909";
}

.ccsb-v2-custom-select-button.active .arrow-icon:before {
  content: "\E907";
}

.ccsb-v2-custom-select-button:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.ccsb-v2-custom-select-options {
  min-width: 100%;
  max-height: 220px;
  overflow-y: auto;
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #dee2e6;
  padding: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  color: #1E293B;
  z-index: 1000;
}

.ccsb-v2-custom-select-options label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-family: "Inter";
}

.ccsb-v2-custom-select-options label span.check-mark {
  font-size: 20px;
}

.ccsb-v2-custom-select-options label input[type=radio],
.ccsb-v2-custom-select-options label input[type=checkbox] {
  display: none;
}

.ccsb-v2-custom-select-options label:hover,
.ccsb-v2-custom-select-options label:has(input:checked) {
  background-color: rgba(95, 171, 241, 0.1019607843);
}

.ccsb-v2-custom-select-options label:not(.ccsb-v2-custom-select-options label:has(input:checked)) .check-mark {
  display: none;
}

.ci-intro-section {
  position: relative;
  padding: 5rem 0;
}

.ci-intro-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #EFF4FC;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .ci-intro-section {
    padding: 0;
  }

  .ci-intro-section:after {
    display: none;
  }
}

.ci-intro-banner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5rem 0;
  width: 50%;
}

.ci-intro-banner-img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ci-intro-banner-decoration-1 {
  position: absolute;
  margin-top: 1rem;
  margin-left: 7rem;
  width: 255px;
  height: 12px;
  background-color: #EAC170;
}

.ci-intro-banner-decoration-2 {
  position: absolute;
  top: 3.4rem;
  left: -3.8rem;
  background: url("../img/banner/dots-decoration.png") no-repeat;
  width: 95px;
  height: 77px;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .ci-intro-banner {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    padding: 0 0 26px 0;
  }

  .ci-intro-banner-img {
    height: 250px;
  }

  .ci-intro-banner-decoration-1 {
    margin: 0;
    bottom: 0;
    right: 0;
  }

  .ci-intro-banner-decoration-2 {
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}

.ci-intro-content {
  height: 470px;
  display: flex;
  align-items: center;
  width: 50%;
  padding-right: 31px;
}

@media (max-width: 575.98px) {
  .ci-intro-content {
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
  }
}

.ci-kerangka-nilai-bg-color {
  background-color: unset;
}

@media (max-width: 575.98px) {
  .ci-kerangka-nilai-bg-color {
    background-color: #132B50;
  }
}

.ci-kerangka-nilai-banner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 285px;
  height: 400px;
}

@media (max-width: 575.98px) {
  .ci-kerangka-nilai-banner {
    width: 100%;
    height: auto;
    z-index: 2;
  }
}

.ci-kerangka-nilai-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black 0%, transparent 70%);
}

.ci-kerangka-nilai-banner-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ci-kerangka-nilai-banner-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #132B50;
  font-family: "Rubik";
}

.ci-kerangka-nilai-banner-info-year {
  background-color: white;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}

.ci-kerangka-nilai-banner-info-download {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.ci-kerangka-nilai-decoration {
  position: absolute;
  top: -1.6rem;
  left: -1.3rem;
  background: url("../img/banner/dots-decoration.png") no-repeat;
  width: 95px;
  height: 77px;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .ci-kerangka-nilai-decoration {
    display: none;
  }
}

.ci-kerangka-nilai-section-title {
  margin-left: 7rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 575.98px) {
  .ci-kerangka-nilai-section-title {
    color: white;
    margin-top: unset;
    margin-left: unset;
    margin-bottom: 1.5rem;
  }
}

.ci-kerangka-nilai-container {
  position: relative;
  width: 100%;
  height: 206px;
  background-color: #132B50;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
}

.ci-kerangka-nilai-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/ttdi/accent.svg") no-repeat right;
  background-size: cover;
  z-index: 1;
}

.ci-kerangka-nilai-container > div {
  position: relative;
  z-index: 2;
  width: 90%;
}

@media (max-width: 575.98px) {
  .ci-kerangka-nilai-container {
    padding: unset;
    height: unset;
    background-color: unset;
    margin-bottom: 0.5rem;
  }

  .ci-kerangka-nilai-container > div {
    width: 100%;
  }

  .ci-kerangka-nilai-container:before {
    display: none;
  }
}

.ci-kerangka-nilai-mobile-container-decoration {
  content: "";
  width: 100%;
  height: 214px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/ttdi/accent.svg") no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}

@media (min-width: 576px) {
  .ci-kerangka-nilai-mobile-container-decoration {
    display: none;
  }
}

.ci-kerangka-nilai-title-font {
  font-size: 28px;
  font-family: "Rubik";
  color: white;
  font-weight: 600;
}

.ci-kerangka-nilai-sub-title-font {
  font-size: 16px;
  font-family: "Inter";
  color: white;
}

@media (max-width: 575.98px) {
  .ci-kerangka-nilai-title-font {
    font-size: 16px;
  }

  .ci-kerangka-nilai-sub-title-font {
    font-size: 12px;
  }
}

.cas-score-average-text {
  width: 32px;
  font-size: 8px;
  text-align: center;
}

.cas-score-number-circle {
  height: 32px;
  width: 32px;
  background: #F1E683;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.cas-score-progress-bar {
  height: 3px;
  width: 100%;
  background: #E4E4E4;
  position: relative;
}

.cas-score-progress-bar::before {
  content: "";
  height: 5px;
  width: 3px;
  background: #132B50;
  border-radius: 8px;
  left: 0;
  top: -1px;
  position: absolute;
  z-index: -1;
}

.cas-score-progress-bar::after {
  content: "";
  height: 5px;
  width: 3px;
  background: #E4E4E4;
  border-radius: 8px;
  right: 0;
  top: -1px;
  position: absolute;
  z-index: -1;
}

.cas-score-progress-bar .progress-result {
  height: 100%;
  width: 0;
  background: #132B50;
}

.cas-score-progress-bar .score-number {
  width: 36px;
  height: 24px;
  border-radius: 24px;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .cas-score-progress-bar .score-number {
    width: 24px;
    height: 16px;
    border-radius: 16px;
    font-size: 10px;
  }
}

.cas-score-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter";
  color: #64748B;
}

.cas-score-label > div {
  position: relative;
  width: 0;
  height: 15px;
}

.cas-score-label > div > div {
  position: absolute;
  width: 10px;
  margin-left: -4px;
  text-align: center;
}

.cas-score-average-color {
  background: #F1E683;
}

.cas-score-above-color {
  background: #1EC958;
  color: #ffffff;
}

.cas-score-under-color {
  background: #E83475;
  color: #ffffff;
}

.cas-score-indicator {
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

.cas-highlighted-row {
  background: rgba(22, 200, 199, 0.1019607843);
}

@media (max-width: 767.98px) {
  .cas-score-list > div:not(:last-child) {
    border-bottom: 1px solid #E4E4E4;
  }
}

.cas-info-icon {
  background: #132B50;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cas-container {
  height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .cas-container {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .cas-header {
    background: #F7F7F7;
  }
}

.cas-empty-img {
  height: 150px;
}

.cas-sub-index-filter {
  width: 300px !important;
}

.cas-sub-index-filter button:first-child > span {
  text-align: left;
}

.cas-score-container {
  display: flex;
  flex-direction: column;
}

.cas-score-header {
  display: flex;
  margin-bottom: 16px;
  padding: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(22, 200, 199, 0.25);
  color: #1e293b;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.176px;
}

.cas-score-header p {
  margin: 0;
}

.cas-score-header-data {
  display: flex;
  margin-top: 6px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  color: #64748b;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media (max-width: 575.98px) {
  .cas-score-header-data {
    flex-direction: column;
    gap: 4px;
  }
}

.cas-score-header-data p {
  margin: 0;
  width: 0;
  flex: 1;
}

@media (max-width: 575.98px) {
  .cas-score-header-data p {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.cas-score-table-wrapper {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
}

.cas-score-table {
  border-collapse: collapse;
  width: 100%;
  max-height: 100%;
  border-color: #ebebeb;
}

.cas-score-table tr {
  display: table-row;
  background: #f3f3f3;
}

.cas-score-table th {
  width: 120px;
  padding: 12px 16px;
  color: #000000;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-wrap: nowrap;
}

.cas-score-table td {
  height: 64px;
  padding: 12px 16px;
  border-width: 1px;
  background: #ffffff;
  color: #262626;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
}

.cas-score-table td:first-child {
  border-left-width: 0px;
}

.cas-score-table td:last-child {
  border-right-width: 0px;
}

.cas-score-table tr:first-of-type th:first-of-type {
  border-top: 1px solid #e5e5e5;
  border-top-left-radius: 8px;
}

.cas-score-table tr:first-of-type th:last-child {
  border-top-right-radius: 8px;
}

.cas-score-table tr:last-child td:first-of-type {
  border-bottom-left-radius: 8px;
}

.cas-score-table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.cas-score-table tr:last-child td {
  border-bottom-width: 0px;
}

.cas-score-sub-index-button span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.cas-score-mobile {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}

.cas-score-mobile > :not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}

.cas-score-mobile-template {
  padding: 10px 12px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  color: #64748B;
}

.cas-score-mobile-template-values {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

.cas-score-mobile-template p {
  margin: 0;
}

.cau-section-title {
  position: relative;
  margin: 0 0 16px;
  color: #1e293b;
  text-align: center;
  font-family: "Rubik";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.588px;
}

@media (max-width: 575.98px) {
  .cau-section-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.34px;
  }
}

.cau-section-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 40px;
  height: 4px;
  margin-top: 12px;
  border-radius: 12px;
  background: #EAC170;
  transform: translateX(-50%);
}

.cau-intro {
  display: flex;
  width: 100%;
  padding: 34px 0;
  background: #eff4fc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 34px;
  overflow: hidden;
}

.cau-intro-title {
  color: #132b50;
  font-family: "Rubik";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.792px;
}

.cau-intro-gallery {
  display: flex;
  padding: 0 24px;
  gap: 14px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .cau-intro-gallery {
    padding: 0 16px;
  }
}

.cau-intro-gallery-item {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cau-intro-flex {
  display: flex;
  width: 100%;
  gap: 14px;
}

@media (max-width: 575.98px) {
  .cau-intro-flex {
    flex-wrap: wrap;
    gap: 7px;
  }
}

.cau-intro-grid {
  display: grid;
  gap: 14px;
}

@media (max-width: 575.98px) {
  .cau-intro-grid {
    gap: 7px;
  }
}

.cau-intro-grid-cols-2 {
  grid-template-columns: repeat(2, auto);
}

.cau-intro-grid-rows-2 {
  grid-template-rows: repeat(2, auto);
}

.cau-intro-grid-img-1 {
  width: 328px;
  height: 240px;
}

@media (max-width: 575.98px) {
  .cau-intro-grid-img-1 {
    width: 169px;
    height: 124px;
  }
}

.cau-intro-grid-img-2 {
  width: 328px;
  height: 210px;
}

@media (max-width: 575.98px) {
  .cau-intro-grid-img-2 {
    width: 169px;
    height: 108px;
  }
}

.cau-intro-grid-img-3 {
  width: 320px;
  height: 300px;
}

@media (max-width: 575.98px) {
  .cau-intro-grid-img-3 {
    width: 165px;
    height: 155px;
  }
}

.cau-intro-grid-img-4 {
  width: 320px;
  height: 150px;
}

@media (max-width: 575.98px) {
  .cau-intro-grid-img-4 {
    width: 165px;
    height: 77px;
  }
}

.cau-intro-grid-img-5 {
  width: 320px;
  height: 226px;
}

@media (max-width: 575.98px) {
  .cau-intro-grid-img-5 {
    width: 153px;
    height: 108px;
  }
}

.cau-intro-grid-img-6 {
  width: 382px;
  height: 226px;
}

@media (max-width: 575.98px) {
  .cau-intro-grid-img-6 {
    width: 183px;
    height: 108px;
  }
}

.cau-intro-grid-img-7 {
  width: 370px;
  height: 224px;
}

@media (max-width: 575.98px) {
  .cau-intro-grid-img-7 {
    width: 177px;
    height: 107px;
  }
}

.cau-intro-grid-img-8 {
  width: 332px;
  height: 224px;
}

@media (max-width: 575.98px) {
  .cau-intro-grid-img-8 {
    width: 158px;
    height: 107px;
  }
}

.cau-laporan {
  display: flex;
  width: 100%;
  height: 662px;
  padding: 54px 0;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  background: linear-gradient(180deg, #eff4fc 0%, #fff 100%);
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .cau-laporan {
    gap: 32px;
    background: #EFF4FC;
    height: 500px;
    padding-bottom: 0;
  }
}

.cau-laporan-title {
  font-size: 28px;
  line-height: 36px;
}

@media (max-width: 575.98px) {
  .cau-laporan-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.cau-laporan-container {
  display: flex;
  width: 100%;
  max-width: 1393px;
  justify-content: flex-start;
  overflow: hidden;
  cursor: pointer;
}

.cau-laporan-container.active {
  cursor: grabbing;
}

.cau-laporan-card {
  position: relative;
  display: flex;
  width: 276px;
  height: 353px;
  padding: 8px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 575.98px) {
  .cau-laporan-card {
    width: 195px;
    height: 260px;
  }
}

.cau-laporan-card.active {
  width: 340px;
  height: 453px;
  padding: 10px;
  border-radius: 13px;
  background: #ffffff;
}

@media (max-width: 575.98px) {
  .cau-laporan-card.active {
    width: 271px;
    height: 356px;
    border-radius: 12px;
    padding: 8px;
  }
}

.cau-laporan-card-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.cau-laporan-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: luminosity;
  transition: all 0.3s ease;
  pointer-events: none;
}

.cau-laporan-card.active .cau-laporan-card-image img {
  mix-blend-mode: normal;
}

.cau-laporan-card-content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  width: calc(100% - 32px);
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 7px;
  background: #ffffff;
  color: #1e293b;
}

.cau-laporan-card-date {
  margin-bottom: 4px;
  color: #64748b;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.cau-laporan-card-title {
  margin: 0;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.cau-laporan-card-description {
  opacity: 0;
  max-height: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.cau-laporan-card-description p {
  margin: 0;
}

.cau-laporan-card.active .cau-laporan-card-description {
  margin-top: 4px;
  opacity: 1;
  max-height: none;
}

.cau-banner-section-title {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.cau-banner-section-title::before {
  content: "";
  display: block;
  width: 8px;
  border-radius: 8px;
  background: #EAC170;
}

.cau-banner-section-title h1 {
  margin: 0.5rem 0;
  max-width: 350px;
  color: #1e293b;
  font-family: "Rubik";
  line-height: 44px;
  font-size: 36px;
}

.cau-banner-section-img-1 {
  width: 719px;
  height: 444px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

@media (max-width: 991.98px) {
  .cau-banner-section-img-1 {
    width: 100%;
    height: 232px;
    position: relative;
  }
}

.cau-banner-section-img-2 {
  width: 733px;
  height: 355px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .cau-banner-section-img-2 {
    width: 100%;
    height: 182px;
  }
}

.cau-banner-section-dots-decoration {
  position: absolute;
  bottom: 51.75px;
  left: -18px;
  width: auto;
  z-index: 1;
}

.cau-banner-section-rectangle-decoration {
  width: 350px;
  height: 16px;
  background: #EAC170;
  bottom: 0;
  left: 30px;
  position: absolute;
}

.cau-prakarsa-info-img-1 {
  display: inline-block;
  margin-bottom: 79px;
}

.cau-prakarsa-info-img-1 img {
  width: 346px;
  height: 486px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}

@media (max-width: 575.98px) {
  .cau-prakarsa-info-img-1 img {
    width: 211px;
    height: 297px;
  }
}

.cau-prakarsa-info-img-1::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: #EAC170;
  border-radius: 4px;
  margin-top: 16px;
}

.cau-prakarsa-info-img-2 {
  position: relative;
  width: 346px;
  height: 486px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  z-index: 2;
}

.cau-prakarsa-info-img-2-container {
  position: absolute;
  top: 79px;
  left: 159px;
}

@media (max-width: 575.98px) {
  .cau-prakarsa-info-img-2 {
    width: 211px;
    height: 297px;
  }

  .cau-prakarsa-info-img-2-container {
    top: 48px;
    left: 110px;
  }
}

.cau-prakarsa-info-dots-decoration {
  position: absolute;
  top: 39px;
  right: -34px;
  width: auto;
  z-index: 1;
}

.cau-prakarsa-info-bottom-decoration {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/about-us/accent-1.png") no-repeat bottom right;
  background-size: 100%;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .cau-prakarsa-info-bottom-decoration {
    background-size: auto;
  }
}

.cau-capaian {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.cau-capaian-tabs {
  display: flex;
  padding: 4px;
  align-items: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: 4px 4px 18px 0px rgba(18, 18, 18, 0.08);
}

.cau-capaian-tab-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  width: 180px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  border-radius: 999px;
  background: #ffffff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.272px;
  border: 0;
}

@media (max-width: 575.98px) {
  .cau-capaian-tab-item {
    width: 168px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}

.cau-capaian-tab-item.active {
  background: #132b50;
  color: #ffffff;
}

.cau-landasan {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
  max-width: 1161px;
  width: 100%;
  justify-content: center;
}

.cau-landasan-card {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #e4e4e4;
}

.cau-landasan-card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content {
    flex-direction: row;
    gap: 6px;
  }
}

.cau-landasan-card-content-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-image {
    width: 126px;
    height: 126px;
    border-radius: 4px;
  }
}

.cau-landasan-card-content-image-illustration {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 124px;
  height: 133px;
  z-index: 4;
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-image-illustration {
    bottom: 9px;
    left: 9px;
    width: 58px;
    height: 62px;
  }
}

.cau-landasan-card-content-image-ornament {
  position: absolute;
  top: -57px;
  left: -94px;
  width: 247px;
  height: 247px;
  z-index: 3;
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-image-ornament {
    top: -18px;
    left: -34px;
    width: 116px;
    height: 116px;
  }
}

.cau-landasan-card-content-image-pin {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  width: 44px;
  padding: 33px 8px 11px 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0px 0px 199px 199px;
  background: #fff;
  z-index: 3;
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-image-pin {
    width: 20px;
    padding: 15px 3.5px 5px 3.5px;
    border-radius: 0px 0px 93px 93px;
  }
}

.cau-landasan-card-content-image-pin img {
  width: 28px;
  height: 29px;
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-image-pin img {
    width: 13px;
    height: 13.5px;
  }
}

.cau-landasan-card-content-image-circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 218px;
  height: 218px;
  background: #fff;
  filter: blur(75px);
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-image-circle-center {
    width: 102px;
    height: 102px;
  }
}

.cau-landasan-card-content-image-circle-top {
  position: absolute;
  top: -142px;
  right: -142px;
  width: 284px;
  height: 284px;
  border-radius: 284px;
  background: #16c8c7;
  filter: blur(75px);
  z-index: 1;
}

.cau-landasan-card-content-image-circle-bottom {
  position: absolute;
  bottom: -25px;
  right: 35px;
  width: 372px;
  height: 113px;
  border-radius: 372px;
  background: #f6f6f6;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-image-circle-bottom {
    bottom: -11px;
    right: 21px;
    width: 175px;
    height: 53px;
  }
}

.cau-landasan-card-content-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  flex-grow: 1;
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-description {
    justify-content: start;
  }
}

.cau-landasan-card-content-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-text {
    gap: 2px;
  }
}

.cau-landasan-card-content-text p {
  margin: 0;
}

.cau-landasan-card-content-text-title {
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-text-title {
    font-size: 12px;
  }
}

.cau-landasan-card-content-text-description {
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-text-description {
    font-size: 10px;
  }
}

@media (max-width: 575.98px) {
  .cau-landasan-card-content-button {
    padding: 6px !important;
    border-radius: 5px !important;
    font-size: 8px !important;
  }
}

.cau-tujuan {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
  max-width: 874px;
  margin: 0 auto;
}

.cau-tujuan-card {
  display: flex;
  width: 278px;
  padding: 12px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 575.98px) {
  .cau-tujuan-card {
    width: 343px;
  }
}

.cau-tujuan-card-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cau-tujuan-card-header p {
  margin: 0;
}

.cau-tujuan-card-image {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 333px;
  overflow: hidden;
  background-color: #132b50;
  background-size: cover;
  background-position: center;
  border-radius: 12px 12px 0 0;
  -webkit-clip-path: path("M0.5 322.014V0H254.5V278.57C205.502 312.873 145.852 333 81.5 333C53.4419 333 26.2774 329.174 0.5 322.014Z");
          clip-path: path("M0.5 322.014V0H254.5V278.57C205.502 312.873 145.852 333 81.5 333C53.4419 333 26.2774 329.174 0.5 322.014Z");
}

@media (max-width: 575.98px) {
  .cau-tujuan-card-image {
    height: 418px;
    border-radius: 8px 8px 0 0;
    -webkit-clip-path: path("M0 404.419V0H319V349.857C257.463 392.938 182.548 418.217 101.728 418.217C66.49 418.217 32.374 413.411 0 404.419Z");
            clip-path: path("M0 404.419V0H319V349.857C257.463 392.938 182.548 418.217 101.728 418.217C66.49 418.217 32.374 413.411 0 404.419Z");
  }
}

.cau-tujuan-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cau-tujuan-card-image-ornament {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cau-tujuan-bg-color {
  background-color: #132B50;
}

.cau-tujuan-title {
  position: relative;
  z-index: 2;
}

.cau-tujuan-title-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cau-tujuan-header-decoration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/about-us/accent-2.png") no-repeat bottom left;
  background-size: auto 100%;
  z-index: 1;
}

@media (min-width: 1200px) {
  .cau-tujuan-header-decoration {
    background-size: 100%;
  }
}

.cau-lingkup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 44px;
}

.cau-lingkup-card {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
}

@media (min-width: 576px) {
  .cau-lingkup-card {
    height: 396px;
  }
}

.cau-lingkup-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  z-index: 1;
}

.cau-lingkup-card-inner::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 18px;
  border: 4px solid #89a3e7;
  opacity: 0;
  z-index: 0;
  transition-property: opacity;
  transition-duration: 0s;
  transition-delay: 0s;
}

.cau-lingkup-card:hover .cau-lingkup-card-inner {
  transform: rotateY(180deg);
}

.cau-lingkup-card:hover .cau-lingkup-card-inner::before {
  opacity: 1;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.cau-lingkup-card-front,
.cau-lingkup-card-back {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  backface-visibility: hidden;
}

.cau-lingkup-card-front {
  padding: 24px 44px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #000;
  gap: 32px;
}

.cau-lingkup-card-front-title {
  margin: 0;
  text-align: center;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

@media (min-width: 576px) {
  .cau-lingkup-card-front-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}

.cau-lingkup-card-back {
  padding: 24px 26px;
  align-items: flex-start;
  background-color: #132b50;
  color: #fff;
  transform: rotateY(180deg);
  gap: 12px;
}

.cau-lingkup-card-back-title {
  margin: 0;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

@media (min-width: 576px) {
  .cau-lingkup-card-back-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
  }
}

.cau-lingkup-card-back-description {
  margin: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media (min-width: 576px) {
  .cau-lingkup-card-back-description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.084px;
  }
}

.cau-lingkup-content-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

@media (max-width: 575.98px) {
  .cau-lingkup-content-row {
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}

.cau-lingkup-item-img {
  height: 120px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575.98px) {
  .cau-lingkup-item-img {
    height: 90px;
  }
}

.cau-tim-kerja {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

@media (max-width: 575.98px) {
  .cau-tim-kerja {
    gap: 33px;
  }
}

.cau-tim-kerja-box {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .cau-tim-kerja-box {
    gap: 25.5px;
  }
}

.cau-tim-kerja-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 215px;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .cau-tim-kerja-card {
    gap: 9px;
    width: 162px;
  }
}

.cau-tim-kerja-image-wrapper {
  width: 100%;
  height: 250px;
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .cau-tim-kerja-image-wrapper {
    border-radius: 4.5px;
    height: 188.5px;
  }
}

.cau-tim-kerja-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.cau-tim-kerja-image-wrapper::before {
  content: "";
  width: 100%;
  display: block;
  border-top: 3px #EAC170 solid;
}

@media (max-width: 575.98px) {
  .cau-tim-kerja-image-wrapper::before {
    border-top: 2.26px #EAC170 solid;
  }
}

.cau-tim-kerja-text-wrapper {
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 575.98px) {
  .cau-tim-kerja-text-wrapper {
    gap: 3px;
  }
}

.cau-tim-kerja-text-name {
  font-family: "Inter";
  color: #1E293B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

@media (max-width: 575.98px) {
  .cau-tim-kerja-text-name {
    font-size: 12px;
    line-height: 16px;
  }
}

.cau-tim-kerja-text-description {
  font-family: "Inter";
  color: #64748B;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media (max-width: 575.98px) {
  .cau-tim-kerja-text-description {
    line-height: 15px;
  }
}

.cau-mitra {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 44px;
}

.cau-mitra-nav {
  display: flex;
  gap: 12px;
}

.cau-mitra-nav button {
  background: white;
  color: #292d32;
  border: 1px solid #e4e4e4;
  padding: 4px;
  font: inherit;
  font-size: 24px;
  cursor: pointer;
  outline: inherit;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cau-mitra-nav button.disabled {
  background: #eeeeee;
  cursor: default;
}

.cau-mitra-institute {
  text-align: center;
  margin-bottom: 24px;
  padding: 12px;
  display: flex;
  justify-content: center;
}

.cau-mitra-institute img {
  width: 88px !important;
  height: 88px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 575.98px) {
  .cau-mitra-institute img {
    width: 58px !important;
  }
}

.cl-banner-section {
  background: url("../img/banner/data-banner.png") no-repeat center center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 24px 2rem 2rem;
  min-height: 153px;
  position: relative;
}

@media (max-width: 575.98px) {
  .cl-banner-section {
    padding-bottom: 119px;
  }
}

.cl-banner-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}

.cl-banner-section .container {
  position: relative;
}

.cl-filter-category {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.5rem;
  box-shadow: 4px 20px 40px 0 rgba(0, 0, 0, 0.0588235294);
  z-index: 1;
  flex-wrap: wrap;
  margin-top: -34px;
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  .cl-filter-category {
    flex-direction: column;
    margin-top: -87px;
  }
}

.cl-filter-category > div {
  display: flex;
  height: 100%;
  gap: 0.75rem;
}

.cl-filter-category > div:first-child {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 575.98px) {
  .cl-filter-category > div:first-child {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .cl-filter-category > div:last-child {
    width: 100%;
  }
}

.cl-filter-category > div > .ccsb-custom-select-box label {
  background-color: unset;
  border: unset;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #132B50;
  font-size: 14px;
  border-radius: 0.5rem;
  cursor: pointer;
}

.cl-filter-category > div > .ccsb-custom-select-box label input[type=radio] {
  display: none;
}

.cl-filter-category > div > .ccsb-custom-select-box label span:first-child {
  font-size: 20px;
}

.cl-filter-category > div > .ccsb-custom-select-box label:hover,
.cl-filter-category > div > .ccsb-custom-select-box label.active {
  background-color: #132B50;
  color: white;
}

.cl-filter-year {
  min-width: 187px;
}

.cl-filter-option-year {
  left: unset;
  right: 0;
}

.cl-data-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  min-width: 200px;
  height: 358px;
  background-color: #dee2e6;
}

.cl-data-item-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cl-data-item-info {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cl-data-item-info-year {
  background-color: white;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #132B50;
  font-family: "Rubik";
}

.cl-data-item-info-title {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  color: white;
  font-family: "Inter";
}

.cl-data-item-info-download {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #132B50;
  font-family: "Rubik";
}

.cl-data-item-info-hidden {
  height: 0;
}

.cl-data-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top, black 0%, transparent 70%);
}

@media (min-width: 576px) {
  .cl-data-item:hover .cl-data-item-info-hidden,
  .cl-data-item:hover::before {
    height: 100%;
    transition: all 0.3s ease;
  }
}

@media (max-width: 575.98px) {
  .cl-data-item {
    background-color: unset;
    width: 100%;
    height: 181px;
    border: 1px solid #e4e4e4;
    display: flex;
    gap: 8px;
    padding: 6px;
    border-radius: 4px;
  }

  .cl-data-item-img {
    width: 120px;
    height: 100%;
    border-radius: 3px;
  }

  .cl-data-item-info {
    position: relative;
    bottom: unset;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 12px;
  }

  .cl-data-item-info-year {
    background-color: rgba(22, 200, 199, 0.1019607843);
    width: -moz-fit-content;
    width: fit-content;
    margin: unset !important;
  }

  .cl-data-item-info-title {
    color: #1E293B;
  }

  .cl-data-item-info-hidden {
    height: unset;
  }

  .cl-data-item-info-hidden > div {
    padding: unset !important;
  }
}

.cl-form-download-body {
  max-height: 494px;
  padding: 0;
  overflow: auto;
}

.cl-form-download-footer {
  position: sticky;
  width: 100%;
  bottom: 0;
  padding: 18px 24px;
  border-top: 1px solid var(--Form-Border, #e4e4e4);
  background: #fff;
}

.cl-form-download-info {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: rgba(234, 193, 112, 0.1);
  color: #1e293b;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cl-form-download-section {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  gap: 24px;
}

.cl-form-download-section-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}

.cl-form-download-section-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}

.cl-form-download-section-divider {
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.cl-form-download-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #132B50;
  outline: 8px solid #eff4fc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-form-download-title {
  margin: 0;
  color: #101828;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.176px;
}

.cl-form-download-description {
  margin: 0;
  color: #667085;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
}

.cl-form-download-input-label {
  margin-bottom: 8px;
}

.cl-form-download-input-email {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  color: #1E293B;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
}

.cl-form-download-profile-option {
  padding: 10px 12px;
  font-family: "Inter";
  font-size: 14px;
  color: #212121;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.cl-form-download-profile-option:has(input:checked) {
  background: rgba(95, 171, 241, 0.1);
}

.cl-form-download-profile-option input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #eeeeee;
}

.cl-form-download-profile-option input[type=radio]:checked {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23132B50'/%3E%3Cpath d='M16.0458 5.2356C16.3299 5.53703 16.3158 6.01169 16.0144 6.29579L8.08456 13.7697C7.74829 14.0866 7.22042 14.0769 6.89609 13.7477L4.21576 11.0274C3.92504 10.7323 3.92856 10.2575 4.22361 9.96674C4.51867 9.67602 4.99353 9.67954 5.28424 9.97459L7.51839 12.2421L14.9856 5.20421C15.287 4.92011 15.7617 4.93416 16.0458 5.2356Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  border: 0;
}

.cl-form-download-feedback-rate {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 0.5px solid var(--Form-Border, #e4e4e4);
  cursor: pointer;
  color: var(--Base-Color-Main-Black, #212121);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 86.777%;
  letter-spacing: -0.264px;
  mix-blend-mode: luminosity;
}

@media (min-width: 576px) {
  .cl-form-download-feedback-rate {
    height: 80px;
    font-size: 44px;
  }
}

.cl-form-download-feedback-rate:has(input:checked) {
  mix-blend-mode: unset;
  border-color: rgba(95, 171, 241, 0.1);
  background: rgba(95, 171, 241, 0.1);
}

.cl-form-download-feedback-option {
  padding: 10px 12px;
  font-family: "Inter";
  font-size: 14px;
  color: #212121;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.cl-form-download-feedback-option:has(input:checked) {
  border-color: rgba(95, 171, 241, 0.1);
  background: rgba(95, 171, 241, 0.1);
}

.cl-form-download-button-row {
  --bs-gutter-x: 12px;
}

.cl-form-download-button-back {
  padding: 10px;
  background-color: white;
  color: #132B50;
  border: 1px solid #132B50;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik";
}

.cl-form-download-button-back:hover {
  color: white;
  background-color: #132B50;
}

.cl-form-download-button-download {
  padding: 10px;
  background-color: #132B50;
  color: white;
  border: 1px solid #132B50;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik";
}

.cl-form-download-button-download:disabled {
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.cl-form-download-button-download:hover {
  color: white;
  background-color: #132B50;
}

.cd-header-white {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}
.cd-header-soft-main {
  padding: 1.25rem 0;
  border-bottom: 1px solid #E5F3FA;
  background: #E5F3FA;
}

.cd-header {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--app-card-border);
  background: #F8F8F8;
}

.cd-header-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cd-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 575.98px) {
  .cd-header-top {
    flex-direction: column;
    align-items: start;
  }
}

.cd-header-top-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cd-header-top-right {
  background: white;
  padding: 5px;
  border-radius: 6px;
  display: flex;
}

.cd-header-top-right-button {
  background: white;
  color: #64748B;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 8px 16px;
  border-radius: 6px;
}

.cd-header-top-right-button.active,
.cd-header-top-right-button:hover,
.cd-header-top-right-button:focus {
  color: white;
  background: #132B50;
}

.cd-header-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
  font-family: "Rubik";
  color: #132B50;
}

.cd-header-subtitle {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Inter";
  color: #64748B;
}

.cd-header-filter-input {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 575.98px) {
  .cd-header-filter-input {
    flex-direction: column;
    align-items: start;
  }
}

.cd-header-filter-input-item {
  flex-grow: 1;
  flex-basis: 0;
}

@media (max-width: 575.98px) {
  .cd-header-filter-input-item {
    flex-basis: auto;
    width: 100%;
  }
}

.cd-header-filter-input-year {
  flex-grow: 0;
  flex-basis: auto;
  min-width: 120px;
}

@media (max-width: 575.98px) {
  .cd-header-filter-input-year {
    flex-grow: 1;
    width: 100%;
  }
}

.cd-header-filter-buttons {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 12px;
  color: #132B50;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .cd-header-filter-buttons > :last-child {
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }
}

.cd-content-section {
  padding: 44px 0 86px;
}

.cd-content-card {
  border-radius: 12px;
  border: 1px solid #E4E4E4;
}

.cd-content-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #EBEBEB;
}

.cd-content-card-header-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cd-content-card-header-title {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #262626;
}

.cd-content-card-header-subtitle {
  font-family: "Inter";
  font-size: 14px;
  color: #737373;
}

.cd-content-card-footer {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #EBEBEB;
}

.cd-content-table {
  width: 100%;
}

.cd-content-table thead {
  background: #F3F3F3;
  border: 1px solid #EBEBEB;
  border-bottom: 0;
}

.cd-content-table thead th {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  padding: 12px 16px;
}

.cd-content-table tbody td {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  padding: 12px 16px;
  color: #262626;
}

.cd-content-table td {
  border: 1px solid #EBEBEB;
}

.cd-content-table.without-outer-border thead {
  border: 0;
}

.cd-content-table.without-outer-border tr:first-child th {
  border-top: 0;
}

.cd-content-table.without-outer-border tr:last-child td {
  border-bottom: 0;
}

.cd-content-table.without-outer-border tr td:first-child,
.cd-content-table.without-outer-border tr th:first-child {
  border-left: 0;
}

.cd-content-table.without-outer-border tr td:last-child,
.cd-content-table.without-outer-border tr th:last-child {
  border-right: 0;
}

.cd-export-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.cd-export-menu {
  left: 0;
  margin-top: 8px;
  position: absolute;
  background: white;
  width: 280px;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  display: none;
  flex-direction: column;
  padding: 12px;
}

.cd-export-menu.show {
  display: flex;
}

.cd-export-menu-item {
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #1E293B;
  font-weight: 400;
  text-decoration: none;
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.cd-export-menu-item:hover {
  background: rgba(95, 171, 241, 0.1);
  color: inherit;
}

.cm-title {
  margin: 0;
  color: #101828;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.176px;
}

.cm-subtitle {
  margin: 0;
  color: #667085;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
}

.u-flex-basis-half {
  flex-basis: 50%;
}

.u-border-gray {
  border-color: #64748B !important;
}

.u-white-space-top-page {
  margin-top: 106px;
}

@media (max-width: 575.98px) {
  .u-white-space-top-page {
    margin-top: 3.7rem;
  }
}

.u-decoration-bottom-page {
  position: relative;
}

.u-decoration-bottom-page img {
  position: absolute;
  width: 100%;
  transform: translateY(-100%);
  z-index: -1;
}

.u-ellipsis-vertical-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.u-ellipsis-vertical-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.u-ellipsis-vertical-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.u-ellipsis-vertical-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.u-ellipsis-vertical-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.u-ellipsis-vertical-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.u-ellipsis-vertical-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

@media (min-width: 576px) {
  .u-sm-ellipsis-vertical-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }

  .u-sm-ellipsis-vertical-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }

  .u-sm-ellipsis-vertical-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }

  .u-sm-ellipsis-vertical-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }

  .u-sm-ellipsis-vertical-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }

  .u-sm-ellipsis-vertical-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }

  .u-sm-ellipsis-vertical-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }
}

.u-section-scroll {
  scroll-margin-top: 54px;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-600 {
  font-weight: 600;
}

.b-btn-navy {
  background-color: #132B50;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}

.b-btn-navy:hover,
.b-btn-navy:focus {
  color: white;
  background: #091527;
}

.b-btn-navy:focus {
  box-shadow: 0 0 0 0.25rem #d3e0f5;
}

.b-btn-gold {
  background-color: #EAC170;
  color: #132B50;
  display: flex;
  align-items: center;
  gap: 8px;
}

.b-btn-gold:hover,
.b-btn-gold:focus {
  color: #132B50;
  background: #e5b24c;
}

.b-btn-gold:focus {
  box-shadow: 0 0 0 0.25rem white;
}

.b-btn-pink {
  background-color: #E83475;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}

.b-btn-pink:hover,
.b-btn-pink:focus {
  color: white;
  background: #da195f;
}

.b-btn-pink:focus {
  box-shadow: 0 0 0 0.25rem white;
}

.b-btn-light-steel-blue {
  background-color: #CAD3E0;
  color: #132B50;
  display: flex;
  align-items: center;
  gap: 8px;
}

.b-btn-light-steel-blue:hover,
.b-btn-light-steel-blue:focus {
  color: #132B50;
  background: #b0bed1;
}

.b-btn-light-steel-blue:focus {
  box-shadow: 0 0 0 0.25rem white;
}

.b-btn-light-steel-blue:disabled {
  color: white;
}

.b-mb-2rem {
  margin-bottom: 2rem !important;
}

.b-icon-20 {
  width: 20px;
  height: 20px;
}

.b-icon-20 path {
  fill: red;
}

.color-red {
  color: #e83475;
}

.b-badge {
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.b-badge-gold {
  background: #eac170;
  color: #132b50;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}


.img-berita-sm{
  width: 20%;
  height: 25%;
  /* border-radius: 10%; */
}
.fs-6 {
  font-size: 6px !important;
}
.fs-7 {
  font-size: 7px !important;
}
.fs-8 {
  font-size: 8px !important;
}
.fs-9 {
  font-size: 9px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-50 {
  font-size: 50px !important;
}

blockquote {
  border-left: 4px solid #FFDB27;
  padding: 0.6rem 0.8rem;
  margin: 0.5rem 0;
  font-style: italic;
  background: #eaecee;
  color: #333;
}
blockquote p {
  margin: 0;
}

.berita-box {
  width: 320px;
  font-family: Arial, sans-serif;
}
.judul {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1A1A1A;
}
.berita-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.berita-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
.rank {
  font-weight: 700;
  color: #999;
  min-width: 28px;
}
.berita-list p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.3;
}
.selengkapnya {
  margin-top: 10px;
  width: 170px;
  padding: 10px 14px;
  border: none;
  font-size: 14px;
  color: #d9534f;
  background: #f7f7f7;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}
.selengkapnya:hover {
  background: #ececec;
}

.breadcrumb {
  background: #f3f4f7;
  padding: 8px 16px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #6c757d;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
}
/* Tablet */
@media (min-width: 576px) {
  .breadcrumb {
    border-radius: 6px;
  }
}
/* Desktop */
@media (min-width: 992px) {
  .breadcrumb {
    border-radius: 6px;
  }
}
.breadcrumb a {
  color: #0188CC;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.separator {
  color: #adb5bd;
}
.current {
  color: #adb5bd;
}
/* Optional icon */
.icon-home {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('https://cdn-icons-png.flaticon.com/512/25/25694.png') no-repeat center;
  background-size: contain;
  margin-right: 4px;
}








.cnw-news-detail-content-img {
  position: relative;
}
/* KANAN BAWAH */
.cnw-news-img-copyright {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 8px;
  font-size: 10px;
  font-style: italic;
  border-radius: 4px;
  z-index: 2;
}
/* KANAN ATAS */
.cnw-news-img-viewbox-btn-preview {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, .6);
  padding: 6px 8px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  z-index: 2;
  transition: background-color .3s;
}
.cnw-news-img-viewbox-btn-preview:hover {
  background-color: rgba(0, 0, 0, .8);
}
.cnw-news-img-viewbox-btn-preview .icon-expand {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  display: inline-block;
}
.cnw-news-img-viewbox-btn-preview .text-view {
  margin-left: 6px;
  line-height: 1;
}



.cnw-news-berita-populer .cnw-news-berita-populer-item:first-child {
  background-color: #f5f5f5;
  padding-top: 0;
  border-radius: 8px 8px 0 0;
}
.cnw-news-berita-populer .cnw-news-berita-populer-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid var(--app-card-border);
  border-top: 0;
  position: relative;
}
.cnw-news-berita-populer-image {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  margin-bottom: 5px;
  border-radius: 8px 8px 0 0;
}
.media-image {
  background: #ddd;
  position: relative;
  overflow: hidden;
}
.media-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ddd;
  animation: 1s infinite shine;
}
.media-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  z-index: 2;
  position: absolute;
  height: 100%;
}
.media-image:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: 2s infinite shimmer;
  animation: 2s infinite shimmer;
  content: "";
}
.cnw-news-berita-populer .cnw-news-berita-populer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  align-items: center;
  padding: 0 12px;
}
.cnw-news-berita-populer .cnw-news-berita-populer-number {
  letter-spacing: -4.3px;
  text-align: center;
  color: #ddd;
  font-size: 35px;
  font-weight: 600;
  width: 35px;
  margin: 5px 15px;
  margin-left: -6px;
}
.cnw-news-berita-populer .cnw-news-berita-populer-text {
  flex: 1;
}
.cnw-news-berita-populer .cnw-news-berita-populer-category {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 10px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cnw-news-berita-populer .cnw-news-berita-populer-title {
  margin: 0;
}
.cnw-news-berita-populer .cnw-news-berita-populer-title a {
  font-size: 12px;
  /* color: #1E293B; */
  /* font-weight: 700; */
  display: -webkit-box;
  overflow: hidden;
}
.cnw-news-berita-populer .cnw-news-berita-populer-title a:hover {
  color: #0188CC !important;
  text-decoration: underline;
}
.cnw-news-berita-populer .cnw-news-berita-populer-title a {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.media-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
}


.web-lain-item {
  padding: 15px;
  /* height: 130px; */
  height: 80px;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: #fff;
  border: 1px solid var(--app-card-border);
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.web-lain-item img {
  max-width: 80%;
  height: auto;
}

.web-lain-item:hover {
  border: 1px solid var(--root-color-primary);
}



.text-color-light {
  color: var(--app-foreground-light);
}

.text-color-dark {
  color: var(--app-foreground-dark);
}

.text-color-primary {
  color: var(--app-foreground-primary);
}

.text-color-secondary {
  color: var(--app-foreground-secondary);
}



.flb {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  position: fixed;
  left: 0;
  bottom: 75px;
  z-index: 100;
}

@media (min-width: 576px) {
  .flb {
    bottom: 40%;
  }
}

.flb-button {
  min-width: 48px;
  height: 48px;
  background-color: var(--app-color-secondary);
  border: none;
  border-radius: 15px;
  margin: 0px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.flb-button .flb-button-icon {
  font-size: 16px;
  color: var(--app-color-primary);
}

.flb-button .flb-button-caption {
  display: none;
  color: var(--app-color-primary);
}

.flb-button:hover .flb-button-caption {
  display: block;
}