/* =========================================================
   Разделы без заливки. Первый раздел — красный важный.
   ========================================================= */

.card,
.today-money-section,
.calculation-money-section,
.manager-measurements-section,
.activity-section,
.admin-deals-section,
.admin-clients-section,
.admin-measurements-section,
.admin-delete-requests-section,
.deleted-clients-section,
#employeesSection,
#buildersSection,
.stat,
.control-card,
.summary-mini,
.activity-box {
    background: #ffffff !important;
}

.today-money-section {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-left: 7px solid #d71920 !important;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06) !important;
}

.today-money-section .card-title h2,
.today-money-section h2 {
    color: #d71920 !important;
}

.today-money-section .hint {
    color: #7f1d1d !important;
}

.today-money-section .table-wrap {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
}

.today-money-section th,
.today-money-section table thead th {
    background: #ffffff !important;
    color: #111111 !important;
    border-bottom: 2px solid #d71920 !important;
}

.calculation-money-section,
.manager-measurements-section,
.activity-section,
.admin-deals-section,
.admin-clients-section,
.admin-measurements-section,
.admin-delete-requests-section,
.deleted-clients-section,
#employeesSection,
#buildersSection {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-left: 4px solid #d1d5db !important;
}

.calculation-money-section .card-title h2,
.manager-measurements-section .card-title h2,
.activity-section .card-title h2,
.admin-deals-section h2,
.admin-clients-section h2,
.admin-measurements-section h2,
.admin-delete-requests-section h2,
.deleted-clients-section h2,
#employeesSection h2,
#buildersSection h2 {
    color: #111827 !important;
}

.calculation-money-section .hint,
.manager-measurements-section .hint,
.activity-section .hint,
.admin-deals-section .hint,
.admin-clients-section .hint,
.admin-measurements-section .hint,
.admin-delete-requests-section .hint,
.deleted-clients-section .hint,
#employeesSection .hint,
#buildersSection .hint {
    color: #6b7280 !important;
}

.calculation-money-section th,
.manager-measurements-section th,
.activity-section th,
.admin-deals-section th,
.admin-clients-section th,
.admin-measurements-section th,
.admin-delete-requests-section th,
.deleted-clients-section th,
#employeesSection th,
#buildersSection th {
    background: #ffffff !important;
    color: #111827 !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.table-wrap,
.calculation-money-section .table-wrap,
.manager-measurements-section .table-wrap,
.admin-deals-section .table-wrap,
.admin-clients-section .table-wrap,
.admin-measurements-section .table-wrap {
    background: #ffffff !important;
    border-color: #e5e7eb !important;
}

tr:hover td {
    background: #fafafa !important;
}

.control-card.warning,
.control-card.orange-alert,
.control-card.danger-alert {
    background: #ffffff !important;
    border-left-color: #d1d5db !important;
}

.admin-delete-requests-section {
    border-left-color: #d71920 !important;
}

.admin-delete-requests-section h2 {
    color: #d71920 !important;
}
