body {
	font-family: Alexandria !important;
}
.format-rtl {
		font-family: Alexandria!important
}
.format-rtl p,.format-rtl button,.format-rtl select,.format-rtl h5 {
	font-family: Alexandria !important;
	font-weight: 300;
}
.wrapper {
    width: 100%;
    height: 100vh;
}
.login-left {
	background-image: url('/login-left-new-img-en.svg');
    background-size: 80%;
    background-position: left 80%;
    background-repeat: no-repeat;
}
.format-rtl .login-left {
	background-image: url("/login-left-new-img-ar.svg");
	background-position: right 80%;
}
.login-right {
	text-align: center;
	height: 100%;
}
.login-right-wrapper {
	margin: 40px auto;
	max-width: 380px;
	height: calc(100% - 80px);
	position: relative;
	display: flex;
}
.scroll-wrapper {
	/* width: 100%;
	max-height: 100%;
	overflow-y: auto; */
}
.login-box {
	color: #2D3748;
	/* flex: 1;
	display: flex; */
	align-items: center;
	padding: 20px 0;
	max-height: calc(100% - 110px);
	border: 1px solid #ECECEC;
	background-color: #fff;
	border-radius: 10px;
	margin: auto;
	overflow: auto;
	width: 100%;
}
.login-box p {
	margin-bottom: 0;
	color: #3D3D4E;
	font-size: 16px;
}
.login-box h1 {
	color: #2F3234;
    font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}
.login-box .form-check-input {
	line-height: unset;
	max-width: unset;
	margin: 0;
	background-color: #F2F2F2;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	border-radius: 3px;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	vertical-align: middle;
	box-shadow: unset;
}
.login-box .form-check-label {
	display: inline-block;
	margin-bottom: 0;
}
.tab-business-register {
	line-height: 30px;
	font-size: 14px;
	display: block;
	color: #027CF5;
	font-family: Alexandria!important;
	font-weight: 300;
}

.format-rtl .img-logo-left-login {
	right: 40px;
	left: unset;
}
.format-rtl .change-language a:first-child:after {
	right: auto;
	left: 0;
}
.format-rtl .login-box .form-check-input {
	margin-right: 0;
	margin-left: 5px;
}
.login {
	width: 400px;
	margin: auto;
    margin-left: calc(100% - 500px);
}
.login .nav-form {
	width: 100%;
	display: block;
	height: 40px;
	position: relative;
	z-index: 1000;
}
.login .nav-form a {
	width: 120px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #bbbbbb4d;
    transition: all 1s;
}
.login .nav-form a.tab-login {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: absolute;
}
.login .nav-form a.tab-register {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: absolute;
	left: 110px
}
.login .nav-form a.tab-business-register {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: absolute;
	left: 120px
}
.format-rtl .login .nav-form a.tab-business-register {
	right: 120px;
	left: unset;
}
.login .nav-form a.active {
	background: #fff;
	color: #BB1E10;
	font-weight: 500;
}
.login .body-form {
	width: 100%;
	display: block;
	background: #fff;
	padding: 40px 30px;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	height: 560px;
	position: relative;
	box-shadow: 0 2px 15px #bb1e101c;
}
.login .img-logo {
	width: 120px
}
.title-form {
	display: inline-block;
	width: 100%;
	margin: 20px 0px;
	color: #1A202C;
	text-align: left;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
}
.format-rtl .title-form {
	text-align: right;
}
.input {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.input span {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.format-rtl .input span {
	left: auto;
	right: 0;
}
.input i {
	font-size: 18px;
    color: #2A2D47;
}
.icon-prev-map-search {
	position: relative!important;
	left: unset!important;
	top: unset!important;
	font-size: 18px!important;
    color: #2A2D47!important;
}
.input input{
	box-sizing: border-box;
	box-shadow: unset;
	padding-left: 40px;
	color: #2D3748;
	font-size: 14px;
	line-height: unset!important;
	margin: 0;
	background: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
	font-weight: 300;
}
.input-email-forgot {
	padding-left: 20px !important;
}
.input input:focus{	
	background: #F3F3F3;
	border: 1px solid #848484;
}
.input input.error {
	border-color: #C52600;
}
.input input.error:focus {
	border-color: #C52600;
}
.input input::placeholder {
	color: #8F949D;
}
.input input:focus {
	box-shadow: unset;
	border: 1px solid #C8C8C8;
	color: #2D3748;
}
.bt-submit {
	display: block;
	border-radius: 5px;
	color: #fff;
	background: #00D261;
	width: 100%;
	line-height: 50px;
	margin: 15px 0px;
	font-weight: 600;
	font-size: 18px
}

.body-business-login-new .tp-bt-control .bt-prev.forgot-password {
	border: 1px solid #848484;
    border-radius: 5px;
    color: #2A2D47;
	background-color: #fff;
}
.body-business-login-new .tp-bt-control .bt-next {
	background: #00AE57;
	box-shadow: 0px 8px 20px rgba(0, 174, 87, 0.25);
	border-radius: 5px;
}

.body-business-login-new .tp-bt-control {
	margin-top: 10px;
    border-top: 1px solid #C8C8C8;
    padding-top: 20px;
}
.forgot-password {
	color: #027CF5;
	font-size: 14px;
	font-weight: 300;
}
.format-rtl .forgot-password {
	font-family: Alexandria;
	font-weight: 300;
}
.body-business-login-new .forgot-password.no-email {
	color: #027CF5;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inherit;
}
.img-logo-left-login {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 100px;
}
.sologan {
	color: #BB1E10;
	width: 350px;
	position: absolute;
	height: 90px;
	top: calc(50% - 200px);
	left: calc((100% - 500px)/2 - 175px);
}
.sologan h3{
	color: #BB1E10;
	font-weight: 500;
	font-size: 40px;
	line-height: 60px;
}
.sologan h4{
	color: #BB1E10;
    font-size: 27px;
    line-height: 50px;
}
.sologan img{
	position: absolute;
	top: 0px;
	width: 90px;
	right: 0px;
}

.login-register-flash {
    font-size: 16px;
    line-height: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.format-rtl .login-register-flash {
	text-align: right;
}
.body-form-login {
	padding: 20px;
}

.login-register-flash.error {
	color: #C52600;
}
.login-register-flash.success {
	color: #00D261;
}
.login-register-flash.info {
	color: #00D261;
}
.page-login.page-login-third-party {
	width: auto;
}
.page-login-third-party .login-box {
	height: auto;
	justify-content: center;
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
}
.page-login-third-party .login-logo {
	margin-top: 30px;
	text-align: center;
}
.page-login-third-party .accept {
	text-align: center;
}
.page-login-third-party .bt-accept {
	display: block;
	border-radius: 5px;
	color: #fff;
	background: #2B6CB0;
	padding: 0 20px;
	line-height: 50px;
	margin: 15px auto;
	font-weight: 500;
	font-size: 18px;
}
.page-login {
	height: 100%;
}
.page-login .container-fluid {
	height: 100%;
}
.page-login .row {
	height: 100%;
}
.page-login .body-form-register{
	display: none
}
.page-login .body-form-business-sign-up {
	height: calc(100% - 130px);
	padding: 0 15px 0 15px;
}
.login-box::-webkit-scrollbar {
	width: 10px;               /* width of the entire scrollbar */
}
.login-box::-webkit-scrollbar-track {
	background: #D3D3D3;        /* color of the tracking area */
	border-radius: 20px;
}
.login-box::-webkit-scrollbar-thumb {
	background-color: #EFEFEF;    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
}

.change-language a {
	display: inline-block;
    padding:  5px 10px;
	color: #616161;
	position: relative;
}
.change-language a:first-child:after {
	content: "";
	height: 16px;
	width: 1px;
	right: 0;
	top: calc(50% - 8px);
	background-color: #616161;
	display: block;
	position: absolute;
}
.change-language a.active {
	color: #2B6CB0;
}
.format-rtl .sologan {
	left: unset;
	right: calc((100% - 500px)/2 - 175px);
}
.format-rtl .sologan div {
	padding-left: 120px;
}
.format-rtl .login {
	margin-left: unset;
	margin-right: calc(100% - 500px);
}
.format-rtl .sologan img {
	right: unset;
	left: 0px;
	transform: rotate(540deg);
}
.format-rtl .input i {
	left: unset;
	right: 10px
}
.format-rtl .input input {
	padding-left: unset;
	padding-right: 40px
}
.format-rtl .login .nav-form {
	text-align: right;
	position: relative;
    height: 40px;
}
.format-rtl .login .body-form {
	border-top-right-radius: 0px;
	border-top-left-radius: 5px;
}
.register-gift .area-left {
	width: 35%;
	float: left;
	background: url('/bg_redbox_gift_1.png');
	position: relative;
	height: 100vh;
	display: flex;
	text-align: center;
	align-items: center;
 	justify-content: center;
 	background-size: cover;
}
.register-gift .area-left .logo-left-gift{
	width: 100px;
    position: absolute;
    top: 40px;
    left: 40px;
}
.register-gift .area-left .ct-step {
	width: 80%;
    margin: auto;
    display: none
}
.register-gift .area-left .ct-step.active {
	display: block;
}
.register-gift .area-left .ct-step span{
	color: #BB1E10;
	font-weight: 500;
	font-size: 16px;
}
.tab-slide {
	display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.tab-slide span {
	width: 40px;
    height: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    margin: 0px 5px;
    cursor: pointer;
}
.tab-slide span.active {
	background: #BB1E10
}
.register-gift .area-right {
	float: left;
	width: 65%;
	position: relative;
	height: 100vh;
	display: flex;
	text-align: center;
	align-items: center;
 	justify-content: center;
	flex-direction: column;
	padding-top: 6%;
	background-color: #FDF9F8;
}
.register-gift .area-right .login {
	margin: auto;
	box-shadow: 0px 3px 5px #C4000029;
	border-radius: 5px;
}
.register-gift .area-right .login .body-form {
	height: auto;
	margin: 0px
}
.register-gift .title-big {
	font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
	display: flex;
	justify-content: center;
	align-items: center;
}
.register-gift .title-big:before {
	content: "\f06b";
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 400;
	font-size: 23px;
	padding-right: 10px;
}
.register-gift .title-form {
	color: #bbbaba;
	font-size: 14px;
}
.register-gift .bt-submit {
	border-radius: 3px;
	color: #fff;
	line-height: 45px;
	text-transform: uppercase;
	background: transparent linear-gradient(14deg, #9E0C00 0%, #FF3220 100%) 0% 0% no-repeat padding-box;
	height: 45px;
}
.login .body-form-business-sign-up {
	height: auto!important;
	max-height: calc(100vh - 100px);
	overflow: auto;
	padding: 20px 30px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.format-rtl .pull-right {
	float: left;
}
.format-rtl .pull-left {
	float: right;
}
.tp-bt-control {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tp-bt-control button {
	height: 50px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	width: calc(50% - 10px);
}

.format-rtl .tp-bt-control button {
	font-size: 14px;
}


.tp-bt-control a {
	width: calc(50% - 10px);
	display: inline-block;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	line-height: 50px;
}

.format-rtl .tp-bt-control a {
	font-size: 14px;
}

.tp-bt-control .bt-prev {
  	background: #2D3748;
}
.tp-bt-control .bt-next {
	background: #7299FF;
}
.tp-bt-control #button-submit {
	background-color: #00AE57;
}
.form-business-sign-new .tp-bt-control .bt-prev {
	background: #FFFFFF;
	border: 1px solid #C8C8C8;
	border-radius: 6px;
	color: #2A2D47;
	font-size: 18px;
}
.format-rtl .form-business-sign-new .tp-bt-control .bt-prev {
	font-size: 14px;
}
.form-business-sign-new .tp-bt-control .bt-next {
	background: #2A2D47;
	box-shadow: 0px 8px 20px rgba(42, 45, 71, 0.25);
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
}
.form-business-sign-new .tp-bt-control .bt-next:hover {
	background: #1A1C32;
}
#step-choose-city .dropdown-menu.open{
	display: none;
}
#step-choose-city .bootstrap-select.open  .dropdown-menu.open{
	display: block;
}
.step-company-info {
	margin-bottom: 20px;
}
.step-company-info .dropdown-menu {
	height: 175px;
}
.step-company-info .dropdown-menu.open{
	display: none;
}
.step-company-info .bootstrap-select.open  .dropdown-menu.open{
	display: block;
}
.step-user-info {
  display: none;
  margin-bottom: 20px;
}
.step-pickup-info {
  display: none;
  margin-bottom: 20px;
}

.body-form-business-sign-up .area-map #pac-container {
  position: relative;
}
.body-form-business-sign-up .area-map #pac-container i {
  position: absolute;
  left: 0px;
  top: 60px;
  color: #bc1f12;
  font-size: 21px;
}

.tp-process-package {
	position: relative;
}

.tp-process-package > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.tp-process-package > span > .fas.fa-laptop {
	font-size: 18px;
	display: none;
	color: #8F949D;
}

#host-sign-up .tp-process-package > span > .fas.fa-briefcase,
#host-sign-up .tp-process-package > span > .fas.fa-garage {
	font-size: 18px;
	color: #8F949D;
}

.format-rtl .tp-process-package > span {
	left: auto;
	right: 0;
}

.tp-process-package .checkbox input:checked + label span.checkbox-icon {
	background-color: #75B4FF;
	border-color: #75B4FF;
}

.tp-process-package .checkbox {
	display: block;
	text-align: left;
}
.format-rtl .tp-process-package .checkbox {
	text-align: right;
}
#area-map {
  height: 300px
}

