
.popup[data-v-19f6fe0c]{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  top: 0;
  left: 0;
  padding: 5.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-content[data-v-19f6fe0c]{
  background-color: #fff;
  padding: 30px;
  width: 500px;
  height: auto;
  max-height: 100%;
  background-color: #fff;
  color: rgba(0,0,0,0.8);
  border-radius: 8px;
}

