/*
 * Variables.
 */
/*
 * Namespace.
 */
/*
 * Breakpoints.
 */
#bookle-acute-connect {
  --base-font-size: 16px;
  --base-font-family: "Poppins", sans-serif;
  --font-weight-normal: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --color-brand-50: #e6e1e9;
  --color-brand-100: #dfd5e6;
  --color-brand-200: #cabad5;
  --color-brand-300: #b097c1;
  --color-brand-400: #9574ac;
  --color-brand-500: #7b5297;
  --color-brand-600: #602f82;
  --color-brand-700: #50276c;
  --color-brand-800: #401f57;
  --color-brand-900: #301841;
  --color-brand-950: #20102b;
  --color-white: #fff;
  --color-black: #000;
  --color-gray-100: #f5f5f5;
  --color-gray-200: #e5e5e5;
  --color-gray-300: #d4d4d4;
  --color-gray-400: #a3a3a3;
  --color-gray-500: #737373;
  --color-gray-600: #525252;
  --color-gray-700: #404040;
  --color-gray-800: #262626;
  --color-gray-900: #171717;
  --text-color: var(--color-black);
  --color-text-body: #13091A;
  --color-success-25: #E5F7EE;
  --color-success-50: #D5F7E6;
  --color-success-100: #B9F2D5;
  --color-success-200: #96ECC0;
  --color-success-300: #73E5AB;
  --color-success-400: #50DF96;
  --color-success-500: #2DD881;
  --color-success-550: #27CA77;
  --color-success-600: #26B46C;
  --color-success-650: #24A262;
  --color-success-700: #1E9056;
  --color-success-800: #176C41;
  --color-success-900: #0F482B;
  --color-success-950: #092B1A;
  --color-danger-50: #f7d4d7;
  --color-danger-100: #f1b7bd;
  --color-danger-200: #eb949c;
  --color-danger-300: #e4707b;
  --color-danger-400: #dd4c5a;
  --color-danger-500: #d62839;
  --color-danger-600: #b22130;
  --color-danger-700: #8f1b26;
  --color-danger-800: #6b141d;
  --color-danger-900: #470d13;
  --color-danger-950: #2b080b;
  --color-neutral-0: #fff;
  --color-neutral-50: #EEEEEE;
  --color-neutral-100: #E5E5E5;
  --color-neutral-200: #CCCCCC;
  --color-neutral-300: #B2B2B2;
  --color-neutral-350: #A9A9A9;
  --color-neutral-400: #999999;
  --color-neutral-450: #909090;
  --color-neutral-500: #7F7F7F;
  --color-neutral-600: #666666;
  --color-neutral-700: #4C4C4C;
  --color-neutral-800: #333333;
  --color-neutral-900: #191919;
  --color-neutral-1000: #000000;
  --form-border-radius: 8px;
  --form-background-color: transparent;
  --form-border-color: var(--color-text-body);
  --form-border-active-color: var(--color-gray-900);
  --form-padding-x: 1.25rem;
  --form-padding-y: 1rem;
  --card-background-color: var(--color-white);
  --card-border-color: transparent;
  --card-border-radius: 0.5rem;
  --card-shadow-color: var(--color-gray-900);
  --dropdown-background-color: var(--color-white);
  --dropdown-border-color: var(--color-gray-300);
  --dropdown-shadow-color: var(--color-gray-900);
  --modal-background-color: var(--color-gray-100);
  --modal-border-color: transparent;
  --modal-border-radius:0.5rem;
  --modal-shadow-color: var(--color-gray-900);
}

/*
 * Mixins.
 */
/*
 * Prevents triggering hover on touch devices.
 */
/*
 * Base styles.
 */
html #bookle-acute-connect #bookle-acute-connect-inner {
  font-size: var(--base-font-size);
  font-family: var(--base-font-family);
  color: var(--color-gray-900);
}
html #bookle-acute-connect #bookle-acute-connect-inner dialog {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner *,
html #bookle-acute-connect #bookle-acute-connect-inner *::before,
html #bookle-acute-connect #bookle-acute-connect-inner *::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  box-shadow: none;
  transition: none !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner *:focus-visible,
html #bookle-acute-connect #bookle-acute-connect-inner *::before:focus-visible,
html #bookle-acute-connect #bookle-acute-connect-inner *::after:focus-visible {
  box-shadow: none !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner h1,
html #bookle-acute-connect #bookle-acute-connect-inner h2,
html #bookle-acute-connect #bookle-acute-connect-inner h3,
html #bookle-acute-connect #bookle-acute-connect-inner h4,
html #bookle-acute-connect #bookle-acute-connect-inner h5,
html #bookle-acute-connect #bookle-acute-connect-inner h6 {
  font-size: inherit;
  font-weight: inherit;
}
html #bookle-acute-connect #bookle-acute-connect-inner a {
  color: inherit;
  text-decoration: inherit;
}
html #bookle-acute-connect #bookle-acute-connect-inner b,
html #bookle-acute-connect #bookle-acute-connect-inner strong {
  font-weight: var(--font-weight-bold);
}
html #bookle-acute-connect #bookle-acute-connect-inner button,
html #bookle-acute-connect #bookle-acute-connect-inner input,
html #bookle-acute-connect #bookle-acute-connect-inner optgroup,
html #bookle-acute-connect #bookle-acute-connect-inner select,
html #bookle-acute-connect #bookle-acute-connect-inner textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner button,
html #bookle-acute-connect #bookle-acute-connect-inner select {
  text-transform: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner button,
