
.lx-wrapper{
	position:relative;
}
.lx-left-bloc{
	position:fixed;
	top:0px;
	right:0px;
	width:50%;
	height:100%;
}
@media(max-width:1023px){
	.lx-left-bloc{
		display:none;
	}
}
.lx-circle1{
	position:absolute;
	top:-50%;
	right:-100%;
	z-index:1;
	width:200%;
	height:200%;
	background:#b2f505;
	border-radius:47%;
}
.lx-circle2{
	position:absolute;
	top:-50%;
	right:-100%;
	z-index:2;
	display:flex;
	width:200%;
	height:200%;
	background:#3A0770;
	border-radius:50%;
}
.lx-circle3{
	position:absolute;
	top:0px;
	right:0px;
	z-index:3;
	display:flex;
	width:100%;
	height:100%;
}
.lx-circle3 img{
	margin:auto;
	width:320px;
}
.lx-login{
	position:fixed;
	z-index:2;
	top:0px;
	left:0px;
	display:flex;
	width:50%;
	height:100%;
}
@media(max-width:1023px){
	.lx-login{
		width:100%;
		padding:15px;
	}
}
.lx-login-content{
	margin:auto;
	width:400px;
}
.lx-login-logo img{
	width:200px;
	margin:0px auto 30px;
	display:block;
}
.lx-login-content h2{
	margin:20px 0px;
	font-weight:600;
	font-size:30px;
}
.lx-login-content p{
	margin:0px 0px 30px;
	font-weight:400;
	font-size:18px;
}
.lx-login .lx-textfield{
	position:relative;
	margin-bottom:20px;
}
.lx-login .lx-textfield label{
	display:block;
}
.lx-login .lx-textfield input[type='text'],
.lx-login .lx-textfield input[type='password']{
	display:block;
	width:100%;
	padding:20px 30px;
	background:#f1f5f9;
	border:1px solid #CCCCCC;
	border-radius:8px;
	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-login .lx-submit{
	text-align:center;
}
.lx-login .lx-submit a{
	display:inline-block;
	margin-top:10px;
	padding:15px 40px;
	font-weight:500;
	text-transform:uppercase;
	background:#3A0770;
	color:#f1f5f9;
	border:0px;
	border-radius:8px;
}
.lx-login .lx-submit a:hover{
	background:#b2f505;
}
.lx-login .lx-textfield label i.fa-eye-slash{
	position:absolute;
	right:15px;
	top:12px;
	font-size:20px;
	color:#CCCCCC;
}
.lx-password-forgotten{
	float:right;
	color:#b2f505;
}
.lx-login-error{
	margin-bottom:20px;
	padding:10px;
	background:#FF0000;
	color:#f1f5f9;
	border:1px solid #FF0000;
}

.lx-header{
	position:fixed;
	z-index:9;
	top:0px;
	left:0px;
	width:100%;
	height:70px;
	background:#FFFFFF;
	box-shadow:0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
}
.lx-header-content{
	padding:15px 20px;
}
.lx-mobile-menu i{
	display:inline-block;
	margin-top:2px;
	font-size:40px;
	color:#242424;
}
.lx-logo{
	padding:24px 10px;
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.lx-logo a{
	display:inline-block;
	font-family:'Righteous';
	font-size:22px;
	line-height:20px;
	text-transform:uppercase;
	color:#FFFFFF;
}
.lx-header-admin{
	float:right;
}
.lx-header-admin ul li{
	position:relative;
	float:left;
}
.lx-header-admin ul li span{
	display:block;
	margin-right:10px;
	padding:10px;
	font-size:14px;
	font-weight:500;
	background:#F8F8F8;
	border-radius:4px;
	box-shadow:0px 1px 3px #DDDDDD;
	cursor:pointer;
}
.lx-header-admin > ul > li > a{
	display:inline-block;
	padding:5px 10px;
	font-size:24px;
	color:#242424;
}
.lx-header-admin > ul > li > img{
	display:block;
	width:40px;
	height:40px;
	margin-left:10px;
	border-radius:50%;
	box-shadow:0px 0px 10px #EEEEEE;
	cursor:pointer;
}
.lx-account-settings{
	position:absolute;
	top:60px;
	right:0px;
	display:none;
	width:240px;
	background:#FFFFFF;
	box-shadow:0px 0px 10px #BEBEBE;
	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:300;
}
.lx-account-settings div p{
	font-size:13px;
	font-weight:300;
	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:#3A0770;
	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:#f2f2f2;
}
@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:#fbfbfb;
	color:#475569;
}
.lx-main-menu ul li a.active i{
	color:#FFFFFF;
	background:#b2f505;
}
.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:#3A0770;
	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:#fbfbfb;
}
.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:#3A0770;
	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:#fbfbfb;
}
.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:#b2f505;
	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:#b7bfda;
}
.lx-main-content{
	padding:70px 0px 0px 230px;
	transition:all ease 0.3s;
}
@media(max-width:1023px){
	.lx-main-content{
		padding:70px 0px 0px 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:#3A0770;
	}
}
.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:#3A0770;
}
.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:#3A0770;
}
.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:#3A0770;
	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:#3A0770;
	color:#FFFFFF;
}
.lx-demandramassage a.lx-demandramassage-btn:hover{
	background:#3A0770;
}
.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 h3{
	margin-bottom:15px;
	font-size:14px;
	font-weight:500;
}
/* General Button Styling */
.lx-add-form a.lx-new {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #3A0770;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 6px rgba(58, 7, 112, 0.2);
}

