@import url('./globalModal.css');

#modalPaymentMethodsDelete .modal-card {
    border-radius: 10px;
    width: 95%;
    max-width: 470px;
}

.alert_icon > i {
    font-size: 4rem;
}

.delete_btn {
    background: unset;
    border: unset;
}

.delete_btn:hover {
    cursor: pointer;
    color: #444444;
}