.fc-toolbar {
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-radius: 6px;
  margin-bottom: 15px !important;
}
.fc-toolbar .fc-button {
  background: #1e90ff;
  border: none;
  padding: 6px 12px;
  transition: background 0.3s;
  font-weight: 500;
}
.fc-toolbar .fc-button:disabled {
  background-color: #dcdcdc;
  color: #888;
  cursor: not-allowed;
  opacity: 0.6;
}
.fc-toolbar .fc-button:hover:not(:disabled), .fc-toolbar .fc-button:focus:not(:disabled) {
  outline: none;
  background: #156fcc;
}
.fc-toolbar .fc-button-active {
  background-color: #104e9c !important;
  box-shadow: inset 0 0 0 0.8px #fff;
}

.fc-daygrid-day-number {
  color: #002244 !important;
  font-weight: 500 !important;
  font-size: 0.9em !important;
}

.fc-col-header-cell-cushion,
.fc-list-day-cushion a {
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 14px;
}

.fc-event {
  display: flex;
  flex-wrap: wrap;
  border: none;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 0.85em !important;
  font-weight: 500 !important;
  color: #000 !important;
  transition: transform 0.2s ease;
  white-space: normal;
  cursor: pointer;
}
.fc-event:hover {
  transform: scale(1.03);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.fc-event.past-event {
  opacity: 0.5;
  cursor: auto;
}
.fc-event-main {
  display: flex;
  align-items: baseline;
}


.fc-timegrid-event .fc-event-time {
  padding-right: 5px;
}

.fc-day-past {
  opacity: 0.5;
}

.fc-timegrid-now-indicator-line {
  background: red;
  height: 2px;
}

.fc-daygrid-day {
  min-height: 300px;
}
.fc-daygrid-day:hover {
  background-color: rgba(30, 144, 255, 0.05);
}

.fc-list-event {
  padding: 10px;
  margin-bottom: 5px;
  align-items: center;
  border-bottom: 1px solid #ccc;
  flex-wrap: nowrap;
  align-items: baseline;
}
.fc-list-event:hover {
  background-color: #f1f7ff !important;
}
.fc-list-event:hover a {
  color: #000 !important;
}
.fc-list-event:hover .fc-list-event-title {
  color: #000;
}
.fc-list-event-time {
  width: 100% !important;
  max-width: 180px;
}
.fc-list-event-graphic {
  max-width: 25px;
  width: 100% !important;
}
.fc-list-event td,
.fc-list-event th {
  border: none !important;
}
.fc-list-event .fc-list-day-text {
  color: #000;
}

.fc-timegrid-axis-frame {
  justify-content: center !important;
}
.fc-timegrid-axis-frame .fc-timegrid-axis-cushion {
  max-width: 100% !important;
}

.fc-more-link {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}

.fc-daygrid-event-harness {
  margin: 8px 0;
}

.fc-daygrid-event-harness-abs:after {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .fc .fc-toolbar-title {
    font-size: 1.25rem;
  }
  .fc .fc-button {
    line-height: 1.25rem;
  }
  .fc .fc-button .fc-icon {
    font-size: 1.25rem;
  }
  .fc .fc-event-time {
    font-size: 0.75rem;
  }
  .fc .fc-event-title {
    font-size: 0.7rem;
  }
}
@media (max-width: 480px) {
  .fc .fc-toolbar-title {
    font-size: 1rem;
  }
  .fc .fc-button {
    line-height: 1rem;
  }
  .fc .fc-button .fc-icon {
    font-size: 1rem;
  }
}

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