:root {
	--primary: #1b2a4e;
	--gold: #f4b740;
	--dark: #0b1020;
	--muted: #64748b
}

body {
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
	color: #182033;
	background: #f8fafc
}

.sri-navbar {
	background: rgba(9, 15, 35, .9);
	backdrop-filter: blur(12px)
}

.sri-navbar .navbar-brand, .sri-navbar .nav-link {
	color: white !important
}

.sri-navbar .nav-link {
	opacity: .86
}

.customer-table-avatar {
    display: flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eef3ff;
    color: #2f65d9;
    font-size: 18px;
}
.brand-mark, .brand-badge {
	display: inline-grid;
	place-items: center;
	background: linear-gradient(135deg, var(--gold), #ffe08a);
	color: #111;
	border-radius: 14px;
	font-weight: 900
}

.brand-mark {
	width: 34px;
	height: 34px;
	margin-right: 8px
}

.hero {
	position: relative;
	background: linear-gradient(120deg, rgba(4, 8, 22, .9),
		rgba(22, 38, 80, .72)),
		url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1600&q=80')
		center/cover;
	min-height: 100vh
}

.hero-content {
	position: relative;
	z-index: 1
}

.eyebrow, .section-tag {
	text-transform: uppercase;
	letter-spacing: .18em;
	color: var(--gold);
	font-weight: 800;
	font-size: .78rem
}

.booking-card, .content-card, .panel, .feature-card, .hall-card {
	background: white;
	border-radius: 26px;
	padding: 28px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, .08)
}

.section {
	padding: 90px 0
}

.top-gap {
	padding-top: 130px
}

.section-title {
	font-weight: 850
}

.feature-card i {
	font-size: 38px;
	color: var(--gold)
}

.img-tile.large {
	height: 420px;
	border-radius: 30px;
	background: linear-gradient(120deg, rgba(27, 42, 78, .2),
		rgba(244, 183, 64, .1)),
		url('https://images.unsplash.com/photo-1464366400600-7168b8af9bc3?auto=format&fit=crop&w=1200&q=80')
		center/cover
}

.page-hero {
	padding: 150px 0 80px;
	background: linear-gradient(120deg, var(--primary), #0f172a);
	color: white
}

.gallery-box {
	height: 240px;
	border-radius: 24px;
	background: linear-gradient(135deg, #d9b66a, #19213d);
	display: grid;
	place-items: center;
	color: white;
	font-weight: 800
}

.footer {
	background: #090f23;
	color: white
}

.footer a {
	color: white;
	text-decoration: none;
	opacity: .75
}

.login-wrap {
	padding: 130px 0 80px;
	background: #eef2ff
}

.login-card {
	overflow: hidden;
	border-radius: 34px;
	box-shadow: 0 28px 80px rgba(15, 23, 42, .18);
	background: white
}

.login-visual {
	padding: 55px;
	background: linear-gradient(135deg, #111827, #1b2a4e);
	color: white
}

.login-form {
	padding: 55px
}

.brand {
	display: flex;
	gap: 14px;
	align-items: center
}

.brand-badge {
	width: 52px;
	height: 52px
}

.brand-title {
	font-weight: 900;
	font-size: 22px
}

.brand-sub, .muted {
	color: var(--muted)
}

.admin-body {
	background: #edf2f7
}

.admin-shell {
	display: flex;
	min-height: 100vh
}

.sidebar {
	width: 270px;
	background: #0f172a;
	color: white;
	padding: 28px;
	position: fixed;
	height: 100vh
}

.sidebar a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 13px 15px;
	border-radius: 14px;
	margin: 6px 0;
	opacity: .85
}

.sidebar a:hover {
	background: rgba(255, 255, 255, .1)
}

.admin-main {
	margin-left: 270px;
	padding: 28px;
	width: calc(100% - 270px)
}

.admin-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: white;
	border-radius: 22px;
	padding: 18px 22px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, .06)
}

.stat-card {
	background: white;
	border-radius: 22px;
	padding: 24px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, .06)
}

.stat-card span {
	color: var(--muted)
}

.chart-placeholder {
	height: 280px;
	border-radius: 20px;
	background: repeating-linear-gradient(90deg, #e2e8f0 0 40px, #cbd5e1 40px 80px)
}

.hall-img {
	height: 170px;
	border-radius: 20px;
	background:
		url('https://images.unsplash.com/photo-1511795409834-ef04bbd61622?auto=format&fit=crop&w=800&q=80')
		center/cover;
	margin-bottom: 18px
}

.calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 12px
}

