:root {
  --breakpoint-min-sm: 576px;
  --breakpoint-min-md: 768px;
  --breakpoint-min-lg: 992px;
  --breakpoint-min-xl: 1200px;
  --breakpoint-min-xxl: 1400px;
}

.csp-section-title {
  font-family: "Rubik";
  color: #1E293B;
}

.csp-section-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 12px;
  background: var(--app-color-secondary);
  margin-top: 0.7rem;
}

.csp-section-title-underline {
  display: block;
  width: 40px;
  height: 4px;
  margin-top: 12px;
  border-radius: 12px;
  background: var(--app-color-secondary);
}

.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: bottom;
  border: none;
  width: 18px;
  height: 18px;
  font: normal normal normal 14px/1 "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f078";
}

.cn-nav-dropdown-toggle.show::after {
  content: "\f077";
}

.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,
.cn-nav-dropdown-menu > li > span {
  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,
.cn-nav-dropdown-menu > li > span:hover,
.cn-nav-dropdown-menu > li > span:focus,
.cn-nav-dropdown-menu > li > span:active,
.cn-nav-dropdown-menu > li > span.active {
  background-color: color-mix(in srgb, var(--app-color-secondary) 50%, white);
  color: #1e293b;
}

.cn-nav-dropdown-container:hover .cn-nav-dropdown-toggle::after {
  content: "\f077";
}

.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: var(--app-color-primary);
}

@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;
  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: var(--app-card-background);
  border: 1px solid var(--app-card-border);
  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-input:focus ~ .cnw-news-search-button i {
  color: #333;
}

.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-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  overflow: hidden;
  height: 31px;
  justify-content: end;
}

.cnw-news-tags * {
  font-size: 14px;
  color: #1E293B;
  padding: 5px 14px;
  background-color: #eff4fc;
  border-radius: 50rem;
  font-family: "Inter";
}

.cnw-news-tags *:hover {
  color: #1E293B;
}

.cnw-news-item-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 4px;
  background-color: #dee2e6;
}

.sgs-news-item-img {
  position: relative;
  width: 75px;
  height: 90px;
  border-radius: 4px;
  background-color: #dee2e6;
}

@media (min-width: 992px) {
  .cnw-news-item-img {
    border-radius: 20px 4px;
    height: 206px;
  }

  .sgs-news-item-img {
    border-radius: 20px 4px;
    height: 90px;
  }
}

.cnw-news-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.sgs-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;
  }

  .sgs-news-item-img img {
    border-radius: 20px 4px;
  }
}

.cnw-news-item-img-ornament {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
}

@media (min-width: 992px) {
  .cnw-news-item-img-ornament {
    height: 16px;
  }
}

.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;
  }

  /* .sgs-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;
  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);
  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;
  /* 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-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 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cp-pagination li {
  display: inline;
  list-style: none;
  padding: 5px;
}

.cp-pagination-prev button,
.cp-pagination-next button {
  border: 1px solid var(--app-card-border);
  color: var(--app-foreground-primary);
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.cp-pagination-prev.disabled button,
.cp-pagination-next.disabled button {
  color: var(--app-card-border);
}

.cp-pagination-prev:not(.disabled) button:hover,
.cp-pagination-next:not(.disabled) button:hover {
  background-color: color-mix(in srgb, var(--app-color-primary), white 90%);
}

.cp-pagination-number button {
  /* border: 1px solid rgba(22, 200, 199, 0.1019607843); */
  border: 1px solid var(--app-card-border);
  color: var(--app-foreground-primary);
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter";
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.cp-pagination-number button:hover {
  background-color: color-mix(in srgb, var(--app-color-primary), white 90%);
}

.cp-pagination-number.active button {
  background-color: var(--root-color-primary);
  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: var(--app-color-secondary);
  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("../images/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: var(--app-color-secondary);
  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 var(--app-card-border);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--app-card-background);
  color: var(--app-foreground-dark);
  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: var(--app-foreground-dark);
}

.ccsb-custom-select-button span.arrow-icon {
  color: var(--app-foreground-dark);
  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: var(--app-color-secondary);
}

