/* Force font-display swap untuk Bootstrap Icons */
@font-face {
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/fonts/bootstrap-icons.woff2") format("woff2"),
    url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/fonts/bootstrap-icons.woff") format("woff");
  font-display: swap;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;

  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-modal-header-border-color: var(--bs-gray-dark!important);
}

.sourcetext {
  color: darkgray !important;
  font-size: 13px;
}

.titlesection-secondary {
  color: darkgray !important;
  letter-spacing: 0.2rem;
}

a {
  color: #00ffff;
}

a:hover {
  color: #00afaf;
}

.article-description p {
  color: whitesmoke;
}

.page-link:hover {
  z-index: 2;
  color: whitesmoke;
  background-color: #373a3e;
  border-color: none;
  border: none;
}

.choicenews-image {
  /* display: none !important; */
}

/* imgfilter */

picture {
  -webkit-filter: brightness(110%) contrast(110%) saturate(130%);
  filter: brightness(110%) contrast(110%) saturate(130%);
}

/* navbar  */

/* Custom CSS for larger navbar height */
.navbar {
  height: 50px;
  /* Initial height of the navbar */
  transition: height 0.3s ease;
  /* Smooth transition effect for height changes */
}

/* Larger height for the navbar when scrolled down */
.navbar-lg {
  height: 100px;
  /* Adjust the height as needed */
}

.navbar a:hover {
  background-color: #212529;
  border-radius: 5px;
}

.navbar-mobile {
  display: none;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1.5em;
}

.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* endnav */

/* mobileondesktop */
.sidenewsmobile-wrapper {
  display: none;
}
/* endmobileondesktop */

/* article-related-category-wrapper */

.article-card-related-keyword {
  position: relative;
  overflow: hidden;
}

.article-card-related-keyword img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5; /* portrait */
  object-fit: cover;
}

/* Full overlay gradient */
.article-gradient {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
}

/* Caption always on top */
.article-card-related-keyword-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 2; /* above gradient */
}

.article-card-related-keyword-caption p {
  font-size: 0.75rem;
}

.article-card-related-keyword-caption h4 {
  font-size: 1.5rem;
}

/* Truncate multi-line text with ellipsis */
.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* end article-related-category-wrapper */

/* article-related-keyword-wrapper  */

/* end article-related-keyword-wrapper  */

.btn-close {
  color: #ffffff;
  border-style: none;
}

h1 {
  font-size: 1rem;
  font-weight: bolder;
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: rgb(230, 230, 230) !important;
}

.text-articledetail {
  color: rgb(230, 230, 230) !important;
  line-height: 1.75rem !important;
  text-decoration: none;
}

/* hotnews */

.category {
  background-color: #ffcc00;
}

.hotnews-caption {
  bottom: 0;
  /* background: rgb(0, 0, 0);
  background: linear-gradient(13deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 90%); */
}

.hotnews-caption h1 {
  font-size: 2.5rem;
}

.hotnews-caption p {
  font-size: 0.75rem;
}

.hotnews-img {
  height: 65vh;
  width: 100% !important;
  object-fit: cover;
  border-radius: 0px !important;
}

/* endhotnews */

/* article */

