
/* Custom polished dashboard styles */
.ui-shell {
	background: linear-gradient(180deg, rgba(248,250,252,0.6), rgba(245,247,250,0.6));
}

.glass-card {
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(8px) saturate(120%);
	-webkit-backdrop-filter: blur(8px) saturate(120%);
	border: 1px solid rgba(255,255,255,0.6);
	box-shadow: 0 12px 40px rgba(11,20,40,0.06);
	border-radius: 14px;
}

.kpi-card {
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kpi-card h6{font-size:13px;color:#6b7280;margin:0}
.kpi-card h3{font-size:24px;margin:0}

.kpi-icon {
	width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700
}

.small-legend {display:flex;gap:12px;align-items:center}
.legend-badge {width:12px;height:12px;border-radius:4px;display:inline-block}

.income-card .card-body{padding:1.25rem}

/* Transactions list tweaks */
.transactions-card .table thead th{background:transparent;border-bottom:none}
.transactions-card .table tbody td{vertical-align:middle}

/* Recently added users style */
.recent-user {background:rgba(255,255,255,0.6);border-radius:10px;padding:12px}

@media (max-width: 992px){
	.kpi-card h3{font-size:20px}
}

/* Common Utility Classes */
.font-8 { font-size: 8px !important; }
.bg-primary-subtle { background-color: rgba(151, 20, 77, 0.05) !important; }
.bg-success-subtle { background-color: rgba(25, 135, 84, 0.1) !important; }
.bg-warning-subtle { background-color: rgba(255, 193, 7, 0.08) !important; }
.bg-danger-subtle { background-color: rgba(220, 53, 69, 0.08) !important; }
.bg-info-subtle { background-color: rgba(13, 202, 240, 0.1) !important; }
.text-primary { color: #97144d !important; }
.text-warning { color: #ffc107 !important; }

/* Page Specific Overrides */
.policies-app-shell {
    max-width: 100% !important;
    margin: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 12px 20px !important;
    box-shadow: none !important;
}
/* Login & Auth Pages */
.login-page {
    background: #f8f9fa;
    height: 100vh;
    font-family: 'Inter', sans-serif;
}
.login-card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 100%;
    max-width: 420px;
    margin: 20px;
}
.login-header {
    background: linear-gradient(135deg, #97144d 0%, #ff4b82 100%);
    padding: 40px 20px;
    color: white;
    text-align: center;
}
.login-btn {
    background: linear-gradient(135deg, #97144d 0%, #ff4b82 100%) !important;
    border: none !important;
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
    transition: transform 0.2s;
    color: white;
}
.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(151, 20, 77, 0.3);
    color: white;
}
.login-form-control {
    border-radius: 30px;
    padding: 12px 20px;
    background: #f1f3f5;
    border: 1px solid transparent;
}
.login-form-control:focus {
    background: white;
    border-color: #97144d;
    box-shadow: none;
}
.register-link {
    color: #97144d;
    text-decoration: none;
    font-weight: 600;
}
.auth-sidebar-gradient {
    background: linear-gradient(135deg, #97144d 0%, #ff4b82 100%) !important;
}
.camera-upload-btn {
    width: 32px;
    height: 32px;
    line-height: 1;
}
.w-14 { width: 14px !important; } .h-14 { height: 14px !important; }
.w-16 { width: 16px !important; } .h-16 { height: 16px !important; }
.w-24 { width: 24px !important; } .h-24 { height: 24px !important; }
.w-32 { width: 32px !important; } .h-32 { height: 32px !important; }
.w-38 { width: 38px !important; } .h-38 { height: 38px !important; }
.w-42 { width: 42px !important; } .h-42 { height: 42px !important; }
.w-46 { width: 46px !important; } .h-46 { height: 46px !important; }
.w-60 { width: 60px !important; } .h-60 { height: 60px !important; }
.w-80 { width: 80px !important; } .h-80 { height: 80px !important; }
.w-100-px { width: 100px !important; } .h-100-px { height: 100px !important; }
.w-120 { width: 120px !important; } .h-120 { height: 120px !important; }
.obj-cover { object-fit: cover !important; }
.obj-contain { object-fit: contain !important; }
.fs-14 { font-size: 14px !important; }
.fs-16 { font-size: 16px !important; }
.fs-26 { font-size: 26px !important; }
.fs-50 { font-size: 50px !important; }
.fs-60 { font-size: 60px !important; }
.fs-80 { font-size: 80px !important; }
.fs-8-rem { font-size: 8rem !important; }
.fs-2-2-rem { font-size: 2.2rem !important; }
/* Dashboard & Stat Cards */
.bg-gradient-primary { background: linear-gradient(135deg, #97144d 0%, #ff4b82 100%); }
.stat-card { transition: all 0.3s ease; border: 1px solid #f1f1f1 !important; }
.stat-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important; }
.stat-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
.hover-shadow:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.05); border-color: #97144d !important; }
.transition { transition: all 0.2s ease; }
.font-7 { font-size: 10px !important; }
.font-11 { font-size: 11px !important; }
.font-12 { font-size: 12px !important; }
.avatar-sm { width: 36px; height: 36px; }
.rounded-4 { border-radius: 12px !important; }
.chart-box-160 { height: 160px; position: relative; }
.chart-center-label { position: absolute; top: 65%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.progress-bar-custom { background-color: #97144d !important; }
.company-checkbox:checked + label { color: #97144d; font-weight: bold; }
