/* 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: #edeffb;
	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;
}
/* ============================================================================== */

.main-logo{
	position: fixed;
	left: 30px;
	top: 30px;
	width: 140px;
	z-index: 3;
}
.main-logo img{
	width: 100%;
}
.img-login-side img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
}
.img-login-side{
	position: fixed;
	width: 40%;
	top: 30px;
	bottom: 30px;
	right: 30px;
}
.wrap-login-form{
	position: relative;
	height: 100vh;
	width: 55%;
}
.wrap-login-form-inn{
	display: table-cell;
	vertical-align: middle;
}
.wrap-login-form-in{
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}
.wrap-block-box-log{
	position: relative;
	width: 400px;
	margin: auto;
}
.heading-title-c{
	margin-bottom: 40px;
	text-align: center;
}
h2.title-login-f{
	color: #2C262D;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 5px;
}
h4.title-login-f2{
	color: #938CA2;
	font-size: 14px;
	font-weight: 700;
}
.f-input-log{
	position: relative;
	margin-bottom: 20px;
}
h4.title-f-log-info{
	font-weight: 500;
	color: #333333;
	font-size: 13px;
	margin-bottom: 10px;
}
.input-form-log-c{
	position: relative;
}
.style-f-input-log{
	width: 100%;
	background: #fff;
	border: none;
	color: #333333;
	font-size: 13px;
	font-weight: 700;
	border-radius: 6px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-right: 15px;
	outline: none;
}

.bt-show-password-c{
	position: absolute;
	top: 8px;
	right: 12px;
	cursor: pointer;
}
.show-password{
	font-size: 17px;
	color: #5F6B7A;
}
.hide-password{
	font-size: 17px;
	color: #1067F2;
	display: none;
}

.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 #938CA2;
	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;
}

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

.captcha-login-f{
	position: relative;
	width: 220px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.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: 6px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	padding-top: 8px;
	padding-bottom: 8px;
	outline: none;
	border: none;
	font-size: 14px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
h5.title-f-login-input-box{
	font-size: 14px;
	color: #2C262D;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
}
#messagepassword {
    font-size: 11px;
    font-weight: 500;
    color: red;
}

.note-forgot-password-box a:hover{
	text-decoration: underline;
	color: #4938c7;
}
.note-forgot-password-box a{
	color: #5541E6;
	text-decoration: underline;
}
.note-forgot-password-box{
	font-size: 13px;
    font-weight: 500;
    color: #919EAD;
	margin-top: 20px;
	text-align: center;
}
.main-logo-dash{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 110px;
	z-index: 4;
}
.main-logo-dash img{
	width: 100%;
}
.main-menu-top-dash{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #edeffb;
	padding-bottom: 15px;
	padding-top: 15px;
	z-index: 9;
	/* border-bottom: 1px solid #ddd; */
}
.wrap-main-menu-active{
	display: block !important;
	-webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeInDown;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeInDown;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeInDown;
    -o-animation-duration: 0.5s;
    animation-name: fadeInDown;
    animation-duration: 0.5s;
}
.wrap-main-menu{
	position: relative;
	margin: auto;
	text-align: center;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
ul.main-menu-top{}
ul.main-menu-top > li{
	list-style: none;
	display: inline-block;
	position: relative;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-right: 15px;
}
ul.main-menu-top > li > a{
	list-style: none;
	display: inline-block;
	color: #938CA2;
	border: 1px solid transparent;
	border-radius: 25px;
	padding-top: 5px;
	padding-bottom: 6px;
	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;
}
ul.main-menu-top > li.active > a{
	border-color: #D3D4FB;
	padding-left: 20px;
	padding-right: 20px;
	color: #3551CD;
}
ul.main-menu-top > li.active .icon-menu-left,ul.main-menu-top > li.active .icon-menu-right{
	color: #3551CD;
	/* visibility: visible; */
}
ul.main-menu-top > li:hover > a{
	border-color: #D3D4FB;
	padding-left: 20px;
	padding-right: 20px;
	color: #3551CD;
}
ul.main-menu-top > li:hover a .icon-menu-left{
	visibility: visible;
}
ul.main-menu-top > li:hover a .icon-menu-right{
	/* visibility: visible; */
}

ul.main-menu-top li.menu-item-has-children:hover ul{
	visibility: visible;
	-webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-duration: 0.4s;
    -ms-animation-name: fadeInUp;
    -ms-animation-duration: 0.4s;
    -o-animation-name: fadeInUp;
    -o-animation-duration: 0.4s;
    animation-name: fadeInUp;
    animation-duration: 0.4s;
}
/* sub menu */
ul.main-menu-top ul {
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
    background: #fff;
    visibility: hidden;
	box-shadow: 1px 2px 5px 0px rgba(168, 156, 194, 0.36);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(168, 156, 194, 0.36);
    -moz-box-shadow: 1px 2px 5px 0px rgba(168, 156, 194, 0.36);
}
ul.main-menu-top ul li a{
	color: #938CA2;
}
ul.main-menu-top ul li a:hover{
	color: #3551CD;
}
ul.main-menu-top ul li {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
	font-weight: 500;
    text-transform: capitalize;
    text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}


.icon-menu-left{
	font-size: 16px;
	visibility: hidden;
	display: inline-block;
	padding-right: 3px;
}
.icon-menu-right{
	font-size: 16px;
	/* visibility: hidden; */
	display: inline-block;
	padding-left: 6px;
}
.sec-icon-cta-account {
    position: absolute;
    right: 20px;
    top: 15px;
	z-index: 4;
}


ul.list-cta-acc{}
ul.list-cta-acc li{
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	margin-left: 10px;
	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;
}
.i-cta-bt-gear-notif:hover{
	color: #000;
}
.i-cta-bt-gear-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;
}


