.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail { display: block; }
.ps-container > .ps-scrollbar-x-rail { display: none; position: absolute; z-index: 10; border-radius: 4px; opacity: 0.5; transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s; bottom: 0px; height: 5px; }
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x { position: absolute; background-color: rgb(170, 170, 170); border-radius: 4px; transition: background-color 0.2s linear 0s; bottom: 0px; height: 5px; }
.ps-container > .ps-scrollbar-y-rail { display: none; position: absolute; z-index: 10; border-radius: 4px; opacity: 0.5; transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s; right: 0px; width: 5px; }
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y { position: absolute; background-color: rgb(170, 170, 170); border-radius: 4px; transition: background-color 0.2s linear 0s; right: 0px; width: 5px; }
