
.lx-wrapper{
	position:relative;
}
.lx-left-bg{
	position:fixed;
	top:0px;
	left:0px;
	display:flex;
	width:35%;
	height:100%;
	background:#FFFFFF;
}
.lx-right-bg{
	position:fixed;
	top:0px;
	right:0px;
	width:65%;
	height:100%;
	background:url('../images/bg.jpg') no-repeat;
	background-size:cover;
}
@media(max-width:1023px){
	.lx-left-bg{
		width:100%;
		padding:20px;
	}
	.lx-right-bg{
		display:none;
	}
}
.lx-right-bg-shadow{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:linear-gradient(to top,rgba(58,137,165,.8),rgba(58,137,165,.5) 100%);
}
.lx-right-bg-shadow div{
	position:absolute;
	bottom:40px;
	right:40px;
	color:#FFFFFF;
	text-align:right;
}
.lx-right-bg-shadow div h3{
	font-family:'Cairo';
	font-weight:'500';
	font-size:30px;
}
.lx-login{
	margin:auto;
}
.lx-login-content{
	margin:auto;
}
.lx-login-content h1{
	margin-bottom:20px;
	font-family:Bitter;
	font-size:40px;
	text-transform:uppercase;
}
.lx-login-content h2{
	margin-bottom:40px;
	font-family:Cairo;
	font-size:24px;
	text-transform:uppercase;
}
.lx-password-forgotten{
	float:right;
	color:#39add1;
}
.lx-login-error{
	margin-bottom:20px;
	padding:10px;
	color:#CC0000;
	border:1px solid #CC0000;
}
.lx-header{
	position:relative;
	z-index:9;
	top:0px;
	left:230px;
	width:calc(100% - 260px);
	margin:15px;
	background:#FFFFFF;
	box-shadow:0px 3px 6px #DEDEDE;
	border-radius:10px;
}
@media(max-width:1023px){
	.lx-header{
		left:0px;
		width:calc(100% - 30px);
		margin:15px;
	}
}
.lx-header-content{
	padding:15px 20px;
}
.lx-mobile-menu{
	float:left;
	display:none;
}
@media(max-width:1023px){
	.lx-mobile-menu{
		display:block;
	}
}
.lx-mobile-menu i{
	display:inline-block;
	margin-top:2px;
	font-size:40px;
	color:#242424;
}
.lx-logo{
	padding:20px 10px;
	margin-left:10px;
	text-align:center;
}
.lx-logo a{
	display:inline-block;
	font-family:'Orbitron';
	font-size:24px;
	line-height:20px;
	color:#FFFFFF;
}
.lx-logo a img{
	display:block;
	width:80%;
	margin:auto;
}
.lx-header-admin ul li{
	position:relative;
	float:right;
}
.lx-header-admin ul li.lx-header-profile{
	float:left;
	width:200px;
}
.lx-header-admin ul li span{
	display:block;
	margin-right:10px;
	padding:13px;
	font-size:14px;
	font-weight:500;
	background:#F8F8F8;
	cursor:pointer;
	border-radius:30px;
}
.lx-header-admin ul li span i{
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:40px;
	height:40px;
	margin-right:5px;
	padding:12px;
	text-align:center;
	background:#EEEEEE;
	color:#602e99;
	border-radius:50%;
}
.lx-header-admin > ul > li > a{
	display:inline-block;
	padding:5px 10px;
	font-size:24px;
	color:#242424;
}
.lx-header-admin > ul > li > img{
	float:left;
	display:block;
	width:40px;
	height:40px;
	margin-right:10px;
	border-radius:50%;
	box-shadow:0px 0px 10px #EEEEEE;
	cursor:pointer;
}
.lx-header-profile > ins{
	display:block;
	margin-top:5px;
	color:#828282;
}
.lx-header-profile > strong{
	margin-top:3px;
}
@media(max-width:768px){
	.lx-header-profile{
		margin-top:3px;
		width:auto !important;
	}
	.lx-header-profile > ins{
		display:none;
	}
	.lx-header-profile > strong{
		display:none;
	}
	.lx-header-commission ins{
		display:none;
	}
	.lx-header-video{
		display:none;
	}
}
.lx-account-settings{
	position:absolute;
	top:60px;
	right:0px;
	display:none;
	width:240px;
	background:#FFFFFF;
	box-shadow:0px 3px 6px #DEDEDE;
	border-radius:10px;
	overflow:hidden;
}
.lx-account-settings div{
	padding:15px;
	background:#FCFCFC;
	border-bottom:1px solid #d3d3d3;
}
.lx-account-settings div strong{
	font-weight:500;
	color:#828282;
}
.lx-account-settings div strong i{
	font-size:12px;
	font-weight:500;
}
.lx-account-settings div p{
	font-size:13px;
	font-weight:500;
	color:#BEBEBE;
}
.lx-account-settings a{
	display:block;
	padding:13px 15px;
	color:#242424;
	border-bottom:1px solid #EEEEEE;
}
.lx-account-settings a:hover{
	background:#F8F8F8;
}
.lx-account-settings a i{
	display:inline-block;
	width:20px;
}
.lx-notifications-bell ins{
	position:absolute;
	top:-3px;
	left:20px;
	padding:3px;
	font-size:11px;
	font-weight:600;
	background:#FF0000;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-notifications{
	position:absolute;
	top:60px;
	right:0px;
	display:none;
	width:300px;
	max-height:340px;
	background:#FFFFFF;
	box-shadow:0px 0px 10px #BEBEBE;
	border-radius:10px;
	overflow:auto;
}
.lx-notifications-item{
	padding:10px;
	background:#FCFCFC;
	border-bottom:1px dashed #EEEEEE;
}
.lx-notifications-item a{
	color:#242424;
}
.lx-notifications-item a p{
	font-weight:300;
	margin:3px 0px 5px;
	color:#828282;
}
.lx-notifications-item a ins{
	display:block;
	font-size:10px;
	font-style:italic;
	text-align:right;
	color:#BEBEBE;
}
.lx-main-leftside{
	position:fixed;
	z-index:10;
	top:0px;
	left:0px;
	width:230px;
	height:100%;
	background:#1db5ad;
	transition:all ease 0.3s;
	overflow:auto;
}
@media(max-width:1023px){
	.lx-main-leftside{
		left:-230px;
	}
}
.lx-main-menu{
	position:relative;
}
.lx-mobile-menu-hide{
	position:absolute;
	top:10px;
	right:10px;
	display:none;
	color:#1db5ad;
}
@media(max-width:1023px){
	.lx-mobile-menu-hide{
		display:block;
	}
}
.lx-main-menu ul{
	padding:10px 0px;
}
.lx-main-menu ul li{
	position:relative;
}
.lx-main-menu ul li > i{
	position:absolute;
	top:14px;
	right:10px;
	font-size:20px;
	color:#f2f2f2;
	cursor:pointer;
}
.lx-main-menu ul li a{
	position:relative;
	display:block;
	padding:15px;
	margin-left:10px;
	font-weight:400;
	font-size:14px;
	color:#f2f2f2;
	border-radius:30px 0px 0px 30px;
}
.lx-main-menu ul li a i{
	position:relative;
	top:-11px;
	left:-10px;
	float:left;
	display:inline-block;
	width:40px;
	height:40px;
	padding-top:12px;
	font-size:16px;
	text-align:center;
	color:#f2f2f2;
	border-radius:50%;
}
.lx-main-menu ul li a.active{
	background:#f2f2f2;
	color:#475569;
}
.lx-main-menu ul li a.active i{
	color:#FFFFFF;
	background:#38b6ff;
}
.lx-main-menu ul li a.active ins:first-of-type{
	position:absolute;
	top:-20px;
	right:0px;
	z-index:3;
	content:'';
	width:20px;
	height:20px;
	background:#1db5ad;
	border-radius:0px 0px 20px 0px;
}
.lx-main-menu ul li a.active::before{
	position:absolute;
	top:-20px;
	right:0px;
	z-index:2;
	content:'';
	width:20px;
	height:20px;
	background:#f2f2f2;
}
.lx-main-menu ul li a.active ins:last-of-type{
	position:absolute;
	bottom:-20px;
	right:0px;
	z-index:3;
	content:'';
	width:20px;
	height:20px;
	background:#1db5ad;
	border-radius:0px 20px 0px 0px;
}
.lx-main-menu ul li a.active::after{
	position:absolute;
	bottom:-20px;
	right:0px;
	z-index:2;
	content:'';
	width:20px;
	height:20px;
	background:#f2f2f2;
}
.lx-main-menu ul li a:hover{
	padding-right:0px;
}
.lx-main-menu ul li a i.fa-angle-down{
	position:absolute;
	right:10px;
	top:18px;
	color:#f2f2f2;
}
.lx-main-menu ul li a span{
	display:none;
	margin-left:5px;
	padding:2px 5px;
	font-weight:900;
	font-size:12px;
	background:#EEEEEE;
	color:#38b6ff;
	border-radius:4px;
}
.lx-main-menu ul ul{
	display:none;
	clear:both;
	position:relative;
	margin:0px;
	padding:0px;
	border-radius:10px;
}
.lx-main-menu ul ul li{
	position:relative;
}
.lx-main-menu ul ul li a{
	margin:0px;
	margin-left:10px;
	padding:15px 5px 15px 55px;
	color:#FFFFFF;
}
.lx-main-content{
	padding:0px 0px 0px 230px;
	transition:all ease 0.3s;
}
@media(max-width:1023px){
	.lx-main-content{
		padding:0px;
	}
}