.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-logout-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-logout-top{
	display: none;
	position: absolute;
	right: -7px;
	top: 43px;
	width: 250px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	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;
}
.bt-logout:hover{
	color: #5372EA;
}
.bt-logout{
	color: #938CA2;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.wrap-all-contents{
	position: relative;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.sec-heading-menu-das-top{
	position: relative;
	margin-bottom: 30px;
}
.sec-heading-menu-das-top-inv{
	position: relative;
	margin-bottom: 20px;
}
.heading-title-das-top{
	position: relative;
}
h2.title-h-dash-top{
	color: #191319;
	font-size: 33px;
	font-weight: 700;
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}
.bt-default-ranges{
    font-size: 14px;
	color: #4F4F4F;
	font-weight: 500;
}
.bt-click-date-fil{
	cursor: pointer;
}
.filter-select-button{
	display: inline-block;
	vertical-align: middle;
	background: #F6F8FE;
	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;
}
.wrap-quick-action{
	position: absolute;
	top: 0;
	right: 0;
}
.bt-quick-action:hover{
	background: #4058b8;
	color: #fff;
}
.bt-quick-action{
	color: #fff;
	background: #5372EA;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 8px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

.box-quick-action-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-quick-action{
	display: none;
	position: absolute;
	right: -7px;
	top: 43px;
	width: 240px;
	/* padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px; */
	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;
}
.box-quick-action ul{}
.box-quick-action ul li{
	list-style-type: none;
	display: block;
}
.box-quick-action li a:hover .icon-quick-action{
	background: #3551CD;
}
.box-quick-action li a:hover{
	background: #B0EB26;
}
.box-quick-action li a:hover .qa-icon-active{
	opacity: 1;
}
.box-quick-action li a{
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
h3.title-quick-action-t{
	color: #191319;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.icon-quick-action img{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 4px;
	top: 4px;
}
.icon-quick-action{
	margin-right: 10px;
	text-align: center;
	width: 30px;
	height: 30px;
	padding-top: 4px;
	background: #F6F8FE;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.qa-icon-active{
	opacity: 0;
	z-index: 2;
}
.wrap-block-content-col{
	position: relative;
}
.block-content-col-dash1{
	position: relative;
}
.box-content-dash-block1{
	position: relative;
	background: #fff;
	border-radius: 15px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 100px;
	margin-bottom: 20px;
}
.icon-box-item-overview{
	position: relative;
	width: 42px;
	float: left;
	padding-top: 8px;
}
.icon-box-item-overview img{
	width: 100%;
}
.icon-box-item-right{
	margin-left: 42px;
	padding-left: 20px;
}
h3.title-item-col-dash-ov{
	font-size: 15px;
	font-weight: 500;
	color: #676067;
	margin-bottom: 2px;
}
h3.title-item-col-dash-ov2{
	font-size: 33px;
	font-weight: 700;
	color: #333333;
	margin-bottom:0px;
}
.style-padding-margin1 .col-lg-4{
	padding-left: 10px;
	padding-right: 10px;
}
.style-padding-margin1 .col-lg-6{
	padding-left: 10px;
	padding-right: 10px;
}
.style-padding-margin1 .row{
	margin-left: -10px;
	margin-right: -10px;
}
.box-content-dash-block2{
	position: relative;
	background: #fff;
	border-radius: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}
.head-title-c-dash-block{
	position: relative;
	margin-bottom: 20px;
}
h3.title-head-dash-block2{
	color: #191319;
	font-weight: 700;
	font-size: 26px;
}
.box-product-list-dash{
	position: relative;
	height: 500px;
	overflow-y: auto;
}

.box-product-list-dash::-webkit-scrollbar {
	width: 7px;
} 
/* Track */
.box-product-list-dash::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.box-product-list-dash::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
/* Handle on hover */
.box-product-list-dash::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}
.item-product-list-dash{
	position: relative;
	border-bottom: 1px solid #E5E9FA;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.img-product-list-dash img{
	width: 100%;
}
.img-product-list-dash{
	position: relative;
	width: 85px;
	height: 85px;
	float: left;
}
.desc-product-list-dash{
	margin-left: 100px;
	padding-top: 5px;
}
h3.title-desc-pro-l1 a:hover{
	color: #5372EA;
}
h3.title-desc-pro-l1 a{
	color: #1E1948;
}
h3.title-desc-pro-l1{
	color: #1E1948;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
h4.title-desc-pro-l2{
	color: #938CA2;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 7px;
}
ul.pro-list-meta-dash2{}
ul.pro-list-meta-dash2 li:last-child:after{
	display: none;
}
ul.pro-list-meta-dash2 li:after{
	content:"";
	position: relative;
	display: inline-block;
	right: 0;
	top: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	vertical-align: middle;
	background: #B4ADB5;
	margin-left: 7px;
	margin-right: 7px;
}
ul.pro-list-meta-dash2 li{
	list-style: none;
	display: inline-block;
	position: relative;
}
.color-meta-green{
	color: #27AE60 !important;
}
.color-meta-orange{
	color: #FF8000 !important;
}
.color-meta-red{
	color: #FF2845 !important;
}
h4.title-meta-list-pro2 img{
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
	top: -2px;
}
h4.title-meta-list-pro2{
	color: #938CA2;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}
.info-thum.cus-red-thumb{
	background: #FF2845;
}
.info-thum{
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	background: #FF8000;
	color: #fff;
	font-size: 9px;
	width: 13px;
	height: 13px;
	padding-top: 1px;
	text-align: center;
	border-radius: 1px;
	margin-left: 10px;
}
.ava-info-user{
	position: relative;
	border-bottom: 1px solid #E5E9FA;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.ava-info-user-block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.ava-info-user-block{
	float: left;
	width: 30px;
    height: 30px;
    border-radius: 50%;
}
.desc-info-user-block{
	margin-left: 40px;
}
h4.title-desc-info-user-block1{
	color: #191319;
	font-size: 13px;
	margin-bottom: 0px;
}
h4.title-desc-info-user-block2{
	color: #938CA2;
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 0px;
}
ul.link-meta-user-det{}
ul.link-meta-user-det li a:hover{
	background: #E5E9FA;
}
ul.link-meta-user-det li a{
	color: #191319;
	font-size: 12px;
	font-weight: 700;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 6px;
	padding-left: 10px;

}
ul.link-meta-user-det li{
	list-style-type: none;
	display: block;
	margin-left: 0 !important;
}
.bt-menu-mobile{
	position: relative;
	display: inline-block;
	font-size: 20px;
	display: none;
	z-index: 1;
	cursor: pointer;
	margin-left: 20px;
}
.breadcumb-title{
	position: relative;
}
.breadcumb-title ul li:last-child:after{
	display: none;
}
.breadcumb-title ul li:after{
	position: relative;
	content:"/";
	margin-left: 13px;
	margin-right: 7px;
	display: inline-block;
	vertical-align: bottom;
}
.breadcumb-title ul{}
.breadcumb-title ul li a{
	color: #191319;
}
.breadcumb-title ul li{
	list-style: none;
	color: #938CA2;
	display: inline-block;
	position: relative;
}
h3.title-breadcumb1{
	font-size: 34px;
	font-weight: 700;
	display: inline-block;
}
h4.title-breadcumb2{
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
}
.bt-export-cta:hover{
	color: #191319;
	background: #d2dbfc;
	border: 1px solid #7284EF;
}
.bt-export-cta{
	border: 1px solid #D3D4FB;
	background: #F6F8FE;
	border-radius: 8px;
	font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
	display: inline-block;
	margin-left: 10px;
	color: #191319;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.bt-export-cta i{
	color: #3551CD;
	margin-right: 5px;
	font-size: 13px;
}
.custom-filter-date-inv .fa-calendar{
	color: #3551CD;
	margin-right: 5px;
}
.custom-filter-date-inv{
	border: 1px solid #D3D4FB;
	color: #191319;
}
.total-product-detail-c{
	position: relative;
	display: inline-block;
}
.img-icon-tot-product img{
	width: 100%;
}
.img-icon-tot-product{
	display: inline-block;
	position: relative;
	width: 30px;
	margin-right: 5px;
	vertical-align: middle;
}
h3.title-tot-product-text span{
	font-weight: 900;
	color: #191319;
	font-size: 18px;
}
h3.title-tot-product-text{
	color: #938CA2;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}
.custom-pad-inv .bt-quick-action{
	margin-left: 10px;
}
.img-filter-inv{
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	margin-right: 5px;
}
.inp-search-block-inv{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #D3D4FB;
	border-radius: 8px;
	padding-left: 40px;
	padding-right: 40px;
	width: 250px;
	background: #F6F8FE;
}
.icon-search-inv{
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 16px;
	color: #938CA2;
}
.style-input-block{
	border: none;
	outline: none;
	font-size: 14px;
	color: #191319;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #F6F8FE;
	width: 100%;
}
.icon-fm-searchbar img{
	width: 100%;
}
.icon-fm-searchbar{
	position: absolute;
	right: 10px;
	top: 3px;
	width: 22px;
}
.wrap-table-inv{
	position: relative;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	border-radius: 10px;
}


.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: #191319;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 2px;
}
.tab-user-info h5{
	color: #534D54;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 0px;
}


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

h4.text-quo-list-tab {
    font-size: 12px;
    color: #191319;
    font-weight: 400;
}

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;
	font-family: "Inter", sans-serif;
}



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;
}
.wrap-table-quotation-inv table.dataTable tbody th, table.dataTable tbody td{
	padding-top: 10px;
	padding-bottom: 10px;
}
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 solid #F6F8FE;
}
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;
}
/* data table search hidden */
.dataTables_filter {
	display: none;
}
table.dataTable.no-footer{
	border-bottom: none;
	margin-top: 0px;
	margin-bottom: 30px;
}

.show-row{
	font-size: 12px;
	font-weight: 400;
	color: #575757;
}

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


.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: #5372EA !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: #5372EA !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: #5372EA !important;
	border: none !important;
	border-radius: 4px !important;
}
.img-product-list-inv img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.img-product-list-inv{
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
}
.img-product-list-inv-kat img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.img-product-list-inv-kat{
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
}
.desc-product-list-inv{
	margin-left:70px;
	position: relative;
	padding-top: 5px;
}
h4.title-img-pro-list-inv1{
	font-size: 14px;
	color: #1E1948;
	font-weight: 700;
	margin-bottom: 5px;
}
h4.title-img-pro-list-inv2{
	font-size: 12px;
	color: #938CA2;
	margin-bottom: 0;
	font-weight: 500;
}
.item-list-img-pro-inv{
	position: relative;
	text-align: left;
}
.col-product-name{
	width: 40%;
}
.custom-padding-tab{
	padding-left: 70px;
}

