
#chik {
    font-family: "Jost", sans-serif;
}

#chik h1, #chik h2, #chik h3, #chik h4, #chik h5{
    color: #FF2600;
    font-weight: 600;
}

#chik h1{
    font-size: 1.9rem;
}

#chik h2{
    font-size: 1.6rem;
}

#chik h3{
    font-size: 1.3rem;
}

#chik h4{
    font-size: 1.1rem;
}

#chik p{
    font-size: 1.1rem;
}

#chik a{
    color: #FF2600;
    text-decoration: none;
}

#chik .btn{
    background-color: #FF2600;
    color: white;
    border: none;
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 1rem;
    font-weight: 600;
}

#map{
    height: 700px;
}

#div_map_cover{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99998;
    display: none;
}

#chik .section{
    /*max-width: 800px;*/
    width: 100%;
    margin: 0 auto;
}

#chik .section_text{
    max-width: 550px;
    margin: 0 auto;
}

#div_chik_info{
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    max-width: 350px;
    width: 100%;
    top: 20px;
    left: 20px;
    z-index: 99999;
    /*margin-right: 20px;*/
}

@media (max-width: 767px) {
    #div_chik_info{
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 15px;
        width: 95%;
    }

    #div_chik_map_cover {
        display: block !important;
    }

    #chik_values_text_link {
        display: none;
    }

    #chik_report_text_link{
        display: none;
    }

}

#chik-av-div{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#div_chik_risk_value{
    background-color: gray;
    color: white;
    padding: 5px 25px;
    border-radius: 10px;
    border: 0 solid;
}

#chik_risk_value{
    font-size: 2.2rem !important;
    font-weight: 600;
    margin-top: -68px;
}

#chik_risk_value_description{
    font-size: 1.2rem !important;
    font-weight: 600;
    margin: 0;
    color: white;
}

#chik_risk_dial_img{
    width: 170px;
}

path.leaflet-interactive:focus {
    outline: none;
}

.legend-color-circle{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width: 1000px) {
    .legend-color-circle{
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
}

.legend-color-circle-border{
    border: 2px solid gray;
}

.legend-color-label{
    font-weight: 600;
}

