#all-full-content {
  width: 100%;
  height: 100%;
  background: #0000007d;
  position: fixed;
  z-index: 9999999999;
  display:block;
}
#filter-popup {
  width: 50%;
  background: #fff;
  position: fixed;
  top: 30%;
  right: 25%;
  z-index: 99999999999999999999999999999;
  border-radius: 5px;
  text-align: center;
  line-height: 2;
  color: #000;
  padding: 5%;
  font-size: 16px;
  font-weight: bold;
  display:block;
}