@charset "UTF-8";
:root {
	--otp-rubik-medium: Rubik-Medium;
	--otp-rubik-light: Rubik-Light;
	--otp-primary-color: #53a545;
	--otp-white:#fff;
	--otp-black: #000;
	--otp-black-rgb: 0, 0, 0;
	--otp-text-color: rgba(var(--otp-black-rgb), .7);
	--otp-transparent-color: rgba(var(--otp-black-rgb), 0);
	--otp-overlay-color: rgba(15, 23, 42, .72);
	--otp-error-color: #ef4444;
	--otp-danger-color: #ca3838;
	--otp-tr: .2s;
}
.iti:not(.iti--detached-country-selector) {
	display: block;
	position: relative !important;
	width: 100%;
}
.iti.iti--detached-country-selector {
	display: block;
	position: fixed !important;
	width: auto;
}
html:not(.sap-otp-checkout-attempted) .row-customer_telephone.has-error > .control-label,
html:not(.sap-otp-checkout-attempted) #simplecheckout .row-customer_telephone.has-error > .control-label,
html:not(.sap-otp-checkout-attempted) #simplepage_form .row-customer_telephone.has-error > .control-label {
	color: inherit !important;
}
html:not(.sap-otp-checkout-attempted) .row-customer_telephone.has-error .form-control,
html:not(.sap-otp-checkout-attempted) .row-customer_telephone.has-error input,
html:not(.sap-otp-checkout-attempted) .row-customer_telephone.has-error .iti__tel-input,
html:not(.sap-otp-checkout-attempted) .row-customer_telephone.has-error > .iti .form-control,
html:not(.sap-otp-checkout-attempted) #simplecheckout .row-customer_telephone.has-error .form-control,
html:not(.sap-otp-checkout-attempted) #simplecheckout .row-customer_telephone.has-error > .iti .form-control,
html:not(.sap-otp-checkout-attempted) #simplepage_form .row-customer_telephone.has-error .form-control,
html:not(.sap-otp-checkout-attempted) #simplepage_form .row-customer_telephone.has-error > .iti .form-control {
	animation: none !important;
	border-color: #ccc !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
