/* Custom styles goes here */
.model-error li,
.model-error ul {
  list-style: none !important;
  padding: 0 !important;
}

.fc {
  --fc-event-border-color: #6e413c;
  --fc-button-bg-color: #6e413c;
  --fc-button-border-color: #6e413c;
  --fc-event-bg-color: #6e413c;
}

.fc .fc-button-primary {
  background-color: #6e413c !important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  border-color: #fff !important;
}

.fc .fc-button-primary:disabled {
  border-color: transparent;
}

.fc .fc-button-primary:focus {
  box-shadow: rgba(110, 65, 60, 0.2352941176) 0px 0px 0px 0.2rem !important;
}

.fc .fc-highlight {
  background-color: rgba(110, 65, 60, 0.1) !important;
}

.fc .fc-event-time {
  display: none !important;
}

/*# sourceMappingURL=site.css.map */
