/*!* =========================================*/
/*   OVERLAYSCROLLBARS CUSTOM THEME*/
/*   – Light gray track, blue handle*/
/*   – Rounded and minimal*/
/*   ========================================= *!*/

/*.ct-scroll {*/
/*  position: relative;*/
/*  overflow: hidden; // required for OverlayScrollbars*/
/*border-radius: 8px;*/

  .os-scrollbar-vertical {
    right: 8px;
  }
  .os-scrollbar-horizontal {
    display: none;
  }


/*  !* Track background *!*/
  .os-scrollbar-track {
    top: 18px;
    bottom: 18px;
    max-height: calc(100% - 36px);
    background-color: #D9D9D9 !important;
  /*border-radius: 8px;*/
    width: 2px!important;
  }

/*  !* Handle (thumb) *!*/
  .os-scrollbar-handle {
    width: 5px!important;
    background-color: #6c63ff !important;
    left: -1px!important;

  border-radius: 8px;
    transition: background-color 0.2s ease, opacity 0.2s ease;

    &:hover {
      background-color: #5b52f5 !important;
    }

    &:active {
      background-color: #4a41e2 !important;
    }
    width: 8px;
  }

/*  !* Horizontal scrollbar height *!*/
/*  .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {*/
/*    height: 6px;*/
/*  }*/

/*  !* Vertical scrollbar width *!*/
/*  .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {*/
/*    width: 6px;*/
/*  }*/
/*}*/
