/* =========================================================
   Перевод клиента из 2-го раздела в сделку
   ========================================================= */

.btn-transfer-deal {
    width: auto !important;
    min-width: 78px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 5px 9px !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #166534 !important;
    border: 1px solid #86efac !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.btn-transfer-deal:hover {
    background: #f0fdf4 !important;
    border-color: #16a34a !important;
    color: #166534 !important;
}

.transfer-deal-info {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 5px solid #16a34a;
    color: #166534;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 14px;
    line-height: 1.45;
    font-weight: 700;
}

#transferDealComment {
    min-height: 100px !important;
}

/* Сделка назначена: зеленая подсветка + красный акцент */
.scheduled-deal-row td {
    background: #f0fdf4 !important;
    border-bottom-color: #bbf7d0 !important;
}

.scheduled-deal-row td:first-child {
    border-left: 5px solid #d71920 !important;
}

.scheduled-deal-row:hover td {
    background: #ecfdf5 !important;
}

.scheduled-deal-note {
    margin-top: 5px;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #86efac;
    color: #166534;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
}

@media (max-width: 950px) {
    .btn-transfer-deal {
        width: 100% !important;
    }
}
