/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps.ps--scrolling-x > .ps__rail-x .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps.ps--scrolling-y > .ps__rail-y .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

/*fileList theme*/
.customScrollbar-expandingBlueTheme > .ps__rail-x,
.customScrollbar-expandingBlueTheme > .ps__rail-y {
    opacity: 0;
    z-index: 7000;
}

.customScrollbar-expandingBlueTheme.ps--active-x > .ps__rail-x,
.customScrollbar-expandingBlueTheme.ps--active-y > .ps__rail-y {
    background-color: #eee;
}

.customScrollbar-expandingBlueTheme.ps:hover > .ps__rail-x,
.customScrollbar-expandingBlueTheme.ps:hover > .ps__rail-y,
.customScrollbar-expandingBlueTheme.ps--focus > .ps__rail-x,
.customScrollbar-expandingBlueTheme.ps--focus > .ps__rail-y,
.customScrollbar-expandingBlueTheme.ps--scrolling-x > .ps__rail-x,
.customScrollbar-expandingBlueTheme.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}
/*.customScrollbar-expandingBlueTheme.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}
.customScrollbar-expandingBlueTheme.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}
.customScrollbar-expandingBlueTheme.ps--focus > .ps__rail-y {
    opacity: 1;
}
.customScrollbar-expandingBlueTheme.ps--scrolling-x > .ps__rail-x {
    opacity: 1;
}
.customScrollbar-expandingBlueTheme.ps--focus > .ps__rail-x {
    opacity: 1;
}
.customScrollbar-expandingBlueTheme.ps:hover > .ps__rail-x {
    opacity: 1;
}
.customScrollbar-expandingBlueTheme.ps:hover > .ps__rail-y {
    opacity: 1;
}*/

.customScrollbar-expandingBlueTheme.ps > .ps__rail-x:hover,
.customScrollbar-expandingBlueTheme.ps > .ps__rail-y:hover,
.customScrollbar-expandingBlueTheme.ps > .ps__rail-x:focus,
.customScrollbar-expandingBlueTheme.ps > .ps__rail-y:focus,
.customScrollbar-expandingBlueTheme.ps > .ps__rail-x.ps--clicking,
.customScrollbar-expandingBlueTheme.ps > .ps__rail-y.ps--clicking {
    opacity: 1;
}

.customScrollbar-expandingBlueTheme > .ps__rail-x .ps__thumb-x {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
}

.customScrollbar-expandingBlueTheme > .ps__rail-y .ps__thumb-y {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
}

.customScrollbar-expandingBlueTheme.ps > .ps__rail-x:hover > .ps__thumb-x,
.customScrollbar-expandingBlueTheme.ps > .ps__rail-x:focus > .ps__thumb-x,
.customScrollbar-expandingBlueTheme.ps > .ps__rail-x.ps--clicking .ps__thumb-x,
.customScrollbar-expandingBlueTheme.ps.ps--scrolling-x > .ps__rail-x .ps__thumb-x {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
    height: 13px;
}

.customScrollbar-expandingBlueTheme.ps > .ps__rail-y:hover > .ps__thumb-y,
.customScrollbar-expandingBlueTheme.ps > .ps__rail-y:focus > .ps__thumb-y,
.customScrollbar-expandingBlueTheme.ps > .ps__rail-y.ps--clicking .ps__thumb-y,
.customScrollbar-expandingBlueTheme.ps.ps--scrolling-y > .ps__rail-y .ps__thumb-y {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
    width: 13px;
}

/*fileList theme scrollbar with fixed background*/
.customScrollbar-expandingFixedBlueTheme > .ps__rail-x,
.customScrollbar-expandingFixedBlueTheme > .ps__rail-y {
    /*opacity: 0;*/
    z-index: 7000;
    opacity: 1;
}

.customScrollbar-expandingFixedBlueTheme.ps--active-x > .ps__rail-x,
.customScrollbar-expandingFixedBlueTheme.ps--active-y > .ps__rail-y {
    background-color: #eee;
}

.customScrollbar-expandingFixedBlueTheme.ps--active-x > .ps__rail-x {
    margin-right: 13px;
}

.customScrollbar-expandingFixedBlueTheme.ps--active-y > .ps__rail-y {
    margin-bottom: 13px;
}