html:not(.sap-otp-checkout-attempted) .row-customer_telephone .simplecheckout-error-text,
html:not(.sap-otp-checkout-attempted) #simplecheckout .row-customer_telephone .simplecheckout-error-text,
html:not(.sap-otp-checkout-attempted) #simplepage_form .row-customer_telephone .simplecheckout-error-text {
	display: none !important;
}
html.sap-otp-checkout-attempted .row-customer_telephone.has-error > .control-label,
body.sap-otp-checkout-attempted .row-customer_telephone.has-error > .control-label {
	color: #a94442 !important;
}
html.sap-otp-checkout-attempted .row-customer_telephone.has-error .form-control,
html.sap-otp-checkout-attempted .row-customer_telephone.has-error input,
html.sap-otp-checkout-attempted .row-customer_telephone.has-error .iti__tel-input,
body.sap-otp-checkout-attempted .row-customer_telephone.has-error .form-control,
body.sap-otp-checkout-attempted .row-customer_telephone.has-error input,
body.sap-otp-checkout-attempted .row-customer_telephone.has-error .iti__tel-input {
	border-color: #a94442 !important;
	box-shadow: none !important;
}
html.sap-otp-verified-replay .row-customer_telephone.has-error > .control-label,
html.sap-otp-verified-replay .row-register_telephone.has-error > .control-label,
html.sap-otp-verified-replay .row-telephone.has-error > .control-label {
	color: inherit !important;
}
html.sap-otp-verified-replay .row-customer_telephone.has-error .form-control,
html.sap-otp-verified-replay .row-customer_telephone.has-error input,
html.sap-otp-verified-replay .row-customer_telephone.has-error .iti__tel-input,
html.sap-otp-verified-replay .row-register_telephone.has-error .form-control,
html.sap-otp-verified-replay .row-register_telephone.has-error input,
html.sap-otp-verified-replay .row-register_telephone.has-error .iti__tel-input,
html.sap-otp-verified-replay .row-telephone.has-error .form-control,
html.sap-otp-verified-replay .row-telephone.has-error input,
html.sap-otp-verified-replay .row-telephone.has-error .iti__tel-input {
	animation: none !important;
	border-color: #ccc !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
html.sap-otp-verified-replay .row-customer_telephone .simplecheckout-error-text,
html.sap-otp-verified-replay .row-register_telephone .simplecheckout-error-text,
html.sap-otp-verified-replay .row-telephone .simplecheckout-error-text,
html.sap-otp-verified-replay .simplecheckout-error-text[data-for*="telephone"],
html.sap-otp-verified-replay .simplecheckout-error-text[data-for*="phone"] {
	display: none !important;
}
.sap-security-trap {
	height: 1px !important;
	left: -9999px !important;
	opacity: 0 !important;
	position: absolute !important;
	top: auto !important;
	width: 1px !important;
}
.dark-theme {
	--otp-color-dark: #050505;
	--otp-color-dark-2: #1D1D1D;
	--otp-color-gray-1: #94a3b8;
}
.form {
	box-sizing: border-box;
	margin-bottom: 10px;
}
.form p {
	font-size: clamp(15px, 2vw, 17px);
	line-height: 22px;
	color: var(--otp-text-color);
	margin-bottom: 24px;
}
.form .form-group {
	position: relative;
	margin-bottom: 23px;
}
.slerror {
	color: var(--otp-error-color) !important;
}
.slsuccess {
	color: var(--otp-primary-color) !important;
}
.form-group.has-error .form-field,
.iti.has-error .form-field {
	border-color: orange;
}
.form-group.has-error .form-field+.slerror,
.iti.has-error .form-field+.slerror {
	font-family: var(--otp-rubik-light);
	text-align: left;
	font-weight: 500;
	font-size: clamp(12px, 1vw, 14px);
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: -22px;
}
.form-group .input-group+.slerror {
	font-family: var(--otp-rubik-light);
	text-align: left;
	font-weight: 500;
	font-size: clamp(12px, 1vw, 14px);
	padding: 0 10px;
	display: block;
	position: absolute;
}
.form-group [class*="telephone-error-"]+.slerror,
.form-group [class*="telephone-error-"]+.slsuccess {
	clear: both;
	/*display: block;
	font-family: inherit;
	font-size: 13px;
	margin-top: 6px;
	padding: 0;*/
	position: static;
	/*text-align: left;*/
}
.form-group.has-error .form-field+.slerror:before,
.form-group .input-group+.slerror:before,
.iti.has-error .form-field+.slerror:before {
	position: relative;
	top: 3px;
	content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16"><circle cx="12" cy="12" r="10" fill="%23ef4444"/><text x="12" y="16" font-size="14" fill="white" text-anchor="middle">!</text></svg>');
	margin-right: 5px;
}
.form-group.has-error .form-field+.slerror,
.iti.has-error .form-field+.slerror,
.alert-warning,
.alert-danger {
	color: var(--otp-error-color);
	border-color: #eed8d4;
}
.form-group.has-error .form-field+.slerror,
.iti.has-error .form-field+.slerror,
.form-group.has-error .form-field,
.iti.has-error .form-field {
	border-color: var(--otp-error-color) !important;
	animation: shake 0.3s ease-in-out;
}

@keyframes shake {
	0%,100% { transform: translate3d(0,0,0); }
	25% { transform: translate3d(-4px,0,0); }
	75% { transform: translate3d(4px,0,0); }
}
.popup-window .form input[type="tel"] {
	width: 100%;
	height: clamp(40px, 5.5556vw, 45px);
	padding: 0 24px;
	background: transparent;
	box-sizing: border-box;
	border: var(--sl-border-width) solid var(--sl-border-color);
	border-radius: 12px;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
	font-family: var(--otp-rubik-light);
	font-size: clamp(16px, 2.6316vw, 18px);
	font-weight: 400;
	transition: border-color 0.2s ease, transform 0.2s ease;
	-webkit-appearance: none;
}
@media (max-width: 767px) {
	.popup-window .form input[type="tel"] {
		padding: 0 15px;
	}
}
.popup-window .form input[type="tel"]::placeholder {
	color: #acacac;
}
.popup-window .form input[type="tel"]:focus {
	outline: 0;
	border-color: var(--otp-primary-color);
	transform: translateY(-1px);
}
.form-group .iti,
.form-group .iti__selected-country,
.form-group .iti__selected-country-primary,
.form-group .iti__selected-dial-code {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.form-group > .iti,
.form-row > .iti,
fieldset > .iti {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.form-group > .iti .form-control,
.form-row > .iti .form-control,
fieldset > .iti .form-control {
	float: none;
	width: 100% !important;
}
.sap-otp-gate-iti:not(.iti--detached-country-selector) {
	box-sizing: border-box;
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.sap-otp-gate-iti * {
	box-sizing: border-box;
}
.sap-otp-gate-iti .iti__country-container,
.sap-otp-gate-iti .iti__flag-container {
	align-items: stretch !important;
	bottom: auto !important;
	display: flex !important;
	height: var(--sap-otp-phone-height, 34px) !important;
	left: 0;
	max-height: var(--sap-otp-phone-height, 34px) !important;
	position: absolute !important;
	top: 0 !important;
	z-index: 3;
}
.sap-otp-gate-iti .iti__selected-country {
	align-items: center;
	display: flex;
	height: var(--sap-otp-phone-height, 34px) !important;
	min-height: var(--sap-otp-phone-height, 34px) !important;
}
.sap-otp-gate-iti .iti__selected-country-primary {
	align-items: center !important;
	display: flex !important;
	height: 100% !important;
}
.sap-otp-gate-iti .iti__arrow {
	border-left: 0 !important;
	border-top: 0 !important;
	border-right: var(--iti-arrow-width, 1.5px) solid var(--iti-icon-color, #555) !important;
	border-bottom: var(--iti-arrow-width, 1.5px) solid var(--iti-icon-color, #555) !important;
	box-sizing: border-box;
	height: var(--iti-arrow-size, 5px) !important;
	margin-left: var(--iti-arrow-padding, 7px) !important;
	width: var(--iti-arrow-size, 5px) !important;
}
.sap-otp-gate-iti .iti__selected-dial-code {
	align-items: center;
	display: inline-flex;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: 1;
}
.sap-otp-gate-iti input.sap-otp-gate-phone,
.sap-otp-gate-iti .iti__tel-input.sap-otp-gate-phone,
.sap-otp-gate-iti .sap-otp-gate-phone.form-control {
	float: none !important;
	max-width: none !important;
	width: 100% !important;
}
.sap-otp-gate-iti .iti__dropdown-content {
	z-index: 1060;
}
.sap-otp-gate-iti .iti__country-selector {
	background-color: var(--iti-country-selector-bg, #fff) !important;
	border: var(--iti-border-width, 1px) solid var(--iti-border-color, #ccc) !important;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2) !important;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	z-index: 1060 !important;
}
.sap-otp-gate-iti .iti__search-input-wrapper {
	align-items: center !important;
	border-bottom: 1px solid var(--iti-border-color, #ccc) !important;
	display: flex !important;
	position: relative !important;
}
.sap-otp-gate-iti .iti__search-input {
	border: 0 !important;
	border-radius: 3px 3px 0 0 !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: inherit !important;
	height: 34px !important;
	line-height: inherit !important;
	padding: 8px 35px 8px 37px !important;
	position: static !important;
	width: 100% !important;
}
.sap-otp-gate-iti .iti__search-icon {
	align-items: center !important;
	display: flex !important;
	left: var(--iti-spacer-horizontal, 10px) !important;
	pointer-events: none !important;
	position: absolute !important;
}
.sap-otp-gate-iti .iti__search-icon-svg {
	display: block !important;
	fill: none !important;
	height: var(--iti-globe-icon-size, 17px) !important;
	stroke: var(--iti-icon-color, #555) !important;
	stroke-width: 3 !important;
	width: var(--iti-globe-icon-size, 17px) !important;
}
.iti .iti__selected-country,
.iti .iti__flag-container {
	z-index: 3;
}
.iti .iti__country-container,
.iti .iti__flag-container {
	bottom: 0;
	top: 0;
}
.iti .iti__selected-country {
	align-items: center;
	display: flex;
	height: 100%;
}
.form-group.has-error > .iti {
	margin-bottom: 0;
}
.form-group.has-error > .iti .form-control {
	border-color: #a94442;
	box-shadow: none;
}
.form-group.has-error > .iti + .text-danger {
	display: block;
	margin-top: 5px;
}
.form-group .input-group > .iti {
	display: table-cell !important;
	width: 100% !important;
	position: relative !important;
	vertical-align: top;
}
.form-group .input-group > .iti .form-control {
	float: none;
	width: 100% !important;
	z-index: auto;
}
.form-group .input-group > .iti .form-control[readonly] {
	background-color: var(--otp-white);
	opacity: 1;
	cursor: default;
}
.otpboxlogin .sap-onepcheckout-login-phone-row {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}
.otpboxlogin .sap-onepcheckout-login-phone-col {
	padding-right: 5px !important;
}
.otpboxlogin .sap-onepcheckout-login-action-col {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: auto !important;
}
.otpboxlogin .sap-onepcheckout-login-action-col .btnverifylogin {
	width: auto !important;
}
.otpboxlogin .telephonenewlogin {
	padding-right: 20px !important;
}
.otpboxlogin .sap-otp-gate-iti .iti__country-container,
.otpboxlogin .sap-otp-gate-iti .iti__flag-container {
	align-items: center !important;
	height: 100% !important;
	max-height: none !important;
}
.otpboxlogin .sap-otp-gate-iti .iti__selected-country {
	align-items: center !important;
	display: flex !important;
	height: 100% !important;
	min-height: 0 !important;
}
.otpboxlogin .sap-otp-gate-iti .iti__selected-country-primary,
.otpboxlogin .sap-otp-gate-iti .iti__selected-dial-code {
	align-items: center !important;
	display: inline-flex !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	height: 100% !important;
	line-height: 1 !important;
}
#popup-login .otpboxloginpopup.sap-otp-default .input-group {
	align-items: stretch;
	display: flex;
	gap: 8px;
	width: 100%;
}
#popup-login .otpboxloginpopup.sap-otp-default .input-group > .iti {
	--sap-otp-phone-height: clamp(40px, 5.5556vw, 45px);
	display: block !important;
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
}
#popup-login .otpboxloginpopup.sap-otp-default .input-group > .input-group-btn {
	display: flex;
	flex: 0 0 auto;
	vertical-align: top;
	width: auto;
}
#popup-login .otpboxloginpopup.sap-otp-default .input-group > .iti .form-control {
	border-radius: var(--sl-border-radius-sm, 12px) !important;
	height: clamp(40px, 5.5556vw, 45px) !important;
}
#popup-login .otpboxloginpopup.sap-otp-default .input-group .send_otp_btn {
	align-items: center;
	border-radius: var(--sl-border-radius-sm, 12px) !important;
	display: inline-flex;
	height: clamp(40px, 5.5556vw, 45px) !important;
	justify-content: center;
	margin: 0 !important;
	min-width: 95px;
	padding: 0 14px;
	width: auto;
}
#popup-login .otpboxloginpopup .iti__selected-country-primary,
#popup-login .otpboxloginpopup .iti__selected-dial-code,
#popup-registration .form .group-telephone > .iti .iti__selected-country-primary,
#popup-registration .form .group-telephone > .iti .iti__selected-dial-code {
	align-items: center !important;
	color: rgb(102, 102, 102) !important;
	display: inline-flex !important;
	font-family: var(--sl-rubik-light, Rubik-Light) !important;
	font-size: clamp(16px, 2.6316vw, 18px) !important;
	font-weight: 400 !important;
	height: 100% !important;
	line-height: 1 !important;
}
@media (max-width: 420px) {
	#popup-login .otpboxloginpopup.sap-otp-default .input-group {
		gap: 6px;
	}
	#popup-login .otpboxloginpopup.sap-otp-default .input-group .send_otp_btn {
		font-size: 14px;
		min-width: 86px;
		padding: 0 10px;
	}
}
.sap-otp-checkout-login {
	border-top: 1px solid rgba(0, 0, 0, .08);
	margin-top: 12px;
	padding-top: 12px;
}
.sap-otp-oct-smartcheckout-modal-body .sap-otp-checkout-login {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.sap-otp-checkout-login > .form-group {
	margin-bottom: 0;
}
.sap-otp-checkout-login .control-label,
.sap-otp-checkout-login > .form-group > label {
	color: #555;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 8px;
	text-align: center;
	text-transform: uppercase;
}
.sap-otp-oct-smartcheckout-login .dark-text {
	color: #555 !important;
}
.sap-otp-checkout-login [class^="telephone-error-"],
.sap-otp-checkout-login [class*=" telephone-error-"] {
	display: block;
	width: 100%;
}
.sap-otp-checkout-login .sap-checkout-login-row {
	align-items: stretch;
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.sap-otp-checkout-login .sap-checkout-login-row:before,
.sap-otp-checkout-login .sap-checkout-login-row:after {
	content: none;
	display: none;
}
.sap-otp-checkout-login .sap-checkout-login-phone-col {
	flex: 1 1 0 !important;
	float: none !important;
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
	width: auto !important;
}
.sap-otp-checkout-login .sap-checkout-login-action-col {
	flex: 0 0 auto !important;
	float: none !important;
	padding-left: 0;
	padding-right: 0;
	width: auto !important;
}
.sap-otp-checkout-login .sap-otp-gate-iti {
	display: block !important;
	width: 100% !important;
}
.sap-otp-checkout-login .form-control {
	height: 34px;
	min-width: 0;
	width: 100% !important;
}
.sap-otp-checkout-login [class*="btnverify"] {
	align-items: center;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	margin: 0;
	min-width: 72px;
	padding-left: 12px;
	padding-right: 12px;
	white-space: nowrap;
}
.sap-otp-checkout-login [class*="btnverify"] span {
	line-height: 1;
}
.sap-otp-checkout-login .slerror {
	margin-top: 8px;
}
@media (max-width: 360px) {
	.sap-otp-checkout-login .sap-checkout-login-row {
		gap: 8px;
	}
	.sap-otp-checkout-login [class*="btnverify"] {
		min-width: 64px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.sap-otp-default .input-group {
	border-collapse: separate;
	display: table;
	width: 100%;
}
.sap-otp-default .input-group > .input-group-btn {
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
}
.sap-otp-default .input-group > .input-group-btn > .btn {
	height: 34px;
	margin-left: -1px;
	position: relative;
	z-index: 2;
}
.sap-otp-default .input-group > .iti .form-control {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	height: 34px;
}
.iti .sap-otp-gate-phone.form-control {
	float: none;
	width: 100% !important;
}
.form-group .iti__selected-dial-code {
	max-height: 55px !important;
	transition: all var(--otp-tr);
}
.form-group .iti__selected-country-primary:hover {
	background-color: var(--otp-transparent-color) !important;
}
.form-group required {
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transition: var(--otp-tr) ease all;
	transition: var(--otp-tr) ease all;
	z-index: 22;
	width: 42px;
	background-color: rgba(242, 222, 222, .22);
	height: 42px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
	padding: 13px;
	border-left: 1px solid #ddd;
}
.form-group required:after {
	content: "\f314";
	display: inline-block;
	font: normal normal normal 18px/1 'Ionicons';
	font-size: 10px;
	color: #777;
}
.popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: var(--otp-overlay-color);
	z-index: 19009;
	animation: fadeIn 0.3s ease-out;
}
.popup-overlay.sap-otp-overlay {
	background: var(--otp-overlay-color);
	inset: 0;
	position: fixed;
	z-index: 19009;
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.popup-window {
	display: none;
	background: var(--otp-white);
	width: 90%;
	max-width: 500px;
	height: -moz-max-content;
	height: -webkit-max-content;
	height: max-content;
	max-height: calc(100vh - 30px);
	overflow: hidden;
	margin: auto;
	position: fixed;
	inset: 0;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.24);
	contain: layout paint style;
	isolation: isolate;
}
.popup-window .inner {
	overflow-y: auto;
	padding: 35px 25px;
	scrollbar-width: thin;
	scroll-behavior: auto;
	scrollbar-color: var(--otp-primary-color) transparent;
	max-height: calc(100vh - 30px);
}
.popup-window .inner::-webkit-scrollbar {
	width: 8px;
}
.popup-window .inner::-webkit-scrollbar-track {
	background: transparent;
}
.popup-window .inner::-webkit-scrollbar-thumb {
	background: var(--otp-primary-color);
	border-radius: 4px;
}
.popup-window .inner::-webkit-scrollbar-thumb:hover {
	background: #4a9d39;
}
.popup-window .inner .popup-title {
	font-family: var(--otp-rubik-medium);
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.2;
}
.popup-window .inner .popup-text {
	font-family: var(--otp-rubik-light);
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	margin-bottom: 25px;
}
.btn-close-popup {
	position: absolute;
	z-index: 99;
	width: 40px;
	height: 40px;
	top: 16px;
	right: 16px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	will-change: transform, background-color;
	border-radius: 50%;
	transition: transform .3s ease, background-color .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-close-popup:hover {
	background-color: rgba(239, 68, 68, 0.1);
	transform: rotate(90deg);
}
.btn-close-popup:after,
.btn-close-popup:before {
	content: "";
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background-color: #64748b;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: background-color .2s ease;
}
.btn-close-popup:after {
	transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close-popup:hover:after,
.btn-close-popup:hover:before {
	background-color: #ef4444;
}
.popup-window p {
	font-size: clamp(15px, 2vw, 17px);
	line-height: 22px;
	color: var(--otp-text-color);
	margin-bottom: 5px;
}
@media (min-width: 768px) {
	.popup-window {
		border-radius: 18px;
	}
}
@media (max-width: 767px) {
	.popup-window {
		width: 100%;
		height: 100%;
		max-height: 100%;
		overscroll-behavior: contain;
	}
	.popup-window .inner {
		max-height: 100%;
		padding: 20px;
	}
	.form .form-group {
		margin-bottom: 18px;
	}
}
.sap-otp-default .input-group .send_otp_btn {
	height: clamp(40px, 5.5556vw, 45px);
	width: 95px;
	border-radius: 2px;
	margin: 0 0 0 -2px;
	font-family: var(--otp-rubik-medium);
	font-size: 15px;
	color: var(--otp-white);
	cursor: pointer;
	display: block;
	z-index: 1;
	position: relative;
}
.sap-otp-default .input-group .otp_btn-s {
	background: var(--otp-primary-color);
	border: 2px solid var(--otp-primary-color);
}
.sap-otp-default .input-group .otp_btn-d {
	background: var(--otp-danger-color);
	border: 2px solid var(--otp-danger-color);
}
.sap-otp-default .input-group .otp_btn-s:hover {
	background: transparent;
	color: var(--otp-primary-color) !important;
}
.sap-otp-default .input-group .send_otp_btn-s:hover:after {
	border-color:var(--otp-primary-color);
}
.sap-otp-default .input-group .otp_btn-d:hover {
	background: transparent;
	color: var(--otp-danger-color) !important;
}
.sap-otp-default .input-group .send_otp_btn-d:hover:after {
	border-color: var(--otp-danger-color)
}
@media(max-width:767px) {
	.sap-otp-default .input-group .send_otp_btn:after{
		margin-left: -3px
	}
}
.sap-otp-gate-message {
	display: block;
	margin-top: 4px;
	width: 100%;
	font-size: 13px;
	line-height: 1.4;
	clear: both;
}
.sap-otp-gate-message.is-error {
	color: #a94442;
}
.disable-hover,
.disable-hover:hover,
.disable-hover:active,
.disable-hover * {
	pointer-events: none !important;
}
.text-center {
	text-align: center;
}
.otp-input .fa {
	font-size: 1em !important;
	line-height: 1em;
}
.otp-input .fa.fa-spin {
	will-change: transform;
	animation-name: fixed-spin !important;
}
.otp-input .fa:not(.fa-spin) {
	will-change: auto;
}
@keyframes fixed-spin {
	100% {
		transform: rotate(360deg);
	}
}
.no-overflow {
	overflow: hidden;
}
.onetime {
	border: none;
	background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/100% 2px no-repeat;
	font: 4ch consolas, monospace;
	letter-spacing: .45ch;
	color: var(--otp-primary-color);
	-webkit-appearance: none;
	margin: 0;
	padding: 0;
	width: calc(var(--otp-code-length, 4) * 1ch);
}
.onetime:focus {
	outline: none;
	color: var(--otp-primary-color);
}
.btn_resend {
	border: none;
	background: none;
	color: var(--otp-primary-color);
	display: inline-block;
	font-size: 16px;
}
.btn_resend strong {
	border-bottom: 1px dashed var(--otp-primary-color);
}
.btn_resend strong:hover {
	border-bottom: 1px dashed var(--otp-white);
}
#popup-otp .popup-form .form {
	display: grid;
	grid-auto-rows: -webkit-min-content;
	grid-auto-rows: min-content;
	grid-gap: 24px;
}
#popup-otp .popup-form .form .group-telephoneotp .edit-field {
	right: 14px;
	position: absolute;
	top: clamp(12px, 1.5625vw, 15px);
	border: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 22px;
	cursor: pointer;
	--c-pen: rgba(var(--otp-black-rgb), 0.54);
	--c-pen-hover: var(--otp-primary-color);
}
#popup-otp .popup-form .form .group-telephoneotp .edit-field:hover {
	--c-pen-hover: var(--otp-primary-color);
}
#popup-otp .popup-form .otp-input {
	display: grid;
	grid-row-gap: 4px;
	letter-spacing: .2px;
	align-self: center;
	justify-self: center;
	place-self: center;
	margin-top: -30px;
}
.otp-input_field {
	display: grid;
	grid-auto-flow: column;
	grid-column-gap: 16px;
	justify-content: center;
	border: none;
}
.otp-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	padding: 8px 14px 8px 14px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.otp-input_message {
	color: #929292;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .2px;
}
.otp-input_message.is-error {
	color: #e00027;
}
progress {
	border-radius: 3px;
	width: 50%;
	height: 12px;
	border: 1px solid #e8c00e;
}
progress::-webkit-progress-bar {
	background-color: beige;
	border-radius: 3px;
}
progress::-webkit-progress-value {
	background-color: var(--otp-primary-color);
	background-image: linear-gradient(var(--otp-primary-color), #2cbc24);
	border-radius: 3px;
}
progress::-moz-progress-bar {
	background-color: var(--otp-primary-color);
	background-image: linear-gradient(var(--otp-primary-color), #2cbc24);
	border-radius: 3px;
}
@supports (-webkit-text-size-adjust:none) and (not (-ms-accelerator:true)) {
	.sap-otpbox .iti__arrow { border: none; }
}
.margintop20 {
	margin-top: 20px;
}
@media screen and (max-width: 600px) {
	.sap-otpbox button i {
		font-size: 1rem;
	}
}
.sap-otp-default .input-group .form-control{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#popup-otp.sap-otp-modal {
	background: var(--otp-white);
	border: 1px solid rgba(var(--otp-black-rgb), 0.08);
	box-shadow: 0 18px 42px rgba(var(--otp-black-rgb), 0.18);
	max-width: 500px;
}
@media (min-width: 768px) {
	#popup-otp.sap-otp-modal {
		border-radius: 18px;
	}
}
@media (max-width: 767px) {
	#popup-otp.sap-otp-modal {
		border-radius: 0;
	}
}
#popup-otp.sap-otp-modal .inner {
	padding: 24px 28px 22px;
}
#popup-otp.sap-otp-modal .popup-title {
	color: rgba(var(--otp-black-rgb), 0.82);
	font-family: var(--otp-rubik-medium);
	font-size: 24px;
	letter-spacing: .03em;
	line-height: 1.15;
	margin: 0 0 14px;
	text-align: center;
	text-transform: uppercase;
}
#popup-otp.sap-otp-modal .popup-text {
	margin-bottom: 14px;
}
#popup-otp.sap-otp-modal .popup-form .form.sap-otp-form {
	gap: 14px;
}
#popup-otp.sap-otp-modal .popup-form .form .sap-otp-phone-row {
	margin-bottom: 0;
	position: relative;
}
#popup-otp.sap-otp-modal .popup-form .form .group-telephoneotp .form-field {
	background: var(--otp-white);
	border: 1px solid var(--sl-border-color, rgba(var(--otp-black-rgb), 0.16));
	border-radius: 12px;
	box-shadow: none;
	color: rgba(var(--otp-black-rgb), 0.82);
	font-family: var(--otp-rubik-light);
	font-size: 16px;
	height: auto;
	padding: 12px 46px 12px 16px;
}
#popup-otp.sap-otp-modal .popup-form .form .group-telephoneotp .form-field:disabled {
	-webkit-text-fill-color: rgba(var(--otp-black-rgb), 0.82);
	color: rgba(var(--otp-black-rgb), 0.82);
	opacity: 1;
}
#popup-otp.sap-otp-modal .popup-form .form .group-telephoneotp .edit-field {
	align-items: center;
	background: transparent;
	border: 0;
	display: inline-flex;
	height: 18px;
	justify-content: center;
	padding: 0;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	--c-pen: rgba(var(--otp-black-rgb), 0.54);
	--c-pen-hover: var(--otp-primary-color);
}
#popup-otp.sap-otp-modal .popup-form .form .group-telephoneotp .edit-field:hover {
	background: transparent;
}
#popup-otp.sap-otp-modal .popup-form .otp-input.sap-otp-code-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: grid;
	gap: 8px;
	justify-items: center;
	margin-top: 0;
	padding: 0;
}
#popup-otp.sap-otp-modal .otp-input_field {
	margin: 0;
}
#popup-otp.sap-otp-modal .onetime {
	background: repeating-linear-gradient(90deg, rgba(var(--otp-black-rgb), 0.26) 0, rgba(var(--otp-black-rgb), 0.26) 1ch, transparent 0, transparent 1.5ch) left bottom/100% 2px no-repeat;
	border: none;
	border-radius: 0;
	box-shadow: none;
	caret-color: var(--otp-primary-color);
	color: var(--otp-primary-color);
	display: block;
	font: 700 30px/1 'Consolas', 'SFMono-Regular', monospace;
	letter-spacing: .45ch;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 0 10px;
	text-align: left;
	width: calc(var(--otp-code-length, 4) * 1ch);
}
#popup-otp.sap-otp-modal .onetime:focus {
	background: repeating-linear-gradient(90deg, var(--otp-primary-color) 0, var(--otp-primary-color) 1ch, transparent 0, transparent 1.5ch) left bottom/100% 2px no-repeat;
}
#popup-otp.sap-otp-modal .otp-input_message {
	font-size: 12px;
	line-height: 1.4;
	min-height: 16px;
	text-align: center;
}
.sap-otp-resend {
	display: grid;
	gap: 8px;
	justify-items: center;
	width: 100%;
}
#popup-otp.sap-otp-modal .btn_resend {
	background: transparent;
	border: none;
	border-bottom: 1px dashed rgba(var(--otp-black-rgb), 0.25);
	border-radius: 0;
	box-shadow: none;
	color: var(--otp-primary-color);
	display: inline-flex;
	font-family: var(--otp-rubik-medium);
	font-size: 16px;
	justify-content: center;
	min-width: 0;
	padding: 0 0 2px;
	transition: color .2s ease, border-color .2s ease, opacity .2s ease;
}
#popup-otp.sap-otp-modal .btn_resend strong {
	border: 0;
	font-weight: 700;
}
#popup-otp.sap-otp-modal .btn_resend:hover {
	border-bottom-color: var(--otp-primary-color);
	color: var(--otp-primary-color);
}
#popup-otp.sap-otp-modal .btn_resend.is-busy {
	opacity: .75;
}
#popup-otp.sap-otp-modal .sap-otp-timer {
	align-items: center;
	background: transparent;
	border: 0;
	display: grid;
	gap: 10px;
	padding: 0;
	width: 100%;
}
#popup-otp.sap-otp-modal .sap-otp-timer-text {
	color: rgba(var(--otp-black-rgb), 0.62);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
