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

	align-content: unset;
	align-items: unset;
	align-self: unset;
	animation: unset;
	appearance: unset;
	backface-visibility: unset;
	background-blend-mode: unset;
	background: unset;
	binding: unset;
	block-size: unset;
	border-block-end: unset;
	border-block-start: unset;
	border-collapse: unset;
	border-inline-end: unset;
	border-inline-start: unset;
	border-radius: unset;
	border-spacing: unset;
	border: unset;
	bottom: unset;
	box-align: unset;
	box-decoration-break: unset;
	box-direction: unset;
	box-flex: unset;
	box-ordinal-group: unset;
	box-orient: unset;
	box-pack: unset;
	box-shadow: unset;
	caption-side: unset;
	clear: unset;
	clip-path: unset;
	clip-rule: unset;
	clip: unset;
	color-adjust: unset;
	color-interpolation-filters: unset;
	color-interpolation: unset;
	color: unset;
	column-fill: unset;
	column-gap: unset;
	column-rule: unset;
	columns: unset;
	content: unset;
	control-character-visibility: unset;
	counter-increment: unset;
	counter-reset: unset;
	cursor: unset;
	dominant-baseline: unset;
	empty-cells: unset;
	fill-opacity: unset;
	fill-rule: unset;
	fill: unset;
	filter: unset;
	flex-flow: unset;
	flex: unset;
	float-edge: unset;
	float: unset;
	flood-color: unset;
	flood-opacity: unset;
	font-feature-settings: unset;
	font-kerning: unset;
	font-language-override: unset;
	font-size-adjust: unset;
	font-size: unset;
	font-stretch: unset;
	font-style: unset;
	font-synthesis: unset;
	font-variant: unset;
	font-weight: unset;
	force-broken-image-icon: unset;
	height: unset;
	hyphens: unset;
	image-orientation: unset;
	image-region: unset;
	image-rendering: unset;
	ime-mode: unset;
	inline-size: unset;
	isolation: unset;
	justify-content: unset;
	justify-items: unset;
	justify-self: unset;
	left: unset;
	letter-spacing: unset;
	lighting-color: unset;
	line-height: unset;
	list-style: unset;
	margin-block-end: unset;
	margin-block-start: unset;
	margin-inline-end: unset;
	margin-inline-start: unset;
	margin: unset;
	marker-offset: unset;
	marker: unset;
	mask-type: unset;
	mask: unset;
	max-block-size: unset;
	max-height: unset;
	max-inline-size: unset;
	max-width: unset;
	min-block-size: unset;
	min-height: unset;
	min-inline-size: unset;
	min-width: unset;
	mix-blend-mode: unset;
	object-fit: unset;
	object-position: unset;
	offset-block-end: unset;
	offset-block-start: unset;
	offset-inline-end: unset;
	offset-inline-start: unset;
	opacity: unset;
	order: unset;
	orient: unset;
	outline-offset: unset;
	outline-radius: unset;
	outline: unset;
	overflow: unset;
	padding-block-end: unset;
	padding-block-start: unset;
	padding-inline-end: unset;
	padding-inline-start: unset;
	padding: unset;
	page-break-after: unset;
	page-break-before: unset;
	page-break-inside: unset;
	paint-order: unset;
	perspective-origin: unset;
	perspective: unset;
	pointer-events: unset;
	position: unset;
	quotes: unset;
	resize: unset;
	right: unset;
	ruby-align: unset;
	ruby-position: unset;
	scroll-behavior: unset;
	scroll-snap-coordinate: unset;
	scroll-snap-destination: unset;
	scroll-snap-points-x: unset;
	scroll-snap-points-y: unset;
	scroll-snap-type: unset;
	shape-rendering: unset;
	stack-sizing: unset;
	stop-color: unset;
	stop-opacity: unset;
	stroke-dasharray: unset;
	stroke-dashoffset: unset;
	stroke-linecap: unset;
	stroke-linejoin: unset;
	stroke-miterlimit: unset;
	stroke-opacity: unset;
	stroke-width: unset;
	stroke: unset;
	tab-size: unset;
	table-layout: unset;
	text-align-last: unset;
	text-align: unset;
	text-anchor: unset;
	text-combine-upright: unset;
	text-decoration: unset;
	text-emphasis-position: unset;
	text-emphasis: unset;
	text-indent: unset;
	text-orientation: unset;
	text-overflow: unset;
	text-rendering: unset;
	text-shadow: unset;
	text-size-adjust: unset;
	text-transform: unset;
	top: unset;
	transform-origin: unset;
	transform-style: unset;
	transform: unset;
	transition: unset;
	user-focus: unset;
	user-input: unset;
	user-modify: unset;
	user-select: unset;
	vector-effect: unset;
	vertical-align: unset;
	visibility: unset;
	white-space: unset;
	width: unset;
	will-change: unset;
	window-dragging: unset;
	word-break: unset;
	word-spacing: unset;
	word-wrap: unset;
	writing-mode: unset;
	z-index: unset;
}

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

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

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

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

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

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

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

