@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.ttf') format('truetype'),
        url('font/IRANYekanXFaNum-Regular.svg#IRANYekanXFaNum-Regular') format('svg');
}
.booknetic_login *
{
	font-family: 'IRANYekanXFaNum', sans-serif !important;
	box-sizing: border-box;
}

.booknetic_login *:after
{
	display: none;
}

.booknetic_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;
}
.booknetic_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;
}
.booknetic_step_2
{
    display: none;
}
.booknetic_check_your_phone
{
    color: #292D32;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 1.1vw;
    margin-bottom: 1.1vw;
}

.booknetic_phone_success
{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.booknetic_step_2 .booknetic_footer
{
    color: #828f9a;
    font-size: 14px;
    font-weight: 500 !important;
}
.booknetic_step_3
{
    display: none;
}
.booknetic_step_progress_bar
{
    display: flex;
    padding: 40px 50px 0 50px;
}

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

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


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

.booknetic_step_progress_bar_txt span
{
    display: inline-block;
    padding: 0 1px;
}
.booknetic_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;
}

.booknetic_text_primary
{
	color: #6C70DC !important;
}
.booknetic_text_secondary
{
	color: #8F9CA7 !important;
}

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

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

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

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

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

.booknetic_form label
{
	color: #292D32;
	font-size: 14px;
	line-height: 24px;
}

.booknetic_form input[type=text]
{
	height: 48px;
	width: 100%;
	border: 1px solid #E3EAF3 !important;
	border-radius: 2px;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	/*todo:// padding: 15px; bu property-ni silme sebebimiz safari-de conflict vermesidi,
	 * gelecek 2 ayda nese problem cixmasa bu comment-i sile bilerik.
	 * eks halda revert olunacaq
	 .*/
	color: #292D32;
	font-size: 14px;
}

.form-control-checkbox
{
	height: 46px;
	font-size: 14px;
	color: #292D32;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}
.form-control-checkbox > label
{
	margin: 0;
}

.fs_onoffswitch
{
	position: relative;
	width: 38px;
	height: 20px;

	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
.fs_onoffswitch-checkbox
{
	display: none !important;
}
.fs_onoffswitch-label
{
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 20px;
	width: 38px;
	padding: 0;
	line-height: 20px;
	border-radius: 30px;
	background-color: #CCD7DD;
	transition: background-color 0.3s ease-in;
}
.fs_onoffswitch-label:before
{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin: 3px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	border-radius: 14px;
	transition: all 0.3s ease-in 0s;
}
.fs_onoffswitch-checkbox:checked + .fs_onoffswitch-label
{
	background-color: #6C70DC;
}
.fs_onoffswitch-checkbox.green_switch:checked + .fs_onoffswitch-label
{
	background-color: #53D56C;
}

.fs_onoffswitch-checkbox:checked + .fs_onoffswitch-label .fs_onoffswitch-inner
{
	margin-left: 0;
}
.fs_onoffswitch-checkbox:checked + .fs_onoffswitch-label:before
{
	right: 0;
	background-color: #FFF;
}

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

.booknetic_form .tab {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #007bff;
}

.booknetic_form .tab button {
    padding: 10px 20px;
    background-color: transparent;
    color: #007bff;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
    margin-right: 5px;
}

.booknetic_form .tab button:last-child {
    margin-right: 0;
}

.booknetic_form .tab button.active {
    background-color: rgba(0, 123, 255, 0.1);
    color: #007bff;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.booknetic_form .tab button:hover {
    background-color: rgba(8, 113, 226, 0.2);
}

.booknetic_form .form-group {
    margin-bottom: 15px;
}

.booknetic_form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.booknetic_form input[type="text"],
.booknetic_form input[type="email"],
.booknetic_form input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.booknetic_form input[type="text"]:focus,
.booknetic_form input[type="email"]:focus,
.booknetic_form input[type="password"]:focus {
    border-color: #007bff;
    outline: none;
}

.booknetic_form .form-control-checkbox {
    display: flex;
    align-items: center;
}

.booknetic_form .fs_onoffswitch {
    margin-left: 10px;
}

.booknetic_form .booknetic_btn_primary {
    padding: 12px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.booknetic_form .booknetic_btn_primary:hover {
    background-color: #218838;
}

@media (max-width: 600px) {
    .booknetic_form .tab button {
        flex: 1;
    }
}

.booknetic_form #phonePasswordContainer.hidden
{
	display: none;
}

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

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

.booknetic_form_element
{
	margin-bottom: 20px;
}

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

.booknetic_login_btn
{
	height: 56px;
	width: 100%;
	text-align: center;
	font-size: 14px !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#booknetic_phone {
	direction: ltr;
	text-align: left;
}

#booknetic_phone_password {
    direction: ltr;
}

#booknetic_email_password {
    direction: ltr;
}

.stuxan_booknetic_login_btn {
	bottom: 0;
}

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

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

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

}

.booknetic-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;
}
.booknetic-loader:after
{
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid;
	border-color: #fff transparent #fff transparent;
	animation: booknetic-loader 1.2s linear infinite;
}
@keyframes booknetic-loader
{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}

#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;
}

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

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

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

.booknetic_signin_completed > img
{
    width: 100%;
}

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

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

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

.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;
}