/* =========================================================
   Админ-панель: закрытые сделки сегодня
   ========================================================= */

.admin-closed-today-section {
    background: #ffffff !important;
    border: 2px solid rgba(22, 163, 74, 0.34) !important;
    border-left: 7px solid #16a34a !important;
    border-radius: 12px !important;
}

.admin-closed-today-section h2 {
    color: #166534 !important;
}

.admin-closed-today-section .table-wrap {
    border-color: rgba(22, 163, 74, 0.24) !important;
}

.admin-closed-today-section th {
    background: #f0fdf4 !important;
    color: #166534 !important;
    border-bottom: 2px solid #bbf7d0 !important;
}

.closed-today-row td {
    background: #ffffff !important;
}

.closed-today-row:hover td {
    background: #f7fff9 !important;
}

.closed-today-nav-btn {
    border-color: #16a34a !important;
    color: #166534 !important;
}

.closed-today-nav-btn:hover {
    background: #f0fdf4 !important;
    color: #166534 !important;
    border-color: #16a34a !important;
}

@media (max-width: 950px) {
    .admin-closed-today-section {
        border-left-width: 5px !important;
    }
}
