.lcb-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 5px;
    padding: 5px;
}

.lcb-avatar img {
    border-radius: 50% !important;
    box-shadow: 0 1px 5px rgb(179 183 187) !important;
}

.lcb-menu-img {
    height: 25px;
    width: 25px;
}

.lcb-account-bar {
    float: right;

}



.lcb-account-bar:hover {
    cursor: pointer;
}

.lcb-account-bar .lcb-account-bar-nav ul {
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

.lcb-account-bar .lcb-account-bar-nav .lcb-account-bar-right ul {
    padding-left: 0;
}

.lcb-account-bar .lcb-account-bar-nav {
    width: auto;

    justify-content: space-between;
    ;
    border-radius: 5px;
}

.lcb-account-bar .lcb-account-bar-nav .lcb-account-bar-right ul li .lcb-account-link {
    font-weight: 500;
    color: #646464;
    display: flex;
    align-items: center;
    height: 40px;
}

.lcb-account-bar .lcb-account-bar-nav .lcb-account-bar-right img {
    margin: 0 10px;
}

.lcb-account-bar .lcb-account-bar-nav .lcb-account-bar-right ul li {
    position: relative;
}

.lcb-account-bar .lcb-account-bar-nav .lcb-account-bar-right ul li .lcb-account-bar-dropdown {
    position: absolute;
    width: 250px;
    top: 10px;
    z-index: 900;
    right: 0px;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 3px 16px 0 rgb(12 13 14 / 10%);
    background: #fff;
    padding: 10px 14px;
    display: none;
    transform: translate(0px, 34px);
}

.lcb-account-bar .lcb-account-bar-nav .lcb-account-bar-right ul li .lcb-account-bar-dropdown ul li {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 10px;
}

.lcb-menu-item {
    text-align: left;
}

.lcb-menu-list-last {
    border-bottom: 0px !important;
}

.lcb-account-bar .lcb-account-bar-nav .lcb-account-bar-right ul li.active .lcb-account-bar-dropdown {
    display: block;
}

.lcb-arrow {
    width: 13px;
}


.lcb-account-link .dashicons {
    vertical-align: middle;
    margin: 5px;
}

.lcb-avatar-img img {
    width: 100px;
    border-radius: 99px;
    margin-bottom: 20px;
}

.lcb-login-link {
    font-weight: 600;
    font-size: 16px;
}

.lcb-account-bar-dropdown a {
    color: #111111;
}

@media only screen and (min-width: 1025px) {
    .mobile-link a {
        display: none !important;
    }
}