.agl-client-geo{
    background: #fff;
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    min-width: 280px;
    z-index: 99999;
    text-align: center;
    max-width: 500px;
    font-family: "Open Sans";
}

.agl-logo {
    background-color: rgb(145, 14, 22);
}

.agl-logo > img {
    padding: 5px;
}

.agl-black-line {
    background-color: black;
    height: 10px;
}

.agl-client-geo-location{font-weight: bold;}

.agl-buttons-wrapper{
    display:flex;
    justify-content: center;
    padding-bottom: 10px;
}

.agl-splitter {
    width: 80%;
    height: 10px;
    background: linear-gradient(to left, white, black, white);
    margin: auto auto 10px auto;
}

.agl-client-geo button{
    background: #b5121b;
    color: #ffffff;
    padding: 10px 29px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    margin:0 1%;
    font-family: "Open Sans";
    font-size: 12pt;
}

.agl-client-geo button:hover{
        background: #F59C4a;
}

.geo-modal-close{
    color: black;
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: bold;
    cursor: pointer;
}

.agf-remove{
    display:none;
    position: fixed;
    top: 0;
    right: 0;
    background: #f1e557;
    z-index: 20000;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 0.85em;
}

.agf-remove span{color: #722;}
