.mdc-drawer {
    background: linear-gradient(180deg, #011224 0%, #011224 100%) !important;
}

.mdc-drawer__header {
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}


.mdc-drawer-link:hover,
.mdc-drawer-link:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
}

.mdc-drawer-item-icon {
    color: #d9d1f2 !important;
}

.brand-logo-shell {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
}

.brand-logo-shell:hover {
    text-decoration: none;
}

.sidebar-brand {
    padding: 14px 10px 12px;
    width: 100%;
}

.topbar-brand {
    margin-left: 10px;
}

.brand-logo-image {
    background: transparent;
    border-radius: 0;
    display: block;
    filter: drop-shadow(0 10px 22px rgba(18, 32, 51, 0.14));
    max-width: 100%;
}

.brand-logo-sidebar {
    max-width: 220px;
    width: 100%;
}

.brand-logo-topbar {
    height: 44px;
    width: auto;
}

.brand-logo-login {
    max-width: 520px;
    width: 100%;
}

.footer-brand-link {
    color: #0f8aa4;
    font-weight: 700;
    text-decoration: none;
}

.footer-brand-link:hover {
    color: #0b7187;
    text-decoration: underline;
}

.login-brand-panel {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 10px 0 6px;
    text-align: center;
}

.login-brand-title {
    color: #122033;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 18px 0 0;
}

.login-brand-text {
    color: #6b7280;
    font-size: 0.95rem;
    margin: 8px 0 0;
}

@media (max-width: 767.98px) {
    .brand-logo-topbar {
        height: 36px;
    }

    .brand-logo-sidebar {
        max-width: 190px;
    }

    .login-brand-title {
        font-size: 1.2rem;
    }
}
