.form-check {
  margin-bottom: 1.125rem;
}

.form-check-label {
  color: var(--bs-gray-800);
}

.required.plugin-remove_button:after {
  content: unset !important;
}

label:has(+ [required]):after,
label.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: var(--bs-danger);
  padding-left: 0.25rem;
  font-weight: 600;
}

.app-header {
  background-color: var(--bs-app-bg-color);
}

[data-content-empty-text]:not(:has(.tab-pane)):not(:has(.card)):not(:has(.sale-price-row)):after {
  content: attr(data-content-empty-text);
  display: block;
  text-align: center;
  font-weight: bold;
}

.daterangepicker .ranges ul {
  width: auto !important;
}

.fc .fc-bg-event {
  --fc-bg-event-color: var(--bs-danger);
}
.fc .fc-bg-event.fc-bg-event-feastday, .fc .fc-bg-event.fc-bg-event-school_feastday {
  opacity: 1;
}

.fc .fc-bg-event .fc-event-title {
  color: #ffffff;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  margin-right: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.daterangepicker td.disabled {
  text-decoration: none;
  color: var(--bs-gray-500);
}

#vacation-calendar .vacation-event {
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
}
#vacation-calendar .vacation-event::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.vacation-calendar-legend-item .vacation-calendar-legend-item-symbol {
  position: relative;
  overflow: hidden;
}
.vacation-calendar-legend-item .vacation-calendar-legend-item-symbol:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-gray-500);
  opacity: 0.5;
  pointer-events: none;
}
.vacation-calendar-legend-item .vacation-calendar-legend-item-symbol.vacation-calendar-legend-item-symbol-halfday-morning:before {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.vacation-calendar-legend-item .vacation-calendar-legend-item-symbol.vacation-calendar-legend-item-symbol-halfday-afternoon:before {
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}

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