.dentist-pa-code-form {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-direction: column;
	width: 100%;
}
.dentist-pa-code-form label {
	color: #000 !important;
}
.dentist-pa-code-form .pacode-prefix {
	font-size: 28px;
	font-weight: var(--wp--custom--heading--typography--font-weight);
	letter-spacing: 0.25em;
}

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

.dentist-pa-code-form .radar-input-box {
	display: block;
	position: relative;
	width: 100%;
	max-width: 600px;
}
.dentist-pa-code-form .radar-input-box.code-box {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.3em !important;
}

.dentist-pa-code-form .radar-input-box.code-box .input-text {
	line-height: 1;
	margin-bottom: 0;
}
.dentist-pa-code-form .radar-input-box.code-box .input-text[disabled] {
	flex: 0 0 0.9em;
	width: 0.9em !important;
	border: none !important;
	margin: 0;
	padding: 0 !important;
	box-sizing: border-box;
}
.dentist-pa-code-form .radar-input-box.code-box .pacode-input.input-text {
	width: 6em !important;
	text-align: left !important;
	padding: 0.3em 0.5em !important;
}
.dentist-pa-code-form .radar-input-box.code-box .input-text::-moz-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	text-align: center;
}
.dentist-pa-code-form .radar-input-box.code-box .input-text::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	text-align: center;
}
.dentist-pa-code-form .radar-input-box.code-box .input-text:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	text-align: center;
}
.dentist-pa-code-form .radar-input-box.code-box .input-text::-ms-input-placeholder {
	/* Microsoft Edge */
	text-align: center;
}

.dentist-pa-code-form .radar-location {
	background-repeat: no-repeat !important;
	background-position: right 15px bottom 50% !important;
	padding-right: 70px !important;
	padding-top: 25px !important;
}

.dentist-pa-code-form .radar-input-label {
	font-size: 12px;
	position: absolute;
	top: 5px;
	left: 18px;
	z-index: 10;
	font-family: "area-normal", sans-serif;
	color: #000;
}

.dentist-pa-code-form .gradient-promo-block .wp-block-button .wp-element-button {
	color: var( --wp--preset--color--primary, #2445EA );
	background-color: #fff;
	transition: all 0.5s;
}
.dentist-pa-code-form .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;
}

.dentist-pa-code-form button.radar-get-device-location {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 15px;
	right: 13px;
	cursor: pointer;
	z-index: 10;
}

.dentist-tabs-nav {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 1rem;
	padding: 0;
	flex-wrap: nowrap;
}
.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%;
}
.input-text:focus::placeholder {
	color: transparent !important;
}

.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--what {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	gap: 0.25rem;
}

.code-info strong {
	margin-left: 0.5rem;
}
.code-info img {
	margin-top: 2px;
}

.pacode-input.error {
	border-color: red !important;
}
.error-message-container {
	display: flex;
	align-items: center;
	text-align: center;
}
.error-message {
	font-size: 14px;
	font-weight: var(--wp--custom--heading--typography--font-weight);
	color: red;
	margin-top: 15px;
}
.error-message.hidden {
	display: none;
}

@media only screen and (max-width: 600px) {

	.code-info {
		flex-direction: column;
	}

	.dentist-tabs-nav {
		gap: 0 !important;
	}

	.dentist-tabs-nav li {
		text-align: center;
		flex: 1;
		padding: 0.5rem 0.25rem !important;
	}
}
@media (min-width: 1024px) {
	.code-box>.pacode-input {
		line-height: 7 !important;
	}
}

@media (max-width: 1023px) {
	.code-box>.pacode-input {
		line-height: normal !important;
	}
}