.day {
	min-height: 92px;
	border-radius: 18px;
	padding: 14px;
	background: #dcfce7
}

.day small {
	display: block
}

.day.booked {
	background: #fee2e2
}

.day.pending {
	background: #fef3c7
}

@media ( max-width :992px) {
	.sidebar {
		position: static;
		width: 100%;
		height: auto
	}
	.admin-shell {
		display: block
	}
	.admin-main {
		margin-left: 0;
		width: 100%
	}
	.hero {
		min-height: auto;
		padding-top: 90px
	}
	.section {
		padding: 55px 0
	}
}
.payment-checkout-card {
    border-radius: 24px;
    border: 1px solid #edf0f4;
    box-shadow: 0 18px 55px rgba(24, 39, 75, 0.1);
}

.payment-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 135, 84, 0.12);
    color: #198754;
    font-size: 34px;
    font-weight: 800;
}

.payment-result-card {
    text-align: center;
    padding: 55px 20px;
}

.result-icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 52px;
    font-weight: 700;
}

.success-icon {
    background: #198754;
    box-shadow: 0 16px 40px rgba(25, 135, 84, 0.28);
}

.failure-icon {
    background: #dc3545;
    box-shadow: 0 16px 40px rgba(220, 53, 69, 0.25);
}

.result-summary {
    max-width: 700px;
    margin: 30px auto 0;
    text-align: left;
}

.transaction-text {
    word-break: break-all;
    font-size: 0.9rem;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f4;
}

.summary-row.total {
    border-bottom: 0;
}

@media (max-width: 576px) {
    .summary-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .payment-result-card {
        padding: 35px 5px;
    }
}
.booking-form-card,
.booking-summary-card,
.booking-card,
.payment-summary-card {
    border: 1px solid #edf0f4;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(30, 42, 70, 0.08);
}

.booking-summary-card,
.payment-summary-card {
    position: sticky;
    top: 100px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f4;
}

.summary-row.total {
    border-bottom: 0;
    font-size: 1.08rem;
}

.booking-label {
    display: block;
    color: #7a8496;
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.booking-card {
    transition: transform 0.2s ease,
                box-shadow 0.2s ease;
}

.booking-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(30, 42, 70, 0.12);
}

.completion-card {
    padding: 50px 20px;
}

.completion-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #198754;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    box-shadow: 0 12px 35px rgba(25, 135, 84, 0.28);
}

@media (max-width: 991px) {
    .booking-summary-card,
    .payment-summary-card {
        position: static;
    }
}

.admin-page-section {
	min-height: 100vh;
	padding: 32px 0 60px;
	background: linear-gradient(180deg, #f6f8fc 0%, #eef2f7 100%);
}

.admin-page-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 24px;
}

.admin-page-kicker {
	margin-bottom: 7px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.3px;
}

.admin-page-title {
	margin: 0;
	color: #172033;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
}

.admin-page-subtitle {
	margin: 8px 0 0;
	color: #687386;
}

.admin-header-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.admin-filter-card, .admin-table-card, .detail-card {
	border: 1px solid #e5e9f0;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(23, 32, 51, 0.06);
}

.admin-filter-card {
	padding: 22px;
	margin-bottom: 24px;
}

.admin-filter-card .form-label {
	margin-bottom: 7px;
	color: #3f4a5f;
	font-size: 13px;
	font-weight: 700;
}

.admin-table-card {
	overflow: hidden;
}

.admin-table-heading {
	display: flex;
	justify-content: space-between;
	padding: 22px 24px;
	border-bottom: 1px solid #edf0f4;
}

.admin-table-heading h2 {
	margin: 0;
	color: #172033;
	font-size: 20px;
	font-weight: 800;
}

.admin-table-heading p {
	margin: 4px 0 0;
	color: #7a8495;
	font-size: 14px;
}

.admin-data-table thead th {
	padding: 15px 18px;
	border-bottom: 1px solid #e8ecf2;
	background: #f7f9fc;
	color: #667085;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.35px;
	text-transform: uppercase;
	white-space: nowrap;
}

.admin-data-table tbody td {
	padding: 18px;
	border-color: #edf0f4;
	color: #39445a;
	vertical-align: middle;
}

.admin-data-table tbody tr:hover {
	background: #fbfcff;
}

.booking-code, .table-title {
	color: #1e2a40;
	font-weight: 800;
}

