
.cols {
    flex: 50%;
    height: calc(100vh - 130px);
    /* height: 82vh; */
    width: 100%;
}


body{
    background-color:rgba(243, 238, 227, 0.1);  
}


#slider-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }

.submit-btn1,.submit-btn2 {
  background-color: green;
  color: white;
  border-color: green;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.clear-btn1,.clear-btn2 {
  background-color: grey;
  color: white;
  border-color: grey;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.year-selection{
  z-index: 1000;
  position: absolute;
  padding: 0% 1% 1% 1%;
  border-style: solid;
  border-radius: 5px;
  background-color: rgba(204, 204, 204, 0.8);
  border-color: rgba(39, 89, 245, 0.13);
  border-width: .5px;
  box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.3);
  font-size: 14px;
}

.minimize{
    margin: 13% 2% 4% 0%;
    width: 100%;
    transition: height 0.3s ease;
  }

/* custom background color for slider */
 .form-range::-webkit-slider-runnable-track {
  background-color: #CCCCCC; 
}


.form-range::-moz-range-track {
  background-color: #CCCCCC; 
}


.form-range::-ms-track {
  background-color: #CCCCCC; 
}

.tooltip-inner {

  background-color: whitesmoke;
  color: black; 
  font-size: 10px;
  z-index: 2000;
}

.fav-icon1{
  margin-left: 15px;
  color: blue;
}

.fav-icon1:hover {
  cursor: pointer; 
}

.fav-icon2{
  margin-left: 15px;
  color: blue;
}
  
.fav-icon2:hover {
  cursor: pointer; 
}
.home-button{
  position: absolute;
  z-index: 2000;
  background-color: white;
  
  border: 2px solid rgba(160, 155, 158, .5);
  /* border-top: none; */
  border-bottom-right-radius: 3%;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
  margin-top: 8px;
  padding: 2.5px 4px 3px 3.5px;
  top: 70px;
  left: 10px;
}
.home-button:hover{
  cursor: pointer;
  background-color: rgba(187, 187, 187, 0.3);
}


/* added later end */

.navbar {
    background-color: #e3f2fd;
    border-color: #ffffff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    padding: 1px 0px 0px 0px;
    font: bold 16px 'Roboto';
  }

  .nav-item{
    padding-left: 20px;
  }
  

#map1 {
    border-right: 0.5px solid grey;
}


.per-label{
    font: 14px 'Roboto';
    padding-top: 2px;   
}

.per-label1{
  font:  16px 'Roboto';
  font-weight: bold;
  padding-left: 30px;
  margin-left: 20px;
}

#threshold_range{
    font: 14px 'Roboto';
}


.legend1,.legend2 {
    position: absolute;
    bottom: 25px;
    right: 10px;
  }

.title{
    font-family: 'Roboto';
    font-size: 20px;
    padding-top: 20px;
}

.modal-body,.modal-title{
    font: 14px 'Roboto';
}
.nav-item:hover {
    background-color:  rgba(204, 204, 204, 0.5);
  }

  .info-button {
    padding-left: 0px;
    margin: 6px 0px 6px 200px;
    border-radius: 6px;
    color: #212529;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font: bold 16px 'Roboto';
    background-color: rgba(204, 204, 204, 0.5);
    border-color: rgba(204, 204, 204, 0.5);
    
  }
  .info-button:hover {
    background-color: rgba(99, 99, 99, 0.5);
    border-color: rgba(99, 99, 99, 0.5);
  }
  .nav-item:not(.info-button):hover {
    background-color:  rgba(204, 204, 204, 0.5);
  
    
  }
  .about-text{
    font: bold 16px 'Roboto';
    color: rgba(40, 39, 39, .8);
    padding-top: 0px;
  }
  .footer-text{
    font:  12px 'Roboto';
    color: #636363;
  }



