.btn-helper {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
}

/* Sweetalert */
.swal2-modal {
    /*font-size: 15px;*/
    display: flex;
    border: 2px solid black;
    border-radius: 25px;
    margin: 0;
    padding: 5px;
    /*border-top-left-radius: 25px;*/
    /*border-top-right-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
    /*border-bottom-right-radius: 25px;*/
    box-shadow: 10px 10px 10px 0.5rem rgb(94 95 97 / 70%);
}