.box-filter-inv-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-filter-inv{
	display: none;
	position: absolute;
	right: 110px;
	top: 40px;
	width: 270px;
	border-radius: 5px;
	background: #fff;
	z-index: 99;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	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;
}
.item-filter-inv-list{
	position: relative;
	margin-bottom: 20px;
}
h4.title-i-filter-inv-list{
	color: #938CA2;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 5px;
}
.sec-input-select-filt-inv{
	position: relative;
}
.i-select-fil-inv{
	position: relative;
    border: 1px solid #D3D4FB;
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 40px;
	width: 100%;
    background: #fff;
    outline: none;
    font-size: 13px;
    color: #191319;
    padding-top: 7px;
    padding-bottom: 7px;
}
.icon-sel-inv-f img{
	height: 100%;
}
.icon-sel-inv-f{
	position: absolute;
	left: 10px;
	top: 3px;
	height: 15px;
	z-index: 2;
}
.i-select-fil-inv-cus-bold{
	font-weight: 700;
}
.item-input-harga-cus-inv{
	position: relative;
	margin-bottom: 7px;
}
.inv-input-harga-style.inv-input-harga-style-cus{
	padding-left: 35px;
}
.inv-input-harga-style{
	position: relative;
    border: 1px solid #D3D4FB;
    border-radius: 8px;
    padding-left: 50px;
    padding-right: 40px;
	width: 100%;
    background: #fff;
    outline: none;
    font-size: 13px;
    color: #191319;
    padding-top: 7px;
    padding-bottom: 7px;
}
.cur-harga-inv{
	background: #E5E9FA;
	position: absolute;
	height: 100%;
	width: 40px;
	text-align: center;
	font-size: 15px;
	padding-top: 5px;
	font-weight: 700;
	color: #191319;
	left: 0px;
	top: 0px;
	z-index: 2;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.button-filter-inv-s{
	position: relative;
}
.submit-filter-inv:hover{
	background: #4058b8;
    color: #fff;
}
.submit-filter-inv{
	width: 100%;
	color: #fff;
    background: #5372EA;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
	border: 1px solid transparent;
    padding-top: 6px;
    padding-bottom: 7px;
    border-radius: 8px;
	margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.Reset-filter-inv:hover{
	background: #d2dbfc;
    color: #5372EA;
}
.Reset-filter-inv{
	width: 100%;
	color: #5372EA;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
	text-align: center;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
	border: 1px solid #5372EA;
    padding-top: 6px;
    padding-bottom: 7px;
    border-radius: 8px;
	margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.custom-pop{
	padding-left: 0 !important;
}
.custom-pop .modal-content {
    border: none;
    border-radius: 10px;
}
.custom-pop .modal-body {
    padding: 0;
}

.bt-close-modal-cus img{
	width: 100%;
	display: inline-block;
}
.bt-close-modal-cus:hover{
	/* background: #c4c4c8; */
}
.bt-close-modal-cus{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	z-index: 9;
	left: 25px;
	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;
}
.heading-title-popup-info {
	text-align: right;
    /* border-bottom: 1px solid #CBDEEC; */
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
.content-popup-form-info {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
ul.menu-pop-prod-det{}
ul.menu-pop-prod-det li:first-child{
	border-left: none;
}
ul.menu-pop-prod-det li{
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #F1EEF1;
}
.bt-edit-product-detail:hover{
	background: #d2dbfc;
    color: #5372EA;
}
.bt-edit-product-detail{
	width: 100%;
    color: #5372EA;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
	text-align: center;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #5372EA;
    padding-top: 6px;
    padding-bottom: 7px;
    border-radius: 8px;
    margin: auto;
	margin-left: 7px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

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);
}
.style-check-act-active{
	display: inline-block !important;
}
.style-check-act{
	font-size: 14px;
	font-weight: 700;
	color: #191319;
	vertical-align: middle;
	margin-left: 5px;
	display: none;
}
.check-act-prod-det input{
	margin-top: 1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 10px;
}
.check-act-prod-det{
	position: relative;
}
h3.title-product-detail-pop{
	color: #191319;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 20px;
}
.box-img-detail-product-pop img{
	width: 100%;
}
.box-img-detail-product-pop{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.wrap-item-detail-popup-product{
	position: relative;
	margin-bottom: 20px;
}
h3.title-block-item-detail-pop-product{
	font-size: 13px;
	font-weight: 700;
	color: #191319;
	margin-bottom: 15px;
}
.list-item-block-det-pop-product{
	position: relative;
	background: #F6F8FE;
}
.list-item-block-det-pop-product1{
	float: left;
	width: 130px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.list-item-block-det-pop-product2{
	margin-left: 130px;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
h4.list-item-blp{
	font-size: 13px;
	color: #676067;
	font-weight: 400;
}
h3.title-rp1{
	font-weight: 700;
	color: #191319;
	font-size: 13px;
	margin-bottom: 5px;
}
h4.title-rp2 span{
	font-weight: 700;
	color: #3551CD;
}
h4.title-rp2{
	font-weight: 400;
	color: #191319;
	font-size: 13px;
	margin-bottom: 5px;
}
.stock-info-product-detail{
	position: relative;
}
.stock-info-product-detail img{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
h4.stock-info-pro-det{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #1AA440;
	font-weight: 900;
	margin-bottom: 0;
}
h3.title-rp1.cus-harju{
	font-size: 18px;
}
.link-back-to-page:hover{
	color: #5372EA;
}
.link-back-to-page{
	font-size: 14px;
	font-weight: 700;
	color: #938CA2;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
h2.heading-title-form-add-product{
	text-align: center;
	font-size: 30px;
	color: #5372EA;
	font-weight: 900;
	margin-bottom: 30px;
}
.box-content-block-form{
	position: relative;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 10px;
	margin-bottom: 20px;
}
h3.title-perbox-content-form{
	color: #191319;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 20px;
}
.wrap-form-i-produ-add{
	position: relative;
}
.item-row-form-product-add{
	position: relative;
}
.item-per-col-form-product-add{
	position: relative;
	margin-bottom: 20px;
}
.required-noted{
	color: #FF2845;
}
h4.title-per-col-product-add{
	color: #090A0D;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
}
.wrap-input-f-style{
	position: relative;
}
.input-f-style-form{
    border: 1px solid #D3D4FB;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
	width: 100%;
    background: #fff;
	outline: none;
    font-size: 13px;
    color: #191319;
    padding-top: 8px;
    padding-bottom: 8px;
}
.input-f-style-form-select{
    border: 1px solid #D3D4FB;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
	width: 100%;
    background: #fff;
	outline: none;
    font-size: 13px;
    color: #191319;
    padding-top: 8px;
    padding-bottom: 8px;
}
.input-f-style-form-area{
    border: 1px solid #D3D4FB;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
	width: 100%;
    background: #fff;
	outline: none;
    font-size: 13px;
    color: #191319;
    padding-top: 8px;
    padding-bottom: 8px;
	resize: none;
	height: 170px;
}
.cus-barcode-padding{
	padding-right: 60px;
}
.cus-stock-padding{
	padding-right: 140px;
}
.barcode-sec img{
	width: 20px;
	display: inline-block;
}
.barcode-sec{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 35px;
	text-align: center;
	padding-top: 0px;
	border-radius: 8px;
	border: 1px solid #5372EA;
	outline: none;
	background: #fff;
}


.drop-your-doc-note{
	text-align: right;
}
.progress-bar-up {
    border-radius: 10px;
    background: #c0ddff;
    position: relative;
    overflow: hidden;
    width: 25%;
    position: absolute;
    right: 20px;
    top: 5px;
}
.progress-bar-up-in {
    height: 4px;
    background: #288CFE;
    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;
}
.preview-zone-sw {
    text-align: center;
    overflow: hidden;
}
.box-sw {
    position: relative;
    background: #ffffff;
    width: 100%;
}
.box-header-sw{
	position: relative;
}
.box-tools-sw {
    position: absolute;
    right: 10px;
    top: 1px;
}
.pull-right-sw {
    float: right;
}

.remove-content-img-upload-sw {
    color: #575757;
    border: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    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;
}
.remove-content-img-upload-sw:hover {
    color: #fff;
	background: red;
}
.remove-content-img-upload-sw i {
    font-size: 16px;
}
.box-body-sw {
    padding-right: 50px;
    text-align: right;
	overflow: hidden;
}
.box-img-bord-dd p{
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-weight: 600;
	color: #575757;
	margin: 0;
	word-wrap: break-word;
}
.hidden {
    display: none;
}

.multiple-client-up {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9;
}
#preview-container {
    clear: both;
    z-index: 10;
}
.preview-active {
    margin-top: 40px;
    position: relative;
}




.box {
	position: relative;
	background: #ffffff;
	width: 100%;
}
  
.box-header {
	color: #444;
	display: block;
	position: relative;
}
  
.box-tools {
	position: absolute;
	right: 10px;
	top: 1px;
}
  
.dropzone-wrapper {
	border: 1px solid #CED2DC;
	color: #92b0b3;
	position: relative;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}
  
.dropzone-desc {
	position: relative;
	margin: 0 auto;
	right: 0;
	text-align: left;
	bottom:0;
	width: 320px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
.dropzone-desc-img-left img{
	width: 100%;
}
.dropzone-desc-img-left{
	float: left;
	width: 35px;
	height: 35px;
}
.dropzone-desc-info{
	margin-left: 45px;
	padding-top: 3px;
}
h4.title-banner-img-info-upload-section1{
	font-size: 12px;
	color: #191319;
	margin-bottom: 3px;
}
  
h4.title-banner-img-info-upload-section2{
	font-size: 11px;
	color: #938CA2;
	margin-bottom: 0px;
}
  
.dropzone,
.dropzone:focus {
	position: absolute;
	outline: none !important;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	top: 0;
	left: 0;
}
.dropzone2,
.dropzone2: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;
}
  
.preview-zone .box {
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
}
  
.btn-primary {
	background-color: crimson;
	border: 1px solid #212121;
}
.img-content-view-banner{
	width: 50%;
	display: inline-block;
	margin-bottom: 15px;
}
.box-body p{
	font-size: 12px;
	color: #252525;
}
.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%;
    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;
}

.wrap-onboarding-box-padding{
	position: relative;
	margin-left: -5px;
	margin-right: -5px;
}
.item-onboarding-box-content{
	position: relative;
	display: inline-block;
	width: 24.2222%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	vertical-align: top;
}
.item-onboarding-box-content-in{
	position: relative;
	width: 100%;
    background: #F9FAFE;
    border: 1px solid #DBDCDF;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
h3.title-onboarding-box-content{
	font-size: 18px;
	font-weight: bold;
	color: #333030;
	margin-bottom: 20px;
}
.product-ready-info-check{
	position: relative;
}
h2.title-product-info-check{
	font-size: 22px;
	font-weight: 900;
	color: #191319;
	margin-bottom: 8px;
}
h4.subtitle-product-info-check{
	margin-bottom: 0;
	font-size: 12px;
	color: #828282;
	font-weight: 400;
	letter-spacing: 0.8px;
}
.custom-check-product-stock input.apple-switch{
	width: 53px;
    height: 31px;
}
.custom-check-product-stock input.apple-switch:after{
	width: 31px;
    height: 28px;
}
.custom-check-product-stock{
	position: absolute;
	top: 8px;
	right: 0;
}
.cus-input-padlef{
	padding-left: 50px;
}
.custom-margin-border{
	border-top: 1px solid #F6F8FE;
	padding-top: 20px;
}
.cus-margin-penjualan{
	text-align: right;
	background: #E5E9FA;
	font-weight: 700;
}
.text-margin-profit{
	position: absolute;
	left: 15px;
	top: 8px;
	font-size: 12px;
	font-weight: 500;
	color: #938CA2;
}
.line-div{
	background: #7284EF;
	height: 1px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.wrap-submit-form-add .Reset-filter-inv{
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	margin-right: 8px;
}
.wrap-submit-form-add .submit-filter-inv{
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	margin-left: 8px;
}
.wrap-submit-form-add{
	position: relative;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-top: 1px solid #D3D4FB;
}


.img-send-mail{
	position: relative;
	width: 80px;
	margin: auto;
	margin-top: 30px;
	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: 20px;
	font-weight: 900;
	color: #333333;
	margin-bottom: 20px;
}
h4.desc-title-check-mail{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}


.bt-submit-cancel-form-in{
	position: relative;
	margin-top: 40px;
}
.bt-submit-cancel-form-in-plan{
	position: relative;
	text-align: center;
	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;
}


.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;
}
.content-popup-form-alert{
	position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.cus-button-cta-pop .Reset-filter-inv{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-right: 8px;
	font-size: 13px;
}
.cus-button-cta-pop .bt-quick-action{
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.box-modal-form-info {
    position: relative;
}

.bt-close-modal-cus2 img{
	width: 14px;
	display: inline-block;
}
.bt-close-modal-cus2:hover{
	background: #c4c4c8;
}
.bt-close-modal-cus2{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 10px;
	z-index: 9;
	right: 10px;
	border-radius: 10px;
	background: #F1F1F6;
	text-align: center;
	padding-top: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.heading-title-popup-info2 {
    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-update-stock-pro:hover{
	background: #d2dbfc;
    color: #5372EA;
}
.bt-update-stock-pro{
	position: absolute;
	right: 0;
	top: 0;
	color: #5372EA;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
	text-align: center;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
	border: 1px solid #5372EA;
    padding-top: 6px;
    padding-bottom: 7px;
    border-radius: 8px;
	margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box-input-add-stock-pro{
	position: relative;
	background: #E5E9FA;
	border-radius: 10px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.add-stock-submit-f:hover{
	background: #4058b8;
	color: #fff;
}
.add-stock-submit-f{
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background: #5372EA;
    font-size: 14px;
    font-weight: 500;
	text-align: center;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 7px;
	border: none;
    border-radius: 8px;
	outline: none;
	margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box-input-add-stock-pro .cus-stock-padding{
	padding-right: 100px;
}
.table-list-stock-product{
	position: relative;
	height: 300px;
	overflow-y: auto;
}

.table-list-stock-product::-webkit-scrollbar {
	width: 7px;
} 
/* Track */
.table-list-stock-product::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.table-list-stock-product::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
/* Handle on hover */
.table-list-stock-product::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}
table.list-stock-product-i{
	width: 100%;
    position: relative;
    text-align: left;
}
table.list-stock-product-i tr td:last-child{
	width: 10%;
	text-align: right;
	padding-right: 10px;
}
table.list-stock-product-i tr td:first-child{
	width: 40%;
}
table.list-stock-product-i tr:first-child td {
	border-bottom: none;
}
table.list-stock-product-i tr td {
    font-size: 11px;
    color: #333030;
    font-weight: 400;
    padding-bottom: 15px;
    width: 25%;
    padding-top: 18px;
    border-bottom: 1px solid #E5E9FA;
	vertical-align: top;
}
h4.heading-title-stock-pro-list{
	color: #919EAD;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.custom-dialog-update-stock .modal-dialog{
	max-width: 700px;
}
.custom-dialog-update-stock.custom-dialog-update-stock-md  .modal-dialog{
	max-width: 500px;
}
h4.detail-stock-product-text{
	font-size: 12px;
	font-weight: 700;
	color: #2C262D;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}
h4.detail-stock-product-text2{
	font-size: 12px;
	font-weight: 500;
	color: #191319;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}
.bt-delete-stock-info:hover{
	background: #c4c4c8;
	color: #403A40;
}
.bt-delete-stock-info{
	margin-top: -4px;
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 11px;
	color: #403A40;
	border-radius: 10px;
	background: #F1F1F6;
	text-align: center;
	padding-top: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hapus-edit-product-detail:hover{
	background: #ffc1c9;
    color: #FF2845;
}
.hapus-edit-product-detail{
	display: inline-block;
    vertical-align: middle;
    width: 130px;
    margin-right: 8px;
	color: #FF2845;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #FF2845;
    padding-top: 6px;
    padding-bottom: 7px;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.div-button-edit-pro{
	display: inline-block;
	margin-right: 12px;
	margin-left: 3px;
	width: 1px;
	height: 37px;
	background: #E5E9FA;
	vertical-align: middle;
}
.wrap-box-inven-cat{
	position: relative;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 10px;
}
.wrap-product-cat-item-box{
	position: relative;
}
.box-cat-item-pro:hover{
	border: 1px solid #7284EF;
	background: #F6F8FE;
}
.box-cat-item-pro{
	position: relative;
	border: 1px solid #F6F8FE;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
h4.title-box-cat-item-pro1{
	font-size: 16px;
	font-weight: 700;
	color: #191319;
	margin-bottom: 10px;
}
h4.title-box-cat-item-pro2{
	font-size: 13px;
	font-weight: 500;
	color: #938CA2;
	margin-bottom: 0px;
}

.cta-detail-item-table-quotation{
	position: absolute;
	right: 20px;
	top: 27px;
}

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

.bt-cta-action-list-quotation i{
	font-size: 5px;
}
.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{
	position: absolute;
	display: none;
	right: 20px;
	top: 60px;
	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;
}

.cta-bar-menu-list-quotation-item ul li a:hover{
	background: #6F38C5;
	color: #fff;
}
.cta-bar-menu-list-quotation-item ul li.delete-bt-cta-act-cat a:hover{
	background: rgb(251, 192, 192);
	color: red;
}
.cta-bar-menu-list-quotation-item ul li.delete-bt-cta-act-cat a{
	color: red;
}
.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;
}
.wrap-list-box-cat-pro-in{
	position: relative;
}
.wrap-list-box-cat-pro{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32.333%;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.custom-inv-pro-kat .title-box-cat-item-pro1{
	color: #5372EA;
	font-size: 30px;
	font-weight: 900;
}

.custom-inv-pro-kat {
	position: relative;
	border: 1px solid #D3D4FB;
	background: #fff;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box-cat-item-pro-tab .cta-bar-menu-list-quotation-item{
	right: 0;
	top: 37px;
	text-align: left;
}
.box-cat-item-pro-tab{
	position: relative;
	text-align: right;
}
.cat-move-info{
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #191319;
	background: #F6F8FE;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	display: inline-block;
}
.cat-move-info2{
	position: relative;
	font-size: 13px;
	font-weight: 700;
	color: #191319;
	background: #B0EB26;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	display: inline-block;
	margin-left: -6px;
}
.head-move-cat-info{
	position: relative;
	margin-bottom: 20px;
}
.wrap-list-cat-move-to-check{
	position: relative;
	padding-bottom: 20px;
}
.wrap-list-cat-move-to-check ul{}
.wrap-list-cat-move-to-check ul li{
	list-style: none;
	display: inline-block;
	width: 49%;
	border-bottom: 1px dashed #E5E9FA;
	padding-top: 15px;
	padding-bottom: 15px;
}


/* The container-check */
.container-check {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
	margin-bottom: 12px;
	cursor: pointer;
	border-radius:  8px;
	font-size: 22px;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	/* right: 0; */
	margin: auto;
	height: 18px;
	width: 18px;
	border-radius:  5px;
	background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a green background */
.container-check input:checked ~ .checkmark {
	background-color: #56A22A;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.container-check .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.title-label-role{
	display: inline-block;
	font-size: 14px;
	color: #333333;
	margin-left: 36px;
	font-weight: 700;
	vertical-align: middle;
	margin-top: -6px;

}
.title-label-role img{
	width: 20px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -4px;
}
.text-bold{
	font-weight: 700 !important;
}
.block-pembayaran-tag i{
	font-size: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.block-pembayaran-tag{
	position: relative;
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 700;
}
.tag-lunas{
	border-color: #B0EB26 !important;
	color: #1AA440 !important;
}
.tag-termin{
	border-color: #EABE12 !important;
	color: #FF8000 !important;
}
.tag-belumbayar{
	border-color: #FF2845 !important;
	color: #FF2845 !important;
}
label{
	margin-bottom: 0;
}
.wrap-bt-bottom-del {
    position: relative;
}
.heading-title-order-penjualan{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
h2.title-order-penjualan-top-pop span{
	font-weight: 900;
}
h2.title-order-penjualan-top-pop{
	font-size: 22px;
	font-weight: 500;
	color: #191319;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.menu-cta-popup-penjualan-head{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}
.bt-edit-pop-penjualan-order:hover{
	color: #3551CD;
	background: #dae1fe;
}
.bt-edit-pop-penjualan-order{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 500;
	color: #3551CD;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 10px;
	border: 1px solid #D3D4FB;
	margin-right: 5px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.bt-edit-pop-penjualan-order.style-delete-popup-order-p:hover{
	background: #e3233d;
	color: #fff;
}
.bt-edit-pop-penjualan-order.style-delete-popup-order-p{
	background: #FF2845;
	color: #fff;
	margin-left: 15px;
}
.bt-edit-pop-penjualan-order2:hover{
	color: #3551CD;
	background: #dae1fe;
}
.bt-edit-pop-penjualan-order2 i{
	font-size: 5px;
	display: inline-block;
}
.bt-edit-pop-penjualan-order2{
	letter-spacing: -1px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	line-height: 0;
	color: #2C262D;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 10px;
	border: 1px solid #D3D4FB;
	margin-right: 10px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.sec-order-penjualan-block1{
	position: relative;
	margin-bottom: 30px;
}
.col-order-penjualan-block1-content{
	position: relative;
}
.col-order-penjualan-block1-content-left{
	position: relative;
}
.op-content-block1-ava{
	float: left;
	width: 17px;
	position: relative;
}
.op-content-block1-ava img{
	width: 100%;
}
.op-content-block1-detail{
	position: relative;
	margin-left: 35px;
}
h4.ord-penju-title1{
	font-size: 12px;
	font-weight: 500;
	color: #191319;
	margin-bottom: 5px;
}
h4.ord-penju-title2{
	font-size: 11px;
	font-weight: 400;
	color: #534D54;
	margin-bottom: 5px;
}
.col-order-penjualan-block1-content-right{
	position: relative;
	border-left: 1px solid #E2DDE3;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-top: 10px;
}
.info-meta-order-penjualan img{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.info-meta-order-penjualan{
	position: relative;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: 500;
	color: #191319;
}
.box-status-pembayaran-pop-right{
	position: relative;
	border: 1px solid #D3D4FB;
	background: #E5E9FA;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 14px;
	padding-right: 14px;
}
h4.title-status-pembayaran-heading-box{
	font-size: 14px;
	font-weight: 700;
	color: #191319;
	margin-bottom: 15px;
}
.wrap-status-info-pemb-order{
	position: relative;
	padding-right: 110px;
}
.status-block-pembayaran-order span{
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.status-block-pembayaran-order > i{
	font-size: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.status-block-pembayaran-order{
	position: relative;
	color: #fff;
	border-radius: 10px;
	padding-left: 15px;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 8px;
}
.pemby-order-red{
	background: #FF2845;
}
.pemby-order-green{
	background: #1AA440;
}
.pemby-order-orange{
	background: #FF8000;
}
.arrow-pembayaran-order{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left: 1px solid #D3D4FB;
	padding-top: 6px;
	font-size: 16px;
	color: #fff;
	width: 30px;
	text-align: center;
}
.wrap-note-link-pembayaran{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	border-left: 1px solid#D3D4FB;
	padding-left: 10px;
}
.bt-note-status-pemb:hover{
	color: #3551CD;
	background: #d2dbfc;
}
.bt-note-status-pemb{
	display: block;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #3551CD;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #D3D4FB;
	border-radius: 10px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.sec-order-penjualan-block-2{
	position: relative;
}
.box-order-penjualann-list-product{
	position: relative;
	background: #F6F8FE80;
	padding: 15px;
	border-radius: 10px;
	height: 300px;
	overflow-y: auto;
}
.box-order-penjualann-list-product::-webkit-scrollbar {
	width: 7px;
} 
/* Track */
.box-order-penjualann-list-product::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.box-order-penjualann-list-product::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
/* Handle on hover */
.box-order-penjualann-list-product::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}
.item-list-order-penjualan-info-c{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F6F8FE;
}
.list-i-op-info-img{
	position: relative;
	float: left;
	width: 43px;
	height: 43px;
}
.list-i-op-info-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.list-i-op-info-desc{
	margin-left: 60px;
	padding-right: 100px;
}
h4.title-list-i-op-desc1{
	color: #2C262D;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}
h4.title-list-i-op-desc2{
	color: #191319;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0px;
}
h4.title-list-i-op-desc2 span{
	color: #828282;
	margin-right: 7px;
}
.font-bold{
	font-weight: 700 !important;
}
.font-regular{
	font-weight: 400 !important;
}
.list-product-quantity{
	position: absolute;
	top: 9px;
	right: 0;
}

.number-count span {cursor:pointer; }
.number-count{
	position: relative;
	display: inline-block;
	background: transparent;
	border: 1px solid #E5E9FA;
    border-radius: 10px;
}
.minus, .plus{
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #7284EF;
	font-size: 20px;
    line-height: 23px;
	font-weight: 500;
}
.number-count input{
	width: 30px;
	height: 27px;
	color: #191319;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	background: transparent;
	outline: none;
	border: none;
	border-radius:4px;
	display: inline-block;
	vertical-align: middle;
}
.order-penjualan-disc-tot{
	position: relative;
}
.row-order-penjualan-block1{
	position: relative;
	border-bottom: 1px solid #D3D4FB;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;
}
.row-order-penjualan-block2{
	position: relative;
	border-bottom: 1px dashed #D3D4FB;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;
}
.row-order-penjualan-block3{
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}
h4.order-text-tot1{
	color: #3551CD;
	font-size: 12px;
	font-weight: 700;
}
h4.order-text-tot2{
	color: #191319;
	font-size: 13px;
	font-weight: 700;
	text-align: right;
}
h4.order-text-tot3{
	color: #191319;
	font-size: 11px;
	font-weight: 500;
}
h4.order-text-tot4{
	color: #191319;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
}
h4.order-text-tot5{
	color: #191319;
	font-size: 15px;
	font-weight: 700;
}
h4.order-text-tot6{
	color: #191319;
	font-size: 18px;
	font-weight: 700;
	text-align: right;
}
.custom-icon-disc-tot i{
	color: #FF2845;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.row-order-penjualan-block2 .row:last-child{
	margin-bottom: 0;
}
.row-order-penjualan-block2 .row{
	margin-bottom: 15px;
}
.text-red{
	color: #FF2845 !important;
}
h2.title-big-new-order-t{
	font-size: 30px;
	color: #5372EA;
	font-weight: 900;
	margin-bottom: 30px;
}
.box-kategori-list-order-pesanan{
	position: relative;
	border-radius: 20px;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
ul.list-order-kategori-item{}
ul.list-order-kategori-item li a:hover{
	background: #5372EA;
	color: #fff;
}
ul.list-order-kategori-item li.active a{
	background: #5372EA;
	color: #fff;	
}
ul.list-order-kategori-item li a{
	display: inline-block;
	background: #F6F8FE;
	color: #191319;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
ul.list-order-kategori-item li{
	list-style: none;
	display: block;
	margin-bottom: 20px;
	font-size: 12px;
	color: #191319;
	font-weight: 500;
}
.block-searhc-product-new-order{
	position: relative;
	margin-bottom: 20px;
}

.inp-search-block-inv2 .icon-search-inv{
	top: 8px;
}
.inp-search-block-inv2 .style-input-block{
	padding-top: 9px;
	padding-bottom: 9px;
	background: #fff;
	width: 100%;
}
.inp-search-block-inv2 .icon-fm-searchbar{
	top: 6px;
    width: 25px;
}
.inp-search-block-inv2{
	position: relative;
	vertical-align: middle;
	border: none;
	border-radius: 10px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	background: #fff;
}
.wrap-block-item-penjualan-b{
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}
.product-selected .item-block-penjualan-bl-in{
	border:2px solid #5372EA;
}
.item-block-penjualan-bl-in{
	position: relative;
	background: #fff;
	border-radius: 13px;
	/* border: 2px solid transparent; */
}
.item-block-penjualan-bl{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49.2222%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.i-block-penj-img{
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
}
.i-block-penj-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.i-block-penj-desc{
	margin-left: 100px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
h4.title-product-order-n{
	font-size: 13px;
	color: #2C262D;
	font-weight: 500;
	margin-bottom: 8px;
}
h4.title-product-order-n2{
	font-size: 11px;
	color: #938CA2;
	font-weight: 500;
	margin-bottom: 4px;
}
h4.title-product-order-n3{
	font-size: 13px;
	color: #191319;
	font-weight: 700;
	margin-bottom: 0px;
}
.add-plus-item-order{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

a.bt-add-menu-order{
	position: relative;
	display: inline-block;
	width: 30px;
    height: 27px;
	background: transparent;
	color: #3551CD;
	text-align: center;
	border: 1px solid #E5E9FA;
	font-size: 24px;
    line-height: 24px;
	border-radius: 8px;
}
.wrap-block-item-penjualan-b-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;

}
.wrap-block-item-penjualan-b{
	position: relative;
	display: none;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.wrap-sidebar-order-selection{
	position: relative;
	
	z-index: 4;
}
.box-detail-new-order-cart{
	position: relative;
    border-radius: 20px;
    background: #fff;
	padding-bottom: 40px;
	z-index: 5;
}
.box-detail-new-order-cart1{
	position: relative;
	border-bottom: 1px solid #D3D4FB;
	padding: 20px;
}
.wrap-item-box-det-pelanggan{
	position: relative;
	margin-bottom: 18px;
}
.bt-item-box-dedtail-pelanggan > i{
	color: #3551CD;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	font-size: 13px;
}
.bt-item-box-dedtail-pelanggan:hover{
	color: #3551CD;
}
.bt-item-box-dedtail-pelanggan{
	display: block;
	border: 1px solid #B8AFFD;
	border-radius: 10px;
	color: #191319;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.arrow-pelanggan-icon{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: #B0EB26;
	border-radius: 50%;
	font-size: 14px;
	color: #3551CD;
	text-align: center;
	margin-left: 20px;
}
.box-detail-new-order-cart2{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	max-height: 350px;
	overflow-y: auto;
}

.box-detail-new-order-cart2::-webkit-scrollbar {
	width: 7px;
} 
/* Track */
.box-detail-new-order-cart2::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.box-detail-new-order-cart2::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
/* Handle on hover */
.box-detail-new-order-cart2::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}
.bt-delete-product-c:hover{
	color: #FF2845;
}
.bt-delete-product-c{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-left: 5px;
	color: #FF2845;
}
.box-detail-new-order-cart2 .list-product-quantity{
	top: 18px;
}
.wrap-bt-order-penjualan{
	position: relative;
}

.block-box-select-package-send{
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #F1EEF1;
	border-radius: 8px;
	top: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.txt-select-sub img{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.txt-select-sub i{
	margin-right: 5px;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	color: #938CA2;
}
.txt-select-sub {
	display: inline-block;
	vertical-align: middle;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #090A0D;
    padding-left: 20px;
}
.box-detail-new-order-cart3{
	position: relative;
	margin-top: -30px;
	position: relative;
	border-radius: 20px;
	background: #fff;
	z-index: 6;
	box-shadow: 1px -2px 5px 0px rgba(168, 156, 194, 0.36);
    -webkit-box-shadow: 1px -2px 5px 0px rgba(168, 156, 194, 0.36);
    -moz-box-shadow: 1px -2px 5px 0px rgba(168, 156, 194, 0.36);
}
.box-dedtail-total-order-desc{
	position: relative;
	padding-right: 15px;
	padding-top: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #D3D4FB;
	/* padding-bottom: 15px; */
}
.box-dedtail-total-order-desc h4.order-text-tot1{
	font-size: 13px;
}
.box-dedtail-total-order-desc h4.order-text-tot5{
	font-size: 14px;
}
.box-dedtail-total-order-desc h4.order-text-tot6{
	font-size: 16px;
}
.bt-diskon-act-pop i{
	color: #1D37A5;
	font-size: 14px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
    position: relative;
	margin-left: 15px;
}
.bt-diskon-act-pop:hover{
	color: #1D37A5;
}
.bt-diskon-act-pop{
	color: #191319;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

.wrap-item-box-det-pembayaran{
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
}
.wrap-bt-box-pembayaran{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.bt-batal-transaksi-pembayaran:hover{
	background: #FF2845;
	color: #fff;
	border-color: #fff;
}
.bt-batal-transaksi-pembayaran i{
	margin-right: 5px;
}
.bt-batal-transaksi-pembayaran{
	display: block;
	position: relative;
	border: 1px solid #FF2845;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	padding-top: 8px;
    padding-bottom: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
	width: 100%;
	color: #FF2845;
	background: transparent;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.bt-batal-transaksi-pembayaran.custom-print-nota:hover{
	background: #5541E6;
	color: #fff;
	border-color: #fff;
}
.bt-batal-transaksi-pembayaran.custom-print-nota{
	color: #5541E6;
	border: 1px solid #5541E6;
}
.wrap-submit-buat-pesanan{
	position: relative;
}
.bt-new-order-cta:hover{
	background: #4058b8;
}
.bt-new-order-cta{
	display: block;
	width: 100%;
	border: none;
	position: relative;
	background: #5372EA;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	padding-top: 10px;
    padding-bottom: 10px;
	border-radius: 8px;
	outline: none;
	width: 100%;
	cursor: pointer;
	color: #FFFFFF;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.disabled-button-new-order:hover{
	background: #F1EEF1 !important;
	cursor: unset;
}
.disabled-button-new-order{
	background: #F1EEF1 !important;
	color: #B4ADB5 !important;
	cursor: unset;
}
.bt-submit-cancel-form-inn {
    position: relative;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #F2F2F2;
}


.cta-simpan-wrap-pop{
	position: relative;
	width: 300px;
	margin: auto;
}
.wrap-search-form-pelanggan{
	position: relative;
	border: 1px solid #D3D4FB;
	border-radius: 10px;
	margin-bottom: 20px;
}
.style-input-block-pop{
	border: none;
	outline: none;
	font-size: 14px;
	color: #191319;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #fff;
	padding-left: 40px;
	padding-right: 20px;
	width: 100%;
	border-radius: 10px;
}
.all-wrap-search-form-pelanggan{
	position: relative;
	padding-bottom: 20px;
}
.block-new-pelanggan-content{
	position: relative;
}
h4.title-new-pelanggan-head{
	color: #37414B;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 15px;
}
.tambah-pelanggan-new:hover i{
	color: #fff;
}
.tambah-pelanggan-new:hover{
	background: #5372EA;
	color: #fff;
	border-color: #5372EA;
}
.tambah-pelanggan-new i{
	margin-right: 5px;
	color: #5372EA;
}
.tambah-pelanggan-new{
	display: inline-block;
	position: relative;
	border: 1px solid #5372EA;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	padding-top: 8px;
    padding-bottom: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	color: #191E68;
	background: transparent;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.bt-back-to-pel{
	font-size: 17px;
	color: #191319;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}



/* The container */
.containerc {
	position: relative;
	width: 100%;
	height: 16px;
}
/* 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: 0px;
	left: 3px;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: 1px solid #E2DDE3;
	border-radius: 4px;
}

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

/* When the checkbox is checked, add a blue background */
.containerc input:checked ~ .checkmarkc {
	background-color: #5372EA;
}
/* When the checkbox is checked, add a blue background */
.containerc input:checked ~ .block-box-select-package-send {
	border-color: #5372EA;
}
/* When the checkbox is checked, add a blue background */
.containerc input:checked ~ .block-box-select-package-send .txt-select-sub{
	color: #090A0D;
	font-weight: 700;
}
/* When the checkbox is checked, add a blue background */
.containerc input:checked ~ .block-box-select-package-send .txt-select-sub i{
	color: #5372EA;
}
/* When the checkbox is checked, add a blue background */
.containerc:hover input ~ .block-box-select-package-send {
	border-color: #5372EA;
}
/* 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: 5px;
	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);
}




/* The container */
.containerc2 {
	position: relative;
	width: 100%;
}
/* Hide the browser's default checkbox */
.containerc2 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmarkc2 {
	position: absolute;
	top: 10px;
	left: 13px;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: 1px solid #E2DDE3;
	border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.containerc2:hover input ~ .checkmarkc2 {
	background-color: #5372EA;
}

/* When the checkbox is checked, add a blue background */
.containerc2 input:checked ~ .checkmarkc2 {
	background-color: #5372EA;
}
/* When the checkbox is checked, add a blue background */
.containerc2 input:checked ~ .block-box-select-package-send {
	border-color: #5372EA;
}
/* When the checkbox is checked, add a blue background */
.containerc2 input:checked ~ .block-box-select-package-send .txt-select-sub{
	color: #090A0D;
	font-weight: 700;
}
/* When the checkbox is checked, add a blue background */
.containerc2 input:checked ~ .block-box-select-package-send .txt-select-sub i{
	color: #5372EA;
}
/* When the checkbox is checked, add a blue background */
.containerc2:hover input ~ .block-box-select-package-send {
	border-color: #5372EA;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkc2:after {
	content: "";
	position: absolute;
	display: none;
}

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

/* Style the checkmark/indicator */
.containerc2 .checkmarkc2:after {
	left: 5px;
	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);
}
.cus-style-reg{
	font-weight: 400 !important;
}
.all-wrap-search-form-pelanggan .item-row-form-product-add:last-child .item-per-col-form-product-add{
	margin-bottom: 0;
}
.wrap-list-item-pelanggan-baru-search{
	position: relative;
	overflow-y: auto;
	max-height: 200px;
	padding-right: 5px;
}

.wrap-list-item-pelanggan-baru-search::-webkit-scrollbar {
	width: 7px;
} 
/* Track */
.wrap-list-item-pelanggan-baru-search::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.wrap-list-item-pelanggan-baru-search::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
/* Handle on hover */
.wrap-list-item-pelanggan-baru-search::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}


.item-list-pelanggan-name-search-add input:checked ~ .list-item-in-pelanggan-s-add ul.list-meta-pelanggan-info li{
	color: #191319 !important;
}
.item-list-pelanggan-name-search-add input:checked ~ .list-item-in-pelanggan-s-add{
	background:#E5E9FA;
}

.item-list-pelanggan-name-search-add input{
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 3;
	width: 100%;
	height: 100%;
	
}
.item-list-pelanggan-name-search-add{
	position: relative;
	width: 100%;
}
.list-item-in-pelanggan-s-add{
	position: relative;
	width: 100%;
	border-radius: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h4.title-pelanggan-name-i{
	color: #333333;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 13px;
}
ul.list-meta-pelanggan-info{}
ul.list-meta-pelanggan-info li:last-child{
	border-right: none;
}
ul.list-meta-pelanggan-info li{
	float: left;
	list-style: none;
	font-size: 11px;
	color: #938CA2;
	font-weight: 500;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #E2DDE3;
}



.style-input-block-pop-disc{
	border: none;
	outline: none;
	font-size: 14px;
	color: #191319;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #fff;
	padding-left: 110px;
	padding-right: 20px;
	width: 100%;
	border-radius: 10px;
}
.icon-search-disc-select{
	position: absolute;
	left: 0;
	top: 0;
}
.diskon-select-popup-p{
	font-size: 12px;
	font-weight: 500;
	color: #191E68;
	border: 1px solid #5372EA;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	outline: none;
	cursor: pointer;
}
.heading-paymen1 h3 span{
	color: #FF2845;
	font-weight: 700;
}
.heading-paymen1 h3{
	display: inline-block;
	font-size: 22px;
	color: #1E1948;
	font-weight: 500;
	border-bottom: 1px solid #F1EEF1;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.heading-paymen1{
	text-align: center;
	position: relative;
}
.paymen-col-popup{
	width: 80%;
	margin: auto;
}
.paymen-icon-ter{
	font-weight: 700 !important;
	color: #090A0D !important;
}
.paymen-icon-ter img{
	width: 19px;
	display: block;
	margin-bottom: 4px;
}
.style-custom-paymen-sel{
	position: relative;
	width: 80%;
	margin: auto;
	padding-top: 30px;
}
tr.new-order-penjualan-cell td{
	background: #B0EB2621 !important;
}
.pesanan-pelanggan-info-meta{
	position: relative;
	margin-bottom: 20px;
}
.item-pesanan-pel-info-meta-img{
	position: relative;
	font-size: 18px;
	color: #3551CD;
	float: left;
	width: 30px;
	padding-top: 3px;
}
.item-pesanan-pel-info-meta-info{
	margin-left: 30px;
}
ul.list-item-pesanan-pel-name-info{}
ul.list-item-pesanan-pel-name-info li{
	list-style: none;
	display: inline-block;
	border-right: 1px solid #F1EEF1;
	padding-right: 12px;
	margin-right: 8px;
}
h3.title-item-pesanan-name-i{
	font-size: 13px;
	color: #191319;
	font-weight: 500;
}
h3.title-item-pesanan-name-i2{
	font-size: 11px;
	color: #534D54;
	font-weight: 400;
}
a.bt-edit-pelanggan-p:hover{
	background: #3551CD;
	color: #fff;
}
a.bt-edit-pelanggan-p{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	font-weight: 500;
	color: #3551CD;
	background: #F6F8FE;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding-top: 7px;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	border: 1px solid #D3D4FB;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.box-info-pembayaran-tot{
	position: relative;
	background: #F6F8FE;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.box-info-pembayaran-tot img{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.title-box-info-pembayaran-tot{
	font-size: 12px;
	color: #191319;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}
.title-box-info-pembayaran-tot-status.status-lunas-i-order{
	color: #1AA440;
}
.title-box-info-pembayaran-tot-status{
	font-size: 10px;
	color: #FF2845;
	font-weight:700;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #E2DDE3;
	padding-left: 10px;
	margin-left: 6px;
}
.bt-edit-pelanggan-p.bt-edit-pelanggan-p-cus-pemby{
	top: 8px;
	right: 10px;
}
.info-ref-order-retur{
	position: relative;
	margin-bottom: 10px;
}
h4.title-info-or1{
	font-size: 12px;
	font-weight: 400;
	color: #191319;
	margin-bottom: 3px;
}
h4.title-info-or2{
	font-size: 12px;
	font-weight: 900;
	color: #191319;
	margin-bottom: 0px;
}
.note-retur-product-info i{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	color: #3551CD;
}
.note-retur-product-info{
	position: relative;
	font-size: 11px;
	color: #191319;
	font-weight: 400;
	margin-top: 7px;
}
.cus-margin-ref-pesanan{margin-bottom: 15px;}
.wrap-input-f-style-retur{
	position: relative;
	margin-top: 10px;
	padding-left: 60px;
	padding-right: 20px;
}
.wrap-input-f-style-retur input{
	width: 100%;
	padding-left: 30px;
}
.icon-retur-input-tag{
	position: absolute;
	left: 10px;
	top: 7px;
	font-size: 14px;
	color: #3551CD;
}
.wrap-input-f-style-retur-in{
	position: relative;
}
.box-no-id-pesanan{
	position: relative;
	width: 80%;
	margin: auto;
}
.no-id-pesanan-img{
	width: 80px;
	float: left;
}
.no-id-pesanan-img img{
	width: 65%;
}
.no-id-pesanan-text{
	margin-left: 80px;
	padding-top: 5px;
}
h4.title-no-id-pesanan1{
	font-size: 14px;
	font-weight: 700;
	color: #2C262D;
	margin-bottom: 7px;
}
h4.title-no-id-pesanan2{
	font-size: 11px;
	font-weight: 400;
	color: #676067;
	margin-bottom: 0px;
}
.box-no-id-pesanan-found{
	position: relative;
}

/* The container */
.containerc3 {
	position: relative;
	width: 100%;
}
/* Hide the browser's default checkbox */
.containerc3 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmarkc3 {
	position: absolute;
	top: 18px;
	left: 1px;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: 1px solid #E2DDE3;
	border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.containerc3:hover input ~ .checkmarkc3 {
	background-color: #5372EA;
}

/* When the checkbox is checked, add a blue background */
.containerc3 input:checked ~ .checkmarkc3 {
	background-color: #5372EA;
}
/* When the checkbox is checked, add a blue background */
.containerc3 input:checked ~ .block-box-pesanan-check-id {
	border-color: #5372EA;
}
/* When the checkbox is checked, add a blue background */
.containerc3 input:checked ~ .block-box-pesanan-check-id .txt-select-sub{
	color: #090A0D;
	font-weight: 700;
}
/* When the checkbox is checked, add a blue background */
.containerc3 input:checked ~ .block-box-pesanan-check-id .txt-select-sub i{
	color: #5372EA;
}
/* When the checkbox is checked, add a blue background */
.containerc3:hover input ~ .block-box-pesanan-check-id {
	border-color: #5372EA;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkc3:after {
	content: "";
	position: absolute;
	display: none;
}

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

/* Style the checkmark/indicator */
.containerc3 .checkmarkc3:after {
	left: 5px;
	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);
}
.title-pesanan-id-text1{
	position: relative;
	font-size: 13px;
	color: #191319;
	font-weight: 700;
	margin-bottom: 1px;
}
.title-pesanan-id-text2{
	position: relative;
}
.title-pesanan-id-text2 ul{}
.title-pesanan-id-text2 ul li:last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.title-pesanan-id-text2 ul li{
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	font-size: 12px;
	color: #2C262D;
	font-weight: 500;
	border-right: 1px solid #E5E9FA;
	padding-right: 10px;
	margin-right: 4px;
}

.block-box-pesanan-check-id{
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 8px;
	top: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
h3.order-id-pesanan-iif1{
	font-size: 11px;
    color: #534D54;
	margin-bottom: 5px;
    font-weight: 400;
}
h3.order-id-pesanan-iif2{
	font-size: 13px;
    color: #191319;
    font-weight: 500;
}
.box-detail-new-order-cart1-cus-retur-p.box-detail-new-order-cart1 .wrap-item-box-det-pelanggan{
	margin-bottom: 0;
}
.box-detail-new-order-cart1-cus-retur-p.box-detail-new-order-cart1 .wrap-item-box-det-pelanggan .pesanan-pelanggan-info-meta:last-child{
	margin-bottom: 0;
}
.bt-sidebar-item-order-list span img{
	width: 17px;
	display: inline-block;
}
.bt-sidebar-item-order-list:hover span{
	background: #4058b8;
}
.bt-sidebar-item-order-list span{
	background: #5372EA;
	width: 36px;
	display: block;
	height: 36px;
	border-radius: 7px;
	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-sidebar-item-order-list{
	display: block;
	position: absolute;
	left: -43px;
	top: 0px;
	background: #F6F8FE;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 1px 2px 5px 0px rgba(168, 156, 194, 0.36);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(168, 156, 194, 0.36);
    -moz-box-shadow: 1px 2px 5px 0px rgba(168, 156, 194, 0.36);
}
.custom-shadow-ref-if-retur{
	box-shadow: 1px -2px 5px 0px rgba(168, 156, 194, 0.36);
    -webkit-box-shadow: 1px -2px 5px 0px rgba(168, 156, 194, 0.36);
    -moz-box-shadow: 1px -2px 5px 0px rgba(168, 156, 194, 0.36);
}
.box-purchased-item-active{
	display: block !important;
	-webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeInRight;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeInRight;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeInRight;
    -o-animation-duration: 0.5s;
    animation-name: fadeInRight;
    animation-duration: 0.5s;
}
.box-purchased-item{
	display: none;
	position: absolute;
	left: -430px;
	width: 450px;
	top: 0;
	z-index: 2;
	background: #F6F8FE;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 27px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
	box-shadow: 1px -2px 5px 0px rgba(168, 156, 194, 0.36);
    -webkit-box-shadow: 1px -2px 5px 0px rgba(168, 156, 194, 0.36);
    -moz-box-shadow: 1px -2px 5px 0px rgba(168, 156, 194, 0.36);
}
.heading-title-slide-purchased{
	position: relative;
	margin-bottom: 20px;
}
.bt-close-slide-purchased img{
	width: 17px;
	display: inline-block;
}
.bt-close-slide-purchased:hover{
	background: #d6d6e3;
}
.bt-close-slide-purchased{
	cursor: pointer;
	float: left;
	width: 36px;
	height: 36px;
	background: #EEEEF1;
	text-align: center;
	padding-top: 4px;
	border-radius: 7px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.heading-purchased-info-title span{
	display: inline-block;
	vertical-align: middle;
}
.heading-purchased-info-title{
	position: relative;
	margin-left: 36px;
	padding-left: 20px;
	padding-top: 3px;
}
.text-purchased-info1{
	font-size: 15px;
	color: #5372EA;
	font-weight: 700;
	margin-right: 15px;
}
.text-purchased-info2{
	font-size: 13px;
	color: #191319;
	font-weight: 500;
}
.content-list-purchased-item-all{
	position: relative;
	overflow-y: auto;
	max-height: 430px;
	padding-right: 10px;
}

.content-list-purchased-item-all::-webkit-scrollbar {
	width: 7px;
} 
/* Track */
.content-list-purchased-item-all::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.content-list-purchased-item-all::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
/* Handle on hover */
.content-list-purchased-item-all::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}
.item-list-purchased-item-l{

}




/* The container */
.container-purchased {
	position: relative;
	width: 100%;
}
/* Hide the browser's default checkbox */
.container-purchased input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark-purchased {
	position: absolute;
	top: 18px;
	left: 1px;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: 1px solid #E2DDE3;
	border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container-purchased:hover input ~ .checkmark-purchased {
	background-color: #5372EA;
}

/* When the checkbox is checked, add a blue background */
.container-purchased input:checked ~ .checkmark-purchased {
	background-color: #5372EA;
}
/* When the checkbox is checked, add a blue background */
/* .containerc-purchased input:checked ~ .block-box-pesanan-check-id {
	border-color: #5372EA;
} */
/* When the checkbox is checked, add a blue background */
/* .containerc-purchased input:checked ~ .block-box-pesanan-check-id .txt-select-sub{
	color: #090A0D;
	font-weight: 700;
} */
/* When the checkbox is checked, add a blue background */
/* .containerc-purchased input:checked ~ .block-box-pesanan-check-id .txt-select-sub i{
	color: #5372EA;
} */
/* When the checkbox is checked, add a blue background */
/* .containerc-purchased:hover input ~ .block-box-pesanan-check-id {
	border-color: #5372EA;
} */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-purchased:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-purchased input:checked ~ .checkmark-purchased:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-purchased .checkmark-purchased:after {
	left: 5px;
	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);
}


.block-box-item-pur-list{
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 8px;
	top: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.qtc-product-purchased{
	font-size: 13px;
	font-weight: 500;
	color: #191319;
}
.box-purchased-item .list-i-op-info-desc{
	padding-right: 33px;
}
.box-purchased-item .item-list-order-penjualan-info-c{
	border-color: #EEEEF1;
}
.block-page-section:before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0, 0.8);
	
	-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;
}
.block-page-section{
}
.list-riwayat-pem label{
	font-size: 11px;
	color: #191319;
	font-weight: 700;
}
.list-riwayat-pem{
	position: relative;
	margin-bottom: 3px;
}
.sec-input-select-filt-inv-cus-pes{
	padding-left: 25px;
}


h4.title-pelanggan1{
	font-size: 13px;
	color: #2C262D;
	font-weight: 700;
	margin-bottom: 0;	
}
h4.title-pelanggan2{
	font-size: 13px;
	color: #2C262D;
	font-weight: 500;
	margin-bottom: 5px;
}
h4.title-pelanggan3{
	font-size: 12px;
	color: #938CA2;
	font-weight: 500;
	margin-bottom: 0px;
}

h4.title-pelanggan4{
	font-size: 12px;
	color: #534D54;
	font-weight: 500;
	margin-bottom: 0px;
}

.detail-pelanggan-info-pop{
	position: relative;
	padding-left: 20px;
	padding-top: 20px;
}
.item-list-detail-pelanggan1{
	position: relative;
	margin-bottom: 20px;
}
h4.detail-pelanggan-list-text1{
	font-size: 11px;
	color: #938CA2;
	font-weight: 500;
	margin-bottom: 10px;
}
h4.detail-pelanggan-list-text2{
	font-size: 12px;
	color: #191319;
	font-weight: 500;
	margin-bottom: 0px;
}
.box-detail-pelanggan-info-pop2{
	position: relative;
	background: #3551CD;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 15px;
}
.box-detail-pelanggan-info-pop2 h4.detail-pelanggan-list-text1{
	color: #D3D4FB;
}
.box-detail-pelanggan-info-pop2 h4.detail-pelanggan-list-text2{
	color: #fff;
}
.wrap-table-riwayat-pembelian{
	position: relative;
	background: #F6F8FE;
	border-radius: 10px;
	padding: 20px;
}

.wrap-table-riw-pemb::-webkit-scrollbar {
	width: 7px;
} 
/* Track */
.wrap-table-riw-pemb::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
.wrap-table-riw-pemb::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
/* Handle on hover */
.wrap-table-riw-pemb::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}
h3.heading-title-riwayat-pem-pelanggan{
	font-size: 18px;
	font-weight: 700;
	color: #191319;
	margin-bottom: 20px;
}
.wrap-table-riw-pemb{
	position: relative;
	max-height: 260px;
	overflow-y: auto;
}
.table-riwayat-pembelian-pelanggan{
	width: 100%;
	position: relative;
}
h4.title-rpp1{
	color: #3551CD;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 0;
}
h4.title-rpp2{
	color: #2C262D;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 0;
}
.table-riwayat-pembelian-pelanggan tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEF1;
}
.table-riwayat-pembelian-pelanggan .block-pembayaran-tag{
	font-size: 10px;
}
.wrap-block-width-setting{
	position: relative;
	width: 80%;
	margin: auto;
}
.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;
}
.quotation-toolbar-table {
    position: relative;
    margin-bottom: 15px;
}
.searchbar-quotation-customer {
    position: relative;
    width: 250px;
}
.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;
}
.icon-search-f {
    position: absolute;
    left: 9px;
    top: 3px;
    width: 16px;
    color: #333030;
}
.icon-search-f img {
    width: 100%;
}
.toolbar-quotation-table-right {
    position: absolute;
    right: 0;
    top: 0;
}
.filter-select-status-datatable {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}
.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;
}
.filter-select-tab-quotation option {
    background: #fff;
}
.filter-select-status-datatable {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}

.bt-export-cta-quotation-table2:hover{
	color: #fff;
	background: #4058b8;
}
.bt-export-cta-quotation-table2 i{
	margin-right: 5px;
}
.bt-export-cta-quotation-table2{
	color: #fff;
    background: #5372EA;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 7px;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.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{
	margin-left: 40px;
}
.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;
}

.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;
}
.wrap-cta-bt-list-quo {
    position: relative;
    width: 60px;
}
.cta-detail-item-table-quotationn{
	position: relative;
	padding-top: 7px;
}
.wrap-cta-bt-list-quo .cta-bar-menu-list-quotation-item ul li{
	text-align: left;
}
.wrap-cta-bt-list-quo .cta-bar-menu-list-quotation-item{
	top: 40px;
	right: 0;
}
.item-radio-choose-role {
    position: relative;
    margin-bottom: 20px;
}
.item-radio-input-s {
    float: left;
    width: 30px;
    padding-top: 5px;
}
.wrap-table-quotation-inv input[type=checkbox], input[type=radio] {
    background: #F5F5FD !important;
}

.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;
}
.box-change-password-profile .heading-title-popup-info2{
	padding-left: 0;
}
.box-change-password-profile{
	position: relative;
	background: #EDF0FA;
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.bt-export-cta-rep:hover{
	background: #4058b8;
	color: #fff;
}
.bt-export-cta-rep{
	color: #fff;
	background: #5372EA;
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-radius: 8px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.wrap-sales-report-row1{
	position: relative;
}
.box-sales-report-column{
	position: relative;
	border-radius: 15px;
	background: #fff;
	padding: 10px;
}
.item-box-sales-rep-transaction:first-child{
	margin-bottom: 10px;
}
.item-box-sales-rep-transaction{
	position: relative;
	border-radius: 15px;
	background: #7284EF;
	background: linear-gradient(90deg, rgba(114, 132, 239, 1) 0%, rgba(53, 81, 205, 1) 100%);
	padding: 20px;
}
.i-box-transaction-row1 img{
	width: 36px;
}
.i-box-transaction-row1{
	position: relative;
	float: left;
	width: 55px;
	height: 55px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	padding-top: 8px;
}
.i-box-transaction-row2{
	margin-left: 55px;
	padding-left: 20px;
}
h4.title-trans1{
	font-size: 15px;
	font-weight: 500;
	color: #EEEEF1;
	margin-bottom: 7px;
}
h3.title-trans2{
	font-size: 23px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 0px;
}

.box-sales-report-column2{
	position: relative;
	border-radius: 15px;
	background: #fff;
	padding: 20px;
}
h3.heading-title-rep-col-box{
	color: #343233;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 20px;
}
.block-paymet1:nth-of-type(1){
	margin-bottom: 10px;
}
.block-paymet1{
	position: relative;
	border: 1px solid #E5E9FA;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.block-payment-col-left{
	position: relative;
	text-align: left;
}
h4.title-block-pay-left1{
	font-size: 13px;
	font-weight: 700;
	color: #191319;
	margin-bottom: 5px;
}
h4.title-block-pay-left2{
	font-size: 11px;
	font-weight: 400;
	color: #938CA2;
	margin-bottom: 0px;
}
.block-payment-col-right{
	position: relative;
	text-align: right;
	padding-top: 10px;
}
h4.title-bl-payment-right{
	color: #191319;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 0;
}
.block-count-payment{
	position: absolute;
	display: block;
	width: 80px;
	margin: auto;
	left: 0;
	right: 0;
	padding-top: 12px;
	top: 10px;
	bottom: 10px;
	text-align: center;
	font-size: 13px;
	color: #3551CD;
	font-weight: 700;
	border-left: 1px solid #E5E9FA;
	border-right: 1px solid #E5E9FA;
}
.wrap-transaction-table-report{
	position: relative;
    border-radius: 15px;
    background: #fff;
    padding: 20px;
}
.box-sales-report-column{
	margin-bottom: 30px;
}
.box-sales-report-column2{
	margin-bottom: 30px;
}
.custom-disable-row-pagination{}
.wrap-transaction-table-report table.dataTable.no-footer{
	margin-bottom: 0;
}
.wrap-transaction-table-report .wrap-transaction-table-report{
	padding-bottom: 0;
}
/* .scroll-table-transaction .wrap-table-inv{
	max-height: 500px;
} */
.scroll-table-transaction{
	position: relative;
	overflow-y: auto;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
	border-bottom: none;
}

.wrap-product-selling-list{
	position: relative;
    border-radius: 15px;
    background: #fff;
    padding: 20px;
}
.meta-tag-product-selling-info{
	position: relative;
	margin-bottom: 20px;
}
h4.title-product-sell-info span{
	color: #3551CD;
	font-weight: 700;
}
h4.title-product-sell-info{
	font-size: 14px;
	color: #938CA2;
	font-weight: 400;
	margin-bottom: 0;
}
.wrap-item-list-product-all-sell{
	position: relative;
	max-height: 630px;
	overflow-y: auto;
	padding-right: 10px;
}
.count-product-sell-item{
	position: absolute;
	right: 0;
	top: 16px;
	color: #3551CD;
    font-weight: 700;
	font-size: 15px;
}
.wrap-item-list-product-all-sell .item-list-order-penjualan-info-c{
	border-bottom: 1px solid #ECEAFF;
}

::-webkit-scrollbar {
	width: 7px;
} 
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #CFD6DE; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #b0b5bb; 
}
.custom-box-retur-p .item-box-sales-rep-transaction{
	background: #FF2845;
background: linear-gradient(90deg, rgba(255, 40, 69, 1) 0%, rgba(53, 81, 205, 1) 100%);
}
.custom-box-retur-p .item-box-sales-rep-transaction:first-child {
    margin-bottom: 0px;
}
.custom-retur-block-list-item .list-i-op-info-desc{
	padding-top: 10px;
}




.status-dropdown-wrapper {
	position: relative;
	width: 100%;
  }
  
  .status-dropdown:before{
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 14px;
	top: 16px;
  }
  .status-dropdown:after{
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 30px;
	top: 0;
  }
  .status-dropdown {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #eee;
	border-radius: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 10px;
	cursor: pointer;
  }
  
  .status-selected {
	font-weight: bold;
	flex: 1;
	font-size: 12px;
    font-weight: 700;
	color: #fff;
  }
  
  .status-arrow {
	margin-left: 10px;
	font-size: 16px;
    font-weight: 700;
	cursor: pointer;
	user-select: none;
	color: #fff;
  }
  
  .status-options {
	display: none;
	position: absolute;
	top: 105%;
	left: 0;
	width: 100%;
	background: white;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	z-index: 10;
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
  }
  
  .status-options li {
	padding: 10px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
  }
  
  .status-options li:hover {
	background-color: #f0f0f0;
  }
  
  .step-next {
	margin-top: 15px;
	padding: 12px;
	border: 1px dashed #999;
	border-radius: 6px;
	background: #fafafa;
	display: none;
  }
  
  /* Status Styles */
  .status-belum-bayar { background-color: #FF2845;  }
  .status-lunas { background-color: #1AA440;  }
  .status-p7 { background-color: #FF8000;  }
  .status-p14   { background-color: #FF8000;  }
  .status-p30     { background-color: #FF8000;  }



.success-alert i{
	color: #1AA440;
	margin-right: 7px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.success-alert {
    position: fixed;
    top: 90px;
    left: 0;
	right: 0;
	width: 280px;
	margin: auto;
    background-color: #fff;
    color: #191319;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 9999;
	font-weight: 500;
    font-size: 13px;
    animation: fadeOut 3s forwards;
}

@keyframes fadeOut {
    0% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; display: none; }
}
.wrap-printout{
	position: relative;
}
.box-setting-print-out-box-edit{
	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);
}
h4.title-printout-setting{
	font-size: 13px;
	font-weight: 400;
	color: #2C262D;
	margin-bottom: 20px;
}
a.bt-edit-printout-info:hover{
	background: #4058b8;
    color: #fff;
}
a.bt-edit-printout-info{
	color: #fff;
    background: #5372EA;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 7px;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box-printout{
	position: relative;
	width: 460px;
    background: #fff;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
	border: 2px solid #7284EF;
    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);
}
h4.title-p-name{
	font-size: 14px;
	font-weight: 400;
	color: #2C262D;
	margin-bottom: 6px;
}
.box-printout-left-top{
	font-size: 10px;
	color: #534D54;
	font-weight: 400;
}
.box-printout-right-top{
	position: relative;
	border-left: 1px solid #534D54;
	padding-left: 25px;
}
h4.title-printout-rt{
	font-size: 10px;
	color: #534D54;
	font-weight: 400;
	margin-bottom: 5px;
}
.row-head-info-toko{
	position: relative;
	margin-bottom: 30px;
}
.row-head-info-toko2{
	position: relative;
	margin-bottom: 20px;
}
h4.title-head-info-toko2{
	font-size: 15px;
	font-weight: 700;
	color: #2C262D;
	margin-bottom: 5px;
}
.row-info-purchase-order{
	position: relative;
}
.col-info-pur-1{
	position: relative;
}
.col-info-pur-2{
	position: relative;
}
h4.title-info-purc1{
	font-size: 10px;
	font-weight: 400;
	color: #534D54;
	margin-bottom: 7px;
}
h4.title-info-purc2{
	font-size: 10px;
	font-weight: 500;
	color: #534D54;
	margin-bottom: 7px;
}
.wrap-table-purchase-or{
	position: relative;
	margin-bottom: 30px;
}
.table-purc-order{
	position: relative;
	width: 100%;
}
h4.title-h-tab-purchase{
	font-size: 7px;
	font-weight: 400;
	color: #534D54;
	margin-bottom: 0;
	text-transform: uppercase;
}
h4.title-c-purchase-or{
	font-size: 9px;
	font-weight: 400;
	color: #2C262D;
	margin-bottom: 0;
}
.pur-col1{
	width: 20px;
}
.pur-col2{
	width: 150px;
}
.pur-col3{
	width: 50px;
}
.pur-col4{
	width: 50px;
}
.pur-col5{
	width: 100px;
}
.pur-col6{
	width: 100px;
}
.pur-col6 h4{
	font-weight: 500;
}
.table-purc-order tr td{
	
	padding-top: 8px;
	padding-bottom: 8px;
}
.table-purc-order tr>th{
	background: #F6F8FE;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4.title-footer-table-pur{
	font-size: 11px;
	font-weight: 500;
	color: #534D54;
	margin-bottom: 0;
}


.box-setting-menu-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-setting-menu{
	display: none;
	position: absolute;
	right: -7px;
	top: 43px;
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	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;
}
h4.hd-title-printout-t{
	font-size: 15px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
.bt-style-add-phone-numb:hover{
	color: #fff;
	background: #5372EA;
}
.bt-style-add-phone-numb{
	color: #5372EA;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 7px;
	border: 1px solid #5372EA;
    border-radius: 8px;
	margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.wrap-sec-phone-numb{
	position: relative;
	margin-bottom: 20px;
}
.item-phone-input-sec:first-child .bt-delete-row-phone{
	opacity: 0;
	display: none;
}
.item-phone-input-sec input{
	padding-right: 40px;
}
.bt-delete-row-phone:hover{
	color: red;
}
.bt-delete-row-phone{
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 13px;
	color: #333333;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.delete-product:before{
	content:"";
	position: absolute;
	top: 6px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #000;
}
.block-graph-pendapatan-terjual{
	position: relative;
}
.box-graph-dash-info{
	position: relative;
    background: #fff;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.select-pendp-op{
	position: absolute;
	right: 0;
	top: 0;
}
.select-option-filter-graph{
	display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 20px;
	border: 1px solid #D3D4FB;
    color: #2C262D;
	cursor: pointer;
}
.box-note-text-input-order-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;
}
.box-note-text-input-order{
	position: relative;
	display: none;
	margin-top: 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
h4.box-note-form-i{
	font-size: 12px;
	font-weight: 700;
	color: #938CA2;
	margin-bottom: 4px;
}
.text-box-note-t{
	border: 1px solid #E2DDE3;
	color: #191319;
	font-size: 12px;
	font-weight: 400;
	resize: none;
	height: 100px;
	border-radius: 8px;
	width: 100%;
	padding: 15px;
	outline: none;
}

#scanner {
}
.scanner-barcode-box video{}
.scanner-barcode-box{
	display: none;
	padding-bottom: 20px;
	position: relative;
	width: 400px;
	height: 250px;
	border: 2px dashed #ccc;
	margin-bottom: 30px;
	border-radius: 8px;
	margin-top: 10px;
	overflow: hidden;
}
.item-block-penjualan-bl.product-out-in-stock .i-block-penj-img:before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.4);
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.item-block-penjualan-bl.product-out-in-stock .item-block-penjualan-bl-in{
	background: #F1EEF1;
}
h4.out-in-stock-title-it{
	font-size: 13px;
	color: #FF2845;
	font-weight: 500;
	margin-bottom: 0;
}