/* =========================================
MAHA BUSINESS - CF7 ENTRIES BETA
========================================= */
.maha-dashboard {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
color: #1f2937;
background: #f8fafc;
padding: 24px;
border-radius: 12px;
}
/* Header */
.maha-dashboard-header {
margin-bottom: 24px;
}
.maha-dashboard-header h2 {
margin: 0 0 6px;
font-size: 26px;
font-weight: 700;
}
.maha-dashboard-header p {
margin: 0;
color: #6b7280;
font-size: 14px;
}
/* KPI Grid */
.maha-kpi-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
margin-bottom: 24px;
}
.maha-kpi-card {
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 10px;
padding: 20px;
min-height: 110px;
box-sizing: border-box;
}
.maha-kpi-top {
display: flex;
justify-content: space-between;
align-items: center;
}
.maha-kpi-title {
color: #6b7280;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: .3px;
}
.maha-kpi-icon {
width: 36px;
height: 36px;
border-radius: 8px;
background: #eff6ff;
display: flex;
align-items: center;
justify-content: center;
font-size: 17px;
}
.maha-kpi-number {
margin-top: 12px;
font-size: 28px;
line-height: 1;
font-weight: 700;
}
/* Table Card */
.maha-table-card {
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 10px;
overflow: hidden;
}
/* Table Header */
.maha-table-header {
padding: 20px;
border-bottom: 1px solid #e5e7eb;
}
.maha-table-header h3 {
margin: 0 0 4px;
font-size: 18px;
}
.maha-table-header p {
margin: 0;
color: #6b7280;
font-size: 13px;
}
/* Filters */
.maha-filters {
display: flex;
gap: 10px;
padding: 16px 20px;
border-bottom: 1px solid #e5e7eb;
background: #fafafa;
}
.maha-search {
flex: 1;
}
.maha-search input,
.maha-filter select {
width: 100%;
height: 40px;
border: 1px solid #d1d5db;
border-radius: 7px;
padding: 0 12px;
background: #ffffff;
font-size: 14px;
box-sizing: border-box;
}
.maha-filter {
width: 160px;
}
/* Table */
.maha-table-wrapper {
overflow-x: auto;
}
.maha-table {
width: 100%;
border-collapse: collapse;
min-width: 850px;
}
.maha-table th {
text-align: left;
padding: 13px 16px;
background: #f9fafb;
border-bottom: 1px solid #e5e7eb;
color: #6b7280;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .3px;
}
.maha-table td {
padding: 15px 16px;
border-bottom: 1px solid #f1f5f9;
font-size: 14px;
vertical-align: middle;
}
.maha-table tbody tr:hover {
background: #f9fafb;
}
.maha-entry-id {
font-weight: 600;
}
.maha-email {
color: #4b5563;
}
.maha-date {
color: #6b7280;
white-space: nowrap;
}
/* Status */
.maha-status {
display: inline-flex;
align-items: center;
padding: 4px 9px;
border-radius: 999px;
font-size: 12px;
font-weight: 600;
background: #ecfdf5;
color: #047857;
}
/* View Button */
.maha-view-btn {
display: inline-block;
padding: 7px 12px;
border-radius: 6px;
background: #111827;
color: #ffffff !important;
text-decoration: none;
font-size: 12px;
font-weight: 600;
}
.maha-view-btn:hover {
background: #374151;
color: #ffffff !important;
}
/* Footer */
.maha-table-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px 20px;
color: #6b7280;
font-size: 13px;
}
/* Responsive */
@media (max-width: 900px) {
.maha-kpi-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
.maha-dashboard {
padding: 15px;
}
.maha-kpi-grid {
grid-template-columns: 1fr;
}
.maha-filters {
flex-direction: column;
}
.maha-filter {
width: 100%;
}
.maha-table-footer {
flex-direction: column;
gap: 8px;
align-items: flex-start;
}
}
All Forms
Contact form 1
All Dates
Today
Last 7 Days
This Month
|
ID
|
Name
|
Email
|
Subject
|
Page
|
Date
|
Status
|
Action
|
|
#2
|
test 9
|
test@gmial.com
|
test
|
Elementor-6
|
25 Aug 2026
|
New
|
View
|
|
#1
|
test 8
|
test@gmial.com
|
test
|
Elementor-6
|
25 Aug 2026
|
New
|
View
|