body{
    overscroll-behavior: contain; 
    font-size: 14px; 
  }


#termos-de-uso,
#politica-de-privacidade {   
    font-size: 20px;    
    max-width: 800px;   
    margin: 0 auto;   
    padding: 20px;  
    font-family: Arial, sans-serif; 
    line-height: 1.5;
  }


  input {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
    font-weight: 500;
}


  .text-center{
    text-align: center;
  }

  .fake-toolbar{
    width: 100%;
    height: 58px;
    display: block;
  }


  .raffle_title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }

  .raffle_subtitle{
    font-size: 15px;
    text-align: center;
  }

  .raffle_description{
    font-size: 15px;
    text-align: center;
    margin-top: 10px;    
    padding: 20px;
    line-height: 1.5;
  }



#msform {
width: auto;
margin: 50px auto;

position: relative;
}

#msform label {
    font-size: 14px;
    font-weight: 600;
}

#msform input {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
  font-weight: 500;  
  background: #e1dfdf3d;
  font-family: Arial, Helvetica, sans-serif;
}


#msform input:focus {
  outline-color: rgb(55 254 254 / 45%);
  box-shadow: 0px 1px 10px rgb(85 88 88 / 32%);
  transition: .1s;
  transition-property: box-shadow;
}



#msform textarea {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e1dfdf3d;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
  resize: none;
	font-size: 13px;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    margin-top: 15px;
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }


  .raffleButton.button {
    cursor: pointer;
    font-weight: 700;
    font-family: Helvetica, "sans-serif";
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 10px;
    background: #2cad39;
    color: #fafafa;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;  
  }
  
  .raffleButton.button:hover {
    background: #2cad39;
  }
  
  .raffleButton.button > svg {
    width: 34px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
  }
  
  .raffleButton.button:hover svg {
    transform: translateX(5px);
  }
  
  .raffleButton.button:active {
    transform: scale(0.95);
  }
  


#msform ons-button {
    background-color: #333;
    color: #fff;
    font-weight: 600;
    width: auto;
    height: 56px;
    text-align: center;
    align-items: center;
    display: grid; 
}


.recaptcha-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .recaptcha-container > div {
    max-width: 300px; 
    margin-right: 15px;
  }

  #social a {
    color: #333;
  }


  /* Adicione estas modificações no seu CSS existente */

.otp_verification {
  width: 80%; /* Ajuste a largura conforme necessário */
  margin: 0 auto; /* Centraliza a div .otp_verification */
}

.otp_verification h3.title {
  font-size: 24px; /* Reduz a fonte do título */
  margin-bottom: 15px; /* Reduz o espaço inferior */
  text-align: center;
}

.otp_verification p.sub-title {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.otp_verification p span.phone-number {
  font-size: 16px; /* Ajusta o tamanho da fonte do número de telefone */
}

.otp_verification .wrapper {
  display: flex; /* Altera para um layout flexível */
  justify-content: space-around; /* Espaçamento uniforme entre os campos */
  margin-top: 20px; /* Adiciona um espaço acima dos campos */
}

.otp_verification .wrapper input.field {
  width: 50px;
  line-height: 50px; /* Reduz a altura da linha */
  font-size: 24px; /* Reduz o tamanho da fonte */
  margin-bottom: 10px; /* Reduz o espaço inferior */
  background-color: #e8e8e8;
  font-family: Arial, Helvetica, sans-serif;
}

.otp_verification button.resend {
  font-size: 14px; /* Ajusta o tamanho da fonte do botão */
}

.otp_verification .countdown {
  font-size: 12px; /* Reduz o tamanho da fonte do countdown */
}

/* Adiciona estilo ao botão 'Número incorreto?' */
.otp_verification button[modifier="quiet"] {
  font-size: 14px;
  text-decoration: underline;
  color: #3DAFE1;
  cursor: pointer;
}




  .participated {
    padding: 50px;
    text-align: center;
    display: grid;
    justify-content: center;
  }
  
  
  .participated .first_message{
    font-size: 17px;
    font-weight: 700;
    text-align: center;
  }
  
  
  .participated #loaderMessage {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
    color: #808080;
  }
  
  
  
  .participated #participated_message {
    text-align: center;
    margin-top: 25px;
  }
  


  
