.bg-gradient-primary {
    background-color: #202d54;
    background-image: linear-gradient(180deg, #202d54 10%, #224abe 100%);
    background-size: cover;
}
.sidebar .nav-item .nav-link span {
    font-size: .85rem;
    display: inline-flex;
}

/* Mobile Logo max-width 100% */
@media (max-width: 767.98px) {
    .sidebar .sidebar-brand .logo-full {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}
