.navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
    background-color: white;
    z-index: 999;
    
}
.navbar2{
    width: 100%;
    height: 130px;
    background-color: white;

}


.navbar .logo{
    float: left;
    height: 100%;
    width: 180px;
    background-color: pink;
}


.navbar .logo img  {
    height: 100%;
    width: 100%;
}

.nav-links {
    float: left;
    margin-left: 300px;
}

.nav-links ul li {
    float: left;
    margin: 0 15px;
}

.nav-links ul li a {
    margin-top: 10px;
    display: block;
    height: 100px;
    padding: 0 10px;
    line-height: 100px;
    font-weight: 400;
    font-size: 18px;
    color: black;
}


.active {
    border-bottom: 3px solid blue;
}

.data_search{
    width: 1500px;
    height: 140px;
    background-color: white;
    margin:20px auto;
    border-radius: 20px;

}

.data_search label {
    line-height: 140px;
    font-weight: bold;
    font-size: 30px;
    margin-left: 120px;
    margin-right: 30px;
}

button {
    width: 180px;
    height: 45px;
    background-color: rgb(30, 93, 188);
    border-radius: 5px;
    color: white;
    font-size: 18px;
    border: none;
    margin-left: 150px;
}


.data_plot {
    float: left;
    width: 730px;
    height: 1000px;
    background-color: white;
    border-radius: 30px;
    margin-left: 20px;
}

.feature_plot {
    float: left;
    width: 730px;
    height: 1000px;
    background-color: white;
    border-radius: 30px;
    margin-left: 20px;
}

.color_by_search {
height: 70px;
background-color: white;
border-radius: 30px;

}
.feature_search{
    height: 70px;
    background-color: white;
    border-radius: 30px;
}

.color_by_search label {
    line-height: 70px;
    font-weight: bold;
    font-size: 30px;
    margin-left: 50px;
    margin-right: 80px;

}

.feature_search label {
    line-height: 70px;
    font-weight: bold;
    font-size: 30px;
    margin-left: 50px;
    margin-right: 80px;

}

#for_color_by_plot{
    width: 100%;
    height: 930px;
    background-color: white;
}

#for_feature_plot{
    width: 100%;
    height: 930px;
    background-color: white;
}

.bottom_info {
    width: 100%;
    height: 80px;
    margin: 10px auto;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}


.info1 {
    float: left;
    line-height: 20px;
    margin-right: 250px;
}
.info2 {
    float: left;
    margin-right: 100px;
}
.info3 {
    float:right;
}