.ci-intro-banner-decoration-2 {
  position: absolute;
  top: 3.4rem;
  left: -3.8rem;
  background: url("../images/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("../images/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("../images/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("../images/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: var(--app-color-secondary);
  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: var(--app-color-secondary);
}

.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: var(--app-color-secondary);
  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: var(--app-color-secondary);
  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("../images/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("../images/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 var(--app-color-secondary) solid;
}

@media (max-width: 575.98px) {
  .cau-tim-kerja-image-wrapper::before {
    border-top: 2.26px var(--app-color-secondary) 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("../images/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 {
  padding: 1.25rem 0;
  border-bottom: 1px solid #E4E4E4;
  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.65rem;
  }
}

.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-primary {
  background-color: var(--app-color-primary);
  color: var(--app-color-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.b-btn-primary:hover,
.b-btn-primary:focus {
  background: color-mix(in srgb, var(--app-color-primary) 90%, black);
  color: var(--app-color-secondary);
}

.b-btn-primary:focus {
  box-shadow: 0 0 0 0.25rem white;
}

.b-btn-secondary {
  background-color: var(--app-color-secondary);
  color: var(--app-color-primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.b-btn-secondary:hover,
.b-btn-secondary:focus {
  background: color-mix(in srgb, var(--app-color-secondary) 90%, black);
  color: var(--app-color-primary);
}

.b-btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem white;
}



.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;
}



.lyn-data-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  min-width: 200px;
  height: 358px;
  background-color: #dee2e6;
}

.lyn-data-item-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lyn-data-item-info {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.lyn-data-item-info-year {
  background-color: white;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #132B50;
  font-family: "Rubik";
}

.lyn-data-item-info-title {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  color: white;
  font-family: "Inter";
}

.lyn-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";
}

.lyn-data-item-info-hidden {
  height: 0;
}

.lyn-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) {
  .lyn-data-item:hover .lyn-data-item-info-hidden,
  .lyn-data-item:hover::before {
    height: 100%;
    transition: all 0.3s ease;
  }
}

@media (max-width: 575.98px) {
  .lyn-data-item {
    background-color: unset;
    width: 100%;
    height: 181px;
    border: 1px solid #e4e4e4;
    display: flex;
    gap: 8px;
    padding: 6px;
    border-radius: 4px;
  }

  .lyn-data-item-img {
    width: 120px;
    height: 100%;
    border-radius: 3px;
  }

  .lyn-data-item-info {
    position: relative;
    bottom: unset;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 12px;
  }

  .lyn-data-item-info-year {
    background-color: rgba(22, 200, 199, 0.1019607843);
    width: -moz-fit-content;
    width: fit-content;
    margin: unset !important;
  }

  .lyn-data-item-info-title {
    color: #1E293B;
  }

  .lyn-data-item-info-hidden {
    height: unset;
  }

  .lyn-data-item-info-hidden > div {
    padding: unset !important;
  }
}



.lyn-item-ng {
  background-image: linear-gradient(to left top, var(--app-color-primary), color-mix(in srgb, var(--app-color-primary) 70%, white));
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease;
  cursor: pointer;
  height: 100%;
  gap: 0px;
}

.lyn-item-ng-head {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  gap: 15px;
}

.lyn-item-ng:hover {
  transform: scale(1.02);
  border-color: #FFDB28;
  outline: #FFDB28 solid 5px;
  box-shadow: 0px 10px 30px #D6E5FC;
  transition: 0.4s;
}

.lyn-item-ng .lyn-item-ng-image {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  order: 1;
}

.lyn-item-ng .lyn-item-ng-content {
  flex-grow: 1;
  order: 2;
}

.lyn-item-ng .lyn-item-ng-title {
  flex-grow: 1;
  order: 2;

  color: #FFDB28;
  font-weight: bold;
  font-family: "Inter";
  font-size: .9rem;
}

.lyn-item-ng .lyn-item-ng-description {
  color: var(--app-foreground-light);
  /* font-weight: 600; */
  font-family: "Inter";
  font-size: 0.75rem;
  line-height: 1rem;
}

.lyn-item-ng .lyn-item-ng-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .lyn-item-ng {
    flex-direction: row;
    gap: 15px;
  }
}



.lyn-item {
  /* background-image: linear-gradient(to left top, var(--app-color-primary), color-mix(in srgb, var(--app-color-primary) 70%, white)); */
  /* background-color: var(--app-card-background);
  border: 1px solid var(--app-card-border); */
  /* border: 1px solid black; */
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease;
  cursor: pointer;
  height: 100%;
  /* height: 200px; */
}

.lyn-item-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 15px;
}

.lyn-item:hover {
  transform: scale(1.02);
  border-color: #8cbffe;
  outline: #8cbffe solid 5px;
  box-shadow: 0px 10px 30px #D6E5FC;
  transition: 0.4s;
}

.lyn-item .lyn-item-image {
  width: 60%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  order: 1;
}

.lyn-item .lyn-item-content {
  order: 2;
}

.lyn-item .lyn-item-title {
  flex-grow: 1;
  order: 2;

  color: var(--app-foreground-dark);
  font-weight: bold;
  font-family: "Inter";
  font-size: 1.1rem;
}

.lyn-item .lyn-item-description {
  color: var(--app-foreground-light);
  /* font-weight: 600; */
  font-family: "Inter";
  font-size: 0.8rem;
}

.lyn-item .lyn-item-image img {
  width: 100%;
}

@media (min-width: 768px) {
  /* .lyn-item .lyn-item-image {
    order: 2;
  }
  
  .lyn-item .lyn-item-content {
    order: 1;
  } */
}



.webstats-container {
  /* border: 4px solid color-mix(in srgb, var(--app-color-secondary) 50%, black); */
  border-radius: 15px;
  /* background-color: color-mix(in srgb, var(--app-color-primary) 90%, black); */
  background-color: var(--app-color-primary);
  background-color: color-mix(in srgb, var(--app-color-primary) 80%, transparent);
  color: black;
}

.webstats-container::after {
  /* border: 4px solid color-mix(in srgb, var(--app-color-secondary) 50%, black); */
  content: "";
  background-color: var(--app-color-secondary);
  position: absolute;
  top: 24px;
}

.webstats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.webstats-item .webstats-counter {
  color: var(--app-color-secondary);
  font-weight: bold;
  font-size: 1.3rem;
}

.webstats-item .webstats-description {
  color: white;
  font-size: 0.8rem;
}



.swiper-layanan {
  width: 100%;
  height: 100%;
}

.swiper-layanan-button-prev,
.swiper-layanan-button-next {
  width: 48px !important;
  height: 48px !important;
}

/* .swiper-layanan-button-prev {
  left: 12px !important;
  bottom: 0px !important;
}

.swiper-layanan-button-next {
  right: 12px !important;
  bottom: 0px !important;
} */

@media (min-width: 768px) {
  .swiper-layanan-button-prev {
    left: -24px !important;
  }
  
  .swiper-layanan-button-next {
    right: -24px !important;
  }
}

.swiper-layanan-button-prev:after,
.swiper-layanan-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  /* background-color: rgba(0, 0, 0, 0.15); */
  background-color: color-mix(in srgb, var(--app-color-secondary), transparent 25%);
  font-size: 24px !important;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.swiper-layanan-button-prev:hover:after,
.swiper-layanan-button-next:hover:after {
  /* background-color: rgba(0, 0, 0, 0.3); */
  background-color: color-mix(in srgb, var(--app-color-secondary), transparent 15%)
}

.swiper-layanan-pagination {
  margin-top: 30px;
  position: relative;
}

.swiper-layanan-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--app-color-secondary), transparent 60%);
  opacity: 1;
}

.swiper-layanan-pagination .swiper-pagination-bullet-active {
  background-color: var(--app-color-secondary);
  width: 25px;
  border-radius: 5px;
}



.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);
}



.live-indicator {
  background: red;
  border-radius: 50%;
  margin: 10px;
  height: 20px;
  width: 20px;

  box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}



.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;
}



.stt {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding: 16px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  /* transform: scale(1); */
}

.stt.hide {
  /* transform: scale(0); */
  bottom: -100px;
}

.stt-button {
  min-width: 48px;
  height: 48px;
  /* background-color: var(--app-color-primary); */
  /* border: none; */
  border-radius: 50%;
  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;

  backdrop-filter: blur(24px) saturate(200%);
  background-color: #32323280;
  border-color: #ffffff26;
  border-style: solid;
  border-width: 1px;
}

