@keyframes background-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#wvcb__primary-call-to-action,
#wvcb__secondary-call-to-action, #wvcb__clear-button,
#wvcb__close-button,
#wvcb__maximize-button,
#wvcb__minimize-button, .rdp-day_button {
  border: none;
  background: none transparent;
  cursor: pointer;
}

#wvcb__input-field {
  border: none;
  border-radius: 0;
  background: none transparent;
  cursor: pointer;
}

#wvcb__history, .wvcb-multi-step-indicator, .wvcb-contact__links {
  list-style: none;
}
#wvcb__history, .wvcb-multi-step-indicator, .wvcb-contact__links, #wvcb__history li, .wvcb-multi-step-indicator li, .wvcb-contact__links li {
  padding: 0;
  margin: 0;
}

html:has(.wvcb--is-open) {
  overflow: hidden !important;
}

.wvcb {
  --window--background: var(--white--02);
  --input-field--border-color: var(--decent-color);
  --input-field--color: var(--primary-color--dark);
  --input-field--background-color: var(--white);
  --input-field--placeholder-color: var(--decent-color);
  --primary-button--outline: 8px solid rgba(28, 160, 221, 0.21);
  --primary-button--background: var(--gradient-4);
  --primary-button--image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='24' viewBox='0 0 15 24' fill='none'%3E%3Cpath d='M8.08447 6.80051C8.08447 3.04469 11.1292 0 14.885 0V0C14.9443 0 14.9924 0.0480742 14.9924 0.107377V16.2646C14.9924 20.0204 11.9477 23.0651 8.19185 23.0651V23.0651C8.13255 23.0651 8.08447 23.017 8.08447 22.9577V6.80051Z' fill='white'/%3E%3Cpath d='M0 14.9158C0 11.1322 3.06731 8.06494 6.85097 8.06494C6.89079 8.06494 6.92308 8.09723 6.92308 8.13706V12.988C6.92308 14.0925 6.02765 14.988 4.92308 14.988H0.0721152C0.0322873 14.988 0 14.9557 0 14.9158Z' fill='white'/%3E%3Cpath d='M6.79046 23.0787C3.05421 23.0787 0.0253905 20.0499 0.0253903 16.3137L0.0253903 16.2126C0.0253903 16.1527 0.0739286 16.1041 0.133804 16.1041L4.89728 16.1041C6.00185 16.1041 6.89728 16.9996 6.89728 18.1041L6.89728 22.9719C6.89728 23.0309 6.84945 23.0787 6.79046 23.0787Z' fill='white'/%3E%3C/svg%3E");
  --primary-cta--border-color: var(--secondary-color);
  --primary-cta--color: var(--white);
  --primary-cta--background-color: var(--secondary-color);
  --primary-cta--border-color--hover: var(--secondary-color);
  --primary-cta--color--hover: var(--white);
  --primary-cta--background-color--hover: var(--secondary-color);
  --secondary-cta--border-color: var(--white);
  --secondary-cta--color: var(--primary-color--dark);
  --secondary-cta--background-color: var(--white);
  --secondary-cta--border-color--hover: var(--white);
  --secondary-cta--color--hover: var(--primary-color--dark);
  --secondary-cta--background-color--hover: var(--white);
  --user-avatar--color: var(--primary-color--dark);
  --user-avatar--background: var(--white--90);
  --user-avatar--image: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.26452 7.26985C4.2645 7.26985 2.62959 5.63494 2.62959 3.63493C2.62959 1.63491 4.2645 0 6.26452 0C8.26453 0 9.89941 1.63491 9.89941 3.63493C9.89941 5.63494 8.2645 7.26985 6.26452 7.26985Z" fill="%231CA0DD"/><path d="M0.0263376 10.1746C0.121585 9.93654 0.24855 9.71432 0.391407 9.50797C1.12158 8.42859 2.24853 7.71431 3.51838 7.5397C3.67709 7.52384 3.8517 7.55556 3.97869 7.65081C4.64537 8.14288 5.439 8.39684 6.26442 8.39684C7.08984 8.39684 7.88347 8.14288 8.55014 7.65081C8.67714 7.55556 8.85175 7.50796 9.01046 7.5397C10.2803 7.71431 11.4232 8.42859 12.1374 9.50797C12.2803 9.71432 12.4073 9.95243 12.5025 10.1746C12.5501 10.2699 12.5342 10.381 12.4866 10.4762C12.3596 10.6985 12.2009 10.9207 12.0581 11.1112C11.8359 11.4128 11.5978 11.6826 11.3279 11.9365C11.1057 12.1588 10.8517 12.3651 10.5977 12.5715C9.34378 13.508 7.83583 14 6.28028 14C4.72472 14 3.21678 13.508 1.96282 12.5715C1.70886 12.381 1.4549 12.1588 1.23265 11.9365C0.97869 11.6826 0.724727 11.4127 0.502483 11.1112C0.343768 10.9048 0.200882 10.6985 0.0739155 10.4762C-0.00541115 10.381 -0.0212708 10.2699 0.0263376 10.1746Z" fill="%231CA0DD"/></svg>');
  --user-message--color: var(--primary-color--dark);
  --user-message--background: var(--white--90);
  --user-name--color: var(--secondary-color);
  --bot-avatar--color: var(--white);
  --bot-avatar--background: var(--gradient-4);
  --bot-avatar--image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='24' viewBox='0 0 15 24' fill='none'%3E%3Cpath d='M8.08447 6.80051C8.08447 3.04469 11.1292 0 14.885 0V0C14.9443 0 14.9924 0.0480742 14.9924 0.107377V16.2646C14.9924 20.0204 11.9477 23.0651 8.19185 23.0651V23.0651C8.13255 23.0651 8.08447 23.017 8.08447 22.9577V6.80051Z' fill='white'/%3E%3Cpath d='M0 14.9158C0 11.1322 3.06731 8.06494 6.85097 8.06494C6.89079 8.06494 6.92308 8.09723 6.92308 8.13706V12.988C6.92308 14.0925 6.02765 14.988 4.92308 14.988H0.0721152C0.0322873 14.988 0 14.9557 0 14.9158Z' fill='white'/%3E%3Cpath d='M6.79046 23.0787C3.05421 23.0787 0.0253905 20.0499 0.0253903 16.3137L0.0253903 16.2126C0.0253903 16.1527 0.0739286 16.1041 0.133804 16.1041L4.89728 16.1041C6.00185 16.1041 6.89728 16.9996 6.89728 18.1041L6.89728 22.9719C6.89728 23.0309 6.84945 23.0787 6.79046 23.0787Z' fill='white'/%3E%3C/svg%3E");
  --bot-message--color: var(--white);
  --bot-message--background: var(--gradient-4);
  --bot-name--color: var(--white);
  --loading-indicator--image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-loader-icon lucide-loader"><path d="M12 2v4"/><path d="m16.2 7.8 2.9-2.9"/><path d="M18 12h4"/><path d="m16.2 16.2 2.9 2.9"/><path d="M12 18v4"/><path d="m4.9 19.1 2.9-2.9"/><path d="M2 12h4"/><path d="m4.9 4.9 2.9 2.9"/></svg>');
}

