.ra-inline-wrap {
    position: relative !important;
}

.ra-inline-wrap .section.form {
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    transform: none;
}

.section.form .btn-wrap {
	margin-top: 0vh;
}

.section.form .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #FDE609;
	padding: 2.2vh 0;
	color: #1E1E1E;
	font-family: 'Poppins-Bold', Helvetica, Arial, sans-serif;
	font-size: 87.5%;
	line-height: 120%;
	font-weight: 800;
	text-align: center;
	border: none;
	border-radius: 1.6vh;
	cursor: pointer;
	text-decoration: none !important;
	flex: 1 1 auto;
	margin: 0 auto;
}

.section.form .btn:hover,
.section.form .btn:active {
	color: #1E1E1E;
	background: #FFF;
}

.section.form .btn:hover .icon,
.section.form .btn:active .icon {
	filter: brightness(0) saturate(100%) invert(41%) sepia(33%) saturate(4932%) hue-rotate(94deg) brightness(97%) contrast(102%);
}
.section.form .btn.get-bonus {
    width: 39.1vh;
    padding: 2.4vh 0;
    margin-left: 0;
}

.section.form .btn.section.form .btn-tab {
    border-radius: 0;
    padding: 1.6vh 0;
    font-family: 'Poppins-Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    pointer-events: none;
}
.section.form .btn.section.form .btn-tab.section.form .btn-off {
    background: var(--ra-color2);
    color: #5C7391;
    pointer-events: all;
}
.section.form .btn.section.form .btn-tab img {
    height: 4vh;
    width: 4vh;
    margin-right: 1vh;
}
.section.form .btn.section.form .btn-tab.section.form .btn-off img {
    filter: invert(1);
    opacity: 0.3;
}
.section.form .btn.section.form .btn-tab:first-child {
    border-top-left-radius: 1.6vh;
    border-bottom-left-radius: 1.6vh;
}
.section.form .btn.section.form .btn-tab:last-child {
    border-top-right-radius: 1.6vh;
    border-bottom-right-radius: 1.6vh;
}

h3 {
	font-family: 'Poppins-Regular', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 120%;
	line-height: 120%;
}

.regular {
	font-family: 'Poppins-Regular', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.yellow {
	color: #FDE609;
}

.subheader {
	font-size: 225%;
	line-height: 120%;
	width: 100%;
}

/* ---------- flex */

.flex {
	display: flex;
	justify-content: space-between;
}

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

.flex.center {
	align-items: center;
	justify-content: center;
}

/* ---------- SECTIONS */

.sections {
	position: relative;
	display: flex;
	gap: 0;
	z-index: 100;
	min-height: 96vh;
    margin: 0;
    padding: 0;
	justify-content: flex-start;
}

.section {
	position: relative;
	padding: 4vh 0;
	flex: 0 0 auto;
	z-index: 5;
}

/* FORM ------------ */

.form-wrap {
	display: none;
}

.form-wrap.show {
	display: block;
	position: fixed;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
	background: var(--ra-color0);
	width: 100vw;
	height: 100vh;
}

.section.form {
	background: var(--ra-color1);
	width: max(42vh,20vw);
	margin: 0 auto;
	border-radius: 3vh;
	padding: 2vh;
    padding-bottom: 3vh;
    margin-left: -2vh;
	gap: 2.5vh;
	scale: 0.9;
	z-index: 30;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-55%) translateX(-50%);    
}
.section.form .close {
	position: absolute;
	top: 2vh;
	right: 2vh;
	width: 3vh;
	height: 3vh;
	background: url('../images/close.svg') center center no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 1000;
}
.section.form.err-summary {
	z-index: 30;
}

.section.form h2,
.section.form h3 {
	margin-bottom: 0;
	text-align: center;
}
.section.form h2 {
    margin-top: 1.5vh;
}

.section.form select,
.section.form input,
.selected-option {
	align-items: center;
	justify-content: center;
	border-radius: 1.6vh;
	border: none;
	padding: 2.2vh 2vh;
	margin: 0;
	height: auto;
	font-family: 'Poppins-Regular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 120%;
	background: var(--ra-color2);
	color: #fff;
}

.section.form input[type="email"] {
	width: 100%;
}

