.body-refiners {
  position: absolute;
  left: 9px;
  bottom: 48px;
  display: flex;
  gap: 5px;
}

.body-refiners button {
  border: 0;
  border-radius: 999px;
  background: #17140fe8;
  color: #fff;
  padding: 7px 9px;
  font: 600 10px "DM Sans";
  cursor: pointer;
  backdrop-filter: blur(7px);
}

.body-refiners button:disabled {
  opacity: .6;
  cursor: wait;
}