html #bookle-acute-connect #bookle-acute-connect-inner input:where([type=button]),
html #bookle-acute-connect #bookle-acute-connect-inner input:where([type=reset]),
html #bookle-acute-connect #bookle-acute-connect-inner input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner :-moz-focusring {
  outline: auto;
}
html #bookle-acute-connect #bookle-acute-connect-inner :-moz-ui-invalid {
  box-shadow: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner ::-webkit-inner-spin-button,
html #bookle-acute-connect #bookle-acute-connect-inner ::-webkit-outer-spin-button {
  height: auto;
}
html #bookle-acute-connect #bookle-acute-connect-inner [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
html #bookle-acute-connect #bookle-acute-connect-inner ::-webkit-search-decoration {
  -webkit-appearance: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html #bookle-acute-connect #bookle-acute-connect-inner blockquote,
html #bookle-acute-connect #bookle-acute-connect-inner dl,
html #bookle-acute-connect #bookle-acute-connect-inner dd,
html #bookle-acute-connect #bookle-acute-connect-inner h1,
html #bookle-acute-connect #bookle-acute-connect-inner h2,
html #bookle-acute-connect #bookle-acute-connect-inner h3,
html #bookle-acute-connect #bookle-acute-connect-inner h4,
html #bookle-acute-connect #bookle-acute-connect-inner h5,
html #bookle-acute-connect #bookle-acute-connect-inner h6,
html #bookle-acute-connect #bookle-acute-connect-inner hr,
html #bookle-acute-connect #bookle-acute-connect-inner figure,
html #bookle-acute-connect #bookle-acute-connect-inner p,
html #bookle-acute-connect #bookle-acute-connect-inner pre {
  margin: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner fieldset {
  margin: 0;
  padding: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner legend {
  padding: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner ol,
html #bookle-acute-connect #bookle-acute-connect-inner ul,
html #bookle-acute-connect #bookle-acute-connect-inner menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner dialog {
  padding: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner textarea {
  resize: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner input::-moz-placeholder, html #bookle-acute-connect #bookle-acute-connect-inner textarea::-moz-placeholder {
  opacity: 1;
  color: var(--color-gray-300);
}
html #bookle-acute-connect #bookle-acute-connect-inner input::placeholder,
html #bookle-acute-connect #bookle-acute-connect-inner textarea::placeholder {
  opacity: 1;
  color: var(--color-gray-300);
}
html #bookle-acute-connect #bookle-acute-connect-inner button,
html #bookle-acute-connect #bookle-acute-connect-inner [role=button] {
  cursor: pointer;
}
html #bookle-acute-connect #bookle-acute-connect-inner :disabled {
  cursor: default;
}
html #bookle-acute-connect #bookle-acute-connect-inner img,
html #bookle-acute-connect #bookle-acute-connect-inner svg,
html #bookle-acute-connect #bookle-acute-connect-inner video,
html #bookle-acute-connect #bookle-acute-connect-inner canvas,
html #bookle-acute-connect #bookle-acute-connect-inner audio,
html #bookle-acute-connect #bookle-acute-connect-inner iframe,
html #bookle-acute-connect #bookle-acute-connect-inner embed,
html #bookle-acute-connect #bookle-acute-connect-inner object {
  display: block;
  vertical-align: middle;
}
html #bookle-acute-connect #bookle-acute-connect-inner img,
html #bookle-acute-connect #bookle-acute-connect-inner video {
  max-width: 100%;
  height: auto;
}
html #bookle-acute-connect #bookle-acute-connect-inner [hidden] {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner button {
  background: transparent;
  text-align: left;
  letter-spacing: initial;
}
html #bookle-acute-connect #bookle-acute-connect-inner textarea {
  resize: none;
  height: auto;
}
html #bookle-acute-connect #bookle-acute-connect-inner * {
  -webkit-tap-highlight-color: transparent;
}
html #bookle-acute-connect #bookle-acute-connect-inner input,
html #bookle-acute-connect #bookle-acute-connect-inner select,
html #bookle-acute-connect #bookle-acute-connect-inner textarea,
html #bookle-acute-connect #bookle-acute-connect-inner button {
  outline: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner input:focus-visible,
html #bookle-acute-connect #bookle-acute-connect-inner select:focus-visible,
html #bookle-acute-connect #bookle-acute-connect-inner textarea:focus-visible,
html #bookle-acute-connect #bookle-acute-connect-inner button:focus-visible {
  outline: 0;
}

body:has(dialog[open]) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

html #bookle-acute-connect #bookle-acute-connect-inner .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html #bookle-acute-connect #bookle-acute-connect-inner {
  container-type: inline-size;
  container-name: bookle-acute-connect;
}
html #bookle-acute-connect #bookle-acute-connect-inner .hidden {
  display: none;
}
@media (min-width: 480px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .hidden-on-x-small {
    display: none;
  }
}
@media (min-width: 768px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .hidden-on-small {
    display: none;
  }
}
@media (min-width: 960px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .hidden-on-medium {
    display: none;
  }
}
@media (min-width: 1240px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .hidden-on-large {
    display: none;
  }
}
@media (min-width: 480px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .show-block-on-x-small {
    display: block;
  }
}
@media (min-width: 768px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .show-block-on-small {
    display: block;
  }
}
@media (min-width: 960px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .show-block-on-medium {
    display: block;
  }
}
@media (min-width: 1240px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .show-block-on-large {
    display: block;
  }
}

