body, main, .map-container, #map {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.leaflet-bottom {
    z-index: 800 !important;
}

.leaflet-top {
    z-index: 800 !important;
}

section .leaflet-control-layers-list{
    padding: 5px 0px !important;
}

.sidebar-map-tittle{
    position: relative;
}

.sidebar-map-menu{
    color: var(--color-secondary);
}

.sidebar-map-menu h6:after {
    content: '\25be';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

a[aria-expanded="true"] .sidebar-map-menu {
    color: var(--color-primary);
}

.sidebar-map-menu i{
    margin-right: 200px;
}

.sidebar-map-menu:hover{
    color: var(--color-primary);
}

.sidebar-map-content{
    padding-left: 25px;
}

.cekbox{
    margin-bottom: 10px;
}

.cekbox-label{
    margin-left: 10px;
}

.icon-sidebar{
    color: #000000;
}

.legenda-sidebar-container {
    display: none;
}

.legenda-sidebar {
    display: flex;
    flex-direction: column;
    gap: 3px; /* Jarak antar item */
    padding: 10px; /* Padding untuk memperindah */
    background-color: #f9f9f9; /* Warna latar belakang sidebar */
    border: 1px solid #ddd; /* Garis pinggir sidebar */
    border-radius: 8px; /* Sudut melengkung */
    max-width: 400px; /* Batas lebar maksimal */
  }
  
  .legenda-sidebar-title {
    font-size: 16px;
    font-weight: bold;
    color: #333; /* Warna teks */
    margin-bottom: 10px; /* Jarak bawah dari judul */
    border-bottom: 2px solid #cbcbcb; /* Garis bawah sebagai pemisah */
  }
  
  .legenda-sidebar-item {
    display: flex;
    font-size: 12px; /* Sesuaikan ukuran font */
    color: #555; /* Warna teks item */
    margin-left: 10px;
  }
  
  .legenda-sidebar-item i {
    width: 14px; /* Lebar kotak warna */
    height: 14px; /* Tinggi kotak warna */
    margin-right: 10px; /* Jarak antara kotak warna dan teks */
    border-radius: 4px; /* Membuat sudut kotak warna melengkung */
    display: inline-block;
  }

.bts-desa{
    width: 20px;
    height: 3px;
    margin-bottom: 3px;
    background-color: #ffcc99;
    display: inline-block;
}

.bts-kca{
    width: 20px;
    height: 6px;
    margin-bottom: 2px;
    background-color: #ff9900;
    display: inline-block;
}

.jalan-line{
    width: 20px;
    height: 5px;
    margin-bottom: 2px;
    background-color: #6cfff0;
    display: inline-block;
}

.styleLabelDesa{
    background: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 0px;
    box-shadow: 0 0px 0px;
    font-size: 9pt;
    color: white;
    text-shadow: 2px 2px 5px black;
    margin-top: 40px;
}

.styleLabelKecamatan{
    background: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 0px;
    box-shadow: 0 0px 0px;
    font-size: 10pt;
    color: white;
    text-shadow: 2px 2px 5px black;
    font-weight: bold;
}

.toast .toast-body {
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
}

.info {
    padding: 10px 10px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,1);
    border-radius: 5px;
    max-width: 200px;
}
.info h5 {
    margin: 0 0 5px ;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.legend {
    line-height: 16px;
    color: #555;
}

.legend .legend-info{
    font-size: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.legend .legend-info-title{
    padding: 0;
    margin: 0;
}

.legend .legend-info-value{
    color: #000000; 
    margin-bottom: 2px;
    padding: 0;
    line-height: 10px;
}

.legend .legend-item{
    font-size: 10px;
    color: #000000;
}

.legend .legend-polygon {
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.legend .legend-line {
    width: 14px;
    height: 5px;
    margin-top: 3px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.legend .legend-item img{
    height: 14px;
    float: left;
    margin-right: 12px;
    margin-left: 3px;
}

img.huechange { filter: hue-rotate(120deg); }

@media print {  
    @page {
        size: 29.7cm 21cm !important;
    }
}