html,
body,
#root,
#root > div {
  height: 100%;
}

.fade-enter {
  opacity: 0;
  z-index: 1;
}

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}

button:focus {
  outline: none;
}

.prompt-box-8w-iframe {
  z-index: 9999 !important;
  font-family: Arial !important;
}

.prompt-button-8w-iframe {
  background-color: #0c121c !important;
}

.button-primary-8w-iframe {
  background-color: #8083a2 !important;
}
