span, p{
    font-size: 1rem !important;
}

@media (max-width: 480px) {
    #accordionSidebar{
        position: fixed;
        z-index: 10;
    }
    .navbar-nav.ml-auto{
        margin-left: unset !important;
    }
    
    #sidebarToggleTop{
        margin-right: unset !important;
    }
    
    .navbar.navbar-expand.navbar-light.bg-white.topbar.mb-4.static-top.shadow{
        flex-direction: row-reverse;
        justify-content: end;
    }
}