.feedback-area {
	width: 50%;
    margin: auto;
    display: flex;
    border-radius: 20px;
    height: 100vh
}

.feedback-area .f-aswer {
	width: 594px;
    font-size: 20px;
    color: #404553;
    margin: auto;
    margin-bottom: 19px;
    font-family: monospace;
    font-weight: 700;
    text-align: center;
}

.feedback-area .logo {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.feedback-area .logo img {
	width: 100px;
}

.feedback-area .f-content{
	margin: auto;
}
.feedback-area .f-text{
	width: 594px;
    margin: auto;
}

.feedback-area .f-text textarea{
	border: 1px solid #ddd;
}

.feedback-area .f-select{
	float: left;
    width: 100%;
    text-align: center;
}

.feedback-area .f-cell{
	display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 2px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    line-height: 50px;
    font-weight: 500;
    transition: all .3s ease;

}
.feedback-area .f-group-1{
	border: 1px solid red;
	color: red
}
.feedback-area .f-group-1:hover{
	background: red;
	color: #fff;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.feedback-area .f-group-1.selected{
	background: red;
	color: #fff;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.feedback-area .f-group-2{
	border: 1px solid orange;
	color: orange
}
.feedback-area .f-group-2:hover{
	background: orange;
	color: #fff;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.feedback-area .f-group-2.selected{
	background: orange;
	color: #fff;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.feedback-area .f-group-3{
	border: 1px solid #09e44c;
	color: #09e44c
}
.feedback-area .f-group-3:hover{
	background: #09e44c;
	color: #fff;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.feedback-area .f-group-3.selected{
	background: #09e44c;
	color: #fff;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.feedback-area .f-p-group-1 {
	display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid red;
    position: relative;
}
.feedback-area .f-p-group-1 .label-type {
	position: absolute;
    bottom: -28px;
    font-size: 14px;
}
.feedback-area .f-p-group-2 {
	display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid orange;
}
.feedback-area .f-p-group-3 {
	display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #09e44c;
    position: relative;
}
.feedback-area .f-p-group-3 .label-type {
	position: absolute;
    bottom: -28px;
    font-size: 14px;
    right: 0px;
}
.feedback-area .f-button {
	float: left;
	width: 100%;
	text-align: center;
    margin-top: 40px;
}
.feedback-area .f-button button {
	margin: 0px 5px;
	width: 120px;
	padding: 6px 0px;
    font-size: 14px;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family:"Alexandria", "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    color: #fff;
    background-color: #1976d2;
    border: 1px solid #1976d2;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
.format-rtl button {
	font-family: Alexandria!important
}
.format-rtl label {
	font-family: Alexandria!important;
	font-weight: 300;
}
.format-rtl input {
	font-family: Alexandria!important;
	font-weight: 300;
}
.feedback-area .f-button .next {
	background: #fff;
	color: #1976d2;
}
.feedback-area .round-2 {
	display: none
}
.feedback-area .msg-done {
	float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #25d21b;
    display: none;
}
.feedback-area .msg-done.error {
    color: red;
}
.f-c-language {
	position: fixed;
    top: 0px;
    padding: 20px;
    font-family: Alexandria!important
}
.format-rtl .f-c-language {
    font-family: Alexandria!important
}
.format-rtl .feedback-area .f-aswer {
	font-family: Alexandria!important
}
.format-rtl .feedback-area .f-p-group-3 .label-type {
	left: 0px;
	text-align: left;
}
.format-rtl .checkbox label span.checkbox-icon {
	right: 0px;
    left: unset;
    margin-right: 0px;
}
.format-rtl .checkbox label {
	padding-right: 30px;
    padding-left: 0px;
}
.f-content.share {
	opacity: 0;
}
.f-content.round-0 {
	display: none;
}
.share-button-twitter {
	display: inline-block;text-align: center;width: 100%;margin-top: 20px;
}
.f-content.round-0 .f-success {
	float: left;
	width: 100%;
	text-align: center;
}
.f-content.round-0 .f-success img {
	width: 100px;
}
.f-content.round-0 .f-success .text-1{
	font-size: 25px;
    font-weight: 500;
    margin: 20px 0px;
    font-family: monospace;
}
.format-rtl .f-content.round-0 .f-success .text-1 {
    font-family: Alexandria!important
}
.f-content.round-0 .f-success .text-1 span{
	color: #BB1E10;
    margin: 0px 10px;
}
.f-content.round-0 .f-success .text-2 {
	font-size: 14px;
    color: #BB1E10;
}

.jconfirm-title-c {
		display: none!important
}

.jconfirm .jconfirm-box .jconfirm-buttons {
		width: 100%;
		text-align: center;
}
.jconfirm .jconfirm-box .jconfirm-buttons .btn-cancel{
		min-width: 100px;
		background: red;
		color: #fff;
		font-weight: 100!important;
		font-size: 12px!important;
}

.jconfirm .jconfirm-box .jconfirm-buttons .btn-default{
		min-width: 100px;
		background-color: #009688!important;
		color: #fff!important;
		font-weight: 100!important;
		font-size: 12px!important;
}
.jconfirm .jconfirm-box {
		padding: 0px!important
}
.jconfirm-content-pane {
		padding: 20px;
		border-bottom: 1px solid #f5f5f5;
		text-align: center;
		margin: 0px;
		height: auto!important;
}
.format-rtl .confirm-service .checkbox-confirm{
	float: right;
}
.format-rtl .confirm-service label{
	float: right;
	padding-right: 30px;
	padding-left: unset;
}
.format-rtl .confirm-service i{
	float: right;
}
.format-rtl .confirm-service .checkbox-icon{
	margin-left: 0px;
	margin-right: unset;
	right: 0px;
	left: unset;

}
.format-rtl h3,h4{
	font-family: Alexandria!important
}

.signup-steps {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding: 0 15px;
	overflow: hidden;
}

.signup-steps-new {
	padding: 10px 15px;
    border-radius: 6px;
	margin: 0px auto;
    width: 100%;
	position: sticky;
    top: 0px;
    background: #fff;
    z-index: 1000;
}
.login-right-wrapper-business-signup {
	float: left;
	width: 100%;
}

.signup-steps .step {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.step-line {
	width: 100%;
	height: 1px;
	background: #848484;
	flex: 1;
}
  
/* .step-line.active {
	background: #7299FF;
} */

.signup-steps .step .step-icon {
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border: 1px solid #848484;
}

.signup-steps .step .step-icon .icon-line-awesome-check {
	display: none;
}

.signup-steps .step.active .step-icon {
	background: #fff;
    border: 1px solid #2A2D47;
}

.signup-steps .step.active .step-icon i {
	color: #2A2D47;
    font-size: 10px;
    line-height: 18px;
    display: inherit;
}

.signup-steps .step .step-icon i {
	color: #fff;
    font-size: 10px;
    line-height: 18px;
    display: inherit;
}


.signup-steps .step.done .step-icon {
	background: #fff;
    border: 1px solid #2A2D47;
}

.signup-steps .step.done .step-icon i {
	color: #2A2D47;
    font-size: 10px;
    line-height: 18px;
    display: inherit;
}

.signup-steps .step.done .step-icon .icon-line-awesome-check {
	display: inline-block;
}

.step-icon .tooltiptext {
	visibility: hidden;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	font-size: 11px;
	top: 100%;
	right: 0;
}

.step-icon:hover .tooltiptext {
	visibility: visible;
}

.step-business-signup {
	text-align: center;
}

.step-business-signup a {
	display: block;
    border-radius: 30px;
    color: #fff;
    background: #03A9F4;
    box-shadow: 0 2px 15px #bb1e101c;
    line-height: 40px;
    margin: 0px 0px 20px 0px;
    font-weight: 500;
    font-size: 14px;
}

.body-form-business-sign-up input {
	padding: 5px 10px 5px 40px;
	margin: 0px;
}

.body-form-business-sign-up .step-pickup-info input {
	/* padding: 5px 10px; */
}

.btn-group.bootstrap-select {
	margin-bottom: 15px;
}

.body-form-business-sign-up .step-title {
	font-size: 14px;
	text-align: left;
}
.format-rtl .body-form-business-sign-up .step-title {
	text-align: right;
}

.body-form-business-sign-up .step-title span {
	color: red;
	margin: 0px 5px;
}
.main-title {
    margin-bottom: 10px;
}
.main-title img {
	width: 30px;
}
.main-title span {
	line-height: 38px;
    height: 30px;
    margin-left: 10px;
    font-weight: 500;
    color: #bd2215;
}
.not-fixed-height .wrapper {
	height: auto;
}
/* .page-height-auto .login-box {
	height: unset;
}
.page-height-auto .login-right {
	height: unset;
} */

.success-text {
	color: #00AE57;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 28px;
}
.success-send-email {
	color: #3D3D4E;
	font-size: 16px;
	line-height: 22px;
}
.success-send-email b {
	color: #2A2D47!important;
}

.success-icon i {
	font-size: 80px;
    color: #00AE57;
	margin-top: 20px;
}

.format-rtl .main-title img {
    float: right;
}
.format-rtl .main-title span {
    float: right;
    margin-right: 10px;
    margin-left: 0px;
}

.f-success-business-sign-up {
  display: none;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.f-success-business-sign-up div{
  margin-top: 20px;
}
.f-success-business-sign-up .bt-back-login {
	border-top: 1px solid #C8C8C8;
  	padding-top: 25px;
}
.f-success-business-sign-up .back-to-login{
	max-width: 350px;
	text-align: center;
	color: #2A2D47;
	font-size: 18px;
	border-radius: 5px;
	line-height: 50px;
	width: 100%;
	display: inline-block;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
	font-weight: 600;
}
.f-success-business-sign-up img {
  width: 80px;
}
.f-success-business-sign-up b {
  font-size: 16px;
  color: #4CAF50;
  margin: 10px 0px;
}
#business-sign-up .dropdown-toggle,
#host-sign-up .dropdown-toggle {
	border: 1px solid #C8C8C8;
	background-color: #F2F2F2;
    box-shadow: unset;
    border-radius: 5px;
    padding: 0 0 0 40px;
	font-size: 14px;
}
#host-sign-up .step-pickup-info .dropdown-toggle {
	padding: 0 0 0 10px;
}
.format-rtl #business-sign-up .dropdown-toggle {
	padding: 0 40px 0 0;
}
/* .format-rtl #business-sign-up .step-pickup-info .dropdown-toggle {
	padding: 0 10px 0 0;
} */
#business-sign-up .bs-searchbox input {
	margin-top: 5px;
	padding-left: 10px!important;
    padding-right: 10px!important;
}
.format-rtl .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: right;
}

