/* @import "navbarEnfooter.css";
@import "icomoon.css"; */

.filterDiv {
  display: none;
}

.show {
  display: block;
}

.container {
  margin-top: 20px;
  overflow: hidden;
}

/* Style the buttons */
.btn {
  margin-top: 2%;
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn:hover {
  background-color: #005263;
  transition: 0.2s ease;
  color: white;
}

.btn.filteractive {
  background-image: radial-gradient(
    circle,
    #077f98,
    #0687a1,
    #058fab,
    #0497b4,
    #039fbe
  );
  color: white;
}
