[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

.simplebar-scroll-content {
    overflow: auto;
    position: relative;
    z-index: 0;
    width: auto !important;
    margin-right: -18px;
    padding-right: 18px;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px;
    border-radius: 6px;
    opacity: 0.1;
    -webkit-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
}

.simplebar-track .simplebar-scrollbar {
    position: absolute;
    right: 2px;
    border-radius: 7px;
    min-height: 10px;
    width: 7px;
    background-color: #4d4d4d;
    background-clip: padding-box;
}
[data-simplebar]:hover > .simplebar-track {
    opacity: 0.75;
}







.horizontal.simplebar-track {
    top: auto;
    left: 0;
    width: auto;
    height: 11px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
