@font-face {
	font-family: "Chronic";
	src: url("../../font/33B6F7_0_0.woff2") format("woff2"), url("../../font/33B6F7_0_0.woff") format("woff"), url("../../font/33B6F7_0_0.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Alabama";
	src: url("../../font/Alabama.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Just Another Hand";
	src: url("../../font/JustAnotherHand-Regular.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

.title-h1 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h1);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h1);
	color: #F3410E;
}

.title-h2 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h2);
	color: #F3410E;
}

.title-h3 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h3);
	color: #F3410E;
}

.title-h4 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h4);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h4);
	color: #F3410E;
}

#otp-form-field {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#otp-form-field.validated:after {
	content: "✔";
	color: green;
	font-weight: bold;
	margin-left: 0.5em;
}

#otp-form-field .prefixed-tel {
	color: var(--grey);
	font-size: 1.38rem;
	font-family: var(--font-family-title);
	padding: 0.75rem 0;
	border-bottom: 2px solid #000;
	padding-right: 8px;
	-ms-flex: 0;
	flex: 0;
}

#otp-form-field input {
	-ms-flex: 1;
	flex: 1;
}

#otp-form-field .error-message {
	width: 100%;
}

#otp-validate-wrapper .spinner {
	display: none;
}

#otp-validate-wrapper .spinner::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-top-color: #333;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	vertical-align: middle;
	margin-left: 10px;
}

.phone-field-wrapper {
	display: -ms-flexbox;
	display: flex;
	--gap: 1.6rem;
	width: calc(50% - var(--gap));
	margin-top: 0;
}

.phone-field-wrapper .js-form-item {
	-ms-flex: 1;
	flex: 1;
}

.phone-field-wrapper #otp-validate-wrapper {
	margin-top: 4.3rem;
}

.phone-field-wrapper input {
	font-family: var(--font-family-title);
	color: var(--grey);
	font-size: 1.38rem;
	border: none;
	background-color: transparent;
}

.phone-field-wrapper input.is-disabled {
	color: #d9d9d9;
}

.otp-modal {
	color: var(--grey);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	font-size: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.otp-modal__error {
	color: var(--orange);
	font-size: 0.88rem;
	font-weight: 700;
}

.otp-modal .error-custom {
	font-size: 0.88rem;
	font-weight: 700;
	margin-top: 4px;
	line-height: 1;
	color: var(--orange);
	margin-top: 1.25rem;
}

.otp-modal__timer {
	color: var(--blue);
	font-size: 1rem;
	margin-top: 2rem;
}

.otp-modal .close-otp-modal {
	position: absolute;
	bottom: -50px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2.44rem;
	height: 2.44rem;
	border-radius: 2.44rem;
	border: none;
	background-color: var(--orange);
}

.otp-modal .close-otp-modal:after {
	content: "x";
	color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	text-indent: 0;
	font-size: 1.3rem;
}

.otp-modal .modal-dialog {
	max-width: 41.81rem;
}

.otp-modal .modal-content {
	border-radius: 3.13rem;
	padding: 2.5rem;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFF;
}

.otp-modal .modal__inner_content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 2rem;
}

.otp-modal .modal__title {
	font-family: var(--font-family-title);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
}

.otp-modal .modal__text {
	font-size: 1.13rem;
}

.otp-modal #opt_error_msg {
	margin-top: -2rem;
}

.otp-modal .link {
	margin-top: 0;
}

.otp-modal .link:last-child {
	margin-top: 0;
}

.otp-modal .otp-modal__inputs {
	padding: 2.5rem;
	border-radius: 3.13rem;
}

.otp-modal .otp-modal__inputs.error {
	border: 1px solid var(--orange);
}

.otp-modal .otp-modal__inputs input {
	font-size: 2.5rem;
	text-align: center;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 0;
	letter-spacing: 1ch;
	width: 100%;
}

.otp-modal__note {
	font-size: 1.13rem;
	margin-bottom: 1.25rem;
}

