body, .h-100, .signup-content {
	min-height: 100vh;
}
.signup-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}
/* @extend display-flex; */
display-flex, .signup-content, .form-row, .label-flex, .form-radio-group {
	display: flex;
	display: -webkit-flex;
}
a:focus, a:active {
	text-decoration: none;
	outline: none;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
}
input, textarea {
	outline: none;
	appearance: unset !important;
	-moz-appearance: unset !important;
	-webkit-appearance: unset !important;
	-o-appearance: unset !important;
	-ms-appearance: unset !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
appearance: none !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
-o-appearance: none !important;
-ms-appearance: none !important;
margin: 0;
}
input:focus, textarea:focus {
	outline: none;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
}
input[type=checkbox] {
	appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
	-o-appearance: checkbox !important;
	-ms-appearance: checkbox !important;
}
input[type=radio] {
	appearance: radio !important;
	-moz-appearance: radio !important;
	-webkit-appearance: radio !important;
	-o-appearance: radio !important;
	-ms-appearance: radio !important;
}
input:-webkit-autofill {
box-shadow: 0 0 0 30px transparent inset;
-moz-box-shadow: 0 0 0 30px transparent inset;
-webkit-box-shadow: 0 0 0 30px transparent inset;
-o-box-shadow: 0 0 0 30px transparent inset;
-ms-box-shadow: 0 0 0 30px transparent inset;
background-color: transparent !important;
}
img {
	max-width: 100%;
	height: auto;
}
figure {
	margin: 0;
}
p {
	margin: 0px;
	font-weight: 600;
}
h3 {
	line-height: 1.2;
	margin: 0;
	padding: 0;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
body {
	font-size: 0.7rem;
	line-height: 1.8;
	color: #222;
	font-weight: 500;
	margin: 0px;
	background: #282828;
	padding: 0px 0;
}
.form-control {
	font-size: 0.9rem !important;
}
.dropdown-menu ul li {
	font-size: 0.7rem !important;
}
.main {
	position: relative;
}
.container {
	width: 1400px;
	margin: 0 auto;
	background: #fff;
}
.signup-img {
	position: relative;
	width: 400px;
}
.signup-form {
	width: 100%;
	margin-top: -2px;
}
.signup-img-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.register-form {
	background-color: #fff;
	padding: 10px 60px;
}
.form-row {
	margin: 0 -30px;
}
.form-row .form-group {
	width: 50%;
	padding: 0 30px;
}
.form-input, .form-select, .form-radio {
	margin-bottom: 8px;
}
label {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
}
label.required {
	position: relative;
}
label.required:after {
	content: '*';
	margin-left: 2px;
	color: #b90000;
}
input {
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	padding: 3px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.label-flex {
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
}
.label-flex label {
	width: auto;
}
.form-link {
	color: #222;
	text-decoration: none;
	position: relative;
}
.form-link:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #d7d7d7;
	left: 0;
	bottom: 12px;
}
.form-radio {
	margin-bottom: 18px;
}
.form-radio input {
	width: auto;
	display: inline-block;
}
.radio-label {
	padding-right: 72px;
}
.form-radio-group {
	padding-bottom: 10px;
	padding-top: 12px;
}
.form-submit {
	text-align: right;
}
.submit {
	width: 110px;
	height: 40px;
	display: inline-block;
	font-weight: bold;
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#reset {
	background: #fff;
	color: #999;
	border: 2px solid #ebebeb;
}
#reset:hover {
	border: 2px solid #329e5e;
	background: #329e5e;
	color: #fff;
}
#submit, .submit-new {
	background: #4671d9 !important;
	color: #fff !important;
	font-weight: 700 !important;
}
#submit:hover, .submit-new:hover {
	background-color: #0280b2;
}
.form-input {
	position: relative;
}
label.error {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
}
label.error:after {
	font-family: 'Material-Design-Iconic-Font';
	position: absolute;
	content: '\f1f8';
	right: 20px;
	top: 37px;
	color: #c70000;
}
input.error {
	border: 1px solid #c70000;
}
.select-list {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 47px;
}
.list-item {
	position: absolute;
	width: 100%;
	z-index: 99;
}
.btn {
	padding-top: 0px;
	padding-bottom: 0px;
}
.modal ul {
	list-style: square outside url("circle.png");
}
.mobileselect {
	border: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
}
.btn.btn-primary {
	background: #4671d9 !important;
	color: #fff !important;
	font-weight: 700 !important;
}
#message {
	background: #f1f1f1;
	color: #000;
	position: relative;
	padding: 5px;
}
#message p {
	padding: 2px 10px;
	font-weight: 500;
	margin-bottom: 0px;
}
.invalid {
	color: rgb(220 53 69);
}
.invalid::before {
position: relative;
left: -10px;
content: "✖";
}
.valid {
	color: rgb(25 135 84);
}
.valid::before {
position: relative;
left: -10px;
content: "✔";
}
.custom-tooltip {
--bs-tooltip-bg: var(--bs-secondary);
}
.tooltip-inner {
	max-width: 300px; /* Set your desired width here */
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
	font-size: 0.9rem;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
	font-size: 0.8rem;
	font-weight: 600;
padding: .20rem .75rem;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	font-size: 0.8rem;
	padding: 0 .65em;
	margin: 0px;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
	display: contents;
min-height: calc(1.4em + .75rem + 1.4px);
}
.select2-container--bootstrap-5 .select2-selection {
	border-color: #ddd;
min-height: calc(1.4em + .75rem + 1.4px);
border-radius: .40rem;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	font-size: 0.9rem;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
	height: 1.2rem;
}
.select2-results__option[aria-selected="false"]::before {
font-family: "bootstrap-icons";
content: "\F584";
margin-right: 10px;
font-size: 110%;
}
.select2-results__option[aria-selected="true"]::before {
font-family: "bootstrap-icons";
content: "\F26D";
color: #fff;
margin-right: 10px;
font-size: 110%;
}
.select2-results__option[aria-selected="true"]::before {
background-color: #0d6efd;
color: #fff;
}
.select2-results__option:hover[aria-selected="true"]::before {
color: #fff;
}
.form-select {
	font-size: 0.9rem;
}
::-ms-input-placeholder { /* Edge 12-18 */
font-style: italic;
}
::placeholder, .select2-selection__placeholder {
font-style: italic;
}
data-placeholder {
	font-style: italic;
}
.country-select .country-list {
	width: 100% !important;
	z-index: 999 !important;
}
.country-select .flag-dropdown {
/* z-index: 9 !important; */
}
.country-select .flag-dropdown, .country-select.inside .selected-flag {
	width: 100% !important;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
	box-shadow: none;
}
h6 {
	font-size: 0.8rem !important;
}
@media screen and (max-width: 1024px) {
.container {
width: calc( 100% - 30px);
max-width: 100%;
margin: 0 auto;
}
.signup-img {
display: none;
}
.signup-form {
width: 100%;
}
.register-form {
padding: 20px 80px 20px 80px;
}
}
@media screen and (max-width: 992px) {
.signup-content {
width: 100%;
}
.form-radio-item {
margin-right: 15px;
}
.register-form {
padding: 33px 30px 30px 30px;
}
}
@media screen and (max-width: 768px) {
.form-row {
flex-direction: column;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-o-flex-direction: column;
-ms-flex-direction: column;
margin: 0px;
}
.form-row .form-group {
width: 100%;
padding: 0 0px;
}
}
@media screen and (max-width: 480px) {
.submit {
width: 100%;
}
#submit {
margin-bottom: 20px;
margin-right: 0px;
}
.form-radio-group {
flex-direction: column;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-o-flex-direction: column;
-ms-flex-direction: column;
}
}