.section.form input[type="checkbox"] {
	width: max(2vh, 1.8vw);
	opacity: 0.5;
	padding: 1vh !important;
}

.section.form select::placeholder,
.section.form input::placeholder {
	color: #fff;
}

.section.form .passwrap {
	position: relative;
}

.section.form input.passintput {
	position: relative;
	width: 100%;
}

.section.form .passtoggle {
	position: absolute;
	display: block;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 7vh;
	height: 100%;
	flex: 0 0 7vh;
	background: url('../images/eye-off.svg') no-repeat center center;
	background-size: contain;
	background-size: 3vh 3vh;
}

.section.form .passtoggle.off {
	background: url('../images/eye.svg') no-repeat center center;
	background-size: 3vh 3vh;
}

.section.form .selector>* {
	flex: 1 1 auto
}

.section.form .selector {
	position: relative;
}

.section.form .selector input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	max-width: 60%;
}

.drop-select {
	position: relative;
	min-width: 20%;
}

.drop-select img {
	width: 3.2vh;
	height: 3.2vh;
	border-radius: 100vh;
	object-fit: cover;
	border: 0.4vh solid #203045;
	margin-right: 1.6vh;
	margin-bottom: -0.5vh;
    margin-top: -0.5vh;
}

.drop-select .selected-option {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: var(--ra-color3);
	cursor: pointer;
}

.drop-select.country-code .selected-option {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.drop-select .selected-option::after {
	content: "";
	width: 2vh;
	height: 2vh;
	position: absolute;
	top: calc(50% - 1vh);
	right: 2vh;
	background: url('../images/corner.svg') center center no-repeat;
	background-size: contain;
	transition-duration: 0.5s;
	transform: rotate(0deg);
}

.drop-select.open .selected-option::after {
	transform: rotate(180deg);
}

.drop-select.fixed-select .selected-option::after {
    content: none;
}
.drop-select.fixed-select .selected-option {
    pointer-events: none;
    cursor: initial;
}


.drop-select .select-dropdown {
	visibility: hidden;
	position: absolute;
	top: 7.4vh;
	left: 0;
	width: calc(100% - 3vh);
	padding: 2vh 1.5vh;
	background: var(--ra-color3);
	display: flex;
	flex-direction: column;
	gap: 2vh;
	border-radius: 0.8vh;
	z-index: 50;
}

.drop-select.open .select-dropdown {
	visibility: visible;
}

.select-dropdown .code-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
    font-size: 80%;
}

.input-wrap {
	position: relative;
	display: flex;
}

.err-msg {
	font-size: 65%;
	color: orange;
	display: none;
	bottom: -2.2vh;
    left: 1vh;
	margin-bottom: 0vh;
	position: absolute;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	width: 100%;
}

.err-email .err-email-label {
	display: flex;
	animation: error-pop 1s forwards;
}

.err-password .err-password-label {
	display: flex;
	animation: error-pop 1s forwards;
}

.err-tel .err-tel-label {
	display: flex;
	animation: error-pop 1s forwards;
}

@keyframes error-pop {
	0% { opacity: 0; }
	30% { opacity: 0; }
	100% { opacity: 1;}
}

.section.form .btn-submit.disabled {
	opacity: 0.6 !important;
	pointer-events: none !important;
}

.err-summary .err-summary-label {
    position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	font-size: 80%;
    text-align: center;
	color: red;
    margin-top: -3vh;
    margin-bottom: 2vh;
    width: calc(100% - 2vh);
    align-items: center;
    justify-content: center;
}

.already-confirm {
    color: #777;
    font-size: 87%;
    text-align: center;
}
.already-confirm .confirm {
    font-size: 75%;
    margin-top: 1vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vh;
}

.ra-loader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000070;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999999999999;
}
.ra-loader-spinner {
	--size: 8dvh;
	--stroke-width: calc(var(--size) / 6);
	--color: currentColor;
	--animation-timing-function: linear;
	--animation-duration: 1.5s;
	width: var(--size);
	height: var(--size);
	border-width: var(--stroke-width);
	border-style: solid;
	border-color: var(--color) var(--color) var(--color) transparent;
	border-radius: 50%;
	transform: rotate(0deg);
	animation: var(--animation-timing-function) var(--animation-duration) infinite ra-loader-spinner-animation;
}

@keyframes ra-loader-spinner-animation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}