body {
	margin: 0;
	padding: 0;
}
#select2-country-container,.country-select2 .select2-selection--single{
        height: 40px !important;
        line-height: 40px  !important;
}
.country-select2 .select2-selection__rendered{
    padding-left:15px !important;
}
.country-select2 .select2-selection__arrow b{
    display: none;
}
#usr_reg_form select {
    border-radius: 100px;
    border: 1px solid rgba(227, 227, 227, 0.66);
    background: #f7f7f7; 
}
#usr_reg_form .select2-selection--single{
    border-radius: 100px;
    border: 1px solid rgba(227, 227, 227, 0.66);
    background: #f7f7f7;
    
     position: relative;
    padding-right: 30px;
    height: 38px; 
    line-height: 38px; 
    color: #000;
}
#usr_reg_form .select2-container--default .select2-selection--single::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1338 5.94433C12.3919 5.77382 12.7434 5.80202 12.9707 6.02929C13.1979 6.25656 13.2261 6.60807 13.0556 6.8662L12.9707 6.9707L8.47067 11.4707C8.21097 11.7304 7.78896 11.7304 7.52926 11.4707L3.02926 6.9707L2.9443 6.8662C2.77379 6.60807 2.80199 6.25656 3.02926 6.02929C3.25653 5.80202 3.60804 5.77382 3.86617 5.94433L3.97067 6.02929L7.99996 10.0586L12.0293 6.02929L12.1338 5.94433Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    pointer-events: none;
}
/* register form css start */
.register-wapper {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    overflow-y: scroll;
}
.register-form-card {
	max-width: 60%;
	width: 100%;
	margin: auto;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
	padding: 24px;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	display: flex;
}
.register-form-logo {
	max-width: 127.901px;
	height: 64px;
	width: 100%;
	margin: auto;
}
.register-form-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.register-form-card h2 {
	color: #000;
	text-align: center;
	font-family: Golos Text;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
}
.register-form-main {
	max-width: 100%;
	width: 100%;
}
.register-form-main label {
	color: #000;
	font-family: Golos Text;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	margin: 0;
	margin-bottom: 8px;
}
.register-form-main input {
	height: 40px;
	padding: 0 16px;
	border-radius: 100px;
	border: 1px solid rgba(227, 227, 227, 0.66);
	background: #f7f7f7;
	color: #201d23;
	font-family: Golos Text;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
}
.register-form-main .input-group input {
	border-right: 0;
}
.input-group-text {
	border: 1px solid rgba(227, 227, 227, 0.66);
	border-left: 0;
	border-radius: 8px;
	background: #f7f7f7;
}
.submit-btn {
	margin-top: 20px;
}
.submit-btn button {
	border-radius: 100px;
	background: #000;
	border: 0;
	padding: 0;
	width: 20%;
	height: 42px;
	color: #fff;
	text-align: center;
	font-family: Golos Text;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: -0.42px;
}
.form-control:focus,
.form-control:focus-visible {
	outline: unset;
	border: 1px solid rgba(227, 227, 227, 0.66);
	outline: 0;
	background-color: #f7f7f7;
	box-shadow: unset;
}
.iti {
	position: relative;
	display: inline-block;
	width: 100%;
}
button:focus,
button:focus-visible {
	background: #000;
	color: #fff;
	outline: 0;
}
.register-form-card p {
	color: #000;
	text-align: center;
	font-family: Golos Text;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}
.register-form-card p a {
	color: #09ACF2;
	font-weight: 500;
}

/* register form css end */
/* modal */
.modal .modal-content {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
     border-radius: 8px;
    background: var(--Card-Bg, #FFF);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 24px;
    max-width:700px;
    width:100%;
}
.modal-title{
    margin-bottom: 0;
    font-family: 'Golos Text', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}   
.custom-modal-btn {
    border-radius: 100px;
    background: #000;
    border: 0;
    padding: 0;
   width:100%;
  
    height: 42px;
    color: #FFF;
    text-align: center;
    font-family: 'Golos Text', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.42px;
    cursor: pointer;
    transition: background 0.3s ease;
}
#domainForm label{
     font-size: 16px;
    font-style: normal;
    font-weight: 600;
     font-family: 'Golos Text', sans-serif;
}
@media (max-width: 767px) {.submit-btn button {width:100%;}}
@media (max-width: 480px) {
	.register-wapper {
		padding: 0 16px;
	}
}
