body {
    font-family: "Prompt", sans-serif;
    background-color: #dddddd;
    /* padding-top: 5rem;*/
}

.txthead-res {
    font-size: calc(100% + 0.5vw + 0.5vh);
}

#textheadlogo1 {
    color: #ffffff;
    background-color: #517a38 !important;    
}

.tabnav {
    color: rgb(107, 107, 107);
    background-color: #ffffff !important;
    /*border: 4px solid ;*/
    border: 1px solid #9e9e9e;
}

.tabnav:hover {
    color: #74a735 !important;
    background-color: #ffffff;
}

.tabnav.active {

    color: #ffffff !important; 
    background-color: #74a735 !important;
    border: 1px solid #74a735;
    
}

.box-rounded{
    border-radius: 30px;
}

.btn-df {
    color: rgb(107, 107, 107) !important; 
    background-color: #ffffff !important;
    border: 1px solid #74a735;
}

.btn-df:hover {
    color: #74a735 !important; 
}

.btn-df.active {
    color: #ffffff !important; 
    background-color: #74a735 !important;
}

.circleRange::-webkit-slider-thumb{
    -webkit-appearance: none;
    background: #74a735;
    cursor: pointer;
    border-radius: 50%;
}
.circleRange::-moz-slider-thumb{
    -moz-appearance: none;
    background: #74a735;
    cursor: pointer;
    border-radius: 50%;
}

.map{
    background-image: url("image/mapx800-4.jpg");
    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#chartdiv31 {
    height: 700px; 
    margin: 0 auto;
}

#tickmarks, #tickmarks2 {
    display: flex;
    justify-content: space-between;
    padding: 0 7.5px;
}

#tickmarks p, #tickmarks2 p {
    color:rgb(148, 134, 134);
    transform: rotate(-90deg);
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 0px;

    font-size: 14px;
}

#customRange4{
    width: 100%;
}

#div22{
    background-color: #eeeeee;
}

.bk-rd{
    border-radius: 30px;
}

.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
input:checked + .switch {
    background: #517a38;
}
input:checked + .switch::before {
    left: 27px;
    background: #fff;
}
input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}

@media only screen and (max-width: 960px) {
    .set-b{
        padding: 0px 0px 20px 0px;
    }

    #customRange4{
        width: 100%;
    }

}

@media only screen and (max-width: 576px) {

    .set-b{
        padding: 0px 0px 20px 0px;
    }

    #tickmarks p, #tickmarks2 p { 
        font-size: 12px;
    }

    #customRange4{
        width: 100%;
        border: 5px;
    }

}

