/* === ESTRUTURA BASE === */
body,
label,
select,
input,
button,
option,
h6,
p,
a,
.search_input,
.form-select {
  color: #444 !important;
}

/* === POSICIONAMENTO === */
.position-relative {
  position: relative !important;
  z-index: 1 !important;
}

/* === LOGO === */
#logoverboweb {
  margin-top: 40px;
  text-align: center;
  max-width: 100%;
  width: 550px;
}

#logoverbowebmenor {
  margin-top: 40px;
  text-align: center;
  max-width: 100%;
  width: 250px;
}

.logo {
  text-align: center;
}

/* === MENU === */
.menu {
  text-align: center;
}

.nav-item {
  margin: 0 30px;
}

/* === CAMPOS DE BUSCA E FORMULÁRIOS === */
.pesquisa-verbo,
.escolha-verbo-lista,
.categoria,
.classe,
.propriedade,
.propridadessimultaneas,
.propriedadepalavra {
  margin-top: 40px !important;
  margin-bottom: 10px;
  display: grid;
  place-items: center;
}

/* Aumenta os tamanhos dos campos de formulário */
.pesquisa-verbo input,
.pesquisa-verbo select,
.escolha-verbo-lista select,
.categoria select,
.classe select,
.propriedade select,
.propridadessimultaneas select,
.propriedadepalavra select {
  font-size: 16px;
  padding: 10px 14px;
  width: 100%;
  max-width: 600px;
  height: auto;
  box-sizing: border-box;
  text-align: center; /* ⬅️ Aqui centraliza o texto */
}

.caixa-titulo-propriedade {
  background-color: #e4e4e4 !important; 
  border: 1px solid #ced4da;
  border-radius: 25px;
  padding: 10px 14px;
  font-size: 16px;
  color: #212529;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65% !important;
  max-width: 600px;
  margin: 0 auto 8px auto;           /* centraliza */
  box-sizing: border-box;
  text-align: center; 
}

