.overlay-modal {
  transition: all 0.3s ease-in;
  z-index: 9999999999999999;
}

.overlay-modal__backdrop {
  background-color: #00000066;
}