#popup-otp.sap-otp-modal .sap-otp-timer-text b {
	color: rgba(var(--otp-black-rgb), 0.82);
	font-weight: 800;
}
#popup-otp.sap-otp-modal .otp-info {
	background: rgba(83, 165, 69, 0.08);
	border: 1px solid rgba(83, 165, 69, 0.18);
	border-radius: 10px;
	color: rgba(var(--otp-black-rgb), 0.72);
	min-height: 22px;
	padding: 12px 16px;
	text-align: center;
}
#popup-otp.sap-otp-modal .otp-info:empty {
	display: none;
}
#popup-otp.sap-otp-modal .otp-info.slsuccess {
	background: rgba(220, 252, 231, 0.82);
	border-color: rgba(34, 197, 94, 0.35);
	color: #166534;
}
#popup-otp.sap-otp-modal .otp-info.slerror {
	background: rgba(254, 226, 226, 0.88);
	border-color: rgba(239, 68, 68, 0.28);
	color: #b91c1c;
}
#popup-otp.sap-otp-modal progress {
	display: block;
	margin: 0 auto;
	max-width: 180px;
	width: 100%;
	height: 6px;
	border: 0;
	border-radius: 999px;
	overflow: hidden;
}
#popup-otp.sap-otp-modal progress::-webkit-progress-bar {
	background: rgba(var(--otp-black-rgb), 0.12);
	border-radius: 999px;
}
#popup-otp.sap-otp-modal progress::-webkit-progress-value {
	background: var(--otp-primary-color);
	border-radius: 999px;
}
#popup-otp.sap-otp-modal progress::-moz-progress-bar {
	background: var(--otp-primary-color);
	border-radius: 999px;
}
#popup-otp.sap-call-auth-modal {
	max-width: 342px;
}
#popup-otp.sap-call-auth-modal .inner {
	padding: 36px 28px 28px;
}
#popup-otp.sap-call-auth-modal .popup-title {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 28px;
	text-transform: none;
}
#popup-otp.sap-call-auth-modal .otp-info {
	background: transparent;
	border: 0;
	color: rgba(var(--otp-black-rgb), 0.62);
	display: none !important;
	margin-bottom: 16px;
	padding: 0;
}
#popup-otp.sap-call-auth-modal .otp-info:empty {
	display: none;
}
#popup-otp.sap-call-auth-modal .sap-call-auth-phone-label {
	color: rgba(var(--otp-black-rgb), 0.54);
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 6px;
	text-align: left;
}
#popup-otp.sap-call-auth-modal .popup-form .form .sap-otp-phone-row {
	margin-bottom: 22px;
	position: static;
}
#popup-otp.sap-call-auth-modal .popup-form .form.sap-call-auth-form {
	gap: 0;
}
#popup-otp.sap-call-auth-modal .sap-call-auth-phone-value {
	color: rgba(var(--otp-black-rgb), 0.86);
	font-family: var(--otp-rubik-medium);
	font-size: 18px;
	line-height: 1.35;
	padding: 0;
	text-align: left;
	white-space: nowrap;
}
.sap-call-auth-brand {
	color: rgba(var(--otp-black-rgb), 0.62);
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 24px;
	text-align: center;
}
.sap-call-auth-ring {
	align-items: center;
	background: transparent;
	border: 6px solid rgba(83, 165, 69, 0.34);
	border-radius: 50%;
	display: flex;
	height: 112px;
	justify-content: center;
	margin: 0 auto 24px;
	position: relative;
	width: 112px;
}
.sap-call-auth-ring__pulse {
	animation: sap-call-pulse 1.8s ease-out infinite;
	border: 4px solid rgba(83, 165, 69, 0.42);
	border-radius: 50%;
	inset: -8px;
	position: absolute;
}
.sap-call-auth-ring__icon {
	align-items: center;
	border-radius: 50%;
	color: var(--otp-primary-color);
	display: flex;
	height: 82px;
	justify-content: center;
	position: relative;
	width: 82px;
}
.sap-call-auth-ring__icon svg {
	display: block;
	fill: none;
	height: 54px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 54px;
}
.sap-call-auth-icon--failed {
	display: none !important;
}
#popup-otp.sap-call-auth-modal.is-call-failed .sap-call-auth-ring {
	border-color: rgba(239, 68, 68, 0.32);
}
#popup-otp.sap-call-auth-modal.is-call-failed .sap-call-auth-ring__pulse {
	animation: none;
	border-color: rgba(239, 68, 68, 0.22);
}
#popup-otp.sap-call-auth-modal.is-call-failed .sap-call-auth-ring__icon {
	color: var(--otp-error-color);
}
#popup-otp.sap-call-auth-modal.is-call-failed .sap-call-auth-icon--call {
	display: none;
}
#popup-otp.sap-call-auth-modal.is-call-failed .sap-call-auth-icon--failed {
	display: block !important;
	fill: currentColor;
	stroke: none;
	transform: translateY(2px);
}
#popup-otp.sap-call-auth-modal.is-verified .popup-title {
	color: var(--otp-primary-color);
	font-size: 20px;
	line-height: 1.35;
	margin-bottom: 14px;
	text-transform: none;
}
#popup-otp.sap-call-auth-modal.is-verified .popup-form .form.sap-call-auth-form {
	gap: 0;
}
#popup-otp.sap-call-auth-modal.is-verified .sap-call-auth-status {
	color: var(--otp-primary-color);
	font-family: var(--otp-rubik-medium);
}
.sap-call-auth-dial {
	color: var(--otp-primary-color);
	font-family: var(--otp-rubik-medium);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
	text-align: center;
}
.sap-call-auth-status {
	color: rgba(var(--otp-black-rgb), 0.62);
	font-size: 14px;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 250px;
	text-align: center;
}
.sap-call-auth-actions {
	margin-top: 24px;
	text-align: left;
}
.sap-call-auth-sms-fallback {
	background: transparent;
	border: 0;
	color: var(--otp-primary-color);
	font-family: var(--otp-rubik-medium);
	font-size: 13px;
	line-height: 1.4;
	padding: 0;
	text-align: left;
}
.sap-call-auth-sms-fallback.is-hidden {
	display: none;
}
.sap-call-auth-sms-fallback:hover,
.sap-call-auth-sms-fallback:focus {
	color: #2f8a28;
	outline: none;
	text-decoration: underline;
}
.sap-call-auth-progress {
	background: rgba(var(--otp-black-rgb), 0.1);
	border-radius: 999px;
	height: 5px;
	margin: 0 auto 10px;
	max-width: 190px;
	overflow: hidden;
	width: 100%;
}
.sap-call-auth-progress span {
	background: var(--otp-primary-color);
	display: block;
	height: 100%;
	transition: width .3s ease;
	width: 0;
}
@keyframes sap-call-pulse {
	0% {
		opacity: .8;
		transform: scale(.86);
	}
	100% {
		opacity: 0;
		transform: scale(1.18);
	}
}
.sap-inline-countdown {
	font-weight: 700;
}
@media (max-width: 767px) {
	#popup-otp.sap-otp-modal .inner {
		padding: 22px 16px 18px;
	}
	#popup-otp.sap-otp-modal .popup-title {
		font-size: 21px;
	}
	#popup-otp.sap-otp-modal .popup-form .form .group-telephoneotp .form-field {
		font-size: 15px;
		padding: 11px 42px 11px 14px;
	}
	#popup-otp.sap-otp-modal .onetime {
		font-size: 28px;
		letter-spacing: .38ch;
	}
	#popup-otp.sap-otp-modal progress {
		max-width: 160px;
	}
	#popup-otp.sap-call-auth-modal .inner {
		padding: 30px 24px 24px;
	}
	.sap-call-auth-ring {
		height: 104px;
		width: 104px;
	}
	.sap-call-auth-ring__icon {
		font-size: 44px;
		height: 76px;
		width: 76px;
	}
}
.dark-theme .popup-window,
.dark-theme .popup-window .inner {
	background: var(--otp-color-dark);
	border: 1px solid var(--otp-color-dark-2);
}
@media (max-width: 767px) {
	.dark-theme .popup-window .inner {
		border: none;
	}
}
.dark-theme .popup-window .form input[type="tel"],
.dark-theme .popup-window .popup-title,
.dark-theme .popup-window p {
	color: var(--sl-white);
}
.dark-theme .form input[type="tel"]::placeholder {
	color: var(--otp-color-gray-1);
}
.dark-theme .popup-window .form-field {
	color: var(--sl-color-gray-1);
	border-color: var(--otp-color-dark-2);
	background-color: #141414 !important;
}
.dark-theme .sap-otp-default .input-group .send_otp_btn {
	color: var(--otp-black);
}
.dark-theme .btn-close-popup {
	background-color: rgba(255, 255, 255, 0.05);
}
.dark-theme .btn-close-popup:hover {
	background-color: rgba(239, 68, 68, 0.15);
}
.dark-theme .btn-close-popup:after,
.dark-theme .btn-close-popup:before {
	background-color: #94a3b8;
}
.dark-theme .btn-close-popup:hover:after,
.dark-theme .btn-close-popup:hover:before {
	background-color: #ef4444;
}
.dark-theme .popup-window .inner::-webkit-scrollbar-thumb {
	background: var(--otp-primary-color);
	border-radius: 4px;
}
.dark-theme .popup-window .inner::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05);
}
.dark-theme #popup-otp.sap-call-auth-modal .otp-info,
.dark-theme #popup-otp.sap-call-auth-modal .sap-call-auth-phone-label,
.dark-theme #popup-otp.sap-call-auth-modal .sap-call-auth-brand,
.dark-theme #popup-otp.sap-call-auth-modal .sap-call-auth-status {
	color: #94a3b8;
}
.dark-theme #popup-otp.sap-call-auth-modal .sap-call-auth-phone-value {
	color: #f8fafc;
}
.dark-theme #popup-otp.sap-call-auth-modal .sap-call-auth-progress {
	background: rgba(255, 255, 255, 0.12);
}
.dark-theme #popup-otp.sap-call-auth-modal .sap-call-auth-sms-fallback {
	color: var(--otp-primary-color);
}
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
@media (hover: none) and (pointer: coarse) {
	* {
		transition: none !important;
	}
	.popup-window .form input {
		font-size: 16px !important;
	}
}
.sap-otp-request-pending {
	cursor: wait !important;
	opacity: 0.78;
	pointer-events: none;
}

input.sap-otp-request-pending {
	animation: sap-otp-request-pulse 0.9s ease-in-out infinite;
}

button.sap-otp-request-pending::before,
a.sap-otp-request-pending::before,
[role="button"].sap-otp-request-pending::before {
	animation: sap-otp-request-spin 0.7s linear infinite;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 1em;
	margin-right: 0.45em;
	vertical-align: -0.12em;
	width: 1em;
}

@keyframes sap-otp-request-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes sap-otp-request-pulse {
	0%,
	100% {
		opacity: 0.68;
	}
	50% {
		opacity: 1;
	}
}
