#register-business-trial * {
    box-sizing: border-box;
}
#register-business-trial {
    font-family: Roboto, Arial, sans-serif;
    color: #1A2533;
}
#register-business-trial i {
       font-family: "Font Awesome 5 Pro" !important;
}
#register-business-trial .modal-content {
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    max-height: 80%;
    padding: 25px;
    padding-bottom: 40px;
    border: 0;	
    position: relative;
}
#register-business-trial .modal-inner {
    padding-top: 0;
    width: 500px;
    margin-left: -250px;
    left: 50%;
    top: 275px;
    max-height: calc(100% - 400px);
    overflow: visible;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 10000003;
    overflow: auto;
}
#register-business-trial *::-webkit-scrollbar {
    width: 7px;
    height: 7px; 
}
#register-business-trial *::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px;
}
#register-business-trial *:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.55);
}
@media screen and (max-height: 1440px) {
    #register-business-trial .modal-inner {
        max-height: 80%;
        top: 10%; 
    }
}
@media screen and (max-width: 555px) {
    #register-business-trial .modal-inner {
        width: 90%;
        margin-left: -45%;
    }
}
@media screen and (max-width: 30em) {
	#register-business-trial .modal-content {
		width: auto;
		padding: 16px;
		padding-top: 20px;
		max-height: unset;
	}
    #register-business-trial .modal-inner {
		top: 30px;
		border-radius: 8px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: auto !important;
	    margin-left: 0 !important;
	    left: 0 !important;
	    right: 0 !important;
	    padding-top: 0;
	    height: calc(100% - 30px);
	    max-height: unset;
    }
}
    
#register-business-trial.modal-container .modal-close:before {
    opacity: 0.7;
}
#register-business-trial.modal-container .modal-close:after {
    margin-left: 230px;
    color: white;
    z-index: 10000002;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 25px;
    border: 0px;
    cursor: pointer;
    top: 250px;
    font-size: 0px;
    background: url(/images/popups/close-shadow3.svg) center no-repeat;
    height: 18px;
    width: 18px;
    padding: 0;
}
@media screen and (max-height: 1440px) {
    #register-business-trial.modal-container .modal-close:after {
        top: calc(10% - 27px);
    }
}
@media screen and (max-width: 555px) {
    #register-business-trial.modal-container .modal-close:after {
        margin-left: calc(45% - 20px);
    }
}
@media screen and (max-width: 30em) {
    #register-business-trial.modal-container .modal-close:after {
        top: 6px;
        left: 0;
        right: 5px;
        margin-left: auto;
    }
	#register-business-trial.modal-container .modal-close:before {
        display: block;
    }
    #register-business-trial.modal-container:before {
        display: none !important;
    }
}

#register-business-trial_header {
    margin-bottom: 20px;
}
    #register-business-trial_header_main-text {
	    text-align: left;
	    font-size: 22px;
	    line-height: 29px;
	    font-weight: bold;
	    margin-bottom: 20px;
	   }
    #register-business-trial_header_sub-text {
        font-size: 14px;
    }


#register-business-trial_content {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.register-business-trial_input-wrap {
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    display: inline-block;
}
.register-business-trial_input-wrap.half {
    width: calc(50% - 5px);
    display: inline-block;
}
.register-business-trial_input-wrap.half:nth-child(even) {
	float: right;
}

@media screen and (max-width: 30em) {
	.register-business-trial_input-wrap.half {
	   width: 100%;
	}
	.register-business-trial_input-wrap.half:nth-child(even) {
	    float: none;
	}
}

    .register-business-trial_input-label {
        position: absolute;
        font-size: 12px;
        background: white;
        min-width: unset;
        left: 10px;
        z-index: 1;
        line-height: 16px;
        width: fit-content;
        padding: 0 7px;
        color: #979A9F !important;
    }
    .register-business-trial_input-field {
        
    }
		.register-business-trial_input-field input {
		    border: 1px solid #D5D8DC;
		    height: 40px;
		    -webkit-border-radius: 5px;
		    -moz-border-radius: 5px;
		    border-radius: 5px;
		    font-size: 16px !important;
		    background: white;
		    -webkit-appearance: none;
		    margin: 0;
		    margin-top: 8px;
		    width: calc(100% - 11px);
		    padding: 12px;
		    padding-top: 15px;
		}
        .register-business-trial_input-field.required {
            background-repeat: no-repeat;
            background-position-x: calc(100% - 1px);
            background-position-y: 8px;
            background-size: 5px;
            background-image: url(/images/UI_icons/inputs/asterisk.svg);
        }
		.register-business-trial_input-field input:focus {
			border: 1px solid #1389fe;
		}
		.register-business-trial_input-wrap:focus-within .register-business-trial_input-label {
			color: #1389fe !important;
		}


#register-business-trial_contract-container {
	margin-top: 10px;
	width: 100%;
}

#register-business-trial-alert {
    display: none;
    margin-top: 20px;
}


#register-busines_submit_btn {
    background: #EE2B3A;
    border-radius: 8px;
    border: 0px;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    height: 42px;
    max-width: 450px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    z-index: 1;
    transition: 0.5s ease;
    font-weight: bold;
    margin: 30px auto 0;
    box-shadow: unset;
    align-items: center;
    justify-content: center;
}
#register-busines_submit_btn:hover {
	background: #e58327;
}

#register-business-trial-modal-loading-overlay {
    display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
	z-index: 1;
}
	#register-business-trial-modal-loading {
	    text-align: center;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    color: white;
	    transform: translate(-50%, -50%);
	}