.view-detalhes .row:first-child {
  border-top: 1px solid #dee2e6;
}

.view-detalhes .row > div {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 0.75em;
}

.view-detalhes .row > div:first-child {
  border-left: 1px solid #dee2e6;
}

.error-message {
  color: #dc3545;
  font-style: italic;
}

label.is-invalid {
  color: red;
  font-size: 12px;
  font-style: italic;
  font-weight: normal !important;
}
.table td {
  vertical-align: middle !important;
}
.progress {
  display: none !important;
}

.form-input {
  max-width: 250px;
}

.imagem-formulario-cadastro-conferencia {
  padding: 6px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.flex-radio {
  display: flex;
  gap: 10px;
}

.radio-label {
  display: flex;
  gap: 5px;
  font-weight: normal !important;
}

.laranja-site {
  color: #e88631;
}

.verde-site {
  color: #19294b;
}

.oculto {
  display: none;
}

.header-barra-topo {
  background-color: #19294b;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  z-index: 100;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.2);
  padding: 8px 25px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin: 0 48px;
}

.header-barra-topo-horario {
  display: inline-block;
}

.header-publico {
  background-image: url("../img/fundo-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 20px;
  padding-bottom: 20px;
}

.separador {
  width: 100%;
  margin: 0 auto;
  height: 2px;
  border-radius: 50%;
  background-color: #19294b;
}

.logo-header {
  margin: 20px 0;
  max-width: 350px;
}
.logo-prefeitura {
  display: block;
}

.progress-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  height: 25px;
  position: relative;
  font-size: 0.8rem;
}

.progress-bar {
  height: 100%;
  width: 0%; /* Come�a sem largura para efeito de anima��o */
  background: linear-gradient(to right, #19294b, #203461);
  text-align: center;
  line-height: 25px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  transition: width 1.5s ease-in-out; /* Efeito suave ao carregar */
}

.toast {
  max-width: 9999px !important;
}

#bottom {
  background-image: url("../img/onda_fundo_rodape.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 25px !important;
}

.logo {
  margin: 20px 0;
  max-width: 350px;
}

footer {
  background-image: url("../img/fundo-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center !important;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #ffffffcc;
  bottom: 0;
  width: 100%;
}

footer h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

footer h2 {
  font-size: 16px;
  font-weight: normal;
}

footer a {
  color: white !important;
}

footer a:hover {
  color: orange !important;
}

.btn-verde-site {
  color: white;
  background-color: #19294b;
  transition: 0.5s;
}

.btn-verde-site:hover {
  color: white;
  background-color: #1b2e57;
}
.file-thumbnail-footer {
  display: none;
}
.radio-large {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.3rem;
}
.checkbox-large {
  width: 1.1rem;
  height: 1.1rem;
}



@media screen and (max-width: 768px) {
  .header-barra-topo-horario {
    display: none;
  }
  .logo-prefeitura {
    display: none;
  }
  .logos-header {
    justify-content: center !important;
  }
  .justify-content-barra-topo {
    justify-content: center !important;
  }
}
