@font-face {
    font-family: 'IRANYekanXFaNum';
    src: url('font/IRANYekanXFaNum-Regular.eot');
    src: url('font/IRANYekanXFaNum-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/IRANYekanXFaNum-Regular.woff2') format('woff2'),
        url('font/IRANYekanXFaNum-Regular.woff') format('woff'),
        url(font/IRANYekanXFaNum-Regular.otf) format('otf'),
        url('font/IRANYekanXFaNum-Regular.ttf') format('truetype'),
        url('font/IRANYekanXFaNum-Regular.svg#IRANYekanXFaNum-Regular') format('svg');
}

.bookneticsaas_signup *
{
	font-family: 'IRANYekanXFaNum', sans-serif !important;
	box-sizing: border-box;
}

.bookneticsaas_btn_primary
{
	height: 36px;
	font-weight: 600;
	font-size: 12px !important;
	line-height: 18px;
	padding: 5px 15px !important;
	outline: none !important;
	cursor: pointer;
	text-decoration: none !important;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background-color: #6C70DC !important;
	color: #FFF !important;
	border: 0 !important;
}
.bookneticsaas_btn_secondary
{
	height: 36px;
	font-weight: 600;
	font-size: 12px !important;
	line-height: 18px;
	padding: 5px 15px !important;
	outline: none !important;
	cursor: pointer;
	text-decoration: none !important;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background-color: #F7F8FB !important;
	color: #8F9CA7 !important;
	border: 1px solid #E3EAF3 !important;
}
.bookneticsaas_btn_success
{
	height: 36px;
	font-weight: 600;
	font-size: 12px !important;
	line-height: 18px;
	padding: 5px 15px !important;
	outline: none !important;
	cursor: pointer;
	text-decoration: none !important;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background-color: #4FBF65 !important;
	color: #FFF !important;
	border: 0 !important;
}

.bookneticsaas_text_primary
{
	color: #6C70DC !important;
}
.bookneticsaas_text_secondary
{
	color: #8F9CA7 !important;
}

.bookneticsaas_signup
{
	display: block;
	height: auto;
	width: 460px !important;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	padding: 35px 0;
	margin:0 auto;
}

.bookneticsaas_header
{
	text-align: center;
	color: #292D32;
	font-size: 32px;
	font-weight: 600;
	line-height: 48px;
}

.cn_back_button
{
	cursor: pointer;
	padding-left: 20px;
	padding-top: 10px;
	text-align: left;
	color: #292D32;
}

