.test {
    background: red;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.shadow-sidebar {
    box-shadow: 5px 5px 20px 5px #a4a4a4;
}

.h-100 {
    height: 100% !important;
    min-height: 100vh;
}

.disabled {
    display: none;
}

.mainSideBar {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    min-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}