::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #222538;
}

::-webkit-scrollbar-thumb {
  background: #4a4d5f;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

