.like-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1.1em !important;
}

.fc-time{
  /* extra precedence to overcome jqui */
  font-size: 0.9em !important;
}

.fc-title{
  /* extra precedence to overcome jqui */
  font-size: 1.1em !important;
}

.fc-event-completed{
  text-decoration: line-through;
}

.color-picker-input {
  color: transparent !important;
}

.no-bold {
  font-weight:normal !important;
}

.time-text-column {
  width: 1%;
  white-space: nowrap;
}

.time-text-column:first-letter {
  text-transform: capitalize;
}

.capitalize-first:first-letter {
  text-transform: capitalize;
}

.selected-icon {
  height: 0.7em !important;
}

.align-right-right {
  float: right !important;
}

#work-day-exclusions td:first-child {
  width:10%;
}

#work-day-exclusions td:last-child {
  width:10%;
}

#clinics td:last-child {
  width:10%;
}

.status-CANCELLED .fc-title {
  text-decoration: line-through !important;
}
.status-CANCELLED .fc-time {
  text-decoration: line-through !important;
}
.status-CANCELLED .fc-list-item-title {
  text-decoration: line-through !important;
}

.status-READY .fc-title:before {
  content: "✔";
}
.status-READY .fc-list-item-title:before {
  content: "✔";
}

.disabled-edit {
  color: grey;
}

.file-inputs input[type="file"] {
  display: block;
  margin-bottom: 5px; /* Optional: adds space between inputs */
}
