.swal-text {
    text-align: center;
    line-height: 24px;
    font-weight: 500;
}

.swal-footer {
    text-align: center;
}

.swal-button {
    border-radius: 3px;
    font-size: 16px;
    padding: 7px 19px;
}

.swal-button:focus {
    box-shadow: none;
}

.swal-button--cancel {
    font-size: 13px !important;
}

.swal-button--confirm, .swal-button--edit {
    background-color: #E31B23;
    font-size: 12px;
    border: 1px solid #ee000f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px #ff1f27;
}


.swal-button--confirm:focus, .swal-button--edit:focus {
    opacity: 0.8;
}


.swal-button--confirm:active, .swal-button--edit:active {
    background-color: #ee000f;
}

.swal-button--delete {
    background-color: #f8f9fa;
    font-size: 12px;
    border: 1px solid #f8f9fa;
    color: #212529;
}

.swal-button--delete:focus {
    opacity: 0.8;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.swal-button--delete:active {
    background-color: #e2e6ea;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}
