#root, body, html {
  margin: 0px;
  width:100%;
  height: 100%;
  background-color: #F8F8FB 
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
/* ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #206973; 
} */

/* Handle */
::-webkit-scrollbar-thumb {
  background: #767676; 
  opacity: 0.5;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #767676; 
}