.bookneticsaas_text_primary
{
	color: #635BFF !important;
}
.bookneticsaas_text_secondary
{
	color: #8F9CA7 !important;
}

.bookneticsaas_signup
{
	display: block;
	height: auto;
/*	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	padding: 35px 0;*/
	margin: 0 auto;
/*	max-width: 1350px;*/
}
.first-signup {
	width: 95%!important;
}
.small-text {
  font-size: 11px;
  margin: 8px auto;
}

.first-signup .bookneticsaas_step_1 {
  max-width: 600px;
  margin: 0 auto;
}
.first-signup .bookneticsaas_step_2 {
  max-width: 800px;
  margin: 0 auto;
}

.bookneticsaas_header {
  text-align: center;
  color: #292D32;
  font-size: 22px;
  font-weight: 600;
  line-height: 48px;
  padding: 0 0 20px;
  max-width: 85%;
  margin: 0 auto;
}

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

.bookneticsaas_contracts {
  color: #292D32;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-top: 0;
}

.bookneticsaas_form
{
	padding:  30px 50px 25px 50px;
	overflow: scroll;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 95vh;	
	justify-content: center;
}

.no-padding {
	padding: 0!important;
}

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

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

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

.bookneticsaas_form_element
{
	margin-bottom: 20px;
	position: relative;
}

.bookneticsaas_form_element_row
{
	display: flex;
	align-items: flex-end;
}

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

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

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

.bookneticsaas_footer
{
  text-align: center;
  color: #292D32;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #CCC;
  width: 83%;
  margin: 20px auto;
  padding-top: 25px;
}

.bookneticsaas_footer a
{
  color: #6C70DC;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
  display: block;
  padding: 8px 5px;
  border-radius: 8px;
  margin-top: 15px;
  border: 1px solid #635BFF;
}

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

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

canvas#signature {
  border: 1px solid black;
}

.bookneticsaas_contracts h3,
.bookneticsaas_contracts h4,
.bookneticsaas_contracts h5 {
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 15px;
}

.row-datos {
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 20px;
}

.row-datos span {
	font-weight: 600;
	font-size: 14px;
}

.row-datos .col-6 {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0 2px;
}

.row-datos .col-3 {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin: 0 2px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background-color: #635BFF;
  padding: 0 14px;
  border-radius: 50%;
}

.close:hover,
.close:focus {
  color: #c9c9c9;
  text-decoration: none;
  cursor: pointer;
}

.tabla-paquete {
	margin-bottom: 30px;
}

.tabla-paquete .bookneticsaas_form_element {
    margin-right: 20px;
}

.bookneticsaas_step_2, 
.bookneticsaas_step_3, 
.bookneticsaas_step_4, 
.bookneticsaas_step_5,
.bookneticsaas_step_6,
.bookneticsaas_step_7,
.bookneticsaas_step_8 {
	display: none;
}

