.fc .fc-button-primary:focus{
  box-shadow: none;
}

.fc .fc-button{
  border-radius: 0.125rem;
}

.fc .fc-timegrid-slot-label-cushion{
  text-transform: uppercase;
}

.fc .fc-timegrid-col.fc-day-today{
  background-color: #fff4f8;
}

.fc th a{
  color: #ad1457;
  text-decoration: none;
}

.fc th a:hover{
  color: #ad1457;
  text-decoration: none;
}

.fc th a:active{
  color: #ad1457;
  text-decoration: none;
}

.fc .fc-button-primary:disabled{
  background-color: #222;
  border-color: #222;
}