:root, [data-bs-theme=light] {
    --ds-primary-rgb: 31, 40, 125;
    --color-slate-500: 148 163 184;
    --color-darkmode-600: 40, 51, 78;
    --color-darkmode-700: 35, 45, 69;
    --dark-color-slate-300: 255, 255, 255;
    --color-primary: 21, 94, 117;
}
.hide{
    display: none;
}
.body-light{
    background-color: rgb(var(--color-slate-50) / var(--tw-bg-opacity));
}
.body-dark{
    background-color: rgba(var(--color-darkmode-700), 1) !important;
    color: rgb(var(--dark-color-slate-300));
}
.body-dark .box{
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity));
}
.body-dark .report-box:before {
    background-color: rgb(var(--color-darkmode-400) / 0.7);
}
.body-dark .text-slate-500,
.body-dark .text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-300) / var(--tw-text-opacity));
}
.body-dark  .border{
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}

.body-light .bg-gradient,
.body-light .bg-gradients::before,
.body-light .bg-gradients::after,
.body-light .mobile-menu .scrollable,
.body-light .nav-mobile,
.body-light .btn-center{
    background-color: rgba(var(--ds-primary-rgb), 1) !important;
}
.body-dark .bg-gradient,
.body-dark .bg-gradients::before,
.body-dark .bg-gradients::after,
.body-dark .mobile-menu .scrollable,
.body-dark .nav-mobile,
.body-dark .btn-center,
.body-dark .m-menu,
.body-dark .bg-white{
    background-color: rgba(var(--color-darkmode-600), 1) !important;
}
.content{
    background: transparent !important;
    /* z-index: 999; */
}
.d-none{
    display: none !important;
}
.top-nav > ul li .top-menu.top-menu--active{
    background: transparent !important;
}
.top-nav > ul li .top-menu.top-menu--active:before,
.top-nav ul li .top-menu::before{
    display: none !important;
}
.top-nav ul li .top-menu:hover{
    background-color: transparent !important;
}
.top-nav > ul li .top-menu.top-menu--active:after{
    display: none !important;
}
.top-nav > ul li ul ul::before{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 0.375rem;
    content: var(--tw-content);
    background: transparent !important;
}
.dark .top-nav > ul li ul ul::before{
    background: transparent !important;
}
.top-nav > ul > li:hover > .top-menu:not(.top-menu--active){
    --tw-bg-opacity: 1;
    background: transparent !important;
}
.top-nav > ul{
    padding: 0 !important;
}
.top-nav{
    padding-top: 15px !important;
}

.bg-gradients::before{
    content: "";
    margin: 167px;
    position: absolute !important;
    margin-left: 0 !important;
    width: 100% !important;
    height: 150px;
    left: 0 !important;
    right: 0 !important;
    border-radius: 50%;
}
.bg-gradients::after{
    content: "";
    margin: 11px;
    position: absolute !important;
    margin-left: 0 !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    height: 245px;
    top: 103.5px !important;
}
.content.content--top-nav {
    border-radius: 0 0 0 0 !important;
    margin-top: 1.25rem !important;
    padding: 0px !important;
}
/* .ml--5 {
    margin-left: -1.25rem !important;
} */
.carousel img,
.border-rounded-md{
    border-radius: 10px !important;
}
.content{
    min-height : 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.content-p-0{
    padding: 0 !important;
}
.text-titles{
    margin-top: -5.24rem;
    height: 5.24rem;
    overflow: hidden;
    word-wrap: break-word;
    background-color: #18171700;
    background-image: linear-gradient(to top, #000000, #1f1d1d00);
    border-radius: 0.375rem;
    color: #fff;
}
.z-index-1{
    z-index: -888 !important;
}
.bg-sketsa{
    background-image: url(../img/carosel/pattern.png);
    background-size: 20%;
}

.carousel-cerita-alumni .draggable{
    padding-top: 10px;
    padding-bottom: 40px;
}
.carousel .slick-list{
    margin-left: -1.25rem !important;
}
.bg-slate-900{
    --tw-bg-opacity: 9;
    background-color: rgb(var(--color-slate-700) / var(--tw-bg-opacity));
}
.m-menu{
    display: none;
}
.nav-mobile{
    display: none;
}
#top-nav.fixed{
    position: fixed;
    width: 100% !important;
    top: 15px !important;
}
.h-full-vh{
    min-height: calc(100vh - 200px) !important;
}
.border-radius{
    border-radius: 10px !important;
}
@media (min-width: 768px) {
    html {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity)) !important;
    }
}
@media (max-width: calc(1024px)) {
    .bg-gradients::before{
        margin: 150px;
        height: 150px;
    }
    .top-nav{
        display: none;
    }
    .bg-gradients::after{
        height: 245px;
        top: 139.5px !important;
    }
    .container-carousel{
        margin-top: 60px;
    }
    .nav-mobile{
        display: block;
        position: absolute;
        left: 0 !important;
        width: 100%;
        right: 0 !important;
        margin-top:-15px;
    }
    .nav-mobile.fixed{
        position: fixed;
        top: 15px !important;
        z-index: 59;
        border-radius: 0 0 2rem 2rem;
        transition: opacity 3s, visibility 3s, margin 3s;
        box-shadow: 0 .25rem #ced4da;
    }
    .bg-gradients::before {
        margin-top: 96px;
        height: 50px;
    }
    .bg-gradients::after {
        margin-top: -45px;
        height: 120px;
    }
    .carousel .slick-list{
        margin-left: -1.25rem !important;
    }
    .bg-sketsa,
    .container-fluids{
        padding-top: 1px !important;
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    .m-hide{
        display: none;
    }
    .bg-sketsa{
        background-size: 50%;
    }
    .m-menu{
        display: block;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width:  100%;
        z-index: 50;
        border-radius: 2rem 2rem 0 0;
        transition: opacity .5s, visibility .5s, margin .5s;
        box-shadow: 0 -.25rem #ced4da;
    }
    .btn-center{
        width: 70px;
        height: 70px;
        text-align: center;
        margin-top: -20px;
        color: #fff;
        box-shadow: 0 -.25rem #ced4da;
    
    }
    #switch-dark,
    #switch-light{
        display: none;
    }
}





.dark-mode-switchers .dark-mode-switcher__toggle {
    width: 38px;
    height: 24px;
    padding: 1px;
    position: relative;
    cursor: pointer;
    border-radius: 9999px;
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.body-dark .dark-mode-switchers .dark-mode-switcher__toggle:before{
    content: "";
    width: 22px;
    height: 22px;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 9999px;
    box-shadow: 1px 1px 3px rgba(255, 255, 255, 1) !important;
}
.body-light .dark-mode-switchers .dark-mode-switcher__toggle:before {
    content: "";
    width: 22px;
    height: 22px;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 9999px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.dark-mode-switchers .dark-mode-switcher__toggle.dark-mode-switcher__toggle--active{
--tw-border-opacity: 1;
border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
}
.dark-mode-switchers .dark-mode-switcher__toggle.dark-mode-switcher__toggle--active::before {
    margin-left: 13px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}