.N2go_Extended_Geo_Redirect_add_popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 186, 255, 0.2);
    opacity: 1;
    z-index:10000;
    font-size:11px;
    color: #606c77;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;

}
.N2go_Extended_Geo_Redirect_add_popup .inner {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;

    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
}
.N2go_Extended_Geo_Redirect_add_popup .grid50 { text-align: center; background: white; width: 48%; padding: 3rem 3.5rem;}
.N2go_Extended_Geo_Redirect_add_popup .grid100 { text-align: center; background: white; width: 100%; padding: 3rem 3.5rem;}
.N2go_Extended_Geo_Redirect_add_popup .align-left { float: left;}
.N2go_Extended_Geo_Redirect_add_popup .align-right { float: right;}




.N2go_Extended_Geo_Redirect_add_popup .btn {
    -webkit-appearance: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    background: #00BAFF;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 4% auto 0;
    padding: 0.75em 1.5em 0.65em;
    text-align: center;
    vertical-align: middle;
    width: 50%;

}

.N2go_Extended_Geo_Redirect_add_popup .btn .flag { margin: -2px 3px; max-width:40%;
    max-height:40%; }

.N2go_Extended_Geo_Redirect_add_popup .btn:hover {
    background-color: transparent;
    border-color: #00BAFF;
    color: #00BAFF;
}

.N2go_Extended_Geo_Redirect_add_popup a.underline {text-decoration: underline !important;]}

@media only screen and (max-width: 1024px) {

    .N2go_Extended_Geo_Redirect_add_popup .inner {
        width: 90%;
    }

    .N2go_Extended_Geo_Redirect_add_popup .btn {
        width: 90%;
    }

}

@media only screen and (max-width: 768px) {

    .N2go_Extended_Geo_Redirect_add_popup .grid50 { background: white; width: 100%; padding: 3rem 3.5rem; margin-bottom: 5%}

}
