.btn-indice {

    width: 100%;

}



.option:hover {

   background-color:#4E94BF;

   color:white;

   transition: all 0.2s ease-in-out 0.1s;

}

.opcoes-busca{

     height: 405px; 

     overflow-y: scroll;
     overflow-x: hidden;    
     width: 100%;
     

    /* border:1px solid LightGray; */

    /* letter-spacing: 2px; */

}




.opcoes-busca-perfil{

    /* border:1px solid LightGray; */

}

.backgroundwso{

    background-color:#1E3E59;

    color:white;

    font-weight: bold;

}

.disabled{

    /*background-color: dimgrey;*/

    /*color: linen;*/

    opacity: 0.3;

    cursor: default;
    pointer-events: none;

}
