.jr-location-popup{
    display:none;
    position:fixed;
    top:0;left:0;
    width:100%;height:100%;
    background:rgba(0,0,0,0.4);
    justify-content:center;
    align-items:center;
    z-index:9999;
}
.jr-location-box{
    background:#fff;
    padding:20px;
    border-radius:12px;
    text-align:center;
}
.jr-location-box button{
    display:block;
    margin:10px auto;
    padding:10px 20px;
    border:none;
    border-radius:8px;
    cursor:pointer;
}
#jr-use-location{
    background:#14532d;
    color:#fff;
}
