.navbar {
    background: #161616;
    background-image: linear-gradient(#585a6b0d, #2c384b0d);
    border-radius: 0px 0px 3px 3px;
    width: 100%;
    max-width: 480px;
    color: #f0eadc;
    position: fixed;
    top: 0;
    z-index: 10;
}

.navbar .navbar-menu {
    padding: 2px 0;
    position: relative;
}

.navbar-stats {
    position: relative;
    padding: 1px 2px;
    flex: 1;
}

.navbar-content {
    position: relative;
    background: #0e0e0e87;
    box-shadow: inset 0 0 8px 0px rgb(0 0 0 / 49%);
    border-radius: 4px;
    font-family: kundera;
    font-size: 13px;
    padding: 3px;
    padding-left: 14px;
}

.navbar-stats .icon {
    position: absolute;
    left: -2px;
    top: 0px;
}


.user-lvl {
    width: 39px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: kundera;
}
.user-lvlValue {
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #84827f;
}

.nav-menu-link {
    display: block;
    background: #2c30307c;
    border-radius: 0px 18px 10px 0px;
    z-index: 50;
}

.nav-menu-link.end{
    border-radius: 18px 0px 0px 10px;
}