*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


* {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  outline: none;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
}

*:active,
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-family: Arial, sans-serif;
  height: 100svh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}



img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}


.mobile-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  width: 56.221889055vh;
  max-width: 100%;
  overflow: hidden;
}


.step1,
.step2,
.result {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.step1-btn {
  width: 51%;
  height: 8%;
  position: absolute;
  bottom: 22%;
}

.result-pic {
  position: absolute;
  width: 68%;
  aspect-ratio: 9 / 16;
  top: 8%;
  border: 2px solid #fff;
}

.switch-btn {
  position: absolute;
  width: 18%;
  left: 5%;
  top: 17%;
}

.start-recording {
  position: absolute;
  width: 26%;
  bottom: 16%;
}

.stop-recording {
  position: absolute;
  width: 26%;
  bottom: 16%;
}

.result-retry {
  position: absolute;
  width: 36%;
  left: 5%;
  height: 6%;
  bottom: 14%;
}

.result-share {
  position: absolute;
  width: 52%;
  right: 5%;
  height: 6%;
  bottom: 14%;
}

.result-follow {
  position: absolute;
  width: 36%;
  left: 5%;
  height: 6%;
  bottom: 5%;
}

.result-event {
  position: absolute;
  width: 52%;
  right: 5%;
  height: 6%;
  bottom: 5%;
}

.hidden {
  display: none;
}

.metaHints{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 99;
}
.metaHintsImg{
  width: 86%;
  margin-left: 11%;
  margin-top: 4%;
}
#loadingImage{
  z-index: 999;
  width : 100%;
  top:0;
  left: 0;
  height: 100%;
  position: absolute;
}

.popup{
  width : 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;

}

.popupImg{
  position: absolute;
  width: 100%;
  height: 100%;
}
.popupImgForm{

  position: absolute;
  width: 80%;
  height: auto;
  margin: 25% 10%;
}

.form-container {
  z-index: 9999;
  position: absolute;
  width: 70%;
  margin: 86% 15%;
}

.input {
  width: 100%;
  height: 50px;
  background-color: #e3f5ff;
  border: none;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 18px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.checkbox-wrapper input[type="checkbox"] {
  width: 50px;
  height: 24px;
  border: 2px solid #5aa0dc;
  border-radius: 4px;
  appearance: none;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
}

.checkbox-wrapper input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  width: 45px;
  height: 45px;
  top: -10px;
  left: 2px;
  font-size: 31px;
  color: #5aa0dc;
  /* background-color: #5aa0dc; */
  border-radius: 2px;
}

.checkbox-label {
  font-size: 14px;
  color: #5aa0dc;
  line-height: 1.6;
}

.submit-btn {
  width: 100%;
  background-color: #5aa0dc;
  color: #ffffff;
  border: none;
  border-radius: 32px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 10px 0;
  cursor: pointer;
  box-shadow: 0 3px 0 #3a89c9;
}

.submit-btn:active {
  transform: translateY(2px);
  box-shadow: none;
}
