.loader.loader-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1071;
  display: none;
  justify-content: center;
  align-items: center;
}
.loader .spinner-border {
  color: var(--bs-primary);
  height: 3rem;
  width: 3rem;
  font-size: 24px;
  animation-duration: 1s;
}

.loader-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1070;
  background: black;
  opacity: 0.1;
  display: none;
}

body.loading .loader {
  display: flex;
}
body.loading .loader-backdrop {
  display: block;
}

#alerts {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 22em;
  max-width: calc(100% - 40px);
  z-index: 1063;
}
#alerts .toast {
  color: black;
  font-size: 14px;
  padding: 0.5rem 1rem;
  margin: 0 0 10px;
  /*box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 1;*/
}
#alerts .toast .toast-body {
  display: flex;
  align-items: center;
  padding: 0;
}
#alerts .toast i {
  font-size: 2rem;
  padding-right: 1rem;
}
#alerts .toast .btn-close {
  color: inherit !important;
}

.btn-primary, .btn-primary:focus, .btn-primary:active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-primary:hover {
  background-color: var(--btn-primary-hover-bg);
}

.btn-secondary, .btn-secondary:focus, .btn-secondary:active {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #fff;
}

.btn-secondary:hover {
  background-color: var(--bs-secondary-lighter);
  border-color: var(--bs-secondary);
}