#wvcb {
  height: 96px;
  position: fixed;
  z-index: 9980;
}

#wvcb__overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  cursor: not-allowed;
}
#wvcb.wvcb--is-open #wvcb__overlay {
  display: block;
}

#wvcb__input-field {
  width: 100%;
  height: 100%;
  padding: 0px 46px 0px 20px;
  border: 1px solid;
  outline: none !important;
  border-color: var(--input-field--border-color);
  color: var(--input-field--color);
  background: var(--input-field--background-color);
}
#wvcb__input-field::placeholder {
  color: var(--input-field--placeholder-color);
}

#wvcb__submit {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: none !important;
  outline: none !important;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  opacity: 0;
}
@media not (prefers-reduced-motion) {
  html:not(.a11y-reduce-motion) #wvcb__submit {
    transition: opacity 0.5 ease 0s;
  }
}
#wvcb__submit {
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%2300A0E3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-send-icon lucide-send"><path d="M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"/><path d="m21.854 2.147-10.94 10.939"/></svg>');
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#wvcb__submit:disabled {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23D4D4D8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-send-icon lucide-send"><path d="M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"/><path d="m21.854 2.147-10.94 10.939"/></svg>');
}
#wvcb.wvcb--is-open #wvcb__submit {
  opacity: 1;
}
@media not (prefers-reduced-motion) {
  html:not(.a11y-reduce-motion) #wvcb.wvcb--is-open #wvcb__submit {
    transition: opacity 0.5 ease 1s;
  }
}

