position-relative {
    position: relative !important;
    z-index: 1 !important;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal {
  z-index: 1050 !important;
}

.modal-backdrop.show {
  opacity: 0.2 !important; /* ou 0.3, como preferir */
}

.modal-content {
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 10px;
}


.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;
}

.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{#5d8ab7 !important;}

.form-select, .form-control {border-radius:25px !important;background-color: #e4e4e4 !important;width:65% !important; color:#777777;}

.form-input-adm {border-radius: 0px !important;
    background-color: #e4e4e4 !important;
    margin: 10px 0px;
    padding: 5px;
    border: 1px solid #cccccc;}


.search{

    background-color: #e4e4e4;
    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;
/* text-decoration:underline; */

}  

.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;
}

.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;
}



