.bg-dark-saratoga {
    background-color: #0c437e !important;
}
.btn-primary-saratoga {
    background-color: #0c437e !important;
    color: white;
}

.header {
    left: 0 !important;
    z-index: 200 !important;
}
.brand-icon-cms {
    float: left;
    padding: 8px 10px 0 0;
}
.brand-icon-cms img {
    width: 38px;
    margin-left: -17px;
}
.brand-text-cms {
    float: left;
    padding-top: 19px;
    font-size: 1.6em;
    color: #13316b;
}

@media (max-width: 980px) {
    /* Berlaku untuk layar dengan lebar <= 480px (ponsel) */
    #kt_aside_menu_wrapper {
        margin-top: 60px !important;
    }
    .brand-icon-cms,
    .brand-text-cms {
        display: none;
    }
}

.menu-title,
.menu-section {
    font-size: 16px !important;
}

.btn-lang {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: #f5f5f5;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 600;
}

.flag-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.dropdown-toggle::after {
    display: none; /* Hapus default arrow Bootstrap */
}

.dropdown-menu {
    min-width: 150px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.mr-search {
    margin-right: 10px;
}

.hover-scroll-overlay-y {
    scrollbar-width: none;
}
.pagination .active .page-link {
    background-color: #0056b3;
    color: white;
    border-color: #0056b3; /* Optional: to make the border match the active background */
}

.btn-create {
    background-color: #0056b3;
    color: white;
    border-radius: 20px;
}

.container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.col-md-3 {
    width: 17%;
}

#lang-dropdown {
    left: auto;
    right: 0;
}

.fixed-head {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 31px 10px 295px;
    z-index: 20;
    background-color: #f3f6f9e8;
}

@media (max-width: 991px) {
    .fixed-head {
        padding: 20px 20px 10px 20px; /* lebih sempit di mobile */
    }
}

.note-toolbar .note-fontname,  /* font name dropdown */
.note-toolbar .note-fontsize  /* font size dropdown */ {
    display: none !important;
}

.bg-light-yellow {
    background-color: #fff8dc; /* Cornsilk, atau pilih warna yang lebih lembut */
}
