.fc .fc-button-primary {
  background-color: rgb(162, 189, 63) !important;
  color: #000 !important;
  border: 2px solid transparent;
  margin-right: 0.5em;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  font-family: "Roboto", sans-serif;
}

.fc-toolbar-title {
  color: #0e3b7f !important;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.fc-col-header-cell-cushion {
  cursor: default;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #0e3b7f !important;
  text-transform: uppercase;
}

.fc-scrollgrid {
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
}

.fc-day:not(.fc-col-header-cell) {
  cursor: pointer;
}
.fc-day {  
  border-radius: 5px !important;
}
.fc .fc-daygrid-day .fc-day-today {
  background-color: rgb(162 189 63 / 20%) !important;  
}

.fc-daygrid-day-number {
  color: rgb(162, 189, 63) !important;
  font-weight: bold;
  font-family:"Roboto", sans-serif;
}
