/* perfect-scrollbar v0.6.16 */
.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
    }
@supports (-ms-overflow-style: none) {
    . ps-container {
        overflow: auto ! important;
        }
    }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important
        }
    }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block
    }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #F2E2E2;
    opacity: 1
    }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #DD7878;
    height: 11px
    }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #F2E2E2;
    opacity: 1
    }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #DD7878;
    width: 6px
    }
.ps-container > .ps-scrollbar-x-rail {
    position: absolute;
    /* please don't change 'position' */
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px
    }
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background: #ccc;
    position: absolute;
    /* please don't change 'position' */
    bottom: 2px;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 6px
    }
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
    height: 11px
    }
.ps-container > .ps-scrollbar-y-rail {
    background: #F2E2E2;
    position: absolute;
    /* please don't change 'position' */
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 6px
    }
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background: #DD7878;
    position: absolute;
    /* please don't change 'position' */
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 6px
    }
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width: 6px
    }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    opacity: 1
    }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #DD7878;
    height: 11px
    }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #F2E2E2;
    opacity: 1
    }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #DD7878;
    width: 6px
    }
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 1
    }
.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #F2E2E2;
    opacity: 1
    }
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #DD7878
    }
.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #F2E2E2;
    opacity: 1
    }
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #DD7878
    }