.date-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  position: relative;
}
.date-selector-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1000;
}
.date-selector-wrapper.is-invalid .date-text {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.date-selector-wrapper.is-invalid .date-text:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.date-selector-wrapper.is-invalid .date-arrow {
  border-color: #dc3545;
}
.date-selector-wrapper.is-valid .date-text {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.date-selector-wrapper.is-valid .date-text:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.date-selector-wrapper.is-valid .date-arrow {
  border-color: #198754;
}
.date-arrow {
  position: absolute;
  width: 30px;
  height: 2rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  z-index: 10002;
  top: 1px;
}
.date-arrow:focus {
  color: #0a58ca;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.date-arrow.date-prev {
  left: 1px;
}
.date-arrow.date-next {
  right: 1px;
}
.date-arrow:hover:not(.date-arrow-disabled) {
  background-color: #f8f9fa;
  border-color: #adb5bd;
}
.date-arrow:active:not(.date-arrow-disabled) {
  background-color: #e9ecef;
}
.date-arrow-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.date-arrow-disabled:hover,
.date-arrow-disabled:focus,
.date-arrow-disabled:active {
  background-color: #e9ecef;
  border-color: #dee2e6;
  box-shadow: none;
}
.date-display {
  position: relative;
  width: 100%;
  z-index: 10001;
}
.date-text {
  display: block;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  text-align: center;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(1.5em + 0.75rem);
  user-select: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.date-text:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.date-text:hover {
  border-color: #adb5bd;
}
.date-text.is-invalid {
  border-color: #dc3545;
}
.date-text.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.date-text.is-valid {
  border-color: #198754;
}
.date-text.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.date-selector-calendar-popup {
  position: fixed !important;
  z-index: 1060 !important;
  pointer-events: auto !important;
}
.date-selector-calendar-popup .calendar-container {
  z-index: 1061 !important;
  position: relative;
  pointer-events: auto;
  background-color: white;
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.date-selector-calendar-popup {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1060 !important;
  background: transparent;
  pointer-events: none;
}
.date-selector-calendar-popup .calendar-popup-inner {
  position: absolute;
  pointer-events: auto;
  z-index: 1061;
}
.date-selector-calendar-popup .calendar-container {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.date-selector-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
}
.date-selector-error.invalid-feedback {
  display: none;
  color: #dc3545;
}
.date-selector-error.valid-feedback {
  display: none;
  color: #198754;
}
.date-selector-wrapper.is-invalid .date-selector-error.invalid-feedback {
  display: block;
}
.date-selector-wrapper.is-valid .date-selector-error.valid-feedback {
  display: block;
}
.form-control.date-selector-container {
  padding: 0;
  border: none;
  background: transparent;
}
.form-inline .date-selector-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.date-selector-wrapper.form-control-sm .date-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem);
  border-radius: 0.25rem;
}
.date-selector-wrapper.form-control-sm .date-arrow {
  height: calc(1.5em + 0.5rem);
  width: 28px;
}
.date-selector-wrapper.form-control-lg .date-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  height: calc(1.5em + 1rem);
  border-radius: 0.5rem;
}
.date-selector-wrapper.form-control-lg .date-arrow {
  height: calc(1.5em + 1rem);
  width: 36px;
}
/*# sourceMappingURL=dateSelector.css.map */