.booking-code {
	font-family: monospace;
	font-size: 14px;
}

.table-muted {
	margin-top: 4px;
	color: #7a8495;
	font-size: 12px;
}

.amount-main {
	color: #172033;
	font-size: 15px;
	font-weight: 800;
}

.status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.status-success {
	background: #e9f9ef;
	color: #137a3f;
}

.status-warning {
	background: #fff4dd;
	color: #9b6500;
}

.status-danger {
	background: #ffe9e9;
	color: #b42318;
}

.status-neutral {
	background: #eef1f5;
	color: #526071;
}

.admin-pagination-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 18px 24px;
	border-top: 1px solid #edf0f4;
}

.pagination-summary {
	color: #747f90;
	font-size: 14px;
}

.empty-state-icon {
	margin-bottom: 10px;
	color: #94a0b2;
	font-size: 42px;
}

.detail-card {
	padding: 24px;
}

.detail-card-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 18px;
	padding-bottom: 20px;
	margin-bottom: 22px;
	border-bottom: 1px solid #edf0f4;
}

.detail-card-header>div:first-child {
	display: flex;
	align-items: center;
	gap: 13px;
}

.detail-icon {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	background: #eef3ff;
	color: #2f65d9;
	font-size: 19px;
}

.detail-card-header h2 {
	margin: 0;
	color: #19243a;
	font-size: 18px;
	font-weight: 800;
}

.detail-card-header p {
	margin: 3px 0 0;
	color: #7b8596;
	font-size: 13px;
}

.detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.detail-item span {
	display: block;
	margin-bottom: 6px;
	color: #7b8596;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.detail-item strong {
	color: #263148;
	font-size: 14px;
	overflow-wrap: anywhere;
}

.detail-item a {
	color: #2f65d9;
	text-decoration: none;
}

.payment-amount-row {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 13px 0;
	border-bottom: 1px solid #edf0f4;
	color: #5c6678;
}

.payment-amount-row strong {
	color: #1e2a40;
}

.success-text strong {
	color: #178544;
}

.balance-row {
	margin-top: 7px;
	padding: 16px;
	border: 0;
	border-radius: 13px;
	background: #fff5e5;
	color: #845900;
}

.balance-row strong {
	color: #9a5b00;
}

.payment-status-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-top: 18px;
}

.transaction-reference {
	padding: 14px;
	margin-top: 16px;
	border-radius: 12px;
	background: #f6f8fb;
}

.transaction-reference span {
	display: block;
	margin-bottom: 5px;
	color: #7b8596;
	font-size: 11px;
	text-transform: uppercase;
}

.transaction-reference strong {
	color: #263148;
	font-family: monospace;
	font-size: 12px;
	word-break: break-all;
}

.booking-timeline {
	position: relative;
}

.timeline-item {
	position: relative;
	display: flex;
	gap: 15px;
	padding-bottom: 26px;
}

.timeline-item:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 32px;
	left: 15px;
	width: 2px;
	height: calc(100% - 20px);
	background: #e5e9f0;
}

.timeline-marker {
	z-index: 1;
	display: flex;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #edf1f6;
	color: #596579;
}

.timeline-item.completed .timeline-marker {
	background: #e5f8ec;
	color: #178544;
}

.timeline-item.cancelled .timeline-marker {
	background: #ffe9e9;
	color: #b42318;
}

.timeline-item h3 {
	margin: 4px 0 3px;
	color: #263148;
	font-size: 14px;
	font-weight: 800;
}

.timeline-item p {
	margin: 0;
	color: #7b8596;
	font-size: 13px;
}

.timeline-note {
	padding: 10px 12px;
	margin-top: 10px;
	border-radius: 10px;
	background: #fff4f4;
	color: #9e2929;
	font-size: 13px;
}

@media ( max-width : 991px) {
	.admin-page-header {
		flex-direction: column;
	}
	.admin-header-actions {
		justify-content: flex-start;
	}
}

@media ( max-width : 767px) {
	.admin-page-section {
		padding-top: 22px;
	}
	.admin-filter-card, .detail-card {
		padding: 18px;
		border-radius: 16px;
	}
	.detail-grid {
		grid-template-columns: 1fr;
	}
	.admin-pagination-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
}
.customer-history-card {
    padding: 24px;
    border: 1px solid #e5e9f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow:
        0 12px 32px rgba(23, 32, 51, 0.06);
}

.customer-history-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.customer-history-header > div:first-child {
    display: flex;
    align-items: center;
    gap: 15px;
}

