.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    background-color: â€œblackâ€;
    line-height: 25px;
    color: #555;
    width: auto;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;

}

span.labelnamawilayah {
    text-align: center;
    font-size: 7pt;
    font-weight: bold;
    color: black;
}

div.my-div-icon {
    text-align: center;
    line-height: 8pt;
    width: 68px !important;
}

.nicebox {
    position: absolute;
    text-align: center;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 13px;
    /* z-index: 5; */
    box-shadow: 0 4px 6px -4px #333;
    padding: 5px 10px;
    background: rgb(255, 255, 255);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
    border: rgb(229, 229, 229) 1px solid;

}

#indicator {
    width: 88%;
    margin-top: 10px;
    position: relative;
}

#data-box {
    top: 0px;
    left: 40%;
    height: 47px;
    margin-top: 10px;
    /*margin: auto;*/
    line-height: 45px;
    display: none;
    z-index: 10000;
}

#census-variable {
    width: 360px;
    height: 20px;
}

#legend1 {
    display: flex;
    display: -webkit-box;
    padding-top: 7px;


}

#legend1 div#census-min,
#legend1 div#census-max {
    font-size: 10px;
}

#legend-box-desa {
    bottom: 35px;
    left: 8px;
}

.color-key {
    /* background: linear-gradient(to right,
            hsl(45, 17%, 95%) 0%,
            hsl(34, 97%, 75%) 17%,
            hsl(25, 97%, 73%) 33%,
            hsl(10, 96%, 70%) 50%,
            hsl(360, 78%, 65%) 67%,
            hsl(348, 58%, 56%) 83%,
            hsl(342, 100%, 25%) 100%); */

    /* background: linear-gradient(to left,
            hsl(0, 97%, 49%) 0%,
            hsl(17, 71%, 51%) 17%,
            hsl(29, 74%, 47%) 33%,
            hsl(61, 76%, 44%) 50%,
            hsl(59, 82%, 67%) 67%,
            hsl(83, 84%, 43%) 83%,
            hsl(151, 83%, 34%) 100%); */
    background: linear-gradient(90deg, rgba(31, 117, 21, 1) 25%,
            rgba(249, 255, 0, 1) 25%,
            rgba(235, 201, 7, 1) 50%,
            rgba(245, 105, 4, 1) 50%,
            rgba(254, 27, 5, 1) 75%,
            rgba(214, 33, 24, 1) 75%,
            rgba(117, 9, 9, 1) 75%);

    flex: 1;
    -webkit-box-flex: 1;
    margin: 0 5px;
    text-align: left;
    font-size: 1.0em;
    line-height: 1.0em;
}

#data-value {
    font-size: 1.0em;
    font-weight: bold
}

#data-label {
    font-size: 1.0em;
    font-weight: normal;
    padding-right: 10px;
}


#data-caret {
    margin-left: -5px;
    display: none;
    font-size: 14px;
    width: 14px;
}

div.isiInfoWindow th,
div.isiInfoWindow td {
    font-size: 11px !important;
    padding: 5px !important;
    width: 105px;
}

div.isiInfoWindow th {
    vertical-align: middle !important;
    text-align: center !important;
}

div.infoWindow {
    width: 350px !important;
    font-size: 11px !important;
    padding: 1px;
}