body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: "Poppins", serif;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.stepper {
  display: grid;
  margin-left: 1rem;
  margin-right: 1rem;
  height: calc(100% - 2rem);
  grid-template-rows: 8rem 1fr 5rem;
}

.btns {
  display: grid;
  justify-content: center;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}

#anterior,
#seguinte {
  border: 0;
}

#seguinte {
  background-color: red;
  color: aliceblue;
}

.btns button[type="submit"] {
  background-color: green;
  border: 0;
  color: white;
}

.progress {
  display: grid;
  grid-template-columns: 130px 1fr;
}

.progress .descricao {
  display: grid;
  justify-content: end;
}

.progress .descricao h3 {
  text-align: end;
  margin: 0;
  align-self: flex-end;
  text-transform: uppercase;
}

.progress .descricao p {
  margin-top: 1rem;
  text-align: end;
}

.stepper .btns button[type="submit"],
#anterior {
  display: none;
}

.telas > * {
  display: none;
  height: 100%;
  /* justify-content: center; */
  /* align-items: center; */
}

.titulo {
  display: none;
}

.mostrar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 999;
}

.mostrar small {
  color: red;
  font-size: x-small;
  display: none;
}

.telas {
  height: 100%;
  overflow-y: auto;
}

small.hide {
  display: none;
}

small.show {
  display: block;
}

/* barra de progresso */
/* Estilo da barra de progresso circular */
.progress-circle {
  width: 100px; /* Tamanho do círculo */
  height: 100px;
  border-radius: 50%; /* Torna o contêiner circular */
  display: flex; /* Centraliza o texto */
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

/* Texto centralizado */
.progress-text {
  width: 80px; /* Tamanho do círculo */
  height: 80px;
  border-radius: 50%; /* Torna o contêiner circular */
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

input {
  height: 2.5rem;
  max-width: calc(100vw - 2rem);

}

select {
  height: 3rem;
  max-width: calc(100vw - 2rem);
}

label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: small;
  text-wrap: wrap;
}

.linhas {
  display: grid;
  margin: 0;
  padding: 0;
}

.colunas {
  display: flex;
  gap: 0.5rem;
}

.colunas input {
  width: 94%;
}

.invalido {
  border: 2px solid red;
}

.valido {
  border: 2px solid green;
}

.especificar {
  display: none;
}

.multplaescolha {
  display: grid;
  gap: 0.5rem;
}

.checkbox {
  display: flex;
  border: 1px solid;
  align-items: center;
  gap: 0.5rem;
  height: 2rem;
  background-color: blanchedalmond;
}

.checkbox input {
  width: 1rem;
}

.checkbox label {
  margin: 0;
  padding: 0;
  font-size: small;
}

.modolo {
  background-color: beige;
  padding: 1rem;
  display: grid;
  gap: 0.5rem;
}

.apresentacao .centro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
}

.apresentacao .centro img,
h2,
h4 {
  margin: 0;
  margin-bottom: 0.5rem;
}

.apresentacao img {
  width: 7rem;
}

.apresentacao p {
  text-align: justify;
}

.msg {
  width: 100%;
  display: grid;
  justify-content: center;
  text-align: center;
  height: min-content;
  gap: 0.5rem;
}

.msg a {
  height: 3rem;
  border-radius: 1rem;
  text-decoration: none;
  display: grid;
  align-items: center;
  font-size: 16px;
  background-color: green;
  color: white;
}

.done {
  height: calc(100% - 2rem);
  display: flex;
  align-items: center;
  width: 100%;
}

.done img {
  width: 10rem;
  justify-self: center;
  margin: 0;
  padding: 0;
}

.exportar {
  display: grid;
  justify-content: center;
  width: 100%;
  border: 1px solid;
  height: 100%;
}

form{
  z-index: 99999;
  background-color: white;
}

.exportar img {
  width: 100px;
}

@media screen and (min-width: 850px) {
  body {
    display: flex;
    justify-content: center;
    /* background-color: rgb(0, 0, 0, 0.5); */
    background-image: url("images/changelogo.webp");
  }
  .stepper,
  .done {
    width: 428px;
    background-color: white;
    padding: 0.8rem;
  }
  select {
  max-width: 405px;
}
.modolo, input {
max-width: 405px;
}
}