.customScrollbar-expandingFixedBlueTheme.ps:hover > .ps__rail-x,
.customScrollbar-expandingFixedBlueTheme.ps:hover > .ps__rail-y,
.customScrollbar-expandingFixedBlueTheme.ps--focus > .ps__rail-x,
.customScrollbar-expandingFixedBlueTheme.ps--focus > .ps__rail-y,
.customScrollbar-expandingFixedBlueTheme.ps--scrolling-x > .ps__rail-x,
.customScrollbar-expandingFixedBlueTheme.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}

.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-x:hover,
.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-y:hover,
.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-x:focus,
.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-y:focus,
.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-x.ps--clicking,
.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-y.ps--clicking {
    opacity: 1;
}

.customScrollbar-expandingFixedBlueTheme > .ps__rail-x .ps__thumb-x {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
}

.customScrollbar-expandingFixedBlueTheme > .ps__rail-y .ps__thumb-y {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
}

.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-x:hover > .ps__thumb-x,
.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-x:focus > .ps__thumb-x,
.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-x.ps--clicking .ps__thumb-x,
.customScrollbar-expandingFixedBlueTheme.ps.ps--scrolling-x > .ps__rail-x .ps__thumb-x {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
    height: 13px;
}

.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-y:hover > .ps__thumb-y,
.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-y:focus > .ps__thumb-y,
.customScrollbar-expandingFixedBlueTheme.ps > .ps__rail-y.ps--clicking .ps__thumb-y,
.customScrollbar-expandingFixedBlueTheme.ps.ps--scrolling-y > .ps__rail-y .ps__thumb-y {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
    width: 13px;
}

/*fileList theme scrollbar with fixed background but retractable scrollbar*/
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps > .ps__rail-x,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps > .ps__rail-y {
    opacity: 1;
    z-index: 7000;
    background-color: #eee;
}

.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps--active-x > .ps__rail-x,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps--active-y > .ps__rail-y,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps:hover > .ps__rail-x,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps:hover > .ps__rail-y,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps--focus > .ps__rail-x,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps--focus > .ps__rail-y,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps--scrolling-x > .ps__rail-x,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps--scrolling-y > .ps__rail-y,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps .ps__rail-x:hover,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps .ps__rail-y:hover,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps .ps__rail-x:focus,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps .ps__rail-y:focus,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps .ps__rail-x.ps--clicking,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps .ps__rail-y.ps--clicking {
    opacity: 1;
    background-color: #eee;
}

.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps--active-x > .ps__rail-x {
    margin-right: 13px;
}

.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps--active-y > .ps__rail-y {
    margin-bottom: 13px;
}

.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme > .ps__rail-y .ps__thumb-y,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme > .ps__rail-x .ps__thumb-x {
    background-color: transparent;
}

.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps:hover > .ps__rail-x .ps__thumb-x,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps:hover > .ps__rail-y .ps__thumb-y,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps--focus > .ps__rail-x .ps__thumb-x,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps--focus > .ps__rail-y .ps__thumb-y {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
}

.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps > .ps__rail-x:hover > .ps__thumb-x,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps > .ps__rail-x:focus > .ps__thumb-x,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps > .ps__rail-x.ps--clicking .ps__thumb-x,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps.ps--scrolling-x > .ps__rail-x .ps__thumb-x {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
    height: 13px;
}

.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps > .ps__rail-y:hover > .ps__thumb-y,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps > .ps__rail-y:focus > .ps__thumb-y,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps > .ps__rail-y.ps--clicking .ps__thumb-y,
.customScrollbar-expandingScrollbarFixedBackgroundBlueTheme.ps.ps--scrolling-y > .ps__rail-y .ps__thumb-y {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
    width: 13px;
}

/*fileList theme scrollbar with transparent background*/
.customScrollbar-expandingTransparentBlueTheme > .ps__rail-x,
.customScrollbar-expandingTransparentBlueTheme > .ps__rail-y {
    /*opacity: 0;*/
    z-index: 7000;
    opacity: 1;
}

.customScrollbar-expandingTransparentBlueTheme.ps--active-x > .ps__rail-x,
.customScrollbar-expandingTransparentBlueTheme.ps--active-y > .ps__rail-y {
    background-color: transparent;
}

.customScrollbar-expandingTransparentBlueTheme.ps--active-x > .ps__rail-x {
    margin-right: 13px;
}

