html {
	scroll-behavior: smooth;
}
form {
	width: 80%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 50px;
	margin-bottom: 50px;
	background: rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 15px rgba(40, 209, 70, 0.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	position: relative;
}

form h2 {
	color: white;
	font-size: 32px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 50px;
}
form p {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: white;
}
form .content {
	width: 40%;
}

.inputName {
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.inputName input {
	border: 1px solid #a3a3a3;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	outline: none;
	background: transparent;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
}
form input[type='email'] {
	border: 1px solid #a3a3a3;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	outline: none;
	background: transparent;
	padding: 10px;
	margin-top: 10px;
	width: 100%;
}
.phone {
	position: relative;
	margin-top: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.phone input {
	border: 1px solid #a3a3a3;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	outline: none;
	background: transparent;
	padding: 10px;
	width: 75%;
}
.phone .search-container {
	position: relative;
	width: 100%;
	height: 50px;
	background: #111;
	display: flex;
	align-items: center;
	justify-content: center;
}
.phone .search-container .search {
	width: 90%;
	height: 60%;
}
.phone .search-container .fa-times{
    position: absolute;
	right: 30px;
	display: none;
}
form .submit {
	color: white;
	border: 1px solid #a3a3a3;
	border-radius: 10px;
	outline: none;
	padding: 10px;
	background: #28d146;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.isValid {
	box-shadow: inset 0 0px 10px rgba(40, 209, 70, 0.5);
	-webkit-box-shadow: inset 0 0px 10px rgba(40, 209, 70, 0.5);
	-moz-box-shadow: inset 0 0px 10px rgba(40, 209, 70, 0.5);
}

.form .notValid {
	/*
    box-shadow: inset 0 0px 10px rgba(251, 16, 16, 0.5);
    -webkit-box-shadow: inset 0 0px 10px rgba(251, 16, 16, 0.5);
    -moz-box-shadow: inset 0 0px 10px rgba(251, 16, 16, 0.5); 
*/
	border: 3px solid rgb(194, 20, 20);
}
.custom-select {
	border: 1px solid #ccc;
	padding: 10px;
	cursor: pointer;
	width: 23%;
	border-radius: 10px;
	background: transparent;
	border: 1px solid #a3a3a3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
}

.selected-option {
	display: flex;
	align-items: center;
}

.options {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	left: 0;
	top: 60px;
	background-color: #000;
	border: 1px solid #ccc;
	display: none;
	max-height: 150px;
	overflow-y: auto;
	width: 100%;
	z-index: 10;
}
.flag-icon {
	margin-right: 5px;
}
.options li {
	padding: 5px;
	cursor: pointer;
}

.options li:hover {
	background: transparent;
	box-shadow: inset 0px 0px 5px rgba(40, 209, 70, 0.5);
}
.options::-webkit-scrollbar {
	width: 8px;
}

.options::-webkit-scrollbar-thumb {
	background: transparent;
	box-shadow: inset 0px 0px 5px rgba(40, 209, 70, 0.5);
	border-radius: 10px;
}

.options::-webkit-scrollbar-track {
	background-color: transparent;
}
.loader-container {
	position: absolute;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 10;
	backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
	display: none;
}
.loader {
	margin-top: 70px;
	margin-bottom: 70px;
	font-size: 10px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	animation: mulShdSpin 1.1s infinite ease;
	transform: translateZ(0);
  }
  @keyframes mulShdSpin {
	0%,
	100% {
	  box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
	}
	12.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
	}
	25% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
	}
	37.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
	}
	50% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
	}
	62.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
	}
	75% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
	}
	87.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
  }

@media (max-width: 768px) {
	form h2 {
		font-size: 24px;
		margin-top: 25px;
	}
	form p {
		font-size: 19px;
		margin-top: 10px;
	}
	form .content {
		width: 90%;
	}
	.inputName {
		flex-direction: column;
	}
	.inputName input {
		width: 100%;
		margin-top: 10px;
		font-size: 12px;
	}
	form input[type='email'] {
		font-size: 12px;
	}
	.phone input {
		font-size: 12px;
		width: 68%;
	}
	.custom-select {
		width: 30%;
		font-size: 12px;
	}
	.flag-icon {
		margin-right: 5px;
	}
	.options {
		width: 100%;
	}
}

.hidden {
	display: none;
}