.customer-avatar {
    display: flex;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #eef3ff;
    color: #2f65d9;
    font-size: 25px;
}

.customer-history-header h2 {
    margin: 0;
    color: #19243a;
    font-size: 20px;
    font-weight: 800;
}

.customer-history-header p {
    margin: 5px 0 0;
    color: #7a8495;
    font-size: 14px;
}

.history-summary-box {
    height: 100%;
    padding: 18px;
    border: 1px solid #edf0f4;
    border-radius: 15px;
    background: #f9fbfe;
}

.history-summary-box span {
    display: block;
    margin-bottom: 7px;
    color: #7b8596;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.history-summary-box strong {
    color: #1f2b42;
    font-size: 22px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .customer-history-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
.sidebar{

    width:280px;

    background:#0f172a;

    color:#fff;

    overflow-y:auto;

    padding:20px;

}

.sidebar-header{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:30px;

}

.brand-logo{

    width:50px;

    height:50px;

    border-radius:12px;

    background:#2563eb;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    font-weight:bold;

}

.sidebar h4{

    margin:0;

    font-size:20px;

}

.sidebar small{

    color:#94a3b8;

}

.menu-title{

    color:#64748b;

    font-size:12px;

    text-transform:uppercase;

    margin-top:25px;

    margin-bottom:10px;

    font-weight:700;

    letter-spacing:1px;

}

.sidebar a{

    display:flex;

    align-items:center;

    gap:12px;

    color:#e2e8f0;

    text-decoration:none;

    padding:12px 15px;

    border-radius:10px;

    margin-bottom:5px;

    transition:.25s;

}

.sidebar a:hover{

    background:#2563eb;

    color:#fff;

    padding-left:22px;

}

.sidebar a i{

    width:22px;

    font-size:18px;

}
.report-dashboard-section {
    min-height: 100vh;
    padding: 32px 0 60px;
    background:
        linear-gradient(
            180deg,
            #f6f8fc 0%,
            #edf2f8 100%
        );
}

.report-page-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 26px;
}

.report-page-kicker {
    margin-bottom: 7px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.report-page-title {
    margin: 0;
    color: #172033;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
}

.report-page-description {
    margin: 8px 0 0;
    color: #6b7280;
}

.report-header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.report-stat-card {
    height: 100%;
    padding: 23px;
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: 20px;
    background: #ffffff;
    box-shadow:
        0 12px 32px rgba(15, 23, 42, 0.06);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.report-stat-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.1);
}

.report-stat-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.report-stat-icon {
    display: flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 21px;
}

.report-stat-label {
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.report-stat-value {
    margin-top: 20px;
    color: #172033;
    font-size: clamp(23px, 2vw, 31px);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.report-stat-footer {
    margin-top: 10px;
    color: #8992a3;
    font-size: 12px;
}

.revenue-card .report-stat-icon {
    background: #e8f8ee;
    color: #16813f;
}

.monthly-card .report-stat-icon {
    background: #eaf0ff;
    color: #315ed1;
}

.today-card .report-stat-icon {
    background: #e8f8fb;
    color: #087f96;
}

.balance-card .report-stat-icon {
    background: #fff1e2;
    color: #b65b00;
}

.report-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin: 28px 0 15px;
}

.report-section-heading h2 {
    margin: 0;
    color: #172033;
    font-size: 21px;
    font-weight: 800;
}

.report-section-heading p {
    margin: 4px 0 0;
    color: #7c8799;
    font-size: 13px;
}

.report-mini-card {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 13px;
    padding: 17px;
    border: 1px solid #e7ebf1;
    border-radius: 16px;
    background: #ffffff;
    box-shadow:
        0 8px 22px rgba(15, 23, 42, 0.04);
}

.report-mini-icon {
    display: flex;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 18px;
}

.report-mini-card span {
    display: block;
    color: #7a8495;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.report-mini-card strong {
    display: block;
    margin-top: 3px;
    color: #1f2a3d;
    font-size: 23px;
    font-weight: 800;
}

.icon-blue {
    background: #e9efff;
    color: #285bc9;
}

.icon-purple {
    background: #f1eaff;
    color: #7245c5;
}

.icon-cyan {
    background: #e5f7fb;
    color: #067d95;
}

.icon-green {
    background: #e6f8ed;
    color: #16813f;
}

.icon-orange {
    background: #fff1df;
    color: #ad5e00;
}

.icon-dark {
    background: #e9edf3;
    color: #344054;
}

.icon-red {
    background: #ffe9e9;
    color: #b42318;
}

.report-panel {
    padding: 24px;
    border: 1px solid #e5e9f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow:
        0 12px 32px rgba(23, 32, 51, 0.06);
}

.report-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #edf0f4;
}

