*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.10);
}
*::-webkit-scrollbar-thumb {
  background-color: #006da54f;
  outline: 0px solid slategrey;
}

#setup_button {
  display: none;
}

.fc .fc-button {
  border-radius: 0 !important;
}

.fc .fc-button-primary {
  background-color: #006da5 !important;
}

.fc .fc-button-primary:hover {
  background-color: #004c73 !important;
}