/* Scrollbar 1 */
.scrollbar-1 {
  position: relative;
  overflow-y: scroll !important;
  width: 100%;
  height: calc(100vh - 65px);
  padding: 50px 0;
}

.scrollbar-1::-webkit-scrollbar {
  height: 5px;
  width: 3px;
}

.scrollbar-1::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: transparent !important;
}

.scrollbar-1::-webkit-scrollbar-track:hover {
  background-color: transparent !important;
}

.scrollbar-1::-webkit-scrollbar-track:active {
  background-color: transparent !important;
}

.scrollbar-1::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #bbbbbb;
}

.scrollbar-1::-webkit-scrollbar-thumb:hover {
  background-color: #bbbbbb;
}

.scrollbar-1::-webkit-scrollbar-thumb:active {
  background-color: #bbbbbb;
}

/* Scrollbar 2 */

.scrollbar-2 {
  position: relative;
  overflow-y: auto !important;
}

.scrollbar-2::-webkit-scrollbar {
  height: 1px;
  width: 1px;
}

.scrollbar-2::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: transparent !important;
}

.scrollbar-2::-webkit-scrollbar-track:hover {
  background-color: transparent !important;
}

.scrollbar-2::-webkit-scrollbar-track:active {
  background-color: transparent !important;
}

.scrollbar-2::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #bbbbbb;
}

.scrollbar-2::-webkit-scrollbar-thumb:hover {
  background-color: #bbbbbb;
}

.scrollbar-2::-webkit-scrollbar-thumb:active {
  background-color: #bbbbbb;
}

/* Scrollbar Menu */
.scrollbar-menu {
  position: relative;
  overflow-y: scroll !important;
  width: 100%;
  height: 100vh;
  padding: 50px 0;
}

.scrollbar-menu::-webkit-scrollbar {
  height: 5px;
  width: 3px;
}

.scrollbar-menu::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: transparent !important;
}

.scrollbar-menu::-webkit-scrollbar-track:hover {
  background-color: transparent !important;
}

.scrollbar-menu::-webkit-scrollbar-track:active {
  background-color: transparent !important;
}

.scrollbar-menu::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #18283d;
}

.scrollbar-menu::-webkit-scrollbar-thumb:hover {
  background-color: #18283d;
}

.scrollbar-menu::-webkit-scrollbar-thumb:active {
  background-color: #18283d;
}