.stt-button .stt-button-icon {
  font-size: 16px;
  color: var(--app-color-secondary);
}



.fbi {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding: 16px;
  position: fixed;
  right: 0;
  bottom: 75px;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}

.fbi-image-button {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.fbi-image-button:hover .fbi-ib-hint {
  display: block;
  opacity: 1;
  transform: translateX(0px);
}

.fbi-ib-hint {
  transition: all 0.2s ease-in-out;
  display: none;
  transform: translateX(10px);
  background-color: #212529;
  color: var(--app-foreground-light);
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  opacity: 0;
}



.bnr-swiper-container {
  background-color: #16c8c7;
  width: 100%;
  aspect-ratio: 10/3;
}

.bnr-container {
  width: 100%;
  aspect-ratio: 10/4;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}

.bnr-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}



.tentang-batang-header {
  position: relative;
  width: 100%;
  height: 20em;
}

@media (min-width: 576px) {
  .tentang-batang-header {
    height: 25em;
  }
}

.tentang-batang-header-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.tentang-batang-header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--app-color-primary);
  opacity: .8;
}

.tentang-batang-header-content {
  position: relative;
  padding-top: 5em;

  color: var(--app-foreground-light);
}

.tentang-batang-main {
  position: relative;
  width: 100%;
  height: fit-content;
}

.tentang-batang-main-card {
  width: 100%;
  min-height: 70vh;
  max-width: 95vw;
  position: relative;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
  padding: 1.5rem;
  background-color: var(--app-card-background);
  border: 1px solid var(--app-card-border);
  border-radius: 1rem;
  overflow: hidden;
  top: -8rem;
}

@media (min-width: 576px) {
  .tentang-batang-main-card {
    top: -12rem;
  }
}

.ttg-card {
  border: 1px solid var(--app-card-border);
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  min-height: min-content;
  padding: 0.75rem;
}

.tentang-batang-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}

.tentang-batang-menu-item {
  width: 100%;
  text-align: left;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: transparent;
  border: 1px solid var(--app-card-border);
  color: var(--app-foreground-dark);
}

.tentang-batang-menu-item.active {
  background-color: color-mix(in srgb, var(--root-color-primary), white 90%);
  border-left: 4px solid var(--root-color-primary);
}

.tentang-batang-menu-item:hover:not(.active) {
  background-color: #F6F6F6;
  border: 1px solid var(--app-color-primary);
  color: var(--app-foreground-dark);
}

.tbm-item-title {
  font-weight: bold;
  margin-bottom: 0px;
  color: var(--app-foreground-dark);
}

.tentang-batang-menu-item.active .tbm-item-title {
  color: var(--app-foreground-dark);
}

.tentang-batang-menu-item.active .tbm-item-description {
  color: var(--app-color-primary);
}

.tbm-item-description {
  font-size: 0.9rem;
  margin-bottom: 0px;
}

.swiper-ttg-mini-menu .swiper-slide {
  width: auto;
}

.ttg-mini-menu-item {
  text-align: left;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: transparent;
  border: 1px solid var(--app-card-border);
  color: var(--app-foreground-dark);
  display: block;
}

.ttg-mini-menu-item.active {
  background-color: color-mix(in srgb, var(--root-color-primary), white 90%);
  border-left: 4px solid var(--root-color-primary);
}

.ttg-mini-menu-item:hover:not(.active) {
  background-color: #F6F6F6;
  border: 1px solid var(--app-color-primary);
  color: var(--app-foreground-dark);
}

.tmm-item-title {
  font-weight: bold;
  margin-bottom: 0px;
  color: var(--app-foreground-dark);
}

.tentang-batang-menu-item.active .tmm-item-title {
  color: var(--app-foreground-dark);
}



.dokumen-main-card {
  width: 100%;
  max-width: 95vw;
  position: relative;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
  padding: 1.5rem;
  background-color: var(--app-card-background);
  border: 1px solid var(--app-card-border);
  border-radius: 1rem;
  overflow: hidden;
  top: -8rem;
}

@media (min-width: 576px) {
  .dokumen-main-card {
    top: -12rem;
  }
}

.dokumen-card {
  border: 1px solid var(--app-card-border);
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
}

.dokumen-card::-webkit-scrollbar {
  width: 6px;
}

.dokumen-card::-webkit-scrollbar-thumb {
  background: var(--app-scrollbar-color);
  border-radius: 4px;
}

.dokumen-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}

.dokumen-menu-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dokumen-menu-item.active .dmi-header {
  background-color: color-mix(in srgb, var(--root-color-primary), white 90%);
  border-left: 4px solid var(--root-color-primary);
}

.dokumen-menu-item:not(.active) .dmi-header:hover {
  background-color: #F6F6F6;
  color: var(--app-foreground-dark);
}

.dokumen-menu-item .dmi-header {
  text-align: left;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: transparent;
  color: var(--app-foreground-dark);
  
  display: flex;
  align-items: center;
  width: 100%;

  transition: all 0.2s ease-in-out;
}

.dokumen-menu-item .dmi-icon {
  min-width: 25px;
  padding-right: 10px;
  flex-shrink: 0;
}

.dokumen-menu-item .dmi-title {
  flex-grow: 1;
}

.dokumen-menu-item .dmi-expand {
  min-width: 25px;
  padding-left: 10px;
  flex-shrink: 0
}

.dokumen-menu-item .dmi-children {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0.3rem;
  gap: 0.3rem;
}

.dmi-children .dmi-child-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;

  margin-left: 30px;
  padding: 0.3rem;
  border-radius: 0.5rem;
  background-color: transparent;
  color: var(--app-foreground-dark);

  transition: all 0.2s ease-in-out;
}

.dmi-child-item.active {
  background-color: color-mix(in srgb, var(--root-color-primary), white 90%);
  /* border-left: 4px solid var(--root-color-primary); */
}

.dmi-child-item:not(.active):hover {
  background-color: #F6F6F6;
  color: var(--app-foreground-dark);
}

.dmi-child-item .dmic-icon {
  min-width: 25px;
  padding-right: 10px;
  flex-shrink: 0
}

.dmi-child-item .dmic-title {
  flex-grow: 1;
}

/* .dokumen-menu-item.active .dokumen-menu-item-title {
  color: var(--app-foreground-dark);
}

.dokumen-menu-item.active .dokumen-menu-item-description {
  color: var(--app-color-primary);
} */

