/*------------common-colors*/
/*------------font*/
/*--------------------*/
/* --- Aka Colors --- */
/* --- Bootstrap colors --- */
/* --- Other colors --- */
/* --- Fonts --- */
#scrolling-container::-webkit-scrollbar, #content::-webkit-scrollbar, #tab::-webkit-scrollbar, .tab-content::-webkit-scrollbar, .scrolling-div::-webkit-scrollbar,
#widgets::-webkit-scrollbar, #tabs::-webkit-scrollbar, .table-container::-webkit-scrollbar, .modal-overlay .body::-webkit-scrollbar {
  width: 0;
}

#scrolling-container::-webkit-scrollbar {
  height: 0;
}

@media (min-width: 67.5rem) {
  #tabs::-webkit-scrollbar,
  #tab::-webkit-scrollbar {
    height: 0.6rem;
  }
  #tab::-webkit-scrollbar-button,
  #tabs::-webkit-scrollbar-button {
    width: 0.4rem;
  }
  .scrolling-div::-webkit-scrollbar,
  .modal-overlay .body::-webkit-scrollbar,
  .table-container::-webkit-scrollbar {
    width: 0.9rem;
  }
  .scrolling-div::-webkit-scrollbar-button,
  .modal-overlay .body::-webkit-scrollbar-button,
  .table-container::-webkit-scrollbar-button {
    height: 0.4rem;
    display: block;
  }
  .sidebar-container::-webkit-scrollbar, .filter-sidebar-container::-webkit-scrollbar {
    width: 0.3rem;
  }
  .tab-content::-webkit-scrollbar {
    width: 0.2rem;
  }
  .tab-content::-webkit-scrollbar-thumb {
    border-right: 0;
  }
  .tab-content::-webkit-scrollbar-button {
    height: 0.5rem;
  }
  #widgets::-webkit-scrollbar {
    width: 1rem;
  }
  #widgets::-webkit-scrollbar-button {
    height: 0.5rem;
  }
  .accordion::-webkit-scrollbar-button {
    height: 0.8rem;
    display: block;
  }
  .accordion::-webkit-scrollbar {
    width: 0.6rem;
  }
}
.scrolling-div::-webkit-scrollbar-thumb, .table-container::-webkit-scrollbar-thumb, .modal-overlay .body::-webkit-scrollbar-thumb {
  background-color: #C8C8C8;
}

.accordion::-webkit-scrollbar-thumb {
  border-left: 0.375rem solid #EEF2F3;
  background-color: #C8C8C8;
}

.sidebar-container::-webkit-scrollbar-thumb, .filter-sidebar-container::-webkit-scrollbar-thumb {
  background-color: #C8C8C8;
  border-left: 0.375rem solid #EEF2F3;
}

@media (min-width: 67.5rem) {
  #tabs::-webkit-scrollbar-thumb, .table-container::-webkit-scrollbar-thumb {
    background-color: #E8E8E8;
    border-bottom: 0.4rem solid #FFFFFF;
  }
  .scrolling-div::-webkit-scrollbar-thumb, .modal-overlay .body::-webkit-scrollbar-thumb {
    border-left: 0.65rem solid #FFFFFF;
  }
  #widgets::-webkit-scrollbar-thumb {
    background-color: #005AFF;
    border-left: 0.8rem solid #343A40;
  }
}
#widgets::-webkit-scrollbar-thumb {
  border-left: 0.25rem solid #8ef3ff;
}

#widgets::-webkit-scrollbar-thumb {
  background-color: unset !important;
}
/*# sourceMappingURL=scrollbars.css.map */
