﻿.delete-confirmation-card {
    background: white;
    border-radius: 36px;
    padding: 60px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 24px 50px rgba(15,23,42,.08);
}

.delete-icon-wrapper {
    margin-bottom: 24px;
}

.delete-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(239,68,68,.12);
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.delete-title {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
}

.delete-message {
    color: #64748b;
    line-height: 1.8;
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto 40px;
}

.delete-client-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 30px;
    border-radius: 28px;
    background: #f8fafc;
    margin-bottom: 40px;
}

.delete-avatar-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.delete-avatar-placeholder {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(79,70,229,.12);
    color: #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.delete-client-info {
    text-align: left;
}

.delete-client-name {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.delete-client-meta {
    color: #64748b;
    margin-bottom: 6px;
}

.delete-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