.report-panel-header h3 {
    margin: 0;
    color: #19243a;
    font-size: 18px;
    font-weight: 800;
}

.report-panel-header p {
    margin: 4px 0 0;
    color: #7c8799;
    font-size: 13px;
}

.report-panel-header > i {
    color: #5674b9;
    font-size: 22px;
}

.report-chart-wrap {
    position: relative;
    min-height: 310px;
}

.panel-link {
    color: #2f65d9;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.report-metric-list {
    display: grid;
    gap: 4px;
}

.report-metric-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f4;
}

.report-metric-row:last-child {
    border-bottom: 0;
}

.report-metric-row span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #667085;
    font-size: 14px;
}

.report-metric-row span i {
    color: #5971a4;
}

.report-metric-row strong {
    color: #1f2a3d;
    font-size: 18px;
    font-weight: 800;
}

.report-action-card {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 13px;
    padding: 18px;
    border: 1px solid #e8ecf2;
    border-radius: 16px;
    background: #f9fbfe;
    color: inherit;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.report-action-card:hover {
    transform: translateY(-3px);
    border-color: #b9c8e8;
    background: #f3f7ff;
}

.report-action-icon {
    display: flex;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #e8efff;
    color: #2f65d9;
    font-size: 18px;
}

.report-action-card > div:nth-child(2) {
    flex-grow: 1;
}

.report-action-card strong {
    display: block;
    color: #1f2a3d;
    font-size: 14px;
}

.report-action-card span {
    display: block;
    margin-top: 3px;
    color: #7b8596;
    font-size: 12px;
}

.report-action-card > i {
    color: #94a0b2;
}

@media (max-width: 991px) {
    .report-page-header {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .report-dashboard-section {
        padding-top: 22px;
    }

    .report-stat-card,
    .report-panel {
        padding: 19px;
        border-radius: 17px;
    }

    .report-chart-wrap {
        min-height: 270px;
    }
}

@media print {
    .sidebar,
    .admin-top,
    .report-header-actions,
    .report-action-card,
    header,
    footer {
        display: none !important;
    }

    .report-dashboard-section {
        padding: 0;
        background: #ffffff;
    }

    .report-stat-card,
    .report-panel,
    .report-mini-card {
        box-shadow: none;
        break-inside: avoid;
    }
}
.report-filter-card,
.monthly-report-title-card {
    padding: 22px;
    border: 1px solid #e5e9f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow:
        0 12px 32px rgba(23, 32, 51, 0.06);
}

.report-filter-card .form-label {
    margin-bottom: 7px;
    color: #3f4a5f;
    font-size: 13px;
    font-weight: 700;
}

.monthly-report-title-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.monthly-report-title-card span {
    color: #7a8495;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.monthly-report-title-card h2 {
    margin: 5px 0 0;
    color: #172033;
    font-size: 25px;
    font-weight: 800;
}

.monthly-report-period {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 16px;
    border-radius: 13px;
    background: #eef3ff;
    color: #315ed1;
}

.monthly-report-period span {
    color: inherit;
    font-size: 13px;
    text-transform: none;
}

.monthly-metric-card {
    height: 100%;
    padding: 18px;
    border: 1px solid #e8ecf2;
    border-radius: 15px;
    background: #f8fafc;
}

.monthly-metric-card span {
    display: block;
    color: #7b8596;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.monthly-metric-card strong {
    display: block;
    margin-top: 8px;
    color: #1f2a3d;
    font-size: 27px;
    font-weight: 800;
}

.monthly-metric-card.success {
    background: #eefaf2;
    border-color: #d8f0df;
}

.monthly-metric-card.success strong {
    color: #16813f;
}

.monthly-metric-card.completed {
    background: #eef4ff;
    border-color: #dbe7ff;
}

.monthly-metric-card.completed strong {
    color: #315ed1;
}

.monthly-metric-card.warning {
    background: #fff8e8;
    border-color: #f8e8bb;
}

.monthly-metric-card.warning strong {
    color: #a65d00;
}

.monthly-metric-card.danger {
    background: #fff0f0;
    border-color: #f7dada;
}

.monthly-metric-card.danger strong {
    color: #b42318;
}

.hall-rate-wrap {
    display: flex;
    min-width: 160px;
    align-items: center;
    gap: 10px;
}

.hall-rate-wrap .progress {
    width: 110px;
    height: 8px;
    border-radius: 999px;
    background: #edf0f4;
}

.hall-rate-wrap .progress-bar {
    border-radius: 999px;
    background: #2563eb;
}

.hall-rate-wrap span {
    color: #5f6b7c;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .monthly-report-title-card {
        align-items: flex-start;
        flex-direction: column;
    }
}
.customer-summary-card {
    border-radius: 16px;
    border: 1px solid #e8ecf2;
    background: #fff;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(15,23,42,.05);
}

.customer-summary-card .title {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.customer-summary-card .value {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin-top: 8px;
}

.customer-table-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #e8ecf2;
}
.customer-report-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 22px;
    border: 1px solid #e5e9f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow:
        0 12px 32px rgba(23, 32, 51, 0.06);
}

