/* line 20, ../../scss/calendar/full-calendar-io.scss */
.fc-head {
  background: white;
  color: #222;
}

/* line 27, ../../scss/calendar/full-calendar-io.scss */
.fc-head-container.fc-widget-header table {
  padding: 0;
  margin: 0;
}

/* line 35, ../../scss/calendar/full-calendar-io.scss */
.fc-day-header.fc-widget-header {
  padding: 8px 0;
  background: #013871;
}

/* line 42, ../../scss/calendar/full-calendar-io.scss */
thead .fc-day-top {
  background: #EAEAEA !important;
  color: #222;
  border-right-color: #DDD !important;
  border-top-color: #DDD !important;
}
/* line 48, ../../scss/calendar/full-calendar-io.scss */
thead .fc-day-top.fc-other-month {
  background: #EDEDED !important;
  color: #333;
}

/* line 57, ../../scss/calendar/full-calendar-io.scss */
.fc-content-skeleton table thead {
  background: none;
}

/* line 64, ../../scss/calendar/full-calendar-io.scss */
.fc-button.fc-button-primary {
  background-color: #599FD0;
  border-color: #599FD0;
  font-weight: bold;
  text-transform: capitalize;
}
/* line 70, ../../scss/calendar/full-calendar-io.scss */
.fc-button.fc-button-primary.fc-button-active, .fc-button.fc-button-primary:hover {
  background-color: #3687c0 !important;
}
/* line 75, ../../scss/calendar/full-calendar-io.scss */
.fc-button.fc-button-primary.fc-today-button[disabled] {
  background-color: #D2D2D2;
  border-color: #D2D2D2;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 81, ../../scss/calendar/full-calendar-io.scss */
.fc-button.fc-button-primary.fc-prev-button {
  border-right-color: white;
}
/* line 85, ../../scss/calendar/full-calendar-io.scss */
.fc-button.fc-button-primary.fc-next-button {
  border-left-color: white;
}
/* line 88, ../../scss/calendar/full-calendar-io.scss */
.fc-button.fc-button-primary.fc-dayGridMonth-button {
  background-color: #599FD0;
  border-color: #599FD0;
  border-right-color: white;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 94, ../../scss/calendar/full-calendar-io.scss */
.fc-button.fc-button-primary.fc-timeGridWeek-button {
  border-color: #599FD0;
  border-left-color: white;
  border-right-color: white;
}
/* line 99, ../../scss/calendar/full-calendar-io.scss */
.fc-button.fc-button-primary.fc-listYear-button {
  border-color: #599FD0;
  border-left-color: white;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 107, ../../scss/calendar/full-calendar-io.scss */
.fc-content {
  border-color: #599FD0 !important;
}
/* line 110, ../../scss/calendar/full-calendar-io.scss */
.fc-content .fc-title {
  padding: 5px;
  height: auto;
  display: block;
  white-space: normal;
  background-color: #599FD0;
  font-size: 11px;
}

/* line 120, ../../scss/calendar/full-calendar-io.scss */
.fc-today {
  background-color: #E0EDF6 !important;
}

/* line 126, ../../scss/calendar/full-calendar-io.scss */
.fc-slats table {
  background: transparent;
}
/* line 129, ../../scss/calendar/full-calendar-io.scss */
.fc-slats table tr:nth-of-type(even) {
  background: transparent;
}

/* line 137, ../../scss/calendar/full-calendar-io.scss */
.fc-timeGrid-view .fc-today span {
  color: #333;
}
