/* public/css/style.css */
.nav-item {
    transition: all 0.2s ease;
}

.nav-active {
    background-color: rgb(30 41 59);
    color: white;
}

.nav-active svg {
    color: white;
}

/* Karyawan Specific styles */
.gradient-primary {
    background: linear-gradient(135deg, #9A683E, #7A5230);
}

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

.tab-active {
    color: #9A683E;
    border-bottom: 2px solid #9A683E;
}