.description-segment img {
  min-width: 400px;
  max-width: 450px;
  height: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

.pagination a {
  text-decoration: none;

  /* Change to your preferred text color */
  background-color: transparent;
  /* Transparent background */
  border: 3px solid #194143;
  /* Change to your preferred border color */
  width: 20px;
  /* Adjust the button width as needed */
  height: 20px;
  /* Adjust the button height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.pagination a::before {
  content: "";
  position: absolute;
  width: 10px;
  /* Adjust the inner circle size */
  height: 10px;
  /* Adjust the inner circle size */
  background-color: transparent;
  /* Change to your preferred background color */
  border: 7px solid #1e2125;
  /* Change to your preferred border color */
  border-radius: 50%;
}

.pagination a.active {
  background-color: #66ffcc;
  /* Change to your preferred active background color */
  color: #00ffff;
  /* Change to your preferred active text color */
  border-color: #00ffff;
  /* Change to your preferred active border color */
  cursor: default;
}

.pagination a:hover {
  background-color: #333;
  /* Change to your preferred hover background color */
  color: #fff;
  /* Change to your preferred hover text color */
  border-color: #333;
  /* Change to your preferred hover border color */
}

.pagination a.next {
  margin-left: 10px;
  /* Add some spacing between the page numbers and "Next" link */
}

.pagination-page {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style: none;
  padding: 0;
}

.pagination-page a {
  text-decoration: none;

  /* Change to your preferred text color */
  background-color: transparent;
  /* Transparent background */
  border: 3px solid #194143;
  /* Change to your preferred border color */
  width: 30px;
  /* Adjust the button width as needed */
  height: 30px;
  /* Adjust the button height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: bold;
}

.pagination-page a::before {
  content: "";
  position: absolute;
  width: 10px;
  /* Adjust the inner circle size */
  height: 10px;
  /* Adjust the inner circle size */
  background-color: transparent;
  /* Change to your preferred background color */
  border: 0px solid #1e2125;
  /* Change to your preferred border color */
  border-radius: 50%;
  color: darkgray;
}

.pagination-page a.active {
  background-color: #66ffcc;
  /* Change to your preferred active background color */
  color: #00ffff;
  /* Change to your preferred active text color */
  border-color: #00ffff;
  /* Change to your preferred active border color */
  cursor: default;
}

.pagination-page a:hover {
  background-color: #333;
  /* Change to your preferred hover background color */
  color: #fff;
  /* Change to your preferred hover text color */
  border-color: #333;
  /* Change to your preferred hover border color */
}

.pagination-page a.next {
  margin-left: 10px;
  /* Add some spacing between the page numbers and "Next" link */
}

body {
  background-color: #1e2125;
}

.source-img a {
  color: darkgray;
}

.articleimg {
  width: 100%;
  /* height: 100%; */
  height: 65vh;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-caption {
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(13deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 90%);
}

.article-caption h1 {
  font-size: 2.5rem;
}

/* Gunakan langsung .linkoverview */
.breadcrumb {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: lighter;
  letter-spacing: 3px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #adb5bd; /* abu terang, kontras cukup */
  padding: 0 0.5rem;
}

.breadcrumb-item a.linkoverview {
  color: #dee2e6; /* abu terang, nyaman di dark bg */
  text-decoration: none;
  font-weight: 500;
  transition: font-size 0.2s ease-in-out, color 0.2s;
}

.breadcrumb-item a.linkoverview:hover {
  font-weight: 600;
  background-color: #343a40; /* abu gelap, tetap kontras */
  color: #0dcaf0; /* cyan terang */
  border-radius: 5px;
}

.breadcrumb-item.active {
  color: #f8f9fa; /* putih kontras tinggi */
  font-weight: 600;
}

/* endarticle */

/* swiper */

.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

#swiper-menu {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

#wiper-menu .swiper-slide {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mainnews-wrapper .swiper-button-next:after,
.mainnews-wrapper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 15px;
  font-weight: bolder;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.navbar-mobile .swiper-button-next:after,
.navbar-mobile .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 15px;
  font-weight: bolder;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.mainnews-wrapper .swiper-button-next,
.mainnews-wrapper .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 40%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #1e2125;
  border-radius: 20px;
}

.navbar-mobile .swiper-button-next,
.navbar-mobile .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

/* swiper */

a {
  text-decoration: none;
}

.titlesection {
  font-size: 1.5rem;
  font-weight: bolder;
}

/* sidenew */
.bg-sidenews {
  background-color: #1e2125;
}

/* endsidenews */

.fontlogoimg {
  height: 40px;
}

.fontlogo {
  font-size: 3rem;
}

/* footer */
/* cookie */
/* Overlay (dark background) */
/* Pastikan selalu ada ruang scrollbar (anti CLS saat overlay muncul) */
html {
  overflow-y: scroll;
}

/* Banner di bawah */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #212529;
  color: #fff;
  padding: 1rem;
  z-index: 1050;
  text-align: center;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
  font-size: 0.9rem;
}

/* Text */
#cookie-banner .cookie-text {
  margin-bottom: 0.5rem;
}

