/* Styles for user menu language submenu and layout */

.usermenu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Đảm bảo nút login hiện rõ */
.usermenu .login a {
    display: inline-block !important;
    color: #fff;
    background-color: #f6657c;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
}

.swal-custom-title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

a.dropdown-toggle::after {
    display: none !important;
}

/* Hide main dropdown items when a submenu is open; show only the submenu panel */
.dropdown-menu.show-submenu > .dropdown-item:not(.submenu-panel):not(.submenu-back),
.dropdown-menu.show-submenu > .dropdown-divider {
    display: none !important;
}

/* Ensure submenu panel uses full width */
.submenu-panel {
    width: 100%;
}

.user_icon_profile {
    margin-left: 12px; 
}
.show-languages {
    margin-left: 12px; 
}
.show-chevron-right {
    margin-left: 100px;
    font-weight: bold;  
}
.show-left {
    margin-left: 10px;
}

