/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat; 
  background-position: right;       
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}


h2 {
  text-align: center
}

input, select {
  padding: 10px;
  width: 100%;
  font-size: 17px;

  border: 1px solid #aaaaaa
}


input.invalid {
  background-color: #ffdddd
}

.invalid {
  background-color: #ffdddd
}


.tab {
  display: none;
  flex-direction: column; 
}

button {
  background-color: #2e7d32;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  margin-top: 20px;
  font-weight: 700;
  cursor: pointer
}

#nextBtn{
  position: relative;
  float: right;
  margin-left: 5px;

}

button:hover {
  opacity: 0.8
}

#prevBtn {
  background-color: #bbbbbb;
  position: relative;
  float: right;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5
}

.step.active {
  opacity: 1
}

.step.finish {
  background-color: #4CAF50
}

.all-steps {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px
}

.thanks-message {
  display: none
}

.login-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.logo-evento img {
  width: 40%;
  filter: contrast(100%);
  position: absolute;
  margin-left: -5px;
  margin-top: 0px;
  filter: invert(1);
}

.login-logo img {
  width: 55%;
  margin-left: 290px;

}

#termos {
 
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vh;

}

#aceite {
  width: auto;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.first-step {
  gap: 10px;
}



#imageprev {
	width: 100%;
}

#botao {
  position: absolute;
  margin-top: 360px !important;
  gap: 20px;

}




@media only screen and (max-width: 900px) {




  .login-logo img {
    width: 50%;
    height: 50%;
    text-align: center;
    margin-left: 180px;
    margin-bottom: 5px;
  }
 .logo-evento img {
  margin-left: -15px;
  margin-top: -10px;
  filter: invert(1);
 }
  
  button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    margin-top: 30px;
  
    cursor: pointer
  }


}
.vh-90 {
    height: 90vh !important;
}

.topo {
	  box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, .25);
    background: linear-gradient(90deg, rgb(0, 9, 90) 0%, rgb(0, 40, 219) 100%);
}

/* Loader Styles */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.loader::after {
    content: "";
    border: 5px solid #b2b2b2;
    border-top: 5px solid transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
	position: relative;
	left: -120px;
	top: 80px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loadImg {
filter: contrast(40%);	
width: 10%;
}
@media (max-width: 700px){
.loader::after {
    content: "";
    border: 5px solid #b2b2b2;
    border-top: 5px solid transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
	position: absolute;
    top: 55%;
    left: 45%;
}
.loadImg {
width: 50%;
position: absolute;
top: 40%;
}
}

.swal2-html-container {
  text-align: justify !important;
}