.icon-lift {
    position: relative;
    top: -4px;
}

.icon-featured {
    position: relative;
    top: -4px;
    color: #930a2c;
}

#menu-container {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.menu-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 14px;
    color: #212529;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.menu-link:hover {
    background: #f5f6f7;
    color: #000;
}

.account-row {
    display: flex;
    align-items: center;
    padding: 12px;
    margin: 0 12px 10px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.account-row:hover {
    background: #f8f9fa;
}

.account-switcher-scroll {
    max-height: 500px;
    overflow-y: auto;
}

.zi-99 {
    z-index: 99;
}

.hot-logout {
    color: var(--bootstrap-blue);
}