.customScrollbar-expandingTransparentBlueTheme.ps--active-y > .ps__rail-y {
    margin-bottom: 13px;
}

.customScrollbar-expandingTransparentBlueTheme.ps:hover > .ps__rail-x,
.customScrollbar-expandingTransparentBlueTheme.ps:hover > .ps__rail-y,
.customScrollbar-expandingTransparentBlueTheme.ps--focus > .ps__rail-x,
.customScrollbar-expandingTransparentBlueTheme.ps--focus > .ps__rail-y,
.customScrollbar-expandingTransparentBlueTheme.ps--scrolling-x > .ps__rail-x,
.customScrollbar-expandingTransparentBlueTheme.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}

.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-x:hover,
.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-y:hover,
.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-x:focus,
.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-y:focus,
.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-x.ps--clicking,
.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-y.ps--clicking {
    opacity: 1;
}

.customScrollbar-expandingTransparentBlueTheme > .ps__rail-x .ps__thumb-x {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
}

.customScrollbar-expandingTransparentBlueTheme > .ps__rail-y .ps__thumb-y {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
}

.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-x:hover > .ps__thumb-x,
.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-x:focus > .ps__thumb-x,
.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-x.ps--clicking .ps__thumb-x,
.customScrollbar-expandingTransparentBlueTheme.ps.ps--scrolling-x > .ps__rail-x .ps__thumb-x {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
    height: 13px;
}

.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-y:hover > .ps__thumb-y,
.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-y:focus > .ps__thumb-y,
.customScrollbar-expandingTransparentBlueTheme.ps > .ps__rail-y.ps--clicking .ps__thumb-y,
.customScrollbar-expandingTransparentBlueTheme.ps.ps--scrolling-y > .ps__rail-y .ps__thumb-y {
    background-color: #0d51c2;
    background-color: var(--bg-color-primary);
    width: 13px;
}

/*white thin theme*/
.customScrollbar-thinWhiteTheme > .ps__rail-x,
.customScrollbar-thinWhiteTheme > .ps__rail-y {
    opacity: 0;
    z-index: 7000;
}

.customScrollbar-thinWhiteTheme.ps--active-x > .ps__rail-x,
.customScrollbar-thinWhiteTheme.ps--active-y > .ps__rail-y {
    background-color: transparent;
}

.customScrollbar-thinWhiteTheme.ps:hover > .ps__rail-x,
.customScrollbar-thinWhiteTheme.ps:hover > .ps__rail-y,
.customScrollbar-thinWhiteTheme.ps--focus > .ps__rail-x,
.customScrollbar-thinWhiteTheme.ps--focus > .ps__rail-y,
.customScrollbar-thinWhiteTheme.ps--scrolling-x > .ps__rail-x,
.customScrollbar-thinWhiteTheme.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}

.customScrollbar-thinWhiteTheme.ps > .ps__rail-x:hover,
.customScrollbar-thinWhiteTheme.ps > .ps__rail-y:hover,
.customScrollbar-thinWhiteTheme.ps > .ps__rail-x:focus,
.customScrollbar-thinWhiteTheme.ps > .ps__rail-y:focus,
.customScrollbar-thinWhiteTheme.ps > .ps__rail-x.ps--clicking,
.customScrollbar-thinWhiteTheme.ps > .ps__rail-y.ps--clicking {
    opacity: 1;
}

.customScrollbar-thinWhiteTheme > .ps__rail-x .ps__thumb-x {
    background-color: #FFFFFF;
}

.customScrollbar-thinWhiteTheme > .ps__rail-y .ps__thumb-y {
    background-color: #FFFFFF;
}

.customScrollbar-thinWhiteTheme > .ps__rail-x:hover > .ps__thumb-x,
.customScrollbar-thinWhiteTheme > .ps__rail-x:focus > .ps__thumb-x,
.customScrollbar-thinWhiteTheme > .ps__rail-x.ps--clicking .ps__thumb-x,
.customScrollbar-thinWhiteTheme.ps.ps--scrolling-x > .ps__rail-x .ps__thumb-x {
    background-color: #FFFFFF;
    height: 6px;
}

.customScrollbar-thinWhiteTheme > .ps__rail-y:hover > .ps__thumb-y,
.customScrollbar-thinWhiteTheme > .ps__rail-y:focus > .ps__thumb-y,
.customScrollbar-thinWhiteTheme > .ps__rail-y.ps--clicking .ps__thumb-y,
.customScrollbar-thinWhiteTheme.ps.ps--scrolling-y > .ps__rail-y .ps__thumb-y {
    background-color: #FFFFFF;
    width: 6px;
}

