@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --text: #1b3614;
  --text2: #e4f5da;
  --text3: #a2a59c;
  --base1: #388716;
  --base2:#38562c;
  --border1:#1e3614;
  --border2:#e3f5da;
  --white:#fcfcfa;
  --icon:#daf5dc;
  --green:#6AB57E;
  --red:#E15B5F;
 
  --fontSizeR:14.4px;
  --fontSizeS:14px;
  --fontSizeT:13px;
 
  --menuW:150px;
  --headH:50px;
  --footH:0px;
  --baseIndex:5;
 
  --gradO:linear-gradient(to bottom, #484141d9 0%, #000000cc 100%);
  --gradW:linear-gradient(to bottom, var(--white) 0%,var(--icon) 100%);
  --gradB1:linear-gradient(to top, var(--base1) 0%,var(--base2) 100%);
  --gradB2:linear-gradient(to bottom, var(--base1) 0%,var(--base2) 100%);
}
::selection { background: #00000033; }
input::selection {  background: #00000033; }
[dev]
{
	display:none;
}
weeker{
	display: block;
	min-height: 270px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	overflow: hidden;
}
weeker weeker-head{
	height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	border-bottom: 1px solid #eaeaea;
}
weeker weeker-head span{
	display: inline-block;
	flex: 1;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
	border-right: 1px solid #eaeaea;
}
weeker weeker-head span:last-of-type{
	border-right: none;
}
weeker weeker-head span[day]{
	background-color: #EEEEEE66;
}
weeker weeker-head span[weekend]{
	background-color: rgba(150,50,50,0.2);
}
weeker weeker-head span input{
	
	margin: 0px;
}
weeker weeker-head span label{
	padding-left: 5px;
}
weeker weeker-body{
	justify-content: center;
	flex-direction: row;
	min-height: 240px;
	display: flex;
	flex-wrap: nowrap;
}
weeker weeker-body section{
	flex: 1;
	position: relative;
	border-right: 1px solid #eaeaea;
}
weeker weeker-body section:last-of-type{
	border-right:none;
}
weeker weeker-body section[day]{}
weeker[closed] weeker-body section[day]{
	background-color: #ff999966;
}
weeker weeker-body section[weekend]{}
weeker weeker-body section div{
	position: absolute;
	left: 0px;
	right: 0px;
	font-size:10px;
}
weeker weeker-body section:[day] div{
	border-top: 1px solid #b3abab;
	border-bottom: 1px solid green;
    line-height: 0px;
    font-size: 9px;
    text-align: left;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff,1px -1px 2px #fff;
}
weeker[closed] weeker-body section[day] div{
	background-color: #99ff9966;
}
weeker weeker-body section:not([day]) div{
	border-top: 1px solid #b3abab;
    line-height: 0px;
    font-size: 9px;
    text-align: left;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff,1px -1px 2px #fff;
}
weeker weeker-foot{
	height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	border-bottom: 1px solid #eaeaea;
	align-items: center;
}
weeker weeker-foot select,weeker weeker-foot input{
    border: none !important;
    outline: none !important;
    height: 25px;
    line-height: 25px !important;
    padding: 0px 3px !important;
    background-color: #33333307 !important;
    width: auto !important;
    box-shadow: none !important;
    min-height: 0px !important;
    margin-right: 10px;
}
weeker weeker-foot label{
	font-size: 13px;
	padding-right: 5px;
}
weeker weeker-foot input{
	margin-right: 10px;
	border:none;
	outline:none !important;
	height: 25px;
	line-height: 25px;
	padding: 0px 3px;
	background-color: #33333310;
}
weeker weeker-foot button{
	height: 25px;
	line-height: 25px;
	font-size: 13px;
}
green{
	color:var(--green);
}
red{
	color:var(--red);
}
unnamed{
	color: #ccc;
}
h2{
	font-size: 16px;
}
[none]{
	display: none !Important
}
.greyback{
	background-color: #f1f3f1;
}
.darkgreyback{
	background-color: #EEE;
}
.T0{
	font-size: 15px;
	margin-bottom: 5px;
}
.T1{
	font-size: 14.4px;
	margin-bottom: 5px;
}
.T2{
	font-size: 13.5px;
}
semibold,[semibold],.semibold{
	font-weight: 500;
}
.bold{
	font-weight: 600;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.inline-block{display: inline-block;}
.valign-top{vertical-align: top}
.valign-mid{vertical-align: middle}
.valign-bot{vertical-align: bottom}
.talign-left{text-align: left;}
.talign-right{text-align: right;}
.talign-center{text-align: center;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.w300{width: 300px;min-width: 300px;}
.white{background-color: #fff;}
.p5{padding: 5px !important;}
.p10{padding: 10px !important;}
.p7{padding: 7px;}
.br3{border-radius: 3px;}
.br3{border-radius: 5px;}
.pillar{
	margin: 0px auto;
}
.fixed-bar{
	position: fixed;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px #807979c7;
    border-radius: 5px;
}
.w100{width: 100px !important;}
.w150{width: 150px !important;}
.w200{width: 200px !important;}
.w300{width: 300px !important;}
.w400{width: 400px;}
.w500{width: 500px;}
.w600{width: 600px;}
.line0{
	line-height: 22px !important;
	overflow-wrap: anywhere;
}
.nowrap{
	white-space: nowrap;
}
.inline{
	display: inline-block;
	vertical-align: middle;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
::-webkit-scrollbar {
	display: none;
}
.cusic_fill_0{
	fill:#00000099;
}
.cusiq_fill_red{
	fill:#ff0000cc;
}
.noscroll{
	overflow: hidden;
}
.scrollY{
	overflow: hidden;
	overflow-y: scroll;
}
.scrollY::-webkit-scrollbar {
	display: block;
	width: 0px;
	border:0px;
	overflow: visible;
	background-color: var(--white);
	box-shadow: none;
}
.scrollY::-webkit-scrollbar-track {
  background: var(--icon);
  width: 8px;
}
.scrollY::-webkit-scrollbar-thumb {
  background:var(--base2); 
  border-radius:3px;
}

.scrollX{
	overflow: hidden;
	overflow-x: scroll;
}
.scrollX::-webkit-scrollbar {
	display: block;
	width: 0px;
	border:0px;
	overflow: visible;
	background-color: var(--white);
	box-shadow: none;
}
.scrollX::-webkit-scrollbar-track {
  background: var(--icon);
  height: 8px;
}
.scrollX::-webkit-scrollbar-thumb {
  background:var(--base2); 
  border-radius:3px;
}


.clickable:active{
	opacity: 0.8;
}
.mico{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background-color: var(--text);
	mask-size: 25px;
	margin: 7px;
	margin-right: 10px;
	mask-position:center;
	mask-repeat:no-repeat;
}
	.mico.m1{mask-image :url('/media/hc/m1.png');}
	.mico.m2{mask-image :url('/media/hc/m2.png');}
	.mico.m3{mask-image :url('/media/hc/m3.png');}
	.mico.m4{mask-image :url('/media/hc/m4.png');}
	.mico.m5{mask-image :url('/media/hc/m5.png');}
	.mico.m6{mask-image :url('/media/hc/m6.png');}

html,body{
	padding:0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	color: var(--text);
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: var(--fontSizeR);
}
.root{
	min-height: 100%;
	width: 100%;
	overflow: auto;
	background-color: #EAEAEA;
	background-image: url('/temp/_t1.png');background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
input[type=text],
input[type=password],
input[type=number],
input[type=url],
input[type=email],
input[type=tel],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
select
{
	background-color: #F6F6F7;
	border: 1px solid #DEDEDE;
	height: 30px;
	line-height: 28px;
	padding: 0px 7px;
	border-radius: 5px;
	width: 100%;
	display: inline-block;
	font-family: inherit;
}
input[type=number][currency]:not(:placeholder-shown){
	padding-left: 15px;
	background-image: url('/media/icons/rupee.png');
	background-position: 5px center;
    background-size: 8px;
    background-repeat: no-repeat;
}
select,select option{
	text-transform: capitalize;
}
input[type=radio],
input[type=checkbox]
{
	vertical-align: middle;
}
input.pseudo{
	display: inline-block;
	vertical-align: middle;
	width:26px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	appearance: none;
	border-radius: 10px;
	background-color: var(--icon);
	transition:all ease-in 0.2s;
	cursor: pointer;
	opacity:0.4;
	box-shadow:0px 0px 2px 0px var(--base2) inset;
}
input.pseudo:checked{
	opacity:1;
}
input.pseudo:after{
	transition:all ease-in 0.2s;
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: var(--base1);
	margin-top: 1px;
	margin-left: 0px;
	transform: translateX(0px);	
}
input.pseudo:checked:after{
	background-color: var(--base2);
	transform: translateX(12px);	
}


input[type=color]
{
	border: white solid 0px;
    border-radius: 2px;
    box-shadow: 0px 0px 1px 1px #33333333;
}
input[type=file]{
	font-size: 0px;
	display: inline-block;
	height: 30px;
	background-color: transparent;
	border:0px;
	outline: none;
	height: 27px;
    width: 50px;
    vertical-align: middle;
	
}
input[type=file]:before{
	content : "Select";
	font-size: 13px;
    background: #ffffff;
    box-shadow: 0px 0px 1px 1px #333;
    display: inline-block;
    border-radius: 2px;
    position: absolute;
	height: 27px;
	line-height: 27px;
	padding: 0px 5px;
	opacity: 1;
	vertical-align: top;
}
input._err,select._err{
	border-color: #ff0000;
	outline-color: #ff0000;
}
input:focus,input:active,select:active,select:focus{
	outline: 1px solid #999;	
}

input:active+.tip,input:hover+.tip,select:active+.tip,select:hover+.tip{
	display: block !important;
}
button{
	border: 0px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width: auto;
	border-radius: 5px;
	padding: 0px 7px;
	cursor: pointer;
	margin-right: 5px;
	background-color: #d1dfe2;
	font-size: 13px;
	font-weight: 500;
	vertical-align: middle;
	font-family: inherit;
	overflow: hidden;
}
button[mini]{
    height: 18px;
    line-height: 18px;
    font-size: 9.5px;
    text-transform: uppercase;
}
[invalid]{
	border:1px solid red !important;
}
button[red]
{
	background: linear-gradient(to bottom, #FF000077 0%, #FF0000 100%);
	color: #FFFFFF;
}
paid
{
	border: 0px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width: auto;
	border-radius: 5px;
	padding: 0px 7px;
	cursor: pointer;
	margin-right: 5px;
	background-color: #d1dfe2;
	font-size: 13px;
	font-weight: 500;
	vertical-align: middle;
	font-family: inherit;
	overflow: hidden;
	background: linear-gradient(to bottom, #000000 0%, #333333 100%);
	color: #fff;
}
paid[mini]
{
	height: 18px;
    line-height: 18px;
    font-size: 9.5px;
    text-transform: uppercase;
}
button[green]
{
	background: linear-gradient(to bottom, #2E721F77 0%, #2E721F 100%);
	color: #FFFFFF;
}
button[blue]
{
	background: linear-gradient(to bottom, #21515f77 0%, #415374 100%);
	color: #FFFFFF;
}
button[purple]
{
	background: linear-gradient(to bottom, #733777 0%, #813c84 100%);
	color: #FFFFFF;
}
input[type="button"][archive],button[archive]
{
	background-image: url('/media/icons/archive_white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	height: 18px;
	width: 18px;
	background-color: #e08881;
	border: 0px;
	outline: 0px;
	vertical-align: middle;
	cursor: pointer;
	background-position: center;
	border-radius: 3px;
}
button[restore]
{
	background-image: url('/media/icons/restore.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	height: 18px;
	width: 18px;
	background-color: #71ac3c;
	border: 0px;
	outline: 0px;
	vertical-align: middle;
	cursor: pointer;
	background-position: center;
	border-radius: 3px;
}
button[setting]
{
	background-image: url('/media/icons/setting.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	height: 18px;
	width: 18px;
	background-color: #9c47a0;
	border: 0px;
	outline: 0px;
	vertical-align: middle;
	cursor: pointer;
	background-position: center;
	border-radius: 3px;
}
button[calender]
{
	background-image: url('/media/icons/calender_dark.png');
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
	height: var(--inputHeight);
	width: var(--inputHeight);
	min-width: var(--inputHeight);
	max-width: var(--inputHeight);
	vertical-align: top;
	cursor: pointer;
	display: inline-block;
	border: 0px;
	outline: 0px;
	border-radius: 3px;
	background-color: #d1dfe2;
}
textarea{
	
}
textarea[large]
{
	min-height: 300px !important;
}
textarea{
	
}
textarea::-webkit-scrollbar {
	display: block !important;
}
textarea::-webkit-scrollbar-track {

}
textarea::-webkit-scrollbar-thumb {
  background:var(--base2); 
}
.noscroll{
	overflow: hidden;
}
.scrollY{
	overflow: hidden;
	overflow-y: scroll;
}
.scrollY::-webkit-scrollbar {
	display: block;
	width: 0px;
	border:0px;
	overflow: visible;
	background-color: var(--white);
	box-shadow: none;
}
.scrollY::-webkit-scrollbar-track {
  background: var(--icon);
  width: 8px;
}
.scrollY::-webkit-scrollbar-thumb {
  background:var(--base2); 
  border-radius:3px;
}
.clickable:active{
	opacity: 0.8;
}
.weeber_bu{
	/*mask-image:url('/media/hc/weeber_bottom_up.png?1');
	mask-repeat:repeat-x;
	mask-position:center bottom;*/
}
header{
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	height:var(--headH);
	background-color:var(--base1);
	z-index: 1;
}
header > section{
	display: inline-block;
	vertical-align: middle;
	height:var(--headH);
}
header > section.header-left,
header > section.header-right{
	
}
@media all and (min-width: 600px)
{
	header > section.header-left{
		width: 160px;
	}
	header > section.header-right{
		width:200px;
	}
}
header > section.header-right{
	float: right;	
}
@media all and (min-width: 600px)
{
	header > section.header-mid{
		width: calc(100% - 410px);
		text-align: center;
	}
}
header > section.header-mid .header-business{
	display: inline-block;
	padding: 5px;
	margin: 5px;
	width: auto;
	white-space: nowrap;
	background-color: rgba(0,0,0,0.1);
	border-radius: 3px;
}
header > section.header-mid .header-business .header-business-logo{
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	vertical-align: middle;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
header > section.header-mid .header-business .header-business-info{
		display: inline-block;
	vertical-align: middle;
}
header > section.header-mid .header-business .header-business-info .business-info-title{
	color: #eaeaea;
	font-weight: 600;
	line-height: 18px;
	text-align: left;
}
header > section.header-mid .header-business .header-business-info .business-info-details{
	font-size: 12px;
	line-height: 12px;
	text-align: left;
}
header > section.header-mid .header-business .header-business-info .business-info-details > span{
	display: inline-block;
	margin-right: 3px;
}
header > section.header-mid .header-business .header-business-info .business-info-details .info-plan{
	font-weight: 600;
	color: #fff;
}
header > section.header-mid .header-business .header-business-info .business-info-details .info-vertical{
	color: #ccc;
}
header > section.header-mid .header-business .header-business-info .business-info-details .info-balance{
	color: #f79f9f;
	font-weight: 500;
}
header .page-title{
	height: var(--headH);
	line-height: var(--headH);
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	font-weight: bold;
}
@media all and (max-width: 600px)
{
	header .page-title{
		display: none;
	}
}
header .page-icons{
	display: inline-block;
	height: var(--headH);
	padding: 5px 0px;
}
header .page-icons .ico{
	
}
header .pilot{
	box-shadow: 0px 0px 1px 1px var(--base2);
	border-radius: 3px;
	color: var(--text2);
	white-space: nowrap;
	margin: 6px;
	padding: 3px;
	background-color: var(--base2);
	float: right;
}
header .pilot .pilot-icon{
	width: 30px;
	height: 30px;
	background-color: var(--icon);
	mask-size: 18px;
	mask-image: url(/media/hc/profile.png);
	mask-position: center;
	mask-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
header .pilot .pilot-belt{
	display: inline-block;
	vertical-align: middle;	
}
@media all and (max-width: 600px)
{
	header .pilot .pilot-belt{
		display: none;
	}
}
header .pilot .pilot-title{
	font-size: 11px;
	line-height: calc(var(--headH) / 2 -5);
	overflow: auto;
	text-align: center;
	padding: 0px 3px;
	text-align: center;
}
header .pilot .pilot-identifier{
	text-align: center;
	line-height: calc(var(--headH) / 2 +5);
	padding: 0px 3px;
	font-size: 13px;	
}
.ico{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background-color: var(--icon);
	mask-size: 25px;
	margin: 7px;
	margin-right: 0px;
}
	.ico.i1{mask-image :url('/media/hc/i1.png')}
	.ico.i2{mask-image :url('/media/hc/i2.png')}
	.ico.i3{mask-image :url('/media/hc/i3.png')}
	.ico.i4{mask-image :url('/media/hc/i4.png')}
	.ico.i5{mask-image :url('/media/hc/i5.png')}
	.ico.i6{mask-image :url('/media/hc/i6.png')}
	
footer{
	min-height: 50px;
	background-color:var(--base2);
}
.hc-body{
	position: fixed;
	left: 0px;
	right: 0px;
	top: var(--headH);
	background-color: #eaeaea;
	bottom: var(--footH);
}
.hc-body .hc-container{
	position: fixed;
	top: var(--headH);
	right: 0px;
	left: 0px;
	bottom: var(--footH);
	overflow-y: scroll;
	transition:all ease-in 0.3s;
	padding: 15px;
}
.hc-body .hc-menu{
	position: fixed;
	top: var(--headH);
	left: 0px;
	bottom: var(--footH);
	overflow: hidden;
	transition:all ease-in 0.3s;
	background-color: var(--icon);
	box-shadow:0px 0px 2px 2px var(--base2);
	z-index: var(--baseIndex);
}
@media all and (min-width: 800px)
{
	.hc-body.wopen .hc-menu{
		width: 39px;
	 }
	.hc-body.wopen .hc-container{
		left: 39px;
	}
	.hc-body .hc-menu .menu-in .menu-item{
		padding-left: 0px;
	}
	.hc-body .hc-menu{
		width:var(--menuW);
	}
	.hc-body .hc-container{
		left: var(--menuW);
	}
}
@media all and (max-width: 800px)
{
	.hc-body .hc-menu{
		right: 100%;
		width: 0%;
	}
	.hc-body.mopen .hc-menu{
		right: 0%;
		width: 100%;
	}
}
.hc-menu .menu-in{
	min-width: var(--menuW);
}
.hc-menu .menu-in .menu-head{
	background-color:#9cbdb0;	
	font-weight: 600;
}
.hc-menu .menu-in .menu-item{
	padding-left: 20px;
	transition: all ease-in 0.3s;
	cursor: pointer;
	white-space: nowrap;
}
.hc-menu .menu-in .menu-item.menu-item-active{
	background-color:#fff;	
}
.hc-menu .menu-in .menu-item .menu-item-title{
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	padding-bottom: 1px;
	white-space: nowrap;
}
.hc-menu .menu-in .menu-item i{
	mask-size: 20px !important;
}

.film_01{
	z-index: 1000;
	background-color: var(--border1);
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	opacity: 0.7;
	display: none;
}
.ripple{
	z-index: 2000;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-color: rgba(255,255,255,0.8);
	display:none;	
}
.loader{
	width:100%;
	height:100%;
	background-color: var(--base1);
	mask-image: url('/media/hc/ripple_b.gif');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size:100px;
}
.modal{
	background-color: var(--white);
	box-shadow:0px 0px 2px 2px var(--base2);
	border-radius:10px;
	font-size: var(--fontSizeR);
	overflow: hidden;
	text-align: left;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
}
	.modal.modal-alert{
		max-width: 400px;
	}
	.modal.modal-edit{
		width: calc(100% - 40px);
		max-width: 600px;
		overflow: visible;
	}
	
.modal .modal-head{
	background-color: var(--base1);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.modal .modal-head .modal-head-icon{
	display: inline-block;
	height: 30px;
	width: 30px;
	background-color: var(--icon);
	mask-size:75%;
	mask-position:center;
	mask-repeat:no-repeat;
}
	.modal.modal-edit .modal-head .modal-head-icon{
		mask-image:url('/media/hc/modal_icon_edit.png');
	}
	.modal.modal-alert .modal-head .modal-head-icon{
		mask-image:url('/media/hc/modal_icon_edit.png');
	}
	.modal.modal-info .modal-head .modal-head-icon{
		mask-image:url('/media/hc/modal_icon_edit.png');
	}
.modal .modal-head .modal-head-title{
	height: 30px;
	color:var(--icon);
	flex: 1;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 5px;
	font-size: var(--fontSizeS);
	font-weight: 500;
}
.modal .modal-head .modal-head-close{
	height: 30px;
	width: 30px;
	background-color: var(--icon);
	mask-image:url('/media/hc/modal_close.png');
	mask-size:50%;
	mask-position:center;
	mask-repeat:no-repeat;
	cursor: pointer;
}


.modal .modal-body-text{
	padding:10px;
	display:none;	
}
.modal .modal-body-form{
	padding:10px;
	max-height: calc(100vh - 180px);
	flex: 1;
	padding-bottom: 20px;
	display: none;
	overflow-x: visible;
	overflow-y: scroll;
}

.modal .modal-body-buttons{
	text-align: right;
	padding: 10px;
	white-space: nowrap;
	display: none;
}
.modal .modal-foot{
	text-align: right;
	padding: 10px 5px;
	background: var(--gradW);
	display: none;
}
.modal button{
	display: inline-block;
	padding: 5px 7px;
	border-radius: 3px;
	margin-right: 5px;
	border: 0px;
	outline: none;
	cursor: pointer;
	line-height: 0px;
}
.modal button:active{
	transform: translate(1px,1px);
}
.modal button.button-positive{
	background-color:var(--base1);
	color:var(--white);	
}
.modal button.button-cancel{
	background-color:var(--red);
	color:var(--white);	
}
.modal button.button-agree{
	background-color:var(--green);
	color:var(--white);	
}
.popup{
	text-align: center;
	font-size: 0px;
	z-index: 1001;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	display: none;
}
.popup .popup-col{
	width: 10px;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.popup .popup-col.popup-col-main{
	height: auto;
	max-height: 100%;
	width: calc(100% - 20px);
	
}
.toast{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	height: auto;
	padding: 20px;
	display: none;
	z-index: 2001;
}
.toast .toast-text{
	display: inline-block;
	max-width: 300px;
	padding: 10px;
	border-radius: 4px;
	color: var(--icon);
	font-size:var(--fontSizeS);
	background: var(--gradO);
}

form{
	font-size: 0px;
}
.input{
	display: block;
	padding: 5px;
}
.input[input-type=hidden]{
	display:none;
}
.input.regular{
	
}
.input.medium{
	display: inline-block;
	vertical-align: top;
	width:50%;	
}
.input.two-third{
	display: inline-block;
	vertical-align: top;
	width:66.66%;
	float: left;
}
.input.three-fourth{
	display: inline-block;
	vertical-align: top;
	width:75%;
	float: left;
}
.input.medium-left{
	display: inline-block;
	vertical-align: top;
	width:50%;
	float: left;
}
.input.medium-clear{
	display: inline-block;
	vertical-align: top;
	width:50%;
	clear: right;
}
.input.small{
	display: inline-block;
	vertical-align: top;
	width:33.33%;
}
.input.twothird{
	display: inline-block;
	vertical-align: top;
	width:66.66%;
}
.input.sauto{
	display: inline-block;
	vertical-align: bottom;
	width: auto;
}
.input .input-title{
	display: block;
	font-size: var(--fontSizeT);
	font-weight: 600;
	color: var(--base2);
	margin-bottom: 5px;
	
}
.input input:is([type=text],[type=number],[type=date],[type=email],[type=datetime],[type=datetime-local],[type=email],[type=tel],[type=url]),
.input select,.input textarea
{
	background-color: var(--icon);
	border:0px;
	outline:0px;
	font-size: var(--fontSizeS);
	line-height: 30px;
	padding: 0px 5px;
	display: block;
	border-radius: 3px;
	width: 100%;
	max-width: 100%;
	box-shadow:0px 0px 2px 0px var(--base2) inset;
	min-height: 30px;
	font-family: inherit;
}
.input textarea{
	line-height: 20px;
	padding: 5px;
	min-width: 100%;
	min-height: 70px;
}
.input.input-req .input-element[required]{
	box-shadow: 0px 0px 2px 0px var(--red) inset !important;
}
.input.input-req .input-title:after{
	content : '*'
}
.input.input-req .input-element::placeholder{
	color: var(--text3);
}
.input .input-element-holder{
	
}
.input .input-element-holder label{
	display: inline-block;
	vertical-align: middle;
	font-size:var(--fontSizeR);
	width:calc(100% - 30px);
	line-height:25px;	
}
.input .input-element-holder input{
	display: inline-block;
	vertical-align: middle;
	width:29px;
	height: 17px;
	margin: 0px;
	padding: 0px;
}
.input .input-element-holder input{
	appearance: none;
	border-radius: 10px;
	background-color: var(--icon);
	transition:all ease-in 0.2s;
	cursor: pointer;
	opacity:0.4;
	box-shadow:0px 0px 2px 0px var(--base2) inset;
}
.input .input-element-holder input:checked{
	opacity:1;
}
.input .input-element-holder input:after{
	transition:all ease-in 0.2s;
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: var(--base1);
	margin-top: 1px;
	margin-left: 1px;
	transform: translateX(0px);	
}
.input .input-element-holder input:checked:after{
	background-color: var(--base2);
	transform: translateX(12px);	
}
.input .input-element-holder .input-media{
	background-color: var(--icon);
	border:0px;
	outline:0px;
	font-size: var(--fontSizeS);
	display: block;
	border-radius: 3px;
	width: 100%;
	max-width: 100%;
	box-shadow:0px 0px 2px 0px var(--base2) inset;
	cursor: pointer;
	padding-top: 100%;
	background-image: url('/media/hc/media_upload.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px;
	position: relative;
}
.input.half .input-element-holder .input-media{
	padding-top: 50%;
}
.input .input-element-holder .input-media.input-media-active{
	background-size: contain;
}
.input.half .input-element-holder .input-media.input-media-loading
{
	background-image: url('/media/hc/ripple_b.gif') !important;
	background-position: center;
	background-size: 50px !important;
}
.input .input-element-holder .input-media[filetype*="image"]{
	background-color: #fff;
	background-size: contain;
	background-image: url('/media/images/wa-resp-header-image.png');
}
.input .input-element-holder .input-media[filetype*="document"]{
	background-color: #fff;
	background-size: contain;
	background-image: url('/media/images/wa-resp-header-document.png') !important;
}
.input .input-element-holder .input-media[filetype*="video"]{
	background-color: #fff;
	background-size: contain;
	background-image: url('/media/images/wa-resp-header-video.png') !important;
}
.input .input-element-holder .input-media[filetype*="audio"]{
	background-color: #fff;
	background-size: contain;
	background-image: url('/media/images/wa-resp-header-audio.png') !important;
}

.input .input-element-holder .input-media span{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
	background: radial-gradient(#ff9e9f, #ff1b0b);
	mask-image: url('/media/hc/modal_close.png');
	mask-size: 100%;
	mask-position: center;	
}
.input .input-element-holder .input-media figcaption{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	background: linear-gradient(to bottom, #00000000 0%, #00000099 30%, #000000CC 100%);
	color:#fff;
}
.input .input-element-holder input[type=file]
{
	height: 0px;
	padding: 0px;
	width: 0px;
	margin: 0px;
	outline: none;
	border:none;
	font-size: 0px;
	opacity: 0;
	display: none;
}
.input .input-error{
	padding: 3px 5px;
	font-size: 13px;
	color:var(--red);
}
.error{
	color:var(--red);
	border-color: var(--red) !important;
}
.hc-business{
	position: fixed;
	background-color: var(--base2);
	z-index: 1;
	
	box-shadow:0px 0px 1px 1px var(--base2);
	height: 0px;
	display: none;
	transition: all ease-in 0.3s;
}
@media all and (min-width: 600px)
{
	.hc-business{
		top:calc(var(--headH) - 6px);
		right: 4px;
		max-height: 300px;
		width: 250px;
		
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		height: 0px;
		display: none;
		transition: all ease-in 0.3s;
	}
}
@media all and (max-width: 600px)
{
	.hc-business{
		top:var(--headH);
		right: 0px;
		left:0px;
		bottom: 0px;
		display: none;
		height: auto !important;
	}
}
.hc-business .hc-business-search{
	
}
.hc-business .hc-business-search input{
	background-color: #00000066;
	border: 1px solid #000000CC;
	color: #ffffffcc;
	outline: none;
}
.hc-business .hc-business-list{
	max-height: 270px;
	overflow-y: scroll;
}
.hc-business .hc-business-list .hc-business-list-item.hbli{
	color: #fff;
	font-size: 13px;
	padding: 5px;
	cursor: pointer;
	white-space: nowrap;
}
.hc-business .hc-business-list .hc-business-list-item.hbli:hover{
	background-color: #00000033;
}
.hc-business .hc-business-list .hc-business-list-item.hbli .hbli-logo{
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: var(--icon);
	mask-size: 25px;
	mask-image: url('/media/hc/s1.png/');
	mask-position: center;
	mask-repeat: no-repeat;
}
.hc-business .hc-business-list .hc-business-list-item.hbli .hbli-title{
	display: inline-block;
	width: calc(100% - 25px);
	padding-left: 5px;
}
.hc-business .hc-business-list .hc-business-list-item.hbli .hbli-title .hbli-title-u{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.hc-business .hc-business-list .hc-business-list-item.hbli .hbli-title .hbli-title-s{
	display: block;
}
.hc-container{
	padding: 20px;
}
.hc-container .crate{
	background-color: #f4f4f4;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow-x: scroll;
}
.hc-container .crate .crate-block{

}
.hc-container .crate .crate-block .crate-block-button{
	padding:0px 5px;
	line-height: 18px;
	padding: 5px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: 5px;
	font-weight: 500;
	box-shadow:0px 0px 2px 2px #78787833;
}
.hc-container .crate .crate-block .crate-block-button:hover{
	background-color: #fffeee;
}
.hc-container .mbox{
	margin-bottom: 20px;
}
.hc-container .mbox .mbox-T{
	display: block;
	margin-bottom: 5px;
}
.hc-container .mbox .mbox-T i{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 3px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.hc-container .mbox .mbox-T span{
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
	font-weight: 600;
}
.hc-container .mbox .mbox-I{
	display: inline-block;
	width: 90px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	position: relative;
}
.hc-container .mbox .mbox-I i{
	height: 80px;
	width: 80px;
	margin: 5px;
	display: block;
	border-radius: 3px;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}
.hc-container .mbox .mbox-I span{
	display: block;
	font-size:13px;
	font-weight:500;
}
.hc-container .mbox .mbox-I b{
	position: absolute;
	right: 10px;
	top: 10px;
}
.hc-container .mbox .mbox-I.mbox-I-small{
	width: 80px;
}
.hc-container .mbox .mbox-I.mbox-I-small i{
	width: 60px;
	height: 60px;
	background-size: 35px;
}
.rowtable{
	padding:5px;
	background-color:var(--text2);
	border-radius:5px;	
}
.rowtable .rowtable-tr{
	padding:5px;
	background-color:rgba(255,255,255,0.5);
	border-radius:3px;
	margin-bottom: 4px;
}
.rowtable .rowtable-tr .rowtable-tr-td{
	display: block;
	
}
.rowtable .rowtable-tr .rowtable-tr-td span{
	float:right;
	background-color:#00000099;
	color:#EEE;
	padding:5px;
	font-size:13px;
	border-radius:3px;
	font-weight: normal
}
.flaptable{
	padding:5px;
	background-color:var(--text2);
	border-radius:5px;	
}
.flaptable .flaptable-row{
	padding:5px;
	background-color:rgba(255,255,255,0.5);
	border-radius:3px;
	margin-bottom: 5px;
}
.flaptable .flaptable-row .flaptable-row-hd{
	font-weight:500;
	border-bottom: 1px solid #eee;
}
.flaptable .flaptable-row .flaptable-row-ft{
	font-size: 12px;
	color: #999;
}
.flaptable .flaptable-row .flaptable-row-td{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 3px;
	font-size:13px;
}
.flaptable .flaptable-row .flaptable-row-td .flaptable-row-td-key{
	color: #999;
}
.flaptable .flaptable-row .flaptable-row-td .flaptable-row-td-val{
	font-weight: 500;
}
.coltable{
	margin-bottom: 10px;
	boder-radius:5px;
}
.coltable .coltable-head{}
.coltable .coltable-row{}
.coltable .coltable-td{
	border:1px solid #ccc;
	padding: 5px;
}
.coltable .coltable-tilde{
	position: relative;
	overflow: visible;
	min-width: 30px;
}
.coltable .coltable-tilde .coltable-tilde-key{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('/media/images/greek-column.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	position: absolute;
	top: 5px;
	left: 3px;
	cursor: pointer;
}
.coltable .coltable-tilde .coltable-tilde-menu{
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 10px;
	boder-radius:5px;
	border:1px solid #ccc;
	background-color: #fff;
	display: none;
}
.coltable .coltable-tilde .coltable-tilde-menu .coltable-tilde-menu-list{
	text-align: left;
}
.coltable .coltable-tilde .coltable-tilde-menu .coltable-tilde-menu-list .coltable-tilde-menu-list-item{
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
}
.coltable .coltable-tilde .coltable-tilde-key:hover{
	background-color: #00000022;
}
.coltable-pages{
	margin-bottom: 10px;
}
.coltable-pages .coltable-page-index{
	display:inline-block;
	height: 18px;
	vertical-align: middle;
	line-height: 18px;
	font-size: 12px;
	font-weight: 500;
	padding-right: 5px;
}
.coltable-pages .coltable-page{
	display:inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-color: var(--base1);
	color:var(--white);
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	border:1px solid #00000022;
}
.coltable-pages .coltable-page.coltable-page-cur{
	background-color: var(--base2);
}
.tip{
	position: absolute;
	background-color: #fff;
	padding: 5px;
	box-shadow:0px 0px 2px 2px #99999999;
	border-radius:3px;
	display:none;
	font-size: 13px;
	text-align: left;
}
.accordian{
	transition: all ease-in 0.3s;
	overflow: hidden;
}
.otp-input{
	height: 60px;
	font-size: 24px;
	letter-spacing: 24px;
	text-align: center;
}
.business{
	
}
.business h2{
	margin-bottom: 5px;
}
.business .smallline{
	color: #999;
}
.business .baseline{
	line-height: 20px;
}
.storecard{
	display: inline-block;
	width: auto;
	vertical-align: middle;
	background-color: #fff;
	padding: 5px;
	border-radius: 3px;
	margin: 3px;
	box-shadow:0px 0px 2px 1px #00000033;
	cursor: pointer;
	min-width: 100px;
	padding-right: 40px;
}
.storecard .storecard-p{
	width: 30px;
	height: 30px;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 3px;
}
.storecard .storecard-t{
	display: block;
	font-size: 14px;
	white-space: nowrap;
	width: calc(100% + 20px);
}
.storecard .storecard-i{
	font-weight: 500;
	display: block;	
	font-size:14px;
	color: #666;
}
.storecard .storecard-v{
	display: block;
	font-size:11px;
	color: #999;
	font-weight: 600;
}
.storecard .storecard-u{
	white-space: nowrap;
}
.storecard .storecard-u span{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-color: #999;
	mask-position:center;
	mask-repeat:no-repeat;
	mask-size:90%;
	cursor: pointer;
}
.storecard .storecard-u span:hover{
	background-color: #65973C;
}
.storecard .storecard-u span.u-1{
	mask-image:url('/media/icons/stoe-card-catalog.png');
}
.storecard .storecard-u span.u-2{
	mask-image:url('/media/icons/stoe-card-website.png');
}
.storecard .storecard-u span.u-3{
	mask-image:url('/media/icons/stoe-card-whatsapp.png');
}
.storecard .storecard-u span.u-4{
	mask-image:url('/media/icons/stoe-card-communication.png');
}
.storecard .storecard-u span.u-2{}
.storecard .storecard-u span.u-3{}
.storecard .storecard-u span.u-4{}
.storecard[plan-id="0"] .storecard-v .storecard-v-p{color:#8f9c92;}
.storecard[plan-id="1"] .storecard-v .storecard-v-p{color:#59916c;}
.storecard[plan-id="2"] .storecard-v .storecard-v-p{color:#309246;}
.storecard[plan-id="3"] .storecard-v .storecard-v-p{color:#8543c7;}
.storecard .storecard-f{
	display: block;
	font-size:9px;
	color: #787878;
	text-transform: uppercase;
	font-weight: 700;
}
.crate-list{
	
}
.crate-list .crate-list-item{
	padding: 5px;
	background-color: rgba(255,255,225,0.8);
	margin: 5px;
}
.crate-list .crate-list-item .crate-list-item-float{
	float: right;
}
.crate-list .crate-list-item .crate-list-item-text-0{

}
.crate-list .crate-list-item .crate-list-item-text-1{
	font-weight:500;
	color: #666;
}
.crate-list .crate-list-item .crate-list-item-text-2{
	
}
.crate-flex{
	display: block;
	font-size: 0px;
	display: flex;
	flex-wrap: nowrap;
}
.crate-flex .crate-flex-column{
	vertical-align: top;
	font-size: var(--fontSizeR);
}
.crate-flex.crate-flex-two .crate-flex-column{}
.crate-flex.crate-flex-three .crate-flex-column{}
.flex{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.flex > span{
	display: inline-block;
	vertical-align: middle;
	padding: 2px 5px;
}
.flex .flex-0{
	width: 100px;
	font-weight: 600;
}
.flex .flex-hndle{
	min-width:15px;
	min-height:15px;
	background-color:#999;
	cursor: move;
	margin-right: 5px;
	mask-image:url('/media/images/mask-drag.png');
	mask-size:100%;
	mask-position:center
}
.flex .flex-small{
	width: 50px;
	font-weight: 600;
}
.flex .flex-1{
	min-width: 200px;
}
.flex .flex-2{
	min-width: 150px;
}
.flex .flex-3{
	min-width: 100px;
}
b.tico{
	display: inline-block;
	min-width: 15px;
	height: 15px;
	border-radius:1px;
	background-color: var(--base2);
	cursor: pointer;
	line-height: 15px;
	padding: 0px 3px;
	color: #fff;
	font-size:9px;
	font-weight:500;
	text-transform: uppercase;
	white-space: nowrap;
}
.comment{
	padding: 3px 5px;
	font-size:13px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 3px;
	box-shadow: 0px 0px 1px 1px #00000033;
	margin-bottom: 3px;
	min-width: 100px;
}
.comment .comment-0{
	font-weight: 600;
	white-space: nowrap;
}
.comment .comment-1{
	
}
.comment .comment-2{
	color: #999;
	font-size: 10px;
}
.control-panel{
	display: inline-block;
	width: auto;
	padding:0px;
	text-align: center;
}
.control-panel .control-panel-button{
	display: inline-block;
	min-width: 50px;
	height: 35px;
	border-radius:3px;
	background-color: #fff;
	box-shadow:0px 0px 1px 1px #66666699;
	text-align: center;
	line-height:35px;
	font-size:12px;
	font-weight: 500;
	cursor: pointer;
	padding: 0px 7px;
}
.mini-control{
	padding: 5px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
	box-shadow:0px 0px 1px 1px #66666699;
}
.mini-control .mini-control-input{
	margin:5px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
.mini-control .mini-control-input span{
	display: inline-block;
	vertical-align: middle;
}
.mini-control .mini-control-input input,
.mini-control .mini-control-input select{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.mini-control .mini-control-input input[type=color]
{
	border: 0px;
	width: 25px;
}
.mini-control .mini-control-input input[type=file]
{
	width: 50px;
}
.coverinput{
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	line-height: 100% !important;
	border: 0px !important;
	outline: 0px !important;
	padding: 0px 5px !important;
	background-color: transparent !important; 
	border-radius:0px !important;
	color: inherit !important;
	user-select: none;
	font-weight:inherit !important;
	font-size:inherit !important;
	
}
input[type="file"].coverinput{
	opacity:0;
	position: absolute;
}
.slab-list{
	
}
.slab-list .slab{
	display:flex;
	flex-wrap: nowrap;
	padding: 5px;
	cursor: pointer;
	border-radius: 3px;
	background-color: #EAEAEA;
	margin-bottom: 5px;
}
.slab-list .slab[active="-1"]
{
	background-color: #E1B3AE66 !important;
}
.slab-list .slab[active="0"]
{
	background-color: #CCCCCC66;
}
.slab-list .slab:hover{
	background-color: #F3FDFF;
}
.slab-list .slab.slab-chosen{
    background-color: #F3FDFF;
    box-shadow: 0px 0px 1px 1px #a3afb28f;
}
.slab-list .slab > span{
	display: inline-flex;
}
.slab-list .slab span.slab-handle{
	width:15px;
	height:15px;
	background-color:#999;
	cursor: move;
	margin-right: 5px;
	mask-image:url('/media/images/mask-drag.png');
	mask-size:100%;
	mask-position:center
}
.slab-list .slab span.slab-image{
	width:50px;
	height: 50px;
	margin-right: 5px;
	background-size: cover;
	background-color: #CCCCCC66;
	background-image: url('/media/images/block_image.png');
	border-radius: 2px;
	background-position: center;
}
.slab-list .slab span.slab-details{
	flex:1;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.slab-list .slab[active="-1"] .slab-details-buttons input,
.slab-list .slab[active="-1"] .slab-details-buttons button[blue],
.slab-list .slab[active="-1"] .slab-details-buttons button[archive]{
	display: none;
}
.slab-list .slab:not([active="-1"]) .slab-details-buttons  button[restore]{
	display: none;
}
.slab-list .slab .object{
	white-space: normal;
}
.slab-list .slab .object .object-title{
	display: block;
	font-weight: 500;
}
.slab-list .slab .object .object-owl{
	font-size: 12px;
	color: #999;
}
.slab-list .slab .object .object-duck{
	font-size: 12px;
	text-align: right;
	float: right;
}
.parser{
	padding: 10px !important;
	cursor: default !important;
	margin-bottom: 10px;
}
.parser .parser-handle{
	float: left;
	width: 40px;
	height: 20px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: -3px;
	cursor:grab;
	background-image:url('/media/images/move-updown.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.parser .parser-handle:focus,.parser .parser-handle:not(:focus)
{

	
}
.parser .parser-title{
	line-height:normal;
	margin-bottom: 3px;
	font-weight: 600;
}
.parser .parser-title button{
	float: right;
}
.parser .parser-syntax{
	line-height:normal;
	font-size: 0.95rem;
	font-weight: normal;
}
.parser .parser-syntax .parser-syntax-key{
	text-transform: capitalize;
	font-weight: normal;	
}
.parser .parser-syntax .parser-syntax-val{
	font-weight:600;	
}
.parser .parser-variables{
	line-height:normal;
	font-size: 0.95rem;
	margin-top:3px;	
}
.parser .parser-variables *{
	display: inline-block;
	vertical-align: middle;	
}
.parser .parser-variables strong{
	padding:3px;
	background-color: #eaeaea;
	border-radius: 3px;
}
.parser .parser-response{
	line-height:normal;
	font-size: 0.95rem;
	margin-top:3px;	
}
.parser .parser-response  *{
	display: inline-block;
	vertical-align: middle;
}
.parser .parser-response .parser-response-details{
	padding:3px;
	background-color: #eaeaea;
	border-radius: 3px;
	padding-right: 0px;
}
.parser .parser-response .parser-response-details green{
	cursor: pointer;
	color: #306521;
}
.parser .parser-response .parser-response-details green:hover{
	text-decoration: underline;
}
.response{
	padding: 10px !important;
	border: 1px solid transparent;
}
.response .response-title{
	line-height:normal;
	margin-bottom: 3px;
	font-weight: 600;
}
.response .response-title button{
	float: right;
}
.response .response-block{
}
.response-alpha{
	box-shadow:0px 0px 1px 1px #33333333;
	max-width: 300px;
	background-color: #FFFF;
	padding: 7px;
	line-height: normal;
	border-radius:3px;
	margin-bottom: 3px;
}
.response-alpha .header{
	height: 150px;
	background-color: #eaeaea;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.response-alpha .header.header_document{
	background-image: url('/media/images/wa-resp-header-document.png') !important;
	background-size: 80px;
}
.response-alpha .header.header_video{
	background-image: url('/media/images/wa-resp-header-video.png') !important;
	background-size: 80px;
}
.response-alpha .header.header_audio{
	//background-image: url('/media/images/wa-resp-header-audio.png') !important;
	background-size: 80px;
	background-image: none !important;
	height: 60px;
	background-color: transparent;
}
.response-alpha .text{
	padding:5px;
	white-space: pre-line;
}
.response-alpha .actions{
	padding: 5px;
}
.response-alpha .actions .cta_url{
	color:rgb(0, 157, 226);
	text-align: center;
	padding: 10px;
	border-top:1px solid #eaeaea;
}
.response-alpha .actions .button{
	color:rgb(0, 157, 226);
	text-align: center;
	padding: 10px;
	border:1px solid #eaeaea;
	margin-top: 2px;
	border-radius: 3px;
}
.blink{
	border: 1px solid transparent;
    animation: blink 1s;
    animation-iteration-count: 3;
}
@keyframes blink { 50% { border-color: #ff0000; }  }
.icon-parent{
	position: relative;
}
.icon-parent .icon-child{
	position: absolute;
	right: 5px;
	top: 5px;
	opacity: 0.5;
	
}
.icon-parent:hover .icon-child{
	opacity: 1;
}

.icon-child{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:14px;
	cursor: pointer;
	vertical-align: middle;
}
.icon-child.edit{
	background-image:url('/media/images/pencil.png');
}
.icon-child.edit-w{
	background-image:url('/media/images/pencil_white.png');
}
.bob-x{
	margin-bottom: 10px;
}
.bob-x .bob1, .bob-y .bob1{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}
.bob-x .bob2{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}
.bob-y .bob2{
	display: inline-block;
	vertical-align: middle;
	width: 150px;
}
[tag]{
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	padding: 3px 5px;	
}
[tag][solid]{
	font-weight: 500;
	color:#fff;
	border-radius: 3px;
}
[tag="VEG"]{
	background-color:green;
}
[tag="NONVEG"]{
	background-color:red;
}
[tag="EGG"]{
	background-color:yellow;
}
[tag="VEGAN"]{
	background-color:orange;
}
[tag="REQUESTED"]{
	color:#666;
}
[tag="COMPLETED"],[tag="CHECKEDIN"]
{
	color:var(--green);
}
[tag="REJECTED"],[tag="CANCELLED"]
{
	color:var(--red);
}
.notebook{
	
}
.notebook .notebook-index{
	white-space: nowrap;
	font-size:0px;
}
.notebook .notebook-index .notebook-tab{
	display:inline-block;
	background-color: #eaeaea;
	font-size: 13.5px;
	font-weight:600;
	color:#555;
	padding: 7px 10px;
	cursor: pointer;
	border:1px solid #eaeaea;
	border-bottom:0px;
}
.notebook .notebook-index .notebook-tab.tab-open{
	background-color: #fff;
	color: #333;
	border-color:#fff;
}
.notebook .notebook-pages{
	background-color: #fff;
}
.notebook .notebook-pages .notebook-page{
	padding: 10px;
	display: none;
}
.notebook .notebook-pages .notebook-page.page-open{
	display:block;
}

.template{
	display: inline-block;
	margin: 5px;
	padding: 5px !important;
	vertical-align: top;
	width:240px;
	font-size: 13px;
	line-height: normal !important;
}
.template .template-name{
	text-transform: uppercase;
	font-weight: 600;
	word-break: break-all;
}
.template .template-details{
	font-weight: normal!important;
	margin-bottom: 5px;
}
.template .template-details .template-category{
	
}
.template .template-details .template-status{
	float: right;
}
.template .template-module{}
.template .template-module .template-header{
	height:100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eaeaea;
	background-image: url('');
}
.template .template-module .template-header.template-header-image{
	background-color: #fff;
	background-image: url('/media/images/wa-resp-header-image.png');
}
.template .template-module .template-header.template-header-document{
	background-color: #fff;
	background-image: url('/media/images/wa-resp-header-document.png') !important;
}
.template .template-module .template-header.template-header-video{
	background-color: #fff;
	background-image: url('/media/images/wa-resp-header-video.png') !important;
}
.template .template-module .template-header.template-header-audio{
	background-color: #fff;
	background-image: url('/media/images/wa-resp-header-audio.png') !important;
}
.template .template-module .template-header input{
	appearance: none;
    width: 100% !important;
    height: 100% !important;
    display: block;
    opacity: 0;
}
.template .template-module .template-body{
}
.template .template-module .template-body.expanded-body{}
.template .template-module .template-body .template-body-text{
	font-weight:normal;
	padding: 3px;
	white-space: pre-line;
	max-height: 100px;
	overflow: hidden;
	transition:0.3s all linear;
	overflow-y: scroll;	
}
.template .template-module .template-body .template-body-text .template-input,
.template .template-module .template-actions .template-button .template-input{
	background-color: #66666614;
	border: 1px solid transparent;
	min-width: 100px;
	width: 100px;
	padding: 2px;
	line-height: inherit;
	font-family: inherit;
	margin: 2px;
	text-align: center;
	font-weight: inherit;
}
.template .template-module .template-body.expanded-body .template-body-text{
	max-height: 400px;
}
.template .template-module .template-body .template-body-exp{
	height: 15px;
	cursor: pointer;
	background-color: #eaeaea;
	opacity: 0;
	transition:0.3s all linear;
	background-image: url('/media/images/dropdown.png');
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
}
.template .template-module .template-body:hover .template-body-exp{
	opacity: 1;
}
.template .template-module .template-body.expanded-body .template-body-exp{
	transform:rotate(180deg)	
}
.template .template-module .template-footer{
	font-weight:normal;
	padding: 3px;
	white-space: pre-line;
	font-size: 12px;
	color: #999;
}
.template .template-module .template-actions{
	
}
.template .template-module .template-actions .template-button{
	color:rgb(0, 157, 226);
	text-align: center;
	padding: 10px;
	border:1px solid #eaeaea;
	margin-top: 2px;
	border-radius: 3px;
}
.setting-line{
	display: block;
	padding: 3px;
	background-color: #99c1ea11;
	border-radius:2px;
	margin: 3px;
}
.setting-line .setting-key{
	line-height:35px;
	vertical-align: middle;
	display: inline-block;
	font-weight:500;
}
.setting-line .setting-gun{
	float: right;
	vertical-align: middle;
	display: inline-block;
	margin-top: -2px;
}
.sigil{
	display: inline-block;
	padding: 5px;
	vertical-align: top;
	border-radius: 3px;
	background-color: #ffffff99;
	margin: 5px;
	box-shadow: 0px 0px 1px 1px #33333333;
}
.drop-cap{
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 10px;
	background-color: #fff;
	margin-top: 15px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.drop-cap-small{
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
	background-color: #fff;
	margin-top: 15px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.sigil .sigil-title{
	margin-bottom: 5px;
}
[status="sent"],[status="pending"]
{
	color: #999;
}
[status="delivered"],[status="read"]
{
	color:#28a838;
}
[status="replied"]
{
	color:#2768a9;
}
[status="failed"]
{
	color:#ff0000;
}
.pb-input-alpha{
	outline: none !important;	
}
.pb-input-alpha:after{
	content: attr(data-value);
	font-size: 13px;
	font-weight: 500;
	color: #0075ff;
	position: relative;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
}
.note-editing-area p{
	margin: 0px;
	margin-bottom: 3px;
}
.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable{
	background-color:#fff !important;
	color: #666 !important;
}
.note-modal-backdrop{
	display: none !important;
}

.slaber{
	padding:3px;
	margin:3px;
	background-color:#ffffff99;	
	font-size: 0px;
}
.slaber .slabber-box{
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	font-size: var(--fontSizeR);
}
.slaber .slaber-id{
	width: 50px;
}
.slaber .slaber-100{
	width: 100px;
}
.slaber .slaber-150{
	width: 150px;
}
.slaber .slaber-200{
	width:200px;
}
.slaber .slaber-auto{
	width:auto;
	max-width: 350px;
}
.catalog-search{
	
}
.catalog-search .catalog-search-input{}
.catalog-search .catalog-search-input input{
	min-width: 150px;
}
.catalog-search .catalog-search-results{
	height: 0px;
	position: relative;
	overflow: visible;
}
.catalog-search .catalog-search-results .catalog-search-list{
	position: absolute;
	z-index: 1;
}
.catalog-search .catalog-search-results .catalog-search-list .result-item{
	background-color: #fff;
	cursor: pointer;
	border-bottom:1px solid #CCC;
}
.catalog-search .catalog-search-results .catalog-search-list .result-item .result-item-title{
	padding: 3px 5px;	
}
.catalog-search .catalog-search-results .catalog-search-list .result-item .result-item-title .result-item-filter{
	display: inline-block;
	width:11px;
	height: 11px;
	mask-image:url('/media/food_preference_filter.png');
	mask-size:cover;
	mask-position:center;
	mask-repeat:no-repeat;
	background-color: #aeaeae;
	margin-right: 3px;
}
.catalog-search .catalog-search-results .catalog-search-list .result-item .result-item-title .result-item-filter[filter=""]{display:none}
.catalog-search .catalog-search-results .catalog-search-list .result-item .result-item-title .result-item-filter[filter="VEG"]{background-color: green}
.catalog-search .catalog-search-results .catalog-search-list .result-item .result-item-title .result-item-filter[filter="NONVEG"]{background-color: red}
.catalog-search .catalog-search-results .catalog-search-list .result-item .result-item-title .result-item-filter[filter="EGG"]{background-color: yellow}
.catalog-search .catalog-search-results .catalog-search-list .result-item .result-item-title .result-item-filter[filter="VEGAN"]{background-color: blue}
.catalog-search .catalog-search-results .catalog-search-list .result-item .result-item-title:hover{
	background-color: #eaeaea;
}
.catalog-search .catalog-search-results .catalog-search-list .result-item .result-item-struct{
	
}
.catalog-search .catalog-search-results .catalog-search-list .result-item .result-item-struct .result-item-parent{
	font-size:12px;
	padding: 3px 5px;
}
.catalog-search .catalog-search-results .catalog-search-list .result-item .result-item-struct .result-item-parent:hover{
	background-color: #eaeaea;
}
.catalog-search .catalog-search-results .catalog-search-list .result-item b{
	font-size: 11px;
	font-weight: 500;
	padding: 0px 2px;
	line-height: 11px;
	background-color: #555;
	color: #fff;
	margin-right: 3px;
}
.highlight{
	border:1px solid #5cec28;
	box-shadow:0px 0px 4px 1px #5cec28;
}
.wkdays{
	
}
.wkdays .wkdays-head{
	display: flex;
	flex-wrap: nowrap;
	font-size:0px;
}
.wkdays .wkdays-head .wkdays-head-0{
	width: 70px;
}
.wkdays .wkdays-head .wkdays-head-1{
	flex:1;
	flex-wrap: nowrap;
	display: flex;
}
.wkdays .wkdays-head .wkdays-head-1 i{
	font-size:11px;
	flex:1;
	border-left:1px solid #ccc;
}
.wkdays .wkdays-body{}
.wkdays .wkdays-body .wkdays-day{
	display: flex;
	flex-wrap: nowrap;
	font-size:0px;
	border-bottom:1px solid #eaeaea;
}
.wkdays .wkdays-body .wkdays-day .wkdays-day-name{
	font-size:0px;
	width: 70px;
	padding: 10px 5px;
	background-color: #66666226;
	font-weight:500;
}
.wkdays .wkdays-body .wkdays-day .wkdays-day-name input{
	vertical-align: middle;
}
.wkdays .wkdays-body .wkdays-day .wkdays-day-name label{
	font-size:13px;
	padding: 3px;
	vertical-align: middle;
}
.wkdays .wkdays-body .wkdays-day .wkdays-day-slot{
	background-color: blue;
	flex: 1;
	background-color: #EEEEEE66;
	position: relative;
}
.wkdays .wkdays-body .wkdays-day .wkdays-day-slot div{
	position: absolute;
	top: 0px;
	bottom: 0px;
	background-color: #4fb11f;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
}
.wkdays .wkdays-body .wkdays-day .wkdays-day-slot div button{
	font-size: 10px;
    line-height: 10px;
    padding: 2px;
    background-color: red;
    color: #fff;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    margin: 3px;
    height: 14px;
    display: inline-block;
}
.wkdays .wkdays-foot{
	margin-top: 5px;
}
.wkdays .wkdays-foot .wkdays-foot-input{
	display: inline-block;
	vertical-align: middle;
	font-size:0px;
}
.wkdays .wkdays-foot .wkdays-foot-input span{
	display: inline-block;
	vertical-align: middle;
	font-size:13px;
	padding:3px;
}
.wkdays .wkdays-foot .wkdays-foot-input select{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	padding: 0px;
	appearance:none;
	text-align: center;
}
.hmm{
	display: inline-block;
	padding: 3px 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	margin: 2px;
}
.cardo-list{
	
}
.cardo-list .cardo{
	padding: 10px;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 5px;
}
.cardo-list .cardo .cardo-note{
	color: #666;
	margin-bottom: 2px;
	background-color: #f5f3e066;
	padding: 0px 2px;
	line-height: 20px;
	font-size: 13px;
}
.cardo-list .cardo .cardo-line{
	margin-bottom: 5px;
	line-height: 20px;
	clear: both;
}
.cardo-list .cardo > div:last-of-type{
	margin-bottom:0px !important;
}
.cardo-list .cardo .cardo-lspan{
	
}
.cardo-list .cardo .cardo-rspan{
	float: right;
}
.cardo-list .cardo .cardo-text-tag{
	font-weight: 600;
	font-size: 14px;
	padding: 0px;
}
.cardo-list .cardo .cardo-foot{
	font-size: 13px;
	color: #999;
	padding: 3px 0px;
}