path {
  stroke: white;
  fill: #b6babe !important;

  transition: fill 0.4s ease;
  transform-origin: center center;
}

path:hover {
  fill: #D81C03 !important;
  cursor: pointer;
  transform: scale(1.005, 1.005);
}

/* #map-container {
    display: flex;
    justify-content: center;
    align-items: center;
} */

#us-map {
  display: block;
  position: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#details-box {
  box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.7);
  opacity: 0%;
  padding: 1rem;
  border-radius: 8px;
  font-size: 24px;
  position: fixed;
  color: white;
  font-family: "Poppins";
  background-color: black;
  width: fit-content;
  transform: translateX(-50%);
  transition: opacity 0.4s ease;
  z-index: 1;
}
.myclass{
     background-color: yellow !important;
     fill: #D81C03 !important;
    cursor: pointer;
    transform: scale(1.005, 1.005);
}
.state{
border: 1px solid #dfe1e3;
    border-radius: 5px;
    float: left;
    height: auto;
    margin: 0 1em 0.5em 0;
    width: 120px;
}