.multiselect {
  border: 1px solid #e7eaf0;
  /* Bootstrap primary color */
}

.custom-dt .dataTable th,
.custom-dt .dataTable td {
  padding: 8px 12px !important;
  /* Adjust as needed */
  vertical-align: middle;
}

.fc-day-today {
  background-color: #ffefc1 !important;
  border: 2px solid #ffa500 !important;
  font-weight: bold;
}

.fc-event-title-container {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fc .fc-toolbar {
    display: unset;
  }

  .fc .fc-toolbar-title {
    font-size: 1rem;
    padding: 10px;
  }

  .fc .fc-button {
    padding: 0.2em 0.2em;
  }

  #calendar {
    min-height: 550px;
  }
}

.fs-7 {
  font-size: 0.75rem !important;
}

.fs-8 {
  font-size: 0.65rem !important;
}

.tl {
  text-align: left;
}