/* load font */
/* @import url('../fonts/stylesheet.css'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('satoshi.css');
/* 

	font-family: "Inter", sans-serif;
	font-family: "Poppins", serif;
	font-family: 'Satoshi-Variable';
*/
/*--------------------------------
1. Body 
-------------------------------- */
body{
	/*background: url();
	background-size: 100%;*/
	background: #FAFAFF;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	font-family: 'Satoshi-Variable';
    font-weight: normal;
    font-style: normal;
	overflow-x: hidden;
}
html, body{
	clear: both;
	/* width: 100%;
	height: 100%; */
	/* width: 100vw; 
  height: 100vh;  */
}
html{}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
}
ul{
	margin: 0;
	padding: 0;
}
h1{
	font-size:30px;
}
h2{
	font-size:26px;
}
h3{
	font-size:24px;
}
h4{
	font-size:20px;
}
h5, h6{
	font-size:16px
}
p {
    margin: 0 0 15px;
}
::-webkit-input-placeholder{
   color: #919EAD;
}
:-moz-placeholder{ /* Firefox 18- */
   color: #919EAD;  
}
::-moz-placeholder{  /* Firefox 19+ */
   color: #919EAD;  
}
:-ms-input-placeholder{  
   color: #919EAD;  
}
.clear{
	clear: both;
}
.text-center{
	text-align: center !important;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
/* ============================================================================== */
.wrap-login-page{
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background: url('../images/background.png') no-repeat;
	background-size: cover;
}
.img-logo-print-log-in img{
	width: 50%;
}
.img-logo-print-log-in{
	display: table-cell;
	vertical-align: middle;
}
.img-logo-print-log{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.wrap-box-login-in{
	display: table-cell;
	vertical-align: middle;
}
.wrap-box-login{
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 100%;
	display: table;
	background: rgba(255,255,255, 0.9);
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}


.box-login-item:before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
.box-login-item{
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 380px;
	width: 100%;
	margin: auto;
	text-align: left;
	/* padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px; */
	/* border-radius: 25px; */
	/* background: rgba(255,255,255, 0.8); */
    /* box-shadow: 0px 2px 9px 1px rgb(174 174 174 / 30%);
    -webkit-box-shadow: 0px 2px 9px 1px rgb(174 174 174 / 30%);
    -moz-box-shadow: 0px 2px 9px 1px rgba(174,174,174,0.3); */
}
.logo-login-box{
	width: 70px;
	/* margin: auto; */
	margin-bottom: 20px;
}
.logo-login-box img{
	width: 100%;
}
.text-info-login-box{
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
h4.title-info-login1{
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
h4.title-info-login2{
	font-size: 13px;
	font-weight: 500;
	color: #828282;
}
.form-login-input-box{
	position: relative;
}
.item-f-login-input-box{
	position: relative;
	margin-bottom: 20px;
}
h5.title-f-login-input-box{
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 6px;
}
.input-f-login-s.input-login-password{
	padding-right: 40px;
}
.input-f-login-s{
	width: 100%;
	outline: none;
	font-weight: 500;
	font-size: 13px;
	color: #333030;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: none;
	background: #ECEAFF;
    border-radius: 3px;
}
.bt-show-password-c{
	position: absolute;
	top: 24px;
	right: 12px;
	cursor: pointer;
}
.show-password{
	font-size: 17px;
	color: #5F6B7A;
}
.hide-password{
	font-size: 17px;
	color: #1067F2;
	display: none;
}
.captcha-login-f{
	position: relative;
	width: 170px;
	margin-bottom: 20px;
}
.captcha-login-f img{
	width: 100%;
	/* border: 1px solid #eee; */
}
.item-f-login-f-submit{
	position: relative;
}
.submit-f-login:hover{
	background: #4938c7;
}
.submit-f-login{
	position: relative;
	width: 100%;
	background: #5541E6;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	padding-top: 8px;
	padding-bottom: 8px;
	outline: none;
	border: none;
	font-size: 12px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.bt-forgot-password-link:hover{
	text-decoration: underline;
	color: #4938c7;
}
.bt-forgot-password-link{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	font-weight: 500;
	color: #5541E6;
}
.note-forgot-password-box a:hover{
	text-decoration: underline;
	color: #4938c7;
}
.note-forgot-password-box a{
	color: #5541E6;
}
.note-forgot-password-box{
	font-size: 12px;
    font-weight: 500;
    color: #919EAD;
	margin-top: 20px;
	text-align: center;
}
h4.text-email-login{
	font-size: 12px;
	color: #333030;
	font-weight: 400;
	margin-bottom: 5px;
}
#messagepassword{
	font-size: 11px;
	font-weight: 500;
	color: red;
}
#messagepasswordd{
	font-size: 11px;
	font-weight: 500;
	color: red;
}
.afet-signout-img img{
	width: 100%;
}
.afet-signout-img{
	position: relative;
	width: 150px;
	margin: auto;
	margin-bottom: 20px;
}
.sec-remember-forgot{
	position: relative;
	margin-top: 10px;
}
/* The container */
.container-rd {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	color: #575757;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
  
/* Hide the browser's default radio button */
.container-rd input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
  
/* Create a custom radio button */
.checkmark-rd {
	position: absolute;
	top: 1px;
	left: 0;
	height: 14px;
	width: 14px;
	border:2px solid #eee;
	border-radius: 50%;
}
  
/* On mouse-over, add a grey background color */
.container-rd:hover input ~ .checkmark-rd {
	background-color: #ccc;
}
  
/* When the radio button is checked, add a blue background */
.container-rd input:checked ~ .checkmark-rd {
	background-color: #5541E6;
	border:2px solid #5541E6;
}
  
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-rd:after {
	content: "";
	position: absolute;
	display: none;
}
  
/* Show the indicator (dot/circle) when checked */
.container-rd input:checked ~ .checkmark-rd:after {
	display: block;
}
  
/* Style the indicator (dot/circle) */
.container-rd .checkmark-rd:after {
	top: 2.3px;
    left: 3px;
    width: 5px;
    height: 5px;
	border-radius: 50%;
	background: white;
}
.logo-cloud-top img{
	width: 100%;
}
.logo-cloud-top{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
}



.wrap-dashboard-menu-top{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding-left: 250px;
	padding-top: 19px;
	padding-bottom: 7px;
	background: #FAFAFF;
	z-index: 11;
	height: 53px;
	/* box-shadow: -1px 3px 5px 0px rgba(209,209,209,0.34);
	-webkit-box-shadow: -1px 3px 5px 0px rgba(209,209,209,0.34);
	-moz-box-shadow: -1px 3px 5px 0px rgba(209,209,209,0.34); */
}
.wrap-dashboard-menu-top-in-hide{
	display: none !important;
}
.wrap-dashboard-menu-top-in{
	position: relative;
	width: 100%;
	padding-left: 35px;
	padding-right: 130px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.sec-title-dashboard-breadcumbs{
	position: relative;
}
h4.title-dasboard-page a{
	color: #727D8F;
}
h4.title-dasboard-page span{
	margin-left: 5px;
	margin-right: 3px;
}
h4.title-dasboard-page{
	font-size: 21px;
	font-weight: 700;
	color: #000;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.sec-icon-cta-account{
	position: absolute;
	right: 35px;
	top: 0px;
}
ul.list-cta-acc{}
ul.list-cta-acc li{
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	margin-left: 18px;
	position: relative;
}
.notif-unread{
	position: absolute;
	top: 7px;
    right: 7px;
    width: 8px;
    height: 8px;
	border-radius: 50%;
	border: 1px solid rgb(234, 234, 234);
	background: #F06548;
}
.i-cta-bt-search-notif:hover{
	color: #000;
}
.i-cta-bt-search-notif{
	display: inline-block;
	color: #000;
	width: 33px;
	height: 33px;
	text-align: center;
	padding-top: 4px;
	font-size: 16px;
	position: relative;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
}
.icon-profile-bt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.icon-profile-bt{
	display: block;
	color: #000;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.box-notification-top:before{
	content: "";
	position: absolute;
	top: -9px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 10px 11px;
	border-color: transparent transparent #ffffff transparent;
}
.box-notification-top-active{
	display: block !important;
	-webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeInUp;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeInUp;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeInUp;
    -o-animation-duration: 0.5s;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
}
.box-notification-top{
	display: none;
	position: absolute;
	right: -7px;
	top: 43px;
	width: 240px;
	border-radius: 5px;
	background: #fff;
	z-index: 99;
	box-shadow: 0px 2px 9px 1px rgb(174 174 174 / 30%);
    -webkit-box-shadow: 0px 2px 9px 1px rgb(174 174 174 / 30%);
    -moz-box-shadow: 0px 2px 9px 1px rgba(174,174,174,0.3);
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

.heading-title-notification-top{
	border-bottom: 1px solid #EADEFD;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: 400;
}
.wrap-notification-box-list-item{
	overflow-y: auto;
	max-height: 180px;
}
.wrap-notification-box-list-item::-webkit-scrollbar {
	width: 7px;
} 
/* Track */
.wrap-notification-box-list-item::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.wrap-notification-box-list-item::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
/* Handle on hover */
.wrap-notification-box-list-item::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}
.item-list-notification:last-child{
	border-bottom: none;
}
.item-list-notification:hover{
	background: rgb(234, 234, 234);
}
.item-list-notification{
	border-bottom: 1px solid #EADEFD;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-list-notification-icon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.item-list-notification-icon{
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 4px;
}
.item-list-notification-info{
	float: left;
	margin-left: 10px;
}
h4.list-title-notif-info:hover{
	color: #6F38C5;
}
h4.list-title-notif-info{
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 1px;
	color: #333030;
}
h4.list-title-notif-info2{
	font-size: 9px;
	font-weight: 300;
	color: #C6C6C6;
}
.item-list-notification a{
	display: block;
	width: 100%;
}
.cta-button-notification-clear a:hover{
	color: #333030;
}
.cta-button-notification-clear a{
	font-size: 11px;
	font-weight: 400;
	color: #6F38C5;
}
.cta-button-notification-clear span{
	font-size: 13px;
	color: #6F38C5;
	display: inline-block;
}
.cta-button-notification-clear{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 12px;
	text-align: center;
	border-top: 1px solid #EADEFD;
}
.notification-no-notif{
	display: none;
	font-size: 9px;
	font-weight: 400;
	text-align: center;
	color: #a2a2a2;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrap-search-bar-mn-top{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.search-bar-mn-top{
	position: relative;
	background: #fff;
	width: 100%;
	border-radius: 7px;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.f-i-searcbar-top::-webkit-input-placeholder{
	font-weight: 700;
}
.f-i-searcbar-top:-moz-placeholder{ /* Firefox 18- */
	font-weight: 700; 
}
.f-i-searcbar-top::-moz-placeholder{  /* Firefox 19+ */
	font-weight: 700;
}
.f-i-searcbar-top:-ms-input-placeholder{  
	font-weight: 700;
}
.f-i-searcbar-top{
	width: 100%;
	outline: none;
	background: #F1F1F6;
	border: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #37414B;
	border-radius: 6px;
}
.searchbar-ic{
	position: absolute;
	left: 7px;
	top: 2px;
	font-size: 16px;
	color: #C5C9C6;
	z-index: 1;
}
.searchbar-ic img{
	width: 16px;
}
.wrap-dashboard-content{
	position: relative;
    padding-left: 250px;
    padding-top: 70px;
    padding-bottom: 30px;
}
.container-content-all-dash-in{
	position: relative;
}
.container-content-all-dash {
    position: relative;
    margin: auto;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container-content-all-quotation-in{
	position: relative;
}
.container-content-all-quotation {
    position: relative;
    margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.show-filter-date-dash-active{
	display: block !important;
	-webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeIn;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeIn;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeIn;
    -o-animation-duration: 0.5s;
    animation-name: fadeIn;
    animation-duration: 0.5s;
}
.show-filter-date-dash{
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	border: 1px solid #eee;
	z-index: 99;
	display: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* menu left */
.wrap-dashboard-menu-left-active{
	left: 0 !important;
}
.wrap-dashboard-menu-left{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 250px;
	background: #fff;
	/* border-right: 1px solid #d5e3ed; */
	z-index: 100;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.wrap-dashboard-menu-left-in{
	padding-bottom: 70px;
	padding-top: 20px;
	overflow-y: auto;
	height: 100%;
}

.wrap-dashboard-menu-left-in::-webkit-scrollbar {
	width: 7px;
}
  
/* Track */
.wrap-dashboard-menu-left-in::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
   
/* Handle */
.wrap-dashboard-menu-left-in::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
  
/* Handle on hover */
.wrap-dashboard-menu-left-in::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}
/* button mobile menu */
.wrap-menu-bt-left{
	position: absolute;
	right: -41px;
	top: 0;
	background: #7C6CF4;
	display: none;
}
.bt-open-menu-left-dash{
	width: 40px;
	height: 40px;
	background: #7C6CF4;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding-top: 5px;
	font-size: 20px;
}
.bt-close-menu-left-dash{
	width: 40px;
	height: 40px;
	background: #7C6CF4;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding-top: 5px;
	font-size: 20px;
}

.logo-dashboard-menu img{
	width: 100%;
}
.logo-dashboard-menu{
	width: 60px;
	margin-bottom: 30px;
	margin-left: 25px;
}
.wrap-menu-list-left{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
ul.menu-list-left li.menu-item-has-children{
	padding-bottom: 0;
}
ul.menu-list-left li a i{
	margin-right: 7px;
	display: inline-block;
}
/* ul.menu-list-left li img{
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
} */
/* ul.menu-list-left > li > a{
	
	padding-left: 25px;
	padding-right: 20px;
} */
ul.menu-list-left li a{
	color: #727D8F;
	font-size: 12px;
	text-transform: capitalize;
	opacity: 1;
	font-weight: 600;
	padding-top: 6px;
	padding-bottom: 3px;
	position: relative;
	display: block;
	padding-left: 10px;
	padding-right: 15px;
	border-radius: 7px;
	
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
ul.menu-list-left > li{
	list-style: none;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
}
ul.menu-list-left li.active{
}
ul.menu-list-left li.active > a{
	opacity: 1 !important;
	font-weight: 700;
	background: #7C6CF4;
	color: #fff;
}
ul.menu-list-left li a:hover{
	opacity: 1 !important;
	font-weight: 700;
	background: #7C6CF4;
	color: #fff;
}
ul.menu-list-left li a.active{
	opacity: 1 !important;
	font-weight: 700;
	background: #7C6CF4;
	color: #333333;
}
ul.menu-list-left li{
	display: block;
}
ul.menu-list-left ul{
	/* padding-left: 37px; */
	padding-top: 4px;
	/* padding-left: 52px; */
	display: none;
	position: relative;
}
ul.menu-list-left ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.menu-list-left ul li:hover:before{
	/* background: #01B6B1; */
	border-color: #7C6CF4;
}
ul.menu-list-left ul li.active:before{
	/* background: #01B6B1; */
	border-color: #7C6CF4;
}
ul.menu-list-left ul li:before{
	content: "";
    width: 8px;
    height: 8px;
	border-radius: 3px;
	border: 2px solid #A9A6C2;
    position: absolute;
    left: 21px;
    top: 14px;
    list-style: none;
	z-index: 2;
}
ul.menu-list-left ul li.active a{
	color: #37414B !important;
}
ul.menu-list-left ul li a{
	padding-top: 4px;
	padding-left: 47px;
	padding-bottom: 4px;
	color: #A9A6C2 !important;
	background: transparent !important;
}
ul.menu-list-left ul li{
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style: none;
}
ul.menu-list-left > li.active > a > span{
	color: #fff !important;
}
ul.menu-list-left > li > a > span{
	position: absolute;
	top: 8px;
	right: 10px;
	width: 21px;
	height: 21px;
	color: #727D8F;
}

ul.menu-list-left li > a > span.icon-change2:before{
	content: "\f106";
}
ul.menu-list-left li > a > span:before{
	content:"\f105";
	font-family:"Fontawesome",sans-serif;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 1px;
	width: 100%;
	text-align: center;
	line-height: 17px;
}
.sec-logout img{
	width: 19px;
	display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
}
.sec-logout a:hover .mn-icon-nonactive{
	display: none !important;
}
.sec-logout a:hover .mn-icon-active{
	display: inline-block !important;
}
.sec-logout a:hover .icon-mn-left{
	/* background: #01B6B1; */
}
.sec-logout a:hover{
	opacity: 1 !important;
	background: #7C6CF4;
	color: #fff;
}
.sec-logout a{
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	border-radius: 12px;
	color: #727D8F;
	font-weight: 600;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.sec-logout{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: #fff;
	font-size: 13px;
	color: #fff;
}


.bt-default-ranges{
	font-size: 12px;
	color: #6F38C5;
	font-weight: 500;
}
.bt-click-date-fil{
	cursor: pointer;
}
.icon-mn-left img{
	width: 60%;
	display: inline-block;
}

.mn-icon-active{
	display: none !important;
}
ul.menu-list-left li.active .mn-icon-active{
	display: inline-block !important;
}
ul.menu-list-left li.active .mn-icon-nonactive{
	display: none !important;
}
ul.menu-list-left li a:hover .mn-icon-active{
	display: inline-block !important;
}
ul.menu-list-left li a:hover .mn-icon-nonactive{
	display: none !important;
}
ul.menu-list-left li a:hover .icon-mn-left{
	/* background: #01B6B1; */
}
ul.menu-list-left li.active .icon-mn-left{
	/* background: #01B6B1; */
}
.icon-mn-left{
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 7px;
	/* background: #fff; */
	text-align: center;
	top: -2px;
	padding-top: 3px;
	margin-right: 10px;
	position: relative;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box-profile-info-user a:hover{
	background: transparent;
}
.box-profile-info-user a{
	display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left:0px;
    border-radius: 0px;
}
.box-profile-info-user{
	position: relative;
	display: block;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background:#F1F1F6;
	border-radius: 4px;
	margin-bottom: 10px;
}
.profile-info-ava{
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 50%;
}
.profile-info-ava img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.profile-info-desc{
	margin-left: 40px;
}
h3.title-profile-info-name{
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 1px;
}
h3.title-profile-info-email{
	font-size: 11px;
	font-weight: 400;
	color: #4F4F4F;
}
.icon-arrow-user{
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 17px;
	color: #37414B;
}
.date-time-box-info i{
	margin-left: 5px;
}
.date-time-box-info{
	position: relative;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	color: #4F4F4F;
}
.item-row-dash{
	position: relative;
}
.box-item-col-dash{
	position: relative;
	background: #FFFFFF;
	border-radius: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
-webkit-box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
-moz-box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
}
.icon-box-item-overview{
	position: relative;
	width: 45px;
	margin-bottom: 20px;
}
.icon-box-item-overview img{
	width: 100%;
}
h3.title-item-col-dash-ov{
	font-size: 17px;
	font-weight: 500;
	color: #828282;
	margin-bottom: 5px;
}
h3.title-item-col-dash-ov2{
	font-size: 25px;
	font-weight: 500;
	color: #333333;
	margin-bottom:05px;
}
.padding-cus-item-row-dash .row{
	margin-left: -10px;
	margin-right: -10px;
}
.padding-cus-item-row-dash .col-lg-4{
	padding-left: 10px;
	padding-right: 10px;
}
.highcharts-title{
	color: #fff !important;
	fill: transparent !important;
	/* display: none; */
	/* visibility: hidden; */
	/* font-size: 22px !important;
	text-transform: capitalize !important;
	text-align: left !important;
    font-weight: 600 !important;
    color: #333030 !important; */
}
h3.title-graphic-overview{
	font-size: 17px;
	color: #333843;
	font-weight: 700;
	margin-bottom: 7px;
}
h4.subtitle-graphic-overview{
	font-size: 13px;
	color: #828282;
	font-weight: 400;
}


.body-scroll-inactive:before{
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: rgba(0,0,0, 0.5);
}
.body-scroll-inactive{
	overflow: hidden;
}



.bt-default-ranges{
    font-size: 14px;
	color: #4F4F4F;
	font-weight: 500;
}
.bt-click-date-fil{
	cursor: pointer;
}

.filter-select-button{
	display: block;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    color: #4F4F4F;
}
.text-filter-group{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-bottom: 0;
	color: #333030;
}
.filter-group-dashboard-b{
	display: inline-block;
	vertical-align: middle;
}
.bt-default-range i{
	margin-left: 5px;
}
.bt-default-range{
	font-size: 12px;
	color: #4F4F4F;
	font-weight: 500;
}
.filter-group-dashboard-b button{
	width: auto !important;
	padding: 0 !important;
	display: inline-block;
	outline: none;
	background: transparent;
	border: none;
	color: #1B4824;
}


.data-table-all-quotation{
	position: relative;
	background: #fff;
    padding: 20px;
    border-radius: 5px;
	box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -moz-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
	min-height: 100px;
}
/* data table search hidden */
.dataTables_filter {
	display: none;
}
.quotation-toolbar-table{
	position: relative;
	margin-bottom: 15px;
}
.searchbar-quotation-customer{
	position: relative;
	width: 250px;
}
.search-input-quo-tab::-webkit-input-placeholder{
	font-weight: 700;
}
.search-input-quo-tab:-moz-placeholder{ /* Firefox 18- */
	font-weight: 700; 
}
.search-input-quo-tab::-moz-placeholder{  /* Firefox 19+ */
	font-weight: 700;
}
.search-input-quo-tab:-ms-input-placeholder{  
	font-weight: 700;
}
.search-input-quo-tab{
	position: relative;
	padding-left: 40px;
	padding-right: 10px;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	color: #333030;
	font-weight: 400;
	text-align: left;
	background: #F1F1F6;
	outline: none;
	border: none;
	border-radius: 8px;
}
::-webkit-input-placeholder{
	color: #9a9a9a;
}
:-moz-placeholder{ /* Firefox 18- */
	color: #9a9a9a;  
}
::-moz-placeholder{  /* Firefox 19+ */
	color: #9a9a9a;  
}
:-ms-input-placeholder{  
	color: #9a9a9a;  
}
.searchbar-quotation-customer i{
	position: absolute;
	left: 9px;
	top: 9px;
	font-size: 16px;
	color: #333030;
}
.icon-search-f img{
	width: 100%;
}
.icon-search-f{
	position: absolute;
	left: 9px;
	top: 3px;
	width: 16px;
	color: #333030;
}
.toolbar-quotation-table-right{
	position: absolute;
	right: 0;
	top: 0;
}
.filter-select-status-datatable{
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
}
.form-control:focus{
	border-color: none !important;
}
.dataTables_wrapper .dataTables_length{
	/* padding-left: 20px; */
}
.dataTables_wrapper .dataTables_length select option{
	background: #fff;
}
.dataTables_wrapper .dataTables_length select{
	position: relative;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	text-align: left;
	background: rgb(111, 56, 197, 0.1);
	color: #9a9a9a;
	font-weight: 400;	
	font-size: 11px;
	border: none;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}
.filter-select-tab-quotation option{
	background: #fff;
}
.filter-select-tab-quotation{
	position: relative;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 110px;
	text-align: left;
	background: #F1F1F6;
	color: #9a9a9a;
	font-weight: 400;	
	font-size: 12px;
	border: none;
	border-radius: 8px;
	outline: none;
	cursor: pointer;
}
.bt-export-cta-quotation-table i{
	margin-right: 10px;
	font-size: 15px;
	top: 1px;
	position: relative;
}
.bt-export-cta-quotation-table:hover{
	color: #fff;
	background: #6F38C5;
}
.bt-export-cta-quotation-table{
	text-align: center;
	color: #6F38C5;
	display: block;
	width: 90px;
	background: rgb(111, 56, 197, 0.1);
	font-weight: 400;	
	font-size: 11px;
	border: none;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.bt-export-cta-quotation-table2:hover{
	color: #fff;
	background: #411c7c;
}
.bt-export-cta-quotation-table2 i{
	margin-right: 5px;
}
.bt-export-cta-quotation-table2{
	text-align: center;
	color: #fff;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	background: #7C6CF4;
	font-weight: 400;	
	font-size: 13px;
	border: none;
	border-radius: 8px;
	outline: none;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.container-content-all-quotation .bottom{
	padding-top: 20px;
}
.cta-detail-item-table-quotation{
	position: relative;
	display: inline-block;
	margin-right: 15px;
	top: -5px;
}
.bt-cta-action-list-quotation img{
	width: 17px;
}
.bt-cta-action-list-quotation i{
	font-size: 5px;
}
.bt-cta-action-list-quotation:hover{
	color: #5541E6;
	background: #D6D2FF;
}
.bt-cta-action-list-quotation{
	color: #5541E6;
    display: inline-block;
    letter-spacing: -1px;
    background: #F5F5FD;
    border-radius: 5px;
    line-height: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
table.dataTable thead th, table.dataTable thead td{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 0;
	padding-left: 0;
	padding-right: 5px !important;
	font-size: 12px;
	color: #9a9a9a;
	font-weight: 500;
	text-transform: uppercase;
}
.cus-1-row-quot{
	width: 140px;
	background: cyan;
}
#example thead th:nth-of-type(3){
	width: 140px;
}
.style-status-box{
	font-size: 9px;
	text-align: center;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 4px;
	font-weight: 600;
	width: 60px;
}
.bg-status-quo-submmitted{
	background: #CCE4FF;
	color: #2088FF;
}
.bg-status-quo-onreview{
	background: #DCDEFF;
	color: #3841C5;
}
.bg-status-quo-approved{
	background: #D5FFE7;
	color: #10AC54;
}
.bg-status-quo-pending{
	background: #FFF1D4;
	color: #F3BC4C;
}
.bg-status-quo-rejected{
	background: #FED6D4;
	color: #F34239;
}
.icon-show-data-list-table-in{
	position: relative;
	display: inline-block;
	width: 10px;
}
.icon-show-data-list-table-in img{
	width: 18px;
}
h4.text-quo-list-tab a:hover{
	color: #6F38C5;
}
h4.text-quo-list-tab a{
	color: #4F4F4F;
}
h4.text-quo-list-tab{
	font-size: 12px;
	color: #4F4F4F;
	font-weight: 500;
}
h4.text-quo-list-tab-cus-pro a:hover{
	color: #6F38C5;
}
h4.text-quo-list-tab-cus-pro a{
	color: #4F4F4F;
}
h4.text-quo-list-tab-cus-pro{
	font-size: 12px;
	color: #37414B;
	font-weight: 500;
	text-align: left;
}
.text-quo-list-tab.cus-text-reg{
	font-weight: 400;
}
table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1{
	box-shadow: none;
}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1{
	/* box-shadow: none; */
	box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 4%);
}
table.dataTable tbody th, table.dataTable tbody td{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 15px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{
	border-top: 1px dashed #e6e6e6;
}
table.dataTable.display>tbody>tr.even>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1{
	box-shadow: none;
}
table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
    box-shadow: none;
}
table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>* {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 4%) !important;
}
.wrap-extra-information-quotation-detail{
	position: relative;
	min-height: 200px;
	background: red;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	font-size: 10px;
	min-height: initial;
	padding-top: 6px;
	width: 25px;
	height: 25px;

}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
	background: #7C6CF4 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 4px !important;
	box-shadow: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	background: #7C6CF4 !important;
	color: #fff !important;
	border: none ;
	border-radius: 4px ;
	box-shadow: none ;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
	color: #fff;
	background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background: #7C6CF4 !important;
	border: none !important;
	border-radius: 4px !important;
}
.cta-bar-menu-list-quotation-item-active{
	display: block !important;
	-webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeInUp;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeInUp;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeInUp;
    -o-animation-duration: 0.5s;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
}
.cta-bar-menu-list-quotation-item i{
	margin-right: 6px;
}
.cta-bar-menu-list-quotation-item{
	position: absolute;
	display: none;
	left: 0;
	top: 25px;
	width: 130px;
	background: #fff;
	z-index: 9;
	padding: 5px;
	box-shadow: 0px 2px 9px 1px rgb(174 174 174 / 30%);
    -webkit-box-shadow: 0px 2px 9px 1px rgb(174 174 174 / 30%);
    -moz-box-shadow: 0px 2px 9px 1px rgba(174,174,174,0.3);
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.wrap-cta-bt-list-quo{
	position: relative;
	width: 60px;
}
.cta-bar-menu-list-quotation-item ul li a:hover{
	background: #6F38C5;
	color: #fff;
}
.cta-bar-menu-list-quotation-item ul li a{
	color: #333030;
	font-size: 11px;
	font-weight: 500;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.cta-bar-menu-list-quotation-item ul li{
	list-style: none;
}
.red{
	position: absolute;
	top: 0;
	left: 0;
	background: red;
	width: 100%;
	height: 200px;
}
.table-quotation-in tr,td{
	position: relative !important;
}
input.checkinputquo {
    left: -4px;
    position: relative;
}
.button-delete-quotation-check{
	position: relative;
	display: none;
	position: absolute;
	left: 90px;
	top: -34px;
}
.button-delete-quotation-check-active{
	display: block !important;
}
.bt-delete-quotation-check i{
	margin-right: 5px;
}
.bt-delete-quotation-check:hover{
	background: #a73333;
}
.bt-delete-quotation-check{
	background: #D64444;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	border: none;
	outline: none;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.wrap-bt-bottom-del{
	position: relative;
}
button,
button:active,
button:focus {
  outline: none;
}
.box-notification-top:before{
	content: "";
	position: absolute;
	top: -9px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 10px 11px;
	border-color: transparent transparent #ffffff transparent;
}
.box-notification-top-active{
	display: block !important;
	-webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeInUp;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeInUp;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeInUp;
    -o-animation-duration: 0.5s;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
}
.box-notification-top{
	display: none;
	position: absolute;
	right: -7px;
	top: 43px;
	width: 240px;
	border-radius: 5px;
	background: #fff;
	z-index: 99;
	box-shadow: 0px 2px 9px 1px rgb(174 174 174 / 30%);
    -webkit-box-shadow: 0px 2px 9px 1px rgb(174 174 174 / 30%);
    -moz-box-shadow: 0px 2px 9px 1px rgba(174,174,174,0.3);
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.heading-title-notification-top{
	border-bottom: 1px solid #EADEFD;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: 400;
}
.wrap-notification-box-list-item{
	overflow-y: auto;
	max-height: 180px;
}
.wrap-notification-box-list-item::-webkit-scrollbar {
	width: 7px;
} 
/* Track */
.wrap-notification-box-list-item::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.wrap-notification-box-list-item::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
/* Handle on hover */
.wrap-notification-box-list-item::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}
.item-list-notification:last-child{
	border-bottom: none;
}
.item-list-notification:hover{
	background: rgb(234, 234, 234);
}
.item-list-notification{
	border-bottom: 1px solid #EADEFD;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-list-notification-icon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-list-notification-icon{
	float: left;
	width: 25px;
	height: 25px;
}
.item-list-notification-info{
	float: left;
	margin-left: 10px;
}
h4.list-title-notif-info:hover{
	color: #6F38C5;
}
h4.list-title-notif-info{
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 1px;
	color: #333030;
}
h4.list-title-notif-info2{
	font-size: 9px;
	font-weight: 300;
	color: #C6C6C6;
}
.item-list-notification a{
	display: block;
	width: 100%;
}
.cta-button-notification-clear a:hover{
	color: #333030;
}
.cta-button-notification-clear a{
	font-size: 11px;
	font-weight: 400;
	color: #6F38C5;
}
.cta-button-notification-clear span{
	font-size: 13px;
	color: #6F38C5;
	display: inline-block;
}
.cta-button-notification-clear{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 12px;
	text-align: center;
	border-top: 1px solid #EADEFD;
}
.notification-no-notif{
	display: none;
	font-size: 9px;
	font-weight: 400;
	text-align: center;
	color: #a2a2a2;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-notification-alert-edit:first-child{
	margin-top: -23px;
}
.item-notification-alert-edit{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.item-notification-alert-edit-sucess{
	background: rgba(28, 175, 92, 0.15);
}
.item-notification-alert-edit-info{
	background: #FFE8C1;
}
.item-notification-alert-edit-failed{
	background: rgba(243, 66, 57, 0.15);
}
.item-notif-edit-icon{
	float: left;
	width: 30px;
	height: 30px;
}
.item-notif-edit-icon img{
	width: 100%;
}
.item-notif-edit-info{
	margin-left: 40px;
}
h4.title-notif-edit-info-right1{
	font-size: 14px;
	font-weight: 600;
	color: #333030;
	margin-bottom: 7px;
}
h4.title-notif-edit-info-right2{
	font-size: 11px;
	font-weight: 400;
	color: #6F5991;
	line-height: 18px;
	width: 80%;
}
.bt-close-notif-alert-edit:hover{
	background: #D64444;
}
.bt-close-notif-alert-edit{
	position: absolute;
	right: 0;
	top: 26%;
	font-size: 17px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	color: #fff;
	cursor: pointer;
	background: rgb(0, 0, 0, 0.4);
	text-align: center;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.quotation-toolbar-table .filter-select-button{
	background: #F1F1F6;
	border: none;
}
.wrap-table-quotation-inv input[type=checkbox], input[type=radio]{
	background: #F5F5FD !important;
}
table.dataTable.no-footer{
	border-bottom: none;
	margin-top: 20px;
}


/* The container */
.containerc {
	display: block;
	position: relative;
	padding-left: 10px;
	cursor: pointer;
	height: 17px;
	top: -3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.containerc input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmarkc {
	position: absolute;
	top: 8px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #F5F5FD;
	border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.containerc:hover input ~ .checkmarkc {
	background-color: #7C6CF4;
}

/* When the checkbox is checked, add a blue background */
.containerc input:checked ~ .checkmarkc {
	background-color: #7C6CF4;
}

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

/* Show the checkmark when checked */
.containerc input:checked ~ .checkmarkc:after {
	display: block;
}

/* Style the checkmark/indicator */
.containerc .checkmarkc:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.style-status-box-enabled{
	background: #6FCF971A;
	color: #219653;
}
.style-status-box-active{
	background: #01B6B11A;
	color: #01B6B1;
}
.style-status-box-grace{
	background: #F29A4C1A;
	color: #F2994A;
}
.style-status-box-graceperiod{
	background: #F29A4C1A;
	color: #F2994A;
}
.style-status-box-nonactive{
	background: #EB57571A;
	color: #EB5757;
}
.bg-status-mer{
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bg-status-mer-info{
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
ul.breadcumb-mn{}
ul.breadcumb-mn li:last-child:after{
	display: none;
}
ul.breadcumb-mn li:after{
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
ul.breadcumb-mn li a{
	color: #A9A6C2;
}
ul.breadcumb-mn li{
	list-style: none;
	display: inline-block;
	position: relative;
	color: #000000;
	padding-right: 20px;
	margin-right: 15px;
}
.wrap-box-merchant-dt{
	position: relative;
    background: #FFFFFF;
    border-radius: 6px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -moz-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
}
.box-merchant-dt-detail{
	position: relative;
	margin-bottom: 30px;
}
.box-merchant-dt-detail-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.box-merchant-dt-detail-img{
	float: left;
	width: 130px;
	height: 130px;
	border-radius: 10px;
	position: relative;
}
.box-merchant-dt-detail-info{
	margin-left: 155px;
}
h3.title-merchant-dt-info1{
	font-weight: 700;
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
}
.item-merchant-detail{
	position: relative;
}
.item-merchant-details-list{
	position: relative;
	display: inline-block;
	margin-right: 40px;
	vertical-align: top;
}
.i-merchant-details-list-img img{
	width: 24px;
	display: inline-block;
}
.i-merchant-details-list-img{
	position: relative;
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #ECEAFF;
	text-align: center;
	padding-top: 3px;
}
.i-merchant-details-list-info{
	margin-left: 45px;
}
h4.title-merchant-detail-list-info1{
	font-size: 12px;
	color: #999999;
	font-weight: 500;
	margin-bottom: 5px;
}
h4.title-merchant-detail-list-info2{
	font-size: 16px;
	color: #2A2A2A;
	font-weight: 500;
	margin-bottom: 5px;
}
.cta-merchant-bt{
	position: absolute;
	right: 0px;
	top: 0px;
}
.bt-merchant-manage img{
	width: 14px;
	margin-right: 5px;
}
.bt-merchant-manage:hover{
	background: #411c7c;
	color: #fff;
}
.bt-merchant-manage{
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	background:#5541E6;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	border-radius: 7px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.wrap-tab-merchant-link-page{
	position: relative;
}
ul.link-tab-merchant-page{}
ul.link-tab-merchant-page li a{
	color: #A9A6C2;
}
ul.link-tab-merchant-page li:hover a{
	color: #7C6CF4;
}
ul.link-tab-merchant-page li:hover{
	border-bottom: 2px solid #7C6CF4;
}
ul.link-tab-merchant-page li.active{
	border-bottom: 2px solid #7C6CF4;
}
ul.link-tab-merchant-page li.active.grace-custom a{
	color: #F2994A;
}
ul.link-tab-merchant-page li.active a{
	color: #7C6CF4;
}
ul.link-tab-merchant-page li{
	list-style: none;
	font-size: 15px;
	font-weight: 700;
	margin-right: 30px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.wrap-box-detail-mer{
	position: relative;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -moz-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
}
.box-detail-merch-head{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #F2F2F2;
}
h3.heading-title-merch-head{
	color: #090A0D;
	font-size: 15px;
	font-weight: 700;

}
h3.heading-title-merch-head-sec2{
	color: #5541E6;
	font-size: 17px;
	font-weight: 700;

}
a.bt-edit-merch-info i{
	font-size: 12px;
	margin-right: 5px;
}
a.bt-edit-merch-info:hover{
	background: #7C6CF4;
	border: 1px solid #7C6CF4;
	color: #fff;
}
a.bt-edit-merch-info.bt-edit-merch-info-cus-pay{
	right: 40px;
}
a.bt-edit-merch-info{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 13px;
	font-weight: 500;
	color: #5541E6;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 7px;
	border: 1px solid #978AF9;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
a.bt-edit-merch-info-t i{
	font-size: 12px;
}
a.bt-edit-merch-info-t:hover{
	background: #7C6CF4;
	color: #fff;
}
a.bt-edit-merch-info-t{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 13px;
	background: #ECEAFF;
	font-weight: 500;
	color: #5541E6;
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 7px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
a.bt-suspend-info-acc i{
	font-size: 12px;
	margin-right: 5px;
}
a.bt-suspend-info-acc:hover{
	background: #EB5757;
	border: 1px solid #EB5757;
	color: #fff;
}
a.bt-suspend-info-acc{
	position: absolute;
	top: 10px;
	right: 110px;
	font-size: 13px;
	font-weight: 500;
	color: #EB5757;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 7px;
	border: 1px solid #EB5757;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.box-content-detail-merc{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.item-box-content-detail-mer-i{
	position: relative;
	margin-bottom: 20px;
}
.i-box-content-detail-merc-detail-left{
	float: left;
	position: relative;
	width: 200px;
}
.i-box-content-detail-merc-detail-right{
	margin-left: 200px;
}
h4.title-content-detail-merf-left{
	font-size: 12px;
	font-weight: 500;
	color: #A9A6C2;
}
h4.title-content-detail-merf-right{
	position: relative;
	font-size: 12px;
	color: #333333;
	font-weight: 500;
}
.green-color{
	color: #01B6B1 !important;
}
h4.title-content-detail-merf-right-password{
	position: relative;
	font-size: 7px;
	color: #A9A6C2;
	font-weight: 500;
	display: inline-block;
}
a.bt-reset-password:hover{
	color: #411c7c;
}
a.bt-reset-password{
	font-size: 13px;
	font-weight: 500;
	color: #5541E6;
	display: inline-block;
	margin-left: 25px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.item-content-detail-form-edit > .item-content-detail-form-edit{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.item-content-detail-form-edit .item-content-detail-form-edit{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F2F2F2;
}
.item-content-detail-form-edit{
	position: relative;
	margin-bottom: 20px;
}
h4.text-form-input-edt{
	font-size: 13px;
	font-weight: 400;
	color: #090A0D;
	margin-bottom: 4px;
}
input.form-input-sec-c{
	width: 100%;
    border: 1px solid #CED2DC;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
	color: #333333;
	outline: none;
}
.input-select-edit-de{
	width: 100%;
    border: 1px solid #CED2DC;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
	color: #333333;
	outline: none;
}
.bt-submit-cancel-form-in{
	position: relative;
	text-align: right;
	padding-top: 20px;
	border-top: 1px solid #F2F2F2;
}
.bt-submit-cancel-form-in-plan{
	position: relative;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #F2F2F2;
}
.bt-submit-f-in:hover{
	background: #411c7c;
}
.bt-submit-f-in{
	display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #5541E6;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 7px;
	border: none;
	outline: none;
	min-width: 80px;
	margin-left: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bt-cancel-f-in:hover{
	background: #c0c0c3;
}
.bt-cancel-f-in{
	display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #F1F1F6;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    border-radius: 7px;
	border: none;
	outline: none;
	min-width: 80px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.heading-title-popup-info{
	font-size: 15px;
	font-weight: 700;
	color: #252525;
	border-bottom: 1px solid #CBDEEC;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}
.bt-close-modal-cus img{
	width: 10px;
	display: inline-block;
}
.bt-close-modal-cus:hover{
	background: #c4c4c8;
}
.bt-close-modal-cus{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	z-index: 9;
	right: 10px;
	border-radius: 10px;
	background: #F1F1F6;
	text-align: center;
	padding-top: 1px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.custom-form-reset-password .modal-body{
	padding: 0;
}
.custom-form-reset-password .modal-content{
	border: none;
	border-radius: 10px;
}
.box-modal-form-info{
	position: relative;
}
.content-popup-form-info.content-popup-form-info-cus-create{
	padding-top: 20px;
}
.content-popup-form-info{
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.content-popup-form-info-plan{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
}
.img-send-mail{
	position: relative;
	width: 80px;
	margin: auto;
	margin-bottom: 30px;
}
.img-send-mail img{
	width: 100%;
}
.text-send-mail{
	width: 70%;
	margin: auto;
	text-align: center;
}
h3.title-check-mail{
	font-size: 25px;
	font-weight: 900;
	color: #252525;
	margin-bottom: 20px;
}
h4.desc-title-check-mail{
	font-size: 15px;
	font-weight: 400;
	color: #333333;
}
.text-create-password{
	position: relative;
}
.form-input-create-password{
	position: relative;
	padding-top: 30px;
}
.i-box-content-detail-merc-detail-right .bg-status-mer-info{
	margin-bottom: 0;
}

.date-icon-cus i{
	position: absolute;
	top: 9px;
	right: 15px;
	color: #37414B;
	font-size: 17px;
	z-index: 4;
}
.date-icon-cus{
}


.bt-close-modal-cus-cancel:hover{
	background: #d0d0d6;
	color: #333333;
}
.bt-close-modal-cus-cancel{
	display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #F1F1F6;
    color: #333333;
    font-size: 13px;
	text-align: center;
    font-weight: 500;
    border-radius: 7px;
	border: none;
	outline: none;
	min-width: 80px;
	margin-left: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-head-device-info{
	position: relative;
	margin-bottom: 20px;
}
.icon-device-info-name{
	position: relative;
	display: inline-block;
	margin-right: 56px;
	vertical-align: middle;
}
.icon-device-info-name h4{
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	vertical-align: middle;
	display: inline-block;
}
.icon-device-info-name img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.link-force-logout-link{
	display: inline-block;
	vertical-align: middle;
}
.link-force-logout-link a i{
	font-size: 19px;
	margin-right: 5px;
}
.link-force-logout-link a:hover{
	color: #4a39ca;
}
.link-force-logout-link a{
	color: #5541E6;
	font-size: 14px;
	font-weight: 500;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.wrap-box-device-item:first-child{
	border-bottom: 1px solid #F2F2F2;
}
.wrap-box-device-item{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.accordion-out.custom-button-acordion-out:after{
	top: 12px;
}
.accordion-out.custom-button-acordion-out{
	position: relative;
    background: #FFFFFF;
    border-radius: 6px;
	margin-top: 20px;
	padding-top: 13px;
	padding-bottom: 16px;
    box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
    -moz-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
}
.accordion-out.custom-button-acordion-out2:after{
	top: 4px;
}
.accordion-out.custom-button-acordion-out2{
	position: relative;
    background: #ECEAFF;
    border-radius: 2px;
	margin-top: 20px;
	padding-top: 3px;
	padding-bottom: 11px;
}
.accordion-out.custom-button-acordion-out2.active-out{
    background: #ECEAFF;
}
.accordion-out {
	background-color: #FAFAFF;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	position: relative;
}
.active-out, .accordion-out:hover {
	background-color: #ECEAFF;
}
.accordion-out:after {
	content:"\f107";
	font-family:"Fontawesome",sans-serif;
	font-size: 20px;
	vertical-align: middle;
	position: absolute;
	top: 15px;
	right: 20px;
}
.active-out:after {
	content: "\f106";
}
.panel-out {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	margin-bottom: 20px;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.panel-out-in-content{
	position: relative;
	padding-top: 20px;
}
.wrap-box-package-info{
	position: relative;
    background: #FFFFFF;
    border-radius: 6px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -moz-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
}
h3.title-pakage-info{
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 15px;
}
h4.title-pakage-info2{
	font-size: 13px;
	font-weight: 700;
	color: #A9A6C2;
	margin-bottom: 4px;
}
.next-renewal-date{
	position: relative;
}
h4.title-pakage-info3{
	font-size: 13px;
	font-weight: 500;
	color: #727D8F;
	margin-bottom: 0px;
	font-family: "Inter", sans-serif;
	display: inline-block;
	margin-right: 5px;
}
.next-renewal-date .bg-status-mer{
	display: inline-block;
}
.cta-info-paid-bt-status{
	position: absolute;
	top: 20px;
    right: 20px;
}

a.bt-edit-merch-info2 i{
	font-size: 12px;
	margin-right: 5px;
}
a.bt-edit-merch-info2:hover{
	background: #7C6CF4;
	border: 1px solid #7C6CF4;
	color: #fff;
}
a.bt-edit-merch-info2{
	font-size: 13px;
	font-weight: 500;
	color: #5541E6;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 7px;
	border: 1px solid #978AF9;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.status-pain-unpaid-info-block{
	font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	text-transform: uppercase;
	vertical-align: middle;
}
.status-pain-unpaid-info-block2{
	font-size: 10px;
    font-weight: 700;
    display: inline-block;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	vertical-align: middle;
}
.bg-status-i-paid{
	background: #6FCF971A;
	color: #219653;
}
.bg-status-i-paid2{
	background: #01B6B11A;
	color: #01B6B1;
}
.bg-status-i-unpaid{
	background: #F29A4C1A;
	color: #F2994A;
}
.table-box-merchant-billing{
	position: relative;
}
.wrap-cta-bt-list-bill{
	position: relative;
	text-align: center;
	width: 100% !important;
}
.bill-table-info h4.text-quo-list-tab{
	text-align: left;
}
.col-current-plant-select{
	position: relative;
    background: #FFFFFF;
    border-radius: 6px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -moz-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
}
.modal-cus-edit-status .modal-content{
	background: #FAFAFF;
}
.head-title-info-edit-status-plan{
	position: relative;
	border-bottom: 1px solid #CBDEEC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
h4.title-head-status-edit-plan{
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 15px;
}
.package-plan-edit{
	position: relative;
	margin-bottom: 0px;
}
.info-package-edit-1{
	font-size: 21px;
	font-weight: 700;
	color: #333333;
}
.info-package-edit-2{
	font-size: 21px;
	font-weight: 400;
	color: #5541E6;
}
.package-plan-edit2{
	position: relative;
	margin-bottom: 4px;
}
.info-package-price-1{
	font-size: 12px;
	font-weight: 700;
	color: #A9A6C2;
	margin-bottom: 4px;
}
.info-package-price-2{
	font-size: 12px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 4px;
}
h4.title-nex-date-plan{
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0;
}
.plant-choose-select-plan{
	position: relative;
}
.item-plan-select-info{
	position: relative;
	margin-bottom: 10px;
}


.item-hightlight-cur:last-child{
	margin-bottom: 0;
}
.item-hightlight-cur {
    position: relative;
    vertical-align: top;
	width: 100%;
    font-size: 14px;
    margin-bottom: 25px;
}
.item-hightlight-cur-in {
    position: relative;
}
.input-checkbox-cur input {
    display: none;
}
.input-checkbox-cur label i{
	position: absolute;
	right: 10px;
	top: 13px;
}
.input-checkbox-cur label {
    position: relative;
    color: #E6E7EE;
    display: block;
    margin: 0;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 8px;
    cursor: pointer;
	border: 1px solid #E6E7EE;
	border-radius: 8px;
	text-align: left;
	padding-left: 15px;
}
/* .input-checkbox-cur input:checked ~ label .dot-highlight{
	background: #8EFFF4;
	border-color: #01B6B1;
} */
.input-checkbox-cur input:checked ~ label{
    border: 1px solid #5541E6;
    display: block;
	color: #5541E6;
}
.input-checkbox-cur.cur-plan-paid input:checked ~ label{
    border: 1px solid #6FCF97;
    display: block;
	color: #219653;
}
.input-checkbox-cur.cur-plan-unpaid input:checked ~ label{
    border: 1px solid #F2C94C;
    display: block;
	color: #F2994A;
}
.show-row{
	font-size: 12px;
	font-weight: 400;
	color: #575757;
}
.cus-log-audit-detail-c td.dt-body-center{
	text-align: left !important;
}
.title-log-name{
	font-size: 17px;
	font-weight: 700;
	color: #4F4F4F;
	margin-bottom: 30px;
}
.bt-link-arrow-back{
	display: inline-block;
	margin-bottom: 20px;
}
.bt-link-arrow-back img{
	width: 15px;
}
.wrap-box-package-item{
	position: relative;
	margin-left: -10px;
}
.item-box-package-i{
	position: relative;
	display: inline-block;
	width: 32%;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
}
.item-box-package-i-in{
	position: relative;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
    -moz-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h3.title-package-info-t{
	font-size: 24px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 20px;
}
.item-info-t-package-item{
	position: relative;
	margin-bottom: 0px;
}
.i-info-package-d1{
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #727D8F;
}
.i-info-package-d2{
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #5541E6;
}
.wrap-list-item-package-info{
	position: relative;
	margin-top: 20px;
	min-height: 200px;
	margin-bottom: 20px;
}
ul.list-item-package-info{}
ul.list-item-package-info li i{
	position: absolute;
	top: 0px;
	right: 0;
	color: #978AF9;
	font-size: 16px;
}
ul.list-item-package-info li{
	list-style: none;
	font-size: 12px;
	color: #37414B;
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
	padding-right: 20px;
}
.cta-item-package-edit-delete{
	position: relative;
}
.bt-edit-package:hover{
	color: #fff;
	background: #4533CC;
}
.bt-edit-package{
	color: #4533CC;
	font-size: 14px;
	width: 45px;
	height: 42px;
	border: 1px solid #4533CC;
	text-align: center;
	padding-top: 9px;
	border-radius: 8px;
	display: inline-block;
	margin-right: 10px;
	
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.bt-delete-package:hover{
	color: #fff;
	background: #EB5757;
	border: 1px solid #EB5757;
}
.bt-delete-package{
	color: #EB5757;
	font-size: 14px;
	width: 45px;
	height: 42px;
	border: 1px solid #4533CC;
	text-align: center;
	padding-top: 9px;
	border-radius: 8px;
	display: inline-block;
	
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.bt-create-new-package:hover{
	background: #411c7c;
    color: #fff;
}
.bt-create-new-package{
	display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #5541E6;
    color: #fff;
	margin-bottom: 20px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.item-select-subscribe-info{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-top: 10px;
}
.txt-select-sub{
	position: relative;
	font-size: 12px;
	font-weight: 500;
	color: #333333;
	padding-left: 20px;
}
.item-select-subscribe-info .checkmarkc{
	top: 0;
}
.wrap-item-package-include-f{
	position: relative;
	padding-top: 10px;
}
h4.title-heading-package-incl{
	font-size: 15px;
	font-weight: 700;
	color: #090A0D;
	margin-bottom: 10px;
}
.form-in-item-package-inc{
	position: relative;
}
.item-form-input-package-inc{
	position: relative;
	margin-bottom: 20px;
}
.wr-input-incl-description-text{
	position: relative;
	padding-right: 60px;
}
a.bt-delete-package-list-desc:hover{
	background: #EB5757;
	color: #fff;
}
a.bt-delete-package-list-desc{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	color: #333333;
	font-size: 16px;
	background-color: #E6E7EE;
	border-radius: 8px;
	text-align: center;
	padding-top: 5px;
	
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bt-create-new-package-cr:hover{
	background: #411c7c;
    color: #fff;
}
.bt-create-new-package-cr{
	display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #5541E6;
    color: #5541E6;
	margin-bottom: 20px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.item-form-input-package-inc:first-child .bt-delete-package-list-desc{
	pointer-events: none;
	cursor: default;
}

.user-info-list-detail-tab{
	position: relative;
}
.tab-user-ava{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.tab-user-ava img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.tab-user-info h4{
	color: #727D8F;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 2px;
}
.tab-user-info h5{
	color: #727D8F;
	font-weight: 400;
	font-size: 11px;
	margin-bottom: 0px;
}
.tab-user-info{
	margin-left: 40px;
}
.admin-user-cus-tab h4.text-quo-list-tab{
	color: #727D8F;
}
.bg-status-mer-status-log{
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
	color: #333333;
	background: #F1F1F6;
}

.bg-status-mer-two-step{
	font-size: 10px;
	font-weight: 700;
	display: inline-block;
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.item-radio-choose-role{
	position: relative;
	margin-bottom: 20px;
}
.item-radio-input-s{
	float: left;
	width: 30px;
	padding-top: 5px;
}
.item-radio-desc-input-s{
	margin-left: 30px;
}
h4.title-item-radio-i-admin{
	font-size: 13px;
	font-weight: 700;
	color: #1E1948;
	margin-bottom: 2px;
}
h4.title-item-radio-i-admin2{
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 0;
	color: #828282;
}


.radio-role-select {
    -webkit-appearance:none;
    width:17px;
    height:17px;
    border:2px solid #A9A6C2;
    border-radius:50%;
    outline:none;
	position: relative;
}
.radio-role-select:hover {
    border:2px solid #4533CC;
}
.radio-role-select:before {
    content:'';
    display:block;
	position: absolute;
	top: 3px;
	left: 3px;
    width:8px;
    height:8px;
    /*margin: 20% auto;    */
    border-radius:50%;    
}
.radio-role-select:checked{
    border:2px solid #4533CC;
}
.radio-role-select:checked:before {
    background:#4533CC;
}
h2.main-package-title{
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.bt-create-new-package-acsolute{
	position: absolute;
	right: 50px;
	top: 0;
}
.heading-title-device-c a.bt-suspend-info-acc, .heading-title-device-c  a.bt-edit-merch-info{
	top: -7px;
}
.heading-title-device-c{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D6D2FF;
}
h3.heading-title-in-accord{
	font-size: 14px;
	font-weight: 700;
	color: #555555;
}
.custom-device-conn a.bt-suspend-info-acc i{
	 margin-right: 0;
}
.custom-device-conn a.bt-suspend-info-acc{
	right: 73px;
}
.custom-device-conn a.bt-edit-merch-info i{
	 margin-right: 0;
}
.box-content-detail-merc.custom-device-conn{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 15px;
}
.custom-device-conn .heading-title-device-c{
	padding-left: 20px;
	padding-right: 20px;
}
.panel-outcustom-dev{
	box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
    -moz-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}
.panel-outcustom-dev .panel-out-in-content{
	padding-bottom: 20px;
}
.custom-device-conn{
	border: 1px solid #D6D2FF;
	border-radius: 6px;
}
.wrap-item-dev-container{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.accordion-out.custom-button-acordion-out.active-out{
	box-shadow: none;
	border-bottom: 1px solid #D6D2FF;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.wrap-detail-device-con{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	position: relative;
}
.panel-outcustom-device{
	margin-bottom: 0;
}
.panel-outcustom-device .wrap-box-device-item:first-child{
	border-bottom: 0;
}


.number-count span {cursor:pointer; }
.number-count{
	position: relative;
	display: inline-block;
}
.minus:hover, .plus:hover{
	background: #5541E6;
	color: #fff;
}
.minus, .plus{
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #5541E6;
	font-size: 30px;
    line-height: 29px;
	background: #F1F1F6;
	border-radius: 50%;
	border: 1px solid #D6D2FF;
	
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.number-count input{
	width: 40px;
	height: 40px;
	color: #252525;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	background: transparent;
	outline: none;
	border: none;
	border-radius:4px;
	display: inline-block;
	vertical-align: middle;
}
.section-add-on-content{
	position: relative;
	margin-top: 10px;
}
h3.title-sect-add-on{
	font-size: 14px;
	font-weight: 700;
	color: #A9A6C2;
	margin-bottom: 10px;
}
.item-add-on-box-info{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	border: 1px dashed #E6E7EE;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 10px;
	vertical-align: top;
}
h3.title-add-on-info1{
	font-size: 15px;
	font-weight: 700;
	color: #090A0D;
	margin-bottom: 4px;
}
h3.title-add-on-info2{
	font-size: 12px;
	font-weight: 700;
	color: #A9A6C2;
	margin-bottom: 0px;
}
.custom-cta-text-left .cta-bar-menu-list-quotation-item{
	text-align: left;
}
h3.title-edit-status-billing1{
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 5px;
}
h3.title-edit-status-billing2{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 5px;
}
.custom-edit-status-billing .col-lg-6{
	margin: auto;
}
.content-popup-form-status-billing{
	position: relative;
	max-width: 500px;
	margin: auto;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h3.title-status-billing-date span{
	color: #5541E6;
}
h3.title-status-billing-date{
	font-size: 13px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
.col-billing-status-box{
	position: relative;
    background: #FFFFFF;
    border-radius: 6px;
    /* padding-left: 25px;
    padding-right: 25px; */
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(168,156,194,0.36);
    -moz-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
}
.section-billing-detail1{
	position: relative;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.section-billing-detail2{
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
h4.text-billing-detail-title{
	font-size: 12px;
	font-weight: 400;
	color: #B8AFFD;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h4.text-billing-detail-left{
	font-size: 14px;
	font-weight: 400;
	color: #4F4F4F;
	margin-bottom: 10px;
}
h4.text-billing-detail-right{
	font-size: 14px;
	font-weight: 400;
	color: #4F4F4F;
	margin-bottom: 10px;
	text-align: right;
}
.col-billing-status-box-in{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.grand-total-billing{
	position: relative;
	border-top: 1px solid #F2F2F2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

h4.text-billing-detail-left2{
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
h4.text-billing-detail-right2{
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
	text-align: right;
}
.desc-logo-info{
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 14px;
	color: #5541E6;
	font-weight: 900;
}
.manage-product-restaurant{
	position: relative;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.manage-product-restaurant-img{
	float: left;
	width: 25px;
	height: 25px;
}
.manage-product-restaurant-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.manage-product-restaurant-info{
	font-size: 12px;
	color: #333333;
	font-weight: 700;
	padding-top: 4px;
	margin-left: 40px;
}
.wrap-bt-back-to-cms{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap-bt-back-to-cms-in{
	position: relative;
	border-top: 1px solid #F2F2F2;
	padding-top: 20px;
	padding-left: 20px;
}
a.bt-back-to-cms i{
	margin-right: 5px;
}
a.bt-back-to-cms{
	color: #7C6CF4;
	font-size: 12px;
	font-weight: 700;
}
.section-column-managemerchant{
	position: relative;
}
.margin-bottom-merchant-box{
	margin-bottom: 20px;
}
.item-product-list-i:first-child{
	border-bottom: 1px dashed #F2F2F2;
}
.item-product-list-i{
	position: relative;
	padding-bottom: 30px;
	padding-top: 30px;
}
h4.title-product-info-list{
	font-size: 13px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 15px;
}
.total-product-count{
	position: relative;
}
.total-product-count h4{
	font-size: 16px;
	font-weight: 700;
	color: #5541E6;
	margin-bottom: 0;
}
a.bt-add-product-count:hover{
	background: #411c7c;
	color: #fff;
}
a.bt-add-product-count{
	position: absolute;
	top: -7px;
	right: 0px;
	display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #5541E6;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.item-cat-details-row{
	position: relative;
}
.item-cat-detail-info-text{
	position: relative;
	margin-bottom: 20px;
}
h4.title-cat-detail-info-item{
	font-size: 14px;
	font-weight: 500;
	color: #252525;
	margin-bottom: 3px;
}
h4.title-cat-detail-info-item2{
	font-size: 12px;
	font-weight: 400;
	color: #4F4F4F;
	margin-bottom: 0px;
}
.available-info-product{
	font-size: 11px;
    font-weight: 700;
    display: inline-block;
    border-radius: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
	color: #27AE60;
	background: #6FCF971A;
}



.bt-close-modal-cus-disc:hover{
	background: #EB5757;
	color: #fff;
}
.bt-close-modal-cus-disc{
	display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
	border: 1px solid #EB5757;
    color: #EB5757;
    font-size: 13px;
    font-weight: 500;
    border-radius: 7px;
	outline: none;
	min-width: 80px;
	margin-left: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bt-close-modal-cus-edit:hover{
	background: #5541E6;
	color: #fff;
}
.bt-close-modal-cus-edit{
	display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
	border: 1px solid #5541E6;
    color: #5541E6;
    font-size: 13px;
    font-weight: 500;
    border-radius: 7px;
	outline: none;
	min-width: 80px;
	margin-left: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bt-submit-cancel-form-in-cus-dis{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #F2F2F2;
}
.product-detail-pop-img{
	position: relative;
	width: 200px;
	height: 200px;
	padding-top: 25px;
	float: left;
}
.product-detail-pop-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.product-detail-pop-info{
	margin-left: 220px;
}
h4.title-pop-det-product{
	font-size: 11px;
	font-weight: 500;
	color: #828282;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.box-detail-product-mer{
	position: relative;
	border: 1px solid #ECEAFF;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}
.item-det-product-mer:last-child{
	border-bottom: none;
}
.item-det-product-mer{
	position: relative;
	border-bottom: 1px solid #ECEAFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
h4.title-pro-det-mer1{
	font-size: 12px;
	color: #4F4F4F;
	font-weight: 400;
	margin-bottom: 5px;
}
h4.title-pro-det-mer2.title-pro-det-mer2-cus{
	font-weight: 700;
}
h4.title-pro-det-mer2{
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 0px;
}
.item-list-in-stock{
	position: relative;
}
.title-pro-det-mer1-cus-color h4.title-pro-det-mer1{
	color: #EB5757;
}
.title-pro-det-mer1-cus-color .available-info-product{
	color: #828282;
	background: #F2F2F2;
}
.content-popup-form-info.content-popup-form-info-cus-create-cus {
    padding-top: 20px;
    padding-bottom: 0px;
}
h4.product-heading-i{
	font-size: 12px;
	color: #828282;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.box {
	position: relative;
	background: #ffffff;
	width: 100%;
}
.box-header {
	color: #444;
	display: block;
	position: absolute;
	top: 8px;
	right: -10px;
	z-index: 99;
}
.box-tools {
	position: absolute;
	right: 10px;
	top: 1px;
}
.dropzone-wrapper {
	border: 2px dashed #E0E0E0;
	border-radius: 10px;
	color: #92b0b3;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	/* background: #d6fcd2; */
	overflow: hidden;
}
  
.dropzone-desc {
	position: relative;
	margin: 0 auto;
	right: 0;
	text-align: left;
	bottom:0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.dropzone-desc-img-left img{
	width: 100%;
}
.dropzone-desc-img-left{
	width: 50px;
	height: 50px;
	margin: auto;
	margin-bottom: 25px;
}
.dropzone-desc-info{
	text-align: center;
}
h4.title-banner-img-info-upload-section1{
	font-size: 11px;
	color: #5541E6;
	margin-bottom: 3px;
	font-weight: 500;
}
  
h4.title-banner-img-info-upload-section2{
	font-size: 10px;
	font-weight: 400;
	color: #575757;
	margin-bottom: 0px;
}
  
.dropzone,
.dropzone:focus {
	position: absolute;
	outline: none !important;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	top: 0;
	left: 0;
}
  
.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
	background: #ecf0f5;
}
  
.preview-zone {
	text-align: center;
	overflow: hidden;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	padding: 8px;
	margin-top: 20px;	
}
.box-body{
	clear: both;
	position: relative;
	padding-right: 50px;
}
.box-body img{
	float: left;
	width: 60px;
	height: 45px;
	object-fit: cover;
	border-radius: 6px;
}
  
.preview-zone .box {
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
	clear: both;
	position: relative;
}
  
.wrap-bt-submit-cancel-form-in{
	position: relative;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.hidden{
	display: none !important;
}
.box-body p{
	font-size: 10px;
	font-weight: 700;
	color: #333333;
	margin-left: 80px;
	word-wrap: break-word;
	text-align: left;
	margin-bottom: 4px;
}
.remove-content-img-upload i{
	font-size: 16px;
}
.remove-content-img-upload:hover{
	background: red;
	color: #fff;
}
.remove-content-img-upload{
    color: #C5C9C6;
    border: 1px solid #DBDCDF;
    border-radius: 50%;
	background: transparent;
    width: 25px;
    height: 25px;
	line-height: 0;
    text-align: center;
    padding-top: 0px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.item-list-add-pro-mer{
	position: relative;
	margin-bottom: 30px;
}
.input-stock-store-i{
	display: block !important;
	position: relative !important;
	overflow: auto;
	width: 100% !important;
	opacity: 1 !important;
	color: #A9A6C2 !important;
	height: 100% !important;
	border: 1px solid #BDBDBD;
	cursor:initial !important;
	border-radius: 5px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
	/* margin-left: 16px !important; */
	margin-top: 5px !important;
	outline: none !important;
	pointer-events:none !important;
}
.containerc input:checked ~ .input-stock-store-i{
	pointer-events:initial !important;
	border: 1px solid #978AF9 !important;
	color: #333333 !important;
}
.containerc input:checked ~ .text-info-stock-ck{
	color: #1A163B !important;
}
.text-info-stock-ck{
	font-size: 14px;
	font-weight: 500;
	color: #A9A6C2;
}
.item-content-product-availablity .checkmarkc{
	top: 5px;
}
.item-content-product-availablity{
	position: relative;
	clear: both;
	margin-bottom: 30px;
}
.item-content-product-availablity .containerc{
	height: 100%;
	top: 0;
	padding-left: 30px;
}
h4.title-merchant-empl{
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 15px;
}


a.bt-add-product-count-emp:hover{
	background: #411c7c;
	color: #fff;
}
a.bt-add-product-count-emp{
	position: relative;
	display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #5541E6;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
h4.title-merchant-empl2{
	font-size: 16px;
    font-weight: 700;
    color: #5541E6;
    margin-bottom: 0;
}
.wrap-bt-cta-add-emp{
	position: relative;
	border-top: 1px dashed #F2F2F2;
	padding-top: 20px;
	margin-top: 20px;
}
.wrap-table-employee-role-active{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h4.title-top-th-emp{
	font-size: 12px;
	font-weight: 500;
	color: #7C6CF4;
	text-transform: capitalize;
}
td.td-emp1{
	width: 20%;
}
td.td-emp2{
	width: 25%;
}
td.td-emp3{
	width: 25%;
}
td.td-emp4{
	width: 15%;
}
td.td-emp5{
	width: 15%;
}
table.tab-empl-act td{
	padding-bottom: 10px;
	padding-top: 10px;
}
table.tab-empl-act{
	width: 100%;
}
h4.title-c-td-emp{
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 0;
}
h4.title-c-td-emp2{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 0;
}
input.apple-switch {
	position: relative;
	-webkit-appearance: none;
	outline: none;
	width: 40px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #d9dadc;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: inset -20px 0 0 0 #d1d1d1;
}
input.apple-switch:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background: transparent;
	width: 16px;
	height: 17px;
	border-radius: 50%;
	background: #fff;
}
input.apple-switch:checked {
	box-shadow: inset 20px 0 0 0 #56A22A;
	border-color: #56A22A;
}
input.apple-switch:checked:after {
	left: 20px;
	box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}
.bt-edit-emp-cta:hover{
	color: #5541E6;
}
.bt-edit-emp-cta{
	font-size: 14px;
	color: #828282;
	padding-right: 30px;
}
.bt-delete-emp-cta:hover{
	color: #5541E6;
}
.bt-delete-emp-cta{
	font-size: 14px;
	color: #828282;
}
.border-sec-bot-cta{
	border-top: 1px solid #F2F2F2;
	padding-top: 10px;
}
.info-edit-registered{
	position: relative;
	font-size: 12px;
	font-weight: 400;
}
.color-reg-1:after{
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}
.color-reg-1{
	color: #A9A6C2;
}
.color-modified-1{
	color: #7C6CF4;
}
.reg-1-medium{
	font-weight: 500 !important;
}

td.td-empc1{
	width: 33%;
	border-bottom: 1px solid #F2F2F2;
}
td.td-empc2{
	width: 33%;
	border-bottom: 1px solid #F2F2F2;
}
td.td-empc3{
	width: 33%;
	text-align: right;
	border-bottom: 1px solid #F2F2F2;
}
td.td-empto1{
	width: 50%;
	border-bottom: 1px solid #F2F2F2;
}
td.td-empto2{
	width: 50%;
	text-align: right;
	border-bottom: 1px solid #F2F2F2;
}
h4.title-c-payment-m{
	font-size: 12px;
	font-weight: 700;
	color: #333333;
}
h4.title-c-td-empc2 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0;
}
h4.title-c-payment-m img{
	height: 17px;
	display: inline-block;
	margin-right: 5px;
}
.section-text-transition-info span{
	color: #7C6CF4;
	font-weight: 700;
	font-size: 14px;
}
.section-text-transition-info i.icon-arr-1{
	color: #D6D2FF;
}
.section-text-transition-info i.icon-arr-2{
	color: #7C6CF4;
	margin-right: 10px;
}
.section-text-transition-info i{
	word-spacing: 0;
	letter-spacing: -5px;
	font-size: 12px;
}
.section-text-transition-info{	
	font-size: 12px;
	font-weight: 500;
	border-top: 1px solid #F2F2F2;
	padding-top: 15px;
}
.custom-height-merc-box{
	padding-top: 20px;
	padding-bottom: 20px;
}
.custom-mer-report-wr{
	margin-bottom: 20px;
}
.filter-date-report-p .filter-select-button{
	border: none;
	background: #F1F1F680;
}
.filter-date-report-p .bt-default-range{
	font-size: 14px;
}
.filter-date-report-p .bt-default-range i{
	color: #5541E6;
	margin-right: 5px;
}
.filter-date-report-p{
	display: inline-block;
	margin-bottom: 30px;
}
.section-menu-report-top{
	position: relative;
	border: 1px solid #ECEAFF;
	padding: 3px;
	border-radius: 10px;
	margin-bottom: 20px;
}
ul.sec-mn-report-top{}
ul.sec-mn-report-top li.active a{
	background: #5541E6;
	color: #fff;
}
ul.sec-mn-report-top li a:hover{
	background: #5541E6;
	color: #fff;
}
ul.sec-mn-report-top li a{
	display: block;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #5541E6;
	border-radius: 8px;
	padding-right: 15px;
	
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul.sec-mn-report-top li{
	display: inline-block;
	list-style: none;
	margin-right: 10px;
}
.filter-select-option-s{
	position: relative;
	display: inline-block;
	margin-left: 10px;
}
.wrap-filter-option-top{
	position: relative;
}
.bt-filter-select-option img{
	display: inline-block;
	width: 13px;
	margin-right: 6px;
	vertical-align: middle;
}
.bt-filter-select-option{
	cursor: pointer;
	font-size: 14px;
    color: #4F4F4F;
    font-weight: 500;
	background: #F1F1F680;
	border-radius: 8px;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.gilter-box-option-select-active{
	display: block !important;
	-webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeInUp;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeInUp;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeInUp;
    -o-animation-duration: 0.5s;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
}
.gilter-box-option-select{
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	background: #FFFFFF;
    border-radius: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	width: 250px;
	z-index: 999;
	padding-bottom: 20px;
    box-shadow: 0px 7px 14px 3px rgba(168, 156, 194, 0.36);
    -webkit-box-shadow: 0px 7px 14px 3px rgba(168, 156, 194, 0.36);
    -moz-box-shadow: 0px 7px 14px 3px rgba(168, 156, 194, 0.36);
}
h4.title-box-filter-option-report{
	font-size: 13px;
	color: #1E1948;
	font-weight: 700;
	margin-bottom: 20px;
}
h4.title-box-filter-option-report-in{
	font-size: 11px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 10px;
}
.item-filter-section-select{
	position: relative;
	margin-bottom: 20px;
}

.filter-select-tab-quotation-r option{
	background: #fff;
}
.filter-select-tab-quotation-r{
	position: relative;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 100%;
	text-align: left;
	background: #F1F1F6;
	color: #9a9a9a;
	font-weight: 400;	
	font-size: 12px;
	border: none;
	border-radius: 6px;
	outline: none;
	cursor: pointer;
}
.bt-submit-cancel-form-report-filter{
	text-align: right;
}
.bt-submit-cancel-form-report-filter .bt-submit-f-in{
	font-size: 11px;
	min-width: 58px;
	padding-left: 0px;
    padding-right: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
	margin-left: 5px;
}
.bt-submit-cancel-form-report-filter .bt-cancel-f-in{
	font-size: 11px;
	min-width: 58px;
	padding-left: 0px;
    padding-right: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.custom-tr-rp-medium{
	font-weight: 500 !important;
}
.cus-text-reg-tr{
	font-weight: 400 !important;
}
.custom-bg-report-trans .modal-content{
	background: #FAFAFF;
}
table.product-list-total-pr td{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #F2F2F2;
}
table.product-list-total-pr{
	width: 100%;
}
.col-pro-list-total1{
	width: 40%;
	border-bottom: 1px solid #F2F2F2;
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}
.col-pro-list-total2{
	width: 20%;
	border-bottom: 1px solid #F2F2F2;
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}
.col-pro-list-total3{
	width: 20%;
	border-bottom: 1px solid #F2F2F2;
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}
.col-pro-list-total4{
	width: 20%;
	border-bottom: 1px solid #F2F2F2;
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}
h4.title-list-detail-total-pro{
	font-size: 11px;
	color: #919EAD;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
h4.title-list-detail-total-pro2{
	font-size: 11px;
	color: #37414B;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
}
h4.title-list-detail-total-pro3{
	font-size: 11px;
	color: #4F4F4F;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
}
.custom-bg-report-trans .modal-dialog{
	max-width: 700px;
}

table.product-payment-detail td{
	width: 50%;
	padding-top: 7px;
	padding-bottom: 7px;
}
table.product-payment-detail{
	width: 100%;
}
h4.title-list-detail-pay{
	font-size: 10px;
	color: #828282;
	font-weight: 400;
}

.custom-width-payment-detail{
	width: 70%;
}
.cus-border-bot-tot-pay{
	border-bottom: 1px dashed #D6D2FF;
	color: #1E1948 !important;
	padding-bottom: 15px;
}
.cus-color-parmen-cas-i{
	color: #37414B;
}
.custom-width-payment-detail .box-content-detail-merc{
	padding-top: 10px;
}
.cus-colo-refund{
	color: #EB5757 !important;
}
.text-order-cancel{
	color: #EB5757 !important;
}
.img-void-pop{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	text-align: center;
}
.img-void-pop img{
	width: 300px;
	display: inline-block;
}
.custom-padding-d{
	padding-top: 0 !important;
}
.custom-padding-d table{
	margin-top: 0 !important;
}
h4.title-add-merchant-box-form{
	font-size: 14px;
	font-weight: 700;
	color: #37414B;
	margin-bottom: 20px;
}
.tab-box-form-add-merchant-item{
	display: none;
}
.tab-box-form-add-merchant-item-active{
	display: block !important;
	-webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeIn;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeIn;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeIn;
    -o-animation-duration: 0.5s;
    animation-name: fadeIn;
    animation-duration: 0.5s;
}
ul.tab-form-merchant-add{
	position: relative;
}
ul.tab-form-merchant-add li.active{
	color: #5541E6;
	border-left: 5px solid #5541E6;
}
ul.tab-form-merchant-add li{
	list-style: none;
	border-left: 5px solid #E6E7EE;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 15px;
	font-size: 15px;
	font-weight: 700;
	color: #A9A6C2;
}
.note-form-info img{
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.note-form-info{
	position: relative;
	font-size: 11px;
	font-weight: 500;
	color: #333333;
}
.page-slide-of-merchant-add span{
	color: #5541E6;
}
.page-slide-of-merchant-add{
	font-size: 15px;
	font-weight: 700;
	color: #A9A6C2;
	position: absolute;
	right: 25px;
	top: 17px;
}
.select-subs-plan{
	position: relative;
	padding-top: 20px;
}
.select-subs-plan .item-plan-select-info{
	width: 230px;
	display: inline-block;
	margin-right: 30px;
}
.tab-box-form-add-merchant-item .bt-submit-cancel-form-in{
	border-top: 1px solid #F2F2F2;
	padding-top: 20px;
	margin-top: 20px;
}

a.bt-back-prev-merch-add i{
	font-size: 12px;
	margin-right: 5px;
}
a.bt-back-prev-merch-add:hover{
	background: #7C6CF4;
	border: 1px solid #7C6CF4;
	color: #fff;
}
a.bt-back-prev-merch-add{
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #5541E6;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 7px;
	border: 1px solid #978AF9;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

h4.text-merchant-create{
	font-size: 11px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 30px;
}
.wrap-box-merchant-dt.custom-billing-mng{
	padding-top: 10px;
}
.change-status-bl:hover{
	background: #7C6CF4;
    border: 1px solid #7C6CF4;
    color: #fff;
}
.change-status-bl{
	font-size: 13px;
    font-weight: 500;
    color: #5541E6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 7px;
    border: 1px solid #ECEAFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.change-status-bl-cus:hover{
	background: #7C6CF4;
    border: 1px solid #7C6CF4;
    color: #fff;
}
.change-status-bl-cus{
	font-size: 13px;
    font-weight: 500;
    color: #5541E6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 7px;
    border: 1px solid #ECEAFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bt-nav-show-hide-billing-inf:hover{
	color: #5541E6;
}
.bt-nav-show-hide-billing-inf:before{
	content:"\f107";
	font-family:"Fontawesome",sans-serif;
	font-size: 15px;
	top: 7px;
	position: absolute;
	left: 0;
}
.bt-nav-show-hide-billing-inf-active:before{
	content:"\f106" !important;
	font-family:"Fontawesome",sans-serif;
	font-size: 15px;
}
.bt-nav-show-hide-billing-inf i{
	position: absolute;
	left: 0;
}
.bt-nav-show-hide-billing-inf{
	position: relative;
	color: #37414B;
	font-size: 15px;
	cursor: pointer;
	width: 20px;
	height: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.list-invoice-billing-info {
	text-align: left;
	padding-left: 70px;
}
.list-invoice-billing-info ul{}
.list-invoice-billing-info ul li span{
	font-weight: 700;
}
.list-invoice-billing-info ul li:last-child{
	margin-bottom: 0;
}
.list-invoice-billing-info ul li{
	font-size: 12px;
	font-weight: 400;
	color: #4F4F4F;
	margin-bottom: 10px;
}
.collapse-background-tab td{
	background: #ECEAFF;
	border-left: 2px solid #7C6CF4 !important;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: unset !important;
	-webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeIn;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeIn;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeIn;
    -o-animation-duration: 0.5s;
    animation-name: fadeIn;
    animation-duration: 0.5s;
}
.col-billing-small{
	width: 90px;
}
.col-billing-small2{
	width: 150px;
}
.cu-billing-text-ed h4.text-quo-list-tab{
	padding-top: 6px;
}
.border-active td:first-child{
	border-left: 2px solid #7C6CF4 !important;
}
h4.title-status-license-t1{
	font-size: 13px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 15px;
}
.status-license-info i{
	margin-right: 7px;
}
.status-license-info{
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-radius: 8px;
	border: 3px solid transparent;
	display: inline-block;
	margin-bottom: 15px;
}
.status-l-active{
	background: #27AE60;
	border-color: #6FCF97;
}
.status-l-expired{
	background: #EB5757;
	border-color: #ebabab;
}
.status-license-date-exp{
	font-size: 11px;
	font-weight: 700;
	color: #828282;
}

.status-license-date-exp i{
	margin-right: 4px;
}
.item-sub-plan-info-exp-date{
	position: relative;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
h4.title-sub-plan-text{
	font-size: 19px;
	font-weight: 700;
	color: #5541E6;
	margin-bottom: 10px;
}
h4.title-sub-plan-text2{
	font-size: 12px;
	font-weight: 700;
	color: #828282;
	margin-bottom: 10px;
}
.item-sub-info-add-ons-c h3.heading-title-merch-head{
	margin-bottom: 15px;
}
.item-sub-info-add-ons-c{
	position: relative;
}
.box-add-ons-info-c{
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #D6D2FF;
	border-radius: 10px;
	padding: 20px;
}
h3.title-add-ons-info{
	font-size: 18px;
	color: #1E1948;
	font-weight: 700;
	margin-bottom: 0;
}
.bt-edit-sub-plan-c:hover{
	background: #5541E6;
	color: #ECEAFF;
}
.bt-edit-sub-plan-c{
	position: absolute;
	right: 0px;
	top: 0px;
	background: #ECEAFF;
	color: #5541E6;
	border-radius: 7px;
	width: 33px;
    height: 29px;
    padding-top: 5px;
	font-size: 12px;
	text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bt-edit-sub-plan-c2:hover{
	background: #5541E6;
	color: #ECEAFF;
}
.bt-edit-sub-plan-c2{
	position: absolute;
	right: 15px;
	top: 15px;
	background: #ECEAFF;
	color: #5541E6;
	border-radius: 7px;
	width: 33px;
    height: 29px;
    padding-top: 5px;
	font-size: 12px;
	text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul.list-devices-info-add-on{
	padding-left: 20px;
	margin-top: 15px;
}
ul.list-devices-info-add-on li{
	font-size: 12px;
	color: #828282;
	margin-bottom: 5px;
}
.sub-plan-info-e{
	position: relative;
	margin-bottom: 20px;
}
.sub-plan-info-e .title-sub-plan-text{
	display: inline-block;
}
.sub-plan-info-e .title-sub-plan-text2{
	display: inline-block;
	color: #4F4F4F;
}
h4.title-exs-plan{
	font-size: 12px;
	color: #A9A6C2;
	font-weight: 700;
	margin-bottom: 10px;
}
.item-plan-sub-box{
	position: relative;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.box-detail-merch-head.box-detail-merch-head-cus-pop{
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-detail-merch-head-cus-pop{
	padding-top: 10px;
	padding-bottom: 10px;
}
.title-change-plan-pop-i{
	position: relative;
	margin-bottom: 4px;
}
.title-change-plan-pop-i h3{
	font-size: 17px;
	font-weight: 700;
	color: #5541E6;
	margin-bottom: 0;
	display: inline-block;	
}
.title-change-plan-pop-i h4{
	font-size: 12px;
	font-weight: 700;
	color: #4F4F4F;
	margin-bottom: 0;
	display: inline-block;	
}
h5.title-info-change-plan-pack{
	font-size: 11px;
	font-weight: 400;
	color: #37414B;
	margin-bottom: 3px;
}
.box-detail-merch-head-cus-pop .item-plan-select-info{
	margin-bottom: 0;
}
.box-detail-merch-head-cus-pop .input-checkbox-cur label{
	padding-left: 10px;
}
.custom-sub-plan-edit-pop .modal-dialog{
	max-width: 650px;
}
.custom-sub-plan-edit-pop .content-popup-form-info-plan{
	padding-bottom: 0;
	padding-top: 20px;
}
.status-license-date-exp.custom-color-exp{
	color: #EB5757;
}
ul.add-device-form-pop{}
ul.add-device-form-pop li:before{
	content:"";
	position: absolute;
	left: 0;
	top: 30px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #333333;
}
ul.add-device-form-pop li:first-child .bt-delete-row-dev{
	display: none;
}
ul.add-device-form-pop li{
	position: relative;
	padding-left: 20px;
	list-style: none;
	padding-right: 50px;
}
.bt-delete-row-dev:hover{
	background: #EB5757;
	color: #fff;
}
.bt-delete-row-dev{
	position: absolute;
	right: 0;
	top: 11px;
	font-size: 10px;
	width: 31px;
	text-align: center;
	border-radius: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #ECEAFF;
	color: #333333;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

a.bt-add-more-device-row i{
	font-size: 12px;
	margin-right: 5px;
}
a.bt-add-more-device-row:hover{
	background: #7C6CF4;
	border: 1px solid #7C6CF4;
	color: #fff;
}
a.bt-add-more-device-row{
	position: relative;
	font-size: 13px;
	font-weight: 500;
	color: #5541E6;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 7px;
	border: 1px solid #978AF9;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}


.bt-add-ons-button:hover{
	background: #411c7c;
	color: #fff;
}
.bt-add-ons-button{
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	background:#5541E6;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	border-radius: 7px;
	margin-top: 20px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
h4.title-add-ons-ad{
	font-size: 13px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 20px;
}

.content-popup-form-add{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
ul.bt-tab-choose-add-ons{
	margin-bottom: 20px;
}
ul.bt-tab-choose-add-ons li:first-child{
	padding-right: 15px;
}
ul.bt-tab-choose-add-ons li:last-child{
	padding-left: 15px;
}
ul.bt-tab-choose-add-ons li.active .cta-choose-add-o{
	color: #5541E6;
}
ul.bt-tab-choose-add-ons li.active .cta-choose-add-o i{
	color: #5541E6;
}
ul.bt-tab-choose-add-ons li{
	list-style: none;
	font-size: 14px;
	
	display: inline-block;
	width: 49%;
	cursor: pointer;
}
.cta-choose-add-o i{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 17px;
	color: #E6E7EE;
}
.cta-choose-add-o{
	position: relative;
	color: #A9A6C2;
	font-weight: 700;
	border: 2px solid #E6E7EE;
	border-radius: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.item-tab-choose-add-on-content-active{
	display: block !important;
}
.item-tab-choose-add-on-content{
	display: none;
	border: 1px solid #D6D2FF;
	border-radius: 7px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	margin-bottom: 10px;
}
.form-input-add-ons-c{
	position: relative;
}
.logo-choose-add-ons{
	height: 20px;
	margin-bottom: 10px;
}
.logo-choose-add-ons img{
	height: 100%;
}
.item-tab-choose-add-on-content-cus-device{
	padding-bottom: 20px;
}
.custom-image-product .dropzone-wrapper{
	width: 40%;
	display: inline-block;
}
.custom-image-product .preview-zone{
	width: 40%;
	display: inline-block;
}
.img-logo-merch{
	width: 150px;
	height: 150px;
	margin: auto;
	margin-bottom: 20px;
}
.img-logo-merch img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 9px;
}
.cta-logo-bt-up{
	position: relative;
}


a.bt-edit-up-merhc:hover{
	background: #7C6CF4;
	border: 1px solid #7C6CF4;
	color: #fff;
}
a.bt-edit-up-merhc{
	position: relative;
	font-size: 13px;
	font-weight: 500;
	color: #5541E6;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 7px;
	border: 1px solid #978AF9;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
a.bt-edit-up-merhc i{
	font-size: 12px;
	margin-right: 5px;
}
.custom-up-logo-edit-merh{
	padding-bottom: 20px;
}
.input-avatar-upload-hide {
    display: none;
}
.edit-section-icon i{
	display: block;
	font-size: 18px;
}
.edit-section-icon{
	opacity: 0;
	position: absolute;
	opacity: 0;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: #eee;
	border-radius: 11px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 700;
	background: #1A163BB2;
	padding-top: 33%;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;

}
.box-merchant-dt-detail-img:hover .edit-section-icon{
	opacity: 1;
}
.progress-bar-in{
	position: relative;
	width: 70%;
	margin-left: 80px;
}
.progress-bar-up{
	border-radius: 10px;
	background: #FFC189B2;
	position: relative;
	overflow: hidden;
}
.progress-bar-up-in{
	height: 4px;
	background: #F2994A;
	border-radius: 10px;
	-webkit-animation-name: slideInLeft;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: slideInLeft;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: slideInLeft;
    -ms-animation-duration: 0.5s;
    -o-animation-name: slideInLeft;
    -o-animation-duration: 0.5s;
    animation-name: slideInLeft;
    animation-duration: 0.5s;
}
.size-file{
	font-size: 9px;
	color: #333333;
	position: relative;
    text-align: left;
	display: block;
}
.percent-bar-progress{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 9px;
	color: #333333;

}
.box-img-show-product-ch img{
	width: 100%;
    border-radius: 10px;
}
.box-img-show-product-ch{
	position: relative;
	border: 2px dashed #E0E0E0;
    border-radius: 10px;
	padding: 20px;
}
.bt-close-img-product{
	color: #C5C9C6;
    border: 1px solid #DBDCDF;
    border-radius: 50%;
    background: transparent;
    width: 25px;
    height: 25px;
    line-height: 0;
	cursor: pointer;
    text-align: center;
	position: absolute;
	top: 30px;
	right: 30px;
	background: #fff;
	color: #000;
    padding-top: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
h4.title-timezone-text{
	color: #333333;
	font-size: 12px;
	font-weight: 500;
	line-height: 21px;
}
h4.text-time-t{
	color: #333333;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 5px;
}
h4.text-time-t2{
	color: #333333;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
}
.bt-close-modal-cus-cancel.cus-tz{
	border: 1px solid #5541E6;
	color: #5541E6;
	background: transparent;
	padding-top: 7px;
    padding-bottom: 7px;
}
.list-first-sub-date{
	position: relative;
	border-left: 1px solid #000000;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	width: 60%;
}
.list-first-sub-date .item-content-detail-form-edit{
	margin-bottom: 0;
}
.icon-check-im-active{
	display: inline-block !important;
}
.icon-check-im{
	width: 25px;
	display: none;
	margin-left: 10px;
}
.icon-check-im img{
	width: 100%;
}
.click-dedtail-pop-style{
	cursor: pointer;
}


.icon-flag{
	display: inline-block;
	background: #7C6CF4;
	width: 12px;
	height: 12px;
	border-radius: 50%;	
	margin-right: 5px;
}
h3.title-item-col-cur{
	font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.title-item-col-dash-ov2-cus{
	position: relative;
	margin-bottom: 15px;

}
.wrap-item-cur-d{
	position: relative;
	min-height: 135px;
	padding-top: 10px;
}
.custom-cur-f-i .input-select-edit-de{
	display: inline-block;
	width: 200px;
}
.custom-cur-f-i h4.text-form-input-edt{
	display: inline-block;
	margin-right: 30px;
	font-size: 15px;
    font-weight: 700;
}
.select-pack-curr.select-pack-curr-cus-in{
	margin-bottom: 0;
}
.select-pack-curr{
	margin-bottom: 20px;
	position: relative;
	width: 200px;
}
.select-pack-curr .select{
	width: 100%;
    border: 1px solid #CED2DC;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
    color: #333333;
    outline: none;
}

.select-pack-curr .select2-container--default .select2-selection--single{
    border: 1px solid #CED2DC;
    border-radius: 5px;
}
.select-pack-curr .select2-container .select2-selection--single{
	height: 100%;
}
.select-pack-curr .select2-container .select2-selection--single .select2-selection__rendered{
	
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.select-pack-curr .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
}
/* custom select with button add */
.custom-select-bt-add ul {
	/* height: 30px; */
	width: 100%;
	border: 1px solid #CED2DC;
    border-radius: 5px;
}
.custom-select-bt-add ul li {
	font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
	z-index: 2;
	color: #333333;
}
.custom-select-bt-add ul li:not(.init) {
	float: none;
	width: 100%;
	display: none;
	background: transparent;
}
.custom-select-bt-add ul li:not(.init):hover,
.custom-select-bt-add ul li.selected:not(.init) {
	background: #ddd;
}
.custom-select-bt-add ul li.init {
	cursor: pointer;
}

.custom-select-bt-add{
	position: relative;
	display: block;
	padding-right: 140px;
}
.custom-add-cat-select a{
	color: #5541E6;
	font-size: 14px;
}
.bt-add-cat-new:hover{
	background: #411c7c;
	color: #fff;
}
.bt-add-cat-new{
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #5541E6;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 7px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.custom-add-cat-select{
	display: none;
	border-top: 1px solid #CED2DC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.icon-arrow-sel:before{
	content:"\f107";
	font-family:"Fontawesome",sans-serif;
	font-size: 12px;
	vertical-align: middle;
}
.icon-arrow-sel-active:before{
	content:"\f106" !important;
}
.icon-arrow-sel{
	position: absolute;
	right: -4px;
	top: 4px;
	width: 20px;
}
h3.title-head-pass{
	font-size: 13px;
	font-weight: 700;
	color: #252525;
	margin-bottom: 20px;
}
.collapse-background-tab{}
.wrap-tab-search-result{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
h2.title-head-search-result span{
	color: #333030;
}
h2.title-head-search-result{
	color: #9E9E9E;
	font-weight: 700;
	font-size: 25px;
	font-family: "Poppins", serif;
	margin-bottom: 30px;
}
.search-result-tab-bt{
	position: relative;
	border-bottom: 1px solid #DBDCDF;
	padding-bottom: 15px;
}
ul.tab-search-result-in{
	position: relative;
}
ul.tab-search-result-in li.m-active{
	color: #252525;
}
ul.tab-search-result-in li{
	list-style: none;
	display: inline-block;
	font-weight: 500;
	color: #9E9E9E;
	padding-right: 20px;
	font-size: 14px;
	cursor: pointer;
	font-family: "Poppins", serif;
}
.search-result-tab-content{
	position: relative;
}
.item-tab-search-result-active{
	display: block !important;
	-webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeIn;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeIn;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeIn;
    -o-animation-duration: 0.5s;
    animation-name: fadeIn;
    animation-duration: 0.5s;
}
.item-tab-search-result{
	position: relative;
	display: none;
	margin-top: 20px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.item-list-search-text{
	position: relative;
	margin-bottom: 20px;
}
h3.title-search-result-text1{
	font-weight: 500;
	color: #252525;
	font-size: 15px;
	margin-bottom: 4px;
}
h3.title-search-result-text2{
	font-weight: 500;
	color: #9E9E9E;
	font-size: 14px;
}
h3.head-title-setting-bar-left{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
}
.item-form-set:last-child{
	border-bottom: 0;
}
.item-form-set{
	position: relative;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.head-title-input-tax-check{
	position: relative;
	margin-bottom: 15px;
}
h3.title-tax-top-head-check{
	color: #1E1948;
	font-weight: bold;
	font-size: 16px;
}
.bt-cus-switch-tax{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.in-detail-form-tax{
	position: relative;
}
/* .bt-cus-switch-tax input:checked ~ .custom-service-charge input{
	pointer-events: fill !important;
	background: initial !important;
} */
.custom-service-charge input{
	pointer-events:none;
	background: #F8F9FA;

}
.custom-service-charge-active input{
	background: initial !important;
	pointer-events: fill !important;
}
.box-info-block-square{
	position: relative;
	border: 2px solid #f2994a82;
	border-radius: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 40px;
	margin-top: 30px;
}
h4.title-info-note-tax{
	margin: 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
}
.icon-i{
	position: absolute;
	left: 10px;
	top: 35%;
	width: 20px;
	height: 20px;
	background: #2F80ED;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	text-align: center;
}
.head-bt-search-add-table{
	position: relative;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
a.bt-add-table-generate:hover{
	background: #411c7c;
}
a.bt-add-table-generate{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #5541E6;
	font-size: 13px;
	font-weight: 500;
	color: #ffff;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.content-generated-table{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.c-no-active-qr-code{
	margin: auto;
}
.img-no-active-qr-code{
	position: relative;
	width: 150px;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
.img-no-active-qr-code img{
	width: 100%;
}
h4.title-no-qr-code{
	font-size: 13px;
	font-weight: 400;
	color: #A9A6C2;
	text-align: center;
}
.sec-search-generate-table{
	position: relative;
	display: inline-block;
	border: 1px solid #B8AFFD;
	border-radius: 10px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	overflow: hidden;
}
a.bt-icon-searhc-generate-tab{
	display: inline-block;
	color: #5541E6;
	font-size: 15px;
}
.input-search-qr-table-active{
	display: inline-block !important;
	-webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeInLeft;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeInLeft;
    -o-animation-duration: 0.5s;
    animation-name: fadeInLeft;
    animation-duration: 0.5s;
}
.input-search-qr-table{
	display: none;
	width: 200px;
	border: none;
	font-size: 13px;
	background: transparent;
	padding-left: 0px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

ul.list-table-qr-code{
	position: relative;
}
ul.list-table-qr-code > li:nth-of-type(2n+2){
	padding-left: 20px;
}
ul.list-table-qr-code > li{
	list-style-type: none;
	float: left;
	width: 50%;
	padding-right: 20px;
	margin-bottom: 20px;
}
.item-list-table-qr-code-c{
	position: relative;
	border-bottom: 1px solid #ECEAFF;
	padding-bottom: 15px;
	padding-top: 15px;
}
.icon-button-action-table-qr{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.item-list-table-qr-code-c .cta-bar-menu-list-quotation-item{
	top: 49px;
}
.title-qr-code-2{
	font-size: 14px;
	font-weight: 700;
	color: #1E1948;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	margin-right: 10px;
	border-right: 1px solid #E6E7EE;
}
.title-qr-code-3{
	font-size: 12px;
	font-weight: 500;
	color: #37414B;
	display: inline-block;
	vertical-align: middle;
}
.qr-code-and-download{
	position: absolute;
	right: 10px;
	top: 5px;
}
.icon-qr-code-table{
	display: inline-block;
	width: 42px;
}
.icon-qr-code-table img{
	width: 100%;
}
.bt-download-qr-code-qr{
	display: inline-block;
	width: 25px;
	margin-left: 20px;
}
.bt-download-qr-code-qr img{
	width: 100%;
}
.uom-block-info h4{
	width: 300px;
}
.uom-block-info{
	position: relative;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
a.bt-edit-merch-info-uom {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    font-weight: 400;
	background: #5541E6;
    color: #fff;
    display: inline-block;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 6px;
    padding-bottom: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.bt-edit-merch-info-uom:hover {
    background: #411c7c;
    color: #fff;
}
a.bt-edit-merch-info-uom-add {
    position: relative;
	display: inline-block;
    top: 0px;
    right: 0px;
    font-size: 12px;
    font-weight: 400;
	border: 1px solid #5541E6;
    color: #5541E6;
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 7px;
	margin-left: 7px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a.bt-edit-merch-info-uom-add:hover {
    background: #5541E6;
    color: #fff;
}
.head-bt-add-unit-uom{
	position: relative;
	margin-bottom: 20px;
}
.head-bt-add-unit-uom h4{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	display: inline-block;
}
.disable-link{
	background: #ECEAFF !important;
	color: #B8AFFD !important;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.disable-link-add{
	border: 1px solid #A9A6C2 !important;
	color: #A9A6C2 !important;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.list-uom-checklist{
	position: relative;
}
ul.item-list-uom-checklist{}
ul.item-list-uom-checklist li:last-child{
	border-bottom: 0;
}
ul.item-list-uom-checklist li{
	position: relative;
	list-style: none;
	border-bottom: 1px solid #ECEAFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
h3.title-list-uom-ck{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.checklist-uom-edit{
	position: absolute;
	right: 20px;
	top: 10px;
}
.new-item-uom{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 7px;
	background: #EC9422;
}
.disable-check-uom .containerc{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.disable-check-uom .containerc input{
	display: none;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.disable-check-uom .containerc input:checked ~ .checkmarkc {
    background-color: #A9A6C2;
}
.disable-check-uom .checkmarkc{
	
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
ul.list-table-promo-d{
	position: relative;
}
ul.list-table-promo-d > li{
	list-style-type: none;
	width: 100%;
	padding-right: 20px;
	margin-bottom: 20px;
}
.promo-item-sectino-img-desc{
	position: relative;
	display: inline-block;
}
.i-promo-img-content{
	position: relative;
	width: 100px;
	height: 75px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
}
.i-promo-img-content img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.i-promo-desc-text{
	font-size: 13px;
	font-weight: bold;
	color: #1E1948;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.item-list-table-promo.item-list-table-qr-code-c .cta-bar-menu-list-quotation-item{
	top: 70px;
}
.wrap-promo-section-block{
	position: relative;
	margin-bottom: 30px;
}
h3.head-title-promo-block{
	font-size: 16px;
	font-weight: bold;
	color: #1E1948;
	margin-bottom: 20px;
}
.block-promo-inactive .i-promo-img-content{
	opacity: 0.3;
}
.block-promo-inactive .i-promo-desc-text{
	color: #A9A6C2;
}

textarea.form-text-sec-c{
	width: 100%;
    border: 1px solid #CED2DC;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
	color: #333333;
	outline: none;
	resize: none;
	height: 152px;
}

.block-active-inactive-select-pop{
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top: 1px solid #F2F2F2;
	margin-top: 15px;
	padding-top: 15px;
}
.block-active-inactive-select{
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
h4.block-text-active-in{
	font-size: 13px;
	font-weight: 400;
	color: #090A0D;
	margin-bottom: 4px;
	display: inline-block;
	vertical-align: middle;
}
.block-change-button-active-in{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.block-meta-promo-bot{
	position: relative;
}
h3.title-block-meta-promo-bot span{
	font-weight: 600;
	margin-left: 10px;
}
h3.title-block-meta-promo-bot:nth-of-type(1){
	border-right: 1px solid #A9A6C2;
	padding-right: 20px;
	margin-right: 15px;

}
h3.title-block-meta-promo-bot{
	color: #A9A6C2;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}
h3.color-cus-purple{
	color: #7C6CF4 !important;
}
.info-tooltip-head{
	display: inline-block;
	margin-left: 10px;
	position: relative;
    width: 15px;
    height: 15px;
    background: #2F80ED;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
	vertical-align: middle;
}
.custom-receipt-setting .box-img-show-product-ch{
	border: none;
	padding: 0;
}
.custom-receipt-setting .bt-close-img-product{
	top: 9px;
    right: 12px;
}
.custom-receipt-setting .dropzone-desc-img-left{
	margin-bottom: 0;
	width: 39px;
    height: 39px;
}
.custom-receipt-setting .dropzone-desc{
	padding-top: 13px;
    padding-bottom: 11px;
}
.custom-receipt-setting{
	width: 160px;
}
.preview-block-receipt{
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	padding-left: 100px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #392CA0;
	border-radius: 10px;
	z-index: 1;
}
.cus-receipt-block-left{
	z-index: 2;
}
h3.preview-block-receipt-text{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
h4.preview-block-receipt-text2{
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}
.block-box-rececipt-preview{
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 300px;
	text-align: center;
}
.img-logo-receipt{
	width: 70px;
	margin-bottom: 20px;
	margin: auto;
}
.img-logo-receipt img{
	width: 100%;
	filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
}
.header-text-store-name{
	font-size: 24px;
	font-weight: bold;
	color: #090A0D;
	margin-bottom: 10px;
}
.header-text-address{
	color: #090A0D;
	font-size: 12px;
	font-weight: 400;
}
.header-text-phone{
	color: #090A0D;
	font-size: 12px;
	font-weight: 400;
}
.header-text-footer{
	color: #090A0D;
	font-size: 12px;
	font-weight: 400;
}
.header-text-footer-print{
	color: #BDBDBD;
	font-size: 12px;
	font-weight: 400;
}
.header-text-desc{
	color: #090A0D;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
}
.img-order-img-info{
	width: 100%;
	margin-bottom: 20px;
}
.img-order-img-info img{
	width: 100%;
}
.disable-edit-rececipt-seting input{
    pointer-events: none;
}
.disable-edit-rececipt-seting input.form-input-sec-c{
    pointer-events: none;
	background: #F8F9FA;
}
.disable-edit-rececipt-seting textarea{
    pointer-events: none;
	background: #F8F9FA;
}
.dicount-info-text{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
h4.text-discount-info1{
	font-size: 14px;
	color: #1E1948;
	font-weight: bold;
	margin-bottom: 5px;
}
h4.text-discount-info2{
	font-size: 13px;
	color: #727D8F;
	font-weight: 400;
	margin-bottom: 5px;
}
h4.text-discount-info3{
	font-size: 11px;
	color: #37414B;
	font-weight: 400;
}
.cus-color-no-tc{
	color: #EB5757 !important;
}
.select-store-s{
	border: none;
	font-size: 15px;
	color: #090A0D;
	font-weight: 700;
	outline: none;
	cursor: pointer;
	width: 150px;
	text-transform: uppercase;
}
.custom-absolute-edit-r{
	position: absolute;
	right: 0;
	top: -5px;
}
.sel-option-store-out{
	position: relative;
	margin-bottom: 20px;
}

.wrap-block-merchant-store{
	position: relative;
	/* padding-left: 13px; */
	padding-right: 13px;
	/* padding-top: 13px;
	padding-bottom: 13px; */
	background: #F1F1F6;
	border-radius: 8px;
	margin-bottom: 20px;
	box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
    -moz-box-shadow: 1px 2px 2px 0px rgba(168, 156, 194, 0.36);
	background: #fff;
}
.item-button-mer-store{
	display: inline-block;
	padding-right: 10px;
	margin-right: 20px;
	background: #4533CC;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 8px;
}
.item-button-mer-store ul{}
.item-button-mer-store ul li.active a{
	background: #fff;
	color: #4533CC;
	border-color: #4533CC;
}
.item-button-mer-store ul li a{
	color: #FAFAFF;
	border: 1px solid #B8AFFD;
	display: block;
	border-radius: 8px;
	width: 200px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
.item-button-mer-store ul li{
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	margin-right: 10px;
}
.item-buttom-store-filter{
	display: inline-block;
}
.item-buttom-store-filter span{
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	color: #E6E7EE;
	font-size: 15px;
	font-weight: 500;
}
.store-filter-report-s{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	background: #E0E0E0;
	color: #b1b1b1;
	width: 150px;
	border-radius: 8px;
	border: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: 500;
	pointer-events: none;
	outline: none;
}
.item-buttom-store-filter-active .store-filter-report-s{
	pointer-events: auto;
	background: #fff;
	cursor: pointer;
	color: #4F4F4F;
	border: 1px solid #D6D2FF;
}
.filter-store-text{
	position: relative;
	width: 100%;
	border: 1px solid #ECEAFF;
	font-size: 16px;
	font-weight: 700;
	color: #37414B;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 8px;
	margin-bottom: 10px;
}
.bt-apply-filter:hover{
	background: #3f2dbf !important;
}
.item-buttom-store-filter-active .bt-apply-filter{
	background: #5541E6;
	pointer-events: auto;
}
.bt-apply-filter{
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	width: 70px;
	text-align: center;
	background: #B8AFFD;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	outline: none;
	border: none;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 8px;
	pointer-events: none;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}