:root {
    --iman-primary: rgba(255,196,46,0.64);
    --iman-primary-after: rgba(166,128,31,0.64);
    --iman-secondary: rgb(255, 253, 232);
}

.navbar .nav-link {
    color: white !important;
    font-weight: 500;
}

.navbar .nav-link:hover {
    color: #fff3b0 !important;
}

.navbar .navbar-brand {
    margin-left: 20px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    margin-right: 10px;
    width: 40px;
  }

.navbar-toggler {
    border: none;
    box-shadow: none;
}

.navbar-nav {
    align-items: center;
}

.navbar-scrolled {
    background-color: rgb(2, 2, 49) !important;
    box-shadow: 0 3px 10px rgb(2, 2, 49);
    transition: all 0.3s ease;
}

.dropdown-text {
    color: white;
}

.dropdown-text:hover {
    color: rgb(0, 0, 0);
}

.kem-cuti-btn {
    background-color: #FFD93D;
    color: #004AAD;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
}

.kem-cuti-btn:hover {
    background-color: #F4C430;
    color: #004AAD;
    transform: translateY(-2px);
}