/*dark thin theme*/
.customScrollbar-thinDarkTheme > .ps__rail-x,
.customScrollbar-thinDarkTheme > .ps__rail-y {
    opacity: 0;
    z-index: 7000;
}

.customScrollbar-thinDarkTheme.ps--active-x > .ps__rail-x,
.customScrollbar-thinDarkTheme.ps--active-y > .ps__rail-y {
    background-color: transparent;
}

.customScrollbar-thinDarkTheme.ps:hover > .ps__rail-x,
.customScrollbar-thinDarkTheme.ps:hover > .ps__rail-y,
.customScrollbar-thinDarkTheme.ps--focus > .ps__rail-x,
.customScrollbar-thinDarkTheme.ps--focus > .ps__rail-y,
.customScrollbar-thinDarkTheme.ps--scrolling-x > .ps__rail-x,
.customScrollbar-thinDarkTheme.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}

.customScrollbar-thinDarkTheme.ps > .ps__rail-x:hover,
.customScrollbar-thinDarkTheme.ps > .ps__rail-y:hover,
.customScrollbar-thinDarkTheme.ps > .ps__rail-x:focus,
.customScrollbar-thinDarkTheme.ps > .ps__rail-y:focus,
.customScrollbar-thinDarkTheme.ps > .ps__rail-x.ps--clicking,
.customScrollbar-thinDarkTheme.ps > .ps__rail-y.ps--clicking {
    opacity: 1;
}

.customScrollbar-thinDarkTheme > .ps__rail-x .ps__thumb-x {
    background-color: #1b1c21;
    border-radius: 0px;
}

.customScrollbar-thinDarkTheme > .ps__rail-y .ps__thumb-y {
    background-color: #1b1c21;
    border-radius: 0px;
}

.customScrollbar-thinDarkTheme > .ps__rail-x:hover > .ps__thumb-x,
.customScrollbar-thinDarkTheme > .ps__rail-x:focus > .ps__thumb-x,
.customScrollbar-thinDarkTheme > .ps__rail-x.ps--clicking .ps__thumb-x,
.customScrollbar-thinDarkTheme.ps.ps--scrolling-x > .ps__rail-x .ps__thumb-x {
    background-color: #1b1c21;
    height: 6px;
    border-radius: 0px;
}

.customScrollbar-thinDarkTheme > .ps__rail-y:hover > .ps__thumb-y,
.customScrollbar-thinDarkTheme > .ps__rail-y:focus > .ps__thumb-y,
.customScrollbar-thinDarkTheme > .ps__rail-y.ps--clicking .ps__thumb-y,
.customScrollbar-thinDarkTheme.ps.ps--scrolling-y > .ps__rail-y .ps__thumb-y {
    background-color: #1b1c21;
    width: 6px;
    border-radius: 0px;
}

/*grey thin theme*/
.customScrollbar-thinGreyTheme > .ps__rail-x,
.customScrollbar-thinGreyTheme > .ps__rail-y {
    opacity: 0;
    z-index: 7000;
}

.customScrollbar-thinGreyTheme.ps--active-x > .ps__rail-x,
.customScrollbar-thinGreyTheme.ps--active-y > .ps__rail-y {
    background-color: transparent;
}

.customScrollbar-thinGreyTheme.ps:hover > .ps__rail-x,
.customScrollbar-thinGreyTheme.ps:hover > .ps__rail-y,
.customScrollbar-thinGreyTheme.ps--focus > .ps__rail-x,
.customScrollbar-thinGreyTheme.ps--focus > .ps__rail-y,
.customScrollbar-thinGreyTheme.ps--scrolling-x > .ps__rail-x,
.customScrollbar-thinGreyTheme.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}

.customScrollbar-thinGreyTheme.ps > .ps__rail-x:hover,
.customScrollbar-thinGreyTheme.ps > .ps__rail-y:hover,
.customScrollbar-thinGreyTheme.ps > .ps__rail-x:focus,
.customScrollbar-thinGreyTheme.ps > .ps__rail-y:focus,
.customScrollbar-thinGreyTheme.ps > .ps__rail-x.ps--clicking,
.customScrollbar-thinGreyTheme.ps > .ps__rail-y.ps--clicking {
    opacity: 1;
}