#wvcb__shortcuts {
  width: 100%;
  max-width: var(--max-width--narrow);
  height: 62px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 20;
  transform: translateX(-50%);
}

#wvcb__background {
  width: 100%;
  height: 62px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
#wvcb__background::after {
  content: "";
  display: block;
  position: absolute;
  height: 175%;
  border-radius: inherit;
  top: 0%;
  right: 0;
  left: 0;
  mask: radial-gradient(circle 42px at 50% 0%, transparent 99%, #000 100%);
  background: var(--card--transparent--background);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
@media (prefers-reduced-transparency: reduce) {
  #wvcb__background::after {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
html.a11y-reduce-transparency #wvcb__background::after {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
@media not (prefers-reduced-motion) {
  html:not(.a11y-reduce-motion) #wvcb__background::after {
    transition: all 1s;
  }
}
#wvcb.wvcb--is-open #wvcb__background::after {
  top: -75%;
}

#wvcb__left-column,
#wvcb__right-column,
#wvcb__primary-button {
  transform-origin: 50% 50%;
}
@media not (prefers-reduced-motion) {
  html:not(.a11y-reduce-motion) #wvcb__left-column,
  html:not(.a11y-reduce-motion) #wvcb__right-column,
  html:not(.a11y-reduce-motion) #wvcb__primary-button {
    transition: all 1s;
  }
}

#wvcb__left-column,
#wvcb__right-column {
  width: 50%;
  height: 100%;
  padding: 8px;
  position: absolute;
  top: 0;
  transform: scale(1);
}

#wvcb__left-column {
  padding-right: 64px;
  left: 0;
  z-index: 20;
}
#wvcb.wvcb--is-open #wvcb__left-column {
  width: 100%;
  padding-right: 8px;
}

#wvcb__right-column {
  padding-left: 64px;
  right: 0;
  z-index: 10;
}
#wvcb.wvcb--is-open #wvcb__right-column {
  transform: scale(0);
}

#wvcb__primary-button {
  width: 48px;
  height: 48px;
  margin: 0 -24px 8px;
  border: none transparent;
  border-radius: 100%;
  outline: var(--primary-button--outline);
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 30;
  cursor: pointer;
  transform: scale(1);
  background: var(--primary-button--background);
}
#wvcb__primary-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 12px;
  inset: 0;
  background-image: var(--primary-button--image);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#wvcb.wvcb--is-open #wvcb__primary-button {
  transform: scale(0);
}

#wvcb.wvcb--is-open #wvcb__primary-button,
#wvcb.wvcb--is-open #wvcb__right-column {
  transform: scale(0);
}

#wvcb__call-to-actions {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  gap: 5px;
}

#wvcb__primary-call-to-action,
#wvcb__secondary-call-to-action {
  flex: 1;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  outline: none !important;
}

#wvcb__primary-call-to-action {
  border-color: var(--primary-cta--border-color);
  color: var(--primary-cta--color);
  background-color: var(--primary-cta--background-color);
}
#wvcb__primary-call-to-action:focus, #wvcb__primary-call-to-action:hover {
  border-color: var(--primary-cta--border-color--hover);
  color: var(--primary-cta--color--hover);
  background-color: var(--primary-cta--background-color--hover);
}

#wvcb__secondary-call-to-action {
  position: relative;
  border-color: var(--secondary-cta--border-color);
  color: var(--secondary-cta--color);
  background-color: var(--secondary-cta--background-color);
}
#wvcb__secondary-call-to-action:focus, #wvcb__secondary-call-to-action:hover {
  border-color: var(--secondary-cta--border-color--hover);
  color: var(--secondary-cta--color--hover);
  background-color: var(--secondary-cta--background-color--hover);
}
#wvcb__secondary-call-to-action-image {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  object-fit: cover;
}

#wvcb__window {
  display: none;
  max-width: var(--max-width--outer);
  border: 8px solid transparent;
  margin: 0 auto;
  position: fixed;
  z-index: 10;
  background: var(--window--background);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
