

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

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

.userPanel-bg {
    width: 350px;
    height: 56px;
    margin: 0 auto;
    position: relative;
    color: #b38c72;
    background-image: url(/design/images/head/userPanel-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

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

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

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

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

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

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

.exp_progress {
    height: 4px;
    border-radius: 1px;
    background: #fc9d49;
    background: linear-gradient(to bottom, #fc9949 0, #e38b30 25%, #853d00 100%);
    box-sizing: border-box;
    margin-top: 0;
}

.cell-bgLeft {
    left: 0;
    background-image: url(/design/images/head/cellBgLeft.png?v=2);
}
.cell-bgLeft, .cell-bgRight {
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

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

.cell-bgRight {
    right: 0;
    background-image: url(/design/images/head/cellBgRight.png);
}

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

.cntr {
    text-align: center;
}

.cell-now {
    display: inline-block;
    margin: 5px;
    text-align: center;
}
.pointer {
    cursor: pointer;
}

.cell-now .left {
    display: inline-block;
    width: 8px;
    height: 25px;
    background-image: url(/design/images/head/1cellBgLeft.png?v=2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
.left {
    text-align: left;
}

.cell-now .right {
    display: inline-block;
    width: 8px;
    height: 25px;
    background-image: url(/design/images/head/1cellBgRight.png?v=2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.cell-now .middle {
    padding: 3.3px;
    display: inline-block;
    min-width: 70px;
    background-image: url(/design/images/head/1cellBgMiddle.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    vertical-align: middle;
}

.campaign {
    background: url(/design/images/index/campaign.jpg) top no-repeat;
    background-size: contain;
    padding-top: 10px;
    width: 100%;
}

.section-menu {
    width: 350px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.sectionIcon-menu {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    background: url(/design/images/index/sectionIcon-frame.png) no-repeat;
    background-size: 100px 100px;
    background-position: 50% 50%;
    margin: 5px;
    cursor: pointer;
}

.sectionIcon {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: -1px;
    transform: translate(-50%);
}

.sectionIcon-text {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
    color: #b38c72;
}

.sectionIcon-value {
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    background-color: #cc2400;
    border-radius: 20px;
    color: #fdfebd;
    box-shadow: 2px -1px 7px 0 rgb(102 0 0 / 69%) inset, -1px 0 2px 0 rgb(0 0 0 / 52%);
    text-shadow: 0 1px 1px rgb(86 0 0 / 57%);
    font-size: 90%;
}

.sectionArena {
    background: url(/design/images/index/arena.png) no-repeat;
    background-size: 100% 100%;
}

.sectionCompany {
    top: 15px;
    background-size: 100% 100%;
}

.sectionYetunheim {
    background: url(/design/images/index/nekro.png) no-repeat;
    background-size: 100% 100%;
}

.sectionQuest {
    background: url(/design/images/index/quest.png) no-repeat;
    background-size: 100% 100%;
}

.sectionTotem {
    background: url(/design/images/index/totem.png) no-repeat;
    background-size: 100% 100%;
}

.sectionPutesh {
    background: url(/design/images/index/putesh.png) no-repeat;
    background-size: 100% 100%;
}

.sectionMaze {
    background: url(/design/images/index/maze.png) no-repeat;
    background-size: 100% 100%;
}

.sectionShop {
    background: url(/design/images/index/shop.png) no-repeat;
    background-size: 100% 100%;
}

.sectionSurvival {
    background: url(/design/images/index/survival.png) no-repeat;
    background-size: 100% 100%;
}

.sectionCol {
    background: url(/design/images/index/col.png) no-repeat;
    background-size: 100% 100%;
}

.sectionFear {
    background: url(/design/images/index/fear.png) no-repeat;
    background-size: 100% 100%;
}

.sectionDragon {
    background: url(/design/images/index/dragon.png) no-repeat;
    background-size: 100% 100%;
}

.sectionTour {
    background: url(/design/images/index/tour.png) no-repeat;
    background-size: 100% 100%;
}

.sectionPut {
    background: url(/design/images/index/put.png) no-repeat;
    background-size: 100% 100%;
}

.sectionZags {
    background: url(/design/images/index/zags.png) no-repeat;
    background-size: 100% 100%;
}

.hr {
    margin: 10px 5px;
}

.hr, .hr .hr_end {
    font-size: 0px;
    height: 1px;
    background-image: url(/design/images/footer/bg-hr.png);
    background-repeat: no-repeat;
}

.hr .hr_end {
    background-position: 100% -1px;
}
.hr, .hr .hr_end {
    font-size: 0px;
    height: 1px;
    background-image: url(/design/images/footer/bg-hr.png);
    background-repeat: no-repeat;
}

.no-dec {
    text-decoration: none;
}

.pb5 {
    padding-bottom: 5px;
}

.head {
    width: 350px;
    height: 32px;
    margin: auto;
    position: relative;
    background: url(/design/images/head/location-bg1.png) top center no-repeat #000;
    background-size: contain;
}
.b {
    color: #b38c72;
    text-shadow: 0 0 1px rgb(177 240 255 / 56%);
    font-family: kundera, serif;
    display: table-cell;
    font-size: 18px;
    line-height: 32px;
}


.avatar {
    display: inline-block;
    background: #131415 center / 100% no-repeat;
    border: 2px solid #834820;
    border-radius: 5px;
}

img {
    border: 0;
    vertical-align: middle;
}

.hero-name {
    background: url(/design/images/hero/back.png) repeat-x center center;
    height: 62px;
    width: 350px;
    top: -4px;
    line-height: 20px;
    margin-top: 0;
    padding-top: 7px;
    position: relative;
    z-index: 2;
}

.gradient-line {
    background: url(/design/images/hero/gradient-top.png) top center repeat-x;
    bottom: 0;
    height: 60px;
    line-height: 25px;
    position: absolute;
    width: 350px;
}

.msg {
    background: linear-gradient(to bottom, #000 0, rgb(59 41 27 / 68%) 70%, #000000 100%);
    color: #c7b5a1;
    font-size: 14px;
}

.msg .wr1 {
    background-image: url(/design/images/hero/wr0-blue.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.msg .wr2 {
    background-image: url(/design/images/hero/wr1-blue.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.msg .wr3 {
    background-image: url(/design/images/hero/wr2-blue.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.msg .wr4 {
    padding: 10px;
    background-image: url(/design/images/hero/wr3-blue.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
}












.bbtn {
    height: 32px;
    margin-bottom: 2px;
    background-color: #432d18;
    background-image: url(/design/images/hero/bg-bbtn.png);
    background-repeat: repeat-x;
}

.bbtn .lf, .bbtn .rt {
    height: 32px;
    display: block;
    background-image: url(/design/images/hero/bg-bbtn-lr.png);
    background-repeat: no-repeat;
    background-position: 100% -32px;
}

.bbtn .lf {
    text-decoration: none !important;
    background-position: 0 0;
}

.bbtn .lbl {
    display: block;
    height: 24px;
    padding: 7px 7px 0 45px;
    line-height: 16px !important;
    color: #b38c72;
    font-size: medium;
    white-space: nowrap;
    overflow: hidden;
    background-position: 5px 0;
    background-repeat: no-repeat;
}

.bbtn .equip1 {
    background-image: url(/design/images/hero/equip1.png);
}

.bbtn .mail1 {
    background-image: url(/design/images/hero/mail1.png);
}

.bbtn .settings1 {
    background-image: url(/design/images/hero/settings1.png);
}

.bbtn .train1 {
    background-image: url(/design/images/hero/train1.png);
}

.bbtn .doss1 {
    background-image: url(/design/images/hero/doss1.png);
}

.bbtn .right1 {
    background-image: url(/design/images/hero/right1.png);
}

.bbtn .tourc {
    background-image: url(/design/images/clan/1tour.png);
}

.bbtn .zakc {
    background-image: url(/design/images/clan/1zak.png);
}

.bbtn .goldc {
    background-image: url(/design/images/clan/1gold.png);
}

.bbtn .chatc {
    background-image: url(/design/images/clan/1chat.png);
}

.bbtn .historyc {
    background-image: url(/design/images/clan/1history.png);
}

.bbtn .settc {
    background-image: url(/design/images/clan/1sett.png);
}





.table-block {
    align-items: center;
    display: flex
;
    height: 40px;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 10px;
}

.table-block-left {
    align-items: center;
    display: flex
;
    width: 100%;
}

.rating-avatar {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-left: 4%;
    margin-right: 3%;
    min-width: 40px;
}

.avatar {
    display: inline-block;
    background: #131415 center / 100% no-repeat;
    border: 2px solid #292931;
    border-radius: 5px;
}

.rating-name {
    color: #818181;
    font-family: Arial;
    font-size: 15px;
    position: relative;
}

.va_m {
    vertical-align: middle;
}

.nick_color {
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    background-color: var(--c1);
    background-image: linear-gradient(90deg, var(--c2), var(--c1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn1234 {
    align-items: center;
    background: url(/design/images/icon/blue-btn1.png);
    cursor: pointer;
    display: flex;
    height: 45px;
    justify-content: center;
    margin: 5px auto 5px;
    width: 188px;
}

.btn_i1234 {
    border: 1px;
    color: #b38c72;
}

.lwhite1234 {
    color: #c0c0c0 !important;
}

.bbtn123456 {
    height: 32px;
    margin-bottom: 2px;
    background-color: #432d18;
    background-image: url(/design/images/hero/bg-bbtn.png);
    background-repeat: repeat-x;
}

.bbtn123456 .lf123456, .bbtn123456 .rt123456 {
    height: 32px;
    display: block;
    background-image: url(/design/images/hero/bg-bbtn-lr.png);
    background-repeat: no-repeat;
    background-position: 100% -32px;
}

.bbtn123456 .lf123456 {
    text-decoration: none !important;
    background-position: 0 0;
}

.bbtn123456 .lbl123456 {
    display: block;
    height: 24px;
    padding: 7px 7px 0 0;
    line-height: 16px !important;
    color: #b38c72;
    font-size: medium;
    white-space: nowrap;
    overflow: hidden;
    background-position: 5px 0;
    background-repeat: no-repeat;
}

.fl {
    float: left;
}

img.icon {
    vertical-align: middle;
    position: relative;
    top: -1px;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    max-width: 100%;
}

.prg-bar, .prg-blue, .prg-red, .prg-green, .prg-violet {
    height: 4px;
    border-radius: 2px;
    background: rgb(16, 22, 26);
    box-sizing: border-box;
}

.prg-green {
    display: block;
    background: linear-gradient(rgb(185 142 107) 0px, rgb(135 82 0) 25%, rgb(155 113 75) 100%);
    border-radius: 5px 0px 0px 5px;
}

.prg-green {
    display: block;
    background-position: 0 -21px;
}

.prg-red {
    display: inline-block;
    background-image: url();
    height: 4px;
}

.prg-red {
    display: block;
    background-position: 0 -28px;
    max-width: 100%;
}

.prg-red {
    display: block;
    background: linear-gradient(rgb(227, 48, 48) 0px, rgb(255 0 0) 25%, rgb(133, 0, 0) 100%);
    max-width: 100%;
    border-radius: 0px 5px 5px 0px;
}










