.sidebar-card {
    padding: 8px;
    background-color: #fff;
    border-bottom: 1px solid #eeeff4;
    margin-bottom: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.sidebar-card-title {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.sidebar-card-description {
    font-size: 12px;
    line-height: 1.2em;
    color: #000;
}
.sidebar-card-img {
    color: #fff0 !important;
    width: 100% !important;
    height: auto !important;
    max-width: 80px !important;
}

.news-card-row {
    margin-bottom: 5px !important;
    border-radius: 5px !important;
}

.news-card-img {
    border-radius: 10px !important;
    float: left !important;
    margin: 4px 24px 16px 0 !important;
    width: 600px !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.15) !important;
}
.modal-content {
    border: 3px solid #0db5ff !important;
    border-radius: 10px !important;
}
.modal-body {
    padding: 24px !important;
}
.modal-body > h2 {
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}
.line {
    background: #dee2e6 !important;
    height: 1px !important;
    margin: 24px 0 25px 0 !important;
}
h3 {
    font-size: 24px !important;
}
.modal-source {
    box-shadow: none !important;
    font-size: 12px !important;
    margin-bottom: 5px !important;
}
.modal-source::hover {
    color: #ff864a !important;
}
.modal-source__link {
    text-decoration: underline !important;
    font-weight: 600 !important;
}
.modal-source__name {
    color: #ff864a !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}
.accordion {
    background-color: #fff !important;
    color: #000 !important;
    cursor: pointer !important;
    padding: 10px !important;
    width: 100% !important;
    text-align: left !important;
    outline: none !important;
    font-size: 1rem !important;
    transition: 0.4s !important;
    border: 2px solid #0db5ff !important;
    border-radius: 5px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}
.accordion:hover {
    background-color: #fff !important;
}
.active {
    background-color: #fff !important;
    border: 2px solid #0db5ff !important;
}
.accordion:before {
    content: "\002B" !important;
    color: #000 !important;
    font-weight: 700 !important;
    float: left !important;
    margin-right: 5px !important;
    font-size: 18px !important;
}
.active:before {
    content: "\2212" !important;
}
.panel {
    padding: 0;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.article_count {
    float: right !important;
    color: #fff !important;
    background: #000 !important;
    padding: 4px 8px !important;
    border-radius: 5px !important;
    margin-left: auto !important;
    font-size: 14px !important;
}

.slider {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}
.slider-viewport {
    overflow: hidden !important;
    border-radius: 8px !important;
}
.slider-track {
    display: flex;
    width: 100%;
    transform: translateX(0%);
    transition: transform 400ms ease;
    will-change: transform;
}
.slider-page {
    flex: 0 0 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
    padding: 16px 8px !important;
    box-sizing: border-box !important;
}
.slide {
    max-height: 400px !important;
    border: 3px solid #c8e2ff !important;
    border-radius: 8px !important;
    background-color: #eff7ff !important;
    display: flex;
    justify-content: start !important;
    flex-direction: column;
    color: #00124d !important;
    min-width: 0 !important;
    height: 400px;
    transition: all 150ms ease-in;
}
.slide:hover {
    border-color: #84bcfb !important;
}
.slide:hover .slide-news-card-img {
    filter: brightness(1.05) !important;
}
.slide > .img_placeholder img {
    max-height: 70% !important;
    width: 100% !important;
    height: 160px !important;
    object-fit: cover !important;
    margin-bottom: 8px !important;
    background-color: #00142d !important;
    color: #fff !important;
    text-align: center !important;
}
.slider-nav {
    width: 200px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    gap: 16px !important;
    margin-bottom: 15px !important;
}
.slider-nav__btn {
    position: relative !important;
    width: 8px !important;
    height: 8px !important;
    background-color: #9ccbff !important;
    border-radius: 9999px !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition:
        width 200ms ease,
        background-color 200ms ease;
    --p: 0;
}
.slider-nav__btn::after {
    content: "";
    position: absolute !important;
    inset: 0 !important;
    background-color: #00124d !important;
    transform-origin: left !important;
    transform: scaleX(var(--p)) !important;
    border-radius: inherit !important;
}
.slider-nav__btn.active {
    background-color: #9ccbff !important;
    width: 40px !important;
}
.slide-news-card-img-div {
    max-height: 304px !important;
    overflow: hidden !important;
    padding: 0 !important;
    min-height: 304px !important;
}
.slide-news-card-img {
    border-radius: 5px 5px 0 0 !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: bottom !important;
    aspect-ratio: 5/4 !important;
    transition: filter 150ms ease-in !important;
}
.slide-text {
    padding: 4px 8px !important;
    text-align: left !important;
}
.slide-text h4 {
    font-size: 16px !important;
    margin: 0 !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
    line-height: 1.2em !important;
}
.slide-text span {
    font-size: 12px !important;
}
.btn-close svg {
    width: 35px !important;
    top: -5px !important;
    right: -5px !important;
    position: absolute !important;
    cursor: pointer !important;
    z-index: 999 !important;
    background: #fff !important;
    border-radius: 100% !important;
}
.btn-close {
    opacity: 0.9 !important;
    top: 24px !important;
    right: 24px !important;
    position: absolute !important;
    cursor: pointer !important;
    z-index: 999 !important;
}
.pro {
    width: 64px !important;
    top: 10px !important;
    right: 10px !important;
    position: absolute !important;
    cursor: pointer !important;
    z-index: 9 !important;
}
.slide-pro {
    width: 64px !important;
    top: -3px !important;
    right: -3px !important;
    position: absolute !important;
    z-index: 99 !important;
}
.loading-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      z-index: 9998;
      display: none;
    }
.loading-spinner {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 9999;
      display: none;
    }
.nxtloader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #0db5ff;
  animation: l15 1s infinite linear;
}

.nxtloader::before,
.nxtloader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  border-right-color: #7ad6ff;
  animation: l15 2s infinite;
}

.nxtloader::after {
  margin: 8.5px;
  animation-duration: 3s;
  border-right-color: #b3e6fd;

}
@keyframes l15{ 
  100%{transform: rotate(1turn)}
}
@media (max-width: 900px) {
    .slider-page {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 8px !important;
        padding-bottom: 4px !important;
        display: block !important;
    }
    .slide {
        height: auto !important;
        margin-bottom: 16px !important;
    }

    .slide-text h4 {
        font-size: 16px !important;
        margin-right: 60px !important;
        font-weight: 700 !important;
        color: #000 !important;
        margin-bottom: 0 !important;
        margin-top: 4px !important;
        line-height: 1.2em !important;
    }
    .pro {
        width: 56px !important;
        top: 10px !important;
        right: 10px !important;
        position: absolute !important;
        z-index: 9 !important;
    }
    .slide-pro {
        width: 56px !important;
        z-index: 99 !important;
    }
    .slide-news-card-img-div {
        display: none !important;
    }
    .modal-body {
        padding: 16px !important;
        height: 96vh !important;
        overflow-y: scroll !important;
        padding-bottom: 70px !important;
    }
    .modal-body h2 {
        margin-bottom: 0 !important;
    }
    .modal-body div p {
        font-size: 14px !important;
    }
    .btn-close {
        bottom: 0 !important;
        width: 97% !important;
        top: unset !important;
        right: 0 !important;
        position: absolute !important;
        cursor: pointer !important;
        z-index: 9 !important;
        padding: 24px 5px !important;
        background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0.8) 50%, #fff0 100%) !important;
    }
    .btn-close svg {
        bottom: 0 !important;
        right: 45% !important;
        top: 14px !important;
    }
}