{"version":3,"sources":["perfect-scrollbar.scss","perfect-scrollbar.css"],"names":[],"mappings":"AACA,IAEI,yBAAA,CACA,oBAAA,CACA,uBAAA,CACA,iBAAA,CACA,qBCDJ,CDOA,YAQI,QAAA,CAFA,WCEJ,CDKA,wBAXI,YAAA,CACA,SAAA,CAOA,iBAAA,CANA,yDAAA,CACA,iECeJ,CDPA,YAQI,OAAA,CAFA,SCCJ,CDMA,oDAII,4BAAA,CADA,aCHJ,CDOA,oJAOI,UCLJ,CDQA,kJAOI,qBAAA,CACA,UCNJ,CDYA,aAQI,UAAA,CAFA,UAAA,CAFA,6DAAA,CACA,qECFJ,CDUA,0BAXI,qBAAA,CACA,iBAAA,CAOA,iBCKJ,CDFA,aAQI,SAAA,CAJA,4DAAA,CACA,oEAAA,CACA,SCJJ,CDWA,oGAII,qBAAA,CACA,UCTJ,CDYA,oGAII,qBAAA,CACA,SCVJ,CDcA,oCAEI,IAEI,uBCZN,CACF,CDeA,sEAGI,IAEI,uBChBN,CACF","file":"perfect-scrollbar.css","sourcesContent":["\r\n.ps {\r\n\r\n    overflow: hidden !important;\r\n    overflow-anchor: none;\r\n    -ms-overflow-style: none;\r\n    touch-action: auto;\r\n    -ms-touch-action: auto;\r\n}\r\n\r\n/*\r\n * Scrollbar rail styles\r\n */\r\n.ps__rail-x {\r\n\r\n    display: none;\r\n    opacity: 0;\r\n    transition: background-color .2s linear, opacity .2s linear;\r\n    -webkit-transition: background-color .2s linear, opacity .2s linear;\r\n    height: 15px;\r\n    /* there must be 'bottom' or 'top' for ps__rail-x */\r\n    bottom: 0px;\r\n    /* please don't change 'position' */\r\n    position: absolute;\r\n}\r\n\r\n.ps__rail-y {\r\n\r\n    display: none;\r\n    opacity: 0;\r\n    transition: background-color .2s linear, opacity .2s linear;\r\n    -webkit-transition: background-color .2s linear, opacity .2s linear;\r\n    width: 6px;\r\n    /* there must be 'right' or 'left' for ps__rail-y */\r\n    right: 0;\r\n    /* please don't change 'position' */\r\n    position: absolute;\r\n}\r\n\r\n.ps--active-x>.ps__rail-x,\r\n.ps--active-y>.ps__rail-y {\r\n\r\n    display: block;\r\n    background-color: transparent;\r\n}\r\n\r\n.ps:hover>.ps__rail-x,\r\n.ps:hover>.ps__rail-y,\r\n.ps--focus>.ps__rail-x,\r\n.ps--focus>.ps__rail-y,\r\n.ps--scrolling-x>.ps__rail-x,\r\n.ps--scrolling-y>.ps__rail-y {\r\n\r\n    opacity: 0.6;\r\n}\r\n\r\n.ps .ps__rail-x:hover,\r\n.ps .ps__rail-y:hover,\r\n.ps .ps__rail-x:focus,\r\n.ps .ps__rail-y:focus,\r\n.ps .ps__rail-x.ps--clicking,\r\n.ps .ps__rail-y.ps--clicking {\r\n\r\n    background-color: #eee;\r\n    opacity: 0.9;\r\n}\r\n\r\n/*\r\n * Scrollbar thumb styles\r\n */\r\n.ps__thumb-x {\r\n\r\n    background-color: #aaa;\r\n    border-radius: 6px;\r\n    transition: background-color .2s linear, height .2s ease-in-out;\r\n    -webkit-transition: background-color .2s linear, height .2s ease-in-out;\r\n    height: 6px;\r\n    /* there must be 'bottom' for ps__thumb-x */\r\n    bottom: 2px;\r\n    /* please don't change 'position' */\r\n    position: absolute;\r\n}\r\n\r\n.ps__thumb-y {\r\n\r\n    background-color: #aaa;\r\n    border-radius: 6px;\r\n    transition: background-color .2s linear, width .2s ease-in-out;\r\n    -webkit-transition: background-color .2s linear, width .2s ease-in-out;\r\n    width: 6px;\r\n    /* there must be 'right' for ps__thumb-y */\r\n    right: 2px;\r\n    /* please don't change 'position' */\r\n    position: absolute;\r\n}\r\n\r\n.ps__rail-x:hover>.ps__thumb-x,\r\n.ps__rail-x:focus>.ps__thumb-x,\r\n.ps__rail-x.ps--clicking .ps__thumb-x {\r\n\r\n    background-color: #999;\r\n    height: 6px;\r\n}\r\n\r\n.ps__rail-y:hover>.ps__thumb-y,\r\n.ps__rail-y:focus>.ps__thumb-y,\r\n.ps__rail-y.ps--clicking .ps__thumb-y {\r\n\r\n    background-color: #999;\r\n    width: 6px;\r\n}\r\n\r\n/* MS supports */\r\n@supports (-ms-overflow-style: none) {\r\n\r\n    .ps {\r\n\r\n        overflow: auto !important;\r\n    }\r\n}\r\n\r\n@media screen and (-ms-high-contrast: active),\r\n(-ms-high-contrast: none) {\r\n\r\n    .ps {\r\n\r\n        overflow: auto !important;\r\n    }\r\n}\r\n",".ps {\n  overflow: hidden !important;\n  overflow-anchor: none;\n  -ms-overflow-style: none;\n  touch-action: auto;\n  -ms-touch-action: auto;\n}\n\n/*\n * Scrollbar rail styles\n */\n.ps__rail-x {\n  display: none;\n  opacity: 0;\n  transition: background-color 0.2s linear, opacity 0.2s linear;\n  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;\n  height: 15px;\n  /* there must be 'bottom' or 'top' for ps__rail-x */\n  bottom: 0px;\n  /* please don't change 'position' */\n  position: absolute;\n}\n\n.ps__rail-y {\n  display: none;\n  opacity: 0;\n  transition: background-color 0.2s linear, opacity 0.2s linear;\n  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;\n  width: 6px;\n  /* there must be 'right' or 'left' for ps__rail-y */\n  right: 0;\n  /* please don't change 'position' */\n  position: absolute;\n}\n\n.ps--active-x > .ps__rail-x,\n.ps--active-y > .ps__rail-y {\n  display: block;\n  background-color: transparent;\n}\n\n.ps:hover > .ps__rail-x,\n.ps:hover > .ps__rail-y,\n.ps--focus > .ps__rail-x,\n.ps--focus > .ps__rail-y,\n.ps--scrolling-x > .ps__rail-x,\n.ps--scrolling-y > .ps__rail-y {\n  opacity: 0.6;\n}\n\n.ps .ps__rail-x:hover,\n.ps .ps__rail-y:hover,\n.ps .ps__rail-x:focus,\n.ps .ps__rail-y:focus,\n.ps .ps__rail-x.ps--clicking,\n.ps .ps__rail-y.ps--clicking {\n  background-color: #eee;\n  opacity: 0.9;\n}\n\n/*\n * Scrollbar thumb styles\n */\n.ps__thumb-x {\n  background-color: #aaa;\n  border-radius: 6px;\n  transition: background-color 0.2s linear, height 0.2s ease-in-out;\n  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;\n  height: 6px;\n  /* there must be 'bottom' for ps__thumb-x */\n  bottom: 2px;\n  /* please don't change 'position' */\n  position: absolute;\n}\n\n.ps__thumb-y {\n  background-color: #aaa;\n  border-radius: 6px;\n  transition: background-color 0.2s linear, width 0.2s ease-in-out;\n  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;\n  width: 6px;\n  /* there must be 'right' for ps__thumb-y */\n  right: 2px;\n  /* please don't change 'position' */\n  position: absolute;\n}\n\n.ps__rail-x:hover > .ps__thumb-x,\n.ps__rail-x:focus > .ps__thumb-x,\n.ps__rail-x.ps--clicking .ps__thumb-x {\n  background-color: #999;\n  height: 6px;\n}\n\n.ps__rail-y:hover > .ps__thumb-y,\n.ps__rail-y:focus > .ps__thumb-y,\n.ps__rail-y.ps--clicking .ps__thumb-y {\n  background-color: #999;\n  width: 6px;\n}\n\n/* MS supports */\n@supports (-ms-overflow-style: none) {\n  .ps {\n    overflow: auto !important;\n  }\n}\n@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {\n  .ps {\n    overflow: auto !important;\n  }\n}"]}