/*
 * Simplebar CSS
 */
 .fx-simple-bar__content {
    max-height: 215px;
}

.simplebar-track {
    background-color: rgb(5, 50, 88, 0.1);
    border-radius: 4px;
}

.simplebar-scrollbar::before {
    background-color: #053258;
    opacity: 1 !important;
}

.simplebar-content-wrapper {
    padding-right: 15px;
}