.format-rtl .bootstrap-select.btn-group .dropdown-toggle .filter-option {
		float: right;
		text-align: right;
}
.format-rtl .dropdown-menu > li > a {
		text-align: right;
}
.format-rtl .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
		left: 8px;
		right: unset;
}
.format-rtl .bootstrap-select.btn-group .dropdown-toggle .caret {
		right: unset;
		left: 20px
}

.container-radio {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font-size: 14px;
}

.format-rtl .container-radio {
	text-align: right;
	padding-right: 35px;
	padding-left: 0px
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
  position: absolute;
  top: 3;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2A2D47
}

.format-rtl .container-radio .checkmark {
  left: unset;
  right: 0
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
	top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2A2D47;
}

.import-unit-direct {
	width: 40%;
    margin: auto;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(42,65,232,0.1);
}

.import-unit-direct .logo {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px
}

.import-unit-direct .logo img{
	width: 120px
}
.import-unit-direct .per-line {
	float: left;
    width: 100%;
    margin-bottom: 20px;
}

.import-unit-direct .per-line p {
	float: left;
    width: 100%;
    font-size: 14px;
    margin: 0px 0px 5px 0px
}
.import-unit-direct .bootstrap-select span {
	font-size: 14px;
}
.import-unit-direct .start-required {
	color: red;
	margin: 0px 5px
}

