body {
    background: #cdfacf;
}

.aside-nav-panel {
    background: #ABF6B1 !important;
    border-radius: 20px;
    width: 300px;
    transition-duration: .5s;
}

.cabinet-main-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cabinet-card {
    background: #ABF6B1!important;
}

.user-card-cabinet {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.nav-select {
    background: linear-gradient(to right, #1FD755 0%, #008631 100%);
}

@media screen and (max-width: 988px) {
    #toggleMenu {
        display: block;
    }
    .aside-nav-panel {
        position: absolute;
    }

    .aside-open {
        --tw-translate-x: 0% !important
    }

    .aside-close {
        --tw-translate-x: -100% !important;
    }
}
@media screen and (max-width: 988px) {
    #sideMenu {
        overflow-y:scroll;
    }
}