.dokumen-menu-item-title {
  font-weight: bold;
  margin-bottom: 0px;
  color: var(--app-foreground-dark);
}

.dokumen-menu-item-description {
  font-size: 0.9rem;
  margin-bottom: 0px;
}



.list-dokumen-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dokumen-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

  border: 1px solid var(--app-card-border);
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  min-height: min-content;
  padding: 1.2rem;
  transition: all 0.2s ease-in-out;
}

.dokumen-item:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dokumen-item .dokumen-icon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  flex-grow: 0;
  flex-shrink: 0;
}

.dokumen-icon-file {
  background-color: #c4c4c428;
  border: 1px solid var(--app-card-border);
  border-radius: 10px;
  width: 20%;
  height: auto;
  position: relative;

  padding: .75rem;

  display: flex;
  align-items: center;
  justify-content: center;
}

.dokumen-icon-file .dif-image {
  width: 100%;
}

.dokumen-icon-file .dif-extension {
  position: absolute;
  right: -10px;
  top: -10px;

  padding: 6px;
  border-radius: 5px;
  background-color: var(--root-color-primary);
  color: white;
  font-size: .5rem;
  font-family: "Inter";
  font-weight: bold;
}

.dif-extension.format-PDF {
  background-color: #D92D20;
}

.dif-extension.document,
.dif-extension.format-DOC,
.dif-extension.format-DOCX,
.dif-extension.format-ODT {
  background-color: #155EEF;
}

.dif-extension.audio,
.diff-extension.format-MP3,
.diff-extension.format-AAC,
.diff-extension.format-WAV,
.diff-extension.format-FLAC,
.diff-extension.format-OGG,
.diff-extension.format-WMA {
  background-color: #DD2590;
}

.dif-extension.spreadsheet,
.dif-extension.format-XLS,
.dif-extension.format-XLSX,
.dif-extension.format-ODS {
  background-color: #079455;
}

.dif-extension.video,
.dif-extension.format-MP4,
.dif-extension.format-MKV,
.dif-extension.format-AVI,
.dif-extension.format-MOV,
.dif-extension.format-WMV,
.dif-extension.format-WEBM,
.dif-extension.format-3GP,
.dif-extension.format-FLV {
  background-color: #155EEF;
}

.dif-extension.folder,
.dif-extension.general,
.dif-extension.image,
.dif-extension.archive,
.dif-extension.format-JPG,
.dif-extension.format-JPEG,
.dif-extension.format-PNG,
.dif-extension.format-GIF,
.dif-extension.format-BMP,
.dif-extension.format-SVG,
.dif-extension.format-WEBP,
.dif-extension.format-ZIP,
.dif-extension.format-RAR,
.dif-extension.format-TIF {
  background-color: #7F56D9;
}

.dokumen-item .dokumen-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dokumen-content .dokumen-title {
  font-weight: bold;
  margin-bottom: 0px;
  color: var(--app-foreground-dark);
}

.dokumen-content .dokumen-description {
  font-size: smaller;
  color: var(--app-foreground-dark);
}

.dokumen-content .dokumen-meta {
  font-size: smaller;
  color: #949494;
}

@media (min-width: 576px) {
  .dokumen-item {
    flex-direction: row;
  }

  .dokumen-item .dokumen-icon {
    width: 70px;
  }

  .dokumen-icon-file {
    width: 100%;
  }

  .dokumen-card {
    min-height: 100vh;
  }
}



.kepala-daerah-img {
  max-width: 100%;
  height: auto;
  margin: 0px 15%;
  aspect-ratio: 3 / 4;
  border-radius: 0.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
}

.kepala-daerah-img 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;
}

@media (min-width: 576px) {
  .kepala-daerah-img {
    margin: 0px 30%;
  }
}

.kepala-daerah-table {
  border: none;
  font-family: "Rubik";
}

.kepala-daerah-table td {
  color: var(--app-foreground-dark);
}

.kepala-daerah-detail {
  font-family: "Rubik";
  color: var(--app-foreground-dark);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}

