#mapKecamatan { height: 450px; }
#mapKelurahan { height: 535px; }
#mapDelineasi { height: 630px; }
#mapRealisasi { height: 450px; }
#mapDelineasiTahunSebelumnya { height: 450px; }
#mapDelineasiTahunSekarang { height: 450px; }
#mapRealisasiKelurahan { height:500px; }

.kotak {
    width: 20px;
    height: 20px;
    margin: 10px;
}

.tahunSekarang {
    background-color: var(--warna-tahun-sekarang);
    border: none;
}

.tahunSebelumnya {
    background-color: var(--warna-tahun-sebelumnya);
    border: none;
}

.tahunSebelumnyaPadaTahunSekarang {
    background-color: var(--warna-tahun-sebelumnya);
    border: none;
}

.transparan {
    border : 2px solid #000;
}
.drop-zone {
    position: relative;
    width: 100%;
    height: 250px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #222222;
    border-radius: 10px;
    overflow: hidden;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}
