.avatar {
    width: 37px;
    border-radius: 50%;
}

.menu-name {
    font-weight: 600;
    font-size: .875rem;
    text-shadow: 0 0 10px #000;
}

#mainNav .navbar-toggler {
    background: transparent;
}

.dropdown-toggle:after { 
    content: none 
}

.dropdown-header {
    font-size: .625rem;
    font-weight: 700;
    padding-right: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
    color: #f6f9fc;    
    display: block;
    margin-bottom: 0;
    padding: .5rem 1rem;
    white-space: nowrap;
}

.navbar .dropdown-menu-right:before {
    right: 20px;
    left: auto;
    position: absolute;
    z-index: -5;
    bottom: 100%;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    transform: rotate(-45deg) translateY(12px);
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
}

.dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: .5rem 1rem;    
    font-weight: 400;
    display: block;
    clear: both;
    width: 100%;
    text-align: inherit;
    white-space: nowrap;
    color: #212529;
    border: 0;
    background-color: transparent;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 12rem;
    border: none;
    box-shadow: box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: .4375rem;
}


.dropdown-divider {
    overflow: hidden;
    height: 0;
    margin: .5rem 0;
    border-top: 1px solid #e9ecef;
}

.dropdown-menu h6 {
    font-size: .625rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: #32325d;    
    text-transform: uppercase;
}

.dropdown-menu .dropdown-item > i{
    font-size: 1rem;
    margin-right: 1rem;
    vertical-align: -17%;
}

.dropdown-item:hover {
    text-decoration: none;
    color: #16181b;
    background-color: #f6f9fc; 
}