.snc-dashboard {
max-width: 100%;
} .snc-filter {
display: flex;
gap: 10px;
margin-bottom: 15px;
}
.snc-filter input {
padding: 6px 8px;
max-width: 180px;
}
.snc-btn {
background: #0b5ed7;
color: #fff;
border: none;
padding: 6px 12px;
border-radius: 4px;
cursor: pointer;
} .snc-cards {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
margin-bottom: 25px;
}
.snc-card {
background: #fff;
border-radius: 6px;
padding: 14px 16px;
box-shadow: 0 2px 6px rgba(0,0,0,0.06);
display: flex;
align-items: center;
gap: 10px;
} .snc-card .icon {
font-size: 22px;
} .snc-card p {
margin: 0;
font-size: 13px;
color: #666;
}
.snc-card h3 {
margin: 4px 0 0;
font-size: 20px;
font-weight: 600;
} .blue   { border-left: 4px solid #0b5ed7; }
.green  { border-left: 4px solid #198754; }
.orange { border-left: 4px solid #fd7e14; }
.purple { border-left: 4px solid #6f42c1; } .snc-recent {
background: #fff;
padding: 18px;
border-radius: 6px;
} .snc-dashboard .snc-cards {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
gap: 15px !important;
}
.snc-dashboard .snc-card {
display: flex !important;
align-items: center !important;
gap: 12px !important;
padding: 14px 16px !important;
background: #ffffff !important;
border-radius: 6px !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
}
.snc-dashboard .snc-card .icon {
font-size: 22px !important;
}
.snc-dashboard .snc-card p {
margin: 0 !important;
font-size: 13px !important;
color: #666 !important;
}
.snc-dashboard .snc-card h3 {
margin: 4px 0 0 !important;
font-size: 20px !important;
font-weight: 600 !important;
} .snc-dashboard .blue   { border-left: 4px solid #0b5ed7 !important; }
.snc-dashboard .green  { border-left: 4px solid #198754 !important; }
.snc-dashboard .orange { border-left: 4px solid #fd7e14 !important; }
.snc-dashboard .purple { border-left: 4px solid #6f42c1 !important; } .snc-dashboard-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 20px;
margin-bottom: 40px;
}
.snc-dash-card {
display: flex;
align-items: center;
gap: 18px;
background: #fff;
padding: 24px;
border-radius: 14px;
box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.snc-dash-card .icon {
width: 52px;
height: 52px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
color: #fff;
}
.snc-dash-card .content span {
font-size: 14px;
color: #777;
}
.snc-dash-card .content strong {
display: block;
font-size: 28px;
margin-top: 4px;
} .snc-dash-card.blue .icon { background: #2563eb; }
.snc-dash-card.green .icon { background: #16a34a; }
.snc-dash-card.purple .icon { background: #7c3aed; } .snc-quick-actions {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 16px;
margin-top: 20px;
}
.qa-btn {
padding: 16px 18px;
border-radius: 10px;
font-size: 15px;
font-weight: 500;
text-align: center;
text-decoration: none;
box-shadow: 0 4px 14px rgba(0,0,0,0.08);
transition: all 0.2s ease;
}
.qa-btn:hover {
transform: translateY(-2px);
}
.qa-btn.blue {
background: #1d4ed8;
color: #fff;
}
.qa-btn.green {
background: #16a34a;
color: #fff;
}
.qa-btn.light {
background: #f1f5f9;
color: #111;
} .snc-dash-card {
min-height: 150px; padding: 25px 30px;
display: flex;
align-items: center;
} .snc-quick-actions {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.snc-quick-actions .qa-btn {
background: #f2f4f7; color: #111;
font-weight: 600;
padding: 18px 20px;
border-radius: 12px;
text-align: center;
text-decoration: none;
transition: all 0.25s ease;
border: 2px solid transparent;
} .snc-quick-actions .qa-btn:hover {
background: #1e40af; color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 10px 20px rgba(30, 64, 175, 0.25);
} .snc-quick-actions .qa-btn:hover i,
.snc-quick-actions .qa-btn:hover span {
color: #ffffff;
} .snc-dash-card {
min-height: 160px;
} .snc-section-body {
min-height: 160px;
} .snc-row.snc-col-4 {
align-items: center;
} .snc-row.snc-col-4 {
align-items: center;
}
.snc-row.snc-col-4 input[type="date"] {
height: 46px;
}
.snc-row.snc-col-4 .snc-save-btn {
height: 46px; padding: 0 26px;
margin-top: 0; }  .snc-dashboard-filter {
padding: 0 !important;
} .snc-dashboard-filter .snc-section-header {
padding: 10px 18px !important;
} .snc-dashboard-filter .snc-section-body {
padding: 12px 18px !important;
} .snc-dashboard-filter-row {
display: flex;
align-items: center;
gap: 16px;
margin: 0 !important;
} .snc-dashboard-filter-row input[type="date"] {
height: 44px;
width: 280px; } .snc-dashboard-filter-row .snc-save-btn {
height: 44px; min-width: 240px; padding: 0 32px;
margin: 0 !important;
display: flex;
align-items: center;
justify-content: center;
} .snc-dashboard-filter form,
.snc-dashboard-filter-row {
padding: 0 !important;
margin-bottom: 0 !important;
} .snc-dashboard-filter {
padding-bottom: 14px !important;
} .snc-dashboard-filter .snc-section-body {
padding-bottom: 8px !important;
padding-top: 20px !important;
} .snc-dashboard-filter,
.snc-dashboard-filter .snc-section-body,
.snc-dashboard-filter .snc-section {
min-height: unset !important;
height: auto !important;
} .snc-dashboard-filter-row {
margin-bottom: 0 !important;
} .snc-dashboard-filter .snc-section-body > *:last-child {
margin-bottom: 0 !important;
} .snc-section.booking-filter {
margin-bottom: 12px !important;
}
.snc-section.booking-filter .snc-section-header {
padding: 10px 16px !important;
}
.snc-section.booking-filter .snc-section-body {
padding: 8px 16px !important;
}
.snc-section.booking-filter form {
margin: 0 !important;
} .snc-section.booking-filter .snc-row {
margin: 0 !important;
row-gap: 10px;
} .snc-section.booking-filter input,
.snc-section.booking-filter button {
height: 42px !important;
} .snc-section.booking-filter .snc-save-btn {
margin-top: 10px !important;
} .snc-dashboard-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 24px;
margin: 24px 0;
} .snc-dashboard-card {
position: relative;
background: #ffffff;
border-radius: 16px;
padding: 26px 26px 26px 80px; box-shadow: 0 12px 30px rgba(0,0,0,0.06);
transition: all 0.25s ease;
} .snc-dashboard-card:hover {
transform: translateY(-4px);
box-shadow: 0 18px 36px rgba(0,0,0,0.08);
} .snc-dashboard-card::after {
content: "";
position: absolute;
left: 22px;
top: 50%;
transform: translateY(-50%);
width: 46px;
height: 46px;
border-radius: 50%;
background: #2563eb;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
font-weight: 700;
color: #fff;
} .snc-dashboard-card .card-title {
font-size: 15px;
color: #6b7280;
font-weight: 500;
margin-bottom: 8px;
} .snc-dashboard-card .card-value {
font-size: 28px;
font-weight: 700;
color: #6b7280; }  .snc-dashboard-card:nth-child(1)::before,
.snc-dashboard-card:nth-child(1)::after {
background: #2563eb;
}
.snc-dashboard-card:nth-child(1)::after {
content: "📦";
} .snc-dashboard-card:nth-child(2)::before,
.snc-dashboard-card:nth-child(2)::after {
background: #16a34a;
}
.snc-dashboard-card:nth-child(2)::after {
content: "💰";
} .snc-dashboard-card:nth-child(3)::before,
.snc-dashboard-card:nth-child(3)::after {
background: #7c3aed;
}
.snc-dashboard-card:nth-child(3)::after {
content: "👥";
} @media (max-width: 768px) {
.snc-dashboard-card {
padding: 22px 22px 22px 72px;
}
.snc-dashboard-card .card-value {
font-size: 26px;
}
}  .snc-dashboard-cards {
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
gap: 24px !important;
margin: 24px 0 !important;
} .snc-dashboard-cards .snc-dash-card {
position: relative !important;
background: #ffffff !important;
border-radius: 16px !important;
padding: 26px 26px 26px 80px !important;
box-shadow: 0 12px 30px rgba(0,0,0,0.06) !important;
transition: all 0.25s ease !important;
} .snc-dashboard-cards .snc-dash-card:hover {
transform: translateY(-4px) !important;
box-shadow: 0 18px 36px rgba(0,0,0,0.08) !important;
} .snc-dashboard-cards .snc-dash-card::before {
content: "" !important;
position: absolute !important;
left: 0 !important;
top: 14px !important;
bottom: 14px !important;
width: 6px !important;
border-radius: 6px !important;
} .snc-dashboard-cards .snc-dash-card::after {
content: "" !important;
position: absolute !important;
left: 22px !important;
top: 50% !important;
transform: translateY(-50%) !important;
width: 46px !important;
height: 46px !important;
border-radius: 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
font-size: 22px !important;
font-weight: 700 !important;
color: #fff !important;
} .snc-dashboard-cards .snc-dash-card .content span {
font-size: 15px !important;
color: #6b7280 !important;
font-weight: 500 !important;
} .snc-dashboard-cards .snc-dash-card .content strong {
display: block !important;
font-size: 28px !important;
font-weight: 700 !important;
color: #6b7280 !important;
}  .snc-dashboard-cards .snc-dash-card.blue::before,
.snc-dashboard-cards .snc-dash-card.blue::after {
background: #2563eb !important;
}
.snc-dashboard-cards .snc-dash-card.blue::after {
content: "📦" !important;
} .snc-dashboard-cards .snc-dash-card.green::before,
.snc-dashboard-cards .snc-dash-card.green::after {
background: #16a34a !important;
}
.snc-dashboard-cards .snc-dash-card.green::after {
content: "💰" !important;
} .snc-dashboard-cards .snc-dash-card.purple::before,
.snc-dashboard-cards .snc-dash-card.purple::after {
background: #7c3aed !important;
}
.snc-dashboard-cards .snc-dash-card.purple::after {
content: "👥" !important;
} @media (max-width: 768px) {
.snc-dashboard-cards .snc-dash-card {
padding: 22px 22px 22px 72px !important;
}
.snc-dashboard-cards .snc-dash-card .content strong {
font-size: 26px !important;
}
}  .snc-dashboard-cards .snc-dash-card .icon {
display: none !important;
} .snc-dashboard-cards .snc-dash-card .icon *,
.snc-dashboard-cards .snc-dash-card i,
.snc-dashboard-cards .snc-dash-card svg {
display: none !important;
} .snc-dashboard-card::before {
display: none !important;
}  .snc-dashboard-cards .snc-dash-card {
border-left: none !important;
} .snc-dashboard .snc-dash-card {
border-left: none !important;
}