/* Hover Effect */
.lx-add-form a.lx-new:hover {
    background: #290555;
    box-shadow: 0px 4px 8px rgba(58, 7, 112, 0.3);
}

/* Focus Effect */
.lx-add-form a.lx-new:focus {
    outline: none;
    box-shadow: 0px 0px 8px rgba(58, 7, 112, 0.5);
}

/* Hidden Input for File Upload */
.lx-add-form a.lx-new input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Hidden Input for File Upload */
.lx-add-form a.lx-new i {
   margin-right:5px;
}

/* Error Button (Import Failed) */
.lx-add-form a.lx-new.lx-error-import {
    background: #FF3B3B !important;
    box-shadow: 0px 2px 6px rgba(255, 59, 59, 0.2);
}

.lx-add-form a.lx-new.lx-error-import:hover {
    background: #CC0000 !important;
    box-shadow: 0px 4px 8px rgba(255, 59, 59, 0.3);
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .lx-add-form a.lx-new {
        display: block;
        text-align: center;
        margin-bottom: 8px;
        width: 100%;
    }
}

#editkpiform{
	padding:15px 15px 0px 15px;
}
#editkpiform label{
	position:relative;
	display:inline-block;
	margin-bottom:20px;
	margin-right:20px;
}
/* General Textfield Styling */
.lx-textfield {
    position: relative;
}

