/* ==========================================================================
   DROPDOWN MENU USER DARK NEON (PADDING ATAS LONGGAR & PRESISI RADIUS)
   ========================================================================== */
.dropdown-box-menu {
    display: none; 
    position: absolute;
    top: 65px; 
    right: 10px;  
    width: 220px;
    z-index: 11000;
    
    background: rgba(19, 11, 46, 0.96) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(138, 43, 226, 0.4) !important;
    border-radius: 12px !important;
    padding: 20px 15px 15px 15px; /* Padding atas longgar agar teks admin tidak menabrak batas melengkung */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    text-align: left;
}

.dropdown-user-info {
    padding-bottom: 8px;
    margin-top: 2px;
}

.dropdown-user-info strong {
    display: block;
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-user-info span {
    display: block;
    color: #a49cb9 !important;
    font-size: 0.8rem;
    margin-top: 2px;
}

.dropdown-box-menu hr {
    border: 0;
    border-top: 1px solid rgba(138, 43, 226, 0.2) !important;
    margin: 8px 0;
}

.dropdown-box-menu a.logout-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #a49cb9 !important;
    font-size: 0.9rem;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.dropdown-box-menu a.logout-link:hover {
    background: rgba(239, 68, 68, 0.15) !important;
    color: #f8d7da !important;
}