.toast__message {
    text-align: center;
  }
  
  
  /* danger */  
  .toast--danger {
    left: auto;
    text-align: center;  
    width: 98%;
    background-color: hsl(348, 100%, 61%);
  }
  
  /* success */
  .toast--success {
    left: 0;
    margin-left: auto;
    right: 0;
    margin-right: auto;
    width: 98%;
    /* border-radius: 30px; */
    background-color: hsl(141, 71%, 48%);
  }
  .toast--success__message {
    margin: 0;
    text-align: center;
  }
  
  /* thick */
  .toast--thick__message,
  .toast--thick__button {
    font-weight: 700;
  }


  .has-href{
    cursor: pointer;
  }


  #cookie-toolbar{
    background-color: #f1f1f1;
    z-index: 99999;
    position: absolute;
  }

  #cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
  }
  
  #cookie-permitir {
    background-color: #4CAF50;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    margin: 0 10px;   
  }
  
  #cookie-recusar {
    background-color: #f44336;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    margin: 0 10px;   
  }
  



  .feedback {
    width: auto;
    height: auto;
    color: #333;
  }
  
  .feedback h2 {
    font-size: 22px;
    font-weight: bold;
  }
  
  .rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
  }
  
  .number {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  
  .number.active {
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  
  .number[data-value="0"].active {
    background-color: #FF0000;
    border: 1px solid #FF0000;
  }
  
  .number[data-value="1"].active {
    background-color: #FF5E00;
    border: 1px solid #FF5E00;
  }
  
  .number[data-value="2"].active {
    background-color: #FFBD00;
    border: 1px solid #FFBD00;
  }
  
  .number[data-value="3"].active {
    background-color: #FFD800;
    border: 1px solid #FFD800;
  }
  
  .number[data-value="4"].active {
    background-color: #FFEB00;
    border: 1px solid #FFEB00;
  }
  
  .number[data-value="5"].active {
    background-color: #FFFD00;
    border: 1px solid #FFFD00;
  }
  
  .number[data-value="6"].active {
    background-color: #C5FF00;
    border: 1px solid #C5FF00;
  }
  
  .number[data-value="7"].active {
    background-color: #75FF00;
    border: 1px solid #75FF00;
  }
  
  .number[data-value="8"].active {
    background-color: #43FF00;
    border: 1px solid #43FF00;
  }
  
  .number[data-value="9"].active {
    background-color: #18FF00;
    border: 1px solid #18FF00;
  }
  
  .number[data-value="10"].active {
    background-color: #00FF00;
    border: 1px solid #00FF00;
  }
  


  
  .labels {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .comments label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .comments textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 74px;
    width: 94%;
  }
  

  .contact-form {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;   
    border-radius: 13px;
  }
  
  .contact-form h2 {
    margin-bottom: 20px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 5px;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #eee;
    width: 94%;
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    outline: none;
    background-color: #fff;
  }
  
  button[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
  
  button[type="submit"]:hover {
    background-color: #3e8e41;
  }

  /* Estilo do select */
select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  max-width: 448px;
  background-color: #eee;
}

/* Estilo das opções do select */
option {
  font-size: 16px;
  padding: 10px;
  background-color: #fff;
  color: #000;
}

/* Estilo do select quando ele está aberto */
select:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 5px #0066cc;
}

  


.quadradinhos {
  width: 500px;
  display: contents;
}

.quadradinho {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 25px;
  border: 1px solid #cfcbcb96;
  text-align: center;
  margin: 3px;
}

.quadradinho:hover{
  background-color: #333;
  color: #fff;
  box-shadow: inset 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.quadradinho span {
  margin-top: 8px;
  display: inline-block;
}


.quadradinho-active {
  background-color: #333;
  color: #fff;
  box-shadow: inset 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.quadradinho-desactive {
  background-color: #8b8b8b;
  color: #333;
  box-shadow: inset 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
}


.logo-container {
  display: flex;
  justify-content: center;
  position: absolute;                        
  left: 0;
  right: 0;               
  z-index: 1;  
}             


.logo-container img {
  width: 80px;
  height: 80px;
  border-radius: 50%; 
  margin-right: 10px;        
  z-index: 1;
  background-color: #fff;                   
  border: 1px solid #3333330a;
}



/* flashlights  */

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
  top: 47px;
}
.lightrope li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: rgba(0, 247, 165, 1);
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
  animation-name: flash-1;
  animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
  background: rgba(0, 255, 255, 1);
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
  animation-name: flash-2;
  animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
  background: rgba(247, 0, 148, 1);
  box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
  animation-name: flash-3;
  animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
  animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}
@keyframes flash-1 {
  0%, 100% {
    background: rgba(0, 247, 165, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
 }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
 }
}
@keyframes flash-2 {
  0%, 100% {
    background: rgba(0, 255, 255, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 1);
 }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
 }
}
@keyframes flash-3 {
  0%, 100% {
    background: rgba(247, 0, 148, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
 }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
 }
}

/* flashlights  */



.checkbox-wrapper-65 *,
  .checkbox-wrapper-65 ::after,
  .checkbox-wrapper-65 ::before {
  box-sizing: border-box;
}

.checkbox-wrapper-65 .cbx {
  position: relative;
  display: block;
  float: left;
  width: 20px;
  height: 18px;
  border-radius: 4px;
  background-color: #1c4780;
  background-image: linear-gradient(#e8e8e8, #e8e8e8);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.15), inset 0 -1px 1px rgba(0,0,0,0.15);
  transition: all 0.15s ease;
}

.checkbox-wrapper-65 .cbx svg {
  position: absolute;
  top: 3px;
  left: 3px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #333;
  stroke-width: 2;
  stroke-dasharray: 17;
  stroke-dashoffset: 17;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-65 .cbx + span {
  float: left;
  margin-left: 12px;
  color: grey;
  font-size: 11px;

}

.checkbox-wrapper-65 {
  user-select: none;
}

.checkbox-wrapper-65 label {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.checkbox-wrapper-65 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-65 input[type="checkbox"]:checked + .cbx {
  background-color: #606062;
  background-image: linear-gradient(#e8e8e8, #e8e8e8);
}

.checkbox-wrapper-65 input[type="checkbox"]:checked + .cbx svg {
  stroke-dashoffset: 0;
  transition: all 0.15s ease;
}

.phone-input-container {
  display: flex;
  align-items: center;
  margin: 5px;
  margin-bottom: 50px;
}

.country-code-select {
  padding: 8px;
  margin-right: 5px;
  font-size: 14px;
  width: 35%;
}

.phone-input {
  flex: 1;
  padding: 8px;
  font-size: 14px;
  top: 5px;
  position: relative;
}
