/* Отчеты дня / недели / месяца */

.day-report-nav-btn {
    background: #111111 !important;
    color: #ffffff !important;
    border-color: #111111 !important;
}

.day-report-nav-btn:hover {
    background: #d71920 !important;
    border-color: #d71920 !important;
}

.admin-day-report-box {
    width: 1180px !important;
}

.report-filter-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    margin-bottom: 14px !important;
}

.admin-report-summary {
    grid-template-columns: repeat(6, 1fr) !important;
}

.report-reason {
    background: #ffffff;
    border: 1px solid #fecaca;
    color: #7f1d1d;
    padding: 6px 8px;
    border-radius: 8px;
    margin-bottom: 6px;
    line-height: 1.35;
}

.report-ok {
    display: inline-block;
    background: #ffffff;
    color: #166534;
    border: 1px solid #bbf7d0;
    padding: 5px 8px;
    border-radius: 8px;
    font-weight: 700;
}

#adminReportsBody td {
    vertical-align: top !important;
}

@media (max-width: 950px) {
    .admin-day-report-box {
        width: 100% !important;
    }

    .report-filter-grid,
    .admin-report-summary {
        grid-template-columns: 1fr !important;
    }
}
