.fc-basic-view .fc-body .fc-row {
  min-height: 7em;
}

.fc td,
.fc th {
  border-width: 1px !important;
  border-color: #eaeaea !important;
}

.fc-ltr .fc-list-item-marker {
  padding-right: 14px;
}

.fc-head {
  border-bottom: 0 !important;
}

.fc-head-container .fc-widget-header {
  border: 0 !important;
  line-height: 30px;
}

.fc-resizer.fc-end-resizer {
  display: none !important;
}

.fc td {
  border-width: 0 !important;
}

.fc td.fc-head-container.fc-widget-header {
  border-bottom-width: 1px !important;
}

.fc td.fc-day {
  border-width: 1px !important;
}

.fc-list-table .fc-list-heading .fc-widget-header {
  padding: 0px 20px 0 10px;
}

.fc-today .fc-day-number {
  color: #17b44d;
}

.fc-view-container thead {
  border-bottom: none;
}

.fc-list-heading-main,
.fc-list-heading-alt {
  text-transform: uppercase;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 1px 6px;
  font-weight: 400;
  font-size: 15px;
}

.fc-unthemed .fc-list-empty {
  background-color: #23cf5f;
  color: white;
  font-size: 1em;
  font-weight: bold;
}

#calendar h2 {
  font-size: 1.7rem;
  text-transform: capitalize;
  line-height: 35px;
}

#calendar .fc-day-header {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
}

.fc-toolbar .fc-center {
  color: #999;
  text-transform: capitalize;
}

.fc-unthemed td.fc-today {
  background: rgba(35, 207, 95, 0.27);
}

.fc-agendaDay-view tbody td.fc-today {
  background: rgba(0, 0, 0, 0);
}

.fc-title {
  padding-left: 5px;
}

.fc-agendaWeek-view tr,
.fc-agendaDay-view tr {
  border: 0.5px solid #ccc;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.fc-agendaWeek-view tr .fc-minor,
.fc-agendaDay-view tr .fc-minor {
  border-top: none;
}

.fc-center h2 {
  font-size: 2.5rem;
  line-height: 0;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .fc-left,
  .fc-right {
    display: inline-block;
    float: none !important;
    margin-bottom: 10px;
  }
  .fc-center {
    width: 100%;
  }

  #calendar h2 {
    font-size: 1.7rem;
    text-transform: capitalize;
    line-height: 35px;
    width: 100%;
  }
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 2em;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid #17b44d;
}

.fc-state-default {
  background-color: #23cf5f !important;
  color: white !important;
  background-image: none !important;
  background-repeat: initial !important;
  border-color: inherit !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.fc-event {
  cursor: pointer;
  padding: 4px 7px;
  border: none;
  font-size: 12.75px;
  border-radius: 3px;
  font-weight: 400;
  /* height: max-content; */
}

.fc-event.fc-draggable {
  cursor: grab;
}

.fc th {
  border-width: 0 !important;
  border-color: #ddd;
}

.fc-state-down,
.fc-state-active {
  opacity: 0.65;
}

span.fc-list-heading-alt {
  min-width: 70px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .fc-title,
  .fc-listDay-button,
  .fc-listWeek-button,
  .fc-agendaWeek-button {
    display: none;
  }

  .fc button {
    padding: 0 0.5em;
    font-size: 11px;
  }

  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.5em;
  }

  #calendar .fc-day-header {
    font-size: 12px;
  }
}
