.new-account,
.new-account *,
.new-account *::before,
.new-account *::after {
    box-sizing: border-box;
    line-height: normal;
    font-size: 13px;
}

/*right sidebar*/
.new-account-sidebar-right {
    width: 175px;
    padding-top: 35px;
}
.new-account .new-account-menu-title {
    color: #000;
    text-transform: uppercase;
    margin: 5px 0 10px;
    font-weight: bold;
}
.new-account-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.new-account-menu li {
    margin: 8px 0;
}
.new-account-menu li a {
    color: #036;
    text-decoration: none;
}
.new-account-menu li a:hover {
    color: #b44;
}
.new-account-menu li a.active {
    font-weight: bold;
    color: #333;
}

/*left sidebar*/
.new-account-sidebar-left {
    width: 240px;
}
.new-account-sidebar-left-content {
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}
.new-account-sidebar-left-top {
    height: 38px;
    background: #f0f0f0;
    border-radius: 7px 7px 0 0;
    position: relative;
}
.new-account-sidebar-left-top .level {
    height: 20px;
    width: 40px;
    position: absolute;
    top: 8px;
    left: 13px;
    background: no-repeat left center;
}
.level.userInfo {
    background: none;
    position: relative;
}
.user-level-2.userInfo {
    padding-left: 22px;
}
.user-level-3.userInfo,
.user-level-7.userInfo {
    padding-left: 24px;
}
.user-level-4.userInfo {
    padding-left: 26px;
}
.user-level-5.userInfo {
    padding-left: 28px;
}
.user-level-6.userInfo {
    padding-left: 30px;
}
.level.userInfo::before {
    content: '';
    display: block;
    width: 26px;
    height: 20px;
    position: absolute;
    top: -4px;
    left: 0;
    background: no-repeat 0 center;
    pointer-events: none;
}
.user-level-2.userInfo::before,
.new-account-lvl-bar-scale-item:nth-child(1)::before,
.new-account .user-level-2:not(.userInfo) {
    background-image: url(../img/game/mini-level-1.svg);
}
.user-level-3.userInfo::before,
.new-account-lvl-bar-scale-item:nth-child(2)::before,
.new-account .user-level-3:not(.userInfo) {
    background-image: url(../img/game/mini-level-2.svg);
}
.user-level-4.userInfo::before,
.new-account-lvl-bar-scale-item:nth-child(3)::before,
.new-account .user-level-4:not(.userInfo) {
    background-image: url(../img/game/mini-level-3.svg);
}
.user-level-5.userInfo::before,
.new-account-lvl-bar-scale-item:nth-child(4)::before,
.new-account .user-level-5:not(.userInfo) {
    background-image: url(../img/game/mini-level-4.svg);
}
.user-level-6.userInfo::before,
.new-account-lvl-bar-scale-item:nth-child(5)::before,
.new-account .user-level-6:not(.userInfo) {
    background-image: url(../img/game/mini-level-5.svg);
}
.user-level-7.userInfo::before,
.new-account-lvl-bar-scale-item:nth-child(6)::before,
.new-account .user-level-7:not(.userInfo) {
    background-image: url(../img/game/mini-level-6.svg);
}
.new-account .new-account-lvl-bar-container[data-lvl="0"] {
    height: 30px;
}
.new-account .new-account-lvl-bar-container[data-lvl="0"] .new-account-lvl-bar-scale-item:nth-child(1)::before {
    background-image: url(../img/game/greystar1.svg);
}
.new-account .new-account-lvl-bar-container[data-lvl="0"] .new-account-lvl-bar-scale-item:nth-child(2)::before {
    background-image: url(../img/game/greystar2.svg);
}
.new-account .new-account-lvl-bar-container[data-lvl="0"] .new-account-lvl-bar-scale-item:nth-child(3)::before {
    background-image: url(../img/game/greystar3.svg);
}
.new-account .new-account-lvl-bar-container[data-lvl="0"] .new-account-lvl-bar-scale-item:nth-child(4)::before {
    background-image: url(../img/game/greystar4.svg);
}
.new-account .new-account-lvl-bar-container[data-lvl="0"] .new-account-lvl-bar-scale-item:nth-child(5)::before {
    background-image: url(../img/game/greystar5.svg);
}
.new-account-sidebar-left-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: no-repeat center / cover;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%,0);
}
.new-account-sidebar-left-profile-block {
    text-align: center;
    padding: 36px 16px 8px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 7px;
}
.new-account .new-account-sidebar-left-profile-name {
    color: #003399;
    font-weight: bold;
}
.new-account .new-account-sidebar-left-profile-info,
.new-account .new-account-sidebar-left-profile-time,
.new-account .new-account-sidebar-left-profile-time * {
    font-size: 11px;
    margin: 2px 0;
}
.new-account .new-account-sidebar-left-profile-time,
.new-account .new-account-sidebar-left-profile-time * {
    color: #9b9b9b;
}
.new-account-sidebar-left-btns {
    margin: 5px 0 0;
}
.new-account-sidebar-left-btn {
    display: block;
    float: left;
    color: #fff !important;
    width: calc(50% - 4px);
    line-height: 24px;
    border-radius: 2px;
    background-color: #6ab630;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
}
.new-account-sidebar-left-btn:first-child {
    margin-right: 8px;
}
.new-account-sidebar-left-stats-row {
    display: flex;
    margin-top: -7px;
}
.new-account .new-account-sidebar-left-stats-col {
    float: left;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    height: 50px;
    font-size: 16px;
    padding-top: 7px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 7px;
}
.new-account-sidebar-left-stats-col:first-child:not(:only-child) {
    border-right: 1px solid #f0f0f0;
}
.new-account-sidebar-left-stats-col:nth-child(3):last-child {
    border-left: 1px solid #f0f0f0;
}
.new-account .new-account-sidebar-left-stats-col span {
    display: block;
    color: #9b9b9b;
    font-size: 11px;
    margin-top: 2px;
}
.new-account-sidebar-left-block {
    padding: 0 16px 10px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 7px;
    position: relative;
}
.new-account-sidebar-left-block.lvls {
    padding-bottom: 62px;
}
.new-account-sidebar-left-block.lvls a:not(.new-account-lvl-num-current) {
    position: absolute;
    bottom: 9px;
    left: 16px;
}
.new-account-sidebar-left-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.new-account-sidebar-corner-bl {
    position: absolute;
    right: 16px;
    top: 0;
}
.new-account-sidebar-left-block.lvls a:not(.new-account-lvl-num-current),
body .new-account-link-container *,
body .new-account-sidebar-corner-bl,
body .new-account-sidebar-corner-bl * {
    color: #039 !important;
}
.new-account-lvl-bar-container {
    margin-top: 5px;
}
.new-account-lvl-bar-container,
.new-account-lvl-bar,
.new-account-lvl-scale {
    position: relative;
}
.new-account-lvl-bar {
    height: 8px;
    border-radius: 4px;
    background-color: #ecebeb;
    overflow: hidden;
}
.new-account-lvl-bar-scale-item {
    width: 1px;
    height: 14px;
    position: absolute;
    top: 4px;
    background: #d8d8d8;
}
.new-account-lvl-bar-scale-item::before {
    content: '';
    display: block;
    width: 26px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: -8px;
    background-repeat: no-repeat;
}
.new-account-lvl-bar-scale-item:nth-child(1) {
    left: 0;
}
.new-account-lvl-bar-scale-item:nth-child(2) {
    left: 39px;
}
.new-account-lvl-bar-scale-item:nth-child(3) {
    left: 78px;
}
.new-account-lvl-bar-scale-item:nth-child(4) {
    left: 117px;
}
.new-account-lvl-bar-scale-item:nth-child(5) {
    left: 156px;
}
[data-lvl="4"] .new-account-lvl-bar-scale-item:nth-child(6),
[data-lvl="5"] .new-account-lvl-bar-scale-item:nth-child(6),
[data-lvl="6"] .new-account-lvl-bar-scale-item:nth-child(6) {
    left: auto;
    right: 0;
    display: block !important;
}
.new-account-lvl-bar-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    background: #8bc34a;
}
[data-lvl="1"] .new-account-lvl-bar-item.current {
    min-width: 20px;
}