.customScrollbar-thinGreyTheme > .ps__rail-x .ps__thumb-x {
    background-color: #a1a1a1;
    border-radius: 0px;
}

.customScrollbar-thinGreyTheme > .ps__rail-y .ps__thumb-y {
    background-color: #a1a1a1;
    border-radius: 0px;
}

.customScrollbar-thinGreyTheme > .ps__rail-x:hover > .ps__thumb-x,
.customScrollbar-thinGreyTheme > .ps__rail-x:focus > .ps__thumb-x,
.customScrollbar-thinGreyTheme > .ps__rail-x.ps--clicking .ps__thumb-x,
.customScrollbar-thinGreyTheme.ps.ps--scrolling-x > .ps__rail-x .ps__thumb-x {
    background-color: #a1a1a1;
    height: 6px;
    border-radius: 0px;
}

.customScrollbar-thinGreyTheme > .ps__rail-y:hover > .ps__thumb-y,
.customScrollbar-thinGreyTheme > .ps__rail-y:focus > .ps__thumb-y,
.customScrollbar-thinGreyTheme > .ps__rail-y.ps--clicking .ps__thumb-y,
.customScrollbar-thinGreyTheme.ps.ps--scrolling-y > .ps__rail-y .ps__thumb-y {
    background-color: #a1a1a1;
    width: 6px;
    border-radius: 0px;
}

/*hidden thene*/
.customScrollbar-hiddenTheme > .ps__rail-x,
.customScrollbar-hiddenTheme > .ps__rail-y {
    opacity: 0 !important;
    background-color: transparent !important;
}

.customScrollbar-hiddenTheme .ps__thumb-x,
.customScrollbar-hiddenTheme .ps__thumb-y {
    background-color: transparent !important;
}

/*Folder gray theme scrollbar with transparent background*/
.customScrollbar-expandingTransparentGrayTheme > .ps__rail-x,
.customScrollbar-expandingTransparentGrayTheme > .ps__rail-y {
    /*opacity: 0;*/
    z-index: 7000;
    opacity: 1;
}

.customScrollbar-expandingTransparentGrayTheme.ps--active-x > .ps__rail-x,
.customScrollbar-expandingTransparentGrayTheme.ps--active-y > .ps__rail-y {
    background-color: transparent;
}

.customScrollbar-expandingTransparentGrayTheme.ps--active-x > .ps__rail-x {
    margin-right: 13px;
}

.customScrollbar-expandingTransparentGrayTheme.ps--active-y > .ps__rail-y {
    margin-bottom: 13px;
}

.customScrollbar-expandingTransparentGrayTheme.ps:hover > .ps__rail-x,
.customScrollbar-expandingTransparentGrayTheme.ps:hover > .ps__rail-y,
.customScrollbar-expandingTransparentGrayTheme.ps--focus > .ps__rail-x,
.customScrollbar-expandingTransparentGrayTheme.ps--focus > .ps__rail-y,
.customScrollbar-expandingTransparentGrayTheme.ps--scrolling-x > .ps__rail-x,
.customScrollbar-expandingTransparentGrayTheme.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}

.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-x:hover,
.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-y:hover,
.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-x:focus,
.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-y:focus,
.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-x.ps--clicking,
.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-y.ps--clicking {
    opacity: 1;
}

.customScrollbar-expandingTransparentGrayTheme > .ps__rail-x .ps__thumb-x {
    background-color: #a1a1a1;
}

.customScrollbar-expandingTransparentGrayTheme > .ps__rail-y .ps__thumb-y {
    background-color: #a1a1a1;
}

.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-x:hover > .ps__thumb-x,
.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-x:focus > .ps__thumb-x,
.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-x.ps--clicking .ps__thumb-x,
.customScrollbar-expandingTransparentGrayTheme.ps.ps--scrolling-x > .ps__rail-x .ps__thumb-x {
    background-color: #a1a1a1;
    height: 13px;
}

.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-y:hover > .ps__thumb-y,
.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-y:focus > .ps__thumb-y,
.customScrollbar-expandingTransparentGrayTheme.ps > .ps__rail-y.ps--clicking .ps__thumb-y,
.customScrollbar-expandingTransparentGrayTheme.ps.ps--scrolling-y > .ps__rail-y .ps__thumb-y {
    background-color: #a1a1a1;
    width: 13px;
}