.view-mobile-bins-select {
  display: none;
  z-index: 49;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.container-bins-select{
  z-index: 491;
  position: fixed;
  left: 0;
  bottom: 0;
  max-height: 40%;
  width: 100%;
  background: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
}

.container-bins-select.down{
  top: 0;
}
