@charset "UTF-8";
/*
 * 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 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.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 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.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 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.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 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.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 {
  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 {
  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;
  }
}
/*
  	Keenthemes Icons Font: Ki
  	Creation date: 03/08/2020
 */
@font-face {
  font-family: "Ki";
  src: url("fonts/keenthemes-icons/Ki.eot");
  src: url("fonts/keenthemes-icons/Ki.eot?#iefix") format("embedded-opentype"), url("fonts/keenthemes-icons/Ki.woff") format("woff"), url("fonts/keenthemes-icons/Ki.ttf") format("truetype"), url("fonts/keenthemes-icons/Ki.svg#Ki") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ki {
  font-size: 1rem;
}

.ki:before {
  font-family: "Ki";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.ki-double-arrow-next:before {
  content: "";
}

.ki-double-arrow-back:before {
  content: "";
}

.ki-double-arrow-down:before {
  content: "";
}

.ki-double-arrow-up:before {
  content: "";
}

.ki-long-arrow-back:before {
  content: "";
}

.ki-arrow-next:before {
  content: "";
}

.ki-arrow-back:before {
  content: "";
}

.ki-long-arrow-next:before {
  content: "";
}

.ki-check:before {
  content: "";
}

.ki-arrow-down:before {
  content: "";
}

.ki-minus:before {
  content: "";
}

.ki-long-arrow-down:before {
  content: "";
}

.ki-long-arrow-up:before {
  content: "";
}

.ki-plus:before {
  content: "";
}

.ki-arrow-up:before {
  content: "";
}

.ki-round:before {
  content: "";
}

.ki-reload:before {
  content: "";
}

.ki-refresh:before {
  content: "";
}

.ki-solid-plus:before {
  content: "";
}

.ki-bold-close:before {
  content: "";
}

.ki-solid-minus:before {
  content: "";
}

.ki-hide:before {
  content: "";
}

.ki-code:before {
  content: "";
}

.ki-copy:before {
  content: "";
}

.ki-up-and-down:before {
  content: "";
}

.ki-left-and-right:before {
  content: "";
}

.ki-bold-triangle-bottom:before {
  content: "";
}

.ki-bold-triangle-right:before {
  content: "";
}

.ki-bold-triangle-top:before {
  content: "";
}

.ki-bold-triangle-left:before {
  content: "";
}

.ki-bold-double-arrow-up:before {
  content: "";
}

.ki-bold-double-arrow-next:before {
  content: "";
}

.ki-bold-double-arrow-back:before {
  content: "";
}

.ki-bold-double-arrow-down:before {
  content: "";
}

.ki-bold-arrow-down:before {
  content: "";
}

.ki-bold-arrow-next:before {
  content: "";
}

.ki-bold-arrow-back:before {
  content: "";
}

.ki-bold-arrow-up:before {
  content: "";
}

.ki-bold-check:before {
  content: "";
}

.ki-bold-wide-arrow-down:before {
  content: "";
}

.ki-bold-wide-arrow-up:before {
  content: "";
}

.ki-bold-wide-arrow-next:before {
  content: "";
}

.ki-bold-wide-arrow-back:before {
  content: "";
}

.ki-bold-long-arrow-up:before {
  content: "";
}

.ki-bold-long-arrow-down:before {
  content: "";
}

.ki-bold-long-arrow-back:before {
  content: "";
}

.ki-bold-long-arrow-next:before {
  content: "";
}

.ki-bold-check-1:before {
  content: "";
}

.ki-close:before {
  content: "";
}

.ki-more-ver:before {
  content: "";
}

.ki-bold-more-ver:before {
  content: "";
}

.ki-more-hor:before {
  content: "";
}

.ki-bold-more-hor:before {
  content: "";
}

.ki-bold-menu:before {
  content: "";
}

.ki-drag:before {
  content: "";
}

.ki-bold-sort:before {
  content: "";
}

.ki-eye:before {
  content: "";
}

.ki-outline-info:before {
  content: "";
}

.ki-menu:before {
  content: "";
}

.ki-menu-grid:before {
  content: "";
}

.ki-wrench:before {
  content: "";
}

.ki-gear:before {
  content: "";
}

.ki-info:before {
  content: "";
}

.ki-calendar-2:before {
  content: "";
}

.ki-calendar:before {
  content: "";
}

.ki-calendar-today:before {
  content: "";
}

.ki-clock:before {
  content: "";
}

.ki-dots:before {
  content: "";
}