#swal-bg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 998;
    position: fixed;
    top: 0;
}

#swal-cont {
    position: relative;
    z-index: 999;
    background-color: white;
    border-radius: 25px 25px 25px 25px;
    margin: 85px auto;
    max-height: 80vh;
    overflow-y: auto;
    width: 400px;
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.swal-btns {
    width: 40%;
    text-align: center;
    padding: 15px;
    border: none;
    font-size: 25px !important;
    cursor: pointer;
}

.swal-btns:hover {
    border: 2px rgb(0, 0, 0) solid;
    font-weight: bold;
    color: white;
}

#swal-btn-cont {
    text-align: center;
    margin: 10px;
}

#swal-title {
    text-align: center;
    font-size: 35px !important;
    font-weight: bold;
    margin: 15px;
}

#swal-text {
    text-align: center;
    font-size: 20px !important;
    margin: 15px;
}

.swal-input {
    width: 80%;
    padding: 5px 15px;
    margin: 10px;
    font-size: 20px !important;
    border-radius: 25px;
    border: 1px solid grey;
}

#swal-input-cont {
    text-align: center;
    padding: 15px;
}

.swal-input:focus {
    outline: none;
}