::-webkit-scrollbar{
    display: none;
}

*{
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

html, body{
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	color: #181d27;
	min-height: 100vh;
}

body{
	background-color: #f9fafb;
	background-size: 1000px;
	background-repeat: no-repeat;
	background-position: center top;
}

.btn{
	background: #ffffff;
	color: #414651;
	border: 1px solid #d5d7da;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 10px;
	border-radius: 0.5rem;
	transition-duration: 0.2s;
	outline: none !important;
	box-shadow: inset 0 -2px 0 0 #f9fafb,0 1px 2px 0 #0a0d120d;
	position: relative;
}

.btn:hover, .btn:active, .btn:focus, .btn:active:focus{
	background: #f9fafb;
	box-shadow: inset 0 -2px 0 0 #f9fafb,0 1px 2px 0 #0a0d120d;
}

.btn i{
	font-weight: 500;
}

.btn-primary{
	border-color: #b8f64f;
	background: #b8f64f;
	color: #16171c;
	box-shadow: 0 1px 2px #0a0d120d;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus{
	background: #16171c;
	color: #ffffff;
	border-color: #16171c;
	box-shadow: 0 1px 2px #0a0d120d;
}

.btn-primary.disabled, .btn-primary:disabled{
	border-color: #b8f64f;
	background: #b8f64f;
	color: #16171c;
	opacity: 0.6;
}

.btn-danger{
	border-color: #f44c52;
	background: #f44c52;
	color: #ffffff;
	box-shadow: 0 1px 2px #0a0d120d;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus{
	background: #16171c;
	color: #ffffff;
	border-color: #16171c;
	box-shadow: 0 1px 2px #0a0d120d;
}

.btn-danger.disabled, .btn-danger:disabled{
	border-color: #d92d20;
	background: #d92d20;
	color: #ffffff;
	opacity: 0.6;
}

.btn-sm{
	padding: 5px 11px;
	font-size: 13px;
	font-weight: 600;
}

.btn-sm i{
	font-weight: 500;
}

.btn-icon{
	width: 38px;
}

.btn-icon i{
	position: absolute;
	left: 9px;
	font-size: 18px;
	top: 4px;
}

.btn-with-icon{
	padding-left: 34px;
}


.form-required{
	color: #b8f64f;
	font-size: 20px;
	position: absolute;
	right: -12px;
	top: -4px;
}

.form-label{
	margin-bottom: 3px;
	font-weight: 500;
	font-style: normal;
	color: #414651;
	font-size: 14px;
	letter-spacing: 0.016em;
	position: relative;
}

.form-validation-error{
	margin-bottom: 3px;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.016em;
	margin-top: 5px;
	color: #f44c52;
}

input.form-control{
	font-size: 15px;
	font-weight: 500;
	padding: 6px 12px;
	border-radius: 0.5rem;
	border-color: #d5d7da;
	outline: none !important;
    box-shadow: 0 1px 2px 0 #0a0d120d;
    transition-duration: 0.2s;
    font-size: 25px;
    text-align: center;
    aspect-ratio: 1 / 1;
}

input.form-control:active, input.form-control:focus{
	border-color: #d5d7da !important;
	box-shadow: 0 1px 2px 0 #0a0d120d;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-check-input{
	width: 22px;
	height: 22px;
	border-radius: 7px !important;
	box-shadow: none !important;
	border-color: #d5d7da;
	outline: none !important;
	cursor: pointer;
}

.form-check-input:active{
	filter: none !important;
}

.form-check-input:focus{
	border-color: #d5d7da;
}

.form-check-input:checked{
	background-color: #b8f64f;
	border-color: #b8f64f;
}

.form-check-label{
	font-size: 14px;
	font-weight: 500;
	position: relative;
	top: 2px;
	left: 7px;
	user-select: none;
}

.form-check-input:checked[type="checkbox"]{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23181d27' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.input-group-text{
	background: #ffffff;
}

.input-group-prepend .input-group-text{
	border-radius: 0px;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

.input-group-append .input-group-text{
	border-radius: 0px;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.btn-with-icon i{
	position: absolute;
	left: 11px;
	font-size: 18px;
	top: 3px;
}

.auth-page{
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.auth-container{
	max-width: 400px;
	width: 100%;
}

.auth-logo{
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 32px;
	margin-bottom: 26px;
	opacity: 1;
}

.auth-card{
	border-radius: 0.5rem;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
	padding: 20px;
	width: 100%;
}

.auth-title{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 3px;
}

.auth-description{
	font-weight: 500;
	font-size: 15px;
	opacity: 0.7;
}

.auth-btn{
	width: 100%;
}

.auth-forgot-password-link{
	color: #000000;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition-duration: 0.3s;
	cursor: pointer;
}

.auth-branding{
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	color: rgba(33, 37, 41, 0.6);
	margin-top: 22px;
}

.auth-branding a{
	font-weight: 700;
	color: rgba(33, 37, 41, 0.9) !important;
}

.auth-password-container{
	position: relative;
}

.auth-password-container input{
	padding-right: 30px;
}

.auth-password-container i{
	position: absolute;
	right: 7px;
	top: 5px;
	font-size: 18px;
	opacity: 0.5;
	transition-duration: 0.3s;
	cursor: pointer;
}

.auth-password-container i:hover{
	opacity: 0.8;
}

.auth-captcha-container{
	border-radius: 0.5rem;
	border: 1px solid #d5d7da;
	box-shadow: 0 1px 2px 0 #0a0d120d;
}

.auth-captcha-image{
	width: 100%;
	height: 50px;
	object-fit: contain;
	object-position: center;
	pointer-events: none;
}

.auth-captcha-reload-btn{
	width: 40px;
	height: 100%;
	background: transparent;
	border: none;
	border-left: 1px solid #d5d7da;
	font-size: 18px;
	color: #181d27;
	cursor: pointer;
	transition-duration: 0.3s;
}

.auth-captcha-reload-btn:hover{
	opacity: 0.5;
}

.auth-captcha-input{
	width: 100%;
	border: none;
	outline: none !important;
	height: 38px;
	background: transparent;
	border-top: 1px solid #d5d7da;
	padding: 0px 12px;
	font-size: 15px;
	font-weight: 500;
}

.auth-captcha-image-loading{
	padding: 14px 10px;
	opacity: 0.4;
}

.auth-login-link{
	display: block;
	text-align: center;
	color: #000000;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition-duration: 0.3s;
	cursor: pointer;
	margin-top: 10px;
}

.auth-header-icon{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: none;
	background: #b8f64f;
	font-size: 24px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 15px;
	pointer-events: none;
}

.auth-captcha-terms{
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	color: rgba(33, 37, 41, 0.6);
	margin-bottom: 0px;
}

.auth-captcha-terms a{
	font-weight: 700;
	color: rgba(33, 37, 41, 0.9) !important;
	text-decoration: none;
}

.cf-turnstile{
	margin-top: 15px;
	height: 65px;
	border-radius: 0.5rem;
	outline: none !important;
	box-shadow: 0 1px 2px 0 #0a0d120d;
	overflow: hidden;
	border: 1px solid #d5d7da;
}

.cf-turnstile div{
	scale: 1.01;
}