body {
  background-color: #f8f9fa;
}

main {
  background-color: #ffffff;
  border: 1px dashed #ccc;
  padding: 20px;
  border-radius: 6px;
}

#mainProjetoFinalizado label,
#mainProjetoFinalizado #boxDadosProjeto h5,
#boxFormVerificaFiliacao label,
#boxCabecalhoDadosProjeto label,
#boxInscricaoGeral label,
#boxDadosProjeto label {
  color: #0d6efd;

}

.accordion-button  {
  color: #0d6efd!important;
  font-weight: 500;
}

#btnInicial,
#btnProjeto {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050; /* acima do conteúdo normal */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.spanDicas {
  font-size: .8rem;
  color: #dc3545;
}

.btnDicas {
    border-radius: 50%;
    border: 1px solid #0d6efd;
    background-color: #ffffff;
    color: #0d6efd;
    font-weight: 600;
    width: 20px;
    height: 20px;
    font-size: small;
}
/* accordion */
.accordion-body {
  background-color: #eeeeee;
}

.ckeditorContentBox {
  overflow-wrap: break-word;
}

.ckeditorContentBox table,
.ckeditorContentBox table td,
.ckeditorContentBox table th {
  border: 1px solid #bbb;
  padding: 10px;
}

.ckeditorContentBox table {
  margin: 10px 0;
}

#overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex; /* Correto aqui */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  font-size: 18px;
  text-align: center;
  visibility: hidden; /* Esconde por padrão */
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease;
}

#overlay.show {
  visibility: visible;
  opacity: 1;
}

.header-premio,
.footer-premio {
  background-color: #034099;
}

#navbarLinks .nav-link {
  color: rgba(255, 255, 255);
}

#navbarLinks .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.logo {
  max-height: 50px; /* ajuste conforme necessário */
  height: auto;
  width: auto;
}