html {
    background : url(https://wrush.ru/images/style/design/head/bodyBg.jpg) 50% 0 no-repeat fixed #000;
}

body {
	 width : 350px;
	 margin : 0 auto;
	 font-size : 16px;
	 padding-bottom : 10px;
	 color : #6a7f8e;
	 font-family : kundera, sans-serif;
	 font-style : normal;
	 font-weight : 400;
	 overflow-wrap : break-word;
}






/*---------- HEAD ----------*/
.userPanel-bg_new {
    width: 350px;
    height: 56px;
    margin: 0 auto;
    position: relative;
    color: #6a7f8e;
    background-image: url(https://wrush.ru/images/style/design/head/userPanel-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.userPanel-lvl_new {
    width: 39px;
    height: 40px;
    top: 8px;
    position: absolute;
    left: 18px;
    background-image: url(https://wrush.ru/images/style/design/head/userPanel-lvlBg.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: kundera;
}

.userPanel-lvlValue_new {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #6a7f8e;
}

.cell-bgLeft_new, .cell-bgRight_new {
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.cell-bgLeft_new {
    left: 0;
    background-image: url(https://wrush.ru/images/style/design/head/cellBgLeft.png?v=2);
}

.cell-bgMiddle_new {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: 8px;
    background-image: url(https://wrush.ru/images/style/design/head/cellBgMiddle.png);
    background-repeat: repeat-x;
    background-size: contain;
}

.cell-bgRight_new {
    right: 0;
    background-image: url(https://wrush.ru/images/style/design/head/cellBgRight.png);
}

.userPanel-mailBg_new {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 4px;
    background-image: url(https://wrush.ru/images/style/design/head/userPanel-mailBg.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.userPanel-mailIcon_new {
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.iconPanel_new {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 268px;
    top: -4px;
    background-image: url(https://wrush.ru/images/style/design/head/envelope.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.iconPanelnew_new {
	 width : 30px;
	 height : 30px;
	 position : absolute;
	 left : 268px;
	 top : -4px;
	 background-image : url(https://wrush.ru/images/style/design/head/envelopenew.png);
	 background-size : contain;
	 background-repeat : no-repeat;
	 cursor : pointer;
}

.exp_bar_new {
    width: 85.5%;
    height: 4px;
    position: relative;
    left: 27px;
    top: 54px;
    border-radius: 1px;
    background: #10161a;
    box-sizing: border-box;
}

.exp_progress_new {
	max-width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #49acfc;
    background: linear-gradient(to bottom, #49acfc 0, #3092e3 25%, #004985 100%);
    box-sizing: border-box;
    margin-top: 0;
}

.userPanel-unreadBadge {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    line-height: 14px;
    position: absolute;
    right: -5px;
    top: -2px;
    font-size: 12px;
    text-align: center;
    background-color: #d21100;
    color: #ffe5cf
}
/*--------------------------*/
