.radar-location-form {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .radar-location-form.button-beside {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    max-width: 595px;
  }
}
.radar-location-form.search-type--dentist_name, .radar-location-form.search-type--dentist_specialty {
  gap: 15px 0;
}
.radar-location-form.search-type--dentist_name .radar-input-box,
.radar-location-form.search-type--dentist_name .radar-location, .radar-location-form.search-type--dentist_specialty .radar-input-box,
.radar-location-form.search-type--dentist_specialty .radar-location {
  margin-bottom: 0;
}
.radar-location-form.search-type--dentist_name > :last-child, .radar-location-form.search-type--dentist_specialty > :last-child {
  margin-top: 15px;
}
.radar-location-form .radar-input-box,
.radar-location-form .dp-form--row {
  width: 100%;
  max-width: 600px;
}
.radar-location-form .dp-select {
  border-radius: 8px;
  padding-bottom: 5px;
}
.radar-location-form .dp-select--label {
  display: block;
  margin: 3px 0 0;
  font-size: 12px;
  font-weight: 400;
}
.radar-location-form .dp-select--label, .radar-location-form .dp-select--input {
  padding-left: 17px;
  padding-right: 17px;
  color: #000 !important;
}

.input-text {
  display: block;
  position: relative;
  width: 100%;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: var(--wp--preset--color--primary, #2445EA) !important;
  margin-bottom: 20px;
  border-radius: 8px !important;
  font-size: 16px;
  font-weight: var(--wp--custom--heading--typography--font-weight);
  color: #000 !important;
  padding: 0 60px 8px 12px;
  background-color: #fff !important;
}
@media screen and (min-width: 600px) {
  .button-beside .input-text {
    margin-bottom: 0;
  }
}
.input-text::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1; /* Firefox */
  font-size: 16px;
  font-weight: var(--wp--custom--heading--typography--font-weight);
  font-family: "area-normal", sans-serif;
}
.input-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1; /* Firefox */
  font-size: 16px;
  font-weight: var(--wp--custom--heading--typography--font-weight);
  font-family: "area-normal", sans-serif;
}
.input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
  font-size: 16px;
  font-weight: var(--wp--custom--heading--typography--font-weight);
  font-family: "area-normal", sans-serif;
}
.input-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
  font-size: 16px;
  font-weight: var(--wp--custom--heading--typography--font-weight);
  font-family: "area-normal", sans-serif;
}

.radar-input-box {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.radar-input-box .input-text {
  margin-bottom: 0;
}
.radar-input-box.code-box {
  display: flex;
  gap: 1rem;
}
.radar-input-box.code-box .input-text {
  line-height: inherit !important;
  margin-bottom: 0;
}
.radar-input-box.code-box .input-text::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-align: center;
}
.radar-input-box.code-box .input-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-align: center;
}
.radar-input-box.code-box .input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: center;
}
.radar-input-box.code-box .input-text::-ms-input-placeholder {
  /* Microsoft Edge */
  text-align: center;
}
.button-beside .radar-input-box {
  flex: 1;
  margin-bottom: 0;
}

.pacode-input {
  line-height: 90px !important;
}

.radar-location {
  background-repeat: no-repeat !important;
  background-position: right 15px bottom 50% !important;
  padding-right: 70px !important;
  padding-top: 25px !important;
  padding-left: 15px !important;
  line-height: 31px !important;
}

.radar-input-label {
  font-family: var(--wp--custom--body--typography--font-family);
  font-size: 16px;
  line-height: 1.4375em;
  letter-spacing: inherit;
  padding: 0;
  display: block;
  transform-origin: left top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translate(17px, 20px) scale(1);
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  z-index: 1;
  pointer-events: none;
  margin-top: 2px;
  font-weight: var(--wp--custom--body--typography--font-weight);
  color: rgb(75, 82, 96);
}

.radar-input-label.focused {
  margin-top: 0;
  transform: translate(17px, 7px) scale(0.75);
}

.gradient-promo-block .wp-block-button .wp-element-button {
  color: var(--wp--preset--color--primary, #2445EA);
  background-color: #fff;
  transition: all 0.5s;
}
.gradient-promo-block .wp-block-button .wp-element-button:hover {
  color: var(--wp--preset--color--primary, #2445EA);
  background-color: var(--wp--preset--color--secondary-pearl) !important;
}

button.radar-get-device-location {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  border-radius: 50%;
  padding: 10px;
  z-index: 10;
}
button.radar-get-device-location:hover {
  background-color: var(--wp--preset--color--secondary-pearl);
}
button.radar-get-device-location::before {
  content: "";
  display: block;
  position: absolute;
  right: calc(100% + 5px);
  width: 2px;
  height: 80%;
  background: rgba(8, 7, 9, 0.15);
}
button.radar-get-device-location svg {
  color: var(--wp--preset--color--primary, #2445EA);
  width: 30px;
  height: 30px;
}

a.search-type-additional {
  display: block;
  margin-top: 10px;
}

.dentist-tabs-nav {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 1rem;
  padding: 0;
}
.dentist-tabs-nav li {
  position: relative;
  border-bottom: 4px solid transparent;
  padding: 0.5rem 1rem;
  font-weight: var(--wp--custom--heading--typography--font-weight);
  color: black;
  cursor: pointer;
}
.dentist-tabs-nav li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--wp--preset--color--primary, #2445EA);
  transition: all 0.4s ease-in-out;
}
.dentist-tabs-nav li:hover::after, .dentist-tabs-nav li.active::after {
  width: 100%;
}

.tab-search-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}
.tab-search-wrapper .tab-search {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out, height 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.tab-search-wrapper .tab-search.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.code-info {
  color: #000;
  margin: 10px 0 30px 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.code-info strong {
  margin-left: 0.5rem;
}
.code-info img {
  margin-top: 2px;
}

.tooltip-button {
  display: flex;
  border: none;
  background-color: transparent;
}

/*# sourceMappingURL=style.css.map */
