#overlay {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
}

.popupBox {
    width:100%;
    height:98vh;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index: 12220;
    position: fixed;
}

.popup {
/*    display: none;*/

    padding: 20px;
    width: 560px;
   /* left: 50%;
    margin-left: -280px;
    height: auto;
    top: 50%;
    margin-top: -100px;*/
    background: #FFF;

    font-size: 110%;
}

.popupFooter{
    display:flex;
    justify-content:space-between;
    align-items:baseline;
}