[data-lvl="2"] .new-account-lvl-bar-item:not(.current) {
    width: 40px;
}
[data-lvl="2"] .current {
    left: 40px;
}
[data-lvl="3"] .new-account-lvl-bar-item:not(.current) {
    width: 79px;
}
[data-lvl="3"] .current {
    left: 79px;
}
[data-lvl="4"] .new-account-lvl-bar-item:not(.current) {
    width: 118px;
}
[data-lvl="4"] .current {
    left: 118px;
}
[data-lvl="5"] .new-account-lvl-bar-item:not(.current) {
    width: 157px;
}
[data-lvl="5"] .current {
    left: 157px;
}
.new-account-link-container {
    text-align: right;
}
.new-account-badges-container {
    display: flex;
    margin: 10px 0;
}
.new-account-badges-container > div {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    justify-content: center;
}
.new-account-talent-row {
    margin: 2px 0;
    display: flex;
}
.new-account .new-account-talent-row * {
    font-size: 11px;
    color: #9b9b9b;
}
.new-account-talent-col:nth-child(1) {
    width: 150px;
}
.new-account-talent-col:nth-child(2) {
    width: calc(100% - 150px);
}
.new-account-talent-bar {
    position: relative;
    height: 8px;
    margin-top: 2px;
}
.new-account-talent-bar-item {
    background: #8bc34a;
    border-radius: 0 4px 4px 0;
    min-width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.new-account-sidebar-left-block .new-account-sidebar-reputation,
.new-account-sidebar-left-block .new-account-sidebar-reputation * {
    color: #4a4a4a;
}
.new-account-lvl-bar-container,
.new-account-talent-container {
    width: 206px;
}

/*popup*/
.new-account.new-account-popup {
    width: 238px;
    padding: 0;
    margin: 0;
}
.new-account.new-account-popup .new-account-sidebar-left-top {
    height: 0;
    background: none;
}
.new-account.new-account-popup .new-account-sidebar-left-avatar {
    transform: translate(0,0);
    left: 8px;
    top: 8px;
}
.new-account.new-account-popup .new-account-sidebar-left-top .level {
    top: 35px;
    left: 41px;
    z-index: 1;
}
.new-account.new-account-popup .new-account-sidebar-left-profile-block {
    padding-top: 12px;
    padding-bottom: 15px;
    margin-bottom: 11px;
}
.new-account.new-account-popup .new-account-sidebar-left-profile-block > *:not(.new-account-sidebar-left-btns) {
    text-align: left;
    padding-left: 56px;
}
.new-account.new-account-popup .new-account-sidebar-left-profile-reputation {
    font-size: 11px;
    color: #9b9b9b;
}
.new-account-sidebar-left-profile-name-wrapper {
    min-height: 43px;
}
.new-account.new-account-popup .new-account-sidebar-left-btns {
    margin: 10px 0 0;
}
.new-account.new-account-popup .new-account-sidebar-left-block {
    margin-bottom: 11px;
}
.new-account.new-account-popup .new-account-sidebar-left-block:last-child {
    padding-bottom: 15px;
    margin-bottom: 0;
}
.new-account.new-account-popup .new-account-talent-col:nth-child(1) {
    width: 115px;
}
.new-account.new-account-popup .new-account-talent-col:nth-child(2) {
    width: calc(100% - 115px);
}
.ui-tooltip {
    padding: 0 !important;
}
