
* {
    padding: 0;
    margin: 0;
    font-family: 'Gill Sans MT';
    

}

    /* width */
    body::-webkit-scrollbar {
      width: 10px;
      
     
    }
    
    /* Track */
    body::-webkit-scrollbar-track {
      background: #f1f1f1; 
      border-radius: 10px;
      
    }
     
    /* Handle */
    body::-webkit-scrollbar-thumb {
      background: #5DB9D7; 
      background-image: linear-gradient(to bottom,rgb(73, 73, 73),#5DB9D7,white); 
      border-radius: 10px;
      
    }
    
    /* Handle on hover */
    body::-webkit-scrollbar-thumb:hover {
      background: #555; 
      
    } 

    
#dash-top {
  /*  rgb(201,156,51)*/
    width: 100vw;
    height: 10vh;
    background: rgb(251, 254, 255);
  
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    z-index: 9999;
}

.sub-top1 {
    width: 16%;
    height: 10vh;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-top2 {
    height: 10vh;
    width: 84%;
    background-color: rgb(255, 255, 255);
    display: flex;
  
    justify-content: flex-start;
    align-items: center;
}
.search input::placeholder {
  font-size: 8px; 
  letter-spacing: 2px;
}
.search {
    background-color: rgb(245,245,245);
    border: 1px solid  rgb(245,245,245);
    border-radius: 11px;
    
}

.search input {
  background-color: rgb(245,245,245);
  width: 15vw;
  height: 4vh;
  outline: none;
  border-left: none;
  font-size: x-small;
  border-radius: 10px;
  border: 1px solid rgb(245,245,245);
  padding: 5px;
}



.search:hover {
    border: 1px solid rgb(36, 136, 154);
}

.search a {
    color: rgb(0, 0, 0);
    font-size: x-large;
    opacity: 0.5;
}

.analytics{
  cursor: pointer;
  background-color: rgb(238, 238, 238);
  width: 33px;
  height: 33px;
  position: relative;
  border-radius: 8px;
}
.nav-rt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 40px;
    position: absolute;
    right: 0;
    gap: 20px;
}

.profile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.profile p {
    color: rgb(0, 0, 0);
    content: "";
}

.profile div {
    width: 50px;
    height: 50px;
    border: 1px solid black;
    border-radius: 50%;
    background-color: rgb(245,245,245);
    cursor: pointer;
}
#dash-sidebar {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 10vh;
}

.dash-left {
  width: 14%;
  height: 100vh;
  background: rgb(255, 255, 255);
  position: fixed;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1%;
}

.dash-left a {
  text-decoration: none;
  margin-top: 20%;
  margin-left: 12%;
}

.dash-left a p {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 1.1rem;
  
}


    /* CSS to adjust placeholder font size */
    #hover1::placeholder {
      font-size:x-small; /* Adjust the font size as needed */
      
  }
.dash-right {
   
    max-height: fit-content;
    background-color: #8cb1c9;
    scroll-snap-align: start;
    margin-left: 16%;
    position: relative;
    z-index: 6;
    top: 0;
}

.contain {

  
  /*
  background-color: rgb(255, 255, 255);
  margin: 1% 2%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
    padding: 2%;*/
    position: relative;
   
}

#map .ol-attribution {
  display: none; /* Hide the attribution text */
}

