.topo {
    width: 100%;
    display: flex;
}

.nav-topo-topo {
    background-color: white;
    height: 100%;
    width: 100%;
    flex: 1;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    padding-left: 2%;
    padding-right: 2%;
}

.nav-iten {
    display: flex;
    width: min-content;
    padding-right: 5%;
}

.fi.fi-br-menu-burger {
    color: #333 !important;
    font-size: 30px;
}

.sidebar-toggle {
    color: #333;
    font-size: 30px;
}

.sidebar-toggle:hover {
    cursor: pointer;
}

.dropdown-menu {
   border: none;
}

.dropdown-item {
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

.avatar {
    width: 30px;
}