@media (prefers-reduced-transparency: reduce) {
  #wvcb__window {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
html.a11y-reduce-transparency #wvcb__window {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
#wvcb__window::before {
  content: "";
  display: block;
  position: absolute;
  padding: 8px;
  border-radius: inherit;
  position: absolute;
  inset: -8px;
  background: var(--gradient-9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#wvcb.wvcb--is-open #wvcb__window {
  display: block;
}

#wvcb__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  position: absolute;
}

#wvcb__heading {
  margin: 0 !important;
  font-size: var(--font-size--sm);
  line-height: 1.5em;
}

#wvcb__buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

#wvcb__clear-button,
#wvcb__close-button,
#wvcb__maximize-button,
#wvcb__minimize-button {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#wvcb__clear-button {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-trash2-icon lucide-trash-2"><path d="M10 11v6"/><path d="M14 11v6"/><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"/><path d="M3 6h18"/><path d="M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"/></svg>');
}

#wvcb__close-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-x-icon lucide-x'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E");
}

#wvcb__maximize-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-maximize-icon lucide-maximize'%3E%3Cpath d='M8 3H5a2 2 0 0 0-2 2v3'/%3E%3Cpath d='M21 8V5a2 2 0 0 0-2-2h-3'/%3E%3Cpath d='M3 16v3a2 2 0 0 0 2 2h3'/%3E%3Cpath d='M16 21h3a2 2 0 0 0 2-2v-3'/%3E%3C/svg%3E");
}

#wvcb__minimize-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-minimize-icon lucide-minimize'%3E%3Cpath d='M8 3v3a2 2 0 0 1-2 2H3'/%3E%3Cpath d='M21 8h-3a2 2 0 0 1-2-2V3'/%3E%3Cpath d='M3 16h3a2 2 0 0 1 2 2v3'/%3E%3Cpath d='M16 21v-3a2 2 0 0 1 2-2h3'/%3E%3C/svg%3E");
}

#wvcb__history-wrapper,
#wvcb__history {
  width: 100%;
  height: 100%;
}

#wvcb__history-wrapper {
  padding: 44px 0 54px;
}

#wvcb__history {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.wvcb-message {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-start;
}
.wvcb-message--appointment-form .wvcb-message__body, .wvcb-message--contact-form .wvcb-message__body:has(.wvcb-contact-form--short), .wvcb-message--contact-form .wvcb-message__body:has(.wvcb-contact-form--steps) {
  width: 100%;
}

.wvcb-message__avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
.wvcb-message__avatar::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  margin: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.wvcb-message__name {
  margin: 0 0 0.75em;
  font-weight: var(--font-weight--semi-bold);
}
.wvcb-message__name--assistant, .wvcb-message__name--bot {
  color: var(--bot-name--color);
}
.wvcb-message__name--user {
  color: var(--user-name--color);
}

.wvcb-message__body {
  padding: 20px;
  border-radius: var(--radius-md);
  position: relative;
  overflow: hidden;
}
.wvcb-message__body-inner {
  font-size: var(--font-size--sm);
  line-height: 1.5em;
}
.wvcb-message__body p {
  hyphens: auto;
}

.wvcb-message__name,
.wvcb-message__body-inner {
  position: relative;
  z-index: 30;
}

.wvcb-message--assistant,
.wvcb-message--bot {
  flex-direction: row;
}
.wvcb-message--assistant .wvcb-message__avatar,
.wvcb-message--bot .wvcb-message__avatar {
  color: var(--bot-avatar--color);
  background: var(--bot-avatar--background);
}
.wvcb-message--assistant .wvcb-message__avatar::before,
.wvcb-message--bot .wvcb-message__avatar::before {
  background-image: var(--bot-avatar--image);
}
.wvcb-message--assistant .wvcb-message__body,
.wvcb-message--bot .wvcb-message__body {
  border-bottom-left-radius: 0;
  color: var(--bot-message--color);
  background: var(--bot-message--background);
}
.wvcb-message--assistant .wvcb-message__body::before,
.wvcb-message--bot .wvcb-message__body::before {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  aspect-ratio: 1/1;
  border-radius: 100% 0 0 0;
  position: absolute;
  left: -32%;
  top: -14.2%;
  z-index: 20;
  transform: rotate(120deg);
  background: var(--bot-message--background);
}
.wvcb-message--assistant .wvcb-message__body::after,
.wvcb-message--bot .wvcb-message__body::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 10;
  background-image: radial-gradient(var(--white--20) 1px, transparent 0);
  background-size: 20px 20px;
  background-position: 50% 50%;
}