.import-unit-direct .title {
	float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    color: #5d5757;
    font-family: monospace;
    font-weight: 500;
}

.name-file-show {
	float: left;
    width: 100%;
    text-align: center;
    color: red;
    font-size: 14px;
}
.import-unit-direct .uploadButton-button {
	margin-left: calc(50% - 53px)
}

.format-rtl .import-unit-direct .uploadButton-button {
	margin-right: calc(50% - 53px)
}
.format-rtl .import-unit-direct .per-line p {
	text-align: right;
}
.note-format-csv {
	float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    text-decoration: underline;
    padding: 0px 15px;
}
.format-rtl .note-format-csv {
	text-align: right;
}
.warning-salla-sign-up {
	color: red;
	margin-bottom: 10px;
	text-align: left;
	display: none;
}
.format-rtl .warning-salla-sign-up {
	text-align: right;
}

.txt-send-info{
	color: #2a41e8
}

.email-area, .phone-area {
	text-align: left;
}

.format-rtl .email-area, .format-rtl .phone-area{
	text-align: right;
}

.host-sign-up-v1 {
	float: left;
	width: 100%
}
.host-sign-up-v1 .hsu-header{
	float: left;
	width: 100%;
	display: flex;
	padding: 20px;
	border-bottom: 1px solid #D8D8D9
}

.host-sign-up-v1 .hsu-header .logo{
	margin-right: auto;
}

.host-sign-up-v1 .hsu-header .switch-language {
	display: flex;
    cursor: pointer;
}

.host-sign-up-v1 .hsu-header .switch-language img {
	width: 30px;
    margin: auto;
}

.host-sign-up-v1 .hsu-header .switch-language span {
	font-size: 14px;
    margin: auto 10px;
    color: #3D3D4E;
}

.host-sign-up-v1 .hsu-header .switch-language i {
	margin: auto;
    font-size: 14px;
    color: #171E57;
}
.host-sign-up-v1 .hsu-header .switch-language .dropdown-toggle {
	margin: auto;
}
.host-sign-up-v1 .hsu-header .switch-language.open .dropdown-menu{
	display: block;
	width: 130px;
    left: -10px;
}
.host-sign-up-v1 .hsu-header .switch-language.open .dropdown-menu img{
	width: 30px;
    margin-right: 5px;
    height: 19px;
}
.host-sign-up-v1 .hsu-body, .cmr-body {
	float: left;
	width: 100%;
	background: #F3F3F3;
	min-height: calc(100vh - 116px);
}
.host-sign-up-v1 .hsu-body .hsu-process {
	width: 50%;
	margin: 40px auto;
	display: none;
}
.hsu-form-hide {
	display: none;
}

.host-sign-up-v1 .stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.host-sign-up-v1 .stepper-item:first-child {
	align-items: flex-start;
}
.host-sign-up-v1 .stepper-item:last-child {
	align-items: flex-end;
}
.host-sign-up-v1 .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*flex: 1;*/
}

.host-sign-up-v1 .stepper-wrapper::before {
	position: absolute;
    content: "";
    border-bottom: 1px solid #848484;
    width: 100%;
    top: 10px;
    left: 0px;
    z-index: 2;
}
.host-sign-up-v1 .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 6px;
  border: 1px solid #848484;
}
.host-sign-up-v1 .stepper-item .step-circle i {
	display: none;
}

.host-sign-up-v1 .stepper-item.active {
  font-weight: 500;
}
.host-sign-up-v1 .stepper-item.doing .step-circle {
	width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2A2D47;
}
.host-sign-up-v1 .stepper-item.completed .step-circle i {
	color: #fff;
    font-size: 14px;
    display: block;
}
.host-sign-up-v1 .stepper-item.completed .step-counter {
	background: #2A2D47;
}
.host-sign-up-v1 .stepper-item.completed-final .step-circle i {
	color: #fff;
    font-size: 14px;
    display: block;
}
.host-sign-up-v1 .stepper-item.completed-final .step-counter {
	background: #09e44c;
    border-color: #09e44c;
}
.host-sign-up-v1 .step-name {
	font-size: 13px;
}



.host-sign-up-v1 .stepper-item:first-child::before {
  content: none;
}
.host-sign-up-v1 .stepper-item:last-child::after {
  content: none;
}

.host-sign-up-v1 .hsu-form {
	width: 40%;
	margin: 40px auto;
	background: #FFFFFF;
	box-shadow: 0px 2px 3px rgba(60, 60, 60, 0.3);
	border-radius: 20px;
}
.host-sign-up-v1 .hsu-form.action-step-0{
	margin-top: 93px;
	margin-bottom: 93px;
}
.host-sign-up-v1 .hsu-form.form-5 {
	width: 30%;
}
.host-sign-up-v1 .step-login-more {
	color: #2D3748;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
}
.host-sign-up-v1 .step-login-more a {
	color: #027CF5;
    margin: 0px 5px
}
.host-sign-up-v1 .hsu-form .hsu-form-header {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    align-items: center;
    margin: auto;
    color: #2A2D47;
    text-align: center;
    width: 100%;
    padding: 0px 40px;
}
.host-sign-up-v1 .hsu-form .hsu-form-header .step-content{
 	padding: 20px 0px;
    border-bottom: 1px solid #C4C4C4
}
.host-sign-up-v1 .hsu-form .hsu-form-body {
	padding: 20px 20px;
}
.form-finish-host-sign-up .hsu-form-body {
	padding: 30px;
}
.host-sign-up-v1 .hsu-form.form-5 .hsu-form-body {
	padding: 40px;
}
.host-sign-up-v1 .hsu-form .hsu-form-body .step-field{
	width: 50%;
	display: inline-table;
	padding: 5px 20px;
}
.host-sign-up-v1 .hsu-form .hsu-form-body .step-field p{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.host-sign-up-v1 .hsu-form .hsu-form-body .step-field .bootstrap-select .filter-option{
	font-size: 14px;
}
.host-sign-up-v1 .hsu-form .hsu-form-body .step-field input{
	font-size: 14px;
	box-shadow: unset!important;
	color: #3D3D4E
}
.host-sign-up-v1 .hsu-form .hsu-form-body .step-field input::-webkit-input-placeholder { /* Edge */
  color: #C5C5C5;
}

.host-sign-up-v1 .hsu-form .hsu-form-body .step-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C5C5C5;
}

