
.cursor-pointer {
  cursor: pointer;
}
.hide-background {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.modal-open {
  overflow: hidden !important;
}
.push-down {
  margin-top: 100vh;
  transition: margin-bottom 0.3s ease-in-out;
}

