@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  /* line-height: 42px; */
}

input{
  font-size: 36px;
}

label {
  font-size: 30px;
}

header {
  padding: 5px 40px;
  padding-top: 20px;
}

header img {
  max-width: 500px;

}

h1 {
  background-image: linear-gradient(180deg, #000 0%, #098e97 100%);
  background-image: linear-gradient(180deg, #000 0%, #098e97 100%);
  background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  justify-content: left;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  padding-left: 20px;

}

.frente,
.tras {
  position: fixed;
  top: 0;
  right: -1px;
  z-index: -97;
}

.frente img,
.tras img {
  width: 25vw;
}

.tras {
  top: 4vw;
  z-index: -98;
}


body {
  width: 100%;
  height: 100vh;
  /* display: grid; */
}

.content {
  /* position: absolute; */
  /* top: 53%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); */
  flex: 1;

  margin-top: 10px;
  display: grid;
  justify-items: center;
}

footer {
  font-size: 14px;
  padding: 0px 25px;
  text-align: center;
  width: 100vw;
  z-index: 10;
}

.content .inputs {
  display: grid;
}

.content input[type=text],
.content input[type=number] {
  margin-top: 30px;
  outline: 1px solid #03989e;
  border: 1px solid #fff;
  border-radius: 10px;
  max-width: 700px;
  min-width: 500px;
  outline-offset: 13px;
}

.content input[type=submit] {
  background: #03989e;
  border: 1px solid #03989e;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  min-width: 200px;
  height: 10vh;
  margin-top: 50px;
}

.content input[type=submit]:hover {
  background: #037074;
}

.content input[type=text]:focus {
  outline: 3px solid #037074;
}

input[type=submit]:hover,
button {
  background: #037074;
}



span {
  text-align: center;
}

.message {
  font-size: 16px;
  text-align: center;
  justify-self: flex-start;
  margin: 10px;

}

#qrcode {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.content{
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

@media (max-width: 1200px) {
  .content{
    margin-top:40px;
  }
}


.content input[type=number] {
  width: 40vw;
}

.alert {
  margin: 10px;
  padding: 20px 50px !important;
  font-size: 20px;
  /*line-height: 0px;*/
  text-align: center;
}

body>div.content>button {
  max-width: 50vw;
  font-size: 15px;
}

/*# sourceMappingURL=style.css.map */

.sol {
  visibility: hidden;
  width: 100%;
}

#player {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80vw;
  height: 82vh;
  z-index: 100000;
  border-radius: 10px;
  border-radius: 10px;
}

span {
  text-align: center;
}

.message {
  margin-top: 50px;
  font-size: 36px;
  text-align: center;
  justify-self: flex-start;
  font-family: Arial, Helvetica, sans-serif;
  color: #002c2e;

}

#dots {
  display: inline-flex;
  font-size: 36px;
  width: 36px;
}

#qrcode {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.content input[type=number] {
  width: 40vw;
}

.alert {
  margin: 10px;
  padding: 20px 50px !important;
  font-size: 20px;
  /*line-height: 0px;*/
  text-align: center;
}

body>div.content>button {
  max-width: 50vw;
  font-size: 15px;
}

/*# sourceMappingURL=style.css.map */

.sol {
  visibility: hidden;
  width: 100%;
}


.spinner-border {
  color: #03989e !important;
  width: 150px !important;
  height: 150px !important;
}

.feedback-title {
  font-size: 20px;
  max-width: 500px;
  margin: auto;
  line-height: 35px;
  text-align: center;
  color: #037074;
}

#feedback-form {
  display: block;
  max-width: 500px;
  padding: 20px;
  margin: auto;
}

.feedback-container-timesaver {
  width: 100%;
  outline: none;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 5px;
  font-size: 22px;
  padding: 5px;
  gap: 0.8rem;
}

#btnResult {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #03989e;
  border: 1px solid #03989e;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  min-width: 200px;
  height: 9vh;
  /* margin-top: 50px; */
  font-size: 20px;
  text-decoration: none;
  transition: all ease-in-out .2s;
}

#btnResult:hover {
  opacity: 0.9;
}




#feedback-sent {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: #00000033;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out .4s;
  opacity: 0;

}

#feedback-sent span {
  margin: 1rem;
  padding: 15px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  color: #002c2e;
}

#feedback-sent span .spinner-border {
  max-width: 60px;
  max-height: 60px;

}

#feedback-sent span button {
  max-width: 80%;
  font-size: 20px;
}


header img {
  max-width: 300px;
}

#error-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Espaço entre elementos */
  margin-top: 20px; /* Espaço superior para centralizar melhor */
}

#error-feedback .spinner-border {
  max-width: 100px; /* Tamanho do spinner */
  max-height: 100px; /* Tamanho do spinner */
  margin-bottom: 10px; /* Espaço entre o spinner e a mensagem */
}

#error-feedback .error-message {
  font-size: 12px; /* Tamanho menor da fonte */
  text-align: center; /* Centralizar o texto */
  color: #333; /* Uma cor mais suave para o texto */
}



/* Estilos para a luz piscando */
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 2;
  }
}

.blinking {
  display: inline-block;
  width:15px;
  height:15px;
  background-color: #03989e;
  border-radius: 50%;
  animation: blink 1s infinite;
  margin-right: 10px;
  /* Ajuste para separar a luz do texto */
}

.warning-video{
  margin-top:50px;
}

.warning-video span {
 
  font-size:18px !important;
  margin-top: 40px;
  line-height:normal !important;
}


@media (max-width:800px) {

  * {
    box-sizing: border-box;
  }

  .content input[type=text],
  .content input[type=number] {
    max-width: 500px;
    min-width: 150px;
    width: 300px;
    padding: 10px;

  }

  .content input[type=submit] {
    margin-top: 28px;
    min-width: 150px;
    font-size: 27px;
  }

  header {
    padding: 5px 0px;
    padding-top: 20px;
  }


  h1 {
    font-size: 45px;
  }


  .content .inputs {
    justify-content: space-around;

    display: grid;
    margin: auto;
    width: 70%;
  }

  body>div.content>button {
    max-width: 60vw;
  }

  .spinner-border {
    width: 120px !important;
    height: 120px !important;
  }

  .message * {
    font-size: 25px !important;
    line-height: 26px !important;
  }

  #feedback-sent span button {
    font-size: 16px;
    max-width: 100%;
  }


}


.custom-max-width {
  max-width: 75% !important;  
}

@media (max-width: 1000px) {
  .custom-max-width {
      max-width: 100% !important; /* Largura máxima de 1000px para telas menores */
  }
}

.content-phone{
  /* margin-top: 150px; */
  margin-top: 0px;
}


@media (min-width:1000px ){
  .content-phone{
    margin-top: 150px;
  }
}


.address_verification {
  padding: 20px;
  margin: 10px;
  border-radius: 15px;
  background-color: #03989e;
  font-size: 30px;
  color: white !important;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.568);
  max-width: 500px;
}