body {
    background-color: white;
}

.login-form {
	height: 100%;
	min-height: 600px;
}

@media(min-width: 992px) {
	.login-form {
		margin-top: -50px;
	}
}

.form-wrapper {
	width: 100%;
	max-width: 448px;
}

.details-form .form-wrapper {
	max-width: 100%;
}

.login-form .primary-btn {
	padding-top: 14px;
	padding-bottom: 14px;
}

.password-input button {
	right: 16px;
	margin-top: 2px;
	background-color: transparent;
}

.password-input button i {
	transition: color .2s ease;
}

.password-input button:hover i {
	color: var(--primary);
}

#terms-policy-checkbox {
	padding: 10px;
	vertical-align: middle;
	margin: 0;
}

#terms-policy-checkbox:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

#terms-policy-checkbox + label a:link,
#terms-policy-checkbox + label a:visited {
	color: var(--primary);
}


/* PASSWORD RECOVERY */ 
.password-recovery {
	height: 100%;
	min-height: 500px;
}

@media(min-width: 992px) {
	.password-recovery {
		margin-top: -80px;
	}
}

.section-wrapper {
	width: 100%;
	max-width: 448px;
}

.password-recovery .primary-btn {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 40px;
	padding-right: 40px;
}

.pass-icon {
	width: 96px;
	height: 96px;
	border-radius: 500px;
	background-color: var(--grey-1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.pass-icon i {
	font-size: 26px;
}

/* Password reset */

.pass-reset {
	height: 100%;
	min-height: 600px;
}

@media(min-width: 992px) {
	.pass-reset {
		margin-top: -80px;
	}
}

.pass-reset .primary-btn {
	padding-top: 14px;
	padding-bottom: 14px;
}

.email-icon {
	width: 96px;
	height: 96px;
	border-radius: 500px;
	background-color: var(--grey-1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.email-icon i {
	font-size: 26px;
}


/* VERIFY STEPS */
.verify-steps {
	height: 100%;
	min-height: 650px;
}

@media(min-width: 992px) {
	.verify-steps {
		margin-top: -80px;
	}
}

.verification-code .form-control {
	width: 250px !important;
	text-align: center !important;
	font-size: 32px !important;
	letter-spacing: 10px !important;
}


/*  Registration */
.register-form {
	height: 100%;
	min-height: 600px;
}

@media (min-width: 992px) {
	.register-form {
		min-height: 700px;
	}
}

.register-form .primary-btn {
	padding-top: 14px;
	padding-bottom: 14px;
}


#registration-type {
	flex-wrap: nowrap;
	width: 100%;
	border: none;
}

#registration-type .nav-item {
	width: 100%;
}

#registration-type .nav-link {
	width: 100%;
	height: 100%;
	border: 1px solid var(--outline);
	font-size: 14px;
	font-weight: 500;
	color: var(--primary);
	padding-top: 12px;
	padding-bottom: 12px;
}

#registration-type .nav-link.active {
	border-color: var(--primary);
	background-color: var(--primary-light-2);
	font-size: 14px;
	font-weight: 500;
	color: var(--primary);
}

#registration-type .nav-item:nth-child(1) .nav-link {
	border-radius: 8px 0px 0px 8px;
	border-right: none;
}

#registration-type .nav-item:nth-child(1) .nav-link.active {
	border-right: 1px solid;
}


#registration-type .nav-item:nth-child(2) .nav-link {
	border-radius: 0px 8px 8px 0px;
	border-left: none;
}

#registration-type .nav-item:nth-child(2) .nav-link.active {
	border-left: 1px solid;
}


.password-input button {
	right: 16px;
	margin-top: 2px;
	background-color: transparent;
}

.password-input button i {
	transition: color .2s ease;
}

.password-input button:hover i {
	color: var(--primary);
}

#terms-policy-checkbox {
	padding: 10px;
	vertical-align: middle;
	margin: 0;
}

#terms-policy-checkbox:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