#cookie-banner .cookie-text a {
  color: #0dcaf0;
  text-decoration: underline;
}

/* Button */
#cookie-banner .cookie-btn {
  display: inline-block;
  padding: 0.4rem 1rem;
  background-color: #0d6efd;
  color: #fff;
  font-size: 0.85rem;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: background 0.2s;
  border: none;
}

#cookie-banner .cookie-btn:hover {
  background-color: #0b5ed7;
}
/* cookie */

/* topbar */

.topbar {
  background-color: #212529;
  opacity: 1;
  background-image: linear-gradient(30deg, #373a3e 12%, transparent 12.5%, transparent 87%, #373a3e 87.5%, #373a3e),
    linear-gradient(150deg, #373a3e 12%, transparent 12.5%, transparent 87%, #373a3e 87.5%, #373a3e),
    linear-gradient(30deg, #373a3e 12%, transparent 12.5%, transparent 87%, #373a3e 87.5%, #373a3e),
    linear-gradient(150deg, #373a3e 12%, transparent 12.5%, transparent 87%, #373a3e 87.5%, #373a3e),
    linear-gradient(60deg, #373a3e77 25%, transparent 25.5%, transparent 75%, #373a3e77 75%, #373a3e77),
    linear-gradient(60deg, #373a3e77 25%, transparent 25.5%, transparent 75%, #373a3e77 75%, #373a3e77);
  background-size: 24px 42px;
  background-position: 0 0, 0 0, 12px 21px, 12px 21px, 0 0, 12px 21px;
}

/* endtopbar */

/* footer */
.socialmedia-button {
  font-size: 30px;
}

.footer {
  bottom: 0;
  height: 100%;
  background-color: #212529;
  opacity: 1;
  background-image: linear-gradient(30deg, #373a3e 12%, transparent 12.5%, transparent 87%, #373a3e 87.5%, #373a3e),
    linear-gradient(150deg, #373a3e 12%, transparent 12.5%, transparent 87%, #373a3e 87.5%, #373a3e),
    linear-gradient(30deg, #373a3e 12%, transparent 12.5%, transparent 87%, #373a3e 87.5%, #373a3e),
    linear-gradient(150deg, #373a3e 12%, transparent 12.5%, transparent 87%, #373a3e 87.5%, #373a3e),
    linear-gradient(60deg, #373a3e77 25%, transparent 25.5%, transparent 75%, #373a3e77 75%, #373a3e77),
    linear-gradient(60deg, #373a3e77 25%, transparent 25.5%, transparent 75%, #373a3e77 75%, #373a3e77);
  background-size: 24px 42px;
  background-position: 0 0, 0 0, 12px 21px, 12px 21px, 0 0, 12px 21px;
}

/* footerend */

/* secondnews */

.secondnews-wrapper img {
  object-fit: cover;
}

.secondnews-wrapper img {
  height: 25vh;
}

.secondnews-caption {
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(13deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
}

.secondnews-caption h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.secondnews-caption p {
  font-size: 1rem;
}

/* endsecondnews */

/* sidenews */
.sidenews-wrapper h1 {
  font-size: 1.5rem;
  color: var(--bs-gray-dark);
}

.sidenews-wrapper {
  height: 632px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

.sidenews-wrapper h1 {
  font-size: 16px;
}

.text-ffcc00 {
  color: whitesmoke;
}

.secondnews-img {
  object-fit: cover !important;
  width: 100% !important;
}

/* endsidenews */

/* latestarticle-wrapper */

.latestarticle-description {
  font-size: 0.75rem;
}

.latestarticle-wrapper h1 {
  font-size: 1.5rem;
}

.explore-button:hover {
  font-weight: bolder !important;
  color: #ffcc00 !important;
}

.latestarticle-img {
  object-fit: cover !important;
  width: 100%;
  max-height: 600px !important;
}

.gradient-dark-custom {
  background: rgb(33, 37, 41);
  background: linear-gradient(180deg, rgba(33, 37, 41, 1) 51%, rgba(62, 55, 55, 0) 100%);
}

.gradient-dark-custom2 {
  background: rgb(37, 37, 41);
  background: -moz-linear-gradient(0deg, rgba(37, 37, 41, 1) 0%, rgba(33, 37, 41, 0.2623249983587185) 100%);
  background: -webkit-linear-gradient(0deg, rgba(37, 37, 41, 1) 0%, rgba(33, 37, 41, 0.2623249983587185) 100%);
  background: linear-gradient(0deg, rgba(37, 37, 41, 1) 0%, rgba(33, 37, 41, 0.2623249983587185) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252529", endColorstr="#212529", GradientType=1);
}

/* endlatestarticle-wrapper */

/* Width and height for the track */
::-webkit-scrollbar {
  width: 5px;
}

/* Track style */
::-webkit-scrollbar-track {
  background: #212529;
}

/* Handle style */
::-webkit-scrollbar-thumb {
  background: #373b3e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffcc00;
}

/* responsive  */
@media (max-width: 575.98px) {
  .description-segment img {
    min-width: 200px;
    max-width: 220px;
    height: auto;
  }

  .footer a {
    font-size: 0.75rem;
  }

  .article-related-keyword-wrapper h2 {
    font-size: 1rem;
  }

  .sidenewsmobile-wrapper {
    display: block;
  }

  .article-related-keyword-wrapper p {
    font-size: 0.6rem;
    text-overflow: ellipsis;
  }

  .article-related-category-img {
    width: 100%;
    /* height: 100%; */
    height: 25vh;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .sourcetext {
    color: lightgray !important;
    font-size: 10px !important;
  }

  .navbar-mobile .swiper-menu {
    width: 250px !important;
  }

  .articleimg {
    height: 50vh;
  }

  .article-caption h1 {
    font-size: 1.5rem;
  }

  .linkoverview {
    font-size: 0.7rem;
  }

  .fontlogo {
    font-size: 2rem;
  }

  .hotnews-wrapper {
    height: 60vh;
  }

  /* .sidenewsmobile-wrapper {
    min-height: 55vh;
  } */

  .navbar-desktop {
    display: none;
  }

  .navbar-mobile {
    display: block !important;
  }

  .hotnews-img {
    height: 60vh;
    object-fit: cover;
    border-radius: 0px !important;
  }

  .hotnews-caption h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .hotnews-caption p {
    display: none;
  }

  .secondnews-img {
    height: 30vh;
    object-fit: cover;
    border-radius: 0px !important;
  }

  .secondnews-caption {
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(13deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
  }

  .secondnews-caption h1 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .mainnews-wrapper .swiper-button-next,
  .mainnews-wrapper .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 25vh);
    background-color: rgba(0, 0, 0, 0.6);
    height: 30px;
    width: 30px;
    border-radius: 20px;
    padding: 5px;
  }

  .latestarticle-wrapper-wrapper h1 {
    font-size: 1.25rem;
  }

  .custom-truncate {
    max-height: 200px !important;
    overflow: hidden;
  }

  .text-description {
    font-size: 1.5rem;
    width: 400px;
    overflow: hidden;
    line-height: 2rem;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
  }

  .latestarticle-img {
    object-fit: cover !important;
    width: 100%;
    max-height: 300px !important;
  }

  .latestarticle-wrapper .latestarticle-wrapper-description {
    display: none;
  }

  .sidenews-wrapper h1 {
    font-size: 1.25rem;
  }

  .sidenews-description {
    display: none;
  }

  .sidenews-wrapper .titlesection {
    text-align: center;
    z-index: 1 !important;
  }

  .sidenews-wrapper {
    height: 70vh !important;
  }

  .sidenews-desktop {
    display: none;
  }

  .latestarticle-description {
    display: none;
  }

  .latestarticle-wrapper h1 {
    font-size: 1.2rem !important;
  }

  .latestarticle-wrapper .titlesection {
    text-align: center !important;
  }

  .choicenews-image {
    display: block !important;
  }

  .titlesection {
    font-size: 1.5rem;
  }

  .article-card-related-keyword-caption h4 {
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .navbar-desktop {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .sidenews-wrapper {
    display: none;
  }

  .article-related-category-img {
    width: 100%;
    /* height: 100%; */
    height: 25vh;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199.98px) {
  .hotnews-img {
    height: 75vh;
    object-fit: cover;
    border-radius: 0px !important;
  }

  .hotnews-caption h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .sidenewsmobile-caption h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bolder;
  }

  .sidenewsmobile-caption p {
    font-size: 0.75rem;
  }

  /* .hotnews-caption p {
    display: none;
  } */
  .article-caption h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 1399.98px) {
  .sidenews-wrapper {
    height: 450px !important;
    width: auto;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .hotnews-img {
    height: auto;
    min-height: 65vh;
    width: 100% !important;
    object-fit: cover;
    border-radius: 0px !important;
  }

  .article-related-category-wrapper {
    min-height: 300px;
  }
}

.loading-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}

.loading-spinner:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: rgb(0, 255, 255);
  background: -moz-linear-gradient(45deg, rgba(0, 255, 255, 1) 0%, rgba(102, 255, 204, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 255, 255, 1) 0%, rgba(102, 255, 204, 1) 100%);
  background: linear-gradient(45deg, rgba(0, 255, 255, 1) 0%, rgba(102, 255, 204, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff", endColorstr="#66ffcc", GradientType=1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}

/* all article */

.content-item {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgb(0, 0, 0, 0.2);
  /* Add any other styles to .content-item */
}

.allarticle-wrapper {
  height: 350px;
  /* width: 350px; */
  position: relative;
  /* Add any other styles to .allarticle-wrapper */
}

.allarticle-wrapper {
  transition: transform 0.3s ease-in-out;
}

.allarticle-wrapper:hover {
  transform: scale(0.95);
}

.allarticle-bg {
  background: rgb(26, 0, 209);
  background: linear-gradient(90deg, rgba(26, 0, 209, 1) 0%, rgba(152, 56, 149, 1) 50%, rgba(0, 255, 229, 1) 100%);
}

.btn-primary {
  border: none;
  background: rgb(0, 255, 255);
  background: -moz-linear-gradient(45deg, rgba(0, 255, 255, 1) 0%, rgba(102, 255, 204, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 255, 255, 1) 0%, rgba(102, 255, 204, 1) 100%);
  background: linear-gradient(45deg, rgba(0, 255, 255, 1) 0%, rgba(102, 255, 204, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff", endColorstr="#66ffcc", GradientType=1);
  color: #212525 !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
  font-size: 0.75 !important;
}

.active > .page-link,
.page-link.active {
  background-color: #00ffff;
  /* Change to your preferred active background color */
  color: #1e2125;
  /* Change to your preferred active text color */
  border-color: #00ffff;
  /* Change to your preferred active border color */
  cursor: default;
  padding: 0rem !important;
}

.page-link {
  content: "";
  position: absolute;
  width: 10px;
  /* Adjust the inner circle size */
  height: 10px;
  /* Adjust the inner circle size */
  background-color: transparent;
  /* Change to your preferred background color */
  border: 2px solid #1e2125;
  /* Change to your preferred border color */
  border-radius: 50%;
  padding: 0rem !important;
  color: #009999;
}

.page-item {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.page-item:first-child .page-link {
  border-radius: 50% !important;
}

.page-item:last-child .page-link {
  border-radius: 50% !important;
}

.card-img-fixed-choicenews-desktop {
  width: 100%;
  height: 150px; /* tinggi seragam */
  object-fit: cover; /* crop bagian luar tapi tidak melebar */
}

.card-img-fixed {
  width: 100%;
  height: 300px; /* tinggi seragam */
  object-fit: cover; /* crop bagian luar tapi tidak melebar */
}

.card-img-fixed-populer-dekstop {
  width: 100%;
  height: 220px; /* tinggi seragam */
  object-fit: cover; /* crop bagian luar tapi tidak melebar */
}

.card-img-fixed-populer-head-dekstop {
  width: 100%;
  height: 320px; /* tinggi seragam */
  object-fit: cover; /* crop bagian luar tapi tidak melebar */
}

.popular-caption {
  font-size: 0.75rem;
}

#modallandingpage {
  background-color: #1e2125 !important;
}

.modal-header {
  border: none !important;
}

.modal-header .btn-close {
  color: red !important;
  background-color: var(--bs-gray-dark);
}