.header-step-2,
.header-step-3,
.header-step-4,
.header-step-5,
.header-step-6,
.header-step-7,
.header-step-8 {
	display: none;	
}

.content-step1b,
.content-step1c,
.content-step1d {
	display: none;
}

.bookneticsaas_complete_step1b_btn,
.bookneticsaas_complete_step1c_btn,
.bookneticsaas_complete_step1_btn, 
.bookneticsaas_complete_step2_btn {
	display: none;
}

.back_to_1a,
.back_to_1b,
.back_to_1c {
	display: none;
}

#changed-logo-flag {
	display: none;
}

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

.bookneticsaas_input_group
{
	display: flex;
}

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

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

.bookneticsaas_step_progress_bar
{
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.logo-caption {
  font-size: 11px;
  text-align: center;
  margin-left: 20px;
  margin-top: 16px;
  line-height: 15px;
}
.cover-caption {
  font-size: 11px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 15px;
}
.service-caption {
  font-size: 11px;
  text-align: center;
  margin-top: 16px;
  line-height: 15px;
  width: 70%;
}
.bookneticsaas_company_image {
  display: flex;
  justify-content: top;
  flex-direction: column;
  align-items: center;
}
.logo-block {
  margin: 40px auto;
}
.bookneticsaas_staff_image {
  display: flex;
  justify-content: top;
  flex-direction: column;
  align-items: center;
  float: left;
  width: 260px;
}
.bookneticsaas_company_image_border {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	border: 1px solid #ccc;
	overflow: hidden;
/*	margin-left: 25px;*/
	cursor: pointer;
}
.bookneticsaas_staff_image_border {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.row-staff-image {
	display: block; 
	margin: 0 auto;
}
.row-staff-description {
	display: block; 
	margin: 25px auto;
}

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

#bookneticsaas_company_image_input,
#bookneticsaas_staff_image_input {
	display: none;
}

/* Como el logo pero para la portada */
.bookneticsaas_company_cover {
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
}
.bookneticsaas_company_cover_border {
  width: 600px;
  height: 260px;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  margin: 15px auto 15px;
  border: 1px solid #ccc;
}
.bookneticsaas_company_cover_border img {
  width: 100%;
  height: auto;
}
#bookneticsaas_company_cover_input
{
	display: none;
}

/* La imagen del servicio */
.bookneticsaas_service_image {
  display: flex;
  justify-content: top;
  flex-direction: column;
  align-items: center;
}

.bookneticsaas_service_image_border {
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
  border: 1px solid #ccc;
}

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

#bookneticsaas_service_image_input
{
	display: none;
}

.price-field {
	position: relative;
	width: 49.5%;
}

.currency-unit {
  background-color: #bbb;
  padding: 12px 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
}

.duration-field {
	position: relative;
	width: 49.5%;
}

.half-field {
	width: 49.5%;
}

.time-unit {
  background-color: #bbb;
  padding: 12px 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
}

.phone-field {
	position: relative;
}
#company-phone {
  padding-left: 65px;
}
.phone-code {
  background-color: #bbb;
  padding: 12px 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
}

.bookneticsaas_required_star
{
	color: #ff6a4f;
}

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

.finished-pic {
	display: none;
}

.finished-pic > img
{
	/*width: 100%;*/
	height: 90vh;
}

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

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

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

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

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

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

}


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

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

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

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

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

	margin: 16px;
	height: 53px;
}

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

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

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

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

/* Tenant custom fields */


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

#booknetic_tenant_custom_form{
	flex-direction: column;
}

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



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


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


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

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

.select2-container--default .select2-selection--single {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-size: 14px;
    padding: 9px 6px;
    height: 48px;
    position: relative;
}

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


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


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


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


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

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


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



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


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


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



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

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

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


