/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c2d6fc;
  border-radius: 10px;
}

:root{
  scrollbar-color: #c2d6fc transparent !important;
  scrollbar-width: thin !important;
}

/* Scroll bar for Firefox */
* {
	scrollbar-color: #c2d6fc transparent !important;
  	scrollbar-width: thin !important;
}