.search-box {
  z-index: 9100;
}

.blockInfo {
  z-index: 9000;
  overflow: auto;
}

.right-menu {
  z-index: 9900;
}

.main-block {
  margin: 0;
  padding: 0;
}

#mapid {
  height: 100vh;
  width: 100%;
  cursor: auto !important;
}

#copy-toast {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 16000;
  width: 450px
}

/* 

.select-project-modal-content {
  flex-direction: unset;
  flex-wrap: wrap;
  padding: 5px;
}

.project-select-button {
  text-decoration: none;
  color: white;
  margin: 5px;
}
.project-select-button:hover {
  color: white;
}

.project-select-button-content {
  width: 250px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #585858;
  text-align: center;
  padding: 10px;
}

.project-name-text {
  font-size: 16px;
} */
.collapsed {
  /*width: 44px !important;*/
}

.svg-icon-tool {
  width: 1em;
  color: #fff;
  font-size: 1.75em;
  transition: 0.5s;
  transition-delay: 0.25s;
}

div:has(#legends-list){
  padding-top: 0px !important
}

#legend-layer-header{
  padding-top: 10px;
}