body {
    background-color: #fff;
    font-family: "Montserrat-Regular";
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat-Bold";
}
#main {
    min-height: 87vh;
    border-radius: 30px 0px 0px 30px;
    background-color: #f3f4f6;
}
.box-logo-login img{
    max-height: 90px;
}

.page-login {
    background-image: linear-gradient(90deg, #020024 0%, #072d8e 46%, #020024 100%);
}

.box-logo-login h5{
    font-weight: 600; 
}

.header img{
    max-height: 75px;
    position: relative;
    top: 25px;
}

.header,
.card,
.sidebar {
    box-shadow: unset;
}

.sidebar {
    background: #d93c3c;
    margin-top: 55px;
    border-radius: 0px 30px 0px 0px;
}

.footer {
    padding: 10px;
    border: 0px;
}

.logo-admin {

}

.card-header {
    border-bottom: 0px;
}

.stat-card .card-body {
    padding: 10px 30px;
}

.stat-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.notification-item{
    cursor: pointer;
}

/*.stat-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}*/

.stat-icon {
    transition: transform 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: rotate(-3deg) scale(1.05);
}

.stat-card .stat-icon {
    padding: 10px 12px 5px 12px;
}

.stat-icon i {
    font-size: 2rem;
}

/* Notification dropdown scroll */
.dropdown-menu.notifications {
    max-height: 320px;       /* tinggi maksimum dropdown */
    overflow-y: auto;        /* aktifkan scroll vertical */
    overflow-x: hidden;
}

/* Supaya item rapi saat discroll */
.notification-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 15px;
}

/* Optional: scrollbar custom (Chrome) */
.dropdown-menu.notifications::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu.notifications::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.select2-container .select2-selection--single {
    height: 37.6px;
}

/* Posisi text agar center */
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 37.6px;
}

/* Posisi icon dropdown */
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 37.6px;
}