.leaflet-bar button {
  border: none;
  min-width: 22px;
  min-height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  font-weight: bold;
  width: 60px;
  height: 25px;
  line-height: 22px;
  transform: translateY(-1px);
  box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}

.leaflet-bar button:hover{
  background-color: #d4d3d1 !important;
  transform: translateY(-4px)  !important;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.4) !important;
}


.leaflet-bar button:first-of-type {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}



.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}

.easy-button-button .button-state{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

