


body {
    position: absolute;
}
#overlay {
    position: fixed;
    left: 25%;
    top: 25%;
    background-color: #ffc814 !important;
    width: 50%;
    height: 55%;
    opacity: 1;
    padding: 25px;
    border-radius: 80px;
    display:block;
    border: 14px solid #9ED5C5;
    box-shadow: 0px 0px 0px 0px rgb(2 2 2 / 0%);
    background-color: rgba( 255, 255, 255, 1.00 );
     z-index: 101 !important;
    overflow: visible;

}


#overlay.open {
display: none  !important;
}



.popup {
    margin: 20% auto;
    width:70% ;
    background-color: #fff;
    padding: 1em;
    display: block;
    z-index= 9999999 !important;
    

}

.btnclose {
    position: absolute;
    top: -33px;
    right: -28px;
    font-size: 28px;
    border: 2px solid;
    padding: 5px;
    background: #fff;
}