body { font-family: 'Kanit', sans-serif; } 

body.swal2-height-auto {
    height: 100vh !important;
}

/* Sidebar active state */
.nav-btn.active {
    background-color: #00226A;
    border-left: 4px solid #F26F21;
}
.nav-btn.active i {
    color: #F26F21;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in-up { 
    animation: fadeInUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; 
}
