.azlms-app-topbar {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.azlms-app-sidebar__brand {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 100px;
    background-color: var(--brand-primary, #2563eb);
    color: #ffffff;
}

.azlms-app-sidebar {
    background-color: var(--brand-primary, #2563eb);
    color: #ffffff;
}

.azlms-app-sidebar__logo-mark {
    color: var(--brand-primary, #2563eb);
}

.azlms-app-sidebar__footer {
    border-color: rgb(255 255 255 / 0.15);
}

.azlms-app-sidebar__panel {
    display: flex;
    flex: 1 1 auto;
    flex-flow: row;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    border-radius: 0;
    background: color-mix(in srgb, var(--brand-primary, #2563eb) 72%, #000000);
}

.azlms-app-sidebar__actions {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto;
}

.azlms-app-sidebar__identity {
    display: flex;
    flex-flow: column;
    gap: 0.125rem;
    min-width: 0;
}

.azlms-app-sidebar__name {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.15s ease;
}

.azlms-app-sidebar__name:hover,
.azlms-app-sidebar__name:focus {
    color: #ffffff;
    opacity: 0.85;
}

.azlms-app-sidebar__email {
    color: rgb(255 255 255 / 0.8);
}

.azlms-app-sidebar__link {
    display: block;
    border-radius: 0.5rem;
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(255 255 255 / 0.92);
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.azlms-app-sidebar__link:hover,
.azlms-app-sidebar__link:focus {
    background: rgb(255 255 255 / 0.1);
    color: #ffffff;
}
