.position-relative {
  position: relative !important;
  z-index: 1 !important;
}

.modal-content {
  border: 1px solid #000000;
}

#logoverboweb {
  margin-top: 40px;
  text-align: center;
  max-width: 100%;
  width: 550px;
}

#logoverbowebmenor {
  margin-top: 40px;
  text-align: center;
  max-width: 100%;
  width: 250px;
}

.menu {
  text-align: center;
}

.nav-item {
  margin: 0 30px;
}

.pesquisa-verbo,
.escolha-verbo-lista,
.form-select,
.form-control,
.categoria,
.classe,
.propriedade,
.propriedadessimultaneas,
.propriedadepalavra {
  margin-bottom: 5px; /* 20 */
  display: grid;
  place-items: center;
}

.btn-light {
  color: #000 !important;
  background-color: #f8f9fa !important;
}

.btn-light:hover {
  background-color: #5d8ab7 !important;
}

.form-select,
.form-control {
  border-radius: 25px !important;
  background-color: #f0f0f0 !important; /* <-- clareado */
  width: 65% !important;
  color: #777777;
}

.form-input-adm {
  border-radius: 0px !important;
  background-color: #f0f0f0 !important; /* <-- clareado */
  margin: 10px 0px;
  padding: 5px;
  border: 1px solid #cccccc;
}

.search {
  background-color: #f0f0f0 !important; /* <-- clareado */
  border-radius: 40px;
  width: 65%;
}

.search_input {
  color: black;
  border: 0;
  outline: 0;
  background: none;
  width: 90%;
  line-height: 45px;
}

.search .search_input {
  padding: 0 10px;
}

.search:hover > .search_icon {
  background: gray;
  color: #fff;
}

.search_icon {
  height: 40px;
  width: 45px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: black;
  background-color: white;
  margin-top: 2px;
  margin-right: 2px;
}

a:link,
a:hover {
  text-decoration: none;
}

.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-selecao {
  background-color: #d6d6d6 !important; /* cinza claro */
  color: #000000 !important;
  border: none !important;
}

.btn-selecao:hover {
  background-color: #bcbcbc !important; /* cinza mais escuro no hover */
}

.logo {
  text-align: center;
}

.butoes {
  margin-left: auto;
  margin-right: auto;
  width: 27em;
}

/* estilos do desenvolvedor */

.accordion {
  width: 100% !important;
} /* estava 60, depois 70% , depois 89% */

.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;
}

.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;
}

.accordion-button {
  color: #9fb6cc !important;
  font-weight: bold;
}

.card {
  margin-left: 100px !important;
}

.card-body {
  background: #f2f2f2 !important;
  border: none !important;
}

.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;
}

.verbo ul {
  -moz-column-count: 4;
  -moz-column-gap: 10px;
  -webkit-column-count: 4;
  -webkit-column-gap: 10px;
  column-count: 4;
  column-gap: 10px 10px 0 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;
}

.titulo-verboweb {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 22px;
}

.qtd-verbos {
  margin-bottom: 40px;
  text-align: center;
  color: #666;
  font-size: 18px;
}

.bloco-pesquisa {
  margin-top: 30px;
  text-align: center;
}