/* Imagixel stuff */
.hideit {
	display: none!important;
}
.coolgrandient {
 background: rgb(99,91,255);
 background: linear-gradient(120deg, rgba(99,91,255,1) 0%, rgba(22,217,150,1) 100%); 	
}
.cooltransparency {
	background-image: url('../images/fondo-coolgradient.png');
	background-size: cover;
}
.wellbeform-wrapper {
  display: flex;
  margin: 0;
  height: 100vh;
}
.left-area-inner {
	padding: 20px 35px;
}
.left-area-content {
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.logo-wellbe-left {
	text-align: left;
	width: 100%;
}
.logo-wellbe-left img {
	width: 40px;
}
.left-area h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2em;
  line-height: 1.2em;
  text-align: center;
}
.left-area h4 {
  color: #fff;
  font-weight: 500;
  font-size: 1.3em;	
}
.cols {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.col-50 {
	width: 50%;
}
.top-title {
	font-size: 16px;
	margin-bottom: 10px;
}
.lock-icon {
	background: url('../icons/lock.svg') no-repeat 10px center / 20px !important;
    padding-left: 40px !important;
}	
.email-icon {
  background: url('../icons/email.svg') no-repeat 10px center / 20px !important;
  padding-left: 40px !important;
}
#showpass {
  color: #635BFF !important;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  right: 12px;
  top: 16px;
  cursor: pointer;
}

.next-prev-btns {
	margin-top: 30px;
	display: flex;
	justify-content: end;
}
.next-prev-btns .bookneticsaas_btn_primary {
  margin-left: 8px;
}
#bookneticsaas_company_category {
	display: none;
}
#categories-wrap {
	display: flex;
	flex-wrap: wrap;
}
.category-item {
  padding: 8px;
  margin: 0 2px;
  text-align: center;
}
.category-item img {
	width: 90%;
	margin: 0 auto;
}
.category-item img:hover {
	filter: brightness(1.1);
	cursor: pointer;
}
.category-title {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 11px;
}
.selectedcat img {
	filter: brightness(1.1);
}
.grayedout img {
	filter: grayscale(100%) opacity(0.4);
}
.grayedout .category-title {
	color: #888;
}

#bookneticsaas_service_category, 
#bookneticsaas_city, 
#bookneticsaas_state {
  border: 1px solid #E3EAF3 !important;
  font-size: 14px;
  padding: 10px 12px;
  height: 48px;
  width: 100%;
}
#bookneticsaas_service_category, 
#bookneticsaas_city, 
#bookneticsaas_state {
  background-image: url("data:image/svg+xml,<svg width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='m0,6l12,12l12,-12l-24,0z'/><path fill='none' d='m0,0l24,0l0,24l-24,0l0,-24z'/></svg>");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 96% center;
}

.bookneticsaas_company_image_border:hover {
	filter: brightness(1.15);
}
.bookneticsaas_company_cover_border:hover {
	filter: brightness(1.15);
}
.bookneticsaas_company_image_border:hover img {
/*	opacity: 0.4;*/
}
.bookneticsaas_company_cover_border:hover img {
/*	opacity: 0.4;*/
}
.datos-block {}
.preview-wrap {
  font-size: 10px;
}
.top-description {
  color: #696C71;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
  line-height: 13px;
  margin-bottom: 25px;
}
.top-description b {
	color: #6C70DC;
}
.business-profile-preview {
  position: relative;
  z-index: 1;
  padding: 15px 14px;
  overflow: hidden;
  background-color: #fff;
  width: 242px;
  height: 504px;
  border-radius: 25px;
  margin: 30px auto 0;
  /* Esto depende del plugin animate.css */
  animation: zoomIn; 
  animation-duration: 1s; 
}
.phone-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}
.phone-overlay img {
	width: 100%;
}
.instagram-overlay {
	display: none;
	position: relative;
	z-index: 2;
	width: 242px;
	background-color: #fff;
	padding: 25px 12px 25px;
	border-radius: 12px;
	margin: 25px auto;
	height: 504px;
}
.instagram-overlay img {
	width: 100%;
}
.url-instagram {
  position: absolute;
  top: 152px;
  z-index: 99;
  left: 20px;
  color: #635BFF;
  font-size: 8px;
}
.url-instagram span {
	display: inline-block;
}
.payment-pic {
	display: none;
	position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}