.kepala-daerah-detail .kdd-left {
  font-weight: bold;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.kepala-daerah-detail .kdd-colon {
  display: none;
  width: 25px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.kepala-daerah-detail .kdd-right {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .kepala-daerah-detail {
    flex-wrap: nowrap;
  }

  .kepala-daerah-detail .kdd-colon {
    display: block;
  }

  .kepala-daerah-detail .kdd-left {
    width: 30%;
  }
}



.perangkat-daerah-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.perangkat-daerah-item {
  border: 1px solid var(--app-card-border);
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  min-height: min-content;
  padding: 1.2rem;
  transition: all 0.2s ease-in-out;
}

.perangkat-daerah-item:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pd-item-image {
  width: 80px;
  height: auto;
}

@media (min-width: 576px) {
  .pd-item-image {
    width: 100px;
  }
}

.pd-item-description {
  display: flex;
  flex-direction: column;
}

.pd-item-description .nama-opd {
  color: var(--app-foreground-primary);
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: .5rem;
}

.pd-item-description .alamat-opd {
  color: var(--app-foreground-dark);
  font-size: 1rem;
  margin-bottom: .5rem;
}

.alamat-opd p {
  word-break: break-word;
  overflow-wrap: break-word;  
}



.bdg-primary {
  color: var(--app-foreground-dark);
  font-size: 0.75rem;
  padding: 3px 10px;
  background-color: color-mix(in srgb, var(--root-color-primary), transparent 75%);
  border: 1px solid var(--root-color-primary);
  border-radius: 5px;
}

.bdg-secondary {
  color: var(--app-foreground-dark);
  font-size: 0.75rem;
  padding: 3px 10px;
  background-color: color-mix(in srgb, var(--app-color-secondary), transparent 75%);
  border: 1px solid var(--app-color-secondary);
  border-radius: 5px;
}



.desa-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.desa-item {
  border: 1px solid var(--app-card-border);
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  min-height: min-content;
  padding: 1.2rem;
  transition: all 0.2s ease-in-out;
}

.desa-item:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.desa-item-image {
  width: 80px;
  aspect-ratio: 1;
}

.desa-item-description {
  display: flex;
  flex-direction: column;
}

.desa-item-description .kecamatan-desa {
  color: var(--app-foreground-primary);
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: .75rem;
}

.desa-item-description .nama-desa {
  color: var(--app-foreground-primary);
  font-weight: bold;
  font-size: 1rem;
}

.desa-item-description .alamat-desa {
  color: var(--app-foreground-dark);
  font-size: 1rem;
  margin-bottom: .75rem;
}



.btg-select + .select2 .select2-selection {
  background-color: var(--app-card-background);
  height: 100%;
  border-color: var(--app-card-border);
  border-radius: 20px;
}

.btg-select + .select2 .select2-selection__rendered {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: var(--app-foreground-dark) !important;
}

.btg-select + .select2 .select2-selection__arrow {
  height: 100% !important;
  right: 10px !important;
}

.select2-dropdown--above {
  background-color: var(--app-card-background) !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-color: var(--app-card-border) !important;
  overflow: hidden !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.select2-dropdown--below {
  background-color: var(--app-card-background) !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-color: var(--app-card-border) !important;
  overflow: hidden !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.select2-results__options .select2-results__option {
  color: var(--app-foreground-dark) !important;
}
.select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: color-mix(in srgb, var(--app-color-primary), white 30%) !important;
  color: var(--app-foreground-light) !important;
}

.select2-results__options .select2-results__option[aria-selected=true] {
  background-color: color-mix(in srgb, var(--app-color-primary), white 70%) !important;
  color: var(--app-foreground-primary) !important;
}

.select2-search.select2-search--dropdown {
  padding: 10px;
}

.select2-search .select2-search__field {
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 15px !important;
}



.rnd-btn {
  height: 36px;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--root-color-primary);
  border: 1px solid var(--root-color-primary);
  color: var(--app-foreground-light);
  text-align: center;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.rnd-btn:hover {
  background-color: color-mix(in srgb, var(--app-color-primary), white 10%);
}

.rnd-btn:active {
  background-color: color-mix(in srgb, var(--app-color-primary), white 30%);
}

.rnd-btn i {
  font-size: 0.8rem;
}

.chart-struktur-pemerintahan {
  height: 500px;
  border: 1px solid black;
}

.orgchart {
  background-image: none !important;
}



.kegiatan-container {
  border: 1px solid var(--app-card-border);
  background-color: var(--app-card-background);
  height: 580px;
  padding: 10px;
  border-radius: 5px;
}

.agd-container {
  width: 100%;
  /* height: 400px; */
}

.agd-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* background-color: color-mix(in srgb, var(--app-color-primary), white 25%); */
  background-color: var(--app-card-background);
  border: 1px solid var(--app-card-border);
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.agd-item-container {
  max-height: 450px;
  overflow: auto;
}

.agd-item-actor {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.agd-item-date {
 color: var(--app-foreground-primary);
 /* font-weight: bold; */
 font-size: small;
}

.agd-item-description {
  color: var(--app-foreground-dark);
}

.agd-item-location {
  color: var(--app-foreground-dark);
  font-size: small;
}

.agd-item-loader {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--app-card-background);
  border: 1px solid var(--app-card-border);
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

/* HTML: <div class="loader"></div> */
.agd-loader {
  height: 80px;
  aspect-ratio: 1;
  padding: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
  filter: blur(12px);
}
.agd-loader:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-conic-gradient(#0000 0 5%,var(--root-color-primary),#0000 20% 50%);
  animation: l2 1.5s linear infinite;
}
@keyframes l2 {
  to {rotate: 1turn}
}



.main-content {
  position: relative;
}

/* .swiper-agenda {
  height: 200px !important;
} */

/* .swiper-agenda .swiper-slide {
  height: 200px !important;
} */



.popup-banner-container {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2500;
  overflow: hidden;
  transition: all 1s ease-out;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  backdrop-filter: blur(5px) saturate(200%);
}

.popup-banner-container.closed {
  display: none;
}

.popup-banner-item {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.pbi-image {
  border-radius: 5px;
  aspect-ratio: 2/3;
  width: 70vw;
}

@media (min-width: 576px) {
  .pbi-image {
    width: auto;
    height: auto;
    max-width: 70vw;
    max-height: 80vh;
  }
}

.pbi-close-button {
  background-color: var(--app-color-secondary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  right: -35px;
  top: 0;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease-out;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pbi-close-button:hover {
  transform: scale(1.2);
}



.banner-slide-item {
  height: 70vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.banner-slide-item img {
  width: auto;
  height: 100%;
  border-radius: 10px;
}



.web-lain-item {
  padding: 15px;
  height: 130px;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  background-color: var(--app-card-background);
  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);
}



/* div#gpr-kominfo-widget-container {
  background-color: var(--app-color-primary) !important;
  border-color: var(--app-color-primary) !important;
}

div#gpr-kominfo-widget-header {
  background-color: var(--app-color-primary) !important;
  border-color: var(--app-color-primary) !important;
} */



.cal-container {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.cal-header {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: .5rem;
}

.cal-header .cal-week-prev,
.cal-header .cal-week-next {
  background-color: color-mix(in srgb, var(--root-color-primary), white 80%);
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: var(--app-foreground-primary);
  border: none;
  
  transition: all .2s ease-in-out;
}

/* .cal-header .cal-week-prev {
  border-left: 3px solid var(--app-color-primary);
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.cal-header .cal-week-next {
  border-left: none;
  border-right: 3px solid var(--app-color-primary);
  border-top: none;
  border-bottom: none;
} */

.cal-header .cal-month {
  background-color: color-mix(in srgb, var(--root-color-primary), white 80%);
  border-radius: 5px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: var(--app-foreground-primary);
}

.cal-week {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

.cal-week .cal-day {
  flex-grow: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
  color: var(--app-foreground-dark);
  background-color: var(--app-card-background);
  border: 1px solid var(--app-card-border);  
}

.cal-week .cal-day.active,
.cal-week .cal-day.today.active {
  background-color: var(--root-color-primary);
  color: var(--app-foreground-light);
}

.cal-week .cal-day.today {
  background-color: color-mix(in srgb, var(--root-color-primary), white 80%);
  color: #212529;
}

.cal-week .cal-day .cal-day-name {
  font-size: .9rem;
  height: 1.1rem;
  width: 100%;
  text-align: center;
}

.cal-week .cal-day .cal-date {
  font-size: 1.4rem;
  font-weight: bold;
}



.mason-grid {
  width: 100%;
}

.mason-grid:after {
  content: '';
  display: block;
  clear: both;
}

.mason-grid-sizer,
.mason-grid-item {
  width: 49%;
}

.mason-grid-item {
  margin-bottom: 1%;
}

.mason-gutter-sizer {
  width: 1%;
}

@media (min-width: 768px) {
  .mason-grid-sizer,
  .mason-grid-item {
    width: 32%;
  }

  .mason-gutter-sizer {
    width: 1%;
  }
}

.mason-grid-item {
  height: auto;
  float: left;
  cursor: pointer;
}

.mgi-container {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all .5s ease-out;
}

.mgi-container .mgi-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: all .5s ease-out;
}

.mason-grid-item:hover .mgi-container .mgi-img {
  transform: scale(1.05);
}

.mason-grid-item .mgi-caption {
  backdrop-filter: blur(24px) saturate(200%);
  background-color: #32323280;
  color: #FFF;

  border-top-color: #ffffff26;
  border-top-style: solid;
  border-top-width: 1px;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  padding: 10px;
  position: absolute;
  bottom: 0px;
  transform: translateY(100%);
  transition: all .5s ease-out;

  max-height: 50%;
}

.mason-grid-item:hover .mgi-caption {
  transform: translateY(0);
}

.mason-grid-item.mgi--height2 {
  height: 260px;
}

.mason-grid-item.mgi--height3 {
  height: 300px;
}

.mason-grid-item.mgi--height4 {
  height: 230px;
}



.berita-grid-item {
  font-family: "Inter";
  border: 1px solid var(--app-card-border);
  background-color: var(--app-card-background);
  border-radius: 5px;
  padding: 10px;
  height: 100%;
}

@media (min-width: 992px) {
  .berita-grid-item {
    border-radius: 30px 5px;
  }
}



.detail-berita-header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 200px;
}

@media (min-width: 576px) {
  .detail-berita-header {
    min-height: 25em;
  }
}

.detail-berita-header-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.detail-berita-header-content {
  position: relative;
  padding-top: 5em;
  padding-bottom: 1em;

  width: 100%;
  position: absolute;
  bottom: 0;

  /* background-color: #079455; */
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--app-color-primary-rgb), 0.5), rgba(var(--app-color-primary-rgb), 0.95));

  color: var(--app-foreground-light);
}

.dbh-tag {
  width: 100%;
  margin-bottom: 1rem;
}

.dbh-tag * {
  font-size: 14px;
  color: #1E293B;
  padding: 5px 14px;
  background-color: #eff4fc;
  border-radius: 50rem;
  font-family: "Inter";
}

.dbh-tag *:hover {
  color: #1E293B;
}

.dbh-subtitle {
  /* background-color: #079455; */
}

.dbb-content article * {
  text-align: justify;
  font-family: "Rubik" !important;
  font-size: 1.1rem !important;
  color: var(--app-foreground-dark) !important;
}

.dbb-content img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.dbb-suggestion {
  border: 1px solid var(--app-card-border);
  border-radius: 10px;
  padding: 1rem;
  position: sticky;
  top: 120px;
}



.telepon-penting {
  border: 1px solid var(--app-card-border);
  background-color: var(--app-card-background);
  padding: 2rem;
  border-radius: 10px;
}

.telepon-penting-item {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}

.tpi-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tpi-icon img {
  width: 50px;
}

.tpi-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;

  text-align: center;
}

.telepon-penting-judul {
  color: var(--app-foreground-dark);
}

.telepon-penting-nomor {
  color: var(--app-foreground-primary);
}

@media (min-width: 576px) {
  .telepon-penting-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .tpi-content {
    text-align: left;
    align-items: flex-start;
  }
}



.hero-kek {
  background-color: var(--app-color-primary);

  
  background: 
    linear-gradient(
      135deg, color-mix(in srgb, var(--app-color-primary), transparent 10%),
      color-mix(in srgb, var(--app-color-primary), transparent 40%)
    ),
    url('/assets/images/pattern-overlay/pattern-007.jpg') center/cover no-repeat;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--app-color-primary), transparent 85%);
}

.hero-kek-logo {
  width: 50%;
  height: auto;
}

@media (min-width: 576px) {
  .hero-kek-logo {
    width: 300px;
  }
}

.hero-kek-yt {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;

  background-color: var(--app-color-primary);

  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}



.galeri-item-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 2rem;
}

