/* Arkib section - follow standard .site-section styling */
.site-section.arkib-section-1 {
    position: relative;
    padding: 50px 0;
}
@media (max-width: 991px) {
    .site-section.arkib-section-1 {
        padding: 70px 0;
    }
}

.title-site-banner {
    font-family: var(--font-balgrim);
    color: #34234D;
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.search-section-media .container {
    max-width: 840px;
}
.search-section-media .form-selbox {
    max-width: 162px;
    width: 100%;
}

.semakan-form-inline .semakan-btn-group {
    min-width: 142px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: white;
}


/* Arkib tabs - match publication2 menu 99 reference: single row, horizontal scroll */
/* Single scroll container: only .arkib-tabs scrolls - parents must not scroll */
.arkib-tabs {
    margin: 0;
    padding: 0 20px 10px 20px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    scrollbar-color: #E0AFFF transparent;
}
.arkib-tabs::-webkit-scrollbar { height: 6px; }
.arkib-tabs::-webkit-scrollbar-track { background: transparent; }
.arkib-tabs::-webkit-scrollbar-thumb { background-color: #E0AFFF; border-radius: 3px; }

.arkib-tabs .nav-arkib-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
    min-width: max-content;
    flex-shrink: 0;
}

.arkib-tabs .nav-arkib-tabs li {
    float: none;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
    flex-shrink: 0;
    display: inline-block;
}

.arkib-tabs .nav-arkib-tabs li.tab-link {
    margin-left: 0;
    margin-right: 0;
}

.arkib-tabs .nav-arkib-tabs li a {
    color: #CECECE;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    font-family: var(--font-balgrim);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    line-height: 1.2;
    border: 1px solid transparent;
    margin-right: 0;
    position: relative;
    background-color: transparent;
    border-radius: 35px;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-sizing: border-box;
    max-width: none;
    min-width: auto;
}
.arkib-tabs .nav-arkib-tabs li.active a,
.arkib-tabs .nav-arkib-tabs li.tab-link.active a{
     border-radius: 35px;
    background: #EED4FF;
    border: 1px solid #E0AFFF;
    color: #494949;
    gap: 8px; /* Reduced gap between icon and text */
    white-space: nowrap; /* Keep text on one line */
}
.arkib-tabs .nav-arkib-tabs li a:hover,
.arkib-tabs .nav-arkib-tabs li.tab-link:hover a {
    background-color: #EED4FF !important;
    border: 1px solid #E0AFFF !important;
    color: #494949 !important;
    border-radius: 35px;
    gap: 8px; /* Reduced gap between icon and text */
    white-space: nowrap; /* Keep text on one line */
}
.arkib-tabs .nav-arkib-tabs li a .icon {
    position: relative;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 8px; /* Reduced margin between icon and text */
}

/* Ensure text stays on one line */
.arkib-tabs .nav-arkib-tabs li a,
.arkib-tabs .nav-arkib-tabs li a * {
    white-space: nowrap;
}
.arkib-tabs .nav-arkib-tabs li a .icon .colored {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.arkib-tabs .nav-arkib-tabs li a .icon .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 99;
}
.arkib-tabs .nav-arkib-tabs li a:last-child {
    margin-right: 0px;
    height:100%;
    /* gap:20px; */
}

/* Icon hover effects - show hover icon on hover and active */
.nav-arkib-tabs .tab-link:hover a .icon .colored,
.arkib-tabs .nav-arkib-tabs li.tab-link:hover a .icon .colored,
.arkib-tabs .nav-arkib-tabs li.active a .icon .colored {
    display: none;
}

.nav-arkib-tabs .tab-link:hover a .icon .img-top,
.arkib-tabs .nav-arkib-tabs li.tab-link:hover a .icon .img-top,
.arkib-tabs .nav-arkib-tabs li.active a .icon .img-top {
    display: block;
}

.arkib-tabs .nav-arkib-tabs li a .icon {
    margin-right: 10px;
}
.arkib-section-1 .content-wrapper .tab-content {
    padding: 83px 10px 40px;
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}
.arkib-section-1 .content-wrapper .tab-content.active {
    display: block;
    opacity: 1;
}


@media screen and (max-width:990px){

    /* .arkib-tabs .nav-arkib-tabs li a{
        min-width:200px;
    } */
   
    .colored{

        min-width: 30px;
    }
}
.title-k {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.terkini-media {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
    display: inline-flex;
    padding: 27px 34px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin-top: 25px;
}
.terkini-innerpage {
    width: 100%;
    float: left;
}

.terkini-navbar .col-description a{
    color: #494949;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.8px;
}


.terkini-navbar {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
    padding-left: 3px;
}
.terkini-navbar li {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    padding: 22px 20px;
    margin-bottom: 5px;
    color: #494949;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.8px;
    background-color: #f7f7f7;
    justify-content: space-between;
}


.terkini-navbarli  a{color: #494949;}

.terkini-navbar .col-bil {
    width: 60px;
    float: left;
}
.terkini-navbar  .col-description {
    width: 100%;
    float: left;
    text-align: left;
}

.terkini-navbar .col-date {
    width: 160px;
    float: right;
    text-align: right;
    padding-right: 20px;
}

.terkini-navbar li:nth-child(odd) {
    background-color: #F4EDF9;
}
.terkini-navbar li:nth-child(even) {
    background-color: rgba(237, 237, 237, 0.45);

}

.terkini-navbar li:nth-child(2n){
    background-color: rgba(237, 237, 237, 0.45);
    position: relative;
}
.keratan-section{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}


.terkini-navbar .article-description p {
    margin: 0px;
    overflow: hidden;
    color: #6D6D6D;
    text-overflow: ellipsis;
    font-family: var(--font-default);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 360px;
}

.responsive-nav ul {
    margin: 0px;
    padding: 10px 22px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.responsive-nav ul li {
    color: #494949;
    font-family: var(--font-default);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}
.responsive-nav ul li:nth-child(1) {
    width: 60px;
    float: left;
}
.responsive-nav ul li:nth-child(2) {
    width: 100%;
    text-align: left;
}
.responsive-nav ul li:nth-child(3) {
    width: 160px;
    float: right;
    text-align: right;
    padding-right: 20px;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.multimedia-section-1 {
    overflow: hidden;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: solid #fff 1px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    width: 47px;
    height: 47px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 1;
    margin: 0;
    top: 80%;
    margin-top: 0px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 37px;
    margin-top: 0px;
    margin-left: 35px;
    border: transparent;
}
.mfp-arrow:after {
    top: 36px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 47%;
}
.mfp-arrow-left:after {
    content: "\27F6";
    color: #fff;
    font-size: 25px;
    transform: rotate(180deg);
}

.mfp-arrow-right {
    right: 47%;
}
.mfp-arrow-right:after {content: "\27F6";color: #fff;font-size: 25px;top: 10px;left: -26px;}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -50px;
    right: 0;
    left: auto;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /** * Remove all paddings around the image on small screen */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.video-box-inner img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
}
button.mfp-close {
    border: transparent;
    width: auto;
    height: auto;
}

.gambar-gallery .img-thumbnail {
    border: transparent;
    padding: 0px;
    border-radius: 3px;
    background: #D9D9D9;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.gambar-gallery {
    margin-top: 55px;
    margin-bottom: 100px;
}
.button-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-pagination a {
    border-radius: 25px;
    background: var(--color-secondary);
    padding: 15px 30px;
    min-width: 395px;
    color: #FFF;
    text-align: center;
    font-family: var(--font-default);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.button-pagination .icon {
    margin-left: 15px;
}

/* pagination css */
.pagination-section {
    padding-bottom: 60px;
    padding-top: 40px;
}
.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pagination a {
    float: left;
    padding: 8px 14px;
    text-decoration: none;
    background-color: #fff;
    border: solid #E0AFFF 1px;
    border-radius: 100px;
    margin: 0 4px;
    color: #9E9E9E;
    text-align: center;
    font-family: var(--font-default);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    width: 40px;
    height: 40px;
}
.pagination li.active a {
    background-color: var(--color-secondary);
    border-radius: 100px;
    border: solid var(--color-secondary) 1px;
    color: var(--color-primary);
}

.pagination a:hover:not(.active) {
    background-color: var(--color-secondary);
    border: solid var(--color-secondary) 1px;
    border-radius: 100px;
    color: var(--color-primary);
}
.pagination .prev {
    background: transparent;
    border: transparent;
    position: relative;
    width: auto;
    height: auto;
}
.pagination .prev:hover {
    background: transparent !important;
    border: transparent !important;
    color: #9E9E9E !important;
}
.pagination .next {
    background: transparent;
    border: transparent;
    position: relative;
    width: auto;
    height: auto;

}
.pagination .next:hover {
    background: transparent !important;
    border: transparent !important;
    color: #9E9E9E !important;
}
.pagination svg {
    margin-right: 10px;
}
@media only screen and (max-width:1180px) {
    .arkib-tabs .nav-arkib-tabs li a{font-size: 14px;}

}
@media only screen and (max-width:1024px) {
    .arkib-tabs .slick-prev, .nav-arkib-tabs .slick-next {background-color: #fff; border: solid 1px #E0AFFF; width: 40px; height: 40px;  border-radius: 50%; }
    .arkib-tabs .tab-link{ display: flex;  align-items: center; justify-content: center;}
    .nav-arkib-tabs .slick-prev {left: 4px; background: #fff url(../images/icon-arrow-prev.png) no-repeat center;}
    .nav-arkib-tabs .slick-next {right: 0;background: #fff url(../images/icon-arrow-next.png) no-repeat center;}
    .nav-arkib-tabs .slick-next:hover, .nav-arkib-tabs .slick-next:focus { background: var(--bs-primary) url(../images/icon-arrow-next-secondary.svg) no-repeat center;}
    .arkib-tabs .nav-arkib-tabs .slick-list { max-width: 769px;  margin: 0 auto;}
    .arkib-tabs .nav-arkib-tabs { flex-wrap: nowrap !important; }
    .arkib-tabs .nav-arkib-tabs li a { font-size: 13px; padding: 8px 18px; white-space: nowrap; }
    .arkib-tabs .nav-arkib-tabs li a .icon { width: 30px; height: 30px; }
    body { overflow-x: hidden; }
    .arkib-tabs-container { max-width: 100%; overflow-x: auto; }
}

@media only screen and (max-width: 992px) {
    .title-k{ font-size: 33px;}
    .site-banner-wrap h1{font-size: 33px;}
    .gambar-gallery { display: flex;}
}
@media only screen and (max-width: 768px) {
    .terkini-media{padding: 15px;}
    .title-k{ font-size: 25px;}
    .site-banner-wrap h1{font-size: 25px;}
    .search-section-media .quick-learning-btnbox {align-items: center;flex-wrap: wrap; display: flex; justify-content: center;}
    .arkib-tabs .nav-arkib-tabs .slick-list { max-width: 100%; margin: 0 auto;}
    .arkib-tabs { justify-content: flex-start; padding: 0 15px 10px 15px; }
    .arkib-tabs .nav-arkib-tabs { justify-content: flex-start; flex-wrap: nowrap !important; }
    .arkib-tabs .nav-arkib-tabs li a { font-size: 12px; padding: 7px 15px; white-space: nowrap; }
    .arkib-tabs .nav-arkib-tabs li a .icon { width: 28px; height: 28px; }
}

@media only screen and (max-width: 568px) {
    .arkib-banner-wrap { min-height: auto;}
    .mfp-arrow{  top: 68%;}
    .mfp-arrow-right {right: 40%;}
    .mfp-arrow-left {left: 40%;}
    .button-pagination a { min-width: 100%;}
    .gambar-gallery .img-thumbnail {width: 100%;}
    .pagination-Kembalisection .pagination { margin-top: 20px;}
    .pagination .prev {padding: 0px;}
    .gambar-gallery { display: block;}
    .terkini-navbar li {flex-wrap: wrap;}
    .terkini-navbar .col-bil { order: 1; -webkit-order: 1;}
    .terkini-navbar .col-description {order: 3;-webkit-order: 3; width: 100%;border-top: solid #000 1px; padding-top: 10px;margin-top: 11px;}
    .terkini-navbar .col-date { order: 2;-webkit-order: 2;padding-right: 0px; }
    .arkib-tabs { justify-content: flex-start; padding: 0 10px 10px 10px; }
    .arkib-tabs .nav-arkib-tabs { justify-content: flex-start; }
    .arkib-tabs .nav-arkib-tabs li a { font-size: 11px; padding: 6px 12px; gap: 5px; }
    .arkib-tabs .nav-arkib-tabs li a .icon { width: 26px; height: 26px; }
    .arkib-tabs .nav-arkib-tabs li a .icon .img-top{ top: 0; left: 0; }
}
@media only screen and (max-width: 480px) {
    .arkib-tabs .slick-prev, .nav-arkib-tabs .slick-next { width: 30px;height: 30px;}
    .arkib-tabs { justify-content: flex-start; padding: 0 10px 10px 10px; }
    .arkib-tabs .nav-arkib-tabs { justify-content: flex-start; flex-wrap: nowrap !important; }
    .arkib-tabs .nav-arkib-tabs li a {
        font-size: 10px;
        padding: 5px 10px;
        gap: 4px;
        white-space: nowrap;
        max-width: none;
    }
    .arkib-tabs .nav-arkib-tabs li a .icon { width: 24px; height: 24px; }
    .arkib-tabs .nav-arkib-tabs li a .icon .img-top { top: 0; left: 0; }
    .arkib-tabs .slick-slide img {width: 32px;}
    .arkib-tabs .tab-link {margin-left: 0; transform: none;}
    .mfp-arrow-left {left: 36%;}
    .mfp-arrow-right {right: 36%;}
    .mfp-arrow { top: 72%;}
}
.responsive-nav th a, .responsive-nav td a {
    color: #494949;
    font-family: var(--font-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-decoration: none;

}

.table-custom {
    table-layout: fixed;
    width: 100%;
}

.table-custom td, .table-custom th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Ensure the table container is scrollable on small screens */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1200px) {
    .table-custom {
        font-size: 12px; /* Adjust font size if needed for smaller screens */
        table-layout: fixed;
     
    }


    
    .table-custom td, .table-custom th {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
         
    }
    
    /* Ensure the table container is scrollable on small screens */
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
