.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;
}

.fc .fc-toolbar-chunk{
  width: auto;
}
@media (max-width: 767px) {
  .fc .fc-toolbar{
    flex-direction: column-reverse;
  }
  .fc .fc-toolbar-chunk{
    width: 100%;
  }
  .fc .fc-toolbar-chunk .fc-button-group{
    flex: 1;
  }
  .fc-today-button.fc-button.fc-button-primary{
    width: 100%;
    margin-top: 30px;
  }
}