.wvcb-message--thinking {
  max-width: none;
  flex-direction: row;
}
.wvcb-message--thinking .wvcb-message__avatar {
  opacity: 0;
}
.wvcb-message--thinking .wvcb-message__name {
  display: none;
}
.wvcb-message--thinking .wvcb-message__body {
  color: var(--white);
  background: var(--white--10);
}

.wvcb-message--user {
  flex-direction: row-reverse;
}
.wvcb-message--user .wvcb-message__avatar {
  color: var(--user-avatar--color);
  background: var(--user-avatar--background);
}
.wvcb-message--user .wvcb-message__avatar::before {
  background-image: var(--user-avatar--image);
}
.wvcb-message--user .wvcb-message__body {
  border-bottom-right-radius: 0;
  color: var(--user-message--color);
  background: var(--user-message--background);
}

@keyframes loading-indicator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-dot {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-2px);
  }
  10% {
    transform: translateY(0);
  }
}
.wvcb-message--loading .wvcb-message__body span {
  display: inline-block;
}
@media not (prefers-reduced-motion) {
  html:not(.a11y-reduce-motion) .wvcb-message--loading .wvcb-message__body span:nth-child(1) {
    animation: loading-dot 3s ease-in 0s infinite;
  }
}
@media not (prefers-reduced-motion) {
  html:not(.a11y-reduce-motion) .wvcb-message--loading .wvcb-message__body span:nth-child(2) {
    animation: loading-dot 3s ease-in 0.3s infinite;
  }
}
@media not (prefers-reduced-motion) {
  html:not(.a11y-reduce-motion) .wvcb-message--loading .wvcb-message__body span:nth-child(3) {
    animation: loading-dot 3s ease-in 0.6s infinite;
  }
}

.wvcb-toggles {
  display: flex;
  gap: 5px;
}

.wvcb-toggle {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: none;
  padding: 20px 16px;
  border-radius: var(--radius-md);
  cursor: pointer;
  color: var(--primary-color--dark);
  background: var(--white);
}

.wvcb-toggle__header {
  display: flex;
  flex-direction: row;
}
.wvcb-toggles--contact-form .wvcb-toggle__header {
  justify-content: space-between;
}
.wvcb-toggles--contact-person .wvcb-toggle__header {
  justify-content: center;
}

.wvcb-toggle__timestamp,
.wvcb-toggle__title {
  font-size: var(--font-size--2xs);
  font-weight: var(--font-weight--bold);
}

.wvcb-toggles--contact-form .wvcb-toggle__title {
  text-align: left;
}
.wvcb-toggles--contact-person .wvcb-toggle__title {
  text-align: center;
}

#wvcb {
  --input--border-color: var(--white);
  --input--color: var(--white);
  --input--placeholder-color: var(--white--50);
  --input--background: none transparent;
  --input--border-color--disabled: var(--white);
  --input--color--disabled: var(--white);
  --input--background--disabled: none transparent;
  --input--border-color--focus: var(--white);
  --input--color--focus: var(--white);
  --input--background--focus: none transparent;
  --input--border-color--hover: var(--input--border-color--focus);
  --input--color--hover: var(--input--color--focus);
  --input--background--hover: var(--input--background--focus);
  --input--border-color--checked: var(--white);
  --input--color--checked: var(--white);
  --input--background--checked: none transparent;
  --input--border-color--invalid: var(--white);
  --input--color--invalid: var(--white);
  --input--background--invalid: none transparent;
}
#wvcb .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after,
#wvcb .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2300182D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-check-icon lucide-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
#wvcb .wpcf7-radio input[type=radio] + .wpcf7-list-item-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2300182D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-check-icon lucide-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
#wvcb .wpcf7-response-output {
  display: none !important;
}
#wvcb .wpcf7-not-valid-tip {
  padding: 4px 4px;
  color: inherit !important;
}

.wvcb-card {
  padding: var(--box-padding-md);
  border: 1px solid var(--white--50);
  border-radius: var(--radius-md);
  position: relative;
  background: var(--white--10);
}
.wvcb-card--content-suggestion {
  padding: var(--box-padding-sm);
  border-color: transparent;
  background: var(--black--10);
}
.wvcb-card:not(:last-child) {
  margin: 0 0 10px;
}
.wvcb-card a {
  color: inherit !important;
}

