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

::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.438);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(128, 128, 128);
  border-radius: 20px;
}

.cooo {
  background-color: brown;
}

.evening-booking {
  background-color: green;
}

.week-off {
  background-color: green;
}

.not-working {
  background-color: rgb(255, 255, 255);
}
.holiday {
  background-color: rgb(195, 0, 255);
}

.available {
  background-color: rgb(255, 219, 164);
}