/*
 * Components.
 */
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-container {
  margin: 0 auto;
  padding: 24px;
  width: 100%;
  max-width: 976px;
  border-radius: 24px;
  background-color: var(--color-brand-900);
  color: var(--color-white);
}
@media (min-width: 768px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-container {
    padding: 48px;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-select-location {
  min-width: 20em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  font-size: 20px;
  font-weight: var(--font-weight-bold);
}
@media (min-width: 768px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-heading {
    flex-direction: row-reverse;
    justify-content: start;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-heading i {
  width: 2em;
  height: 2em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-group-buttons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
}
@media (min-width: 480px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-group-buttons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-group-buttons {
    display: flex;
    align-items: center;
    justify-content: stretch;
    margin-top: 40px;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-group-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 2px solid var(--color-white);
  border-radius: var(--form-border-radius);
  text-align: center;
  width: 100%;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-group-button.is-active {
  background-color: var(--color-success-500);
  border-color: var(--color-success-500);
  color: var(--color-success-950);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-dates-and-times {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 960px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-dates-and-times {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-top: 40px;
    gap: 40px;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (min-width: 960px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslots {
    grid-template-columns: repeat(6, 1fr);
  }
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslots.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslots.cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslots.cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslots.cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background-color: color-mix(in srgb, var(--color-white), transparent 80%);
  color: var(--text-color);
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 13px;
  font-weight: var(--font-weight-semibold);
}
@media (min-width: 768px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslot {
    padding: 6px 12px;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslot.is-available {
  background-color: var(--color-white);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslot.is-available:hover:not(.is-selected) {
  background-color: var(--color-success-50);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslot.is-selected {
  background-color: var(--color-success-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-timeslots-heading {
  grid-column: 1/-1;
  height: 30px;
  margin: 12px 0 22px;
  display: flex;
  align-items: center;
  font-weight: var(--font-weight-semibold);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-toggle-timetype-container {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-component-toggle-container {
  padding: 16px;
  font-family: Arial, sans-serif;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-component-toggle-switch {
  width: 60px;
  height: 30px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-component-toggle-switch-on {
  background-color: var(--color-success-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-component-toggle-switch-off {
  background-color: var(--color-neutral-0);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-component-toggle-ball {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  position: absolute;
  left: 6px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-component-toggle-ball-on {
  transform: translateX(28px);
  background-color: white;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-component-toggle-ball-off {
  transform: translateX(0);
  background-color: var(--color-neutral-350);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-toggle-state {
  margin-top: 16px;
  font-size: 14px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-datepicker-container-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.bookle-booking-new-appointment-status {
  width: 840px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.bookle-booking-new-appointment-status-heading {
  margin-bottom: 48px;
}
.bookle-booking-new-appointment-status-link {
  display: inline-block;
  margin-top: 64px;
  outline: none;
}
.bookle-booking-new-appointment-status-button {
  margin: 0 auto;
  padding: 12px 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--color-brand-600);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  border-radius: 999px;
}
.bookle-booking-new-appointment-status i.bookle-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  aspect-ratio: 1/1;
}

html #bookle-acute-connect #bookle-acute-connect-inner .bookle-cancel-booking-form {
  margin-top: 2.5em;
}

html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-container {
  position: relative;
  width: 100%;
  height: 3em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-container.bookle-captcha-is-solved .bookle-captcha-circle.draggable {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-container.bookle-captcha-is-solved .bookle-captcha-circle.target {
  z-index: 1;
  background-color: var(--color-brand-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-container.bookle-captcha-is-solved .bookle-captcha-circle.target i {
  display: block;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-line {
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 2px dashed var(--color-gray-400);
  transform: translateY(-50%);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-circle {
  position: absolute;
  border-radius: 50%;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-circle.draggable {
  top: 50%;
  width: 2em;
  height: 2em;
  background-color: var(--color-brand-500);
  cursor: pointer;
  transform: translateY(-50%);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-circle.draggable.bookle-captcha-failed {
  transition: left 300ms ease-in-out;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-circle.draggable.is-interacting-with-keyboard:focus, html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-circle.draggable.is-interacting-with-keyboard:focus-visible {
  transition: none;
  outline: 0.25em solid color-mix(in srgb, var(--color-brand-500) 30%, transparent);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-circle.target {
  top: 0;
  left: 75%;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  background-color: var(--color-gray-300);
  pointer-events: none;
  transform: translateX(-50%);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-captcha-circle.target i {
  display: none;
  width: 1.5em;
  height: 1.5em;
  color: var(--color-white);
}

html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@container bookle-acute-connect (min-width: 960px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem;
  border: 0.5px solid var(--card-border-color);
  border-radius: var(--card-border-radius);
  background-color: var(--card-background-color);
  box-shadow: 0.25rem 0.25rem 1rem 0 color-mix(in srgb, var(--card-shadow-color), transparent 90%);
  cursor: pointer;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card:focus-within {
  outline: 1px solid var(--color-brand-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card:hover {
  box-shadow: 0.25rem 0.25rem 1rem 0 color-mix(in srgb, var(--card-shadow-color), transparent 80%);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card .bookle-card-header {
  display: flex;
  gap: 1rem;
  align-items: center;
  align-self: stretch;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card .bookle-card-title {
  font-weight: var(--font-weight-bold);
  font-style: normal;
  font-size: 1.15em;
  line-height: 1.25;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card .bookle-card-employee-avatar,
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card .bookle-card-employee-avatar-placeholder {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  outline-offset: -0.5px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card .bookle-card-employee-avatar {
  outline: 1px solid color-mix(in srgb, var(--color-gray-900), transparent 90%);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card .bookle-card-employee-avatar-placeholder {
  outline: 1px dashed color-mix(in srgb, var(--color-gray-900), transparent 75%);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card .bookle-card-employee-name-and-titles {
  color: var(--color-gray-500);
  font-style: normal;
  line-height: 1.375;
  margin-top: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card .bookle-appointment-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.9375em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card .bookle-appointment-detail {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card .bookle-appointment-detail i {
  width: 1.25em;
  height: 1.25em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-card .bookle-appointment-detail strong {
  font-weight: var(--font-weight-semibold);
}

html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
  justify-content: stretch;
  width: 100%;
  padding-bottom: 1.5em;
}
@container bookle-acute-connect (min-width: 960px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-container {
    gap: 1em;
    display: flex;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  padding: 0 0.5em;
  border: 1px solid var(--color-brand-500);
  border-radius: var(--form-border-radius);
  color: var(--color-brand-500);
  font-weight: var(--font-weight-bold);
  font-size: 0.875em;
  cursor: pointer;
}
@container bookle-acute-connect (min-width: 960px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-button {
    padding: 0 1em;
    font-size: 1em;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-button.bookle-dropdown-is-active, html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-button:focus-visible {
  background: var(--color-brand-500);
  color: var(--color-white);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-icon.bookle-dropdown-button-icon {
  width: 1.75em;
  height: 1.75em;
  line-height: 1;
  transform: translateX(-0.35em);
}
@container bookle-acute-connect (max-width: 400px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-icon.bookle-dropdown-button-icon {
    width: 1.5em;
    height: 1.5em;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100dvw - 60px);
  border: 1px solid var(--dropdown-border-color);
  border-radius: var(--form-border-radius);
  background-color: var(--dropdown-background-color);
  box-shadow: 0 0.5em 1em color-mix(in srgb, var(--dropdown-shadow-color), transparent 90%);
  z-index: 1 !important;
  overflow: hidden;
}
@container bookle-acute-connect (min-width: 960px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-content {
    width: 100%;
    min-width: 15em;
  }
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-content:has(.air-datepicker) {
    min-width: 15em;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-items-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-items {
  width: 100%;
  max-height: 18.7em;
  overflow-y: auto;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-items::-webkit-scrollbar {
  width: 0.5em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-items::-webkit-scrollbar-thumb {
  border-radius: 0.5em;
  background-color: var(--color-gray-400);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-items.is-faded-out-at-bottom:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3em;
  background-image: linear-gradient(to top, var(--dropdown-background-color), color-mix(in srgb, var(--dropdown-background-color), transparent 100%));
  pointer-events: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-items.is-faded-out-at-top:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 3em;
  background-image: linear-gradient(to bottom, var(--dropdown-background-color), color-mix(in srgb, var(--dropdown-background-color), transparent 100%));
  pointer-events: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-items > *:not(:last-child) {
  border-bottom: 1px solid var(--dropdown-border-color);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-search-query-container {
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
  height: 3em;
  padding: 0.75em 1em;
  border-bottom: 1px solid var(--dropdown-border-color);
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-search-query-button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-search-query-button:focus-visible {
  outline: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-search-query-button:focus-visible i {
  color: var(--color-brand-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-search-query-button i {
  width: 1.5em;
  height: 1.5em;
  color: var(--color-gray-400);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-search-query {
  flex-grow: 1;
  background: transparent;
  font-weight: var(--font-weight-semibold);
  font-size: 0.875em;
  min-width: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-search-query::-moz-placeholder {
  color: var(--color-gray-400);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-search-query::placeholder {
  color: var(--color-gray-400);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-search-query:focus {
  outline: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-search-query:focus-visible {
  outline: 0;
  box-shadow: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-item {
  width: 100%;
  min-height: 3em;
  padding: 0.5em 1em;
  background-color: transparent;
  color: var(--color-brand-500);
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-item:hover, html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-item:focus-visible, html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-item.bookle-dropdown-is-active {
  color: var(--text-color);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-item:focus-visible {
  background-color: var(--color-gray-100);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-dropdown-item[disabled] span {
  color: var(--color-gray-400);
}

html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filters-container {
  margin-bottom: 2rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tags-container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tags-container .bookle-filter-tags-container {
  margin-bottom: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tag {
  display: inline-flex;
  gap: 0.5rem;
  align-items: baseline;
  padding: 0.5rem 1rem;
  border-radius: var(--form-border-radius);
  background-color: var(--color-brand-100);
  font-size: 0.75em;
  line-height: 1.5;
  color: var(--color-brand-700);
  cursor: pointer;
}
@media (min-width: 960px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tag {
    font-size: 0.875em;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tag:focus-visible, html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tag:hover {
  background-color: var(--color-brand-200);
  color: var(--color-brand-800);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tag.bookle-filter-reset {
  background-color: var(--color-brand-300);
  color: var(--color-brand-900);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tag.bookle-filter-reset:focus-visible, html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tag.bookle-filter-reset:hover {
  background-color: var(--color-brand-400);
  color: var(--color-white);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tag.bookle-filter-disabled {
  background-color: var(--color-gray-300);
  color: var(--color-gray-500);
  cursor: default;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tag i {
  width: 1.125em;
  height: 1.125em;
  align-self: center;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-filter-tag strong {
  font-weight: var(--font-weight-bold);
}

html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-fieldset {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-fields-container {
  display: grid;
  gap: 1.5em;
  max-width: 100%;
}
@container bookle-acute-connect-modal (min-width: 30rem) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-fields-container--has-2-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field-label {
  display: inline-block;
  font-size: 0.7875rem;
  font-weight: var(--font-weight-normal);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field-container .bookle-form-field-label {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(var(--form-padding-x) - 0.5em);
  padding: 0 0.5em;
  background: var(--modal-background-color);
  transform: translateY(-0.75em);
  z-index: 2;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field-label.bookle-form-field-is-required::after,
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field-container:has([required]) .bookle-form-field-label::after {
  content: "*";
  color: var(--color-danger-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field,
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field {
  padding: var(--form-padding-y) var(--form-padding-x);
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background-color: var(--form-background-color);
  line-height: 1.5;
  color: var(--color-gray-900);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field:focus-visible, html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field:focus-within,
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field:focus-visible,
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field:focus-within {
  border: 1px solid var(--color-gray-500);
  outline: 0;
  box-shadow: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field.bookle-form-field-has-maxlength .maxlength,
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field.bookle-form-field-has-maxlength .maxlength {
  margin-top: 0.5em;
  color: var(--color-gray-500);
  font-size: 0.75em;
  text-align: right;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field.bookle-form-field-has-maxlength .maxlength.maxlength-reached,
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field.bookle-form-field-has-maxlength .maxlength.maxlength-reached {
  color: var(--color-danger-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field.bookle-form-field-has-maxlength input,
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field.bookle-form-field-has-maxlength textarea,
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field.bookle-form-field-has-maxlength input,
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field.bookle-form-field-has-maxlength textarea {
  width: 100%;
  border: 0;
  background-color: transparent;
  outline: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-field-container:has([aria-invalid=true]) .bookle-form-field {
  border-color: var(--color-danger-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-help {
  margin-top: 0.5em;
  color: var(--color-gray-500);
  font-size: 0.875em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-help a {
  text-decoration: underline;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-help a:hover {
  color: var(--color-brand-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-help-end-of-form {
  margin-top: 1.5em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .error-msg {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-inline-error-message {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 2em 0;
  background: var(--color-danger-500);
  color: var(--color-white);
  padding: 1em 1.5em;
  border-radius: 0.5em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-inline-error-message i {
  width: 1.25em;
  height: 1.25em;
}
html #bookle-acute-connect #bookle-acute-connect-inner textarea {
  resize: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner textarea::-webkit-scrollbar {
  width: 0.5em;
}
html #bookle-acute-connect #bookle-acute-connect-inner textarea::-webkit-scrollbar-thumb {
  border-radius: 0.5em;
  background-color: var(--color-gray-400);
}
html #bookle-acute-connect #bookle-acute-connect-inner textarea:focus-visible {
  outline: 0;
  box-shadow: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-button {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 0.75em;
  justify-content: center;
  align-items: center;
  height: 3.5em;
  padding: 1em;
  border-radius: var(--form-border-radius);
  background: var(--color-brand-500);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  font-size: 1.125em;
  line-height: 1;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-button:hover, html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-button:focus-visible {
    background-color: color-mix(in srgb, var(--color-brand-500), var(--color-brand-900) 50%);
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-button:has(i) {
  padding-left: 2.5em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-button[disabled] {
  background: var(--color-gray-300);
  color: var(--color-gray-500);
  cursor: not-allowed;
  pointer-events: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-button.wide {
  width: 100%;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-form-button i {
  flex-shrink: 0;
  width: 1.75em;
  height: 1.75em;
}
html #bookle-acute-connect #bookle-acute-connect-inner input:-webkit-autofill,
html #bookle-acute-connect #bookle-acute-connect-inner textarea:-webkit-autofill,
html #bookle-acute-connect #bookle-acute-connect-inner select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--modal-background-color) inset !important;
  -webkit-text-fill-color: var(--color-gray-900) !important;
}

html #bookle-acute-connect #bookle-acute-connect-inner .bookle-icon {
  display: inline-block;
  aspect-ratio: 1/1;
}

html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal {
  font-size: inherit;
  flex-direction: column;
  width: 38.625rem;
  max-height: calc(100dvh - 2rem);
  max-width: calc(100dvw - 2rem);
  padding: 2rem;
  border-radius: var(--modal-border-radius);
  background-color: var(--modal-background-color);
  box-shadow: 1rem 1rem 1.5rem 0 color-mix(in srgb, var(--modal-shadow-color), transparent 90%);
  color: var(--text-color);
  container-type: inline-size;
  container-name: bookle-acute-connect-modal;
  outline: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal[open] {
  display: flex;
}
@media (prefers-reduced-motion: no-preference) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal.has-errors {
    animation: shake 500ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  /**
   * This is a Safari-specific hack, as it does not currently (as of 2024-09-06)
   * support setting `dialog::backdrop` as a custom property, nor does it support
   * `color-mix` with percentage parameters.
   *
   * @todo Check periodically whether this is still working.
   */
}
@supports (color: color-mix(in srgb, white 50%, black)) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal::backdrop {
    background-color: color-mix(in srgb, var(--modal-shadow-color), transparent 30%);
  }
}
@supports (-webkit-hyphens: none) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal::backdrop {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal::-webkit-scrollbar {
  width: 0.5rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: var(--color-gray-300);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal-section {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal-title {
  margin-bottom: 2rem;
  font-weight: var(--font-weight-bold);
  font-size: 1.5em;
  line-height: 1.5;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal-subtitle {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-modal-footer {
  margin-top: auto;
  padding-top: 2.5rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-information {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-left: 0.5rem;
  padding-left: 1rem;
  border-left: 0.375rem solid var(--color-success-500);
}
@media (min-width: 960px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-information {
    font-size: 1.125em;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-information-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-weight: var(--font-weight-bold);
}
@media (min-width: 768px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-information-item {
    flex-direction: row;
    gap: 0.5rem;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-information-item-title {
  font-weight: var(--font-weight-normal);
}
html #bookle-acute-connect #bookle-acute-connect-inner .modal-close-button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  margin: 0;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--color-success-500);
  color: var(--color-neutral-0);
  cursor: pointer;
}
html #bookle-acute-connect #bookle-acute-connect-inner .modal-close-button i {
  width: 100%;
  height: 100%;
}
html #bookle-acute-connect #bookle-acute-connect-inner .modal-close-button:hover {
  background-color: var(--color-success-600);
}
html #bookle-acute-connect #bookle-acute-connect-inner .modal-close-button:focus-visible {
  color: var(--color-white);
  background-color: var(--color-brand-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .modal-back-button-wrapper {
  display: flex;
}
@media (min-width: 960px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .modal-back-button-wrapper {
    justify-content: flex-end;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .modal-back-button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem;
  color: var(--color-danger-500);
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
html #bookle-acute-connect #bookle-acute-connect-inner .modal-back-button:hover, html #bookle-acute-connect #bookle-acute-connect-inner .modal-back-button:focus {
  color: color-mix(in srgb, var(--color-danger-500), black 20%);
}
html #bookle-acute-connect #bookle-acute-connect-inner .modal-back-button i {
  width: 1.5rem;
  height: 1.5rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-step {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  border-radius: var(--modal-border-radius);
  background-color: var(--color-white);
  box-shadow: 0 0.5rem 1rem color-mix(in srgb, var(--modal-shadow-color), transparent 90%);
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-step.has-error {
  color: var(--color-danger-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-step.has-error .booking-step-indicator-progress-icon {
  fill: var(--color-danger-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-step-title {
  font-weight: var(--font-weight-bold);
  font-size: 1.125em;
  white-space: nowrap;
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-step-indicator {
  display: flex;
  gap: 1rem;
  align-items: center;
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-step-indicator-progress-text {
  display: none;
}
@media (min-width: 768px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .booking-step-indicator-progress-text {
    display: inline;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-step-indicator-icon {
  width: 2.5rem;
  height: 2.5rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-step-indicator-icon-progress-bg {
  fill: var(--color-gray-300);
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-step-indicator-icon-progress-line {
  fill: var(--color-gray-900);
}
html #bookle-acute-connect #bookle-acute-connect-inner .modal-form {
  margin-top: 1.5rem;
  max-width: 100%;
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-summary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  margin-left: 1.5rem;
  color: var(--color-gray-600);
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-summary-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100%;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .booking-summary-item {
    flex-direction: row;
    gap: 0.5rem;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-summary-item-title {
  font-weight: var(--font-weight-bold);
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-bookle-captcha-container {
  margin-bottom: 2rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .booking-bookle-captcha-container .form-help {
  margin-top: 0;
  margin-bottom: 1rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .appointment-instructions {
  margin-top: 2rem;
  color: var(--color-gray-500);
  font-size: 0.875em;
  line-height: 1.5;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-result-icon {
  width: 7em;
  height: 7em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-result-icon.is-success {
  color: var(--color-success-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-result-icon.is-error {
  color: var(--color-danger-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-result-title {
  margin-top: 1.5rem;
  font-weight: var(--font-weight-bold);
  font-size: 2em;
  line-height: 1;
  text-align: center;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-result-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.125em;
  line-height: 1.5;
  text-align: center;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(3px, 0, 0);
  }
}

html #bookle-acute-connect #bookle-acute-connect-inner .bookle-pagination-container {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  align-items: flex-start;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  font-size: 0.875em;
}
@media (min-width: 1240px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-pagination-container {
    flex-direction: row;
    align-items: center;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-pagination-buttons-container {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-pagination-button {
  display: flex;
  align-items: center;
  height: 2.5em;
  padding: 0.5em 1em;
  border-radius: var(--form-border-radius);
  background-color: var(--color-brand-500);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  html #bookle-acute-connect #bookle-acute-connect-inner .bookle-pagination-button:hover, html #bookle-acute-connect #bookle-acute-connect-inner .bookle-pagination-button:focus-visible {
    background-color: color-mix(in srgb, var(--color-brand-500), var(--color-brand-900) 50%);
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-pagination-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-pagination-information strong {
  font-weight: var(--font-weight-bold);
}

html #bookle-acute-connect #bookle-acute-connect-inner .bookle-heading {
  margin-bottom: 2rem;
  font-weight: var(--font-weight-bold);
  font-size: 1.5em;
  line-height: 1;
  white-space: nowrap;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-appointments-not-found-message {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

html #bookle-acute-connect #bookle-acute-connect-inner .bookle-loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
  min-height: 4em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-infinity-spinner {
  width: 4em;
  height: 2em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-infinity-spinner .bookle-spinner-path {
  animation: infinity-spin 2s linear infinite;
  stroke: var(--color-brand-500);
}
@keyframes infinity-spin {
  0% {
    stroke-dashoffset: 685;
  }
  100% {
    stroke-dashoffset: -685;
  }
}

/*
 * Plugins.
 */
/* stylelint-disable */
/*! purgecss start ignore */
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-year-.-other-decade-, html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-year-.-other-decade-:hover, html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, html #bookle-acute-connect #bookle-acute-connect-inner .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-selected-.air-datepicker-cell.-year-.-other-decade-, html #bookle-acute-connect #bookle-acute-connect-inner .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, html #bookle-acute-connect #bookle-acute-connect-inner .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-in-range-.air-datepicker-cell.-year-.-other-decade-, html #bookle-acute-connect #bookle-acute-connect-inner .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, html #bookle-acute-connect #bookle-acute-connect-inner .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-year-.-other-decade-:empty, html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-body.-hidden- {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-body--cells {
  display: grid;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}
html #bookle-acute-connect #bookle-acute-connect-inner .-only-timepicker- .air-datepicker-nav {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--title, html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-only-timepicker- .air-datepicker-time {
  border-top: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--current-hours, html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--current-hours:after, html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--current-hours.-focus-:after, html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]:focus {
  outline: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker:not(.-custom-position-) {
  opacity: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-active-.-custom-position- {
  transition: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker.-custom-position- {
  transition: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}
html #bookle-acute-connect #bookle-acute-connect-inner .-top-left- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-top-center- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-top-right- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-top-left- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner .-top-center- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner .-top-right- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-right-top- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-right-center- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-right-bottom- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-right-top- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner .-right-center- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner .-right-bottom- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-bottom-left- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-bottom-center- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-bottom-right- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-bottom-left- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner .-bottom-center- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner .-bottom-right- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-left-top- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-left-center- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-left-bottom- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-left-top- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner .-left-center- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner .-left-bottom- .air-datepicker--pointer:after, html #bookle-acute-connect #bookle-acute-connect-inner [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-top-left- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-top-right- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-top-center- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-left-top- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-left-bottom- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}
html #bookle-acute-connect #bookle-acute-connect-inner .-left-center- .air-datepicker--pointer, html #bookle-acute-connect #bookle-acute-connect-inner .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker--navigation {
  grid-area: nav;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}
html #bookle-acute-connect #bookle-acute-connect-inner .-only-timepicker- .air-datepicker--content {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker--time {
  grid-area: timepicker;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker--buttons {
  grid-area: buttons;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker--buttons, html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker {
  --adp-font-family: inherit;
  --adp-font-size: 0.875em;
  --adp-color: var(--text-color);
  --adp-nav-color-secondary: var(--text-color);
  --adp-nav-arrow-color: var(--color-success-600);
  --adp-day-name-color: var(--text-color);
  --adp-color-current-date: var(--color-brand-600);
  --adp-background-color-hover: transparent;
  --adp-cell-background-color-selected: transparent;
  --adp-color-disabled: var(--color-gray-400);
  --adp-color-other-month: transparent;
  --adp-padding: 0.5rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker {
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: var(--form-border-radius);
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  min-height: 325px;
}
@media (min-width: 480px) {
  html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker {
    max-width: 300px;
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-nav {
  padding: 1rem 0.75rem;
  border-bottom-color: var(--dropdown-border-color);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-nav--title {
  font-weight: 700;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-nav--action {
  transform: scale(1.5);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-nav--action svg > path {
  stroke-width: 1px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-cell.-selected-,
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-cell.-selected-.-current-,
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-cell.-selected-.-focus- {
  border: 1px solid var(--color-brand-600);
  color: var(--color-brand-600);
  background: transparent;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-body--day-name {
  font-size: 0.875em;
  font-weight: 600;
  text-transform: lowercase;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-body--cells {
  gap: 0.25rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-cell {
  font-weight: 500;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-cell:hover {
  background-color: var(--color-success-50);
  color: var(--color-success-600);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .-current- {
  color: var(--color-success-600);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-cell.-day-.-disabled-, html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-cell.-day-.-past-day- {
  pointer-events: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-cell.-day-.-selected- {
  background-color: var(--color-success-500);
  border-color: var(--color-success-500);
  color: var(--text-color);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-cell.-day-.-past-day- {
  color: var(--adp-color-disabled);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-cell.-day-.-other-month- {
  color: rgba(0, 0, 0, 0.1);
}
html #bookle-acute-connect #bookle-acute-connect-inner .air-datepicker .air-datepicker-cell.-day-.-other-month-.-selected- {
  color: var(--text-color);
}

/*! purgecss end ignore */
/* stylelint-enable */
/*! purgecss start ignore */
html #bookle-acute-connect #bookle-acute-connect-inner {
  /**
   * tom-select.css (v//@@version)
   * Copyright (c) contributors
   *
   * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
   * file except in compliance with the License. You may obtain a copy of the License at:
   * http://www.apache.org/licenses/LICENSE-2.0
   *
   * Unless required by applicable law or agreed to in writing, software distributed under
   * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
   * ANY KIND, either express or implied. See the License for the specific language
   * governing permissions and limitations under the License.
   *
   */
  /* stylelint-disable function-name-case */
  --ts-pr-min: 4em;
  --ts-pr-clear-button: 2em;
  --ts-pr-caret: 2em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control {
  border: 1px solid var(--form-border-color);
  padding: calc(var(--form-padding-y) + 0.2em) var(--form-padding-x);
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: var(--form-border-radius);
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items html #bookle-acute-connect #bookle-acute-connect-inner .ts-control {
  padding: calc(calc(var(--form-padding-y) + 0.2em) - 2px - 0) var(--form-padding-x) calc(calc(var(--form-padding-y) + 0.2em) - 2px - 3px - 0);
}
.full html #bookle-acute-connect #bookle-acute-connect-inner .ts-control {
  background-color: transparent;
}
.disabled html #bookle-acute-connect #bookle-acute-connect-inner .ts-control, .disabled html #bookle-acute-connect #bookle-acute-connect-inner .ts-control * {
  cursor: default !important;
}
.focus html #bookle-acute-connect #bookle-acute-connect-inner .ts-control {
  box-shadow: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi html #bookle-acute-connect #bookle-acute-connect-inner .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 0.5em;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.ts-wrapper.multi html #bookle-acute-connect #bookle-acute-connect-inner .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.ts-wrapper.multi.disabled html #bookle-acute-connect #bookle-acute-connect-inner .ts-control > div, .ts-wrapper.multi.disabled html #bookle-acute-connect #bookle-acute-connect-inner .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control > input::-ms-clear {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control > input:focus {
  outline: none !important;
}
.has-items html #bookle-acute-connect #bookle-acute-connect-inner .ts-control > input {
  margin: 0 4px !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control.rtl {
  text-align: right;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled html #bookle-acute-connect #bookle-acute-connect-inner .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden html #bookle-acute-connect #bookle-acute-connect-inner .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid var(--form-border-color);
  background: var(--color-white);
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 var(--form-border-radius) var(--form-border-radius);
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .option,
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .optgroup-header,
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .no-results,
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .create {
  padding: 1em var(--form-padding-x);
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .option, html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown [data-disabled], html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .optgroup-header {
  color: #303030;
  background: var(--color-white);
  cursor: default;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .active {
  background-color: var(--color-white);
  color: var(--color-brand-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .active.create {
  color: var(--color-brand-500);
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 1em var(--form-padding-x);
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid var(--form-border-color);
  border-color: var(--form-border-color) transparent var(--form-border-color) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner .plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(var(--form-padding-x) - 0.5em);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
html #bookle-acute-connect #bookle-acute-connect-inner .plugin-clear_button.form-select .clear-button, html #bookle-acute-connect #bookle-acute-connect-inner .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), var(--form-padding-x));
}
html #bookle-acute-connect #bookle-acute-connect-inner .plugin-clear_button.focus.has-items .clear-button, html #bookle-acute-connect #bookle-acute-connect-inner .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper .dropdown-header {
  position: relative;
  padding: 2em var(--form-padding-x);
  border-bottom: 1px solid var(--form-border-color);
  background: color-mix(var(--color-white), var(--form-border-color), 85%);
  border-radius: var(--form-border-radius) var(--form-border-radius) 0 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper .dropdown-header-close {
  position: absolute;
  right: var(--form-padding-x);
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper .dropdown-header-close:hover {
  color: black;
}
html #bookle-acute-connect #bookle-acute-connect-inner .plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid var(--form-border-color);
}
html #bookle-acute-connect #bookle-acute-connect-inner .plugin-dropdown_input .dropdown-input {
  border: 1px solid var(--form-border-color);
  border-width: 0 0 1px;
  display: block;
  padding: calc(var(--form-padding-y) + 0.2em) var(--form-padding-x);
  box-shadow: none;
  width: 100%;
  background: transparent;
}
html #bookle-acute-connect #bookle-acute-connect-inner .plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
html #bookle-acute-connect #bookle-acute-connect-inner .plugin-dropdown_input.has-items .items-placeholder, html #bookle-acute-connect #bookle-acute-connect-inner .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 0.5em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 0.5em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}
html #bookle-acute-connect #bookle-acute-connect-inner :root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: .75rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.single .ts-control, html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.single .ts-control input {
  cursor: pointer;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper {
  position: relative;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown,
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control,
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 1em;
  line-height: 18px;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control,
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.single.input-active .ts-control {
  background: transparent;
  cursor: text;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.single.input-active .ts-control,
html #bookle-acute-connect #bookle-acute-connect-inner .ts-control {
  background-color: var(--color-white);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzJGMkYyRiIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMTMuNjYsMTAxLjY2bC04MCw4MGE4LDgsMCwwLDEtMTEuMzIsMGwtODAtODBBOCw4LDAsMCwxLDUzLjY2LDkwLjM0TDEyOCwxNjQuNjlsNzQuMzQtNzQuMzVhOCw4LDAsMCwxLDExLjMyLDExLjMyWiI+PC9wYXRoPjwvc3ZnPg==");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1.5em;
  border: 1px solid var(--form-border-color);
  font-weight: 600;
  cursor: pointer;
  padding-right: 6rem;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-wrapper.single.dropdown-active .ts-control,
html #bookle-acute-connect #bookle-acute-connect-inner .dropdown-active .ts-control {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzJmMmYyZiIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMTMuNjYsMTY1LjY2YTgsOCwwLDAsMS0xMS4zMiwwTDEyOCw5MS4zMSw1My42NiwxNjUuNjZhOCw4LDAsMCwxLTExLjMyLTExLjMybDgwLTgwYTgsOCwwLDAsMSwxMS4zMiwwbDgwLDgwQTgsOCwwLDAsMSwyMTMuNjYsMTY1LjY2WiI+PC9wYXRoPjwvc3ZnPg==");
  border-color: var(--form-border-active-color);
  outline: 0;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown {
  margin-top: 0.5em;
  border-top: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  box-shadow: 0.25rem 0.25rem 1rem 0 color-mix(in srgb, var(--card-shadow-color), transparent 90%);
  font-weight: 600;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown .active {
  background-color: transparent;
}
html #bookle-acute-connect #bookle-acute-connect-inner .ts-dropdown-content .option:not(:first-child) {
  border-top: 1px solid var(--form-border-color);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-dropdown-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  font-weight: var(--font-weight-normal);
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-dropdown-option i {
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
}
html #bookle-acute-connect #bookle-acute-connect-inner .bookle-booking-dropdown-option .description {
  color: var(--color-gray-500);
}

/*! purgecss end ignore */