.customer-report-profile > div:first-child {
    display: flex;
    align-items: center;
    gap: 15px;
}

.customer-report-avatar {
    display: flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #eaf0ff;
    color: #315ed1;
    font-size: 26px;
}

.customer-report-profile span {
    display: block;
    color: #7b8596;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.customer-report-profile h2 {
    margin: 3px 0;
    color: #172033;
    font-size: 21px;
    font-weight: 800;
}

.customer-report-profile p {
    margin: 0;
    color: #687386;
    font-size: 14px;
}

.customer-report-status {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    border-radius: 13px;
    background: #eaf8ef;
    color: #16813f;
}

.customer-report-status span {
    color: inherit;
    font-size: 12px;
    text-transform: none;
}

.customer-summary-card {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border: 1px solid #e8ecf2;
    border-radius: 17px;
    background: #ffffff;
    box-shadow:
        0 8px 24px rgba(15, 23, 42, 0.05);
}

.customer-summary-icon {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 20px;
}

.customer-summary-card .title {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.customer-summary-card .value {
    margin-top: 4px;
    color: #1e293b;
    font-size: 27px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .customer-report-profile {
        align-items: flex-start;
        flex-direction: column;
    }
}
.page-wrapper{
    margin-top:80px;
}
.card{
    border:none;
    border-radius:18px;
}

.card-header{
    border-radius:18px 18px 0 0 !important;
    font-weight:600;
}

.card-body .btn{
    border-radius:12px;
    padding:12px;
    font-weight:600;
    transition:.25s;
}

.card-body .btn:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 15px rgba(0,0,0,.12);
}
/* ===========================
   Admin Topbar
=========================== */

.admin-topbar{

    background:#fff;

    border-radius:12px;

    padding:18px 24px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:25px;

    flex-wrap:wrap;

    gap:15px;

}

.admin-topbar .dropdown-toggle{

    border:none;

}

.admin-topbar .btn-light{

    background:#f8f9fa;

}

@media(max-width:992px){

.admin-topbar{

padding:15px;

}

}
.page-header{
    flex-wrap:wrap;
    gap:15px;
}

.status-box{
    text-align:center;
    padding:20px;
    border:1px solid #e9ecef;
    border-radius:12px;
    background:#fff;
    height:100%;
}

.status-box h6{
    color:#6c757d;
    margin-bottom:10px;
}

.table-borderless th{
    width:140px;
    color:#495057;
    font-weight:600;
}

.card{
    border-radius:16px;
}

@media (max-width:768px){

    .page-header{
        flex-direction:column;
        align-items:flex-start !important;
    }

    .card-body{
        padding:1rem;
    }

    .status-box{
        margin-bottom:15px;
    }

    .btn{
        width:100%;
        margin-bottom:10px;
    }

    .card-body.text-end{
        text-align:left !important;
    }

}
.availability-section{

padding:70px 0;

}

.card{

border:none;

border-radius:15px;

overflow:hidden;

transition:.3s;

}

.card:hover{

transform:translateY(-5px);

box-shadow:0 12px 30px rgba(0,0,0,.15);

}

.card img{

height:220px;

object-fit:cover;

}

.slot-buttons{

display:flex;

gap:10px;

flex-wrap:wrap;

margin-top:15px;

}
.featured-ribbon{

position:absolute;

top:15px;

left:-35px;

background:#dc3545;

color:#fff;

padding:8px 40px;

transform:rotate(-45deg);

font-size:13px;

font-weight:700;

z-index:5;

}
