/* =========================================================
   Последовательные окна причин незакрытых сделок при отправке отчета
   ========================================================= */

.report-reason-modal-box {
    width: 640px !important;
    max-width: 94vw !important;
}

.report-reason-progress {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff5f5;
    border: 1px solid #fecaca;
    color: #991b1b;
    font-size: 13px;
    font-weight: 900;
}

.report-reason-client-card {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.report-reason-client-card > div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #d71920;
    border-radius: 12px;
    padding: 10px;
}

.report-reason-client-card span {
    display: block;
    color: #6b7280;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 4px;
}

.report-reason-client-card strong {
    display: block;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
}

#reportReasonComment {
    min-height: 110px !important;
}

#reportReasonNextBtn {
    background: #d71920 !important;
    border-color: #d71920 !important;
    color: #ffffff !important;
}

#reportReasonNextBtn:hover {
    background: #a90f16 !important;
    border-color: #a90f16 !important;
}

@media (max-width: 950px) {
    .report-reason-client-card {
        grid-template-columns: 1fr;
    }
}
