.llcu-location-modal {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.llcu-location-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px 20px 35px 20px;
    border: 1px solid #888;
    width: 60%;
}

.llcu-location-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -35px;
}

.llcu-location-close:hover,
.llcu-location-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.llcu-location-svg-flag {
    width: 40px;
}

@media only screen and (max-width: 786px) {
    .llcu-location-modal-content {
        width: 80%;
    }
}