.entered_phone_number {
	color: #222d3a;
	direction: ltr;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.bookneticsaas_subtitle
{
	color: #292D32;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
}

.bookneticsaas_form
{
	padding:  30px 50px 25px 50px;
}

.bookneticsaas_form label
{
	color: #292D32;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}

.bookneticsaas_form input[type='text'], .bookneticsaas_form input[type='password'], .bookneticsaas_form input[type='email']
{
	height: 48px;
	width: 100%;
	border: 1px solid #E3EAF3 !important;
	border-radius: 2px;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	color: #292D32;
	font-size: 14px;
}

.bookneticsaas_form input[type='text']::placeholder, .bookneticsaas_form input[type='password']::placeholder, .bookneticsaas_form input[type='email']::placeholder
{
	color: #828F9A !important;
	opacity: 1 !important;
	font-size: 14px;
}

.bookneticsaas_form_element
{
	margin-bottom: 20px;
}

.bookneticsaas_form_element_row
{
	display: flex;
}

.bookneticsaas_form_element_row > .bookneticsaas_form_element:not(:last-child)
{
	margin-left: 10px;
}
.bookneticsaas_form_element_row > .bookneticsaas_form_element:not(:first-child)
{
	margin-right: 10px;
}

.bookneticsaas_forgot_password
{
	color: #A2ABBC;
	font-size: 14px;
	text-decoration: underline !important;
	cursor: pointer;
}
.bookneticsaas_forgot_password img
{
	width: 18px;
	height: 18px;
	display: inline;
	vertical-align: middle;
	margin-right: 8px;
}

.bookneticsaas_signup_btn, .bookneticsaas_continue_btn, .bookneticsaas_complete_btn, .bookneticsaas_complete_signup_btn
{
	height: 56px;
	width: 100%;
	text-align: center;
	font-size: 14px !important;
	margin-top: 16px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.bookneticsaas_footer
{
	text-align: center;
	color: #292D32;
	font-size: 14px;
	font-weight: 500;
}

.bookneticsaas_footer a
{
	color: #6C70DC;
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline !important;
	margin-left: 10px;
	cursor: pointer;
}

.bookneticsaas_check_your_email
{
	color: #292D32;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.bookneticsaas_email_success
{
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

.bookneticsaas_step_2, .bookneticsaas_step_3
{
	display: none;
}

.bookneticsaas_step_2 .bookneticsaas_footer
{
	color: #828f9a;
	font-size: 14px;
	font-weight: 500 !important;
}

.bookneticsaas_input_group
{
	display: flex;
	direction:ltr;
}

.bookneticsaas_input_group > span {
	background-color: #E3EAF3;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	color: #828F9A;
	font-size: 14px;
	padding: 14px 16px;
	white-space: nowrap;
	height: 48px;
}

.bookneticsaas_input_group > input
{
	width: auto;
	min-width: 0;
}

.bookneticsaas_step_progress_bar
{
	display: flex;
	padding: 40px 50px 0 50px;
}

.bookneticsaas_step_progress_bar_line
{
	width: 75%;
	display: block;
	height: 6px;
	border-radius: 4px;
	background-color: #E3EAF3;
	margin-top: 10px;
	position: relative;
}

.bookneticsaas_step_progress_bar_line[data-step="2"]:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 50%;
	background: #6C70DC;
}


.bookneticsaas_step_progress_bar_txt
{
	text-align: right;
	width: 25%;
	color: #8F9CA7;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
}

.bookneticsaas_step_progress_bar_txt span
{
	display: inline-block;
	padding: 0 1px;
}

.bookneticsaas_company_image
{
	display: flex;
	justify-content: center;
}

.bookneticsaas_company_image_border {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 30px;
	cursor: pointer;
}

.bookneticsaas_company_image_border img
{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.booknetic_form .iti.iti--allow-dropdown
{
	direction: ltr !important;
}

#bookneticsaas_company_image_input
{
	display: none;
}

.bookneticsaas_required_star
{
	color: #ff6a4f;
}

.bookneticsaas_signup_completed
{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	padding: 0 40px;
}

.bookneticsaas_check_your_phone
{
    color: #292D32;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 1.1vw;
    margin-bottom: 1.1vw;
}

.bookneticsaas_phone_success
{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.bookneticsaas_signup_completed > img
{
	width: 100%;
}

.bookneticsaas_signup_completed_title
{
	text-align: center;
	color: #050634;
	font-size: 28px;
	font-weight: 600;
}

.bookneticsaas_signup_completed_subtitle
{
	text-align: center;
	color: #6B7886;
	font-size: 15px;
	padding: 10px 40px;
}

.bookneticsaas_signup_completed_footer
{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.bookneticsaas_goto_dashboard_btn
{
	height: 60px;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bookneticsaas-loader
{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.bookneticsaas-loader:after
{
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid;
	border-color: #fff transparent #fff transparent;
	animation: bookneticsaas-loader 1.2s linear infinite;
}
@keyframes bookneticsaas-loader
{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 768px)
{
	.bookneticsaas_signup
	{
		width: 100% !important;
	}

}


#booknetic-toastr
{
	position: fixed;
	top: 60px;
	right: 25px;
	z-index: 1110;
	width: 380px;
	min-height: 80px;
	background: #FFF;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 0 50px 0 #CCC;
	-moz-box-shadow: 0 0 50px 0 #CCC;
	box-shadow: 0 0 50px 0 #CCC;
}

#booknetic-toastr > .booknetic-toast-img
{
	float: left;

	background: #f5f6f9;
	border: 1px solid #e1e8f1;
	padding: 11px;

	margin: 16px;
	height: 53px;
}

#booknetic-toastr > .booknetic-toast-img > img
{
	width: 25px;
	height: 25px;
}

#booknetic-toastr > .booknetic-toast-details
{
	float: left;
	flex-direction: column;
	display: flex;
	justify-content: center;
	height: 100%;
	min-height: 80px;
	width: calc(100% - 120px);
	overflow: auto;
}

#booknetic-toastr > .booknetic-toast-details > .booknetic-toast-description
{
	color: #828F9A;
	font-size: 14px;
	font-family: 'IRANYekanXFaNum', sans-serif !important;
}

#booknetic-toastr .booknetic-toast-remove
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
	color: #adbfc7;
	height: 38px;
	width: 20px;
	background: #FFF;
	cursor: pointer;
}

/* Tenant custom fields */


.form-control {
	display: block;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    border-color: #E3EAF3;
    font-size: 14px;
    color: #292D32;
    outline: none !important;
	padding: 0.375rem 0.75rem;
	background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E3EAF3;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100% !important;
    max-width: 100% !important;
}

#booknetic_tenant_custom_form{
	flex-direction: column;
}

#booknetic_tenant_custom_form textarea.form-control
{
    height: 120px;
    font-weight: 400;
    line-height: 1.5;
}



#booknetic_tenant_custom_form textarea.form-control::placeholder
{
	color: #828F9A !important;
	opacity: 1 !important;
	font-size: 14px;
}


.bookneticsaas_form input[type='number'], .bookneticsaas_form input[type='time']
{
	height: 48px;
	width: 100%;
	border: 1px solid #E3EAF3 !important;
	border-radius: 2px;
	background-color: #FFFFFF;
	padding: 15px;
	color: #292D32;
	font-size: 14px;
	line-height: 1.5;
}


.form-control ~ .select2
{
	width: 100% !important;
}

.select2-container--bootstrap .select2-selection--single
{
	height: 48px;
	position: relative;
}


.select2-container--bootstrap .select2-selection--single .select2-selection__rendered
{
	font-size: 14px !important;
}


/* CHECKBOX, RADIO */
input[type="radio"] ~ label, input[type="checkbox"] ~ label {
    line-height: 16px;
    padding-left: 8px;
    vertical-align: middle;
    font-size: 14px;
    height: 16px;
    color: #828F9A;
    cursor: pointer;
}


input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #FFF;
    border: 1px solid #cfd8dc;
    outline: none;
    display: inline-block;
}


input[type="checkbox"]:checked {
    background: #53D56C;
    border-color: #53D56C !important;
}


input[type="checkbox"]:checked:after {
    content: "";
    background: url(../icons/check-white.svg);
    width: 10px !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    height: 10px;
    margin: 3px;
}

input[type="radio"]:checked ~ label, input[type="checkbox"]:checked ~ label {
    color: #292D32;
}


input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #cfd8dc;
    outline: none;
}



input[type="radio"]:checked {
    border: 6px solid #53d56c;
}


/* file input */
.form-control[type="file"] {
    display: none;
}


.form-control[type="file"] ~ .form-control {
    color: #828F9A;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
	height: 48px;
}



.form-control[type="file"] ~ .form-control:after {
    content: attr(data-label);
    position: absolute;
    width: 70px;
    height: 26px;
    color: #FFF;
    background: #ADBFC7;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    top: 9px;
}

.rtl .bookneticsaas_footer a{
    margin-left: unset;
    margin-right: 10px;
}

.rtl .bookneticsaas_footer{
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.otp-field {
    display: flex;
    direction: ltr;
}
.otp-field input {
    width: 100%;
    font-size: 32px !important;
    padding: 0;
    text-align: center;
    border-radius: 5px !important;
    margin: 2px;
    border: 2px solid #55525c !important;
    background: #e8e9ee;
    font-weight: bold;
    color: #21232d;
    outline: none;
    transition: all 0.1s;
}
.otp-field input:focus {
    border: 2px solid #a527ff;
    box-shadow: 0 0 2px 2px #a527ff6a;
}
.disabled {
    opacity: 0.5;
}
.space {
    margin-right: 1rem !important;
}
.iti.iti--allow-dropdown {
	display: flex;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}