body {
	font-family: 'Lato', sans-serif;
	background-color: #FDFEFF;
	min-height: 100vh;
}

/* Login page css start here */
.title-crm {
	font-size: 45px;
	font-weight: 400 !important;
	color: #fff;
	font-family: 'Konkhmer Sleokchher', display;
}
.sidebar .nav-link:hover {
    color: white;
}
.subhed {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
}

.hero-section {
	background: var(--852, radial-gradient(152.82% 152.82% at 37.24% 152.82%, #376CCB 0%, #1F3984 65.24%, #070142 100%));
	color: white;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem;
}

.login-section {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background-color: #F6FAFF;
}

.login-card {
	background: #fff;
	padding: 2rem;
	border-radius: 16px;
	;
	box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.20);
	width: 100%;
	max-width: 450px;
}

.stat-card {
	border-radius: 10px;
	border: 2px solid rgba(238, 238, 238, 0.40);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(238, 238, 238, 0.12) 100%);
	backdrop-filter: blur(22.899999618530273px);
	padding: 1.5rem;
	min-width: 204px;
}

.tnum {
	font-size: 38px;
	font-weight: 600;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.ttb {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.welcm {
	font-size: 34px;
	font-weight: 700;
	color: #222222;
}

.text-sub {
	font-size: 18px;
	font-weight: 400;
	color: #6B6B6B;
}

.fieldtl {
	color: #222;
	font-size: 16px;
	font-weight: 600;
}

.forgot {
	color: #3862FF !important;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.rembr {
	color: #8F8F8F;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.form-control {
	border-radius: 8px;
	border: 1px solid #DADADA;
	background: #F2F2F2;
	padding: 0.75rem 1rem;
	color: #919191;
}

input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.thtext {
	font-size: 18px !important;
	color: #5E5E5E !important;
	font-weight: 400;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3 !important;
}

.text-decoration-none {
	color: #1E3A8A;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.btn-primary {
	background-color: #5F78EB !important;
	border: none;
	font-weight: 500;
	border-radius: 8px;
	height: 55px;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-bottom: 0px !important;
}

.text-web {
	color: #424242 !important;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align:left!important;
}

.text-success-custom {
	color: #16A34A;
	font-size: 22px;
	font-weight: 500 !important;
	font-family: 'Poppins', sans-serif;
}

.text-end-view {
	color: #16A34A;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.d-flex.flex-column.flex-md-row.justify-content-between.align-items-center.mb-4.gap-3.p-4 {
	padding-bottom: 0px !important;
}

.btn-primary:hover {
	background-color: #4a63e6;
}

.brand-logo {
	width: 120px;
	margin-bottom: 3rem;
}

.position-relative {
	position: relative;
}

.password-toggle {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
}

.password-toggle img {
	width: 20px;
	transition: 0.3s;
}

.password-toggle:hover img {
	opacity: 1;
}

.pe-5 {
	padding-right: 3rem !important;
}

@media (max-width: 991.98px) {
	.hero-section {
		min-height: auto;
		padding: 3rem 1.5rem;
	}

	.login-section {
		min-height: auto;
	}
}

/* Dashboard page css start here */
:root {
	--sidebar-bg: #2b499f;
	--main-bg: #f4f7fe;
	--primary-blue: #4e56f3;
	--success-green: #27ae60;
}

/* Sidebar Styling */
.sidebar {
	width: 240px;
	background-color: #284C9F;
	min-height: 100vh;
	position: fixed;
	transition: all 0.3s;
}

.sidebar .nav-link {
	color: #fff;
	padding: 12px 20px;
	border-radius: 0 50px 50px 0;
	margin-right: 2px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

.sidebar .nav-link.active {
	background: white;
	color: #284C9F;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}

.logo-dash img {
	width: 100px;
}

.top-navbar {
	position: sticky;
	top: 0;
	z-index: 1050;
	background-color: #fff;
	padding: 15px 20px;
}

.admin-txt {
	color: #323232;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}

.export-rep {
	background: #F6F6F6;
	border: 1px solid #CDCDCD;
	border-radius: 4px;
	font-family: 'Lato', sans-serif;
	color: #323232;
	font-weight: 400;
	font-size: 16px;
}

.bi-download.cgr {
	padding-right: 5px;
}

.profile-txt {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #323232;
}

.profile-bg {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: var(--9631, linear-gradient(270deg, #C115EC 0%, #000DFF 100%));

}

.tbbooking {
	font-size: 24px;
	color: #284C9F;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.text-grn {
	color: #36B565;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.text-muted-sml {
	color: #284C9F;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.bg-light {
	border-radius: 4px;
	border: 1px solid #E4E4E4 !important;
	background: #F5F5F5 !important;
	height: 42px;
}

.form-control:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #DADADA;
}

.fw-bld {
	font-weight: 600 !important;
	color: #1E3A8A;
}

.radius {
	border-radius: 8px 0px 0px 8px;
}

.bg-light-br {
	border-radius: 8px;
	border: 1px solid #E4E4E4 !important;
	background: #F5F5F5 !important;
	height: 42px;
	border-left: 0px !important;
	padding-left: 0px !important;
}

.w25 {
	width: 25%;
}


/*@media (min-width: 992px) {
	.top-navbar {
		margin-left: auto;
	}
	}*/

	.main-content {
		margin-left: 260px;
		padding-top: 80px;
	}



/* Main Content */
.main-content {
	margin-left: 240px;
	padding: 20px;
	padding-top: 0px;
}

.top-navbar {
	padding: 15px 30px;
	background: #FFF;
	box-shadow: 0 4px 7.3px 0 rgba(0, 0, 0, 0.05);
}

.card {
	border-radius: 10px;
	border: 1px solid #E3E3E3 !important;
	background: #FFF;
	box-shadow: 0 0 4px 0 rgba(120, 120, 120, 0.15);
}

.total-booking-num {
	font-size: 46px;
	font-weight: 800;
	color: #1E3A8A;
	font-family: 'Lato', sans-serif;
}

.btn-search {
	color: #fff;
	border: 0px;
	font-size: 22px;
	font-weight: 500;
	border-radius: 4px;
	background: linear-gradient(270deg, #622DDA 0%, #000DFF 100%);
}

.btn-search:hover {
	color: #fff;
}

.table-container {
	background: white;
	border-radius: 12px;
}

.text-success-custom {
	color: var(--success-green);
	font-weight: 600;
}

/* Responsive Behavior */
@media (max-width: 992px) {
	.sidebar {
		transform: translateX(-100%);
		z-index: 1050;
	}

	.main-content {
		margin-left: 0;
	}

	.sidebar.active {
		transform: translateX(0);
	}
}

/* Screen 3 Start here */
.card {
	border: none;
	border-radius: 10px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.text-blue-hed {
	color: #284C9F;
	font-size: 36px;
	font-weight: 600;
}

.donut-container {
	position: relative;
	width: 200px;
	margin: auto;
}

.status-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.table thead th {
	border-top: none;
	color: #6c757d;
	font-weight: 400;
	font-size: 0.9rem;
}

.progress {
	height: 8px;
	border-radius: 10px;
}

.btn-view {
	color: #284C9F;
	text-decoration: none;
	font-size: 16px;
}

.btn-view:hover {
	border-bottom: 1px solid #284C9F;
}

.headsub {
	color: #64748B;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.tbbooking-sml {
	color: #284C9F;
	font-weight: 700;
	font-size: 18px;
}
th.thtext:first-child {
	text-align: left!important;
}
.d-flex.align-items-end.justify-content-between img {
	padding-right: 50px;
}

.head-dis {
	color: #284C9F;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 15px;
}

.flx {
	display: flex;
}

.d-flex.justify-content-between.mb-1 {
	padding-bottom: 10px!important;
}

/* chart css Start here */
.chart-wrapper {
	width: 100%;
	max-width: 220px;
}

.dot {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 10px;
}

/* Colors */
.bg-orange {
	background: #EB6014;
}

.bg-green {
	background: #71EB14;
}

.bg-teal {
	background: #14EBB9;
}

.bg-sky {
	background: #14AAEB;
}

.bg-blue {
	background: #1458EB;
}

.bg-blue-d {
	background: #2914EB;
}

.bg-purple {
	background: #7C14EB;
}

.bg-pink {
	background: #FF4882;
}

.bg-red {
	background: #EB1414;
}

.dash {
	color: #9E9C9C !important;
	font-size: 18px;
	font-weight: 400;
}

.breadcrumb-item.active {
	color: #222;
	font-weight: 400;
	font-size: 18px;
}

.bdm img {
	padding: 0px 12px;
}

ul.list-unstyled.mt-3.small li {
	font-size: 17px;
	color: #222;
}

.text-blue20 {
	color: #284C9F;
	font-size: 20px;
	font-weight: 700;
	padding-top:10px;
}

.boxshadow {
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	box-shadow: 0 0 13.8px 0 rgba(0, 0, 0, 0.15);
}
.align-middle.border-rm tr td {border-bottom:0px!important;}
.align-middle th {
	border-top: 1px solid #E3E3E3 !important;
	text-align: center;
	border-bottom: 1px solid #E3E3E3 !important;
	background: #F8FAFC;
	font-size: 16px!important;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	height: 46px;
}

.align-middle tr td {
	border-bottom: 1px solid #D9D9D9 !important;
	height: 60px;
	text-align: center;
	color: #323232;
	font-size: 16px;
}

table tbody tr:last-child td {
	border-bottom: 0 !important;
}

.text-blue-tb {
	color: #284C9F !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}

.text-muted-gy {
	font-size: 16px;
	font-weight: 500;
	color: #323232;
}

/* Screen4 Css start here */
breadcrumb { font-size: 0.85rem; color: #6c757d; }
        .page-title { color: #2c3e50; font-weight: 700; margin-bottom: 0; }
        
        /* Status Cards */
        .status-card {
            border: none;
            border-radius: 8px;
           box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.10);
            border-left: 5px solid;
			margin-bottom:25px;
			
        }
        .status-label { font-size: 16px; font-weight: 500; color: #797979; text-transform: uppercase; }
        .status-value { font-size: 28px; font-weight: 600; color:#222; }
        
        /* Border Colors */
        .border-cancelled { border-left-color: #EB1414; }
        .border-done { border-left-color: #71EB14; }
        .border-duplicate { border-left-color: #EB6014; }
        .border-inprogress { border-left-color: #14EBB9; }
        .border-refund { border-left-color: #14AAEB; }
        .border-card { border-left-color: #1458EB; }

        /* Table Section */
        .table-container { background: white; border-radius: 10px; box-shadow: 0 0 4px 0 rgba(120, 120, 120, 0.15); }
        .table thead th { border-top: none; color: #6c757d; font-weight: 500; font-size: 0.9rem; }
        .table tbody td { padding: 15px 8px; vertical-align: middle; color: darkblue; }
        .view-details { color: #0d6efd; text-decoration: none; font-size: 0.85rem; }
        .view-details:hover { text-decoration: underline; }
		.status-scroll-wrapper {overflow:scroll; scroll:x-loud;}
		.table-responsive.bdm {border-bottom:1px solid #D9D9D9!important;}
		.bdatetm {color:#424242!important; font-size:16px!important; font-weight:600;}
	
	.scroll-box {
            padding: 20px 0px 0px 0px;
            border-radius: 15px;
        }

        .scroll-box::-webkit-scrollbar {
            width: 10px;
        }

        .scroll-box::-webkit-scrollbar-track {
            border-radius: 10px;
        }

        .scroll-box {
            scrollbar-width: thin;
            scrollbar-color: #000DFF #E0E0E0;
        }
		.scroll-box { overflow-y: hidden;}
		.status-sum {font-size:18px; font-weight:700; color:#424242;}
		.text-gray {color:#424242!important; font-size:22px; font-weight:500; font-family: 'Poppins', sans-serif; text-align:left!important; padding-left:15px!important;}
		
		
		 .scroll-wrapper {
            overflow-x: auto;
            padding-bottom: 15px;
            display: flex;
            flex-wrap: nowrap;
            -webkit-overflow-scrolling: touch;
        }

        /* Custom Scrollbar Styling */
        .scroll-wrapper::-webkit-scrollbar { height: 8px; }
        .scroll-wrapper::-webkit-scrollbar-track { background: #e0e0e0; border-radius: 10px; }
        .scroll-wrapper::-webkit-scrollbar-thumb {
            background: linear-gradient(to right, #0000ff, #aa00ff);
            border-radius: 10px;
        }

        .status-card {
            min-width: 200px;
            flex: 0 0 auto;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            background: #fff;
            margin-right: 15px;
            padding: 15px;
            border-left: 5px solid; 
        }

        .status-title {
            font-size: 16px;
            color: #797979;
            font-weight: 500;
			font-family: 'Poppins', sans-serif;
        }

         /* Specific border colors from the image */
        .border-cancelled { border-left-color: #EB1414 !important; }
        .border-tickets { border-left-color: #71EB14 !important; }
        .border-duplicate { border-left-color: #EB6014 !important; }
        .border-inprogress { border-left-color: #14EBB9 !important; }
        .border-refund { border-left-color: #14AAEB !important; }
        .border-card { border-left-color: #1458EB !important; }
    /* 1. The Container that allows horizontal scrolling */
    .scroll-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; 
        padding-bottom: 20px; 
        -webkit-overflow-scrolling: touch;
    }

    .scroll-wrapper::-webkit-scrollbar {
        height: 10px; 
    }

    .scroll-wrapper::-webkit-scrollbar-track {
        background: #e0e0e0;
        border-radius: 10px;
    }


    .scroll-wrapper::-webkit-scrollbar-thumb {
        background: linear-gradient(to right, #0000FF 0%, #7A00FF 50%, #C300FF 100%);
        border-radius: 10px;
    }

    /* Card Styling */
    .status-card {
        min-width: 220px; 
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 20px;
        border-left: 6px solid; 
		margin-bottom:0px!important;
    }

    /* Colors for each card */
    .c-cancel { border-left-color: #d9534f; }
    .c-done   { border-left-color: #5cb85c; }
    .c-dup    { border-left-color: #f0ad4e; }
    .c-prog   { border-left-color: #5bc0de; }
    .c-ref    { border-left-color: #0275d8; }
    .c-card   { border-left-color: #292b2c; }
		
	
   	/* Screen 5 Css start here */
	
	 .dashboard-card { border-radius: 0; height: 100%; padding:0px!important; border-radius: 10px;
    border: 1px solid #D9D9D9;background: #FFF;box-shadow: 0 0 13.8px 0 rgba(0, 0, 0, 0.15)!important; margin-left:-10px;}
        .metric-title { color: #64748B; font-size: 16px; text-transform: uppercase; margin-bottom: 2px; font-family: 'Poppins', sans-serif; padding-left:15px;}
        .metric-value { font-size: 36px; font-weight: 600; color: #284C9F; padding-left:15px;}
        .status-label { font-size: 0.75rem; color: #6c757d; text-transform: uppercase; text-align: right; width: 120px; padding-right: 10px; }
        .chart-container { padding: 10px 0; }
        .progress { height: 18px; border-radius: 6px; background-color: #F0F0F0; }
        .progress-bar { background-color: #3b71ca; }
        .axis-labels { font-size: 0.7rem; color: #adb5bd; margin-left: 120px; }
		 .chart-card {
            background: #fff;
            width: 100%;
            border-radius: 10px;
			border: 1px solid #D9D9D9;
			background: #FFF;
			box-shadow: 0 0 13.8px 0 rgba(0, 0, 0, 0.15);
        }

        .chart-title {
            color: #1e3a8a;
            font-weight: 600;
            font-size: 1.4rem;
            margin-bottom: 30px;
            padding-left: 20px;
			padding-top:15px;
        }

        .chart-container {
            position: relative;
            padding-left: 110px; /* Space for labels */
            padding-top: 20px;   /* Space for top arrow */
			max-width:95%;
        }

        /* --- AXES & ARROWS --- */
        .y-axis {
            position: absolute;
            left: 108px;
            top: 0;
            bottom: 30px;
            width: 1.5px;
            background: #94a3b8;
        }
        /* Top Arrow */
        .y-axis::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -4.5px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 10px solid #94a3b8;
        }

        .x-axis-line {
            height: 1.5px;
            background: #94a3b8;
            position: relative;
            margin-top: 0;
        }
        /* Right Arrow */
        .x-axis-line::after {
            content: '';
            position: absolute;
            right: -10px;
            top: -4.5px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 10px solid #94a3b8;
        }

        /* Vertical Ticks on X-Axis */
        .x-tick-mark {
            position: absolute;
            top: -1px;
            width: 1.5px;
            height: 8px;
            background: #94a3b8;
        }

        /* Horizontal Ticks on Y-Axis */
        .y-tick-mark {
            position: absolute;
            left: -6px;
            width: 6px;
            height: 1.5px;
            background: #94a3b8;
            top: 50%;
            transform: translateY(-50%);
        }

        /* --- ROWS & BARS --- */
        .chart-row {
            display: flex;
            align-items: center;
            height: 26px;
            margin-bottom: 10px;
            position: relative;
        }

        .row-label {
            position: absolute;
            left: -140px;
            width: 130px;
            text-align: right;
            font-size: 11px;
            color: #64748B;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 0.5px;
        }

        .bar-fill {
            background-color: #3b71ca;
            height: 20px;
            border-radius: 0 3px 3px 0;
        }

        /* --- X-AXIS LABELS --- */
        .scale-container {
            display: flex;
            justify-content: space-between;
            padding-top: 12px;
            font-size: 12px;
            color: #64748b;
            position: relative;
        }
		.perove {color:#284C9F; font-weight:700; font-size:20px; padding:15px;}
		.metric-value.text-red {color:#DC2626;}
		.metric-value.text-green {color:#16A34A;}
		
		.dsc-main-wrapper {
            background: #ffffff;
            padding: 15px;
            border-radius: 10px;
            border: 1px solid #D9D9D9;
            box-shadow: 0 0 13.8px 0 rgba(0, 0, 0, 0.15);
            margin: 20px auto;
        }

        .dsc-section-title {
            color: #284C9F;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 15px;
            padding-bottom: 10px;
			margin-top:5px;
        }

        .dsc-status-item {
            background-color: #F3F6FF;
            border-radius: 10px;
            padding: 10px 15px;
            height: 100%;
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }

        .dsc-status-item:hover {
            background-color: #edf2ff;
            border-color: #d0dbff;
            transform: translateY(-2px);
        }

        .dsc-status-label {
            color: #64748B;
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            margin-bottom: 10px;
            display: block;
        }

        .dsc-status-number {
            color: #284C9F;
            font-size: 36px;
            font-weight: 700;
            line-height: 1;
        }
		
		.dsc-footer {
            margin-top: 25px;
            display: flex;
            justify-content: center; /* Center the button */
        }

        .dsc-btn-gradient {
           border-radius: 8px;
          background: var(--9631, linear-gradient(270deg, #C115EC 0%, #000DFF 100%));
            color: white;
            border: none;
            padding: 10px 24px;
             font-weight: 500;
            font-size: 16px;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            transition: opacity 0.2s ease;
        }

        .dsc-btn-gradient:hover {
            color: white;
            opacity: 0.9;
        }

        .dsc-arrow {
            margin-left: 8px;
            font-size: 1.1rem;
        }

        /* Responsive 5-column logic for Desktop */
        @media (min-width: 992px) {
            .dsc-col-5 {
                flex: 0 0 auto;
                width: 20%;
            }
        }
		
		/* screen 6 css strat here */
		
		 .status-pill {
            display: inline-block;
            padding: 4px 16px;
            border-radius: 20px;
            font-size: 0.85rem;
            text-align: center;
            min-width: 110px;
            border: 1px solid transparent;
        }
		.d-flex.flex-column.flex-sm-row.justify-content-between.align-items-center.mt-3.mb-4.text-muted.small {	padding: 0px 15px;}
		.booking-txt {text-align:left!important; font-size:18px!important; font-weight:400; color:#1E3A8A!important; padding:0px 15px!important;}
		.d-flex.flex-column.flex-sm-row.justify-content-between.align-items-center.mt-3.mb-4.text-muted.small button {	border: 0px; border-radius: 4px;
	background: none;}
        .sp-done    { color: #249C19; background-color: #DCFFD9; border-color: #249C19; }
        .sp-dup     { color: #EB6014; background-color: #FFE6D9; border-color: #EB6014; }
        .sp-prog    { color: #14EBB9; background-color: #DEFFF7; border-color: #14EBB9; }
        .sp-ref     { color: #14AAEB; background-color: #DAF4FF; border-color: #14AAEB; }
        .sp-dec     { color: #1458EB; background-color: #E9F0FF; border-color: #1458EB; }
        .sp-new     { color: #2914EB; background-color: #E7E4FF; border-color: #2914EB; }
        .sp-pend    { color: #7C14EB; background-color: #F2E6FF; border-color: #7C14EB; }
        .sp-cvv     { color: #FF4882; background-color: #FFDAE6; border-color: #FF4882; }
        .booking-link { color: #1E3A8A; font-weight: 600; text-decoration: none; }
		
		
		.sp-done {
		    background: #e6f9f0;
		    color: #16a34a;
		}

		.sp-cancel {
		    background: #fde8e8;
		    color: #dc2626;
		}

		.sp-progress {
		    background: #fff7e6;
		    color: #d97706;
		}
		
		
		
		
		.chart-wrapper {
		    height: 320px;
		    position: relative;
		}

		#mainChart {
		    max-width: 100%;
		}

		/* legend polish */
		#statusLegend li {
		    padding: 6px 10px;
		    border-radius: 8px;
		    transition: all .2s ease;
		}

		#statusLegend li:hover {
		    background: #f3f4f6;
		}
		
		#statusLegend {display:none;}