.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    top: 100%;
    right: 0;
}

.btn-logout {
    width: 100%;
}

.span-user-name {
    cursor: pointer;
    font-weight: 400;
}
.span-user-name:hover {
    font-weight: 700;
}
.menu-escondido {
    position: relative;
    display: inline-block;
}
.botao-user{
    background-color: transparent;
}

.btn.btn-editar.mb-3.opcao {
    display: flex;
    justify-self: center;
}