.wvcb fieldset {
  padding: 0 !important;
  margin: 0;
}

.wvcb-multi-step-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wvcb-multi-step-indicator .wvcb-step-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white--80);
}
.wvcb-multi-step-indicator .wvcb-step-item::before, .wvcb-multi-step-indicator .wvcb-step-item::after {
  font-size: var(--font-size--2xs);
  font-weight: var(--font-weight--bold);
  line-height: 1;
}
.wvcb-multi-step-indicator .wvcb-step-item::before {
  content: attr(data-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--white);
  background: var(--white--10);
}
.wvcb-multi-step-indicator .wvcb-step-item::after {
  content: "-";
  color: var(--white--70);
}
.wvcb-multi-step-indicator .wvcb-step-item.is-active {
  display: inline-flex;
}
.wvcb-multi-step-indicator .wvcb-step-item.is-active .wvcb-step-item__label {
  display: inline;
  font-size: var(--font-size--sm);
  font-weight: var(--font-weight--semi-bold);
  color: var(--white);
}
.wvcb-multi-step-indicator .wvcb-step-item.is-active::before {
  background: var(--secondary-color);
}
.wvcb-multi-step-indicator .wvcb-step-item.is-completed::before {
  color: var(--primary-color--dark);
  background: var(--white);
}
.wvcb-multi-step-indicator .wvcb-step-item:last-child::after {
  content: "";
  display: none;
}
.wvcb-multi-step-indicator .wvcb-step-item__label {
  display: none;
}

.wvcb-contact {
  text-align: center;
}
.wvcb-contact__image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin: 0 auto 20px;
  object-fit: cover;
}
.wvcb-contact__name, .wvcb-contact__department, .wvcb-contact__phrase {
  margin: 0 0 10px !important;
}
.wvcb-contact__name {
  font-size: var(--font-size--sm) !important;
  font-weight: var(--font-weight--bold) !important;
}
.wvcb-contact__department {
  font-size: var(--font-size--2xs) !important;
  font-weight: var(--font-weight--regular) !important;
}
.wvcb-contact__links {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
}
.wvcb-contact__toggles {
  margin: 20px 0 !important;
}

.wvcb-content {
  padding: 0 0 32px;
}
.wvcb-content__link {
  position: absolute;
  inset: 0;
  z-index: 20;
}
.wvcb-content__image {
  height: 104px;
  width: 100%;
  border-radius: var(--radius-xs);
  margin: 0 auto 8px;
  object-fit: cover;
}
.wvcb-content__title {
  margin: 0 0 8px !important;
  font-weight: var(--font-weight--bold);
  font-size: var(--font-size--sm);
  line-height: 1.5em;
}
.wvcb-content__excerpt {
  margin: 0 !important;
  font-size: var(--font-size--xs);
  line-height: 1.5em;
}
.wvcb-content::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: var(--box-padding-sm);
  left: var(--box-padding-sm);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-square-arrow-out-up-right-icon lucide-square-arrow-out-up-right'%3E%3Cpath d='M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6'/%3E%3Cpath d='m21 3-9 9'/%3E%3Cpath d='M15 3h6v6'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

#wvcb .rdp-root {
  margin-top: 12px;
}
#wvcb .rdp-months {
  padding-top: 32px;
  position: relative;
}
#wvcb .rdp-nav,
#wvcb .rdp-month_caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#wvcb .rdp-nav {
  z-index: 20;
}
#wvcb .rdp-month_caption {
  z-index: 10;
  line-height: 24px;
  text-align: center;
}
#wvcb .rdp-button_next,
#wvcb .rdp-button_previous {
  --grid-gap: 0;
  --grid-column-gap: var(--grid-gap);
  --grid-row-gap: var(--grid-gap);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  border-radius: var(--radius-sm);
}
#wvcb .rdp-button_next svg,
#wvcb .rdp-button_previous svg {
  width: 16px;
  height: 16px;
}
#wvcb .rdp-day_button {
  --grid-gap: 0;
  --grid-column-gap: var(--grid-gap);
  --grid-row-gap: var(--grid-gap);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
}
#wvcb .rdp-day_button:hover, #wvcb .rdp-day_button:focus {
  border-color: var(--white);
  color: var(--white);
  background: none transparent;
}
#wvcb [data-selected=true] .rdp-day_button {
  border-color: var(--secondary-color);
  color: var(--white);
  background: var(--secondary-color);
}

