<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--purple: #9f70fd;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.form--floating {
	width: 100%;
	max-width: 400px;
	align-items: center;
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.no-display{
	display: none !important;
}
.disabled{
	pointer-events: none;
	cursor: default;
}
.form__group--floating {
	width: 100%;
}

.form-container {
	margin: auto;
	width: 400px;
	border-radius: 9px;
	/*background: linear-gradient(to right, rgba(233, 240, 208, 1), rgba(212, 228, 244, 1));*/
	border: 1px solid var(--border-main-clr);

}

.form--floating {
	padding-left: 20px;
	padding-right: 20px;
}

.form__input--floating {
	position: relative;
	width: 100%;
	min-width: 340px;
	margin: 0;
	padding: 12px;
	border: 1px solid var(--border-main-clr);
	border-radius: 4px;
	/* background: linear-gradient(to right, rgba(233, 240, 208, 1), rgba(212, 228, 244, 1)); */
	outline: none;
	overflow: hidden;
	cursor: pointer;

}

.form__input--floating:valid {
	background: rgba(255, 255, 255, 0.3);

}
.notifications-css{
	display: block !important;
}
.notification__fixed{
	display: block !important;
	top: 0 !important;
}

/* Header */

.form__header {
	padding: 20px;
	margin-top: 0;
	margin-bottom: 16px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	position: relative;
	background: rgba(255, 255, 255, 0.3);
	border: none;
	border-bottom: 1px solid var(--border-main-clr);
	overflow: hidden;
}

.form__header h2 {
	color: #0E0023;
	z-index: 3;
}

/* Tabs */

.tabs {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-bottom: none;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.tabs__item {
	flex: 1;
	text-align: center;
	padding: 10px;
	margin: 0;
}

.tabs__item {
	width: auto;
	z-index: 6;
	border: 1px solid var(--border-main-clr);
	padding: 15px;
	border-radius: 4px;
}

.tabs__item:hover {
	border: none;
	padding: 15px;
	border-radius: 4px;
}

.tabs__item .item--active {
	border-bottom: 1px solid var(--blue-clr) !important;
	border: none;

}

/* Button */

.login__btn {
	background-color: var(--purple);
	border-radius: 99px;
	width: 250px;
	z-index: 6;
}

.login__btn:hover {
	background-color: rgba(139, 92, 233, 1);
}

/*Footer*/
.form__footer {
	margin-top: 0;
	padding: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border: none;
	border-top: 1px solid var(--border-main-clr);
}

/*Terms checkbox*/

.item--checkbox {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
	align-items: baseline;
	gap: 16px;
}

.item--checkbox label {
	padding-left: 0 !important;
}

@media (max-width: 768px) {
	body {
		background: none;
		flex-wrap: wrap;
		justify-content: start;
	}
	.field__input{
		width: 30%;
	}
	.wrap-btn-text{
		text-wrap: wrap
	}
	.users-phone{
		display: none;
	}

	.form__header {
		margin-top: 0;
		border-radius: 0;
	}
	.alert{
		margin: 0 1rem;
	}
	.form__input--floating {
		padding-left: 20px;
		padding-right: 20px;
	}

	.form-container {
		height: auto;
		width: auto;
		margin: 0;
		padding: 0;
		position: static;
		top: 0;
		left: 0;
		border-radius: 0;
		border: none;
	}

	.tabs__item {
		width: 100%;
	}

	.tabs {
		padding: 20px;
		display: flex;
		flex-direction: row;
	}

	/* .flex {
		flex-wrap: wrap;
		justify-content: center;
	} */

	main {
		width: auto !important;
	}

}


/*Done page*/

.doneBody {
	display: flex;
	flex-direction: column;
	padding-top: 0;
	padding-left: 20%;
	padding-right: 20%;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.endTitle {
	font-weight: 400;
	font-size: 28px;
	letter-spacing: .2rem;
	line-height: 3.2rem;
	max-width: 400px;
	margin-top: 42px;
}

/*tab*/
@media only screen and (min-width: 810px) and (min-height: 1080px) {
	#thankYou {
		height: 70%;
		width: 70%;
	}

	.endTitle {
		font-size: 28px;
		line-height: 2.8rem;
		margin-top: 46px;
		width: 400px;
	}

}

/*phone*/
@media only screen and (max-width: 480px) {

	#thankYou {
		height: 90%;
		width: 90%;
	}

	.endTitle {
		font-size: 28px;
		line-height: 2.6rem;
		margin-top: 32px;
	}
}

/*large screens*/
@media only screen and (min-width: 811px) {
	#thankYou {
		height: 65%;
		width: 65%;
	}

	.endTitle {
		margin-top: 42px;

	}
}

/* TOS config */

.tos-container{
	width: 100%;
}
.tos-config-container{
	margin: auto;
	width: 70%;
	border-radius: 9px;
	
	
}

.tos-textarea{
	width: 100%;
	
}

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

	.tos-config-container{
	margin: auto;
	width: auto;
	border-radius: 9px;
	
	
}
}</pre></body></html>