.calendar.calendar-primary .calendar-month {
  border: 1px solid var(--bs-primary) !important;
}
.calendar.calendar-primary .calendar-header, .calendar.calendar-primary .day-of-week {
  background: var(--bs-primary) !important;
  color: white !important;
}
.calendar.calendar-primary .disabled {
  background: var(--bs-gray-200) !important;
  opacity: unset !important;
}
.calendar.calendar-primary .disabled .name {
  color: #aaa !important;
}
.calendar .bg-available {
  background: #BFFFBF;
}
.calendar .bg-unavailable {
  background: #FFBFBF;
  background: repeating-linear-gradient(-45deg, #FFBFBF, #FFBFBF 10px, #FF9F9F 10px, #FF9F9F 20px);
}
.calendar .bg-partially-available {
  background: #FFFCBF;
}
.calendar .month-name {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
}
.calendar .month-name a {
  color: var(--bs-gray-500);
  margin: 0 1rem;
}
.calendar .month-name a.disabled {
  color: var(--bs-gray-200);
  cursor: not-allowed;
}
.calendar .calendar-month {
  border: 1px solid var(--bs-gray-500);
  width: 100%;
}
.calendar .calendar-month .calendar-row {
  display: flex;
}
.calendar .calendar-month .calendar-row .day {
  text-align: center;
  flex: 1;
  border: 1px solid white;
  cursor: pointer;
}
.calendar .calendar-month .calendar-row .day.day-of-week {
  background: var(--bs-gray-200);
  font-size: 0.75rem;
  padding: 0.25rem 0;
  text-transform: uppercase;
  border-bottom: 1px solid var(--bs-gray-500);
}
.calendar .calendar-month .calendar-row .day .name {
  color: black;
  padding: 0 0.5rem;
  margin: 0 auto;
}
.calendar .calendar-month .calendar-row .day.gray {
  background: var(--bs-gray-200);
}
.calendar .calendar-month .calendar-row .day.disabled {
  cursor: not-allowed;
  background: var(--bs-gray-100);
  opacity: 0.2;
}
.calendar .calendar-month .calendar-row .day.active .name {
  background: var(--bs-primary);
  color: white;
}
.calendar .calendar-legend {
  margin: 0.5rem 0 0;
}
.calendar .calendar-legend .legend-color {
  width: 20px;
  height: 20px;
}
.calendar .calendar-legend .legend-name {
  margin: 0 0.25rem;
  font-size: 0.8rem;
}

.available-terms .term-row {
  margin: 0 -0.5rem;
}
.available-terms .term-row .term {
  color: black;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 0 0.5rem 1rem;
  width: 100px;
  line-height: 2;
  outline: 1px solid var(--bs-gray-500);
}
.available-terms .term-row .term.active {
  outline: 3px solid var(--bs-primary);
  color: var(--bs-primary);
}

.article-header {
  position: relative;
}
@media (min-width: 1200px) {
  .article-header {
    margin-top: 30px;
  }
}
.article-header .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.article-header .image-wrapper img {
  margin: 0;
}
.article-header .col-right {
  display: flex;
  align-items: center;
}
.article-header .col-right h1 {
  margin: 1rem 0 0.5rem;
}
@media (max-width: 1199px) {
  .article-header .dots-3 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .article-header .image-wrapper-bg {
    position: relative;
    overflow: visible;
    margin: 0 70px 120px 0;
  }
  .article-header .image-wrapper-bg::before {
    position: absolute;
    content: "";
    height: 180px;
    width: 90%;
    background: var(--bs-primary);
    bottom: -50px;
    left: 0;
    z-index: -1;
  }
  .article-header .image-wrapper-bg .image-wrapper {
    left: 50px;
    top: 0;
    bottom: 0;
    margin: 40px 0 0 0;
    width: 96%;
  }
}

.select-list-calendars {
  display: flex;
  margin: 1rem -1rem;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.select-list-calendars .item {
  margin: 0 1rem;
  color: black;
  width: 75px;
}
.select-list-calendars .item.active .icon {
  border: 3px solid var(--bs-primary);
  color: var(--bs-primary);
}
.select-list-calendars .item .icon {
  background: white;
  border: 1px solid var(--bs-gray-500);
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  height: 75px;
  width: 75px;
  justify-content: center;
  align-items: center;
}
.select-list-calendars .item .name {
  color: var(--bs-gray-600);
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.25rem 0 0;
  text-align: center;
}

.service-groups .service-group {
  background: var(--bs-primary-lightest);
  border: 1px solid var(--bs-primary);
  padding: 0 0.75rem;
  margin-bottom: 1rem;
}
.service-groups .service-group h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.services p {
  margin: 0;
}
.services .service-row {
  border-bottom: 1px solid var(--bs-primary);
  padding: 0.375rem 0;
}
.services .service-row:last-child {
  border-bottom: none;
}
.services .service-row .service-left, .services .service-row .service-right {
  width: 100%;
}
@media (min-width: 768px) {
  .services {
    padding: 1rem 0;
  }
  .services .service-row .service-left {
    width: calc(100% - 250px);
  }
  .services .service-row .service-right {
    width: 250px;
  }
}

:root {
  --bs-primary: #691C9A;
  --bs-primary-lightest: #ebd7f8;
  --bs-primary-rgb: 105, 28, 154;
  --bs-secondary: #6fb815;
  --bs-secondary-lighter: #78c618;
  --btn-primary-hover-bg: #7820b0;
  --header-size: 72px;
}

body {
  margin-top: var(--header-size);
}

a {
  text-decoration: none;
}

h1 {
  margin: 1.5rem 0 1rem;
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  margin: 1rem 0;
  font-size: 24px;
  font-weight: bold;
}

h3 {
  margin: 1rem 0 1em;
  font-size: 1.5rem;
  font-weight: bold;
}

input[readonly],
input[readonly]:focus {
  background: #e9ecef;
}

.form-floating > .form-control ~ label::after {
  background-color: transparent !important;
}

span.field-validation-error, span.custom-field-validation-error {
  font-size: 0.75rem;
  color: var(--bs-danger);
  vertical-align: text-top;
}

.img-fixed-ratio {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.img-fixed-ratio.img-fixed-ratio-4-3 {
  padding-bottom: 75%; /* 4:3 aspect ratio (3 / 4 * 100) */
}
.img-fixed-ratio img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.open-hours-list {
  padding: 0;
}
ul.open-hours-list li {
  padding-bottom: 0.375rem;
}
ul.open-hours-list li .right {
  margin-left: auto;
  font-weight: 600;
}

.text-gray-600 {
  color: var(--bs-gray-600);
}

.text-gray-700 {
  color: var(--bs-gray-700);
}

.cursor-pointer {
  cursor: pointer;
}

.bg-light {
  background: var(--bs-primary-lightest) !important;
}/*# sourceMappingURL=styles.css.map */