#map {
    height: 100vh;
    width: 100%;
}

/* =========================
   UPLOAD BUTTON
========================= */
#uploadBox {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 1000;
}

#uploadBox button {
    color: #fff;
    background-color: #0073aa;
    border-radius: 6px;
    padding: 10px 14px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

#uploadBox button:hover {
    background-color: #005177;
}
#mutargy-upload {position: sticky;z-index: 1000;float: right;margin: 0px 0px -40px 0px;}
#mutargy-upload button {color:#fff;background-color:blue;border-radius:5px;padding:10px;border:none;cursor:pointer;}
/* =========================
   MODAL
========================= */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    margin: 10% auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* inputs */
.modal-content input,
.modal-content select,
.modal-content button {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #ddd;
}

/* buttons */
.modal-content button {
    background: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}

.modal-content button:hover {
    background: #005177;
}

/* =========================
   POPUP
========================= */
.popup-image {
    width: 200px;
    border-radius: 8px;
    margin-top: 5px;
}

.popup-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}