.galeri-item-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  padding: 5px;
  border-radius: 10px;

  border: 1px solid var(--app-card-border);
  background-color: var(--app-card-background);
}

.galeri-item-image-container {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.galeri-item-image-container img,
.galeri-item-image-container video {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -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;
}

.galeri-item-image-container:hover img,
.galeri-item-image-container:hover video {
  transform: scale(1.03);
}

.galeri-item-image-container.gi-video {
  position: relative;
  cursor: pointer;
}

.galeri-item-image-container.gi-video::after {
  content: "";
  background: url('/assets/images/icons/play.png') center/cover no-repeat;
  height: 25%;
  width: auto;
  aspect-ratio: 1;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.galeri-item-image-container:hover.gi-video::after {
  /* transform: scale(2); */
}

.galeri-item-caption {
  color: var(--app-foreground-dark);
  text-align: center;
  font-size: .9rem;
}

.galeri-item-caption:hover {
  cursor: pointer;
}

.galeri-item-container:hover .galeri-item-caption {
  color: var(--root-color-primary);
}





.glass-modal .modal-content {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 1rem;
  color: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.glass-modal .modal-header,
.glass-modal .modal-footer {
  border: none;
}

.glass-modal .modal-title {
  font-weight: 600;
}

.glass-modal .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.btn-glass {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #000;
}



.modal-content.modal-banner-content {
  width: auto;
}

.modal-body.modal-banner-body {
  width: auto;
  padding: 10px;
  position: relative;
}

.modal-body.modal-banner-body .modal-banner-close-button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  right: -45px;
  top: 0;
  cursor: pointer;
  transition: all 0.2s ease-out;

  background-color: var(--app-color-secondary);
  opacity: 1;
}

.modal-body.modal-banner-body .modal-banner-close-button:hover {
  transform: scale(1.2);
}



.modal-layanan {
  /* min-width: 65vw;
  max-width: 65vw; */
}

.modal-content.modal-layanan-content {
  width: auto;
  overflow: hidden;
}

.modal-body.modal-layanan-body {
  width: 100%;
  padding: 0px;
  position: relative;

  display: flex;
  flex-direction: column;
}

.modal-body.modal-layanan-body .modal-layanan-close-button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  transition: all 0.2s ease-out;

  background-color: #FFF;
  opacity: 1;
}

.modal-body.modal-layanan-body .modal-layanan-close-button:hover {
  transform: scale(1.1);
}

.modal-layanan-icon-container {
  height: 150px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-layanan-icon-container img {
  height: 70%;
}

.modal-layanan-content-container {
  height: 100%;
  width: 100%;
  padding: 25px;
  overflow: auto;
  background-color: var(--app-card-background);
}

.mlc-item {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.1s ease-out;

  background-color: var(--app-color-primary);

  border: 3px solid var(--app-color-primary);
}

.mlc-item:hover {
  border-color: #FFDB28;
  outline: #FFDB28 solid 3px;
  box-shadow: 0px 10px 30px #D6E5FC;
  transition: 0.4s;
}

.mlc-deskripsi {
  text-align: justify;
}

.mlc-item p {
  margin-bottom: 0px;
  color: var(--app-foreground-dark);
}

/* .mlc-item:hover p {
  color: var(--app-foreground-dark);
} */

.mlc-item .mlc-item-title {
  font-size: 1rem;
  font-weight: bold;
  
  color: var(--app-color-secondary);
}

.mlc-item .mlc-item-description {
  font-size: .9rem;
  
  color: var(--app-foreground-light);
}



.modal-video,
.modal-banner,
.modal-layanan {
  justify-content: center;
}

.modal-video .modal-content,
.modal-video .modal-body {
  width: auto;
}

.video-container video {
  width: 100%;
  height: auto;

  border-radius: 5px;
}

@media (min-width: 768px) {
  .video-container video {
    width: 50vw;
  }
}



#dt-btg_wrapper,
#dt-kepala-daerah_wrapper {
  color: var(--app-foreground-dark);
}
  
/* .dt-btg select.dt-input {
  width: 75px;
}

.dt-btg .dt-length label {
  margin-left: 1rem;
}

.dt-btg .dt-search label {
  margin-right: 1rem;
} */



.dt-btg-container {
  color: var(--app-foreground-dark);
}

.dt-btg-container div.dt-container select.dt-input {
  /* color: red; */
}

.dt-btg-container div.dt-container .dt-search input {
  margin-left: .5rem;
  display: inline !important;
  width: unset !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--app-foreground-dark);
  background-color: var(--app-card-background);
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  border-width: 1.5px;
  border-style: solid;
  border-color: var(--app-card-border);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dt-btg-container div.dt-container .dt-paging .dt-paging-button {
  border: 1px solid var(--app-card-border);
  color: var(--app-foreground-primary);
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dt-btg-container div.dt-container .dt-paging .dt-paging-button:hover {
  background: color-mix(in srgb, var(--app-color-primary), white 90%);
  border: 1px solid var(--app-card-border);
  color: var(--app-foreground-dark) !important;
}

.dt-btg-container div.dt-container .dt-paging .dt-paging-button.current {
  background: var(--root-color-primary);
  color: white !important;
  border: unset;
}

.dt-btg-container div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: var(--root-color-primary) !important;
  color: white !important;
  border: unset !important;
}



.lap-kin-container {
  padding: 10px;
  border-radius: 10px;

  border: 1px solid var(--app-card-border);
  background-color: var(--app-card-background);

  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.lap-kin-header {
  flex-grow: 1;
}

.lap-kin-header .lkh-title {
  text-align: center;
  font-weight: bold;
  color: var(--app-foreground-dark);
  margin-bottom: 0px;
}

.lap-kin-header .lkh-subtitle {
  color: var(--app-foreground-dark);
  font-size: small;
}

.lap-kin-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 11;
  border-radius: 5px;
  overflow: hidden;
}

.lap-kin-thumbnail .lkt-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.lkt-content .lkt-image {
  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;
}

.lkt-content .lkt-link {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
}

.lkt-content .lkt-link a {
  color: var(--app-foreground-light);
}

.lkt-content:hover .lkt-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lap-kin-year ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: .5rem;
  gap: .4rem;
}

