/* SB Admin 2 - Simplified version */

.sidebar {
    width: 14rem;
    min-height: 100vh;
}

.sidebar .nav-item {
    position: relative;
}

.sidebar .nav-link {
    padding: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.sidebar .nav-link:hover {
    color: #fff;
}

.sidebar-brand {
    padding: 1.5rem 1rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}

.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-heading {
    padding: 0 1rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
}

.bg-gradient-primary {
    background: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
}

.topbar {
    height: 4.375rem;
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
    border-radius: 100%;
}

.scroll-to-top:hover {
    background: #5a5c69;
}

@media (min-width: 768px) {
    .sidebar {
        width: 14rem !important;
    }
}

#sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
}
