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

.sidebar-item-active {
    background-color: #2976b0;
    color: white;
    box-shadow: 0 10px 15px -3px rgb(59 130 246 / 0.5);
}

.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}


.glass-effect {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

/* Custom Scrollbar for Toast Container */
#toast-container::-webkit-scrollbar {
    display: none;
}

.section-transition {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

input:focus+span i {
    color: #548e0a !important;
    transition: color 0.3s;
}