@charset "utf-8";

.ipgeolocation-current-city {
    position: absolute;
    background: #fff;
    padding: 15px;
    left: 50%;
    top: 30px;
    z-index: 999;
    border: 1px solid #ff0000;
}
.ipgeolocation-cities-list {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9;
    background: rgba(0,0,0,0.7);
    border-radius: 15px;
    width: 400px;
    max-width: 90%;
    padding: 30px;
}
.ipgeolocation-btn {
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    margin: 10px 0;
    color: #ffffff;
}
.ipgeolocation-btn:hover {
    text-decoration: underline;
}
.ipgeolocation-current {
    font-weight: bold;
}
.ipgeolocation-map iframe {
    width: 100%;
    max-width: 100%;
}