@media (max-width: 767px) {
  #wvcb {
    bottom: 0;
    left: 0;
    right: 0;
  }
  #wvcb__background {
    border-radius: 8px 8px 0px 0px;
  }
  #wvcb__input-field,
  #wvcb__primary-call-to-action,
  #wvcb__secondary-call-to-action {
    border-radius: 4px;
  }
  #wvcb__primary-call-to-action {
    font-size: 0;
    text-align: center;
  }
  #wvcb__primary-call-to-action::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-clipboard-list-icon lucide-clipboard-list'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #wvcb__secondary-call-to-action-name, #wvcb__secondary-call-to-action-label {
    display: none;
  }
  #wvcb__window {
    padding: var(--box-padding-md) var(--box-padding-md);
    border: 0 !important;
    border-radius: 0 !important;
    inset: 0 !important;
  }
  #wvcb__window::before {
    display: none !important;
  }
  #wvcb__header {
    top: var(--box-padding-md);
    left: var(--box-padding-md);
    right: var(--box-padding-md);
  }
  #wvcb__maximize-button,
  #wvcb__minimize-button {
    display: none !important;
  }
  .wvcb-toggles {
    flex-direction: column;
  }
  .wvcb-message__body {
    min-width: 50%;
    max-width: 100%;
  }
  .wvcb-message--appointment-form .wvcb-message__body, .wvcb-message--callback-form .wvcb-message__body, .wvcb-message--contact-form .wvcb-message__body {
    width: 100%;
  }
  .wvcb-multi-step-indicator .wvcb-step-item__label {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #wvcb {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
  #wvcb__background {
    border-radius: 32px;
  }
  #wvcb__input-field,
  #wvcb__primary-call-to-action,
  #wvcb__secondary-call-to-action {
    border-radius: 24px;
  }
  #wvcb__secondary-call-to-action-image, #wvcb__secondary-call-to-action-name, #wvcb__secondary-call-to-action-label {
    position: absolute;
  }
  #wvcb__secondary-call-to-action-image {
    top: 10px;
    left: 10px;
  }
  #wvcb__secondary-call-to-action-name, #wvcb__secondary-call-to-action-label {
    width: calc(100% - 54px);
    left: 44px;
    line-height: 100%;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #wvcb__secondary-call-to-action-name {
    height: 18px;
    top: 8px;
    font-size: 12px;
    font-weight: bold;
  }
  #wvcb__secondary-call-to-action-label {
    height: 10px;
    bottom: 8px;
    font-size: 9px;
    font-weight: normal;
  }
  #wvcb__window {
    padding: var(--box-padding-lg) var(--box-padding-lg);
    border-radius: 32px;
    top: 130px;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
  #wvcb.wvcb--is-maximized #wvcb__window {
    max-width: none !important;
    inset: 0 !important;
    border-radius: 0 !important;
    border-color: transparent !important;
  }
  #wvcb.wvcb--is-maximized #wvcb__window::before {
    display: none !important;
  }
  #wvcb__header {
    top: var(--box-padding-lg);
    left: var(--box-padding-lg);
    right: var(--box-padding-lg);
  }
  .wvcb-toggles {
    flex-direction: row;
  }
  .wvcb-message__body {
    max-width: 50%;
  }
  .wvcb-message--appointment-form .wvcb-message__body, .wvcb-message--callback-form .wvcb-message__body, .wvcb-message--contact-form .wvcb-message__body {
    width: 100%;
    max-width: 100%;
  }
}
.rdp-root {
  width: 100%;
}

.rdp-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.rdp-month_grid {
  width: 100%;
}

.rdp-day_button {
  display: block;
  width: 100%;
  height: 24px;
  padding: 6px;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: none transparent;
}
.rdp-day_button:hover, .rdp-day_button:focus {
  color: var(--primary-color--dark);
  background: var(--white);
}
.rdp-day_button:checked {
  color: var(--white) !important;
  background: var(--secondary-color) !important;
}
.rdp-day_button:disabled {
  color: var(--white--50) !important;
  background: none transparent !important;
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

/*# sourceMappingURL=dierck-chat-bot.css.map */
