body {
  font-family: lato;
}
.owl-prev,
.owl-next {
  color: #01aaf0 !important;
  border: 1px solid #01aaf0 !important;
  width: 30px;
  height: 30px;
  font-size: 18px !important;
  border-radius: 50px !important;
  font-weight: normal !important;
  text-shadow: none !important;
  background-color: transparent;
}
.owl-prev {
  float: right;
}
.calendar-title {
  text-align: center;
}
.fc-header-toolbar {
  display: none !important;
}
.fc-toolbar-title {
  font-size: 16px !important;
}
.fc-daygrid-day-number {
  font-size: 16px !important;
  color: #333333;
  text-align: center !important;
  z-index: 999;
}
.fc-event-title,
.fc-sticky,
.fc-col-header-cell-cushion {
  font-size: 18px !important;
  font-weight: 300;
  color: #333333;
}
.fc-event-title-container {
  height: 11px !important;
  background-color: red !important;
  border-radius: 2px !important;
  padding-left: 2px !important;
}
.fc-daygrid-event,
.fc-h-event {
  background-color: transparent;
  border: none !important;
  border-radius: 5px !important;
}
.fc-daygrid-day-top {
  height: 16px !important;
  text-align: center !important;
}
.fc-button-primary {
  background-color: #eee !important;
  color: #000 !important;
  border: none !important;
}
.fc td,
.fc-daygrid-day-frame,
.fc-scrollgrid-sync-inner {
  height: 30px !important;
}
.fc-button {
  padding: 5px !important;
  font-size: 10px !important;
}
.fc-today-button {
  display: none !important;
}
.fc-daygrid-event-dot {
  display: none;
}
.fc-event-time {
  color: #fff;
  position: absolute;
  background-color: #01aaf0;
  margin-top: -45px;
  font-size: 10px;
}
.fc-daygrid-event-harness {
  color: #fff;
  border-radius: 5px;
  padding: 2px;
  padding-top: 20px !important;
  float: bottom;
  margin-top: 15px !important;
  border: 1px solid #fff;
}
.fc-day-past .fc-daygrid-event-harness {
  background-color: #bbbbbb;
}
.fc-day-future .fc-daygrid-event-harness,
.fc-day-today .fc-daygrid-event-harness {
  background-color: #01aaf0;
}
.fc-day-past .fc-event-title {
  background-color: #7a8089;
}
.fc-day-future .fc-event-title,
.fc-day-today .fc-event-title {
  background-color: #1d3557;
}
.fc-event-title {
  color: #fff;
  font-size: 12px !important;
  font-weight: 200;
  padding: 3px !important;
  border-radius: 5px;
  padding-left: 5px !important;
}
.fc-day-today .fc-daygrid-day-frame {
  background-color: #e0f3fb;
  border-radius: 5px;
}
.fc-day-today .fc-daygrid-day-number {
  font-size: 20px !important;
  color: #1d3557;
  font-weight: 600;
}
table,
tr,
td,
th {
  border: none !important;
  border: 0px !important;
}
th {
  background-color: #f4fbfe;
  padding: 6px !important;
}

.fc-daygrid-more-link {
  font-size: 8px;
  margin-top: -2px !important;
  position: absolute !important;
  color: #fff;
  background-color: #01aaf0;
  border-radius: 4px;
  padding: 2px 5px;
}
@media (min-width: 1000px) {
  .fc-more-popover {
    border-radius: 4px;
    border: none !important;
  }
  .fc-popover-title {
    font-size: 12px;
    color: #1d3557;
  }
  .fc-popover-close {
    color: #1d3557;
  }
  .fc-popover-header {
    background-color: #e0f3fb !important;
    border-radius: 4px 4px 0px 0px !important;
  }
  .fc-daygrid-event-harness-abs:first-child {
    visibility: visible !important;
    position: relative !important;
    margin-top: 7px !important;
  }

  .fc-daygrid-more-link {
    font-size: 10px;
    margin-top: -2px !important;
    position: absolute !important;
    color: #01aaf0;
    background-color: #fff;
    border-radius: 4px;
    padding: 0px;
  }
}
@media (max-width: 1200px) {
  .fc-event-title,
  .fc-sticky,
  .fc-col-header-cell-cushion {
    font-size: 8px !important;
    font-weight: 300;
    color: #fff;
  }
  .fc-daygrid-event-harness {
    color: #fff;
    border-radius: 5px;
    padding: 1px;
    padding-top: 15px !important;
    float: bottom;
    margin-top: 10px !important;
  }
  .fc-event-time {
    color: #fff;
    position: absolute;
    margin-top: -35px;
    font-size: 10px;
  }
}
@media (max-width: 995px) {
  .fc-col-header-cell-cushion {
    color: #333333;
  }
  .fc-event-title,
  .fc-sticky,
  .fc-col-header-cell-cushion {
    font-size: 8px !important;
    font-weight: 300;
  }
  .fc-daygrid-day-number {
    font-size: 10px !important;
    color: #333333;
    text-align: center !important;
  }

  .fc-day-today .fc-daygrid-day-number {
    font-size: 12px !important;
    color: #1d3557;
    font-weight: 600;
  }

  .fc-day-past .fc-daygrid-event-harness,
  .fc-day-future .fc-daygrid-event-harness,
  .fc-day-today .fc-daygrid-event-harness {
    background-color: transparent;
  }
  .fc-daygrid-event-harness {
    color: #fff;
    border-radius: 3px;
    padding: 1px;
    padding-top: 0px !important;
    float: bottom;
    margin-top: 0px !important;
  }

  .fc-day-past .fc-event-title {
    background-color: #bbbbbb;
  }
  .fc-day-future .fc-event-title,
  .fc-day-today .fc-event-title {
    background-color: #01aaf0;
  }
  .fc-event-title {
    color: #fff;
    font-size: 6px !important;
    font-weight: 200;
    padding: 2px !important;
    border-radius: 3px;
  }

  .fc-event-time {
    display: none;
  }
  .calendar-title {
    font-size: 14px;
  }
}
