.mapHolder {
  width: 100%;
  height: 450px;
  position:relative;
}

.leafletMmap {
  width: 100%;
  height: 100%;
}

.tableHolder {
  width: 100%;
  height: 100%;
  display:none;
  z-index: 1;
  overflow: auto;
}

.searchHolder {
  /*
  flex-direction: row;
  transform: translateX(-50%);
  */
  position: absolute;
  right: 20px;
  z-index: 1000;
  background: white;
  padding: 6px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  display: flex;
  gap: 6px;
  width: 350px;
}
@media (max-width: 575.98px){
  .searchHolder {
    width: 280px;
  }
}

.search-box button:hover {
  background: #e5e5e5;
}

.search-box input {
  padding: 1px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-width: 263px;
}
@media (max-width: 575.98px){
  .search-box input {
    min-width: 190px;
  }
}

.search-box input:focus {
  border: 1px solid #ccc !Important;
}

.search-box button {
  height: 100%;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 6px;
  cursor: pointer;
}

.search-box:first-of-type {
  margin-bottom: 6px;
}

table {border: 1px solid #bbb!Important;}
tbody th, td {font-size:.9rem;}
th:first-of-type {width:32%;}
th,td {text-align:left; width:22%;}
.headSub {font-weight:normal; font-size:0.9rem;}
@media (max-width: 575.98px){
  table {width:800px!Important;}
}
  