@charset "UTF-8";
:root {
  font-family: "myriad-pro", sans-serif;
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100svh;
  display: flex;
  place-items: center;
  overflow: hidden;
  height: 100svh;
  height: -moz-available;
  height: -webkit-stretch;
  width: 100svw;
  background: url(../img/bg.jpg) no-repeat center;
  background-size: cover;
}

button {
  position: absolute;
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
button img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

button:focus,
button:focus-visible {
  outline: none;
}

#CybotCookiebotDialog button {
  position: initial;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 18px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gameContainer {
  position: absolute;
  margin: auto;
  height: 177.777svw;
  width: 100svw;
  max-height: 100svh;
  max-width: 56.25svh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.start__button {
  top: 88.1%;
  left: 24%;
  width: 52.2%;
  height: 6.5%;
}

.second__button,
.back__button {
  top: 88.1%;
  left: 51.7%;
  width: 42%;
  height: 6.5%;
}

.back__button {
  left: 6.4%;
}

.rules__div {
  top: 96.8%;
  left: 43.6%;
  width: 13.4%;
  height: 1.6%;
  position: absolute;
}

.rules__div__2 {
  top: 79.5%;
  left: 63.4%;
  width: 18.3%;
  height: 1.9%;
  position: absolute;
}

.praca__input {
  opacity: 0;
  top: 72.7%;
  left: 28.5%;
  width: 43.1%;
  height: 5.2%;
  cursor: pointer;
}

.paragon__input {
  opacity: 0;
  top: 33.7%;
  left: 28.3%;
  width: 43.2%;
  height: 5.5%;
}

.file-status {
  position: absolute;
  pointer-events: none; /* żeby kliknięcia szły w input */
  display: none; /* domyślnie ukryty */
  align-items: center;
  justify-content: center;
  width: 2.5vh; /* wielkość kółka */
  height: 2.5vh;
  background-color: transparent;
  border-radius: 50%;
  transition: opacity 0.2s;
  opacity: 0;
}

/* po prawej stronie inputa: */
/* left = left(input) + width(input) + margines (np. 1%) */
.praca__status {
  top: 73.9%;
  left: 73.4%;
}

.paragon__status {
  top: 34.7%;
  left: 72.8%;
}

/* Gdy chcemy pokazać status, ustawiamy display:flex + opacity */
.file-status.valid,
.file-status.invalid {
  display: flex;
  opacity: 1;
}

/* Ikony */
.file-status.valid::after {
  content: "✔";
  font-size: 3.5vh;
  color: green;
}

.file-status.invalid::after {
  content: "✖";
  font-size: 3.5vh;
  color: red;
}

.gameContainer.active__font .file-status.valid::after,
.gameContainer.active__font .file-status.invalid::after {
  font-size: 6.22vw;
}

#Form {
  position: absolute;
  height: 100%;
  width: 100%;
}
#Form textarea, #Form input {
  position: absolute;
  resize: none;
  margin: 0;
  outline: none;
  border: 0;
  color: #1b2e8d;
  font-family: "myriad-pro", sans-serif;
  font-size: 2.25vh;
  background-color: transparent;
}
#Form input:-webkit-autofill {
  -webkit-text-fill-background: white !important;
}
#Form .gameContainer.active__font textarea,
#Form .gameContainer.active__font input {
  font-size: 4vw;
}
#Form textarea::-moz-placeholder, #Form input::-moz-placeholder {
  font-family: "myriad-pro", sans-serif;
  color: #1b2e8d;
}
#Form textarea::placeholder, #Form input::placeholder {
  font-family: "myriad-pro", sans-serif;
  color: #1b2e8d;
}
#Form #email {
  top: 35.6%;
  left: 11%;
  width: 74.3%;
  height: 2.6%;
  color: #1b2e8d;
  font-weight: 700;
  padding: 2%;
  background-color: white;
}
#Form .checkbox_error {
  background-image: url(../img/checkbox_bad.png) !important;
}
#Form input:-webkit-autofill.show-error,
#Form input:-webkit-autofill:hover.show-error,
#Form input:-webkit-autofill:focus.show-error,
#Form input:-webkit-autofill:active.show-error,
#Form .show-error {
  background-color: #ff0033;
}
#Form input[type=checkbox] {
  display: none;
}
#Form input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  padding: 0 0 0 0px;
  background-position: left top !important;
  background-size: contain;
  background-repeat: no-repeat;
  left: 11.1%;
  background-image: url(../img/checkbox.png);
  width: 76.7%;
  height: 3.1%;
  z-index: 22;
}
#Form input[type=checkbox]:checked + label {
  background-image: url(../img/checkbox_ok.png);
}
#Form .send__button {
  top: 88.1%;
  left: 51.7%;
  width: 41.9%;
  height: 6.5%;
  cursor: pointer;
}
#Form #checkbox1 + .rules_label1 {
  top: 42.4%;
}
#Form #checkbox2 + .rules_label2 {
  top: 47.5%;
}
#Form #checkbox3 + .rules_label3 {
  top: 58.6%;
}

.rules_link {
  position: absolute;
  width: 12.9%;
  height: 1.3%;
  left: 69.4%;
  top: 52.1%;
}

.rules__divform {
  position: absolute;
  width: 9.2%;
  height: 1.3%;
  left: 30%;
  top: 43.5%;
  z-index: 99;
}

.privacy_link {
  position: absolute;
  width: 6.2%;
  height: 1.3%;
  left: 40.9%;
  top: 80.6%;
}

.share__button {
  width: 9.7%;
  height: 5.5%;
  top: 88.2%;
  border-radius: 50px;
  position: absolute;
}

.share__fb {
  left: 70.3%;
}

.share__insta {
  left: 57%;
}

.share__tt {
  left: 43.5%;
}

.tooltip {
  position: absolute;
  width: 100%;
  justify-content: center;
  color: #ff0033;
  font-size: 2vh;
  font-weight: 700;
}

.show {
  display: flex;
}

.gameContainer.active__font .tooltip {
  font-size: 3.55vw;
}

#file-tooltip {
  top: 77.9%;
}

#file2-tooltip {
  top: 39.7%;
}/*# sourceMappingURL=style.css.map */