@media(max-width:1023px){
	.lx-filter{
		display:none;
		padding-right:15px;
	}
}
.lx-show-filter{
	display:none;
}
@media(max-width:1023px){
	.lx-show-filter{
		display:inline-block;
		margin:15px;
		text-decoration:underline;
		color:#39add1;
	}
}
.lx-kpi{
	padding:15px;
	padding-right:0px;
}
@media(max-width:1023px){
	.lx-kpi{
		padding:15px;
	}
}
.lx-kpi-item{
	float:left;
	position:relative;
	width:18.5%;
	margin-right:1.5%;
	padding:20px;
	background:#242424;
	color:#FFFFFF;
}
.lx-2b3544{
	background:#2b3544;
}
.lx-d11141{
	background:#d11141;
}
.lx-00b159{
	background:#00b159;
}
.lx-00aedb{
	background:#00aedb;
}
.lx-f37735{
	background:#f37735;
}
.lx-ffc425{
	background:#ffc425;
}
.lx-kpi-item strong{
	font-size:30px;
}
.lx-kpi-item i{
	position:absolute;
	top:10px;
	right:10px;
	font-size:75px;
	color:rgba(255,255,255,0.2);
}
.lx-chart-container{
	margin:15px;
	margin-top:0px;
}
.lx-data-list{
	background:#FFFFFF;
	border:1px solid #d3d3d3;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-data-list > h3{
	padding:10px;
	text-transform:uppercase;
	background:#F8F8F8;
	border-bottom:1px solid #d3d3d3;
}
.lx-data-list > h2{
	padding:10px;
	font-size:30px;
	text-align:center;
}
.lx-data-list-content{
	max-height:300px;
	overflow:auto;
}
.lx-data-list-content ul li{
	padding:10px;
	font-size:12px;
	border-bottom:1px solid #d3d3d3;
}
.lx-data-list-content ul li span{
	float:right;
}
.lx-data-list-content ul li a{
	color:#39add1;
}
.lx-page-header{
	padding:20px;
}
.lx-page-header h2{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#495057;
	text-transform:uppercase;
}
.lx-page-header p{
	font-size:12px;
	color:#858585;
}
#my-notification-button{
	position:absolute;
	top:-4px;
	left:120px;
	width:30px;
	height:30px;
	padding-top:8px;
	font-size:13px;
	font-weight:500;
	text-align:center;
	background:#d3d3d3;
	color:#242424;
	border-radius:50%;
}
.lx-page-header a.lx-header-btn{
	float:right;
	position:relative;
	z-index:2;
	top:-3px;
	display:inline-block;
	padding:8px 10px;
	font-weight:500;
	color:#FFFFFF;
	background:#1db5ad;
}
.lx-submenu li a:hover{
	box-shadow:0px 0px 5px #BEBEBE;
}
.lx-submenu li a.active{
	display:inline-block;
	padding:10px;
	font-size:13px;
	font-weight:500;
	background:#39add1;
	color:#FFFFFF;
}
.lx-page-content{
	margin:0px 20px 20px;
	padding:5px;
	background:#FFFFFF;
	border:1px solid rgb(233, 236, 239);
	border-radius:4px;
	box-shadow:0 0 20px 0 rgba(183,190,199,0.15);
}
.lx-demandramassage{
	padding:15px;
	padding-bottom:0px;
}
.lx-demandramassage a.lx-demandramassage-btn{
	display:inline-block;
	margin-bottom:15px;
	padding:10px;
	font-size:13px;
	font-weight:500;
	background:#39add1;
	color:#FFFFFF;
}
.lx-demandramassage a.lx-demandramassage-btn:hover{
	background:#339bbc;
}
.lx-add-form label.lx-date{
	position:relative;
	display:inline-block;	
}
.lx-add-form label i{
	position:absolute;	
	top:10px;
	right:10px;
	font-size:15px;
	color:#828282;
}
.lx-add-form label i.fa-angle-down{
	top:31px;
}
.lx-add-form label input[type='text']{
	width:100%;
	padding:10px;
	border:1px solid #d3d3d3;
	border-radius:2px;
	box-shadow:0px 0px 5px #F8F8F8 inset;	
}
.lx-add-form h3{
	margin-bottom:15px;
	font-size:14px;
	font-weight:500;
}
.lx-add-form a.lx-new{
	position:relative;
	display:inline-block;
	padding:10px;
	font-size:13px;
	font-weight:500;
	background:#1db5ad;
	color:#FFFFFF;
}
@media(max-width:768px){
	.lx-add-form a.lx-new{
		display:block;
		margin-bottom:5px;
	}
}
.lx-add-form a.lx-new:hover{
	background:#339bbc;
}
.lx-add-form a.lx-new input{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.0;
}
.lx-add-form a.lx-new.lx-error-import{
	background:#FF0000 !important;
}
#editkpiform{
	padding:15px 15px 0px 15px;
}
#editkpiform label{
	position:relative;
	display:inline-block;
	margin-bottom:20px;
	margin-right:20px;
}
.lx-textfield{
	position:relative;
	margin-bottom:15px;
}
.lx-textfield label{
	display:block;
	position:relative;
}
.lx-popup .lx-textfield{
	position:relative;
	margin-bottom:0px;
}
.lx-login .lx-textfield label i{
	position:absolute;
	right:15px;
	top:-2px;
	font-size:20px;
	color:#CCCCCC;
}
.lx-textfield span{
	display:block;
	margin-bottom:5px;
}
.lx-textfield input[type='text']{
	width:100%;
	padding:10px;
	border:1px solid #d3d3d3;
	border-radius:2px;
	box-shadow:0px 0px 5px #F8F8F8 inset;
}
.lx-login .lx-textfield input[type='text']{
	padding:15px 20px;
	background:#F8F8F8;
	border:1px solid #d3d3d3;
	border-radius:0px;
	box-shadow:0px 0px 0px #F8F8F8 inset;
}
.lx-login .lx-textfield input:-webkit-autofill,
.lx-login .lx-textfield input:-webkit-autofill:hover, 
.lx-login .lx-textfield input:-webkit-autofill:focus, 
.lx-login .lx-textfield input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px #F8F8F8 inset !important;
}
.lx-textfield input[type='number']{
	width:100%;
	padding:10px;
	border:1px solid #d3d3d3;
	border-radius:2px;
}
.lx-textfield input[type='password']{
	width:100%;
	padding:10px;
	border:1px solid #d3d3d3;
	border-radius:2px;
}
.lx-login .lx-textfield input[type='password']{
	padding:15px 20px;
	background:#F8F8F8;
	border:1px solid #d3d3d3;
	border-radius:0px;
	box-shadow:0px 0px 0px #F8F8F8 inset;
}
.lx-textfield select{
	width:100%;
	padding:9px 10px;
	border:1px solid #d3d3d3;
	border-radius:2px;
}
.lx-textfield textarea{
	width:100%;
	height:100px;
	padding:10px;
	border:1px solid #d3d3d3;
	border-radius:2px;
	resize:none;
}
.lx-textfield ins{
	color:#d63232;
}
.lx-image-picker{
	position:relative;
	display:flex;
	width:100px;
	height:100px;
	margin-bottom:3px;
	background:#F8F8F8;
	border:1px solid #d3d3d3;
	border-radius:4px;
	cursor:pointer;
}
@media(max-width:1023px){
	.lx-image-picker{
		width:95px;
		height:95px;
	}
}
@media(max-width:768px){
	.lx-image-picker{
		width:100%;
		height:240px;
	}
}
.lx-image-picker a{
	position:absolute;
	top:5px;
	left:5px;
	display:flex;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	color:#BEBEBE;
	border:2px dashed #BEBEBE;
}
.lx-image-picker a i{
	display:inline-block;
	margin:auto;
	font-size:30px;
}
.lx-image-picker img{
	position:absolute;
	z-index:2;
	width:100%;
	padding:5px;
}
.lx-delete-image{
	display:none;
	width:100px;
	padding:5px;
	text-align:center;
	background:#F8F8F8;
	color:#242424;
	border:1px solid #EEEEEE;
	border-radius:4px;
}
.lx-submit,.lx-submit-add{
	margin-bottom:15px;
}
.lx-submit a,.lx-submit-add a{
	display:inline-block;
	padding:10px;
	font-size:13px;
	font-weight:500;
	background:#39add1;
	color:#FFFFFF;
}
.lx-login .lx-submit{
	margin-top:40px;
}
.lx-login .lx-submit a{
	display:block;
	padding:15px 20px;
	font-size:16px;
	text-align:center;
	background:#39add1;
}
.lx-submit a:hover,.lx-submit-add a:hover{
	background:#339bbc;
}
.lx-submit a.lx-disabled{
	background:#BEBEBE;
	cursor:not-allowed;
}
.lx-submit-add-variant{
	position:relative;
}
.lx-submit-add-variant a{
	position:absolute;
	bottom:0px;
	width:100%;
}
.lx-table{
	width:100%;
	margin-top:10px;
	overflow:auto;
}
.lx-table label{
	position:relative;
	display:inline-block;
	white-space:nowrap;
}
.lx-table p{
	margin-top:20px;
	font-weight:600;
}
.lx-table a.lx-trash{
	float:right;
	display:inline-block;
	margin-bottom:10px;
	margin-left:3px;
	padding:5px 10px;
	font-size:12px;
	font-weight:300;
	background:#FDFDFD;
	color:#858585;
	border:1px solid #d3d3d3;
	border-radius:2px;
	box-shadow:0px 0px 5px #F8F8F8 inset;
}
.lx-table a.lx-trash:hover{
	box-shadow:0px 0px 5px #F8F8F8;
}
.lx-table > a{
	float:right;
	display:inline-block;
	margin-bottom:10px;
	padding:5px 10px;
	font-size:12px;
	font-weight:300;
	background:#FDFDFD;
	color:#858585;
	border:1px solid #d3d3d3;
	border-radius:2px;
	box-shadow:0px 0px 5px #F8F8F8 inset;
}
.lx-table > a:hover{
	box-shadow:0px 0px 5px #F8F8F8;
}
.lx-table table{
	width:100%;
	background:#FFFFFF;
}
.lx-table table tr:nth-child(2n+1){
	background:#FAFAFA;
}
.lx-table table tr td{
	padding:10px;
	font-weight:300;
	color:#858585;
	border-right:1px solid #d3d3d3;
}
.lx-table table tr td:first-child{
	width:1%;
	border-left:1px solid #d3d3d3;
}
.lx-table table tr td:last-child{
	width:1%;
	border-right:1px solid #d3d3d3;
	white-space:nowrap;
}
.lx-table table tr:first-child td{
	padding:10px;
	font-weight:500;
	color:#242424;
	background:#eceff2;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	white-space:nowrap;
}
.lx-table table tr.lx-first-tr td{
	padding:10px;
	font-weight:500;
	color:#242424;
	background:#eceff2;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	white-space:nowrap;
}
.lx-table table tr:last-child td{
	border-bottom:1px solid #d3d3d3;
}
.lx-table table tr td img.lx-avatar{
	float:left;
	width:36px;
	height:36px;
	margin-right:8px;
	border-radius:50%;
}
.lx-table table tr td span{
	display:block;
	margin-bottom:2px;
	color:#242424;
}
.lx-table table tr td span ins{
	white-space:nowrap;
}
.lx-table table tr td img.lx-avatar{
	float:left;
	width:40px;
	height:40px;
	border-radius:50%;
}
.lx-table table tr td a{
	color:#242424;
}
.lx-table table tr td > a{
	font-size:12px;
	color:#39add1;
}
.lx-table table tr td a.lx-edit{
	display:inline-block;
	margin-bottom:10px;
}
.lx-table table tr td a.lx-delete{
	display:inline-block;
	margin-bottom:10px;
}
.lx-table table tr td:last-child a{
	font-weight:500;
}
.lx-table table tr td del{
	text-decoration:line-through;
}
.lx-table table tr td select{
	padding:7px 10px;
	border:1px solid #d3d3d3;
}
.lx-on-off-fill{
	position:relative;
	width:35px;
	height:14px;
	background:#d3d3d3;
	border-radius:10px;
	cursor:pointer;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.lx-on-off-blue .lx-on-off-fill{
	background:#00d8f5;
}
.lx-on-off span{
	position:absolute;
	left:0px;
	top:-3px;
	display:inline-block;
	width:20px;
	height:20px;
	background:#DDDDDD;
	border-radius:50%;
	box-shadow:0px 0px 10px #DDDDDD;
	cursor:pointer;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.lx-on-off-fill i{
	float:left;
	display:inline-block !important;
	margin-left:3px !important;
	font-size:11px !important;
	color:#FFFFFF !important;
}
.lx-on-off-blue span{
	left:15px;
	background:#00b0c8;
}
.lx-pagination{
	margin:20px 0px;
}
.lx-pagination ul{
	float:right;
}
.lx-pagination ul li{
	float:left;
	margin-left:20px;
}
.lx-pagination ul li span{
	display:inline-block;
	padding:10px 0px;
	font-size:14px;
	font-weight:500;
	text-align:center;
	color:#242424;
	border-radius:50%;
}
.lx-pagination ul li a{
	display:inline-block;
	width:33px;
	padding:5px 0px;
	font-size:16px;
	font-weight:500;
	text-align:center;
	color:#424242;
	border:2px solid transparent;
	border-radius:50%;
}
.lx-pagination ul li a.previous{
	border:2px solid #424242;
}
.lx-pagination ul li a.next{
	border:2px solid #424242;
}
.lx-pagination ul li a.disabled{
	border:2px solid #BEBEBE;
	color:#BEBEBE;
	cursor:initial;
}
.lx-pagination ul li select{
	padding:8px;
	padding-right:0px;
	border:2px solid #424242;
	border-radius:6px;
}
.lx-medias-toolbar{
	position:relative;
	margin-top:15px;
	margin-left:15px;
	padding:15px;
	background:#FDFDFD;
	border:1px solid #d3d3d3;
}
@media(max-width:1023px){
	.lx-medias-toolbar{
		margin:15px;
	}
}
.lx-medias-toolbar a{
	display:inline-block;
	padding:10px;
	font-size:13px;
	font-weight:500;
	background:#39add1;
	color:#FFFFFF;
}
.lx-medias-toolbar:hover a{
	background:#339bbc;
}
.lx-medias-toolbar input{
	position:absolute;
	z-index:2;
	top:15px;
	left:15px;
	width:107px;
	height:35px;
	overflow:hidden;
	opacity:0.0;
	cursor:pointer;
}
@media(max-width:1023px){
	.lx-medias-list .lx-g6{
		width:50% !important;
	}
}
.lx-medias-item{
	position:relative;
}
.lx-medias-item img{
	display:block;
	width:100%;
	padding:5px;
	background:#FFFFFF;
	border:1px solid #d3d3d3;
}
.lx-medias-item i{
	position:absolute;
	top:10px;
	right:10px;
	font-size:16px;
	background:#CC0000;
	color:#FFFFFF;
	border-radius:50%;
	cursor:pointer;
}
.lx-medias-library{
	position:fixed;
	z-index:11;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	height:100%;
	padding:30px;
	background:#F8F8F8;
	overflow:auto;
}
@media(max-width:1023px){
	.lx-medias-library .lx-g6{
		width:50% !important;
	}
}
.lx-medias-library > i{
	position:absolute;
	top:10px;
	right:10px;
	font-size:26px;
	cursor:pointer;
}
.lx-medias-library-item{
	position:relative;
	cursor:pointer;
}
.lx-medias-library-item img{
	display:block;
	width:100%;
	padding:5px;
	background:#FFFFFF;
	border:1px solid #d3d3d3;
}

.lx-floating-response{
	position:fixed;
	z-index:99999;
	bottom:20px;
	left:0px;
	display:none;
	padding:0px 20px;
	width:100%;
	text-align:center;
	cursor:pointer;
}
.lx-floating-response p{
	position:relative;
	display:inline-block;
	padding:17px 20px 20px;
	font-size:16px;
	background:rgba(0,0,0,0.8);
	color:#FFFFFF;
	border-radius:4px;
}
.lx-floating-response p.lx-error{
	border-bottom:3px solid #e50000;
}
.lx-floating-response p.lx-succes{
	border-bottom:3px solid green;
}
.lx-floating-response p i{
	position:relative;
	top:6px;
	line-height:1px;
}
.lx-floating-response p i:last-child{
	position:absolute;
	right:3px;
	top:10px;
	font-size:16px;
	line-height:1px;
}
.lx-floating-response p i.fa{
	top:2px;
}

.lx-autocomplete{
	position:absolute;
	z-index:3;
	top:100%;
	left:0px;
	width:100%;
	max-height:200px;
	box-shadow:0px 0px 4px #BEBEBE;
	overflow:auto;
}
.lx-autocomplete a{
	display:block;
	padding:10px;
	font-size:13px;
	background:#FFFFFF;
	color:#242424;
	word-break: break-all
}
.lx-autocomplete a:hover{
	background:#F8F8F8;
}
.lx-command-edit{
	position:fixed;
	z-index:10;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	overflow:auto;
}
.lx-command-edit-inside{
	position:relative;
	max-width:800px;
	padding:20px;
	margin:auto;
	background:#FFFFFF;
}
@media(max-width:1023px){
	.lx-command-edit-inside{
		width:100%;
	}
}
.lx-command-edit-inside > a{
	position:absolute;
	top:10px;
	right:10px;
	color:#242424;
	
}
.lx-tracking-edit{
	position:fixed;
	z-index:10;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	overflow:auto;
}
.lx-tracking-edit-inside{
	position:relative;
	max-width:800px;
	padding:20px;
	margin:auto;
	background:#FFFFFF;
}
@media(max-width:1023px){
	.lx-tracking-edit-inside{
		width:100%;
	}
}
.lx-tracking-edit-inside > a{
	position:absolute;
	top:10px;
	right:10px;
	color:#242424;
	
}
.lx-ip-exists{
	display:inline-block;
	margin:3px 0px;
	padding:1px 3px;
	font-size:12px;
	font-weight:500;
	color:#FFFFFF;
	background:#EE0000;
	border-radius:4px;
}
.lx-ip-new{
	display:inline-block;
	margin:3px 0px;
	padding:1px 3px;
	font-size:12px;
	font-weight:500;
	color:#FFFFFF;
	background:#7EC855;
	border-radius:4px;
}
.lx-cleaner{
	padding:15px;
	text-align:center;
}
.lx-cleaner h3{
	padding:15px;
	margin:30px 0px;
}
.lx-cleaner h4 i{
	color:#7EC855;
}
.lx-loading{
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	display:flex;
	width:100%;
	height:100%;
	padding:30px;
	text-align:center;
	background:rgba(255,255,255,0.5);
}
.lx-loading p{
	margin:auto;
}
.lx-loading p i{
	display:inline-block;
	margin-top:5px;
	font-size:30px;
}
.lx-tracking-stats-item{
	padding:20px;
	text-align:center;
	color:#FFFFFF;
}
.lx-tracking-stats-item strong{
	display:block;
	font-size:22px;
}
/* Popup */
.lx-popup{
	position:fixed;
	top:0px;
	left:0px;
	z-index:99999;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	display:none;
	overflow:auto;
}
.lx-popup-inside{
	display:flex;
	height:100%;
}
.lx-popup-content{
	position:relative;
	display:table;
	margin:auto;
	opacity:0.0;
	transform:scale(0.9);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.lx-popup-content > a{
	position:absolute;
	right:8px;
	top:8px;
	color:#242424;
}
.lx-form{
	width:700px;
	background:#FFFFFF;
}
@media(max-width:1023px){
	.lx-form{
		min-width:100%;
		width:100%;
	}
}
.lx-form-title{
	padding:10px;
	text-align:center;
	background:#F8F8F8;
}
.lx-popup .lx-add-form{
	padding:15px;
}
.lx-keyword-rate{
	float:right;
}
@media(max-width:768px){
	.lx-keyword{
		float:none;
		clear:both;
	}
}
.lx-keyword label{
	position:relative;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}
@media(max-width:1023px){
	.lx-keyword label{
		display:block;
		margin-bottom:10px;
	}
}
.lx-keyword label input[type='text']{
	width:185px;
	padding:10px;
	border:1px solid #d3d3d3;
	border-radius:2px;
}
.lx-keyword label select{
	width:200px;
	padding:9px 10px;
	border:1px solid #d3d3d3;
	border-radius:2px;
}
@media(max-width:768px){
	.lx-keyword label{
		margin-right:0px;
	}
	.lx-keyword label input[type='text']{
		width:100%;
	}
	.lx-keyword label select{
		width:100%;
	}
}
.lx-delivarymen-cities{
	margin-top:10px;
}
.lx-delivarymen-cities li{
	display:inline-block;
	margin-right:5px;
	padding:5px;
	background:#F8F8F8;
	border-radius:2px;
}
.lx-delivarymen-cities li i{
	float:right;
	display:inline-block;
	margin-left:10px;
	font-size:12px;
	background:#d3d3d3;
	border-radius:50%;
	cursor:pointer;
}
.lx-colihistory{
	margin-left:10px;
	padding:10px;
	font-size:13px;
	color:#828282;
	border-left:1px solid #d3d3d3;
}
.lx-colihistory li{
	margin-bottom:20px;
}
.lx-colihistory li:last-child{
	margin-bottom:0px;
}
.lx-colihistory li span{
	position:relative;
	display:block;
	color:#242424;
	font-weight:500;
}
.lx-colihistory li span::before{
	position:absolute;
	left:-13px;
	top:5px;
	content:'';
	display:block;
	width:6px;
	height:6px;
	background:#242424;
	border-radius:50%;
}
.lx-colihistory li > ins{
	display:inline-block;
}
.lx-delete-history{
	font-weight:400;
	color:#CC0000;
}
.lx-first-tr i{
	cursor:pointer;
}
.lx-textfield input[type='file']{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:107px;
	height:35px;
	overflow:hidden;
	opacity:0.0;
	cursor:pointer;
}
.lx-medias-item{
	position:relative;
	width:100px;
	height:100px;
	margin-bottom:10px;
}
.lx-medias-item img{
	display:block;
	width:100%;
	padding:5px;
	background:#FFFFFF;
	border:1px solid #d3d3d3;
}
input[readonly]{
	background:#F8F8F8;
	cursor:not-allowed;
}
.detailsreclamation .lx-add-form{
	padding:20px;
}
.detailsreclamation .lx-add-form p{
	margin-bottom:10px;
}
.lx-message-detail{
	padding:10px;
	background:#F8F8F8;
	border-radius:4px;
	border:1px solid #d3d3d3;
}
.lx-states-count h3 a{
	color:#BEBEBE;
}
.lx-states-count h3 a:hover{
	color:#828282;
}
.lx-state-count{
	background:#FBFBFB;
	border:1px solid rgb(233, 236, 239);
	/* box-shadow:0 0 20px 0 rgba(183,190,199,0.15); */
}
.lx-state-count a{
	display:block;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
}
.lx-state-count a span{
	display:block;
	color:#FFFFFF;
	white-space:nowrap;
}
.lx-state-count a strong{
	font-size:20px;
}
.lx-state-count a ins{
	position:relative;
	display:block;
	height:15px;
	margin-top:7px;
	background:#F8F8F8;
	box-shadow:0px 0px 10px rgba(183,190,199,0.15) inset;
}
.lx-state-count a ins u{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
}
.lx-state-count a ins del{
	position:absolute;
	bottom:calc(100% + 3px);
	right:0px;
}
.lx-add-form a.lx-import-colis{
	background:#7EC855;
}
.lx-importer{
	position:relative;
	padding:50px 20px;
	text-align:center;
	background:#F8F8F8;
	color:#BEBEBE;
	border:2px dashed #d3d3d3;
	border-radius:4px;
}
.lx-textfield .lx-importer input[type='file']{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:1px solid #000000;
	cursor:pointer;
}
.lx-overall-progress{
	background:#FFFFFF;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-textfield a:not(.lx-coli-state-delivarymen,.lx-password-forgotten,.lx-upload-picture,.lx-advanced-select a,.lx-submit a,.lx-image-picker a){
	display:inline-block;
	padding:10px;
	font-size:13px;
	font-weight:500;
	background:#FB404B;
	color:#FFFFFF;
	border-radius:2px;
	box-shadow:0px 0px 0px #BEBEBE inset;
}
.lx-textfield:hover a:not(.lx-coli-state-delivarymen,.lx-password-forgotten,.lx-upload-picture){
	box-shadow:0px 0px 5px #BEBEBE;
}
.lx-coli-state-delivarymen{
	display:inline-block;
	margin-bottom:5px;
	padding:10px;
	border-radius:4px;
}
.lx-coli-state-confirmation{
	display:inline-block;
	margin-bottom:5px;
	padding:10px;
	border-radius:4px;
}
.lx-log-history{
	background:#FFFFFF;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-log-history h3{
	padding:10px;
	background:#F8F8F8;
}
.lx-log-list{
	height:500px;
	overflow:auto;
}
.lx-log-list ul li{
	padding:10px;
	font-size:12px;
	border-bottom:1px solid #F8F8F8;
}
.lx-log-list ul li span{
	float:left;
	display:inline-block;
	width:80px;
}
.lx-log-list ul li span ins{
	display:inline-block;
	padding:3px;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-log-list ul li > ins{
	color:#424242;
}
.lx-log-list ul li del{
	float:left;
	display:inline-block;
	width:110px;
	padding:3px;
	color:#929292;
}
.substractreturn #substractreturnform p{
	padding:10px;
	background:#F8F8F8;
}
.substractreturn #substractreturnform p:nth-child(2n+2){
	background:#FBFBFB;
}
.lx-delete-box{
	text-align:center;
}
.lx-delete-box p{
	margin-bottom:20px;
	font-size:16px;
}
.lx-delete-box a{
	display:inline-block;
	padding:10px 30px;
	font-weight:500;
	background:#39add1;
	color:#FFFFFF;
}
.lx-details-products ul{
	margin:0px 15px;
}
.lx-details-products ul li{
	clear:both;
	padding:10px;
	background:#FAFAFA;
	border-bottom:2px solid #FFFFFF;
}
.lx-details-products ul li:first-child{
	margin-top:15px;
}
.lx-details-products ul li a{
	float:right;
}
.lx-details-products ul li a i{
	display:inline-block;
	padding:1px;
	font-size:14px;
	background:#DDDDDD;
	color:#242424;
	border-radius:50%;
}
.lx-autocomplete{
	position:absolute;
	z-index:3;
	top:100%;
	left:0px;
	width:100%;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-autocomplete a{
	display:block;
	padding:10px;
	font-size:13px;
	background:#FFFFFF;
	color:#242424;
	word-break: break-all
}
.lx-autocomplete a:hover{
	background:#F8F8F8;
}
.lx-importer{
	position:relative;
	padding:50px 20px;
	text-align:center;
	background:#F8F8F8;
	color:#BEBEBE;
	border:2px dashed #d3d3d3;
	border-radius:4px;
}
.lx-textfield .lx-importer input[type='file']{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:1px solid #000000;
	cursor:pointer;
}
.lx-overall-progress{
	background:#FFFFFF;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-action-bulk{
	float:left;
	margin-right:10px;
	padding:10px 0px 0px;
}
.lx-action-bulk select{
	padding:9px 11px;
	border:1px solid #d3d3d3;
	border-radius:2px;
}
.lx-action-bulk a{
	display:inline-block;
	padding:10px;
	font-size:13px;
	font-weight:500;
	background:#39add1;
	color:#FFFFFF;
}
.lx-action-bulk:hover a{
	background:#339bbc;
}
tr[data-row]{
	display:none;
}
#commandsform #keywordclienttitle{
	width:76px;
}
#commandsform #keywordclientfullname{
	width:calc(100% - 80px);
}
.lx-thumbs-up{
	color:#7EC855;
}
.lx-thumbs-down{
	color:#CC0000;
}
.lx-login-error{
	padding:10px;
	background:#CC0000;
	color:#FFFFFF;
}
.lx-table i.fa-edit,.lx-table i.fa-paper-plane,.lx-table i.fa-file,.lx-table i.fa-copy,.lx-table i.fa-comment,.lx-table i.fa-clone,.lx-table i.fa-comment{
	display:inline-block;
	width:24px;
	margin-right:10px;
	padding:5px;
	text-align:center;
	background:#EEEEEE;
	color:#242424;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-fct{
	display:inline-block;
	margin-top:10px;
	padding:5px;
	text-align:center;
	background:#EEEEEE;
	color:#242424;
	box-shadow:0px 0px 4px #BEBEBE;	
}
.lx-table i.fa-clock{
	display:inline-block;
	width:24px;
	margin-right:10px;
	padding:5px;
	text-align:center;
	background:#EEEEEE;
	color:#242424;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-table i.fa-trash{
	display:inline-block;
	width:24px;
	padding:5px;
	text-align:center;
	background:#EEEEEE;
	color:#242424;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-table i.fa-print{
	display:inline-block;
	width:24px;
	margin-right:10px;
	padding:5px;
	text-align:center;
	background:#EEEEEE;
	color:#242424;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-table i.fa-upload{
	display:inline-block;
	width:24px;
	margin-right:10px;
	padding:5px;
	text-align:center;
	background:#EEEEEE;
	color:#242424;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-table i.fa-percent{
	display:inline-block;
	width:24px;
	margin-right:10px;
	padding:5px;
	text-align:center;
	background:#EEEEEE;
	color:#242424;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-product-info{
	display:none;
}
.lx-command-info{
	display:none;
}
.lx-add-form-nav{
	display:table;
	margin:20px auto;
}
.lx-add-form-nav ul li{
	float:left;
}
.lx-add-form-nav ul li span{
	position:relative;
	display:inline-block;
	width:50px;
	height:50px;
	margin-left:100px;
	padding-top:10px;
	font-size:24px;
	text-align:center;
	background:#EEEEEE;
	color:#242424;
	border-radius:50%;
	cursor:pointer;
}
.lx-add-form-nav ul li:first-child span{
	margin-left:0px;
}
.lx-add-form-nav ul li span.active{
	background:#39add1;
	color:#FFFFFF;
}
.lx-add-form-nav ul li span::before{
	content:'';
	position:absolute;
	top:23px;
	right:100%;
	width:100px;
	height:4px;
	background:#EEEEEE;
}
.lx-add-form-nav ul li:first-child span::before{
	display:none;
}
.lx-add-form-nav ul li span.active::before{
	background:#39add1;
}
.lx-add-command-product{
	position:relative;
	top:-1px;
	display:inline-block;
	width:30px;
	height:33px;
	text-align:center;
	padding-top:9px;
	background:#EEEEEE;
	color:#242424;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-add-form .lx-next{
	position:relative;
	z-index:2;
	float:right;
	margin-top:15px;
	margin-right:15px;
}
.lx-add-form .lx-next a{
	display:inline-block;
	padding:10px;
	font-size:13px;
	font-weight:500;
	background:#39add1;
	color:#FFFFFF;
}
.lx-show-variants{
	float:right;
	display:inline-block;
	margin:15px 15px 0px 0px;
	color:#39add1;
}
#productsform input[name='other']{
	width:calc(100% - 34px);
}
.lx-add-variant-product{
	position:relative;
	top:-1px;
	display:inline-block;
	width:30px;
	height:33px;
	text-align:center;
	padding-top:9px;
	background:#EEEEEE;
	color:#242424;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-variants-list{
	margin-top:15px;
}
.lx-variants-list p{
	margin:2px 15px;
	padding:10px;
	background:#FAFAFA;
	border:1px solid #EEEEEE;
}
.lx-variants-list p a{
	float:right;
}
.lx-variants-list p a i.fa-trash{
	display:inline-block;
	width:auto;
	padding:0px;
	text-align:center;
	background:none;
	color:#242424;
	box-shadow:0px 0px 0px #BEBEBE;
}
.lx-upload-picture{
	display:inline-block;
	padding:10px;
	font-size:13px;
	font-weight:500;
	background:#39add1;
	color:#FFFFFF;	
}
.lx-upload-photos,.lx-upload-files{
	position:relative;
}
.lx-upload-photos input,.lx-upload-files input{
	position:absolute;
	top:0px;
	left:0px;	
	display:block;
	width:100%;
	height:100%;
	opacity:0.0;
	cursor:pointer;
}
.lx-upload-photos a,.lx-upload-files a{
	display:block;
	width:100%;
	height:32px;
	padding:8px;
	font-weight:500;
	text-align:center;
	background:#F8F8F8;
	border:1px solid #EEEEEE;
	border-radius:4px;
}
.daterangepicker{
	z-index:99999 !important;
}
.lx-all-states{
	position:absolute;
	top:-4px;
	left:0px;
	width:calc(100% - 200px);
	background:#FFFFFF;
	border:1px solid #d3d3d3;
	overflow:hidden;
}
.lx-all-states i{
	position:absolute;
	top:0px;
	width:20px;
	height:100%;
	padding-top:10px;
	font-size:14px;
	text-align:center;
	background:#FAFAFA;
	cursor:pointer;
}
.lx-all-states i.fa-caret-left{
	left:0px;
}
.lx-all-states i.fa-caret-right{
	right:0px;
}
.lx-all-states ul{
	margin:0px 15px;
	white-space:nowrap;
	overflow:auto;
}
.lx-all-states ul::-webkit-scrollbar {
    display:none;
}
.lx-all-states ul li{
	display:inline-block;
	border-right:1px solid #d3d3d3;
}
.lx-all-states ul li a{
	display:block;
	padding:10px;
	color:#242424;
}
.lx-all-states ul li a:hover{
	background:#FAFAFA;
}
.lx-all-states ul li a.active{
	background:#39add1;
	color:#FFFFFF;
}
.lx-command-history{
	padding:15px;
}
.lx-command-history p{
	position:relative;
	font-weight:500;
	line-height:24px;
	text-align:center;
}
.lx-tickets-layouts{
	text-align:center;
}
.lx-print-tickets{
	display:inline-block;
	width:92px;
	margin:0px 10px;
	padding:10px;
	text-align:center;
	background:#FBFBFB;
	color:#242424;
	border-radius:4px;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-print-tickets .lx-model1{
	display:inline-block;
	width:60px;
	height:80px;
	margin:2px;
	border:2px solid #242424;
}
.lx-print-tickets .lx-model2{
	display:inline-block;
	width:60px;
	height:37px;
	margin:2px;
	border:2px solid #242424;
}
.lx-print-tickets .lx-model3{
	display:inline-block;
	width:30px;
	height:37px;
	margin:2px;
	border:2px solid #242424;
}
.lx-print-tickets .lx-model4{
	display:inline-block;
	width:30px;
	height:15px;
	margin:2px;
	border:2px solid #242424;
}
.lx-print-tickets .lx-model5{
	display:inline-block;
	width:30px;
	height:22px;
	margin:2px;
	border:2px solid #242424;
}
.lx-page-header-command h2{
	float:left;
	margin-top:10px;
}
.lx-page-header-command .lx-add-form{
	float:right;
}
.lx-add-other-stock{
	display:inline-block;
	margin-top:5px;
	margin-left:15px;
	color:#339bbc;
}
.lx-remove-this-stock{
	float:right;
	display:inline-block;
	margin-top:5px;
	margin-right:15px;
	color:#CC0000;
}
.lx-upload-receipt{
	position:relative;
	width:100px;
}
.lx-upload-receipt input{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:100%;
	height:100%;
	opacity:0.0;
	cursor:pointer;
}
.lx-upload-receipt a{
	position:relative;
	z-index:1;
	display:block;
	padding:5px;
	font-weight:500;
	text-align:center;
	background:#39add1;
	color:#FFFFFF !important;
}
.lx-receipt-img{
	display:block;
	max-width:100px;
	max-height:100px;
	margin:0px !important;
	margin-bottom:5px !important;
	cursor:zoom-in;
}
.lx-add-form img{
	display:block;
	max-width:100%;
	margin:auto;
}
.lx-stats-bloc{
	max-height:400px;
	margin:0px 5px;
	padding:15px;
	background:#FFFFFF;
	border:1px solid rgb(233, 236, 239);
	border-radius:4px;
	box-shadow:0 0 20px 0 rgba(183,190,199,0.15);
}
.lx-stats-bloc h3{
	margin-bottom:10px;
	text-transform:uppercase;
}
.lx-stats-bloc table{
	width:100%;
}
.lx-stats-bloc table tr:nth-child(2n+2){
	background:#FCFCFC;
}
.lx-stats-bloc table tr:first-child td{
	font-weight:500;
}
.lx-stats-bloc table td{
	padding:10px;
	border-bottom:1px solid #DEDEDE;
}
.lx-stats-bloc table tr:last-child td{
	border-bottom:0px;
}
.lx-stats-bloc table[data-tab]{
	display:none;
}
.lx-stats-bloc table[data-tab='1']{
	display:table;
}
.lx-stats-bloc div[data-tab]{
	display:none;
}
.lx-stats-bloc div[data-tab='1']{
	display:block;
}
.lx-stats-bloc ul{
	float:left;
	padding:10px 0px;
}
@media(max-width:768px){
	.lx-stats-bloc ul{
		float:none;
		clear:both;
		margin-bottom:10px;
	}
}
.lx-stats-bloc ul li{
	display:inline-block;
}
.lx-stats-bloc ul li a{
	padding:10px;
	font-weight:500;
	background:#FBFBFB;
	color:#242424;
	border-radius:4px;
}
.lx-stats-bloc ul li a.active{
	background:#39add1;
	color:#FFFFFF;
}
.lx-chart-container{
	max-height:initial;
}
.lx-advanced-select{
	display:inline-block;
	position:relative;
}
.lx-advanced-select-add{
	display:block;
}
.lx-advanced-select > input[readonly]{
	background:#FFFFFF;
	cursor:pointer;
}
.lx-advanced-select > i{
	position:absolute;
	z-index:2;
	right:2px;
	top:2px;
	padding:9px;
	background:#FFFFFF;
	cursor:pointer;
}
.lx-advanced-select-add > i{
	top:initial !important;
	bottom:2px !important;
	right:2px !important;
}
.lx-advanced-select > div{
	position:absolute;
	z-index:3;
	left:0px;
	top:100%;
	display:none;
	width:100%;
	max-height:300px;
	padding:15px;
	background:#FFFFFF;
	border:1px solid #d3d3d3;
	overflow:auto;
}
.lx-advanced-select > div label{
	position:relative;
	white-space:nowrap;
}
.lx-advanced-select-add > div label{
	display:block;
	margin:10px 0px;
}
.lx-single-select div ul li{
	display:block;
	padding:0px 10px;
	line-height:30px;
	color:#242424;
	border-top:1px dashed #DDDDDD;
	cursor:pointer;
}
.lx-single-select div ul li:hover{
	background:#EEEEEE;
}
.lx-state-filter{
	display:block;
	float:left;
	width:calc(50% - 2px);
	margin-left:4px;
	margin-bottom:10px;
	padding:7px 8px;
	font-weight:500;
	text-align:center;
	background:#39add1;
	color:#FFFFFF;
	border:1px solid #39add1;
	border-radius:2px;	
}
.lx-state-empty{
	display:block;
	float:left;
	width:calc(50% - 2px);
	margin-bottom:10px;
	padding:7px 8px;
	font-weight:500;
	text-align:center;
	background:#F8F8F8;
	color:#BEBEBE;
	border:1px solid #BEBEBE;
	border-radius:2px;	
}
.lx-search-keyword{
	position:absolute;
	top:2px;
	right:2px;
	padding:7px 8px;
	font-size:16px;
	text-align:center;
	background:#1db5ad;
	color:#FFFFFF;
	border-radius:2px;
}
.lx-search-keyword + input{
	padding-right:40px !important;
}
.lx-sales{
	margin:10px 20px;
	padding:10px;
	background:#fff68f;
	color:#242424;
	border:1px solid #FFA500;
}
.lx-update{
	padding:10px;
	background:#F8F8F8;
	border:1px solid #EEEEEE;
	border-radius:4px;
}
.lx-update-details{
	margin:5px 0px;
	padding:10px;
	background:#EEEEEE;
}
.lx-update a{
	display:inline-block;
	margin-bottom:5px;
	padding:5px 10px;
	font-weight:500;
	background:#39add1;
	color:#FFFFFF;
}
.lx-start-update{
	padding:30px;
	text-align:center;
}
.lx-start-update a{
	display:inline-block;
	margin-top:20px;
	padding:5px 10px;
	font-weight:500;
	background:#39add1;
	color:#FFFFFF;
}
.lx-start-update pre{
	margin-top:20px;
	color:#828282;
}
.lx-rib{
	padding:10px;
	margin-bottom:10px;
	font-weight:600;
	background:#F8F8F8;
	border:1px solid #EEEEEE;
	border-radius:4px;;	
}
#exportform input[type='number']{
	display:none;
	width:40px;
	padding:5px !important;
}
#spreadsheetorderform input[type='number']{
	display:none;
	width:40px;
	padding:5px !important;
}
.lx-workers-state li{
	margin-right:20px;
}
.lx-connected{
	color:#7EC855;
}
.lx-halfconnected{
	color:#FFA500;
}
.lx-disconnected{
	color:#EE0000;
}

