#bandeira {
    background-color: #008c00ff;
}

input[type='text']::placeholder {
    transform: none;
    font-size: 1em;
}

#botao_decks_barra_navegacao {
    border: none;
    background: none;
    margin-top: 0.4em;
}

#filtros_formulario_pesquisa_barra_navegacao {
    z-index: 2;
    line-height: 2em;
    color: #efe8e8e0;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(14,174,87,1) 0%, rgba(12,116,117,1) 90% );
    max-height: 96vh;
    transition: opacity 0.5s ease-in-out;
}

#botao_pesquisar_questoes_barra_navegacao {
    line-height: 1.5em;
}

.btn-grad {
    background-image: linear-gradient(to right, #314755 0%, #26a0da  51%, #314755  100%);
    margin: 10px;
    padding: 0.2em 2.5em;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    border: none;
    border-radius: 6px;
    display: block;
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

#formulario_pesquisa_barra_navegacao select option {
    padding-bottom: 0.8em;
}

#formulario_pesquisa_barra_navegacao select {
    padding-left: 0.5em;
    padding-right: 0.8em;
    border-radius: 7px;
    background-color: aliceblue;
}

#formulario_pesquisa_barra_navegacao select:focus {
    outline: none;
}

#botao_barra_navegacao_fechar_filtros:hover {
    background-color: #ff0000;
}

@media (min-width: 576px) and (max-width: 768px) {
    #formulario_pesquisa_barra_navegacao select {
        width: 50%;
    }
}

@media (max-width: 576px) {
    #formulario_pesquisa_barra_navegacao select {
        width: 70%;
    }
}


#entrada_enunciado_barra_navegacao {
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
}

#entrada_enunciado_barra_navegacao:focus {
    opacity: 0.9;
}

#barra-navegacao, #links_barra_navegacao_usuario_logado {
    display: flex;
    padding: 3px 20px 3px;
    justify-content: flex-end;
    align-items: center;
}

#barra-navegacao span {
    color: blue;
    cursor: pointer;
}

#barra-navegacao a {
    text-decoration: none;
}

#avatar {
    height: 30px;
    width: 30px;
    border-radius: 50%; 
}

#container_menu_avatar {
    position: relative;
    top: 0;
}

#barra_navegacao_menu {
    position: fixed;
    right: 0;
    margin-right: 0.5em;
    background-color: #f9f9f9;
    padding: 0.3em 0.6em;
    border-radius: 10px;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
}

#barra_navegacao_menu hr {
    margin: 0.3em 0 1em 0;
}

#icone_barra_navegacao_menu_sair {
    margin-left: 1.5em;
}

#barra_navegacao_sair_conta {
    cursor: pointer;
}

#barra_navegacao_menu a {
    display: block;
    text-decoration: none;
    color: black;
}

#barra_navegacao_menu a:visited {
    color: black;
}