.lap-kin-year ul li {
  border: 1px solid var(--root-color-primary);
  border-radius: 999em;
  padding: 5px 10px;
  font-size: smaller;
  transition: all 0.3s ease;
  color: var(--app-foreground-dark);
}

.lap-kin-year ul li.active {
  background-color: var(--root-color-primary);
  color: var(--app-foreground-light);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.lap-kin-year ul li:hover {
  background-color: var(--app-color-secondary);
  color: #212529;

}



.layanan-main-card {
  width: 100%;
  max-width: 95vw;
  position: relative;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
  padding: 1.5rem;
  background-color: var(--app-card-background);
  border: 1px solid var(--app-card-border);
  border-radius: 1rem;
  overflow: hidden;
  top: -8rem;
}

@media (min-width: 576px) {
  .layanan-main-card {
    top: -12rem;
  }
}

.layanan-item {
  background-color: var(--app-card-background);
  border: 1px solid var(--app-card-border);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease;
  cursor: pointer;
  height: 100%;
  gap: 10px;
  padding: 1rem;
}

.layanan-item:hover {
  transform: translateY(-3px);
  border: 1px solid var(--root-color-primary);
}

.layanan-item:hover .layanan-item-title {
  color: var(--root-color-primary);
}

.layanan-item .layanan-item-image {
  width: 30%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}


.layanan-item .layanan-item-title {
  color: var(--app-foreground-dark);
  font-weight: 600;
  font-family: "Inter";
  font-size: 1.1rem;
}

.layanan-item .layanan-item-description {
  color: var(--app-foreground-dark);
  font-family: "Inter";
  font-size: 0.8rem;
}

.layanan-item .layanan-item-image img {
  width: 80%;
}

@media (min-width: 768px) {
  .layanan-item {
    flex-direction: row;
  }
}



.accordion-item.btg-accordion {
  background-color: var(--app-card-background);
  border: 1px solid var(--app-card-border);
}

.accordion-item.btg-accordion .accordion-button:not(.collapsed) {
  color: var(--app-foreground-dark);
  background-color: var(--app-card-background);
  box-shadow: unset;
  border-bottom: 1px solid var(--app-card-border);
}

.accordion-item.btg-accordion .accordion-button {
  background-color: var(--app-card-background);
}

.accordion-item.btg-accordion .accordion-button:focus {
  border-color: var(--app-card-border);
  box-shadow: unset;
}

.accordion-item.btg-accordion .accordion-body {
  padding: 0;
}



.penjabat-sebelumnya {
  padding: 1rem 1.25rem;
}

.penjabat-sebelumnya:not(:last-child) {
  border-bottom: 5px solid var(--app-card-border);
}

.penjabat-sebelumnya-periode {
  color: var(--app-foreground-dark);
  text-align: center;
  background: color-mix(in srgb, var(--app-color-primary) 10%, white);
  padding: .5rem;
  margin-bottom: .5rem;
  border-radius: .5rem;
}

.penjabat-sebelumnya-profil {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.penjabat-sebelumnya-profil .psp-jabatan {
  color: var(--app-foreground-dark);
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: .8rem;
}

.penjabat-sebelumnya-profil .psp-nama {
  color: var(--app-foreground-dark);
  font-weight: 500;
  font-size: .9rem;
  text-align: center;
  margin-top: .6rem;
}

.penjabat-sebelumnya-profil .psp-photo {
  width: 50%;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 0.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
}

.penjabat-sebelumnya-profil .psp-photo 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;
}



.sejarah-img {
  width: 100%;

  margin-top: 1rem;
  margin-bottom: .5rem;

  display: flex;
  align-items: center;
  justify-content: center;
}

.sejarah-img img {
  width: 60%;
  height: auto;

  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sejarah-caption {
  border-left: 4px solid var(--root-color-primary);
  padding: .5rem;

  border-radius: 5px;

  background-color: color-mix(in srgb, var(--root-color-primary), transparent 90%);
}



.lyd-group {
  border: 1px solid var(--app-card-border);
  padding: 1rem;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.lyd-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: stretch;
  gap: 1rem;
}

.lyd-icon {
  width: 4rem;
}

.lyd-icon img {
  width: 100%;
}

@media (min-width: 768px) {
  .lyd-container {
    flex-direction: row;
  }
}



.swiper-pengumuman-container {
  width: auto;
  height: auto;
  max-width: 70vw;
  max-height: 80vh;
  aspect-ratio: 3/4;
  border-radius: 15px;
  overflow: hidden;
}

.swiper-pengumuman {
  width: 100%;
  height: 100%;
}

.swiper-pengumuman .swiper-slide {
  /* display: inline; */
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pengumuman-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;

  position: relative;
}

.pengumuman-item img {
  /* width: auto;
  height: auto;
  max-width: 70vw;
  max-height: 80vh; */

  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-out;
}

.pengumuman-item:hover img {
  transform: scale(1.02);
}

.pengumuman-item .pengumuman-item-caption {
  backdrop-filter: blur(24px) saturate(200%);
  background-color: #32323280;
  color: #FFF;

  border-top-color: #ffffff26;
  border-top-style: solid;
  border-top-width: 1px;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  width: 100%;
  font-size: .9rem;

  padding: 10px;
  position: absolute;
  bottom: 0px;
  transform: translateY(100%);
  transition: all .2s ease-out;

  max-height: 50%;
}

.pengumuman-item:hover .pengumuman-item-caption {
  transform: translateY(0);
}

.pengumuman-item .pengumuman-item-link {
  backdrop-filter: blur(24px) saturate(200%);
  background-color: #32323280;
  color: #FFF !important;

  border: 1px solid #ffffff26;

  border-radius: 999em;

  font-size: .7rem;

  padding: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: translateY(-150%);
  transition: all .2s ease-out;
}

.pengumuman-item:hover .pengumuman-item-link {
  transform: translateY(0);
}

.pengumuman-item .pengumuman-item-link:hover {
  background-color: #72727280;
}

.swiper-pagination.swiper-pengumuman-pagination.swiper-pagination-bullets {
  width: auto;
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: unset;
  
  backdrop-filter: blur(24px) saturate(200%);
  background-color: #32323280;
  color: #FFF !important;
  
  border: 1px solid #ffffff26;
  
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  
  border-radius: 999em;
  
  transition: all .2s ease-out;
}

.swiper-pagination.swiper-pengumuman-pagination.swiper-pagination-bullets:hover {
  background-color: #72727280;
}

.swiper-pagination.swiper-pengumuman-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #FFF;
}



.main-card {
  width: 100%;
  position: relative;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
  padding: 1.5rem;
  background-color: var(--app-card-background);
  border: 1px solid var(--app-card-border);
  border-radius: 1rem;
  overflow: hidden;
}



mark,
.mark {
  background-color: color-mix(in srgb, var(--app-color-secondary), transparent 75%);
  border: 1px solid var(--app-color-secondary);
  color: inherit;
  padding: 0px;
}



.gid-container {
  width: 100%;
  height: 70vh;
}

.goverlay {
  backdrop-filter: blur(24px) saturate(200%) !important;
  background-color: #32323280 !important;
}



.search-card {
  border: 1px solid var(--app-card-border);
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  min-height: min-content;
  padding: 1rem;
  transition: all 0.2s ease-in-out;
}

.search-card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.search-card-image {
  width: 80px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.search-card-image-galeri {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.search-card-title {
  color: var(--app-foreground-primary);
  font-weight: bold;
  font-size: 1rem;
}

.search-card-description {
  color: var(--app-foreground-dark);
  font-size: .8rem;
}

.gv-player {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.gv-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  padding: 5px;
  border-radius: 10px;

  border: 1px solid var(--app-card-border);
  background-color: var(--app-card-background);
}

.gv-thumb-image-container {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.gv-thumb-image-container img,
.gv-thumb-image-container video {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -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;
}

.gv-thumb:not(.active) .gv-thumb-image-container:hover img,
.gv-thumb:not(.active) .gv-thumb-image-container:hover video {
  transform: scale(1.03);
}

.gv-thumb.active .gv-thumb-image-container {
  position: relative;
}

.gv-thumb.active .gv-thumb-image-container::before {
  content: "";
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gv-thumb.active .gv-thumb-image-container::after {
  content: "";
  background: url('/assets/images/icons/wave.gif') center/cover no-repeat;
  height: 50%;
  width: auto;
  aspect-ratio: 1;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}