
.back-button[data-v-544b7fbe]{
  border-radius: 8px;
  border: 2px solid transparent;
  background-color: grey;
  color: #000;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
}
.back-button.btn-sm[data-v-544b7fbe]{
  min-width: 72px;
  padding: 8px 20px;
  font-size: 16px;
}
.back-button.btn-md[data-v-544b7fbe]{
  min-width: 110px;
  padding: 10px 30px;
}


.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;
}

