.dropDownMenuButton{
    padding: 0 2px;
    margin: 0;
    background-color: transparent;
    border: 0;
    color: #ccc;
    cursor: pointer;
}

.dropDownMenuButton:focus {
    outline: none;
    box-shadow: none;
}
.dropDownMenuButton:hover{
    padding: 0;
    font-weight: bold;
}

.dropDownMenuButton i{
    margin-left: 2px;
}

.dropdown-menu{
    background-color: #007bff;
    color: white;
}

.dropdown-item{
    visibility: visible !important;
    color: white;
    font-size: 14px !important;
}

.dropdown-item:hover{
    background-color: #33aeff;
    color: white;
}

#menuTopoMobile i{
    margin-left: 10px;
}

.dropdown-menu-mobile{
    display: none;
    margin: 8px 0px 0px 10px;
    flex-direction: column;
}