.payment-pic img {
	max-height: 580px; 
	margin: 0 auto; 
	display: block;	
}
.staff-phone {
	display: none;
  position: relative;
  z-index: 1;
  padding: 15px 14px;
  overflow: hidden;
  background-color: #fff;
  width: 242px;
  height: 504px;
  border-radius: 25px;
  margin: 30px auto 0;
}
.staff-overlay {
  width: 215px;
  background-color: rgba(0,0,0,0.5);
  height: 460px;
  text-align: center;
  padding-top: 50px;
  border-radius: 25px;
}
.staff-data-block {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  height: 300px;
  justify-content: center;
  align-items: center;
}
.staff-overlay img  {
  width: 90%;
  margin: 0 auto;
  border-radius: 6px;
}
.preview-staff {
  border-radius: 50%;
  display: block;
  position: relative;
  width: 115px;
  height: 115px;
  overflow: hidden;
}
.preview-staff img {
	width: 100%;
}
.name-staff {
  color: #635BFF;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}
.name-staff h3 {}
.description-staff {
  font-size: 10px;
  line-height: 11px;
}
.description-staff p {}
.phone-top-bar {
  background-color: #8092f3;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  padding: 7px 4px 0;
  margin-bottom: 10px;
}
.phone-top-bar img {
	width: 100%;
}
.preview-banner {
  text-align: center;
  margin: 9px auto;
  width: 97%;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
}
.preview-banner img {
	width: 100%;
}
.preview-data {
  padding: 0;
  font-size: 0.8em;
}
.preview-data-header {}
.preview-logo {
	display: inline-block;
	vertical-align: top;
}
.preview-logo img {
	width: 50px;
	border-radius: 50%;
}
.preview-info {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 70%;
}
.preview-name {
  color: #000;
  font-size: 11px;
  font-weight: 500;
}
.preview-address {
  line-height: 12px;
}
.map-marker {
  color: #8092f3;
  font-size: 8px;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 600;
}
.map-marker img {
	height: 9px;
}
.preview-tabs {}
.tabs-nav {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin: 5px 0;
  font-size: 9px;
}
.tabs-nav span {
  border-bottom: 1px solid #ccc;
  margin-right: 10px;
}
.tabs-nav .active-service {
	color: #8092f3;
	border-color: #8092f3;
}
.servicios {}
.horario {}
.contacto {}
.tabs-content {
  padding: 5px 0;
}
.content-servicios {}
.tabs-content .active-content {
	display: block;
}
.tabs-content > div {
	display: none;
}
.service-row {
	display: flex;
	margin-bottom: 10px;
	flex-direction: column;
}
.service-row-preview {
	display: flex;
	margin-bottom: 10px;
}
.service-pic {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
}
.service-pic img {
	width: 100%;
}
.service-data {
  width: 75%;
  padding-left: 7px;
  color: #000;
  line-height: 14px;
}
.service-category {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 5px;
}
.service-name {}
.service-price {
  font-weight: bold;
  font-size: 10px;
}
.service-amount {
	margin-right: 4px;
}
.service-currency {}
.service-description {
	margin-top: 4px;
}
.content-horario {}
.horario-row {
  display: flex;
  margin-bottom: 3px;
}
.horario-dia {
  width: 65px;
  font-weight: bold;
}
.horario-times {}
.horario-times span {}
.content-contacto {}
.contacto-row {
	display: flex;
  margin-bottom: 3px;
}
.contacto-label {
  width: 65px;
}
.contacto-info {}
.contact-icon {
	width: 9px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.tel-label {}
.email-label {}	
.service-image-block {
	display: block;
	text-align: center;
	width: 100%;
}
.service-data-block {
  display: block;
  width: 100%;
}
.horario-form-row {
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.horario-form-row label {
  width: 100px;
  margin-right: 15px;
  color: #635BFF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.horario-form-row input[type="text"] {
	width: 100px!important;
	margin-right: 20px;
}
.horario-form-row input[type="text"].error-field {
	border-color: red!important;
	background-color: lightyellow;
}
.dia-inhabil {
	color: #666;
}
.inhabil-row {}
.inhabil-row label {
	color: #888;
}
.inhabil-row input[type="text"] {
	color: #888;
	background-color: #f0f0f0;
}
.botones-stores {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.botones-stores span {
	margin: 0 8px;
}
.botones-stores span a {}
.botones-stores span a img {
	border: 0;
	width: 120px;
}

@media only screen and (min-width:  768px) {
	.logo-block {
	  margin-bottom: 40px;
	}
	.datos-block {
/*		display: inline-block;
		width: 85%;*/
		height: 85vh;
		overflow: scroll;
	}
	.steps-wrap {
		display: inline-block;
/*		width: 47%;*/
		position: relative;		
	}
	.regular-wrap {
	  width: 100%;
	  position: relative;
	  height: 100%;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;		
	}
	.preview-wrap {
	  width: 100%;
	  position: relative;
	  height: 100%;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: space-between;
	}

}

/* Google Maps */
/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
  height: 85vh;
}

#description {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
/*  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;*/
  font: 400 18px 'Poppins', sans-serif;
  overflow: hidden;
  padding: 0;
}

#pac-container {
  position: absolute;
  z-index: 20;
  width: 80%;
  top: 15%;
  left: 10%;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: 'Poppins', sans-serif;;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 25px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.boton-confirmar-ubicacion {
  height: 36px;
  font-size: 12px !important;
  line-height: 18px;
  padding: 5px 15px !important;
  outline: none !important;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #635BFF !important;
  color: #FFF !important;
  border: 0 !important;
  display: none;
	position: absolute;
	right: 6px;
	top: 6px;
}
.lat-long-block {
	display: none;
}
.payment-status-info {
	display: none;
}
.bookneticsaas_complete_step7_btn {
/*	display: none;*/
}
.flexed-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Modal */
.open-modal {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #8092f3;
  cursor: pointer;
}
.icon-map-marker {
	height: 32px;
}
.icon-check {
  height: 20px;
  margin-left: 8px;
  display: none;
}
.label-open-modal {}
.open-modal:hover {
	filter: brightness(0.8);
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  margin-top: 0;
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  background-size: 60px auto;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  padding: 10px;
  border: 0 solid #888;
  border-radius: 10px;
  width: 96%;
  max-width: 900px;
  min-height: 600px;
}

/* The Close Button */
.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.push-col {
	width: 50%;
}
.preview-btn  {
	display: none;
  background-color: #635BFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0 13px rgba(0,0,0,0.2);
}
.preview-btn img {
  width: 70%;
  margin: 6px auto 0;
}
.preview-message {
	display: none;
}
.location-data-wrapper {
  display: none;
  padding: 30px 50px;
}
.location-data-wrapper .location-rows {
	display: flex;
	flex-direction: column;
}

/* Desktop stuff */
@media only screen and (min-width: 768px) {
	.category-item {
	  width: 15%;
	}	
	.bookneticsaas_step_progress_bar {
		position: fixed;
		padding: 5px 50px 10px 50px;
		width: 50%;
		bottom: 0;
	}
	.bookneticsaas_company_image_border {}	
	.flexed-wrapper {
	  height: 100vh;
	  overflow: scroll;
	}
}
/* End desktop specific stuff */

/* Mobile overrides */
@media only screen and (max-width: 767px) {
	.category-item {
	  width: 30%;
	}	
	.bookneticsaas_form_element_row {
   align-items: center;
	}
	.bookneticsaas_step_progress_bar {
		position: fixed;
		padding: 5px 25px 10px 25px;
		width: 100%;
		bottom: 0;
	}
	.wellbeform-wrapper {
		flex-direction: column;
	}
	.tabla-paquete tr td {
	    display: block;
	    width: 100%;
	}	
	.col-50 {
		width: 100%;
	}
	.left-area {
		min-height: 200px;
	}
	.left-area h2 {
		font-size: 1.4em;
	}
	.right-area {
	  border-radius: 15px;
	  margin-top: -30px;
	  background-color: white;
	  position: relative;
	  z-index: 2;
	  overflow-x: hidden;
	  padding-top: 30px;
	}
	.logo-wellbe-left {
		display: none;
	}
	.preview-wrap, .regular-wrap {
		height: 200px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.bookneticsaas_step_2 {
		width: 100%;
	}
	.preview-message {
		display: block;
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
	}
/*	#bookneticsaas_city {
		max-width: 300px;
	}*/
	.preview-btn {
		display: block;
	}
	.bookneticsaas_form {
	    padding: 30px 20px 10px 20px;
	    max-height: 67vh;
	}
	.datos-block, {
		height: 67vh;
	}
	.business-profile-preview,
	.staff-phone,
	.instagram-overlay {
	  display: none;
	  position: absolute;
	  z-index: -2;
	  top: 0;
	  left: 0;
	  right: 0;
	  transition: visibility 1s;
	}
	.phone-top-bar {
  	background-color: #8092f3;
  	height: 50px;
  	margin-top: -2px;
	}
	.preview-banner {
	  margin: 9px auto 15px;
	  width: 85%;
	  height: 110px;
	}
	.preview-data {
  	padding: 0 25px;
	}
	.phone-overlay {
	  top: 6%;
	}
	.instagram-overlay {
	  top: 6%;
	}	
	.url-instagram {
	  top: 32%;
	  left: 55px;
	}
	.bookneticsaas_company_image,
	.bookneticsaas_staff_image {
	  width: 100%;
	}
	.bookneticsaas_company_cover_border {
	  width: 300px;
	  height: 130px;
	}
	.bookneticsaas_step_1 .bookneticsaas_header {
		display: none;
	}
	.bookneticsaas_company_cover_border
	.bookneticsaas_staff_image_border {
		height: auto;
	}
	.service-row {
  	display: flex;
  	flex-direction: column;
  	height: 67vh;
  	overflow: scroll;
	}
	.service-image-block {
	  display: block;
  	width: 100%;
	}
	.service-data-block {
	  display: block;
  	width: 95%;
  	margin: 0 auto;
	}
	.bookneticsaas_step_2 .bookneticsaas_form_element_row {
		display: block;
	}
	.price-field {
	  width: 100%;
	}
	.duration-field {
	  width: 100%;
	}
	.half-field {
		width: 100%;
	}
	.time-unit {
		bottom: 0;
	}
	.bookneticsaas_form_element_row > .bookneticsaas_form_element:not(:first-child) {
  	margin-left: 0;
	}
	.horario-form-row label {
	  margin-right: 10px;
  	font-size: 10px;
  	width: 100%;
	}
	.horario-form-row input[type="text"] {
	  margin-right: 10px;
	  padding: 8px;
	  width: 80px!important;
	}
	.horario-form-row input[type="checkbox"] {
  	width: 55px;
	}
	.push-col {
		display: none;
	}
	.dia-inhabil {
  	text-align: right;
  	margin-right: 0;
	}
	.bookneticsaas_step_5 .bookneticsaas_input_group > span {
	  font-size: 9px;
  	padding: 18px 16px;
	}
	.bookneticsaas_signup_completed > img {
		width: auto;
	}
	.boton-confirmar-ubicacion {
		line-height: 12px;
	}
	.map-wrapper #title span {
	  line-height: 14px;
	  font-size: 13px;
	  margin-right: 20px;
	}
	.flexed-wrapper {
	  height: auto;
	}
}

