body {
	font-family: Roboto;
}
.format-rtl {
		font-family: Cairo!important
}
.wrapper {
    width: 100%;
    height: 100vh;
}
.login-left {
	background-image: url("/bg_login.png?v=1");
	background-size: 100% 100%;
	background-position: center;
}
.format-rtl .login-left {
	background-image: url("/bg_login.png?v=1");
}
.login-right {
	text-align: center;
	height: 100%;
}
.login-right-wrapper {
	margin: 40px auto;
	max-width: 380px;
	height: calc(100% - 80px);
	position: relative;
}
.scroll-wrapper {
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
}
.login-box {
	color: #2D3748;
	flex: 1;
	display: flex;
	align-items: center;
	padding: 20px 0;
	height: calc(100% - 110px);
}
.login-box p {
	margin-bottom: 0;
}
.login-box h1 {
	color: #1A202C;
	font-size: 30px;
	font-weight: bold;
	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: 24px;
	height: 24px;
	margin-right: 5px;
	vertical-align: middle;
}
.login-box .form-check-label {
	display: inline-block;
	margin-bottom: 0;
}
.tab-business-register {
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #2D3748;
	border-radius: 5px;
	display: block;
}
.tab-business-register:hover {
	color: #fff;
}
.format-rtl .wrapper {
}
.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: bold;
}
.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;
}
.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: #8F949D;
}
.input input{
	background: #F2F2F2;
	border: 1px solid #C8C8C8;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: unset;
	padding-left: 40px;
	color: #2D3748;
	font-size: 14px;
	line-height: unset!important;
	margin: 0;
}
.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: bold;
	font-size: 18px
}

.forgot-password {
	color: #2C5282;
	font-size: 14px;
}
.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: bold;
	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: 0 15px;
}

.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: bold;
	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;
}
.scroll-wrapper::-webkit-scrollbar {
	width: 10px;               /* width of the entire scrollbar */
}
.scroll-wrapper::-webkit-scrollbar-track {
	background: #D3D3D3;        /* color of the tracking area */
	border-radius: 20px;
}
.scroll-wrapper::-webkit-scrollbar-thumb {
	background-color: #EFEFEF;    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
}
.change-language {
}
.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: bold;
	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%;
	background: url('/bg_redbox_gift_2.png');
	position: relative;
	height: 100vh;
	display: flex;
	text-align: center;
	align-items: center;
 	justify-content: center;
 	background-size: 80% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.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: bold;
    color: black;
}
.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;
}
.register-gift .img-logo {
	display: none
}
.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: 18px;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	min-width: calc(50% - 10px);
}

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

.tp-bt-control .bt-prev {
  	background: #2D3748;
}
.tp-bt-control .bt-next {
	background: #7299FF;
}
.tp-bt-control #button-submit {
	background-color: #00D261;
}
#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;
}

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

.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: bold;
    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: "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: Cairo!important
}
.format-rtl label {
	font-family: Cairo!important
}
.format-rtl input {
	font-family: Cairo!important
}
.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: Cairo!important
}
.format-rtl .f-c-language {
    font-family: Cairo!important
}
.format-rtl .feedback-area .f-aswer {
	font-family: Cairo!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.round-0 {
	display: none;
}
.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: bold;
    margin: 20px 0px;
    font-family: monospace;
}
.format-rtl .f-content.round-0 .f-success .text-1 {
    font-family: Cairo!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: Cairo!important
}

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

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

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

.signup-steps .step .step-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #E6E6E6;
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #8F949D;
}

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

.signup-steps .step.active .step-icon {
	background-color: #7299FF;
	color: #fff;
}

.signup-steps .step.done .step-icon {
	background-color: #00D261;
	color: #fff;
}

.signup-steps .step.done .step-icon i {
	display: none;
}

.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: bold;
    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: bold;
    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: #1A202C;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 40px;
}

.success-icon {
	width: 144px;
	height: 144px;
	color: #fff;
	font-size: 50px;
	border-radius: 50%;
	background-color: #00D261;
	margin: auto;
}

.success-icon i {
	line-height: 144px;
}

.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 .back-to-login{
  background: #7299FF;
  max-width: 350px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  line-height: 50px;
  width: 100%;
  display: inline-block;
}
.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 {
	border: 1px solid #C8C8C8;
	background-color: #F2F2F2;
    box-shadow: unset;
    border-radius: 5px;
    padding: 0 0 0 40px;
	font-size: 14px;
}
#business-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: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.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: #00D261;
}

/* 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: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

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

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

@media (max-width: 991px) {
	.login-left {
		display: none;
	}
	.login{
		width: 100%;
		margin-left: unset;
		padding: 0px 10px;
		box-shadow: unset!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: bold;
    	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: "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);
	}
	.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;
	}
}