.host-sign-up-v1 .hsu-form .hsu-form-body .step-field input::placeholder {
  color: #C5C5C5;
}
.host-sign-up-v1 .hsu-form .hsu-form-body .step-field .btn.dropdown-toggle.btn-default {
	box-shadow: unset!important;
}
.host-sign-up-v1 .hsu-form .hsu-form-footer {
    margin: auto;
    color: #2A2D47;
    text-align: center;
    width: 100%;
    padding: 0px 40px;
}
.host-sign-up-v1 .hsu-form .hsu-form-footer .step-content{
 	padding: 40px 0px 20px 0px;
    border-top: 1px solid #C4C4C4
}
.host-sign-up-v1 .hsu-form .hsu-form-footer button {	
	background: #2A2D47;
	box-shadow: 0px 8px 20px rgba(42, 45, 71, 0.25);
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	width: 100%;
	padding: 15px 5px;
}
.host-sign-up-v1 .hsu-footer {
	float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
    color: #2D3748
}
.host-sign-up-v1 .form-1 .hsu-form-body{
	padding: 20px 40px;
}
.host-sign-up-v1 .form-1 .content-1{
	width: 100%;
	color: #3D3D4E;
	font-size: 18px;
	font-weight: 500
}
.host-sign-up-v1 .form-1 .content-1:first-child{
	margin-bottom: 5px;
}
.host-sign-up-v1 .form-1 .content-2{
	width: 100%;
	color: #3D3D4E;
	font-size: 16px
}
.host-sign-up-v1 .hsu-form.form-1 .dropdown.open .dropdown-menu{
	display: unset;
}
.host-sign-up-v1 .hsu-form.form-1 .dropdown{
	display: grid;
    width: 100%;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
}
.host-sign-up-v1 .hsu-form.form-1 .dropdown .dropdown-menu{
	width: 100%
}
.host-sign-up-v1 .hsu-form.form-1 .dropdown .country-image {
	width: 50px
}
.host-sign-up-v1 .hsu-form.form-1 .dropdown .country-select {
	line-height: 32px;
    margin: 0px 20px;
}
.host-sign-up-v1 .hsu-form.form-1 .dropdown .image-in-option {
	width: 40px;
	margin-right: 10px
}
.host-sign-up-v1 .hsu-form.form-1 .dropdown a {
	padding: 0px 20px
}
.host-sign-up-v1 .hsu-form.form-3 .section-select {
	display: inline-block;
    width: 50%;
    padding: 0px 20px;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main{
	padding: 10px 20px;
	border: 1px solid #C8C8C8;
    border-radius: 10px;
    cursor: pointer;
}
.host-sign-up-v1 .hsu-form.form-3 .hsu-form-header {
	font-size: 25px;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-header{
	color: #2A2D47;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-image{
	position: relative;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-image i{
	position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    border-radius: 50%;
    color: #848484;
    font-size: 22px;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-on-mobile{
	display: none;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-on-pc{
	display: block;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-image i.fa-dot-circle{
	display: none;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select.selected .step-main .step-image i.fa-dot-circle {
	display: inline-block;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select.selected .step-main .step-image i.fa-circle {
	display: none;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-image-partner i.fa-dot-circle {
	display: none;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select.selected .step-main .step-image-partner i.fa-dot-circle {
	display: inline-block;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select.selected .step-main .step-image-partner i.fa-circle {
	display: none;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select.selected .step-main{
	background: #EAF3F8;
	border: 2px solid #2A2D47;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select.selected .step-main .step-image-partner i {
	background: #fff;
    border-radius: 50%;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-more-info{
	padding: 10px 0px;
    margin-top: 10px;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
}
.host-sign-up-v1 .hsu-form.form-4 .section-select .step-main .step-more-info{
    border-bottom: 0px;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-more-info p{
	margin-bottom: 5px;
	display: flex;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-more-info i{
	color: #00AE57;
    margin-right: 10px;
    line-height: 26px;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-more-info span{
	font-size: 15px;
	font-style: italic;
	color: #2A2D47
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-image-partner {
	text-align: center;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-image-partner .title{
	margin: 20px 0px;
	font-size: 18px;
	font-weight: 500;
	color: #2A2D47;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-image-partner .partner-image img{
	height: 96px;
}
.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-image-partner i{
	color: #848484;
	margin: 30px 0px;
	font-size: 22px;
	cursor: pointer;
}
.host-sign-up-v1 .hsu-form.form-4 .section-select .step-main .step-image-partner i{
	margin: 20px 0px
}
.host-sign-up-v1 .hsu-form.form-3 .hsu-form-footer .step-content{
	display: flow-root
}
.host-sign-up-v1 .hsu-form.form-3 .hsu-form-footer button {	
	background: #2A2D47;
	box-shadow: 0px 8px 20px rgba(42, 45, 71, 0.25);
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	width: calc(50% - 20px);
	padding: 15px 5px;
}
.host-sign-up-v1 .hsu-form.form-3 .hsu-form-footer button.back {	
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	width: calc(50% - 20px);
	padding: 15px 5px;
	background: #FFFFFF;
	border: 1px solid #C8C8C8;
	box-sizing: border-box;
	border-radius: 5px;
	color: #848484;
	box-shadow: unset;
}
.host-sign-up-v1 .hsu-form.form-3 .hsu-form-body .step-field {
	width: 100%
}
.host-sign-up-v1 .hsu-form.form-3 .option-for-new-select .per-option {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	padding: 15px 15px;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    display: flex;
    cursor: pointer;
    margin-bottom: 20px
}
.host-sign-up-v1 .hsu-form.form-3 .option-for-new-select .per-option:last-child {
    margin-bottom: 0px
}
.host-sign-up-v1 .hsu-form.form-3 .option-for-new-select .per-option span{
	margin: auto 0px;
}
.host-sign-up-v1 .hsu-form.form-3 .option-for-new-select .per-option .button-select{
	width: 20px;
    height: 20px;
    border: 1px solid #CBCBCB;
    border-radius: 50%;
    margin: auto 0px auto auto;
    text-align: center;
}
.host-sign-up-v1 .hsu-form.form-3 .option-for-new-select .per-option.active .button-select i{
	line-height: 19px;
    font-size: 8px;
}
.form-finish-host-sign-up .hsu-form-body .title-1{
	font-weight: 500;
	color: #00AE57!important;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 0px!important;
}
.host-sign-up-v1 .hsu-form.form-5 .hsu-form-body .title-1{
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	color: #2A2D47;
	margin-top: 30px
}
.form-finish-host-sign-up .hsu-form-body .title-2{
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #CBCBCB;
	color: #444;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}
.host-sign-up-v1 .hsu-form.form-5 .hsu-form-body .title-2 b{
	margin: 0px 5px;
}
.host-sign-up-v1 .hsu-form.form-5 .hsu-form-body a {
	display: inline-block;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    text-align: center;
}
.form-finish-host-sign-up .hsu-form-body .hsu-go-home {
	display: flex!important;
    justify-content: center;
    gap: 12px;
    align-items: center;
    padding: 14px;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 5px;
}
.form-finish-host-sign-up .hsu-form-body .hsu-go-home i {
	color: #101010;
    font-size: 24px;
}
.host-sign-up-v1 .hsu-form.form-5 .hsu-form-body a img {
	width: 40px;
    position: absolute;
    left: 10px;
}
.host-sign-up-v1 .hsu-form.form-5 .hsu-form-body .hsu-go-home b {
	margin: unset;
    color: #2A2D47;
    font-size: 16px;
    font-weight: 500;
}
.form-finish-host-sign-up .hsu-form-body a b {
	margin: unset;
    color: #101010;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.start-required {
	color: red!important;
	font-weight: 500!important;
	margin: 0px 5px
}
.host-sign-up-v1 .bootstrap-select .dropdown-menu {
	display: none;
}
.host-sign-up-v1 .bootstrap-select.open .dropdown-menu {
	display: block;
}
.host-sign-up-v1 .name-file-show {
	text-align: left;
}
.format-rtl .host-sign-up-v1 .name-file-show {
	text-align: right;
}
.format-rtl .host-sign-up-v1 .hsu-header .logo {
	margin-left: auto;
	margin-right: unset;
}
.format-rtl .host-sign-up-v1 .hsu-header .switch-language.open .dropdown-menu img {
	margin-left: 5px;
	margin-right: 0px
}
.format-rtl .host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-more-info i {
	margin-right: 0px;
	margin-left: 10px;
}
.format-rtl .host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-more-info span {
	text-align: right;
}
.format-rtl .host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-image i {
	left: 10px;
	right: unset;
}
.service-page-title {
	font-weight: 500;
    font-style: normal;
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-align: center;
	font-size: 25px;
	margin-bottom: 40px;
	padding: 0px 20px;
	line-height: 35px;;
}
.service-page {
    display: inline-block;
    margin: auto;
    padding: 20px 10px;
    width: 210mm;
    padding: 20mm;
    margin: 10mm auto;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	margin-left: calc((100% - 210mm)/2);
}

.service-page .section-content {
	padding: 0px 20px 0px 0px;
}
.service-page .service-page-section{
	display: flex;
    margin-bottom: 30px;
}
.service-page .service-page-section .section-image {
	margin: auto;
	margin-right: unset;
}
.service-page .service-page-section .section-image img{
	width: 80px;
	max-width: unset;
}
.service-page .section-title{
	font-weight: 500;
    font-style: normal;
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.service-page .section-description{
    font-style: normal;
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.service-page .change-language {
	width: 100%;
	text-align: center;
}
.format-rtl .service-page .service-page-section .section-image {
	margin: auto;
	margin-left: unset;
	margin-right: auto;
}
.format-rtl .service-page .section-content {
	text-align: right;
	padding: 0px 0px 0px 20px;
}
.page-login {
	float: left;
	width: 100%
}
.page-login .container-fluid {
	padding: 0px;
}
.page-login .hsu-header{
	float: left;
	width: 100%;
	display: flex;
	padding: 12px;
	border-bottom: 1px solid #D8D8D9;
	background-color: #fff;
}

.page-login .hsu-header .logo{
	width: 156px;
	margin-right: auto;
}

.format-rtl .page-login .hsu-header .logo{
	margin-left: auto;
	margin-right: unset;
}

.page-login .hsu-header .switch-language {
	display: flex;
    cursor: pointer;
}

.page-login .hsu-header .switch-language img {
	width: 30px;
    margin: auto;
}

.page-login .hsu-header .switch-language span {
	font-size: 14px;
    margin: auto 10px;
    color: #666;
	font-weight: 300;
}

.page-login .hsu-header .switch-language i {
	margin: auto;
    font-size: 14px;
    color: #171E57;
}
.page-login .hsu-header .switch-language .dropdown-toggle {
	margin: auto;
}
.page-login .hsu-header .switch-language.open .dropdown-menu{
	display: block;
	width: 130px;
    left: -10px;
}
.page-login .hsu-header .switch-language.open .dropdown-menu img{
	width: 30px;
    margin-right: 10px;
    height: 19px;
	font-weight: 300;
}
.page-login .hsu-footer {
	float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
    color: #2D3748;
	background-color: #fff;
	font-weight: 300;
}
.format-rtl .page-login .hsu-footer {
	font-family: Alexandria;
	direction: ltr;
}
.body-business-login-new {
	height: calc(100vh - 95px);
	float: left;
	background-image: url("/bgr_login.svg");
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
.format-rtl .body-business-login-new {
	height: calc(100vh - 95px);
	float: left;
	background-image: url("/bgr_login_ar.svg");
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
.body-business-login-new .bt-submit {
	background: #00AE57;
    box-shadow: 0px 8px 20px rgb(0 174 87 / 25%);
    border-radius: 6px;
	font-family: Alexandria !important;
}
.col-lg-6.login-left, .col-lg-6.login-right {
	padding-right: 0;
	padding-left: 0;
}
.col-lg-6.login-left {
	background-size: 90%;
}
.forgot-box {
	padding: 0;
}

.body-business-login-new .bt-prev:hover {
	background: #F3F3F3 !important;
}
.bt-confirm:hover, .body-business-login-new .bt-submit:hover, .bt-submit-bs:hover  {
	background: #008945 !important;
}
.logo {
	height: 38px;
	cursor: pointer;
}
.list-mail-send {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}
.phone-cmr-waring {
	font-style: italic;
	color: #D9373F !important;
	margin-top: -20px;
	display: none;
	margin-bottom: 15px !important;
}
.btn-confirm-cmr.disabled{
	background: #C6C6C6 !important;
	filter: unset !important;
}
.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.owl-carousel .caption {
	text-align: center;
}
.box-slider {
	width: 100%;
	overflow: hidden;
	padding: 3% 0 2% 0;
	background: #FFF;
	border-top: 1px solid #CACACA;
}
.intl-tel-input input {
	height: 48px!important;
}
.intl-tel-input .flag-dropdown .selected-flag {
    margin-top: 9px!important;
    margin-left: 4px!important;
}
.intl-tel-input .flag-dropdown .country-list .country .dial-code {
	position: inherit!important;
	left: unset!important;
    top: unset!important;
    width: auto!important;
    height: auto!important;
    display: unset!important;
    align-items: center;
}
.intl-tel-input .flag-dropdown .country-list .country-name {
	position: inherit!important;
	left: unset!important;
    top: unset!important;
    width: auto!important;
    height: auto!important;
    display: unset!important;
    align-items: center;
}
.intl-tel-input .flag-dropdown .country-list .country {
	text-align: left;
}
.modal-redbox {
	text-align: left;
	max-width: 610px;
	margin: 40px auto;
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px 25px 20px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 12px;
	width: 26%;
	min-width: 350px;
}
.title-modal p {
	font-size: 18px;
	line-height: 24px;
	color: #2A2D47;
	text-align: center;
	width: 100%;
	font-weight: 600;
	margin-bottom: 0;
}
.title-modal{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fa-circle-xmark {
	font-size: 20px;
	line-height: 24px;
	color: #2A2D47;
}
.fa-circle-xmark::before {
	font-family: 'Font Awesome 5 Pro';
}
.fa-circle-xmark:hover {
	color: #027CF5;
}
.area-box {
	padding-bottom: 20px;
	border-bottom: 1px solid #C8C8C8;
}
.btn-agree-term {
	width: 100%;
	margin-top: 20px;
	font-weight: 500;
}
.btn-no-bgr {
	background: #FFFFFF;
	color: #2A2D47;
	border: 1px solid #000000;
	border-radius: 6px;
	height: 50px;
}
.line-term-title {
	margin-top: 15px;
}
.label-term {
	margin-bottom: 3px;
	margin-top: 10px;
	font-weight: 500;
}
.click-term-text-1 {
	font-size: 14px;
}
.click-term-text-2 {
	font-size: 14px;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	color: #027CF5;
}
.term-service-agreement {
	font-weight: 500;
	font-style: italic;
	text-decoration: underline;
	margin-top: 10px;
}
.gift-btn-close {
	width: 150px;
	margin: 0px;
}
.gift-btn-close .countdown {
	display: unset;
    font-size: 14px;
    width: auto;
    line-height: initial;
    padding: 0px;
}
.counter-notice-image {
	width: 100%;
    display: inline-block;
    text-align: center;
	position: relative;
}
.counter-notice-image img {
	width: 65%;
}
.counter-notice-content {
	width: 100%;
    display: inline-block;
    text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	display: flex;
	color: #C52600;
	margin: 15px 0px;
}
.counter-notice-image .close-point {
	position: absolute;
    right: 0px;
    top: 0px;
}
.format-rtl  .counter-notice-image .close-point {
    right: unset;
    left: 0px;
}
.line-data-open-hour, .line-ask-more-infra {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 16px;
	color: #444;
	font-size: 14px;
	font-weight: 300;
}
.line-data-open-hour .box-date-picker {
	position: relative;
}
.line-data-open-hour .label-day {
	font-weight: 300 !important;
	width: 10%;
}
.line-data-open-hour .box-date-picker img {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.format-rtl .line-data-open-hour .box-date-picker img {
	right: unset;
	left: 10px;
}
.line-data-open-hour .box-date-picker input {
	margin-bottom: 0;
}
.txt-working-hour {
	color: #444;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-bottom: 16px !important;
}
.line-ask-more-infra .container-radio .checkmark::after {
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
}
.line-ask-more-infra .box-select{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.line-ask-more-infra .box-select{
	gap: 40px
}
.line-ask-more-infra .label-ask {
	color: #444;
	font-size: 14px !important;
	font-weight: 500 !important;
}
.line-ask-more-infra .container-radio {
	color: #444;
	font-size: 14px;
	font-weight: 300;
}
.host-sign-up-v1 .hsu-form.form-3 .hsu-form-footer .step-content{
 	padding-top: 0;
	border-top: unset;
}
.view-password-input {
	position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.format-rtl .view-password-input {
    left: 15px !important;
    right: unset !important;
}
.redirect-signup-modal {
	width: 60%;
    max-width: 100%!important;
	padding: 15px 20px 20px 20px;
}
.modal-customer-support-information {
	width: 50%;
}
.redirect-signup-modal .title {
	color: var(--Gray-1_2F3234, #2F3234);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
}
.redirect-signup-modal .popup-tab-content {
	padding: 0px;
	position: relative;
}
.redirect-signup-modal .choosing-section {
	margin-top: 40px;
	padding-bottom: 40px;
    display: flex;
	gap: 20px;
}
.redirect-signup-modal .step-select {
	flex: 1;
    text-align: center;
}
.redirect-signup-modal .close-icon {
	position: absolute;
    right: 0px;
    color: #2F3234;
    font-size: 24px;
	cursor: pointer;
}
.redirect-signup-modal .step-select .option-name {
	float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 12px;
	color: var(--Primary-Purple, #7080FF);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	text-decoration-line: underline;
	cursor: pointer;
}
.redirect-signup-modal .step-select .option-description {
	float: left;
    width: 100%;
	color: var(--Gray-3_848484, #848484);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
}
.redirect-signup-modal .close-button {
	border-radius: 4px;
    border: 1px solid #848484;
    background: #FFF;
    margin-top: 20px;
    float: left;
    width: 100%;
    color: #848484;
    font-size: 18px;
    font-weight: 500;
    padding: 18px;
    text-align: center;
}
.redirect-signup-modal .mfp-close {
	display: none;
}
.modal-customer-support-information .step-info {
	display: flex;
    margin: 40px 0px;
} 
.modal-customer-support-information .step-main {
	background: #F4F4F4;
	padding: 20px 20px 20px 0;
	margin-bottom: 0px;
}
.modal-customer-support-information .section-image {
	margin: 0px 20px auto 0px;
}
.modal-customer-support-information .step-info .step-info-detail {
	margin: auto 0px auto 0px;
	text-align: start;
}
.modal-customer-support-information .step-info .step-info-detail .step-1 {
	font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
	color: #101010;
	text-align: start;
}
.format-rtl .modal-customer-support-information .section-image {
	margin: 0px 0px auto 20px;
}
.modal-redbox .mfp-close {
    color: #BB1E10;
    background-color: #fff;
    border-radius: 0 4px 0 0;
    top: 0;
    right: 10px;
    width: 35px;
    height: 49px;
}
.modal-customer-support-information .step-info .step-info-detail .step-1 .customer {
	margin: 0px 5px;
	color: #7080FF;
}
.modal-customer-support-information .step-info .step-2 {
	margin-bottom: 10px;
    display: flex;
    color: #444;
    font-weight: 300;
}
.modal-customer-support-information .step-2-mobie {
	display: none;
}
.modal-customer-support-information .step-info .step-2:last-child {
	margin-bottom: 0px;
}
.modal-customer-support-information .step-info .step-2 i{
	font-size: 16px;
    margin-top: auto;
	margin-bottom: auto;
    width: 30px;
	text-align: start;
}
.modal-customer-support-information .step-info .step-2 span{
	margin-top: auto;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: auto;
	flex: 1;
	text-align: start;
}
.modal-customer-support-information .step-info .step-info-detail .step-3 {
	color: var(--Apply-colors-Text-contents-5, #ED3012);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}
.modal-customer-support-information .step-info .step-info-detail .step-4 {
	color: var(--Apply-colors-Text-contents, #101010);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	margin: 20px 0px;
}
.modal-customer-support-information .step-info .step-info-detail .step-5 {
	color: var(--Apply-colors-Text-contents-2, #444);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 20px;
}
.modal-customer-support-information .step-info .step-info-detail .step-6 a {
	margin-right: 20px;
}
.step-login-more-business-signup{
	color: #2D3748;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
	text-align: center;
}
.step-login-more-business-signup a {
	color: #027CF5;
    margin: 0px 5px
}
.step-offer-enable-success i {
    color: #00AE57;
    font-size: 88px;
    margin: auto;
}
.step-offer-enable-success b {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #2F3234;
    float: left;
    width: 100%;
    margin: 15px 0px;
}
.btn-submit {
    background: #00AE57 !important;
    box-shadow: 0px 4px 12px rgba(0, 174, 87, 0.1) !important;
    border-radius: 4px !important;
    font-family: 'Alexandria';
}
.step-offer-enable-success span {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    float: left;
    width: 100%;
}
@media (max-width: 991px) {
	.login-left {
		display: none;
	}
	.step-info-detail .step-create-ticket {
		display: none;
	}
	.login{
		width: 100%;
		margin-left: unset;
		padding: 0px 10px;
		box-shadow: unset!important;
	}
	/* Responsive form fields */
	.submit-field .row {
		flex-direction: column !important;
	}
	.submit-field .col-5,
	.submit-field .col-7 {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		margin-bottom: 10px;
	}
	.submit-field h5 {
		margin-bottom: 8px !important;
		font-size: 14px !important;
	}
	.submit-field input,
	.submit-field textarea,
	.submit-field select {
		width: 100% !important;
		margin-bottom: 5px;
	}
	.email-error-message {
		margin-top: 5px !important;
		font-size: 12px !important;
	}
	.format-rtl .login {
		width: 100%;
		margin-right: unset;
		padding: 0px 10px;
		box-shadow: unset!important;
	}
	.sologan {
		display: none
	}
	.register-gift .area-left {
		display: none!important
	}
	.register-gift .area-right {
		width: 100%!important;
		background: url('/bg_redbox_gift_1.png')!important
	}
	.register-gift .img-logo {
		display: inline-block!important;
		margin-bottom: 20px
	}
	.img-logo-left-login {
		display: none
	}
	.feedback-area {
		width: 33%;
	    margin: auto;
	    display: flex;
	}

	.feedback-area .f-aswer {
		width: 330px;
	    font-size: 16px;
	    color: #776565;
	    margin: auto;
	    margin-bottom: 19px;
	    font-family: monospace;
	    text-align: center;
	}

	.feedback-area .logo {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.feedback-area .logo img {
		width: 100px;
	}

	.feedback-area .f-content{
		margin: auto;
	}
	.feedback-area .f-text{
		width: 330px;
	    margin: auto;
	}

	.feedback-area .f-text textarea{
		border: 1px solid #ddd;
	}

	.feedback-area .f-select{
		float: left;
	    width: 100%;
	    text-align: center;
	}

	.feedback-area .f-cell{
		display: inline-block;
	    width: 30px;
	    height: 30px;
	    text-align: center;
	    border-radius: 50%;
	    font-size: 14px;
	    cursor: pointer;
	    line-height: 28px;
	    margin: 0px;
	    font-weight: 500;
    	transition: all .3s ease;
	}
	.feedback-area .f-group-1{
		border: 1px solid red;
		color: red
	}
	.feedback-area .f-group-1:hover{
		background: red;
		color: #fff;
		box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	}
	.feedback-area .f-group-1.selected{
		background: red;
		color: #fff;
		box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	}
	.feedback-area .f-group-2{
		border: 1px solid orange;
		color: orange
	}
	.feedback-area .f-group-2:hover{
		background: orange;
		color: #fff;
		box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	}
	.feedback-area .f-group-2.selected{
		background: orange;
		color: #fff;
		box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	}
	.feedback-area .f-group-3{
		border: 1px solid #09e44c;
		color: #09e44c
	}
	.feedback-area .f-group-3:hover{
		background: #09e44c;
		color: #fff
	}
	.feedback-area .f-group-3.selected{
		background: #09e44c;
		color: #fff
	}
	.feedback-area .f-p-group-1 {
		display: inline-block;
	    padding-bottom: 20px;
	    border-bottom: 1px solid red;
	    position: relative;
	}
	.feedback-area .f-p-group-1 .label-type {
		position: absolute;
	    bottom: -28px;
	    font-size: 14px;
	}
	.feedback-area .f-p-group-2 {
		display: inline-block;
	    padding-bottom: 20px;
	    border-bottom: 1px solid orange;
	}
	.feedback-area .f-p-group-3 {
		display: inline-block;
	    padding-bottom: 20px;
	    border-bottom: 1px solid #09e44c;
	    position: relative;
	}
	.feedback-area .f-p-group-3 .label-type {
		position: absolute;
	    bottom: -28px;
	    font-size: 14px;
	    right: 0px;
	}
	.feedback-area .f-button {
		float: left;
		width: 100%;
		text-align: center;
	    margin-top: 40px;
	}
	.feedback-area .f-button button {
		margin: 0px 5px;
		width: 120px;
		padding: 6px 0px;
	    font-size: 14px;
	    min-width: 64px;
	    box-sizing: border-box;
	    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	    font-family: "Alexandria", "Helvetica", "Arial", sans-serif;
	    font-weight: 500;
	    line-height: 1.75;
	    letter-spacing: 0.02857em;
	    text-transform: uppercase;
	    color: #fff;
	    background-color: #1976d2;
	    border: 1px solid #1976d2;
	    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
	}
	.feedback-area .f-button .next {
		background: #fff;
		color: #1976d2;
	}
	.feedback-area .round-2 {
		display: none
	}
	.feedback-area .msg-done {
		float: left;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 10px;
	    color: #25d21b;
	    display: none;
	}
	.feedback-area .msg-done.error {
	    color: red;
	}
	.feedback-area .f-c-language {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.feedback-area {
		width: 98%!important;
	    height: 99vh!important;
	}
	.host-sign-up-v1 .hsu-body .hsu-process {
		width: 90%
	}
	.host-sign-up-v1 .hsu-form {
		width: 90%
	}
	.host-sign-up-v1 .hsu-form .hsu-form-header {
		font-size: 20px
	}
	.host-sign-up-v1 .form-1 .content-1 {
		font-size: 15px;
	}
	.host-sign-up-v1 .hsu-form .hsu-form-body .step-field {
		width: 100%;
		padding: 5px 10px;
	}
	.host-sign-up-v1 .hsu-form .hsu-form-header {
		padding: 0px 20px
	}
	.host-sign-up-v1 .hsu-form .hsu-form-body {
		padding: 20px 10px
	}
	.host-sign-up-v1 .hsu-form .hsu-form-footer {
		padding: 0px 20px
	}
	.host-sign-up-v1 .hsu-form.action-step-0 .hsu-form-body{
		padding: 20px
	}
	.host-sign-up-v1 .hsu-form.form-3 .section-select {
		width: 100%;
		padding: 0px 10px;
		margin-bottom: 10px
	}
	.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-more-info {
		height: auto;
	}
	.host-sign-up-v1 .hsu-form.form-3 .hsu-form-footer button.back {
		width: calc(50% - 10px);
	}
	.host-sign-up-v1 .hsu-form.form-3 .hsu-form-footer button.next {
		width: calc(50% - 10px);
	}
	.host-sign-up-v1 .hsu-form.form-3 .hsu-form-header {
		font-size: 20px
	}
	.host-sign-up-v1 .hsu-form.form-5 {
		width: 80%;
	}
	.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-on-mobile{
		display: block;
	}
	.host-sign-up-v1 .hsu-form.form-3 .section-select .step-main .step-on-pc{
		display: none;
	}
	.host-sign-up-v1 .hsu-form.form-5 .hsu-form-body a img {
		display: none;
	}
	.service-page {
		width:  100%;
		padding: 20px;
		margin-top: 0px;
		margin-left: auto;
	}
	.login-box {
		max-height: 100%;
	}
	.body-business-login-new {
		background-color: #F3F3F3;
		background-image: unset
	}
	.modal-customer-support-information .section-image {
		width: 80px;
	}
	.modal-customer-support-information .step-info {
		margin: 20px 0px;
	}
	.modal-customer-support-information .step-info .step-1{
		font-size: 18px!important;
		margin-bottom: 0px!important;
	}
	.modal-customer-support-information .step-info .step-2 {
		display: none;
	}
	.modal-customer-support-information .step-info .step-2-mobie {
		display: block;
	}
	.modal-customer-support-information .step-main {
		flex-direction: column;
	}
	.modal-customer-support-information .step-info .step-info-detail .step-3 {
		margin-top: 10px;
		font-size: 18px;
	}
	.modal-customer-support-information .step-info .step-info-detail .step-4 {
		margin: 10px 0px;
		font-size: 18px;
	}
	.modal-customer-support-information .step-info .step-info-detail .step-6 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin: 0px;
	}
	.modal-customer-support-information .step-2-mobie .step-2 {
		margin-bottom: 15px;
		display: flex;
		color: #444;
		font-weight: 300;
	}
	.modal-customer-support-information .step-2-mobie .step-2-mobie {
		display: none;
	}
	.modal-customer-support-information .step-2-mobie .step-2:last-child {
		margin-bottom: 0px;
	}
	.modal-customer-support-information .step-2-mobie .step-2 i{
		font-size: 16px;
		margin-top: auto;
		margin-bottom: auto;
		width: 30px;
		text-align: start;
	}
	.modal-customer-support-information .step-2-mobie .step-2 span{
		margin-top: auto;
		font-weight: 300;
		font-size: 14px;
		margin-bottom: auto;
		flex: 1;
		text-align: start;
	}
	.redirect-signup-modal .choosing-section {
		flex-direction: column;
		padding-bottom: 0px;
		border-bottom: 0px;
	}
	.redirect-signup-modal .step-select img {
		width: 98px;
    	margin: auto 20px auto 0px;
	}
	.format-rtl .redirect-signup-modal .step-select img {
    	margin: auto 0px auto 20px;
	}
	.redirect-signup-modal .step-select {
		text-align: center;
		display: flex;
		margin-bottom: 30px;
	}
	.redirect-signup-modal .step-select:last-child {
		margin-bottom: 0px;
	}
	.redirect-signup-modal .step-select .option-wrap {
		margin: auto auto auto 0px;
	}
	.redirect-signup-modal .step-select .option-name {
		margin: 0px;
		text-align: start;
	}
	.redirect-signup-modal .step-select .option-description {
		margin: 0px;
		text-align: start;
	}
	.redirect-signup-modal .close-button {
		display: none;
	}
	.modal-customer-support-information .step-2-mobie {
		display: unset;
	}
	.modal-customer-support-information .step-info .step-info-detail .step-6 a {
		margin-right: 0px;
	}
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader {
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #3cdc31;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
	margin: auto;
}

@media (max-width: 480px) {
	.msg-send-info, .txt-send-info {
		display: block;
	}
	.line-data-open-hour {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 12px;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.line-data-open-hour .label-day {
		width: 24%;
	}
}
@media only screen and (min-width: 1440px) {
    .host-sign-up-v1 .hsu-form {
    	width: 50%
    }
    .host-sign-up-v1 .hsu-body .hsu-process {
		width: 50%;
	}
}