#terms-policy-checkbox + label a:link,
#terms-policy-checkbox + label a:visited {
	color: var(--primary);
}


.details-form {
	height: 100%;
	min-height: 400px;
}

@media (min-width: 992px) {
	.details-form {
		min-height: 750px;
	}
}

.info-message-box {
	display: flex;
	align-items: center;
	width: fit-content;
	width: 100%;
	height: 0%;
	overflow: hidden;
	gap: 12px;
	padding: 8px;
	font-size: 14px;
	border-radius: 8px;
	background-color: var(--primary-light)
}

.multiple-select-btn {
	padding: 12px 26px 12px 16px;
	border: 1px solid var(--outline);
	border-radius: 8px;
	font-size: 16px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-align: start;
	background-color: transparent;
	cursor: default;
	color: var(--grey-2);
	font-weight: 400;
}

.arrow-icon {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	width: 12px;
	height: 12px;
}

.modal-filter-selector {
	--bs-modal-width: 685px;
}

.modal-close-btn {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-close-btn i {
	font-size: 14px;
}

.modal-filter {
	padding: 0;
}

.modal-filter label {
	padding: 8px 12px;
	border: 1px solid var(--outline);
	border-radius: 500px;
	font-size: 14px;
	line-height: 1;
	background-color: transparent;
	transition: background-color .2s ease, border-color .2s ease;
	cursor: pointer;
}

.modal-filter label:hover {
	background-color: var(--grey-1);
}

.modal-filter label:active,
.modal-filter input[type=checkbox]:checked + label {
	background-color: var(--primary-light);
	border-color: var(--primary-light);
}

.modal-filter-selector .modal-footer button {
	width: 48%;
}

@media(min-width: 768px) {
	.modal-filter-selector .modal-footer button {
		width: 30%;
	}
}

/* Success screen */
.success-screen {
	height: 100%;
	min-height: 800px;
}

#pp_no-help-modal.modal {
	--bs-modal-width: 350px !important;
}

#pp_no-help-modal .modal-header {
	padding-left: 40px;
	padding-bottom: 24px;
}

#pp_no-help-modal .modal-footer {
	padding: 0px 40px 40px 40px;
}

#pp_no-help-modal ~ .modal-backdrop.show {
	--bs-backdrop-opacity: 0.8;
}

@media(min-width: 992px) {
	.success-screen {
		margin-top: -50px;
	}
}

.success-screen .primary-btn {
	padding-top: 14px;
	padding-bottom: 14px;
}

.investors-imgs {
	margin-top: 24px;
	margin-bottom: 30px;
}

.investors-imgs img {
	border: 5px solid var(--primary-light);
	width: 50px;
	height: 50px;
	filter: blur(3px);
}

.investors-imgs img:not(:first-child) {
	margin-left: -12px;
}

/* Verify mail */
.verify-email {
	height: 100%;
	min-height: 600px;
}

@media(min-width: 992px) {
	.verify-email {
		margin-top: -80px;
	}
}

.verify-email .primary-btn {
	padding-top: 14px;
	padding-bottom: 14px;
}

.email-icon {
	width: 96px;
	height: 96px;
	border-radius: 500px;
	background-color: var(--grey-1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.email-icon i {
	font-size: 26px;
}

/* welcome screen */
.welcome-screen {
	height: 100%;
	min-height: 600px;
}

@media(min-width: 992px) {
	.welcome-screen {
		margin-top: -50px;
		min-height: 750px;
	}
}


.welcome-screen .section-wrapper {
	width: 100%;
	max-width: 650px;
}

.welcome-screen .primary-btn {
	padding-top: 14px;
	padding-bottom: 14px;
}

.welcome-video {
	border-radius: 16px;
	overflow: hidden;
	width: 100%;
}

.welcome-video iframe {
	width: 100%;
}

.video-play-icon {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	width: 88px;
	height: 88px;
	background-color: transparent;
}


