.container{
    align-items: start !important;
}

.offcanvas-body{
    overflow-y: auto;
}

.offcanvas-body::-webkit-scrollbar{
    display: none !important;
}

.active-menu {
    height: 100vh !important;
}

.modal-body > div{
    height: fit-content;
    max-height: 500px;
}