.grecaptcha-badge {
	    bottom: 230px !important;
}

.app-root, body, html {
  font-size: 16px !important;
}

.app-root * {
	font-family: "Inter", sans-serif !important;
}

.btn-landing-right:not(.active):hover,
.btn-landing-right:not(.active):focus,
.btn-landing-left:not(.active):hover,
.btn-landing-left:not(.active):focus {
  background-color: #fff;
}

.btn-landing-right:not(.active):hover h3,
.btn-landing-right:not(.active):hover p,
.btn-landing-left:not(.active):hover h3,
.btn-landing-left:not(.active):hover p,

.btn-landing-right:not(.active):focus h3,
.btn-landing-right:not(.active):focus p,
.btn-landing-left:not(.active):focus h3,
.btn-landing-left:not(.active):focus p,
.btn-landing-right:not(.active) p,
.btn-landing-left:not(.active) p,
.btn-landing-right:not(.active) h3,
.btn-landing-left:not(.active) h3 {
  color: black;
}

.btn-landing-right.active,
.btn-landing-left.active {
  background-color: #5db6bb;
}

.btn-landing-right.active h3,
.btn-landing-right.active p,
.btn-landing-left.active h3,
.btn-landing-left.active p {
  color: white;
}

.btn-landing-right.active:hover,
.btn-landing-right.active:focus,
.btn-landing-left.active:hover,
.btn-landing-left.active:focus {
  background-color: #5db6bb;
}

.btn-landing-left.active svg {
  filter: brightness(0) invert(1);
}

.btn-landing-right.active svg {
  filter: brightness(0) invert(1);
}

.app-root button.no-styles {
  background-color: transparent !important;
  border: none;
}

.app-root button.no-styles:hover {
  background-color: transparent !important;
  border: none;
}

.app-root button.btn-primary, .app-root button.btn-secondary {
  border: none;
}

.app-root button.btn-primary {
  background-color: #5db6bb;
}

.app-root button.btn-primary:hover, .app-root button.btn-primary:focus {
  background-color: #477e80;
}

.app-root button.btn-secondary:hover {
  background-color: transparent;
  color: #5db6bb;
}

.app-root button[class*='btn-'].disabled {
  background-color: #a7a7a7 !important;
}

.app-root button:focus {
  outline: 2px solid #3b82f680 !important;
  outline-offset: 1px !important;
}

.app-root a {
  text-decoration: none;
  border: none;
  color: #5db6bb;
}

.stepper-left {
  padding: 80px 20px 80px 50px !important;
  box-shadow: 0 13px 50px 0 #00000014 !important;
}

.app-root input.app-input, .app-root textarea.app-input, .app-root button.app-input, .app-root select.app-input {
  width: 100%;
  display: block;
  border: 1px solid rgb(209,213,219);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  box-shadow: none;
  font-size: 0.85rem;
  line-height: 1.5rem;
  color: #454545;
}

.app-root input.app-input:focus, .app-root textarea.app-input:focus, .app-root input[type="file"]:focus {
  outline: 2px solid #3b82f680 !important;
  outline-offset: 1px !important;
}

.disabled {
  cursor: not-allowed;
}

.divider {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    height: auto;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    white-space: nowrap;
}

.divider:after, .divider:before {
  content: "";
  height: 0.25rem;
  width: 0.125rem;
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(93,182,187,var(--tw-bg-opacity));
}

.hidden-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.375rem;
  z-index: 1;
  display: block;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #000;
  padding-left: 28px;
  line-height: 20px;
  left: -19px;
  top: 0.5px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  border: 1px solid rgb(229,231,235);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 99999px;
  content: '';
  width: 18px;
  height: 18px;
}

[type="radio"]:checked + label:before {
  border-color: #5db6bb;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  background-color: #5db6bb;
  position: absolute;
  border-radius: 99999px;
  transition: all 200ms ease-in-out;
  content: '';
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.radio-list-input {
  opacity: 0;
  width: 20px;
  height: 17px;
}

#ui-datepicker-div {
  width: auto;
}
#ui-datepicker-div.ui-widget, #ui-datepicker-div.ui-widget-content {
  border: none;
  border: 1px solid #333;
}
#ui-datepicker-div .ui-widget-header {
  background: none;
  border: none;
}
#ui-datepicker-div .ui-widget-header .ui-state-hover {
  background: none;
  border: none;
  color: #454545;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  height: 1.5em;
  top: 1px;
  right: 1px;
  border: none;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next::before {
  content: ">";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next span.ui-icon {
  display: none;
  background: none;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  height: 1.5em;
  top: 1px;
  left: 1px;
  border: none;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev::before {
  content: "<";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev span.ui-icon {
  display: none;
  background: none;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  background: none;
  border: none;
  width: 40px;
  display: flex;
  height: 40px;
  text-align: center;
  justify-content: center;
  border-radius: 9999px;
  align-items: center;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
  background-color: rgb(93,182,187);
  color: white;
}
#ui-datepicker-div button[data-handler="hide"] {
  display: none;
}
#ui-datepicker-div button[data-handler="today"] {
  background: none;
  border: none;
  background-color: white;
  opacity: 1;
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
}

#ui-datepicker-div .ui-state-highlight, .ui-widget-content .ui-state-highlight {
  color: #454545;
}

@media (min-width: 1024px) {
  .divider {
    margin: 0 0.5rem;
    width: 1rem;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .stepper-left {
    border-radius: 0.375rem 0 0 0.375rem;
  }

  .stepper-right {
    border-radius: 0 0.375rem 0.375rem 0;
  }
}

@media (max-width: 767px) {
  .stepper-left {
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 1rem 1rem !important;
    box-shadow: none !important;
  }

  .stepper-right {
    border-radius: 0 0 0.75rem 0.75rem;
  }
}


