body {
    background-color: #fff;
}

header .container {
    padding: 32px 0;
    border-bottom: 1px solid #cccccc;
}

.menu-painel-logo{
    margin-right: 50px;
    width: 70px;
    height: 70px;
}

.menu {
    align-items: center;
    gap: 40px;
    flex-grow: 1;
}

.menu-item {
    color: #999999;
}

.menu-item.active a{
    display: flex;
    flex-direction: column;
    /* margin-left: 25vw; */
}

.menu-item.active a::after {
    content: '';
    width: 35px;
    height: 5px;
    display: block;
    background-color: #DBB698;
    border-radius: 10px;
    align-self: center;
}

.menu-item.exit {
    margin-left: auto;
}

.menu-item.exit .btn-default{
    width: 130px;
    --btn-color: #DBB698;
}

.menu-item.exit .btn-default:hover{
    background-color: #dbb698c3;
}

#changeMenuBox{
    display: none;
}