/* Labels */
.lx-textfield label {
	position:relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

/* Inputs */
.lx-textfield input[type='text'],
.lx-textfield input[type='number'],
.lx-textfield input[type='password'],
.lx-textfield select,
.lx-textfield textarea {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

/* Input Focus Effect */
.lx-textfield input[type='text']:focus,
.lx-textfield input[type='number']:focus,
.lx-textfield input[type='password']:focus,
.lx-textfield select:focus,
.lx-textfield textarea:focus {
    border-color: #3A0770;
    box-shadow: 0 0 8px rgba(58, 7, 112, 0.3);
    outline: none;
}

/* Autofill Styles */
.lx-login .lx-textfield input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #F8F8F8 inset !important;
}

/* Specific Input Adjustments */
.lx-login .lx-textfield input[type='text'],
.lx-login .lx-textfield input[type='password'] {
    padding: 14px;
    background: #F8F8F8;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* Textarea */
.lx-textfield textarea {
    height: 120px;
    resize: vertical;
}

/* Image Picker */
.lx-image-picker {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: #fff;
    border: 2px dashed #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: border 0.3s ease-in-out;
}

.lx-image-picker:hover {
    border-color: #3A0770;
}

/* Submit Buttons */
.lx-submit a,
.lx-submit-add a {
    display: inline-block;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    background: #3A0770;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.lx-submit a:hover,
.lx-submit-add a:hover {
    background: #290555;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .lx-textfield input[type='text'],
    .lx-textfield input[type='number'],
    .lx-textfield input[type='password'],
    .lx-textfield select,
    .lx-textfield textarea {
        padding: 14px;
    }

    .lx-image-picker {
        width: 100px;
        height: 100px;
    }
}

.lx-table {
    width: 100%;
    margin-top: 15px;
    overflow: auto;
    background: #fff;
}

.lx-table label {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    color: #333;
}

.lx-table p {
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #242424;
}

/* Buttons */
.lx-table a.lx-trash,
.lx-table > a {
    float: right;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    background: #f8f9fa;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.lx-table a.lx-trash:hover,
.lx-table > a:hover {
    background: #e9ecef;
    color: #000;
}

/* Table Styling */
.lx-table table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}

.lx-table table tr:nth-child(odd) {
    background: #f6f7f9;
}

.lx-table table tr:hover {
    background: #eef1f5;
}

.lx-table table tr td {
    padding: 12px 15px;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #ddd;
}

.lx-table table tr td:first-child {
    width: auto;
    border-left: 1px solid #ddd;
}

.lx-table table tr td:last-child {
    width: auto;
    border-right: 1px solid #ddd;
    white-space: nowrap;
}

/* Header Row */
.lx-table table tr:first-child td {
    padding: 14px 16px;
    font-weight: 600;
    font-size: 15px;
    color: #222;
    background: #e3e6eb;
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
	white-space:nowrap;
}

/* Last Row */
.lx-table table tr:last-child td {
    border-bottom: 2px solid #ccc;
}

/* Avatars */
.lx-table table tr td img.lx-avatar {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

/* Links */
.lx-table table tr td span{
    display:block;
}

/* Links */
.lx-table table tr td a {
    color: #242424;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.lx-table table tr td > a {
    font-size: 13px;
    color: #3A0770;
    font-weight: 500;
}

.lx-table table tr td a.lx-delete {
    color: #d9534f;
    font-weight: bold;
}

.lx-table table tr td a:hover {
    color: #007bff;
}

/* Select Dropdown */
.lx-table table tr td select {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    background: #fff;
}

.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;
}
/* Pagination Container */
.lx-pagination {
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Pagination List */
.lx-pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Pagination Items */
.lx-pagination ul li {
    margin-left: 10px;
}

/* Active Page Span */
.lx-pagination ul li span {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #242424;
    border-radius: 50%;
}

/* Page Number & Navigation Buttons */
.lx-pagination ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 16px;
    font-weight: 600;
    color: #424242;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

/* Hover & Active States */
.lx-pagination ul li a:hover,
.lx-pagination ul li a:focus {
    background: #3A0770;
    color: #fff;
    border-color: #3A0770;
}

/* Previous & Next Buttons */
.lx-pagination ul li a.previous,
.lx-pagination ul li a.next {
    border: 2px solid #424242;
    background: transparent;
}

.lx-pagination ul li a.previous:hover,
.lx-pagination ul li a.next:hover {
    background: #3A0770;
    color: #fff;
    border-color: #3A0770;
}

/* Disabled State */
.lx-pagination ul li a.disabled {
    border: 2px solid #BEBEBE;
    color: #BEBEBE;
    cursor: not-allowed;
    background: #f8f8f8;
}

/* Dropdown for Page Selection */
.lx-pagination ul li select {
    padding: 8px;
    border: 2px solid #424242;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    transition: border 0.2s ease-in-out;
}

.lx-pagination ul li select:focus {
    border-color: #3A0770;
    outline: none;
}

.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:#3A0770;
	color:#FFFFFF;
}
.lx-medias-toolbar:hover a{
	background:#3A0770;
}
.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;
}
/* Popup Container */
.lx-form {
    width: 700px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/* Mobile Optimization */
@media (max-width: 1023px) {
    .lx-form {
        width: 100%;
        min-width: 100%;
    }
}

/* Popup Title */
.lx-form-title {
    padding: 12px 15px;
    text-align: center;
    background: #F8F8F8;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ddd;
}

/* Popup Content */
.lx-popup .lx-add-form {
    padding: 20px;
}

.lx-keyword-rate{
	float:right;
}
/* General Styling */
.lx-keyword {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

/* Labels */
.lx-keyword label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Text Input */
.lx-keyword label input[type='text'] {
    width: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.lx-keyword label input[type='text']:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

/* Select Dropdown */
.lx-keyword label select {
    width: 220px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.lx-keyword label select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

/* Responsive Design */
@media (max-width: 1023px) {
    .lx-keyword {
        flex-direction: column;
        gap: 12px;
    }
    
    .lx-keyword label {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .lx-keyword label input[type='text'],
    .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{
	padding:20px 15px;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
	border-radius:12px;
}
.lx-state-count a{
	display:block;
	padding:10px;
	color:#242424;
}
.lx-state-count a i{
	float:right;
	width:50px;
	height:50px;
	font-size:20px;
	text-align:center;
	padding-top:10px;
	background:#242424;
	color:#FFFFFF;
	border-radius:12px;
}
.lx-state-count a i svg{
	width:30px;
}
.lx-state-count a span{
	display:block;
	margin-bottom:5px;
	font-size:18px;
	font-weight:500;
	color:#242424;
	white-space:nowrap;
}
.lx-state-count a strong{
	font-size:20px;
}
.lx-state-count a ins{
	font-size:12px;
}
.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){
	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-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:#3A0770;
	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;
}
/* Bulk Action Container */
.lx-action-bulk {
    float: left;
    margin-right: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Bulk Action Select Dropdown */
.lx-action-bulk select {
    padding: 9px 12px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: border 0.2s ease-in-out;
}

.lx-action-bulk select:focus {
    border-color: #3A0770;
    outline: none;
}

/* Bulk Action Button */
.lx-action-bulk a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    background: #3A0770;
    color: #FFFFFF;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease-in-out, box-shadow 0.2s ease-in-out;
}

.lx-action-bulk a:hover,
.lx-action-bulk a:focus {
    background: #4A0890;
    box-shadow: 0 3px 6px rgba(58, 7, 112, 0.3);
}

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{
	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-project-diagram{
	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-clone{
	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-warehouse{
	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-globe{
	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-video{
	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-eye{
	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-paper-plane{
	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-download{
	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-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-table i.fa-user-friends{
	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-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:#3A0770;
	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:#3A0770;
}
.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:#3A0770;
	color:#FFFFFF;
}
.lx-show-variants{
	float:right;
	display:inline-block;
	margin:15px 15px 0px 0px;
	color:#3A0770;
}
#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:#3A0770;
	color:#FFFFFF;	
}
.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:#3A0770;
	color:#FFFFFF;
}
.lx-command-history{
	padding:15px;
}
.lx-command-history p{
	position:relative;
	font-weight:500;
	line-height:24px;
	text-align:center;
}
.lx-command-history p:last-of-type::after{
	position:absolute;
	z-index:1;
	bottom:-15px;
	left:50%;
	content:'';
	width:10px;
	height:10px;
	margin-left:-5px;
	background:#828282;
	border-radius:50%;
}
.lx-command-history ul{
	position:relative;
	width:100%;
	margin-top:10px;
	padding:10px 0px;
}
.lx-command-history ul::before{
	position:absolute;
	z-index:1;
	top:0px;
	right:50%;
	content:'';
	width:1px;
	height:100%;
	background:#828282;
}
.lx-command-history ul::after{
	position:absolute;
	z-index:1;
	bottom:0px;
	left:50%;
	content:'';
	width:10px;
	height:10px;
	margin-left:-5px;
	background:#828282;
	border-radius:50%;
}
.lx-command-history ul li{
	margin:20px 0px;
	text-align:center;
}
.lx-command-history ul li span{
	display:inline-block;
	width:200px;
	text-align:right;
}
.lx-command-history ul li span:nth-child(3){
	text-align:left;
}
.lx-command-history ul li ins{
	position:relative;
	z-index:2;
	display:inline-block;
	width:140px;
	padding:5px 0px;
	color:#828282;
	background:#FFFFFF;
}
.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:30px;
	height:22px;
	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:#3A0770;
}
.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:#3A0770;
	color:#FFFFFF !important;
}
.lx-receipt-img{
	display:block;
	max-width:100px;
	max-height:100px;
	margin:0px !important;
	margin-bottom:5px !important;
	cursor:zoom-in;
}
/* General Styling */
.lx-main-content .lx-add-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
	margin-top:15px;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.lx-add-form img{
	display:block;
	max-width:100%;
	margin:auto;
}
.lx-stats-bloc{
	max-height:400px;
	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 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:#3A0770;
	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 li{
	display:block;
}
.lx-advanced-select > div label{
	position:relative;
	white-space:nowrap;
}
.lx-advanced-select-add > div label{
	display:block;
	margin:10px 0px;
}
.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:#3A0770;
	color:#FFFFFF;
	border:1px solid #3A0770;
	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:#3A0770;
	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:#3A0770;
	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:#3A0770;
	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;;	
}
.lx-notices-item{
	position:relative;
	padding:20px;
	border-radius:6px;
	overflow:hidden;
	background:#ebf6fa;
	border:1px solid #39ADD1;	
}
.lx-notices-item img{
	display:block;	
}
.lx-notices-item p{
	position:relative;
	z-index:2;
	margin-left:50px;
	font-size:16px;
	line-height:24px;
}
.lx-notices-item i.fa{
	position:absolute;
	z-index:1;
	top:5px;
	left:5px;
	font-size:60px;
	opacity:0.05;
}
.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;
}
.lx-confirmed-blink{
	position:relative;
	top:-2px;
	display:inline-block;
	padding:3px 5px;
	font-size:10px;
	color:#CC0000;
	background:#FFFFFF;
	border-radius:6px;
}
@keyframes allblink { 
	0% {color:#CC0000;background:#FFFFFF;}
	50% {color:#FFFFFF;background:#CC0000;} 
}
.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;
}
.lx-phone-layouts{
	text-align:center;
}
.lx-phone-layouts img{
	display:inline-block !important;
	margin:10px !important;
}
.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;
}
.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{
	display:block;
	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;
}
#countries{
	padding:12px;
	border:1px solid #DDDDDD;
}
.lx-workers-state li{
	margin-right:20px;
}
.lx-connected{
	color:#7EC855;
}
.lx-halfconnected{
	color:#FFA500;
}
.lx-disconnected{
	color:#EE0000;
}
.lx-quick-filter{
	display:inline-blockolevia@gmail.com;
	position:relative;
	top:38px;
}
@media(max-width:768px){
	.lx-quick-filter{
		display:none;
	}
}
.lx-quick-filter a{
	display:inline-block;
	padding:3px 10px;
	background:#242424;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-stockdlm-note{
	padding:15px;
}
.lx-stockdlm-note span{
	display:block;
	padding:10px;
	background:#FDFDFD;
	border:1px solid #EEEEEE;
}
.lx-stockdlm-note span:nth-child(2n+1){
	background:#F8F8F8;
}
.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;
	padding:8px 6px;
	background:#F8F8F8;
	color:#242424;
	border-radius:6px;
	box-shadow:0px 0px 10px #BEBEBE;
	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,.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;
}
.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-show-product-details{
	color:#242424;
	cursor:pointer;
}
.lx-product-details{
	display:none;
	width:200px;
	margin-top:5px;
	padding:10px;
	background:#F8F8F8;
	box-shadow:0px 0px 10px #BEBEBE;
}
.lx-product-details img{
	display:block;
	width:100%;
	margin-bottom:5px;
	border:1px solid #EEEEEE;
}
.lx-product-details a{
	color:#3A0770 !important;
	text-decoration:underline;
}
.lx-product-affiliate{
	margin:10px;
	padding:0px;
	background:#FFFFFF;
	border-radius:20px;
	overflow:hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.06);
}
.lx-product-affiliate-img{
	position:relative;
}
.lx-product-affiliate-img .lx-photos-preview{
	width:200px;
	padding:0px;
	background:none;
	border-radius:0px;
	border:0px;
}
.lx-product-affiliate-img .lx-photos-preview img{
	display:block;
}
.lx-product-affiliate-img .lx-upload-photos{
	position:absolute;
	z-index:4;
	top:10px;
	left:10px;
}
.lx-product-affiliate-img  .lx-upload-photos a{
	height:auto;
	font-size:20px;
	color:#242424;
	border:0px;
	border-radius:6px;
}
.lx-product-affiliate p{
	margin:0px 0px 10px;
	line-height:24px;
	font-size:14px;
}
.lx-product-affiliate p span{
	font-weight:normal;
}
.lx-product-affiliate-text{
	padding:20px;
}
.lx-product-affiliate-text h2{
	position:relative;
	padding-bottom:15px;
	margin-bottom:20px;
	font-size:20px;
}
.lx-product-affiliate-text h2::before{
	position:absolute;
	content:'';
	bottom:0px;
	left:0px;
	width:60px;
	height:2px;
	background:#b2f505;
}
.lx-product-affiliate-text h3{
	font-size:22px;
	text-align:center;
	color:#3A0770;
}
.lx-product-affiliate-text h4{
	margin-top:10px;
	text-align:center;
}
.lx-product-affiliate-text h4 span{
	display:inline-block;
	padding:10px 20px;
	font-size:16px;
	color:#FFFFFF;
	border-radius:16px;
}
.lx-product-variants{
	position:absolute;
	bottom:0px;
	left:0px;
	padding:10px;
	width:100%;
	text-align:center;
}
.lx-product-variants .lx-colors{
	display:inline-block;
	width:26px;
	height:26px;
	margin:10px 0px;
	border:2px solid #FFFFFF;
	border-radius:50%;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.06);
}
.lx-product-variants .lx-sizes{
	margin:10px 0px;
	padding:5px 15px;
	background:#FFFFFF;
	border-radius:20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.06);
}
.lx-more-offers{
	display:none;
}
.lx-show-more-offers{
	color:#39add1;
	font-weight:bold;
}
.lx-actions-btns{
	margin-top:20px;
	text-align:center;
}
.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-exclusive{
	position:absolute;
	z-index:3;
	top:10px;
	right:10px;
	padding:10px;
	font-size:20px;
	background:#39add1;
	color:#FFFFFF;
	border-radius:0px 0px 0px 10px;
}
.lx-list-items{
	border:1px solid #EEEEEE;
}
.lx-list-items p{
	display:block;
	width:100%;
	padding:10px;
	background:#F8F8F8;
}
.lx-list-items p:nth-child(2n+1){
	background:#EEEEEE;
}
.lx-list-items p span{
	float:right;
	font-weight:bold;
}
.lx-list-items p i{
	float:left;
	margin-right:10px;
	cursor:pointer;
}

        .dashboard {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 0 auto;
        }

        .kpi-wrapper {
            position: relative;
            padding-top: 30px;
        }

        .kpi-lines {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
        }

        .kpi-wrapper .kpi-title{
            font-size:14px;
        }

        .kpi-wrapper .kpi-subtitle{
            font-size:14px;
        }

        /* Blue Card */
        .kpi-wrapper:nth-child(1) .kpi-top { background-color: #ecfbff; }
        .kpi-wrapper:nth-child(1) .line-1,
        .kpi-wrapper:nth-child(1) .line-2 { background-color: #ceebf4; }
        .kpi-wrapper:nth-child(1) .kpi-title { color: #0fa8d0; }
        .kpi-wrapper:nth-child(1) .kpi-subtitle { color: #0fa8d0; }
        .kpi-wrapper:nth-child(1) .kpi-icon-wrapper { background-color: #cceff8; }
        .kpi-wrapper:nth-child(1) .lnr { color: #0fa8d0; }

        /* Purple Card */
        .kpi-wrapper:nth-child(2) .kpi-top { background-color: #f4f2ff; }
        .kpi-wrapper:nth-child(2) .line-1,
        .kpi-wrapper:nth-child(2) .line-2 { background-color: #e4e2f9; }
        .kpi-wrapper:nth-child(2) .kpi-title { color: #8a76eb; }
        .kpi-wrapper:nth-child(2) .kpi-subtitle { color: #8a76eb; }
        .kpi-wrapper:nth-child(2) .kpi-icon-wrapper { background-color: #e5e0fc; }
        .kpi-wrapper:nth-child(2) .lnr { color: #8a76eb; }

        /* Green Card */
        .kpi-wrapper:nth-child(3) .kpi-top { background-color: #eefcef; }
        .kpi-wrapper:nth-child(3) .line-1,
        .kpi-wrapper:nth-child(3) .line-2 { background-color: #def3e3; }
        .kpi-wrapper:nth-child(3) .kpi-title { color: #68d170; }
        .kpi-wrapper:nth-child(3) .kpi-subtitle { color: #68d170; }
        .kpi-wrapper:nth-child(3) .kpi-icon-wrapper { background-color: #daf5dc; }
        .kpi-wrapper:nth-child(3) .lnr { color: #68d170; }

        /* Red Card */
        .kpi-wrapper:nth-child(4) .kpi-top { background-color: #fff2ec; }
        .kpi-wrapper:nth-child(4) .line-1,
        .kpi-wrapper:nth-child(4) .line-2 { background-color: #f8e2d8; }
        .kpi-wrapper:nth-child(4) .kpi-title { color: #f97336; }
        .kpi-wrapper:nth-child(4) .kpi-subtitle { color: #f97336; }
        .kpi-wrapper:nth-child(4) .kpi-icon-wrapper { background-color: #fee0d2; }
        .kpi-wrapper:nth-child(4) .lnr { color: #f97336; }

        .line-1 {
            width: 80%;
            height: 6px;
            border-radius: 2px;
        }

        .line-2 {
            width: 90%;
            height: 6px;
            border-radius: 2px;
        }

        .kpi-card {
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .kpi-top {
            flex: 1;
            padding: 15px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .kpi-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 20px;
        }

        .kpi-content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .kpi-metrics {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .kpi-label {
            font-size: 13px;
            color: #666;
        }

        .kpi-value {
            font-size: 24px;
            font-weight: 700;
            margin: 0;
            line-height: 1;
        }

        .kpi-icon-wrapper {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .kpi-icon {
            font-size: 18px;
        }

        .kpi-bottom {
            background-color: white;
            padding: 15px;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .status-blocks {
            display: flex;
            gap: 15px;
        }

        .status-block {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .status-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
        }

        .status-icon {
            font-size: 14px;
        }

        .status-title {
            font-size: 12px;
            color: #666;
        }

        .status-metrics {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .status-count {
            font-size: 13px;
            font-weight: 600;
            color: #444;
        }

        .status-percentage {
            font-size: 12px;
            font-weight: 600;
        }

        /* Status colors */
        .status-block:nth-child(1) .status-icon,
        .status-block:nth-child(1) .status-percentage {
            color: #fb8c00;
        }

        .status-block:nth-child(2) .status-icon,
        .status-block:nth-child(2) .status-percentage {
            color: #4caf50;
        }

        .status-block:nth-child(3) .status-icon,
        .status-block:nth-child(3) .status-percentage {
            color: #f44336;
        }

        .chart-container {
			padding:0px 40px;
            width: 100% !important;
			height:44px !important;
            position: relative;
        }

        .chart-tooltip {
            position: absolute;
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 12px;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.2s;
            z-index: 10;
        }

        .chart-point {
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.2s;
        }

        .chart-container:hover .chart-point {
            opacity: 1;
        }

        .revenue-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 10px;
            border-top: 1px solid #eee;
        }

        .revenue-info {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .revenue-icon {
            font-size: 14px;
            color: #666;
        }

        .revenue-text {
            font-weight: 600;
            font-size: 12px;
            color: #666;
        }

        .revenue-amount {
            font-weight: 600;
            color: #444;
        }


        /* Date Filter Styles */
        .date-filter {
            display: flex;
            margin-bottom: 20px;
        }

        .date-filter a {
            padding: 8px 16px;
            border: 1px solid #e0e0e0;
            background: white;
            color: #666;
            cursor: pointer;
            font-size: 13px;
            transition: all 0.2s;
            margin-right: -1px; /* Overlap borders */
            text-decoration: none;
            display: inline-block;
        }

        .date-filter a:first-child {
            border-radius: 4px 0 0 4px;
        }

        .date-filter a:last-child {
            border-radius: 0 4px 4px 0;
            margin-right: 0;
        }

        .date-filter a:hover,
        .date-filter a.active {
            background: #f5f5f5;
            position: relative; /* Ensure border shows on top when hovered */
            z-index: 1;
        }

        /* Info Block Styles */
        .info-block {
            background: #4caf50;
            border-radius: 8px;
            padding: 30px;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 20px;
        }

        .info-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 15px;
        }

        .info-header h1 {
            margin-top: 10px;
        }

        .info-icon {
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
        }

        .info-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 25px;
        }

        .info-content h1 {
            font-size: 24px;
            margin-bottom: 5px;
            font-weight: 500;
        }

        .info-content p {
            font-size: 15px;
            opacity: 0.9;
        }

        .contact-button {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px 20px;
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.8);
            border-radius: 6px;
            color: white;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
            width: 100%;
            margin-top: 10px;
        }

        .contact-button:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
        }

        .contact-button .lnr {
            font-size: 18px;
        }

        /* Products Section Styles */
        .products-section {
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            overflow: auto;
        }

        .products-header {
            padding: 20px;
            border-bottom: 1px solid #eee;
        }

        .products-title {
            font-size: 18px;
            color: #333;
            margin-bottom: 5px;
            font-weight: 500;
        }

        .products-subtitle {
            font-size: 13px;
            color: #666;
        }

        .products-filters {
            display: flex;
            gap: 20px;
            padding: 15px 20px;
            border-bottom: 1px solid #eee;
            overflow-x: auto;
        }

        .filter-item {
            color: #666;
            font-size: 14px;
            cursor: pointer;
            padding: 5px 0;
            position: relative;
            white-space: nowrap;
        }

        .filter-item.active {
            color: #2196f3;
        }

        .filter-item.active::after {
            content: '';
            position: absolute;
            bottom: -16px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #2196f3;
        }

        .filter-item .arrow {
            font-size: 10px;
            margin-left: 5px;
        }

        .no-data {
            padding: 40px;
            text-align: center;
        }

        .no-data-title {
            font-size: 16px;
            color: #333;
            margin-bottom: 8px;
        }

        .no-data-text {
            font-size: 13px;
            color: #666;
        }

        /* Main Content Styles */
        .main-content {
            align-items: flex-start;
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 20px;
            margin-bottom: 20px;
        }
	
		@media(max-width:768px){
			.main-content{
				grid-template-columns:auto;
			}
		}

        /* Products Table Styles */
        .products-table {
            width: 100%;
            border-collapse: collapse;
        }

        .products-table td, .products-table th {
			width:auto !important;
            padding: 12px 20px;
            text-align: left;
            font-size: 13px;
            color: #666;
			white-space:nowrap;
        }

        .products-table th {
            font-weight: 500;
            color: #333;
            background: #f8f9fa;
        }

        .products-table tr {
            border-bottom: 1px solid #eee;
        }

        .products-table tr:last-child {
            border-bottom: none;
        }

        /* Column Widths */
        .products-table th:nth-child(1),
        .products-table td:nth-child(1) {
            width: 20%;
        }

        .products-table th:nth-child(2),
        .products-table td:nth-child(2) {
            width: 8%;
        }

        .products-table th:nth-child(3),
        .products-table td:nth-child(3) {
            width: 8%;
        }

        .products-table th:nth-child(4),
        .products-table td:nth-child(4) {
            width: 8%;
        }

        .products-table th:nth-child(5),
        .products-table td:nth-child(5),
        .products-table th:nth-child(6),
        .products-table td:nth-child(6),
		.products-table th:nth-child(7),
		.products-table td:nth-child(7) {
            width: 10%;
        }

        .product-name {
            display: flex;
            align-items: center;
            gap: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .product-name span {
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .product-image {
            width: 40px;
            height: 40px;
            border-radius: 4px;
            object-fit: cover;
        }

        .status-badge {
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 500;
        }

        .status-delivered {
            background: #e8f5e9;
            color: #4caf50;
        }

        .status-pending {
            background: #fff3e0;
            color: #ff9800;
        }

        .status-confirmed {
            background: #e3f2fd;
            color: #2196f3;
        }

        .rate-positive {
            color: #4caf50;
        }

        .rate-negative {
            color: #f44336;
        }

        /* Charts Grid */
        .fl-charts-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }
		
		@media(max-width:768px){
			.fl-charts-grid{
				grid-template-columns:auto;
			}
		}

        .fl-chart-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        .fl-chart-container {
            position: relative;
            height: 300px;
            width: 100%;
            margin-bottom: 20px;
        }

        .fl-chart-header {
            margin-bottom: 20px;
        }

        .fl-chart-title {
            font-size: 16px;
            color: #333;
            margin-bottom: 5px;
        }

        /* Stats Section */
        .fl-stats-section {
            margin-top: 20px;
        }

        .fl-stat-item {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .fl-stat-icon {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: white;
        }

        .fl-stat-leads { background: #9c27b0; }
        .fl-stat-confirmed { background: #ff9800; }
        .fl-stat-delivery { background: #2196f3; }
        .fl-stat-delivered { background: #4caf50; }
        .fl-stat-returned { background: #f44336; }

        .fl-stat-info {
            font-size: 13px;
            color: #666;
        }

        .fl-stat-value {
            font-weight: 500;
            color: #333;
        }

        .fl-stat-percent {
            color: #666;
            font-size: 12px;
        }

        .fl-revenue-info {
            font-weight: 500;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #eee;
            font-size: 14px;
            color: #666;
        }

        .fl-revenue-value {
            font-weight: 500;
            color: #333;
        }