@import "../css/colors"
@import "../css/vars"

:local(.wrapper)
  position: fixed;
  overflow: auto;
  display: flex;
  // align-items: center;
  // justify-content: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  opacity:1;
  transition: opacity 400ms ease-in;

:local(.overlay)
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);

:local(.modal)
  position: relative;
  margin: auto;
