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

/* Track */
::-webkit-scrollbar-track {
  /* border: 1px solid #254c4e !important;
  border-radius: 5px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #254c4e !important;
  border-radius: 5px;
}
