#lse-location-trigger {
    cursor:pointer;
}

#lse-modal {
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%; height:100%;
    z-index:9999;
}

#lse-location-text {
    font-weight:600;
}

.lse-overlay {
    background:rgba(0,0,0,0.6);
    width:100%; height:100%;
    position:absolute;
}

.lse-box {
    background:#fff;
    width:400px;
    margin:20% auto;
    padding:10px 40px 30px;
    position:relative;
    z-index:2;
    border-radius:6px;
}
.map-icon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
}
.close-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400; /* Required for 'fas' (solid) style */
  content: "\f00d";
}

button.zip-update {
    width: 100%;
}
.lse-close{
    text-align:right;
    margin-bottom:20px;
    font-size:20px;
}