@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --text: #271436;
  --text2: #EBDAF5;
  --text3: #A09FA2;
  --base1: #871673;
  --base2:#562c52;
  --border1:#271436;
  --border2:#EBDAF5;
  --white:#FAFBFC;
  --icon:#EBDAF5;
  --green:#6AB57E;
  --red:#E15B5F;
 
  --fontSizeR:15px;
  --fontSizeS:14px;
  --fontSizeT:13px;
 
  --menuW:250px;
  --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%);
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}
::-webkit-scrollbar {
    display: none;
}
.mod_fill_0{
	fill:#00000099;
}
.mod_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;
}
.clickable:active{
	opacity: 0.8;
}
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,select
{
	background-color: #F6F6F7;
	border: 1px solid #DEDEDE;
	height: 35px;
	line-height: 35px;
	padding: 0px 7px;
	border-radius: 5px;
	width: 100%;
	display: inline-block;
}
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 15px;
	cursor: pointer;
}
button[red]
{
	background: linear-gradient(to bottom, #FF000077 0%, #FF0000 100%);
	color: #FFFFFF;
}
.T0{
	
}
.T1{
	
}
.T2{
	font-size: 14px;
	font-weight:500;
	margin-bottom: 5px;
}
.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 .page-title{
	height: var(--headH);
	line-height: var(--headH);
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	font-weight: 500;
}
header .page-icons{
	
}
header .page-icons .ico{
	
}
header .storefront{
	float: right;
	box-shadow:0px 0px 1px 1px var(--base2);
	border-radius: 3px;
	float: right;
	color: var(--text2);
	white-space: nowrap;
	margin: 4px;
	max-width: 200px;
	background-color: var(--base2);
}
header .storefront .storefront-icon{
	float: left;
	width: calc(var(--headH) - 20px);
	height: calc(var(--headH) - 10px);
	background-color: var(--icon);
	mask-size: 28px;
	mask-image :url('/media/hc/s1.png');
	mask-position:center;
	mask-repeat:no-repeat;
}
header .storefront .storefront-title{
	font-size: 11px;
	line-height: calc(var(--headH)/2-5);
	overflow: auto;
	text-align: center;
	padding:0px 3px;
	display: inline;
}
header .storefront .storefront-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;
	width: 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: 600px)
{
	.hc-body.wopen .hc-menu{
		width: var(--menuW);
	}
	.hc-body.wopen .hc-container{
		left: var(--menuW);
	}
}
@media all and (max-width: 600px)
{
	.hc-body.mopen .hc-menu{
		right: 0px;
		width: 100%;
	}
}
.hc-menu .menu-in{
	min-width: var(--menuW);
}
.hc-menu .menu-in .menu-item{
	
}
.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;
}
.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');}

.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: 300px;
	}
	.modal.modal-edit{
		width: calc(100% - 40px);
		max-width: 400px;
	}
	
.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;
}

.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;
}
.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;
}
.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.regular{
	
}
.input.medium{
	display: inline-block;
	vertical-align: top;
	width:50%;	
}
.input.small{
	display: inline-block;
	vertical-align: top;
	width:33.33%;
}
.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]),
.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;
}
.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;
}
.input .input-element-holder .input-media.input-media-active{
	background-size: contain;
}
.input .input-element-holder input[type=file]
{
	height: 0px;
	padding: 0px;
	width: 0px;
	margin: 0px;
	outline: none;
	border:none;
	font-size: 0px;
	opacity: 0;
}
.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;
}
.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;
}
.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;
}