body.clay-ui-tech .dashboard-sidebar,
body.clay-ui-tech .sidebar-wrapper {
    width: var(--hb-dashboard-sidebar-width);
    min-width: var(--hb-dashboard-sidebar-width);
}

body.clay-ui-tech .profile-settings-menu-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.clay-ui-tech .profile-settings-menu-item-link {
    min-height: 52px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 18px;
}

body.clay-ui-tech .profile-settings-menu-item-link svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

body.clay-ui-tech .profile-settings-menu-item-link span,
body.clay-ui-tech .profile-settings-menu-item-link {
    font-weight: 700;
}

body.clay-ui-tech .profile-settings-menu-item.active .profile-settings-menu-item-link {
    background: linear-gradient(135deg, rgba(10, 41, 96, 0.98), rgba(25, 61, 124, 0.94));
    color: #FFFFFF !important;
    box-shadow: inset 4px 0 0 #ff9100, 0 16px 30px rgba(12, 45, 104, 0.16);
}

body.clay-ui-tech .profile-settings-menu-item-link:hover {
    background: rgba(255, 145, 0, 0.08);
}

body.clay-ui-tech .profile-bars,
body.clay-ui-tech .profile-close {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}

body.clay-ui-tech .hbello-user-sidebar-footer {
    margin-top: var(--hb-dashboard-header-gap);
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(10, 41, 96, 0.08);
    background: rgba(255, 255, 255, 0.78);
}

body.clay-ui-tech .hbello-user-sidebar-footer-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(10, 41, 96, 0.08);
    color: #0A2960 !important;
    font-weight: 700;
}

body.clay-ui-tech .hbello-user-sidebar-footer-handle {
    color: rgba(10, 41, 96, 0.68) !important;
    font-weight: 700;
    word-break: break-word;
}

body.clay-ui-tech .hbello-user-sidebar-group-label {
    margin-top: 16px;
}