/* === LUPA UNIFICADA === */
.search_icon {
 height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: black;
  background-color: white;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;          /* deixa o ícone em negrito */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.icone-lupa:hover {
  background-color: gray;
  color: white;
}

/* === POSICIONAMENTO ABSOLUTO PARA LUPA INTERNA === */
.lupa-direita-abs {
  margin-top: 2px;
  margin-right: 2px;  
  transform: translateY(-50%);
  font-size: 18px;
  color: #6c757d;
}


.titulo-centralizado {
  width: 100%;
  text-align: center;
}
.caixa-select {
  display: flex;
  justify-content: center;
}

.form-select,
.form-control {
  border-radius: 25px !important;
  background-color: #e4e4e4 !important;
  width: 65% !important;
  color: #777777;
}

/* === CAMPOS DE FORMULÁRIOS EM ADMIN === */
.form-input-adm {
  border-radius: 0 !important;
  background-color: #e4e4e4 !important;
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #cccccc;
}

::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input,
select {
  color: #444 !important;
}

/* === CAMPO DE BUSCA COM ÍCONE === */
.search {
  background-color: #e4e4e4;
  border-radius: 40px;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.search_input {
  color: #000;
  border: none;
  outline: none;
  background: none;
  font-size: 18px;
  height: 50px;
  flex: 1;
  text-align: center;
}

.search_input::placeholder {
  text-align: center;
}

.search_icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: black;
  background-color: white;
  margin-left: 10px;
  cursor: pointer;
}

.search:hover > .search_icon {
  background: gray;
  color: #fff;
}

/* === BOTÕES === */
.btn {
  padding: 7px 40px;
}

.btn-success,
.btn-success a,
.btn-success a:hover {
  color: #5f625a !important;
  background-color: #f2f2f2 !important;
  border: 0;
  text-decoration: none !important;
}

.btn-verbo,
.btn-verbo a,
.btn-verbo a:hover {
  color: #ffffff !important;
  background-color: #a0cfae !important;
  text-decoration: none !important;
  border: none !important;
}

.btn-classe {
  color: #ffffff !important;
  background-color: #9fb6cc !important;
  text-decoration: none !important;
  border: none !important;
}

.btn-propriedade {
  color: #ffffff !important;
  background-color: #89627e !important;
  text-decoration: none !important;
  border: none !important;
}

.btn-light {
  color: #000 !important;
  background-color: #f8f9fa !important;
}

.btn-light:hover {
  background-color: #5d8ab7 !important;
}

.btn-outline-secondary {
  color: #333 !important;
  background-color: #f8f9fa !important;
  border-color: #999 !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  background-color: #e4e4e4 !important;
  color: #000 !important;
  border-color: #888 !important;
  box-shadow: none !important;
}

/* === MODAL === */
.modal-content {
  border: 1px solid #000000;
  background-color: #ffffff !important;
  color: #212529 !important;
}

.modal-backdrop.show {
  background-color: rgba(220, 220, 220, 0.7) !important;
}

/* === LINKS === */
a:link,
a:hover {
  text-decoration: none;
}

/* === ACORDION === */
.accordion {
  width: 100% !important;
}

.accordion-button {
  color: #9fb6cc !important;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  color: #9fb6cc !important;
  background-color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.card {
  margin-left: 100px !important;
}

.card-body {
  background: #f2f2f2 !important;
  border: none !important;
}

/* === TEXTO COLORIDO === */
.azul {
  color: #9fb6cc;
  font-weight: bold;
}

.verde {
  color: #a0cfae;
  font-weight: bold;
}

.vinho {
  color: #89627e;
  font-weight: bold;
  font-size: 12px;
}

.vinhomaior {
  color: #89627e;
  font-weight: bold;
  font-size: 15px;
}

/* === TEXTO COLORIDO === */
  background-color: #e4e4e4;        
  border: 1px solid #ced4da;
  border-radius: 40px;
  padding: 10px 15px;
  font-size: 14px;
  color: #212529;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 8px auto;           /* centraliza */
  box-sizing: border-box;
}

.caixa-select {
  display: flex;
  justify-content: center;
}

.lupa-direita {
  font-size: 18px;
  color: #6c757d;
}

.caixa-select,
.caixa-input {
  max-width: 520px; /* menor que os títulos */
  margin: 0 auto 40px auto;
  width: 100%;
  box-sizing: border-box;
}


.bclaro {
  color: #a9a9a9 !important;
  font-weight: bold !important;
  padding: 0 10px;
}

.bclarolink {
  color: #a9a9a9 !important;
  font-weight: bold !important;
  text-decoration: underline !important;
  padding: 0 10px;
}

/* === LISTA DE VERBOS === */
.verbo ul {
  column-count: 4;
  column-gap: 10px;
  width: 100%;
  padding: 5px;
}

.verbo ul li {
  line-height: 2em;
  display: block;
  background: #d9d9d9;
  text-align: center;
  margin-bottom: 10px;
}

.verbo ul li a,
.verbo ul li a:hover {
  color: #000000;
}

/* === BOTÕES CENTRAIS === */
.butoes {
  margin-left: auto;
  margin-right: auto;
  width: 27em;
}

/* === RETÂNGULOS DE CONTEÚDO === */
.conteudo-retangulo {
  background-color: #e4e4e4;
  border-radius: 25px;
  padding: 30px 40px;
  width: 85%;
  margin: 30px auto;
  color: #444;
  line-height: 1.6;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  font-family: inherit;
}

/* === BLOCO DE PROPRIEDADES === */
.bloco-propriedade {
  background-color: #f8f8f8;
  padding: 15px;
  border: 1px solid #ddd;
  color: #444;
  font-weight: normal;
  font-size: 15px;
}

/* === BLOCO DE EXEMPLOS === */
.bloco-exemplos {
  background-color: #f4f7fa;
  padding: 15px;
  border: 1px solid #ccd;
  color: #555;
  font-weight: normal;
  font-size: 14.5px;
  font-style: italic;
}

/* === TÍTULOS INTERNOS DOS BLOCOS === */
.bloco-propriedade b,
.bloco-propriedade strong,
.bloco-exemplos b,
.bloco-exemplos strong {
  font-weight: 500;
  color: #333;
}

