/* Delete Contact Modal Styles */
.delete-contact-modal {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    width: 370px;
    height: 337px;
    padding: 30px;
    font-family: 'Sofia Pro', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.delete-contact-modal-header {
    padding: 0;
    margin: 0;
}

.delete-contact-modal-title {
    font-size: 24px !important;
    color: #262626;
    font-style: normal !important;
    font-family: 'Sofia Pro', sans-serif !important;
    margin: 0;
}

.delete-contact-modal-header .btn-close {
    opacity: 0.5;
}

.delete-contact-modal-body {
    padding: 0;
    margin: 0;
}

.delete-contact-modal-text {
    color: #262626;
    font-family: 'Sofia Pro', sans-serif;
    margin: 0;
}

.delete-contact-modal-contact-info {
    margin: 0;
    padding: 0;
}

.delete-contact-modal-name {
    color: #262626;
    font-size: 20px !important;
    font-style: normal !important;
    font-family: 'Sofia Pro', sans-serif !important;
    margin: 0 0 8px 0;
}

.delete-contact-modal-phone {
    color: #262626;
    font-family: 'Sofia Pro', sans-serif;
    margin: 0;
}

.delete-contact-modal-footer {
    padding: 0;
    margin: 0;
    gap: 15px;
}

.delete-contact-modal-btn-delete {
    background-color: #3352A3;
    color: #fff;
    font-family: 'Sofia Pro', sans-serif;
}

.delete-contact-modal-btn-cancel {
    border-color: #3352A3;
    color: #3352A3;
    font-family: 'Sofia Pro', sans-serif;
}

