.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    /* font-size: 1rem; */
}

.swal2-popup {
    /* display: none; */
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    /* border-radius: 5px; */
    /* background: #fff; */
    font-family: inherit;
    /* font-size: 1rem; */
}


.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 25px;
    color: #fdfdfd;
    font-size: 1em;
    background-color: #fa0000;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 25px;
    color: #ffffff;
    font-size: 1em;
    background-color: #02073f;
}

