/* perfect-scrollbar v0.6.14 */.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

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

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
 /* please don't change 'position' */opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition: background-color .2s linear, opacity .2s linear;transition: background-color .2s linear, opacity .2s linear;bottom: 0; /* there must be 'bottom' for ps-scrollbar-x-rail */height: 2px;}.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {position: absolute; /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out;
  bottom: 0;
 /* there must be 'bottom' for ps-scrollbar-x */
  height: 2px;
}

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