.lx-photos-preview{
	position:relative;
	width:140px;
	padding:5px;
	background:#F8F8F8;
	border:1px solid #EEEEEE;
	border-radius:4px;	
}
.lx-photos-preview img{
	display:block;
	width:100%;
	cursor:zoom-in;
}
.lx-photos-preview i{
	position:absolute;
	top:10px;
	right:10px;
	color:#FFFFFF;
	cursor:pointer;
}
.lx-show-pictures{
	display:inline-block;
	margin:5px 0px;
	margin-right:5px;
	padding:3px 5px;
	background:#F8F8F8;
	color:#242424;
	border:1px solid #EEEEEE;
	border-radius:4px;		
}
.lx-upload-photos{
	position:relative;
	width:140px;
}
.lx-upload-photos input{
	position:absolute;
	top:0px;
	left:0px;	
	display:block;
	width:100%;
	height:100%;
	opacity:0.0;
	cursor:pointer;
}
.lx-upload-photos a{
	display:block;
	width:100%;
	height:32px;
	padding-top:8px;
	font-weight:500;
	text-align:center;
	background:#F8F8F8;
	border:1px solid #EEEEEE;
	border-radius:4px;
}
.lx-reported-blink{
	position:relative;
	top:-2px;
	display:inline-block;
	padding:3px 5px;
	font-size:10px;
	color:#CC0000;
	background:#FFFFFF;
	border-radius:6px;
}
.blink{
	animation:allblink 2s infinite;
}
@keyframes allblink { 
	0% {color:#CC0000;background:#FFFFFF;}
	50% {color:#FFFFFF;background:#CC0000;} 
}
.lx-change-blink{
	position:relative;
	top:-2px;
	display:inline-block;
	padding:3px 5px;
	font-size:10px;
	color:#7EC855;
	background:#FFFFFF;
	border-radius:6px;
}
.changeblink{
	animation:changeallblink 2s infinite;
}
@keyframes changeallblink { 
	0% {color:#7EC855;background:#FFFFFF;}
	50% {color:#FFFFFF;background:#7EC855;} 
}
.lx-commands-tabs{
	margin-bottom:10px;
}
.lx-commands-tabs ul li{
	float:left;
	width:50%;
}
.lx-commands-tabs ul li a{
	display:block;
	padding:10px;
	font-weight:500;
	text-align:center;
	color:#242424;
	border:1px solid #DDDDDD;
}
.lx-commands-tabs ul li a.active{
	background:#EEEEEE;
}
.zoombox .lx-popup-content > a{
	position:absolute;
	top:15px;
	right:15px;
	width:26px;
	height:26px;
	background:#EEEEEE;
	border:1px solid #242424;
	border-radius:50%;
}
.lx-zoombox-nav{
	position:absolute;
	top:50%;
	width:100%;
	margin-top:-13px;
	padding:0px 15px;
}
.lx-zoombox-nav i{
	position:absolute;
	display:inline-block;
	width:26px;
	height:26px;
	padding-top:3px;
	font-size:20px;
	background:#EEEEEE;
	color:#242424;
	border:1px solid #242424;
	border-radius:50%;
}
.lx-zoombox-nav i.fa-angle-left{
	left:15px;
	padding-left:6px;
}
.lx-zoombox-nav i.fa-angle-right{
	right:15px;
	padding-left:8px;
}
.lx-zoombox-content{
	max-width:620px;
	padding:10px;
	background:#FFFFFF;
}
.lx-zoombox-content img{
	max-width:100%;
}
.lx-phone-layouts{
	text-align:center;
}
.lx-phone-layouts img{
	display:inline-block !important;
	margin:10px !important;
}
.lx-autocomplete-advanced{
	position:absolute;
	z-index:3;
	display:none;
	width:100%;
	max-height:300px;
	background:#FFFFFF;
	box-shadow:0px 0px 4px #BEBEBE;
	overflow:auto;
}
.lx-autocomplete-advanced span{
	padding:5px 10px;
	line-height:20px;
	border-bottom:1px solid #F2F2F2;
	cursor:pointer;
}
.lx-autocomplete-advanced span:hover{
	background:#F8F8F8;
}
.todropdown{
	display:none;
}
.todropdowninput{
	cursor:pointer;
}
.lx-quick-filter{
	display:inline-block;
	position:relative;
	margin-top:5px;
}
.lx-quick-filter a{
	display:inline-block;
	padding:3px 10px;
	background:#242424;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-delete-file{
	display:inline-block;
	padding:1px 5px 0px;
	margin-right:5px;
	position:relative;
	background:#FF0000;
	color:#FFFFFF !important;
	border-radius:4px;
}
.lx-delete-file-choice{
	display:none;
	position:absolute;
	z-index:2;
	bottom:calc(100% + 5px);
	left:0px;
	padding:5px;
	background:#FFFFFF;
	box-shadow:0px 0px 4px #BEBEBE;
	border-radius:4px;
}
.lx-delete-file-choice a{
	display:inline-block;
	padding:2px 5px;
	background:#CC0000;
	color:#FFFFFF !important;
	border-radius:4px;
}
.lx-suivi-coli{
	background:#242424;
}
.lx-suivi-coli-content{
	max-width:1170px;
	margin:auto;
	padding:30px 15px;
	text-align:center;
}
.lx-suivi-coli p{
	margin-bottom:10px;
	color:#FFFFFF;
}
.lx-suivi-coli input[type='text']{
	display:inline-block;
	width:300px;
	padding:17px;
	background:#FFFFFF;
	border:1px solid #EEEEEE;
	border-radius:4px;
}
.lx-suivi-coli a{
	display:inline-block;
	margin-left:10px;
	padding:15px;
	background:#ff8933;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-colihistory{
	padding:30px !important;
}
.lx-colihistory table{
	width:100%;
	margin-top:15px;
	border-top:1px solid #DDDDDD;
}
.lx-colihistory table tr:nth-child(2n+1){
	background:#FBFBFB;
}
.lx-colihistory table td:first-child{
	border-left:1px solid #DDDDDD;
}
.lx-colihistory table td{
	padding:15px;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
.lx-account-type{
	display:block;
	padding:10px 10px 12px;
	background:#F8F8F8;
	border:1px solid #DDDDDD;
	border-radius:6px;
}
.lx-account-type.active{
	background:#38b6ff;
	color:#FFFFFF;
	border:1px solid #38b6ff;
}
.lx-add-products-to-mediabuyer{
	display:block;
	margin:5px 0px;
	padding:10px;
	text-align:center;
	font-weight:600;
	background:#38b6ff;
	color:#FFFFFF !important;
	border-radius:8px;
}
.lx-show-products{
	display:block;
	margin:5px 0px;
	padding:10px;
	text-align:center;
	font-weight:600;
	color:#38b6ff !important;
	background:#FFFFFF !important;
	border:1px solid #38b6ff;
	border-radius:8px;
}
.lx-product{
	margin:5px 15px;
	background:#F8F8F8;
	border:1px solid #EEEEEE;
	border-radius:8px;
}
.lx-product img{
	float:left;
	width:40px;
	margin:0px;
	margin-right:10px;
	border-radius:8px;
}
.lx-product > .lx-textfield{
	display:flex;
	align-items:center;
}
.lx-product > .lx-textfield > span{
	margin:0px;
}

.lx-show-product-details{
	color:#242424;
	cursor:pointer;
}
.lx-product-details{
	display:none;
	width:200px;
	margin-top:5px;
	padding:10px;
	background:#F8F8F8;
	box-shadow:0px 3px 6px #DEDEDE;
}
.lx-product-details img{
	display:block;
	width:100%;
	margin-bottom:5px;
	border:1px solid #EEEEEE;
}
.lx-product-details a{
	color:#38b6ff !important;
	text-decoration:underline;
}

/* ============================================================
   MODERN LIGHT THEME - COD-CODHELPS.COM
   Color Scheme: Primary #1c5b7f (Blue), White backgrounds
   ============================================================ */

/* ===== GOOGLE FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ===== GLOBAL RESETS ===== */
body {
    font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Cairo', sans-serif !important;
    background: #f0f4f8 !important;
    color: #1e293b !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

/* ===== SIDEBAR / LEFT MENU ===== */
.lx-main-leftside {
    background: linear-gradient(180deg, #1c5b7f 0%, #164a68 50%, #0f3a54 100%) !important;
    width: 250px !important;
    box-shadow: 4px 0 25px rgba(0,0,0,0.15) !important;
    border-right: none !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.2) transparent;
}
.lx-main-leftside::-webkit-scrollbar { width: 4px; }
.lx-main-leftside::-webkit-scrollbar-track { background: transparent; }
.lx-main-leftside::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 10px; }
@media(max-width:1023px){
    .lx-main-leftside {
        left: -250px !important;
        width: 250px !important;
    }
}

/* Sidebar Logo Area */
.lx-main-leftside > a:first-child,
.lx-main-leftside > div:first-child {
    padding: 20px 20px 15px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    margin-bottom: 5px !important;
}
.lx-main-leftside img {
    max-height: 45px !important;
    filter: brightness(10) !important;
}

/* ===== SIDEBAR MENU ITEMS ===== */
.lx-main-menu ul {
    padding: 8px 0 !important;
}
.lx-main-menu ul li {
    margin: 2px 0 !important;
}
.lx-main-menu ul li a {
    display: flex !important;
    align-items: center !important;
    padding: 12px 18px 12px 15px !important;
    margin: 2px 10px 2px 10px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    color: rgba(255,255,255,0.8) !important;
    border-radius: 10px !important;
    transition: all 0.25s ease !important;
    letter-spacing: 0.2px !important;
}
.lx-main-menu ul li a:hover {
    background: rgba(255,255,255,0.12) !important;
    color: #FFFFFF !important;
    padding-right: 18px !important;
    transform: translateX(2px);
}
.lx-main-menu ul li a i {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    margin-right: 12px !important;
    font-size: 16px !important;
    color: rgba(255,255,255,0.7) !important;
    background: rgba(255,255,255,0.08) !important;
    border-radius: 10px !important;
    transition: all 0.25s ease !important;
}
.lx-main-menu ul li a:hover i {
    background: rgba(255,255,255,0.18) !important;
    color: #FFFFFF !important;
}

/* Active menu item */
.lx-main-menu ul li a.active {
    background: rgba(255,255,255,0.15) !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}
.lx-main-menu ul li a.active i {
    background: #FFFFFF !important;
    color: #1c5b7f !important;
    box-shadow: 0 2px 8px rgba(255,255,255,0.3) !important;
}
/* Remove the curved corner pseudo-elements from original theme */
.lx-main-menu ul li a.active ins:first-of-type,
.lx-main-menu ul li a.active ins:last-of-type,
.lx-main-menu ul li a.active::before,
.lx-main-menu ul li a.active::after {
    display: none !important;
}

/* Dropdown arrow */
.lx-main-menu ul li a i.fa-angle-down {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    font-size: 14px !important;
    color: rgba(255,255,255,0.5) !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Submenu items */
.lx-main-menu ul ul {
    background: rgba(0,0,0,0.1) !important;
    border-radius: 8px !important;
    margin: 4px 10px !important;
    padding: 4px 0 !important;
}
.lx-main-menu ul ul li a {
    padding: 10px 15px 10px 52px !important;
    margin: 0 !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.7) !important;
    border-radius: 6px !important;
}
.lx-main-menu ul ul li a:hover {
    color: #FFFFFF !important;
    background: rgba(255,255,255,0.08) !important;
}

/* Notification badges in menu */
.lx-main-menu ul li a span {
    display: inline-block !important;
    margin-left: auto !important;
    padding: 2px 8px !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    background: #ef4444 !important;
    color: #FFFFFF !important;
    border-radius: 20px !important;
    min-width: 22px !important;
    text-align: center !important;
}

/* Mobile menu close button */
.lx-mobile-menu-hide {
    color: #FFFFFF !important;
}

/* ===== HEADER ===== */
.lx-header {
    background: #FFFFFF !important;
    box-shadow: 0 1px 10px rgba(0,0,0,0.06) !important;
    border-bottom: 1px solid #e8ecf1 !important;
    border-radius: 0 !important;
    left: 250px !important;
    width: calc(100% - 280px) !important;
}
@media(max-width:1023px){
    .lx-header {
        left: 0 !important;
        width: calc(100% - 30px) !important;
    }
}
.lx-header-content {
    color: #334155 !important;
}
.lx-header-admin ul li span {
    color: #334155 !important;
}
.lx-header-profile > strong {
    color: #1e293b !important;
}
.lx-header-profile > ins {
    color: #64748b !important;
}

/* Header dropdown */
.lx-header-admin > ul > li > a {
    color: #475569 !important;
}
.lx-header-admin > ul > li > a:hover {
    color: #1c5b7f !important;
}

/* Account settings dropdown */
.lx-account-settings {
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12) !important;
    border: 1px solid #e2e8f0 !important;
}
.lx-account-settings a:hover {
    background: #f0f7ff !important;
    color: #1c5b7f !important;
}

/* ===== MAIN CONTENT AREA ===== */
.lx-main-content {
    padding-left: 250px !important;
    background: #f0f4f8 !important;
    min-height: 100vh !important;
}
@media(max-width:1023px){
    .lx-main-content {
        padding-left: 0 !important;
    }
}

/* ===== PAGE HEADER ===== */
.lx-page-header {
    padding: 20px 25px !important;
}
.lx-page-header h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    text-transform: none !important;
    letter-spacing: -0.3px !important;
}
.lx-page-header p {
    color: #64748b !important;
    font-size: 13px !important;
}

/* Page header buttons */
.lx-page-header a.lx-header-btn {
    background: #1c5b7f !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 10px 18px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    box-shadow: 0 2px 8px rgba(28,91,127,0.3) !important;
    transition: all 0.25s ease !important;
}
.lx-page-header a.lx-header-btn:hover {
    background: #164a68 !important;
    box-shadow: 0 4px 15px rgba(28,91,127,0.4) !important;
    transform: translateY(-1px) !important;
}

/* ===== PAGE CONTENT ===== */
.lx-page-content {
    margin: 0 20px 20px !important;
    padding: 20px !important;
    background: #FFFFFF !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: 0 1px 10px rgba(0,0,0,0.04) !important;
}

/* ===== FILTERS ===== */
.lx-filter {
    background: #FFFFFF !important;
    border-radius: 14px !important;
    padding: 18px 20px !important;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04) !important;
    border: 1px solid #e2e8f0 !important;
}
@media(max-width:1023px){
    .lx-filter {
        display: none !important;
        padding-right: 15px !important;
    }
}
.lx-filter label {
    color: #475569 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}
.lx-filter select,
.lx-filter input[type="text"] {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 9px 14px !important;
    font-size: 13px !important;
    color: #334155 !important;
    transition: all 0.25s ease !important;
}
.lx-filter select:focus,
.lx-filter input[type="text"]:focus {
    border-color: #1c5b7f !important;
    box-shadow: 0 0 0 3px rgba(28,91,127,0.12) !important;
    background: #FFFFFF !important;
}

/* ===== BUTTONS ===== */
.lx-submit a, .lx-submit-add a {
    background: #1c5b7f !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    box-shadow: 0 2px 8px rgba(28,91,127,0.25) !important;
    transition: all 0.25s ease !important;
}
.lx-submit a:hover, .lx-submit-add a:hover {
    background: #164a68 !important;
    box-shadow: 0 4px 15px rgba(28,91,127,0.35) !important;
    transform: translateY(-1px) !important;
}
.lx-login .lx-submit a {
    background: #1c5b7f !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.lx-login .lx-submit a:hover {
    background: #164a68 !important;
}

/* Action buttons */
.lx-demandramassage a.lx-demandramassage-btn,
.lx-add-form a.lx-new {
    background: #1c5b7f !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(28,91,127,0.25) !important;
}
.lx-demandramassage a.lx-demandramassage-btn:hover,
.lx-add-form a.lx-new:hover {
    background: #164a68 !important;
}

/* Submenu buttons */
.lx-submenu li a.active {
    background: #1c5b7f !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}
.lx-submenu li a {
    display: inline-block !important;
    padding: 9px 16px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    background: #f1f5f9 !important;
    border-radius: 10px !important;
    margin-right: 6px !important;
    margin-bottom: 6px !important;
    transition: all 0.25s ease !important;
    border: 1px solid #e2e8f0 !important;
}
.lx-submenu li a:hover {
    background: #e2e8f0 !important;
    color: #1c5b7f !important;
    box-shadow: none !important;
}

/* ===== TABLES ===== */
.lx-table {
    width: 100% !important;
    background: #FFFFFF !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 10px rgba(0,0,0,0.04) !important;
    border: 1px solid #e2e8f0 !important;
}
.lx-table table {
    width: 100% !important;
    background: #FFFFFF !important;
    border-collapse: collapse !important;
}
.lx-table table tr:first-child td,
.lx-table table tr.lx-first-tr td {
    background: #f8fafc !important;
    color: #475569 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 14px 12px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    border-right: 1px solid #f1f5f9 !important;
    border-top: none !important;
}
.lx-table table tr:nth-child(2n+1) {
    background: #fafbfc !important;
}
.lx-table table tr:nth-child(2n) {
    background: #FFFFFF !important;
}
.lx-table table tr:hover {
    background: #f0f7ff !important;
}
.lx-table table tr td {
    padding: 12px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #334155 !important;
    border-right: 1px solid #f1f5f9 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    vertical-align: middle !important;
}
.lx-table table tr td:first-child {
    border-left: none !important;
}
.lx-table table tr:last-child td {
    border-bottom: none !important;
}

/* Table action buttons */
.lx-table a.lx-trash {
    background: #f8fafc !important;
    color: #64748b !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
}
.lx-table a.lx-trash:hover {
    background: #e2e8f0 !important;
    color: #1c5b7f !important;
    box-shadow: none !important;
}
.lx-table > a {
    background: #f8fafc !important;
    color: #64748b !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
}
.lx-table > a:hover {
    background: #e2e8f0 !important;
    color: #1c5b7f !important;
    box-shadow: none !important;
}

/* ===== KPI CARDS ===== */
.lx-kpi-item {
    background: #FFFFFF !important;
    border-radius: 16px !important;
    padding: 22px !important;
    box-shadow: 0 1px 12px rgba(0,0,0,0.05) !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    color: #FFFFFF !important;
}
.lx-kpi-item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    transform: translateY(-2px) !important;
}
.lx-kpi-item strong {
    font-size: 28px !important;
    font-weight: 700 !important;
}
.lx-kpi-item i {
    color: rgba(255,255,255,0.2) !important;
}

/* KPI color cards - modern gradients */
.lx-2b3544 { background: linear-gradient(135deg, #1c5b7f 0%, #2980b9 100%) !important; border: none !important; }
.lx-d11141 { background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%) !important; border: none !important; }
.lx-00b159 { background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%) !important; border: none !important; }
.lx-00aedb { background: linear-gradient(135deg, #2980b9 0%, #3498db 100%) !important; border: none !important; }
.lx-f37735 { background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%) !important; border: none !important; }
.lx-ffc425 { background: linear-gradient(135deg, #f1c40f 0%, #f39c12 100%) !important; border: none !important; }

/* ===== CHART CONTAINERS ===== */
.lx-chart-container {
    background: #FFFFFF !important;
    border-radius: 16px !important;
    padding: 22px !important;
    box-shadow: 0 1px 12px rgba(0,0,0,0.05) !important;
    border: 1px solid #e2e8f0 !important;
    margin-bottom: 20px !important;
}

/* ===== DATA LISTS ===== */
.lx-data-list {
    background: #FFFFFF !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: 0 1px 10px rgba(0,0,0,0.04) !important;
    overflow: hidden !important;
}
.lx-data-list > h3 {
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    padding: 14px 16px !important;
}
.lx-data-list > h2 {
    color: #1c5b7f !important;
    font-weight: 700 !important;
}
.lx-data-list-content ul li {
    border-bottom: 1px solid #f1f5f9 !important;
    color: #475569 !important;
}
.lx-data-list-content ul li a {
    color: #1c5b7f !important;
}

/* ===== POPUP / MODAL - CRITICAL FIX ===== */
.lx-popup {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99999 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(15,23,42,0.6) !important;
    backdrop-filter: blur(4px) !important;
    overflow: auto !important;
}
.lx-popup-inside {
    display: flex !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}
.lx-popup-content {
    background: #FFFFFF !important;
    border-radius: 18px !important;
    padding: 0 !important;
    box-shadow: 0 25px 60px rgba(0,0,0,0.2) !important;
    max-width: 90% !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    animation: popupSlideIn 0.3s ease !important;
}
.lx-popup-content > a {
    color: #64748b !important;
    z-index: 10 !important;
}
.lx-popup-content > a:hover {
    color: #1e293b !important;
}

/* Form inside popup */
.lx-form {
    background: #FFFFFF !important;
    border-radius: 18px !important;
    overflow: hidden !important;
}
.lx-form-title {
    background: #f8fafc !important;
    color: #1e293b !important;
    font-weight: 600 !important;
    padding: 16px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

/* ===== FORM INPUTS ===== */
.lx-add-form label input[type='text'],
.lx-textfield input[type='text'],
.lx-textfield select,
.lx-textfield textarea {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    color: #334155 !important;
    transition: all 0.25s ease !important;
}
.lx-add-form label input[type='text']:focus,
.lx-textfield input[type='text']:focus,
.lx-textfield select:focus,
.lx-textfield textarea:focus {
    border-color: #1c5b7f !important;
    box-shadow: 0 0 0 3px rgba(28,91,127,0.12) !important;
    background: #FFFFFF !important;
}

/* ===== SELECT DROPDOWNS ===== */
select {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 9px 14px !important;
    font-size: 13px !important;
    color: #334155 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    padding-right: 32px !important;
}
select:focus {
    border-color: #1c5b7f !important;
    box-shadow: 0 0 0 3px rgba(28,91,127,0.12) !important;
}

/* ===== INPUT FIELDS ===== */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
textarea {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 9px 14px !important;
    font-size: 13px !important;
    color: #334155 !important;
    transition: all 0.25s ease !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: #1c5b7f !important;
    box-shadow: 0 0 0 3px rgba(28,91,127,0.12) !important;
    background: #FFFFFF !important;
    outline: none !important;
}

/* ===== PAGINATION ===== */
.lx-pagination ul li a {
    background: #f8fafc !important;
    color: #475569 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    font-weight: 500 !important;
    transition: all 0.25s ease !important;
}
.lx-pagination ul li a:hover,
.lx-pagination ul li a.active {
    background: #1c5b7f !important;
    color: #FFFFFF !important;
    border-color: #1c5b7f !important;
}

/* ===== TRACKING STATS ===== */
.lx-tracking-stats-item {
    background: linear-gradient(135deg, #1c5b7f 0%, #2980b9 100%) !important;
    border-radius: 12px !important;
    color: #FFFFFF !important;
}

/* ===== NOTIFICATION BUTTON ===== */
#my-notification-button {
    background: #1c5b7f !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
}

/* ===== CHECKBOX ===== */
label .checkmark:after {
    border-color: #1c5b7f !important;
}

/* ===== GREEN COLOR OVERRIDES ===== */
.lx-main-menu ul li a.active ins:first-of-type { background: #1c5b7f !important; }
.lx-main-menu ul li a.active ins:last-of-type { background: #1c5b7f !important; }

/* ===== ACCOUNT TYPE ===== */
.lx-account-type.active {
    background: #1c5b7f !important;
    border-color: #1c5b7f !important;
}

/* ===== MISC BLUE OVERRIDES ===== */
.lx-add-products-to-mediabuyer {
    background: #1c5b7f !important;
}
.lx-show-products {
    color: #1c5b7f !important;
    border-color: #1c5b7f !important;
}
.lx-product-details a {
    color: #1c5b7f !important;
}

/* ===== SHOW FILTER LINK ===== */
.lx-show-filter {
    color: #1c5b7f !important;
}

/* ===== STATUS BADGES ===== */
.lx-state {
    border-radius: 20px !important;
    padding: 4px 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* ===== ANIMATION ===== */
@keyframes popupSlideIn {
    from { opacity: 0; transform: translateY(-20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ===== SMOOTH TRANSITIONS ===== */
a, button, input, select, .lx-btn, .lx-submit a, .lx-table a {
    transition: all 0.25s ease !important;
}

/* ===== RESPONSIVE FIXES ===== */
@media(max-width:1023px) {
    .lx-main-content {
        padding-left: 0 !important;
    }
    .lx-filter {
        margin: 0 10px 15px !important;
    }
    .lx-page-content {
        margin: 0 10px 15px !important;
    }
}

/* ===== LOGIN PAGE ===== */
.lx-right-bg-shadow {
    background: linear-gradient(to top, rgba(28,91,127,0.85), rgba(28,91,127,0.6) 100%) !important;
}

/* ===== PRINT HIDDEN ===== */
@media print {
    .lx-main-leftside, .lx-header { display: none !important; }
    .lx-main-content { padding-left: 0 !important; }
}
