body {
  margin: 0 !important;
  padding: 0 !important;
}

html, body {
  background-color: #FFF0F0;
  color: #653ac2;
  height: 100%;
  font-family: 'Fredoka One', sans-serif;
  margin: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  text-rendering: optimizeLegibility;
}

/* .header {
  width: 120vw;
  margin-left: -10vw;
  height: 170px;
  position: absolute;
  background: linear-gradient(180deg, #a06fde 0%, #876cd6 100%);
  border-bottom-left-radius: 100% 50%;
  border-bottom-right-radius: 100% 50%;
} */

#cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px 0px;
  padding-top: 35px;
  background-color: #f1dccc;
}

#footer {
  /* clear: both; */
  position: relative;
  height: 200px;
  margin-top: -200px;
  width: 100%;
  margin-top: 50px;
}

#footer img {
  position: absolute;
}

#header {
  /* display: flex;
  flex-direction: column; */
  /* width: 100%; */
  /* height: 400px; */
  /* height: 25vh; */
  /* align-items: center;
  justify-content: center; */
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
  /* position: relative; */
  /* max-height: 20vh; */
}

#header img {
  max-height: 100vw;
  max-width: 75vh;
  object-fit: contain;
}

.apply {
  color: #6b472b !important;
}

#truffs {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  width: 340px;
}

#pig-container {
  width: 100%;
}

#bottom-arc {
  width: 100% !important;
  height: 30px;
  transform: scale(1, -1) !important;
  transform-origin: center;
}

#bottom-arc-2 {
  width: 100% !important;
  height: 30px;
}

.container {
  margin-left: -1px;
  margin-top: -1px;
  width: calc(100vw + 1px);
  height: 100%;
  position: absolute;
  top: 50%;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, -50%);
}

#game {
  width: 100%;
  height: 100%;
}

.befirst {
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 70px;
  width: 320px;
}

.screen {
  /* position: absolute; */
  z-index: 1;
  width: 100%;
  /* height: 100%; */
}

.center-container {
  width: 100%;
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

#EMAIL {
  font-size: 18px;
  display: flex;
  color: #2c2c2c !important;
  font-family: Arial, Helvetica, sans-serif;
  height: 40px;
  border-radius: 5px;
  border-image: conic-gradient( #d73e3e 0, #df9930 20%, #33df30 41%, #30c0df 60%, #df30cd 83%) 1;
  border-image-outset: 4px;
  border-image-width: 4px;
  padding-left: 5px;
  padding-right: 5px;
  outline: 0;
  width: 235px;
  max-width: 95vw;
  border-width: 2px;
  border-style: solid;
  background-color: white;
}

.pwease {
  font-style: normal;
  font-size: 20px;
  line-height: 60px;
  /* display: flex;
    align-items: center; */
  color: #653ac2;
  text-align: center;
}

.pwease img {
  vertical-align: middle;
}

.invalid {
  border-color: #ff4f4f;
  animation: shake 0.5s linear;
}

@keyframes shake {
  8%, 41% {
    -webkit-transform: translateX(-10px);
  }
  25%, 58% {
    -webkit-transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%, 100% {
    -webkit-transform: translateX(0);
  }
}

input:disabled {
  background-color: #aaa;
}

form {
  text-align: center;
}

#notifyme {
  background: linear-gradient(180deg, #987ce6 0%, #a165ee 100%);
  border: 4px solid #653ac2;
  border-radius: 5px;
  font-family: 'Fredoka One', sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 45px;
}

#notifyme:hover {
  cursor: pointer;
  background: linear-gradient(180deg, #a791e2 0%, #ab7aec 100%);
}

::placeholder {
  font-style: italic;
  color: revert !important;
}

.apply {
  font-size: 22px !important;
  text-decoration: none;
  margin-bottom: 10px;
}

.apply:hover {
  text-decoration: underline;
}

.sib-form .entry__field {
  background: unset;
  border: unset;
  margin: 0;
}

.sib-form {
  padding: 0;
  font-family: 'Fredoka One', sans-serif;
}

.entry__error {
  margin-top: 10px;
}

.form__label-row {
  display: block;
}

.sib-form-message-panel {
  border-radius: 10px;
  margin: 0;
}

#success-message {
  color: white;
  background-color: #36c21f;
}

#error-message {
  color: white;
  background-color: #cf2644;
}