.body_1{width: 100%;float: left;position: relative;}
.body_2{width: 50%;float: left;position: relative;}
.body_3{width: calc(100% / 3);float: left;position: relative;}
.body_4{width: calc(100% / 4);float: left;position: relative;}
.body_5{width: calc(100% / 5);float: left;position: relative;}
.none{display: none !important;}
.over{ overflow: hidden; }
.scroll-to{position: absolute; top: -74px;}
a{text-decoration: none; color: inherit;}
body{
	margin: 0;
	width: 100%;
	max-width: 1300px;
	height: 100%;
	min-height: 100vh;
	position: relative;
	margin: 0 auto;
	background-color: #101521;
    background-image: url(/src/noise.png);
    color: #d5d5d5;
	font-size: 16px;
	font-family: "Exo 2";
}

header{
	width: 100%;
	max-width: 1300px;
	position: fixed;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	height: 60px;
	background-color: #101521;
	background-image: url(/src/noise.png);
	z-index: 999;
}

.res-0{
	color: var(--res-0);
	font-weight: 900;
}
#update{
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}
#loader{
	float: left;
	position: relative;
	width: 100%;
	min-height: 100vh;
}
.logo__body{
	height: 40px;
	float: left;
	margin-top: 10px;
}
.nav__link__logo{
	width: 100%;
	float: left;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1.2px;
	padding-left: 40px;
}

.nav__link__logo img{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 0;
}
.nav__link__logo span{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	font-weight: 800;
	font-family: 'wide';
	position: relative;
	float: left;
	padding: 0 4px;
}
.nav__link__logo .nav__link__color_left{
	transition: all ease 0.4s;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	height: 0px;
	overflow: hidden;
	background: var(--gr-body-l);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	z-index: 2;
}
.nav__link__logo:hover .nav__link__color_left{
	transition: all ease 0.4s;
	height: 40px;
	top: 0;
	left: 4px;
}

.nav__link__logo .nav__link__color_right{
	transition: all ease 0.7s;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	height: 0px;
	overflow: hidden;
	background: var(--gr-body-l);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	z-index: 2;
}
.nav__link__logo:hover .nav__link__color_right{
	transition: all ease 0.7s;
	height: 40px;
	top: 0;
	left: 4px;
}
.nav__link__logo:hover img{
	transition: all ease 0.5s;
	transform: scale(1.05);
}

.nav__body{
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 20px;
	position: relative;
}

.nav__link{
	transition: all ease .4s;
	display: inline-block;
	float: left;
	position: relative;
	height: 40px;
	line-height: 40px;
	color: #e2e1e1;
	margin: 10px;
}

.nav__link:before, .h-act:before{
	transition: all ease .4s;
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	right: 0;
	width: 0%;
	background: var(--gr-body-l);
}
.nav__link:hover{
	color: #fff;
}
.nav__link:hover:before, .h-act:before{
	transition: all ease .4s;
	width: 100%;
	left: 0;
}
.profile-body{
	position: absolute;
	top: 4px;
	right: 0;
	z-index: 9999;
}

.profile-wrap{
	background-color: #151c2b;
    background-image: url(/src/noise.png);
	border-radius: var(--br);
	height: 50px;
	padding: 2px;
	font-size: 14px;
}

.profile-wrap a{
	width: 100%;
	float: left;
	position: relative;
	background: var(--bg-gr);
	height: 50px;
	padding: 2px 12px 0 56px;
	border-radius: var(--br);
	box-shadow: inset 0 0 2px rgba(255,255,255,0.4);
}
.profile-wrap a:hover{
	box-shadow: inset 0px 0px 2px var(--blue);
}
.profile-wrap a span{
	width: 100%;
	float: left;
	position: relative;
	color: #fff;
	text-align: center;
}
.profile-wrap split{
    display: inline-block;
    color: #D5AD6D;
    background-image: linear-gradient(90deg, var(--blue), var(--pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 600;

}
.profile-wrap font{
    display: inline-block;
    color: #D5AD6D;
    background-image: linear-gradient(90deg, var(--blue), var(--pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'wide';
    padding: 2px 0;
    font-size: 16px;
}
.circle-exp-name{
	width: 90%;
	position: absolute;
	height: 10px;
	line-height: 10px;
	margin-left: 5%;
	color: rgba(255,255,255,0.75);
	background: #101521;
	border-radius: 100px;
	font-size: 7px;
	bottom: 1px;
}
.profile-wrap font img{
	width: 14px;
	padding-top: 3px;
	height: auto;
	float: left;
	margin-right: 4px;
}

.profile-lvl{
	border-radius: 8px;
	width: 46px;
	height: 46px;
	left: 4px;
	top: 0px;
	position: absolute;
	text-align: center;
	line-height: 46px;
    font-size: 18px;
}

.profile-lvl span{
    color: #fff;
    font-family: 'wide';
    position: relative;
    z-index: 99;
}

.circle-user{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	transform: rotate(150deg);
	border-radius: calc(var(--br) * 30);
    background: var(--bg-gr);
}
.circle-wrap{
	stroke: rgba(255,255,255,0.25);
	transition: all 0.5s ease;
	stroke-linecap: round;
	stroke-width: 4px;
}

.circle-exp{
	stroke: var(--blue);
	transition: all 0.5s ease;
	stroke-linecap: round;
	stroke-width: calc(4px + 4px);

}

.nav__btn__body{
	position: relative;
	float: right;
	margin: 8px 0;
}

.nav__btn__bg{
	height: 44px;
	line-height: 40px;
	padding: 2px;
	margin-left: 20px;
	float: left;
	position: relative;
	border-radius: var(--br);
	background-image: linear-gradient(90deg, var(--pink), var(--blue));
}
.nav__btn__bg a{
	transition: background-color 0.5s ease;
	width: 100%;
	padding: 0 20px;
	position: relative;
	text-align: center;
	color: #e2e1e1;
	float: left;
	text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
	background-color: #151c2b;
    background-image: url(/src/noise.png);
    border-radius: var(--br);
    box-shadow: inset 0px 0px 4px rgb(0 0 0 / 20%);
}

.nav__btn__bg a span{
	color: #e2e1e1;
}

.nav__btn__bg a:hover{
	transition: background-color 0.5s ease;
	background-color: rgba(0,0,0,0);
	box-shadow: none;
}
.nav__btn__bg a:hover span{
	transition: all 0.5s ease;
	-webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
}

.body{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 64px;
	border-radius: var(--br);
    min-height: calc(100vh - 64px);
    padding-bottom: 60px;
}
.body-user{
	width: calc(100% - 320px);
	float: right;
	position: relative;
	margin-top: 64px;
	border-radius: var(--br);
    min-height: calc(100vh - 64px);
    padding-bottom: 60px;
}
.slider-body{
	width: 100%;
	float: left;
	position: relative;
	padding: var(--cont-pad);
	background-color: #151c2b;
    background-image: url(/core/img/noise.png);
    border-radius: var(--br);
}
.slider__items {
	float: left;
	position: relative;
	width: 100%;
	counter-reset: slide;
	opacity: 1;
}

.slider__item {
	width: 100%;
	float: left;
	position: relative;
	counter-increment: slide;
}

.slider__item::after {
	content: counter(slide);
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
	font-style: italic;
	font-size: 32px;
	font-weight: bold;
	opacity: 0;
}

.slider__item_inner {
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: right;
	overflow: hidden;
}

.slider-desc-img{
	position: absolute;
	display: inline-block;
	float: left;
	width: 100%;
	height: auto;
	top: -80px;
	left: 0;
	z-index: 0;
	border-radius: var(--br)
}
	
.slider-desc{
	color: #fff;
	position: relative;
	width: 100%;
	height: 440px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: var(--br);
	overflow: hidden;
}

.slider-title{
	font-size: 36px;
	font-weight: 800;
	float: left;
	position: relative;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
	margin: 10px 0;
	padding: 4px 10px;
	z-index: 1;
	border-radius: var(--br);
}

.slider-text{
	margin: 10px 0;
	font-size: 20px;
	font-weight: 600;
	padding: 8px 14px;
	color: #fff;
	background-color: #101521;
    background-image: url(/src/noise.png);
	float: left;
	position: relative;
	border-radius: var(--br);
	text-transform: uppercase;
	box-shadow: 2px 10px 10px rgba(0,0,0,0.75);
}

.slider-right-img {
	transition: 0.4s all ease;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: calc(var(--br) * 2);
    box-shadow: 2px 10px 10px rgba(0,0,0,0.75);
}
.slider-right-img:hover img{
	transition: 0.4s all ease;
	transform: scale(1.2);
}
.slider-right-img img{
	transition: 0.4s all ease;
	border-radius: calc(var(--br) * 2);
	width: 100%;
	height: auto;
	position: relative;
}
.pos-img-sld-1{
	top: 80px;
	left: 20%;
}

.pos-img-sld-2{
	top: 180px;
	right: 20%;
}

.pos-img-sld-3{
	top: 340px;
	left: 18%;
}

.pos-img-sld-4{
	top: 440px;
	right: 18%;
}

.pos-img-sld-5{
	top: 20px;
	right: 30%;
}


.slider_btn_body{
	position: absolute;
	height: 44px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	left: 0;
	bottom: 80px;
}

.slider_btn_bg{
	height: 44px;
    line-height: 40px;
    padding: 2px;
    margin: 0 20px;
    float: left;
    position: relative;
    border-radius: var(--br);
    background-image: linear-gradient(90deg, var(--pink), var(--blue));
}
.slider_btn_cont{
	transition: background-color 0.5s ease;
    width: 100%;
    position: relative;
    float: left;
    background-color: #151c2b;
    background-image: url(/src/noise.png);
    border-radius: var(--br);
    box-shadow: inset 0px 0px 4px rgb(0 0 0 / 20%);
}
.slider_btn_cont a {
    transition: background-color 0.5s ease;
    width: 100%;
    
    position: relative;
    text-align: center;
    color: #e2e1e1;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    
}

.slider_btn_cont span {
    color: #e2e1e1;
    padding: 0 20px;
    cursor: pointer;
    display: inline-block;
    float: left;
    position: relative;
    height: 100%;
}

.slider_btn_cont:hover {
    transition: background-color 0.5s ease;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}

.slider_btn_cont:hover span{
	transition: color 0.4s ease;
	color: #fff;
}

.unit-body{
	width: 100%;
	float: left;
	position: relative;
}

.unit-wrap{
	width:33.33333%;
	float: left;
	position: relative;
	padding: var(--cont-pad);
	border-radius: var(--br);
	overflow: hidden;
}
.user-unit-wrap{
	width:50%;
	float: left;
	position: relative;
	padding: var(--cont-pad);
	border-radius: var(--br);
	overflow: hidden;
}
.unit-cont{
	width: 100%;
	float: left;
	position: relative;
	border-radius: var(--br);
}

.unit-cont-img{
	width: 100%;
	float: left;
	position: relative;
	border-radius: var(--br);
	box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.75);
}
.unit-cont-img:hover > img{
	transition: 0.6s ease transform;
	transform: scale(1.1);
}
.unit-cont-img  img{
	transition: 0.6s ease transform;
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border-radius: var(--br);
}

.unit-name-wrap{
	position: absolute;
	top: 5px;
	left: 5px;
	height: 40px;
	line-height: 40px;
	padding: 0 50px 0 5px;
	border-radius: var(--br);
	font-weight: 800;
	font-size: 21px;
	border-left: 2px solid;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}
.unit-name-wrap img{
	width: 30px !important;
	height: 25px !important;
	float: left !important;
	position: relative;
	top: 8px;
	padding-right: 5px;
	transform: scale(0.9);
	filter: brightness(90%);
}
.unit-name-1{ color: var(--res-1) !important;}
.unit-name-2{ color: var(--res-2) !important;}
.unit-name-3{ color: var(--res-3) !important;}
.unit-name-4{ color: var(--res-4) !important;}
.unit-name-5{ color: var(--res-5) !important;}
.unit-name-6{ color: var(--res-6) !important;}


.unit-skill-wrap{
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-radius: var(--br);
    padding: 5px 5px 5px 0;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid;
}

.unit-skill-box{
	width: 54px;
    height: 54px;
    position: relative;
    float: left;
    margin-left: 5px;
    border-radius: var(--br);
}

.unit-skill-box img {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: var(--br);
}

.unit-skill-box:hover:after {
    content: attr(data-title);
    z-index: 999;
    min-width: 10px;
    padding: 0px 16px;
    line-height: 30px;
    position: absolute;
    display: inline-block;
    bottom: 10px;
    border-radius: var(--br);
    left: 60px;
    font-size: 12px;
    color: #ffae00;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.88);
}

.unit-item-wrap{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    border-radius: var(--br);
    padding: 5px 5px 0 5px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid;
}

.unit-item-box{
	width: 50px;
    height: 50px;
    position: relative;
    float: left;
    margin-bottom: 5px;
    border-radius: var(--br);
}

.unit-item-box img {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: var(--br);
}

.unit-item-box:hover:after {
    content: attr(data-title);
    z-index: 999;
    min-width: 10px;
    padding: 0px 16px;
    line-height: 30px;
    position: absolute;
    display: inline-block;
    bottom: calc(100% + 20px);
    border-radius: var(--br);
    right: 60px;
    bottom: 10px;
    font-size: 12px;
    color: #ffae00;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.88);
}
.unit-btn{
	height: 43px;
    padding: 1px 1px 2px 1px;
    bottom: 10px;
    right: 10px;
    position: absolute;
    overflow: hidden;
    border-radius: var(--br);
    background-image: linear-gradient(90deg, var(--pink), var(--blue));
}
.unit-btn a, .unit-btn span{
    transition: background-color 0.5s ease;
    width: 100%;
    position: relative;
    line-height: 40px;
    text-align: center;
    float: left;
    background-color: #151c2b;
    background-image: url(/src/noise.png);
    text-align: center;
    height: 40px;
    border-radius: var(--br);
    cursor: pointer;
    padding: 0 20px;
    font-size: 14px;
    color: #e2e1e1;
}

.unit-btn a:hover, .unit-btn span:hover{
	transition: background-color 0.5s ease;
	background-color: rgba(0,0,0,0.15);
	color: #fff;
}
.diss-btn{
	height: 43px;
    padding: 2px 2px 2px 2px;
    bottom: 10px;
    right: 10px;
    position: absolute;
    overflow: hidden;
    border-radius: var(--br);
    background-image: linear-gradient(210deg, #292929 0%, #454545 100%);
}
.diss-btn span{
    transition: background-color 0.5s ease;
    width: 100%;
    position: relative;
    line-height: 40px;
    text-align: center;
    float: left;
    font-size: 12px;
    background: linear-gradient(90deg, #454545 0%, #292929 100%) !important;
    text-align: center;
    height: 40px;
    border-radius: var(--br);
    cursor: pointer;
    padding: 0 20px;
    color: #e2e1e1;
}

.diss-btn span:hover{
	transition: color 0.5s ease;
	color: #fff;
	cursor: default;
}

.mask-btn{
	transition: all ease 0.4s;
	height: 42px;
    padding: 1px 1px 1px 1px;
    bottom: -50px;
    right: 10px;
    left: 10px;
    position: absolute;
    overflow: hidden;
    border-radius: var(--br);
}
.mask-btn a, .mask-btn span{
    transition: all 0.5s ease;
    width: 100%;
    position: relative;
    line-height: 40px;
    text-align: center;
    float: left;
    background-color: #151c2b;
    background-image: url(/src/noise.png);
    text-align: center;
    height: 40px;
	border-radius: var(--br);
    cursor: pointer;
    padding: 0 20px;
    font-size: 14px;
    color: #e2e1e1;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0);
}

.mask-btn a:hover, .mask-btn span:hover{
	transition: all 0.5s ease;
	background-color: rgba(0,0,0,0.05);
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	color: #000;
}
.mask-diss-btn{
	transition: all ease 0.4s;
	height: 42px;
    padding: 2px 2px 2px 2px;
    bottom: -50px;
    right: 10px;
    left: 10px;
    position: absolute;
    overflow: hidden;
    border-radius: var(--br);
    background-image: linear-gradient(210deg, #292929 0%, #454545 100%);
}
.mask-diss-btn span{
    transition: background-color 0.5s ease;
    width: 100%;
    position: relative;
    line-height: 40px;
    text-align: center;
    float: left;
    font-size: 12px;
    background: linear-gradient(90deg, #454545 0%, #292929 100%) !important;
    text-align: center;
    height: 40px;
    border-radius: var(--br);
    cursor: pointer;
    padding: 0 20px;
    color: #e2e1e1;
}

.mask-diss-btn span:hover{
	transition: color 0.5s ease;
	color: #fff;
	cursor: default;
}
.unit-table{
	position: absolute;
	bottom: 80px;
	left: 5px;
	border-radius: var(--br);
	width: 200px;
	border-left: 2px solid;
	padding: var(--cont-pad) 20px var(--cont-pad) 10px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.unit-table-line{
	width: 100%;
	float: left;
	position: relative;
	height: 28px;
	line-height: 28px;
}

.unit-table-line span{
	float: right;
	height: 20px;
	line-height: 18px;
	padding: 0 8px;
	margin-top: 4px;
	border-radius: var(--br);
	color: #000;
	    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

.unit-star-body{
	position: absolute;
	top: 50px;
	left: 5px;
	border-radius: var(--br);
	padding: 0 var(--cont-pad);
	height: 36px;
	line-height: 36px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.unit-star-cont{
	width: 100%;
	position: relative;
	float: left;
}

.unit-star-cont img{
	width: 17px !important;
	height: 17px !important;
	float: left;
	position: relative;
	margin-top: 9px !important;
}
.unit-star-cont span{
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 36px;
	height: 36px;
	padding-left: 4px;
}

.pay-star-cont img{
	width: 16px !important;
	height: 16px !important;
	position: absolute;
    margin-top: 0px !important;
}
.pay-star-cont span{
	position: relative;
	font-size: 12px;
	padding-left: 16px;
}
.pay-power-txt{
	font-size: 18px;
    font-weight: 800;
}
.about-body{
	float: left;
	position: relative;
	width: 100%;
	margin-top: 40px;
}
.plus-body{
	float: left;
	position: relative;
	width: 100%;
	margin: 40px 0 ;
}
.all-title{
	height: 44px;
	line-height: 40px;
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.all-title span{
	color: #fff;
	font-weight: 800;
	display: inline-block;
	position: relative;
	padding: 0 40px;
	font-size: 28px;
}
.all-title span img{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
}
.all-title span img:nth-child(1){
	left: 0;
}
.all-title span img:nth-child(2){
	right: 0;
	transform: scale(-1,1);
}

.all-title:before{
	content: "";
	width: 320px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -160px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.0) 0%, #ff4af7 30%, #0cf 70%, rgba(0, 0, 0, 0) 100%);
}

.about-cont{
	width: 100%;
	float: left;
	margin: 40px 0;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;

}

.border-l:before{
	content: "";
	width: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, #ff4af7 30%, #0cf 70%, rgba(0, 0, 0, 0) 100%);
}
.border-r:before{
	content: "";
	width: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, #ff4af7 30%, #0cf 70%, rgba(0, 0, 0, 0) 100%);
}

.about-cont-img{
	width: 15%;
	border-radius: var(--br);
	padding: var(--cont-pad);
	position: relative;

}


.about-cont-img img{
	transition: all ease 0.4s;
	width: 100%;
	float: left;
	position: relative;
	border-radius: calc(var(--br) * 3);
	box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.75);
	background: var(--bg-gr);
}

.about-cont-img:hover img{
	transition: all ease 0.4s;
	transform: scale(1.1);
}

.about-cont-desc{
	width: 65%;
	padding: 0 40px;
	border-radius: var(--br);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-cont-desc-name{
	width: 100%;
	height: 40px;
	float: left;
	position: relative;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
}

.about-cont-desc-text{
	padding: 10px 20px;
	float: left;
	width: 100%;
	position: relative;
}

.about-cont-desc-link{
	float: right;
	position: relative;
}

.about-cont-desc-link a{
	transition: 0.4s ease all;
	float: right;
	display: block;
	position: relative;
	padding: 0 10px;
	height: 30px;
	line-height: 27px;
	text-transform: uppercase;
	border-radius: var(--br);
	border: 1px solid #d5d5d5;
	color: #d5d5d5;
	font-size: 14px;
}

.about-cont-desc-link a:hover{
	transition: 0.4s ease all;
	color: #fff;
	border: 1px solid #d5d5d5;
}

.unit-title{
	margin-top: 40px;
	margin-bottom: 20px;
}

.maps-body{
	width: 100%;
	position: relative;
	float:left;
	margin: 40px 0;
}

.maps-cont-bg{
	width: 15%;
    border-radius: calc(var(--br) * 4);
    padding: var(--cont-pad);
    position: relative;
    overflow: hidden;
	background-image: linear-gradient(140deg, var(--pink), var(--blue), rgba(0,0,0,0));
	padding: 1px 0 0 1px;
	margin: 0 1%;
}

.maps-cont-img{
	width: 100%;
   	border-radius: calc(var(--br) * 4);
    padding: var(--cont-pad);
    position: relative;
    overflow: hidden;
	background-color: #151c2b;
    background-image: url(/src/noise.png);
}
.maps-cont-img img{
	transition: all ease 0.4s;
	border-radius: calc(var(--br) * 4);
	width: 100%;
	padding: 10px;
	float: left;
	box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.75);
}
.maps-cont-bg:hover .maps-cont-img img{
	transition: all ease 0.4s;
	transform: scale(1.1);
}
.maps-cont{
	width: 100%;
    float: left;
    margin-bottom: 14px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.maps-desc{
	width: 100%;
	text-align: center;
	font-weight: 600;
}

.maps-desc a{
	transition: 0.4s ease all;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    height: 30px;
    line-height: 27px;
    text-transform: uppercase;
    border-radius: var(--br);
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
    font-size: 14px;
    margin-left: 10px;
}
.maps-gold{
	position: absolute;
	height: 24px;
	line-height: 24px;
	padding: 0 10px 0 24px;
	color: rgba(255,255,255,0.75);
	background: rgba(0,0,0,0.7);
	right: 10px;
	border-radius: 100px;
	font-size: 12px;
	bottom: 60px;
}
.maps-gold font{
	color: #ffd32e;
	font-family: 'wide';
}
.maps-gold font img{
	width: 20px;
    height: 20px;
    height: auto;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 100%;
    border-left: 1px solid #ffd32e;
    border-top: 1px solid #ffd32e;
}
.stats-cont{
	width: 100%;
    float: left;
    margin-bottom: 14px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.stats-body{
	width: 100%;
	float: left;
	position: relative;
}
.stats-cont-middle{
	position: relative;
	float: left;
	width: 100%;
	display: flex;
}
.stats-cont-bg{
	width: 20%;
	float: left;
    border-radius: calc(var(--br) * 30);
    padding: var(--cont-pad);
    position: relative;
    overflow: hidden;
	padding: 1px 0 0 1px;
	margin: 0 1%;
}

.stats-cont-img{
	width: 100%;
   	border-radius: calc(var(--br) * 30);
    position: relative;
    overflow: hidden;
}
.stats-cont-img img{
	transition: all ease 0.4s;
	border-radius: calc(var(--br) * 30);
	width: 100%;
	padding: 10px;
	float: left;
}
.stats-cont-bg:hover .stats-cont-img img{
	transition: all ease 0.4s;
}

.stats-cont-num{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.stats-cont-num span{
	display: inline-block;
	padding-bottom: 60px;
	color: #fff;
	font-weight: 800;
}

.stats-cont-name{
	position: absolute;
	font-size: 18px;
	width: 100%;
	text-align: center;
}

.stats-cont-name a{
	display: inline-block;
	position: relative;
	padding: 4px;
	background-color: rgba(0,0,0,0.5);
    background-image: url(/src/noise.png);
    border-radius: calc(var(--br) * 4);
}
.stats-cont-name font{
	display: inline-block;
	color: #D5AD6D;
	background-image: linear-gradient(90deg, var(--pink), var(--blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'wide';
    padding: 3px 22px;
    font-size: 18px;
}
.stats-name-bot-a{
	bottom: 90px; font-size: 24px;
	
}
.stats-name-top-a{
	width: 25%;
	float: left;
}
.stats-name-bot-b{
	bottom: 60px;
}

.stats-name-top-b{
	margin-top: 3%;
	width: 20%;
	float: right;
}

.activ-wrap{
	width: 100%;
	float: left;
	position: relative;
	padding: var(--cont-pad);
	border-radius: var(--br);
}

.activ-bg{
	width: 100%;
	float: left;
	position: relative;
	border-radius: var(--br);
	background-color: #101521;
	box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.75);
}

.activ-cont{
	width: 33.333%;
	float: left;
    border-radius: calc(var(--br) * 3);
    padding: var(--cont-pad);

}

.activ-box{
	width: 100%;
	float: left;
	position: relative;
	border-radius: var(--br);
    background-color: #151c2b;
    padding: var(--cont-pad);
    background-image: url(/src/noise.png);
    border-left: 2px solid;
    border-color: #838383;
}

.border-pink:hover{
	border-color: var(--pink);
}

.border-blue:hover{
	border-color: var(--blue);
}

.activ-box:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.activ-line{
	width: 100%;
	float: left;
	position: relative;
	height: 20px;
	line-height: 20px;
}
.active-line-login{
	font-weight: 800;
}
.activ-line span{
	font-size: 12px;
	white-space: nowrap; /* Отменяем перенос текста */
overflow: hidden; /* Обрезаем содержимое */
text-overflow: ellipsis;
max-width: 100%;
display: inline-block;
}
.activ-box img{
	transition: 0.3s ease all;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 20px;
	filter: grayscale(100%);
}

.activ-box:hover img{
	transition: 0.3s ease all;
	filter: grayscale(0%);
}

.activ-line-uid{
	position: absolute;
	font-weight: 500;
	top: 2px;
	right: 2px;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	border-radius: calc(var(--br) / 2);
	background: rgba(0,0,0,0.4);
	padding: 0 10px;
}

footer{
	width: 100%;
	justify-content: center;
	display: flex;
	flex-direction: row;
	margin-bottom: 1px;
	position: absolute;
	bottom: 0;
}
.foot__link{
	transition: all ease .4s;
	display: inline-block;
	float: left;
	position: relative;
	height: 40px;
	line-height: 40px;
	color: #e2e1e1;
	margin: 10px;
}

.foot__link:before{
	transition: all ease .4s;
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	right: 0;
	width: 0%;
	background: var(--gr-body-l);
}
.foot__link:hover{
	color: #fff;
}
.foot__link:hover:before{
	transition: all ease .4s;
	width: 100%;
	left: 0;
}

.auth-form-body{
	float: left;
	position: relative;
	width: 100%;
	padding: var(--cont-pad);
	background-color: #101521;
    background-image: url(/src/noise.png);
}

.sign-body{
	width: 100%;
	height: 100%;
	min-height: calc(100vh - 144px);

	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.sign-wrap{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
}
.sign-form{
	width: 380px;
	padding: 20px;
	border-radius: var(--br);
	float: left;
	position: relative;
}

.form-input-wrap{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.input{
	transition: ease 0.4s box-shadow;
	padding: 0 24px 0 10px;
	height: 52px;
	outline: none;
	width: calc(100% - 40px);
	background: rgba(22,22,22,0.65);
	border: none;
	color: rgba(192, 192, 240, 0.9);
	font-weight: 800;
	letter-spacing: 2px;
	border-radius: 0 var(--br) var(--br) 0;
	box-shadow: inset 2px 2px 14px rgba(0, 0, 0, 0);
}
.input:focus,.input:hover{
	transition: ease 0.4s box-shadow;
	box-shadow: inset 2px 2px 14px rgba(0, 0, 0, 0.45);
}

.input[type='password']{
	letter-spacing: 8px;
}
.input-ico{
	background: rgba(22,22,22,0.95);
	position: relative;
	float: left;
	width: 40px;
	height: 52px;
	padding-left: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: var(--br) 0 0 var(--br);
	box-shadow: 2px 2px 14px rgba(0, 0, 0, 0);
}
.input-ico img{
	width: 18px;
	height: auto;
}
.input-title{
	transition: all ease 0.4s;
	text-transform: uppercase;
	color: rgba(192, 192, 240, 0.9);
	cursor: text;
	position: absolute;
	top: -16px;
	font-size: 10px;
	left: 50px;
	height: 18px;
	background: transparent;
	display: flex;
	align-items: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input:placeholder-shown ~ .input-title {
	transition: all ease 0.4s;
	top: 0;
	height: 52px;
	font-size: 12px;
}

.input:focus ~ .input-title{
	transition: all ease 0.4s;
	top: -16px;
	height: 18px;
	font-size: 10px;
}

.form-text-line{
	width: 100%;
	float: left;
	position: relative;
	display: block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	opacity: 0.5;
	color: rgba(192,192,240,0.45);
}

.form-text-line a{
	color: rgba(192,192,240,0.85);
	display: inline-block;
}
.form-text-line a:hover{
	text-decoration: underline;
}
.form-text-line a img{
	float: right;
	width: 17px;
	height: 17px;
	margin-left: 4px;
	margin-top: 4px;
	opacity: 1;
}

.form_btn_body{
	position: relative;
	height: 44px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

.all-page-box-cont{
	float: right;
	position: relative;
	padding: var(--cont-pad);
	border-radius: var(--br);
	background-color: #151c2b;
    background-image: url(/core/img/noise.png);
    border-radius: var(--br);
}

.all-page-box-bg{
	background-color: #101521;
    background-image: url(/src/noise.png);
	border-radius: var(--br);
}

.page-name-wrap{
	position: absolute;
	top: 160px;
	height: 80px;
	line-height: 80px;
	width: calc(100% - 100px);
    border-radius: var(--br);
    font-weight: 800;
    font-size: 24px;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
	margin: 0 40px;
	z-index: 10;
}
.page-name-body{
	width: 100%;
	float: left;
	position: relative;
	float: left;
	height: 80px;
	overflow: hidden;
}
.page-name-body span{
	display: inline-block;
	float: left;
	position: relative;
	line-height: 80px;
	padding-left: 20px;
	font-size: 28px;
	color: #fff;
}
.page-name-bg{
	width: 60px;
	height: 60px;
	position: relative;
	float: left;
	left: 10px;
	top: 10px;
}
.page-name-bg img{
	width: 100%;
	height: 100%;
}
.page-name-ico{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.page-name-ico img{
	padding: 6px;
	width: 100%;
	height: 100%;
}
.post-img-wrap{
	padding:10px;
	padding-bottom: 20px;
	border-radius: var(--br);
	
}

.post-img{
	overflow: hidden;
	border-radius: var(--br);
	height: 420px;
}

.post-img img{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: -40px;
}

.post-news-wrap{
	position: relative;
	float: left;
	background-color: rgba(16,21,33,0.60);
	background-image: url(/src/noise.png);
	min-height: 300px;
	width: 100%;
	border-radius: var(--br);
	padding: 20px 40px;
	font-size: 16px;
	
}

.post-news-bg{
	padding: 20px;
	background-color: rgba(16,21,33,0.95);
	background-image: url(/src/noise.png);
	border-radius: var(--br);
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.55);
}
.post-news-bg a {
    color: #fff;
    font-weight: 600;
}
.post-news-bg span{
	font-weight: 600;
}
.post-sign{
	position: absolute;
	right: 10px;
	height: 18px;
	line-height: 18px;
	bottom: -24px;
	color: #444;
	font-size: 12px;
}

.post-date-name{
	height: 24px;
	margin-top: 7px;
	background: rgba(16,21,33,0.95);
	border-radius: var(--br);
	font-size: 10px;
	float: right;
	line-height: 24px;
	text-align: center;
	padding: 0 10px;
}

.user-table-name{
	padding: 10px;
	padding-bottom: 0;
	height: 50px;
	padding-left: 60px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
}

.user-table-name:before, .user-table-name:after{
	position: absolute;
	height: 4px;
	content: "";
}

.user-table-name:before{
	width: 40px;
	left: 10px;
	top: 32px;
	background: var(--pink);
}

.user-table-name:after{
	width: 20px;
	left: 30px;
	top:26px;
	background: var(--blue);
}
.plus-wrap{
	position: relative;
	padding: var(--cont-pad);
	float: left;
}
.plus-box:nth-child(2):before,
.plus-box:nth-child(3):before,
.plus-box:nth-child(5):before,
.plus-box:nth-child(6):before{
	content: "";
    height: 50%;
    left: 0px;
    top: 25%;
    position: absolute;
    width: 1px;
    background: #d5d5d5;
    opacity: 0.2;
}

.plus-box:nth-child(1):after,
.plus-box:nth-child(2):after,
.plus-box:nth-child(3):after{
	content: "";
    height: 1px;
    left: 25%;
    bottom: 0px;
    position: absolute;
    width: 50%;
    background: #d5d5d5;
    opacity: 0.2;
}

.plus-cont{
	transition: all ease 0.4s;
	padding: 10px;
	padding-top: 180px;
	border-radius: var(--br);
	background-color: rgba(16, 21, 33, 0.60);
    background-image: url(/src/noise.png);
}

.plus-cont-img{
	width: 200px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 0px;
}
.plus-cont-ico{
	width: 80px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 60px;
	border-radius: 100%;
	border-left: 3px solid var(--blue);
	border-top: 3px solid var(--pink);
}
.plus-cont span{
	text-align: center;
	display: block;
	float: left;
	position: relative;
	width: 100%;
	padding: 0 10px;
	padding-bottom: 10px;
}


.plus-cont:before{
	transition: all ease 0.4s;
	content: "";
	position: absolute;
	left: auto;
	right: 10px;
	width: 0%;
	top: 10px;
	bottom: 10px;
	background: #151c2b;
	border-radius: var(--br);
}

.plus-cont:hover:before{
	transition: all ease 0.4s;
	width: calc(100% - 20px);
	left: 10px;
	background: var(--bg-gr);
}

.reward-sign{
	display: flex;
    flex-direction: row;
    justify-content: center;
}

.reward-btn{
	float: left;
	transition: all ease 1s;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-shadow: 1px 1px 0px #fff;
	text-align: center;
    height: 36px;
    line-height: 38px;
    border-radius: var(--br);
	background: linear-gradient(135deg, #ffd32e 0%, #fff7d3 26%, #ffd32e 70%, #fff7d3 86%);
    margin-top: 10px;
    color: #262626;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .25);
    padding: 0 30px;
    background-size: 200%;
    background-position: 100%;
}


.reward-btn:hover{
	transition: all ease 1s;
   	background-position: 0%;
}

.main-bonus-item{
	cursor: pointer;
	width: 100px;
	height: 100px;
	padding: 4px;
	position: relative;
	float: left;
	box-shadow: 0px 0px 12px rgb(0 0 0 / 45%), inset 1px 1px 4px rgb(0 0 0 / 0%);
   	background: rgba(255,255,255,0.01);
    border-radius: var(--br);
   	margin-left: 10px;
   	margin-top: 5px;
   	z-index: 999;
}
.main-bonus-item:hover{
	background: rgba(255,255,255,0.12);
}

.main-bonus-item font{
	position: absolute;
	bottom: 4px;
	right: 4px;
	padding: 2px 12px 2px 8px;
	font-size: 8px;
	font-weight: 800;
	text-align: right;
	color: #bac3da;
	background: rgba(5,11,28,0.45);
	padding-right: 4px;
	border-radius:6px 6px 6px 6px;
}

.main-bonus-item img{
	width: 100%;
	height: auto;
	border-radius: var(--br);
}

.item-desc-body{
	position: absolute;
	bottom: calc(100% + 10px);
	width: 0px;
	overflow: hidden;
	padding: 0px;
    opacity: 0;
    transition: 0.3s opacity ease;
    font-size: 12px;
    z-index: 99;
}
.item-desc-body:before{
	content: "";
	transition: 0.4s ease all;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: var(--br);
    border: 2px solid #111931;
}
.main-bonus-item:hover .item-desc-body{
	transition: 0.3s opacity ease;
	display: block;
	width: 186px;
	padding: 10px;
	opacity: 1;
	bottom: calc(100% + 10px);
	background-color: #151c2b;
    background-image: url(/src/noise.png);
    border-radius: var(--br);
    color: #daf3ff;
    overflow: visible;
    text-align: left; 
}

.id-left{
	left: 0;
}
.id-right{
	right: 0;
}
.item-desc-body span{
	font-weight: 800;
	color: #e5e5e5;
}
.main-bonus-item:after {
    content: ''; 
    position: absolute;
    left: 18px; top: -10px;
    border: 6px solid transparent;
	background-color: #151c2b;
    background-image: url(/src/noise.png);
    z-index: 999;
    opacity: 0;
}

.main-bonus-item:hover:after{
	opacity: 1;
	transition: 0.3s opacity ease;
}

.sidebar-wrap{
	transition: left 0.4s ease-in-out;
	width: 100%;
    max-width: 1300px;
    position: fixed;
    top: 0px;
    height: 0;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0%);
}

.sidebar-body{
	width: 320px;
    position: absolute;
    height: calc(100vh - 70px);
    top: 64px;
    left: 0;
    bottom: 0;
    border-radius: var(--br);
}

.sidebar-cont{
	height: 100%;
    padding-right: 5px;
    border-radius: 24px;

}

.sidebar-scroll{
	height: 100%;
	overflow-y: auto;
	padding-right: 4px;
}

.sidebar-hide{
	z-index: -999999;
    top: -100vh;
}

.box-user-form{
	width: 100%;
	height: 172px;
	float: left;
	position: relative;
	border-radius: var(--br);
	overflow: hidden;
}

.box-user-form-bg{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border-radius: var(--br);
}

.box-user-link{
	height: 50px;
	line-height: 28px;
	width: calc(100% - 10px);
	position: absolute;
	left: 5px;
	bottom: 5px;
	background-color: #101521;
    background-image: url(/src/noise.png);
	
	border-radius: var(--br);
}
.box-user-link a{
	transition: all ease 0.4s;
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	height: 50px;
	font-weight: 800;
	background: var(--bg-gr);
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
	border-radius: var(--br);
	overflow: hidden;
}
.box-user-link a:hover{
	transition: all ease 0.4s;
	color: #fff;
	box-shadow: inset 0 0 2px rgba(0,0,0,0), inset 0 0 6px rgba(0,0,0,0.55);
}

.box-user-link a span{
	position: relative;
	float: left;
	font-family: 'Exo 2';
	font-size: 12px;
	padding-left: 58px;
	text-align: left;
	background: linear-gradient(135deg, #ecd776 0%, #ffd32e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-user-link a span font{
	position: absolute;
	display: inline-block;
	left: 58px;
	top: 26px;
	font-family: 'wide';
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	background: linear-gradient(135deg, #ecd776 0%, #ffd32e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.user-link-img{
	width:90%;
	position: absolute;
	top: -40px;
	left: 5%;
	opacity: 1;
}

.user-link-ico{
	width: 40px;
	height: 40px;
    height: auto;
    position: absolute;
    left:  5px;
    top: 5px;
    border-radius: 100%;
    border-left: 2px solid #FFEB3B;
    border-top: 2px solid #FFC107;
}
.box-user-btn{
	width: 40px;
	height: 40px;
    height: auto;
    position: absolute;
    right:  5px;
    top: 5px;
    border-radius: 100%;
    border-left: 2px solid #FFEB3B;
    border-top: 2px solid #FFC107;
    padding: 4px;
    transform: scale(0.8);
}
.box-user-uid{
	border-radius: var(--br);
	padding: 8px 50px 8px 16px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.box-user-pets{
	position: absolute;
	width: 60px;
	height: 60px;
	right: 5px;
	bottom: 60px;
	border-radius: var(--br);
	overflow: hidden;
}
.box-user-pets img{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
.box-user-rune{
	border-radius: var(--br);
	padding: 2px 2px 2px 2px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.box-user-rune-wrap{
	width: 30px;
	height: 30px;
	float: left;
	border-radius: var(--br);
	overflow: hidden;
	position: relative;
	padding: 2px;
	margin-right: 2px;
	background: rgba(0, 0, 0, 0.10);
}
.box-user-rune-wrap img{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.box-user-rune-wrap span{
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: var(--br);
	text-align: center;
	line-height: 12px;
	font-size: 10px;
	z-index: 2;
	bottom: 2px;
	right: 2px;
	background: rgba(0, 0, 0, 0.45);
}

.box-user-kassa{
	position: absolute;
	bottom: 65px;
	left: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	padding: 0 10px;
	font-weight: 800;
	color: #fff;
	
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
}
.box-user-kassa font{
	font-family: 'wide';
}


.box-user-right{
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 60px;
	right: 5px;
	overflow: hidden;
	border-radius: var(--br);
}

.box-user-right:before{
	width: 100%;
	height: 100%;
	right: -50%;
	bottom: -50%;
	position: absolute;
	content: "";
	border: 2px solid #131823;
	transform: rotate(45deg);
	border-radius: var(--br);
}
.box-user-right:after{
	width: 98%;
	height: 98%;
	right: -50%;
	bottom: -50%;
	position: absolute;
	content: "";
	background-color: #101521;
    background-image: url(/src/noise.png);
	transform: rotate(45deg);
	border-radius: var(--br);
}

.box-sidebtn-wrap{
	width: 100%;
	position: relative;
	float: left;
}

.box-sidebtn-body{
	width: 33.33333%;
	position: relative;
	float: left;
}

.side-btn-left{
	padding: 4px 2px 4px 0;
}
.side-btn-mid{
	padding: 4px 2px 4px 2px;
}
.side-btn-right{
	padding: 4px 0px 4px 2px;
}

.box-sidebtn-body a{
	transition: all ease 0.4s;
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	height: 80px;
	background: var(--bg-gr);
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
	border-radius: var(--br);
	padding-top: 50px;
	overflow: hidden;
}
.box-sidebtn-body a:hover{
	transition: all ease 0.4s;
	color: #fff;
	box-shadow: inset 0 0 2px rgba(0,0,0,0), inset 0 0 6px rgba(0,0,0,0.55);
}
.box-sidebtn-img{
	width: 150%;
	position: absolute;
	top: -73%;
	left: -25%;
	opacity: 0.5;
}
.box-sidebtn-ico {
	position: absolute;
	width: 48px;
	height: 48px;
	left: -24px;
	top: 4px;
	margin-left: 50%;
}

.box-sidebtn-body a span{
	width: 100%;
	position: relative;
	float: left;
	height: 14px;
	line-height: 12px;
	text-align: center;
	font-size: 10px;
}
.box-sidebtn-body a font{
	width: 100%;
	position: relative;
	float: left;
	height: 10px;
	line-height: 12px;
	text-align: center;
	font-size: 10px;
}
.war-sidebtn-body{
	width: 33.3333%;
	position: relative;
	float: left;
}

.war-sidebtn-body a{
	transition: all ease 0.4s;
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	height: 68px;
	background: var(--bg-gr);
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
	border-radius: var(--br);
	padding-top: 50px;
	overflow: hidden;
}
.war-sidebtn-body a:hover{
	transition: all ease 0.4s;
	color: #fff;
	box-shadow: inset 0 0 2px rgba(0,0,0,0), inset 0 0 6px rgba(0,0,0,0.55);
}
.war-sidebtn-img{
	width: 150%;
	position: absolute;
	top: -73%;
	left: -25%;
	opacity: 0.25;
}
.war-sidebtn-ico {
	position: absolute;
	width: 48px;
	height: 48px;
	left: -24px;
	top: 4px;
	margin-left: 50%;
}

.war-sidebtn-body a span{
	width: 100%;
	position: relative;
	float: left;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 10px;
}

.box-user-head{
	width: 100%;
	float: left;
	position: relative;
}

.box-user-stats{
	width: 25%;
	float: left;
	position: relative;
	height: 90px;
	padding: 0 5px;
	margin-bottom: 10px;
}

.box-user-stats-bg{
	transition: all ease 0.4s;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	padding: var(--cont-pad);
	background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
	overflow: hidden;
	border-radius: var(--br);
}

.box-user-stats-left{
	width: 230px;
	height: 230px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	border-radius: var(--br);
}
.box-user-stats-bg:hover .box-user-stats-left:before{
	transition: all ease 0.3s;
	margin-left: -10%;
}

.box-user-stats-left:before{
	transition: all ease 0.3s;
	width: 100%;
	height: 100%;
	left: -50%;
	top: -50%;
	position: absolute;
	content: "";
	background-color: rgba(120,120,120,0.07);
	transform: rotate(45deg);
	border-radius: var(--br);
}

.box-user-stats-bg:hover .box-user-stats-left:after{
	transition: all ease 0.5s;
	margin-left: -10%;
}

.box-user-stats-left:after{
	transition: all ease 0.5s;
	width: 98%;
	height: 98%;
	left: -50%;
	top: -50%;
	position: absolute;
	content: "";
	background-color: rgba(120,120,120,0.07);
    background-image: url(/src/noise.png);
	transform: rotate(45deg);
	border-radius: var(--br);
}

.box-user-stats-right{
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	border-radius: var(--br);
}

.box-user-stats-right:before{
	transition: all ease 0.5s;
	width: 100%;
	height: 100%;
	right: -50%;
	bottom: -50%;
	position: absolute;
	content: "";
	background-color: rgba(120,120,120,0.07);
	transform: rotate(45deg);
	border-radius: var(--br);
}
.box-user-stats-bg:hover .box-user-stats-right:before{
	transition: all ease 0.5s;
	margin-right: -10%;
}
.box-user-stats-right:after{
	transition: all ease 0.3s;
	width: 94%;
	height: 94%;
	right: -50%;
	bottom: -50%;
	position: absolute;
	content: "";
	background-color: rgba(120,120,120,0.07);
    background-image: url(/src/noise.png);
	transform: rotate(45deg);
	border-radius: var(--br);
}
.box-user-stats-bg:hover .box-user-stats-right:after{
	transition: all ease 0.3s;
	margin-right: -10%;
}

.box-stats-ico{
	transition: all ease 0.2s;
	position: absolute;
	left: 10px;
	top: 10px;
	height: 70px;
	width: 70px;
	border-radius: var(--br);
}

.box-stats-ico img{
	transition: all ease 0.2s;
	width: 100%;
	height: auto;
}

.box-stats-text-wrap{
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	z-index: 2;
	padding-left: 80px;
}

.box-stats-text-title{
	width: 100%;
	float: left;
	font-size: 12px;
	padding: 5px var(--cont-pad) 5px var(--cont-pad);
}

.box-stats-text-number{
	width: 100%;
	font-size: 26px;
	font-weight: 800;
	text-align: center;
	float: left;
}
.box-user-lvl{
	border-radius: 8px;
	width: 70px;
	height: 70px;
	left: 10px;
	top: 10px;
	position: absolute;
	text-align: center;
	line-height: 70px;
    font-size: 28px;
}

.box-user-lvl span{
    color: #fff;
    font-family: 'wide';
    position: relative;
    z-index: 99;
}

.box-user-circle-user{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	transform: rotate(150deg);
	border-radius: calc(var(--br) * 30);
    background: var(--bg-gr);
}
.box-user-circle-wrap{
	stroke: rgba(255,255,255,0.25);
	transition: all 0.5s ease;
	stroke-linecap: round;
	stroke-width: 4px;
}

.box-user-circle-exp{
	stroke: var(--blue);
	transition: all 0.5s ease;
	stroke-linecap: round;
	stroke-width: calc(4px + 4px);
}

.box-user-circle-exp-name{
	width: 80%;
	position: absolute;
	height: 17px;
	line-height: 17px;
	margin-left: 10%;
	color: rgba(255,255,255,0.75);
	background: #101521;
	border-radius: 100px;
	font-size: 8px;
	bottom: 1px;
}

.box-face-wrap{
	width: calc(100% / 6);
	float: left;
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
}

.box-face-body{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 10px 26px 10px;
	background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
    border-radius: var(--br);
}
.box-face-power{
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	text-align: center;
}
.box-face-power font {
    display: inline-block;
    color: #D5AD6D;
    background-image: linear-gradient(90deg, var(--blue), var(--pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'wide';
    padding: 2px 0;
    font-size: 14px;
}

.box-face-power font img {
    width: 14px;
    padding-top: 1px;
    height: auto;
    float: left;
    margin-right: 4px;
}

.box-face-cont{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px;
	background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    border-top: 2px solid;
}
.box-face-body:hover .box-face-cont-img{
	transition: 0.5s ease all;
	transform: scale(1.1);
}
.box-face-cont-img{
	transition: 0.5s ease all;
	width: 100%;
	float: left;
	position: relative;
	border-radius: 100%;
	box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);

}

.item-star-body{
	width: 28px;
	height: 100%;
	position: absolute;
	top: 0px;
}
.face-star-wrap{
	width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.item-star-wrap{
	position: absolute;
	width: 28px;
	height: 28px;
	top: 0;
	background: rgba(5, 11, 28, 0.45);
    border-radius: 1000px;
    padding: 4px;
}
.face-star-wrap img{
	width: 100%;
	height: auto;
	position: relative;
}
.gray img{
	filter: grayscale(100%);
}

.item-star-1{
	transform: rotate(-30deg);
}
.item-star-2{
	transform: rotate(0deg);
}
.item-star-3{
	transform: rotate(30deg);
}

.face-unit-name-wrap{
	position: absolute;
	bottom: 5px;
	left: 4px;
	right: 4px;
	height: 40px;
	line-height: 40px;
	padding: 0 5px 0 5px;
	border-radius: calc(var(--br) * 4);
	font-weight: 800;
	font-size: 16px;
	border-top: 2px solid;

	background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
.face-unit-name-wrap img{
	width: 30px;
	height: 25px;
	float: left;
	position: relative;
	top: 8px;
	padding-right: 5px;
	transform: scale(0.9);
	filter: brightness(90%);
}

.user-beast-wrap{
	width:33.33%;
	float: left;
	position: relative;
	padding: var(--cont-pad);
	border-radius: var(--br);
	overflow: hidden;
}
.beast-cont{
	width: 100%;
	float: left;
	position: relative;
	border-radius: var(--br);
}

.beast-cont-img{
	width: 100%;
	float: left;
	position: relative;
	border-radius: var(--br);
	box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.75);
}
.beast-cont-img:hover > img{
	transition: 0.6s ease transform;
	transform: scale(1.1);
}
.beast-cont-img:hover .mask-btn, .beast-cont-img:hover .mask-diss-btn{
	transition: all ease 0.4s;
	right: -10px;
	left: -10px;
}
.beast-cont-img  img{
	transition: 0.6s ease transform;
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border-radius: var(--br);
}

.beast-name-wrap{
	position: absolute;
	top: 5px;
	left: 5px;
	height: 40px;
	line-height: 40px;
	padding: 0 50px 0 15px;
	border-radius: var(--br);
	font-weight: 800;
	font-size: 21px;
	border-left: 2px solid;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.beast-star-body{
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: var(--br);
	padding: 0 var(--cont-pad);
	height: 40px;
	line-height: 40px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.beast-star-cont{
	width: 100%;
	position: relative;
	float: left;
}

.beast-star-cont img{
	width: 16px;
	height: 16px;
	float: left;
	position: relative;
	margin-top: 12px;
}
.beast-star-cont span{
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	padding-left: 4px;
}

.box-beast-body{
	width: calc(100%);
	float: right;
	position: relative;
	padding: 4px;
	margin-top: 8px;
	background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
    border-radius: var(--br);
}


.box-beast-cont{
	width: 100%;
	float: left;
	position: relative;
	padding: 4px;
	background: var(--bg-gr);
    border-radius: var(--br);
}

.box-beast-cont-img{
	width: 50%;
	float: left;
	position: relative;
	border-radius: 100px;
	border-left: 2px solid;
	border-right: 2px solid;
}

.beast-unit-name-wrap{
	position: absolute;
	width: 50%;
	right: 0;
	top: 4px;
	height: 24px;
	line-height: 22px;
	padding: 0 8px;
	text-align: center;
	border-radius: calc(var(--br) * 4);
	font-weight: 800;
	font-size: 12px;
	border-top: 1px solid;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}

.box-beast-power{
	position: absolute;
	top: 28px;
	width: 50%;
	right: 0;
	text-align: center;
	border-radius: calc(var(--br) * 4);
}
.box-beast-power font {
    display: inline-block;
    color: #D5AD6D;
    background-image: linear-gradient(90deg, var(--blue), var(--pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'wide';
    padding: 2px 0;
    font-size: 10px;
}

.box-beast-star{
	position: absolute;
	bottom: 4px;
	right: 0px;
	width: 50%;
	text-align: center;
	padding: 2px 0;
	border-radius: calc(var(--br) * 4);
	border-bottom: 1px solid;
}
.box-beast-star font {
    display: inline-block;
    padding: 2px 0;
    font-size: 10px;
}

.box-beast-star font img {
    width: 12px;
    padding-top:0px;
    height: auto;
    float: left;
    margin-right: 2px;
}

.mask-table{
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: center;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-radius: var(--br);
	border-bottom: 2px solid;
	padding: var(--cont-pad) ;
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.mask-table-line{
	width: 33.33%;
	position: relative;
	text-align: center;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 2px;
}
.mask-table-line font{
	height: 20px;
	line-height: 20px;
}
.mask-table-line span{
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	margin-top: 4px;
	border-radius: var(--br);
	color: #000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

.user-info-maps{
	padding: 5px;
}

.user-info-bg{
	border-radius: var(--br);
	background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
}

.user-item-wrap{
	padding: 5px;
	border-radius: var(--br);
	
}

.user-item-box{
	overflow: hidden;
	background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
	border-radius: var(--br);
}

.user-item-over{
	float: left;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: calc(var(--br) * 100);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
    border: 2px solid #794a0d;
    background-color: rgba(120, 120, 120, 0.12);
    overflow: hidden;
}

.user-item-img:before{
	content: "";
	position: absolute;
	background-color: rgba(120, 120, 120, 0.12);
	width: 100%;
	height: 50%;
	left: -45%;
	top: -25%;
	transform: rotate(-45deg);
	z-index: 2;
}
.user-item-img:after{
	content: "";
	position: absolute;
	z-index: 2;
	background-color: rgba(120, 120, 120, 0.12);
	width: 100%;
	height: 100%;
	bottom: -50%;
	right: -50%;
	transform: rotate(45deg);
}
.user-item-img{
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 10px 10px 20px 10px;
}
.user-item-img img{
	cursor: pointer;
	position: relative;
	float: left;
    width: 100%;
    height: auto;
    transform: scale(1.5);
    border-radius: calc(var(--br) * 100);
    z-index: 0;
    
}

.user-item-mask-wrap{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: calc(var(--br) * 100);
    z-index: 2;
    overflow: hidden;
}

.user-item-mask-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	filter: blur(10px);
	transition: background 1.2s;
    background-repeat: no-repeat;
    background-size: 200% 100%,auto;
    background-position: 200% 0,0 0;
    background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, 0) 30%, hsl(0deg 0% 100%), hsla(0, 0%, 100%, 0) 70%);
}

.user-item-box:hover .user-blick{
	-moz-animation:blik 3s  infinite linear;
    -webkit-animation:blik 3s infinite linear;
}
.blick{
	-moz-animation:blik 5s  infinite linear;
    -webkit-animation:blik 5s infinite linear;
}

@-moz-keyframes blik {
	0% { background-position: 200% 0,0 0;}
	50% { background-position: -200% 0,0 0;}
	100% { background-position: -200% 0,0 0;}
}

@-webkit-keyframes blik {
	0% { background-position: 200% 0,0 0;}
	50% { background-position: -200% 0,0 0;}
	100% { background-position: -200% 0,0 0;}
}
.user-item-name{
	position: absolute;
	padding: 10px 10px;
	left: 5px;
	right: 5px;
	top: 6px;
    font-size: 12px;
    line-height: 14px;
	font-weight: 500;
    border-radius: calc(var(--br) * 100);
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
}
.user-item-name span{

}
.bg-item-diss{
	background: linear-gradient(90deg, #444 0%, #292929 100%) !important;
}

.user-item-lvl{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: var(--br);
	background: var(--bg-gr);
	border-radius: 100%;
    border-right: 2px solid #FFEB3B;
    border-top: 2px solid #FFC107;
	text-align: center;
}

.user-item-lvl font{
	display: block;
	line-height: 28px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	border-radius: var(--br);
	background: linear-gradient(135deg, #ecd776 0%, #ffd32e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;;
}

.item-prog-bar-wrap{
	position: absolute;
	width: calc(100% - 10px);
	height: 10px;
	border-radius: var(--br);
	z-index: 3;
	bottom: 4px;
	padding: 3px;
	left: 5px;
	background: rgba(1,7,44,0.7);
}

.item-prog-bar-wrap span{
	width: 33.3333%;
	height: 100%;
	border-radius: var(--br);
	overflow: hidden;
	float: left;
	position: relative;
	background: rgba(255,255,255,0.05);
}

.item-prog-bar-wrap font{
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
.prog-bg{
	background: #ffd32e;
}
.prog-gr{
	background: linear-gradient(-135deg, #ecd776 0%, #ffd32e 100%) !important;
}
.hero-btn-wrap{
	width: calc(100% - 24px);
	height: 34px;
	position: absolute;
	border-radius: var(--br);
	bottom: 24px;
	left: 12px;
	z-index: 3;
	transition: 0.2s ease all;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.cursor{
	cursor: pointer;
}

.button-item {
    width: 100%;
    height: 34px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.button-item:before {
    content: '';
    position: absolute;
    top: -1px;
    left:-1px;
    background-size: 400%;
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}


.button-item:after {
	z-index: -1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 10px;
}
.btn-bg-1:after{
    background: linear-gradient(135deg, #001692 0%, #21e2e4 100%) !important;
}
.btn-bg-1:before{
	background-image: url(/src/anim.webp);
    background-size: 100%;
}
.btn-bg-2:after{
	background: linear-gradient(90deg, #444 0%, #292929 100%) !important;
}
.btn-bg-2:before{
	background-color: #292929 !important;
	background-image: url(/src/anim.webp);
	background-blend-mode: luminosity;
    background-size: 100%;
}
.btn-bg-2-2:after{
	background: linear-gradient(90deg, #444 0%, #292929 100%) !important;
}
.btn-bg-2-2 .button-timer-centr{
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0)
}
.btn-bg-3{
	color: #794a0d;
}
.btn-bg-3:after{
	background: linear-gradient(-135deg, #ecd776 0%, #ffd32e 100%) !important;
}
.btn-bg-3:before{
	background-color: #ecd776 !important;
	background-image: url(/src/anim.webp);
	background-blend-mode: luminosity;
    background-size: 100%;
}
.gold-reward{

	font-family: 'wide';

	background: linear-gradient(135deg, #ecd776 0%, #ffd32e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.button-timer-centr{
	width: 100%;
	float: left;
	line-height: 34px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	
}
.button-timer-left{
	width: 60%;
	float: left;
	line-height: 34px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

.button-timer-right{
	width: 40%;
	float: right;
	height: 34px;
	line-height: 12px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	position: relative;
	padding: 5px 2px;
}
.button-timer-right:before{
	width: 100%;
	height: 30px;
	top: 2px;
	position: absolute;
	content: "";
	right: 2px;
	border-radius: var(--br);
	background: rgba(255,255,255,0.5);
	z-index: 0;
}
.button-timer-right split{
	font-weight: 600;
	z-index: 2;
	position: relative;
}
.button-timer-right font{
	font-weight: 300;
	font-size: 8px;
	z-index: 3;
	position: relative;
}

.planet-lvl-wrap{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 70px;
	height: 70px;
	border-radius: calc(var(--br) * 30);
    background: var(--bg-gr);
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    color: #fff;
	
}

.planet-lvl-bg{
	z-index: 0;
	position: absolute;
	border-radius: calc(var(--br) * 30);
	opacity: 1;
	content: "";
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background: var(--bg-gr);
	transform: rotate(45deg);
	border: 2px solid rgba(255, 255, 255, 0.55);
}

.planet-lvl-wrap span{
	position: relative;
	font-family: 'wide';
	z-index: 2;
}

.planet-btn{
	height: 43px;
    padding: 1px 1px 2px 1px;
    bottom: 10px;
    right: 10px;
    position: absolute;
    border-radius: calc(var(--br) * 30);
    background-image: linear-gradient(90deg, var(--pink), var(--blue));
}
.planet-btn span{
    transition: background-color 0.5s ease;
    width: 100%;
    position: relative;
    line-height: 40px;
    text-align: center;
    float: left;
    background-color: #151c2b;
    background-image: url(/src/noise.png);
    text-align: center;
    height: 40px;
    border-radius: calc(var(--br) * 30);
    cursor: pointer;
    padding: 0 20px;
    font-size: 14px;
    color: #e2e1e1;
}

.planet-btn span:hover{
	transition: background-color 0.5s ease;
	background-color: rgba(0,0,0,0.15);
	color: #fff;
}

.planet-diss-btn{
	height: 43px;
    padding: 2px 2px 2px 2px;
    bottom: 10px;
    right: 10px;
    position: absolute;
   border-radius: calc(var(--br) * 30);
    background-image: linear-gradient(210deg, #292929 0%, #454545 100%);
}
.planet-diss-btn span, .planet-diss-btn a{
    transition: background-color 0.5s ease;
    width: 100%;
    position: relative;
    line-height: 40px;
    float: left;
    font-size: 12px;
    background: linear-gradient(90deg, #454545 0%, #292929 100%) !important;
    text-align: center;
    height: 40px;
    border-radius: calc(var(--br) * 30);
    cursor: pointer;
    padding: 0 20px;
    color: #e2e1e1;
}

.planet-diss-btn span:hover, .planet-diss-btn a:hover{
	transition: color 0.5s ease;
	color: #fff;
	cursor: default;
}
.planet-diss-btn a{
	cursor: pointer !important;
	background: rgba(0,0,0,0) !important;
}
.planet-gold{
	position: absolute;
	height: 24px;
	line-height: 24px;
	padding: 0 10px 0 24px;
	color: rgba(255,255,255,0.75);
	background: rgba(0,0,0,0.7);
	right: 0;
	border-radius: 100px;
	font-size: 12px;
	top: -28px;
}
.planet-gold font{
	color: #ffd32e;
	font-family: 'wide';
}
.planet-gold font img{
	width: 20px;
    height: 20px;
    height: auto;
    position: absolute;
    padding: 0 !important;
    left: 2px;
    top: 2px;
    border-radius: 100%;
    border-left: 1px solid #ffd32e;
    border-top: 1px solid #ffd32e;
}

.all-star-disp{
	position: absolute;
	right: 2px;
	bottom: 2px;
    font-size: 14px;
    line-height: 12px;
    background: rgba(0,0,0,0.4);
    border-radius: var(--br);
    padding: 2px 4px 2px 4px;
    font-weight: 800;
    color: #fff;
}

.all-star-disp img{
	float: left;
    position: relative;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    border-radius: var(--br);
}

.planet-bonus{
	position: absolute;
	top: 50px;
	left: 5px;
	background: rgba(0,0,0,1);
	border-radius: 4px;
	width: auto;
	padding: 0 6px 0 24px;
}

.planet-bonus font {
    display: block;
    color: #D5AD6D;
    background-image: linear-gradient(90deg, var(--blue), var(--pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'wide';
    height: 24px;
    line-height: 26px;
    font-size: 14px;
}

.planet-bonus font img {
    width: 16px;
    height: auto;
    position: absolute;
    left: 4px;
    top: 4px;
}


.quest-cont{
	width: 100%;
	float: left;
	position: relative;
	border-radius: var(--br);
}

.quest-cont-img{
	width: 100%;
	float: left;
	position: relative;
	border-radius: var(--br);
	background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
}
.quest-cont-img:hover > img{
	transition: 0.6s ease all;
	transform: scale(1.1);
	filter: brightness(100%);
}

.quest-cont-img  img{
	transition: 0.6s ease all;
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border-radius: var(--br);
	filter: brightness(70%);
}

.quest-text-wrap{
	position: absolute;
	bottom: 100px;
	left: 10px;
	right: 10px;
	text-align: center;
	font-size: 14px;
	border-radius: var(--br);
	background: rgba(0,0,0,0.7);
	padding: 10px;
}

.quest-user-stats-left{
	width: 230px;
	height: 230px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	border-radius: var(--br);
}
.quest-user-stats-left:before{
	transition: all ease 0.3s;
	width: 100%;
	height: 100%;
	left: -50%;
	top: -50%;
	position: absolute;
	content: "";
	background-color: rgba(180,180,180,0.37);
	transform: rotate(45deg);
	border-radius: var(--br);
}

.quest-user-stats-bg:hover .quest-user-stats-left:after{
	transition: all ease 0.5s;
	margin-left: -10%;
}

.quest-user-stats-left:after{
	transition: all ease 0.5s;
	width: 98%;
	height: 98%;
	left: -50%;
	top: -50%;
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.32);
    background-image: url(/src/noise.png);
	transform: rotate(45deg);
	border-radius: var(--br);
}

.pets-wrapper{
	width: 100%;
	max-height: calc(100vh - 80px);
	overflow: hidden;
	float: left;
	position: relative;
	border-radius: var(--br);
	padding: 5px;
}

.pets-container{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	position: relative;
	border-radius: var(--br);
	overflow: hidden;
	max-height: calc(100vh - 90px);
}

.pets-container img{
	width: 100%;
	height: auto;
	position: relative;
}

.pets-lvl-wrap{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 70px;
	height: 70px;
	border-radius: calc(var(--br) * 30);
    background: var(--bg-gr);
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    color: #fff;
}

.pets-lvl-bg{
	z-index: 0;
	position: absolute;
	border-radius: calc(var(--br) * 30);
	opacity: 1;
	content: "";
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background: var(--bg-gr);
	transform: rotate(45deg);
	border: 2px solid rgba(255, 255, 255, 0.55);
}

.pets-lvl-wrap span{
	position: relative;
	font-family: 'wide';
	z-index: 2;
}

.pets-name-wrap{
	position: absolute;
	z-index: 2;
	height: 30px;
	line-height: 30px;
	left: 100px;
	top: 30px;
	font-weight: 800;
	font-size: 16px;
}

.pets-name-wrap span{
	    background: linear-gradient(135deg, #ecd776 0%, #ffd32e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pets-exp-line{
	position: absolute;
	left: 100px;
	top: 64px;
	height: 12px;
	right: 10px;
	border-radius: var(--br);
	padding: 2px;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
}

.pets-exp-line span{
	display:block;
	border-radius: var(--br);
	height: 8px;
	float: left;
	position: relative;
	background: linear-gradient(135deg, #ecd776 0%, #ffd32e 100%);
}

.pets-exp-num{
	position: absolute;
	z-index: 2;
	height: 30px;
	line-height: 30px;
	right: 10px;
	top: 30px;
	font-weight: 800;
}

.pets-exp-num span{
	    background: linear-gradient(135deg, #ecd776 0%, #ffd32e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pets-rune-wrap{
	position: absolute;
	z-index: 2;
	left: 10px;
	bottom: 10px;
	background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
	border-radius: var(--br);
	padding: 4px;
	width: 800px;
}

.pets-rune-line{
	float: left;
	margin: 6px 0;
	width: 25.0%;
	height: 80px;
	position: relative;
	padding-left: 85px;
}

.pets-rune-ico{
	width: 70px;
	height: 70px;
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: var(--br);
	background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
}

.pets-rune-ico img{
	width: 100%;
	height: auto;
	border-radius: var(--br);
}

.pets-rune-name{
	height: 34px;
	line-height: 34px;
}
.pets-rune-btn{
	width: 100%;
	position: relative;
	float: left;
	height: 34px;

}

.pets-rune-btn .hero-btn-wrap{
	bottom: 0;
	width: calc(100% - 10px);
	left: 0;
}

.pets-rune-gold{
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: 800;
}

.pets-rune-gold span{
	    background: linear-gradient(135deg, #ecd776 0%, #ffd32e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.search_user{
	position: absolute;
	bottom: 10px;
	left: 200px;
	right: 200px;
}

.search_user-cont-name{
	position: absolute;
	font-size: 18px;
	text-align: center;
	top: 10px; font-size: 24px;
	right: 10px;
}

.search_user-cont-name a{
	display: inline-block;
	position: relative;
	padding: 4px;
	background-color: rgba(0,0,0,0.5);
    background-image: url(/src/noise.png);
    border-radius: calc(var(--br) * 4);
}
.search_user-cont-name font{
	display: inline-block;
	color: #D5AD6D;
	background-image: linear-gradient(90deg, var(--pink), var(--blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'wide';
    padding: 3px 22px;
    font-size: 18px;
}

.box-world-side-wrap{
	transition: all ease 0.4s;
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    height: 100px;
    background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
    border-radius: var(--br);
    overflow: hidden;
    padding: 4px;
}

.box-world-side-wrap a{
	width: 100%;
	height: 92px;
	float: left;
	position: relative;
	border-radius: var(--br);
	overflow: hidden;
}

.box-world-side-img{
	float: left;
	position: relative;
	width: 100%;
	margin-top: -20px;
	height: auto;
	border-radius: var(--br);
}
.box-world-side-video{
	float: left;
	position: relative;
	width: 100%;
	margin-top: -20px;
	height: auto;
	border-radius: var(--br);
}

.box-world-side-name{
	position: absolute;
	left: 5px;
	top: 5px;
	height: 24px;
	line-height: 24px;
	font-weight: 900;
	border-radius: calc(var(--br) / 2);
    
}

.box-world-side-name span{
	font-size: 18px;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-image: linear-gradient(145deg, #f54f4f 10.4%, rgb(255 0 0));
}

.box-world-side-hp{
	position: absolute;
	left: 5px;
	bottom: 5px;
	height: 24px;
	line-height: 24px;
	font-weight: 900;
	font-size: 14px;
	border-radius: calc(var(--br) / 2);
	background: rgba(0,0,0,0.3);
	padding: 0 10px;
}

.box-world-side-hp span{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-image: linear-gradient(145deg, #f54f4f 10.4%, rgb(255 0 0));
}

.box-world-side-date{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	border-radius: calc(var(--br) / 2);
	padding: 0 10px;
	background: #fa2f2f;
	opacity: 0.9;
}

.box-world-side-date span{
	color: #fff;
}

.boss-name-wrap{
	position: absolute;
	z-index: 2;
	height: 30px;
	line-height: 30px;
	left: 100px;
	top: 30px;
	font-weight: 800;
	font-size: 16px;
}

.boss-name-wrap span{
	background-image: linear-gradient(150deg, #fa2f2f 80.4%, rgba(0,0,0, 1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.boss-exp-line{
	position: absolute;
	left: 100px;
	top: 64px;
	height: 12px;
	right: 10px;
	border-radius: var(--br);
	padding: 2px;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
}

.boss-exp-line span{
	display:block;
	border-radius: var(--br);
	height: 8px;
	float: left;
	position: relative;
	background: #fa2f2f;
}

.boss-exp-num{
	position: absolute;
	z-index: 2;
	height: 30px;
	line-height: 30px;
	right: 10px;
	top: 30px;
	font-weight: 800;
}

.boss-exp-num span{
	 background-image: linear-gradient(150deg, #fa2f2f 80.4%, rgba(0,0,0, 1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.boss-btn-wrap{
	position: absolute;
    left: 50%;
    margin-left: -120px;
    bottom: 20px;
    width: 240px;
    height: 60px;
    list-style: 60px;
    font-size: 10px;
    border-radius:var(--br);
    padding: 0 10px;
    background: #fa2f2f;
    opacity: 0.8;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.5s;
}
.boss-btn-wrap:hover{
	opacity: 1;
	transition: all ease 0.5s;
}
.boss-btn-wrap span{
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	line-height: 60px;
}

.user-text-wp{
	padding: 5px;
}

.user-text-bg{
	text-align: center;
	border-radius: var(--br);
	background: var(--bg-gr);
	padding: 20px 20px 20px 80px;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
}

.user-text-cont{
	position: relative;
	
	display: inline-block;
	font-size: 14px;
}
.user-text-ico{
	position: absolute;
    float: left;
    transform: rotate(45deg) scale(0.8);
    padding: 2px;
    top: 14px;
    left: 15px;
    width: 46px;
    height: 46px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(90deg, var(--blue) 0%, var(--pink) 100%);
}

.user-text-ico span {
	display: block;
    width: 100%;
    height: 100%;
    line-height: 38px;
    text-align: center;
    float: left;
    position: relative;
    background: rgb(1 7 44 / 100%);
    border-radius: 16px;
    color: #d5d5d5;
}

.user-text-ico font {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 38px;
    text-align: center;
    font-weight: 900;
    float: left;
    position: relative;
    transform: rotate(-45deg);
    color: var(--blue);
}

.no-data{
	padding: var(--cont-pad);
	height: 100px;
	line-height: 80px;
	text-align: center;
	    float: left;
    border-radius: calc(var(--br) * 3);
}

.ref-box{
	padding: 10px;
	border-radius: var(--br);
	background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
}

.main-title-body{
	display: inline-block;
    position: relative;
    height: 40px;
    line-height: 34px;
    font-size: 24px;
    font-weight: 800;
    color: var(--bg-one);
    letter-spacing: 1.2px;
    text-align: center;
    margin-top: 10px;
}
.main-title-body span{
	position: relative;
}
.main-title-decor-r{
	position: absolute;
	right: -18px;
	top: 16px;
	width: 12px;
	height: 4px;
	background: var(--bg-one);
	opacity: 0.75;
	border-radius: 4px;
}
.main-title-decor-r font{
	position: absolute;
	left: 15px;
	top: 0px;
	width: 10px;
	height: 4px;
	background: var(--bg-one);
	opacity: 0.5;
	border-radius: 4px;
}
.main-title-decor-r split{
	position: absolute;
	left: 28px;
	top: 0px;
	width: 8px;
	height: 4px;
	background: var(--bg-one);
	opacity: 0.25;
	border-radius: 4px;
}

.main-title-decor-l{
	position: absolute;
	left: -18px;
	top: 16px;
	width: 12px;
	height: 4px;
	background: var(--bg-one);
	opacity: 0.75;
	border-radius: 4px;
}
.main-title-decor-l font{
	position: absolute;
	right: 15px;
	top: 0px;
	width: 10px;
	height: 4px;
	background: var(--bg-one);
	opacity: 0.5;
	border-radius: 4px;
}
.main-title-decor-l split{
	position: absolute;
	right: 28px;
	top: 0px;
	width: 8px;
	height: 4px;
	background: var(--bg-one);
	opacity: 0.25;
	border-radius: 4px;
}

.main-stats-wrap{
	padding: 5px;
}

.main-stats-box{
	background: var(--bg-gr);
	border-radius: var(--br);
	padding: 10px;
}

.main-stats-box:before {
    content: "";
    position: absolute;
    border-radius: var(--br);
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    border: 2px solid #111931;
}
.main-stats-box-ico{
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 90px;
	overflow: hidden;
	border-radius: var(--br) calc(var(--br) / 2) calc(var(--br) / 2) var(--br);
}
.main-stats-box-ico:before{
	position: absolute;
	left: -18px;
	top: 0;
	background: var(--bg-gr);
	border-radius: var(--br) calc(var(--br) / 2) calc(var(--br) / 2) var(--br);
	content: "";
	width: 100px;
	height: 80px;
	transform: skew(-14deg);
}
.main-stats-box-ico img{
	cursor: default;
	width: 56px;
	height: 56px;
	position: relative;
	float: left;
    border-radius: calc(var(--br) / 2);
   	margin-left: 12px;
   	margin-top:12px;
   	z-index: 9;
}

.main-stats-title split{
	float: right;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	color: #fcdd00;
	z-index: 2;
	display: block;
	position: relative;
}
.main-stats-number split{
	float: right;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	font-weight: 900;
	color: var(--bg-one);
}
.main-stats-line{
	width: 100%;
	height: 80px;
	padding: 6px 0 6px 90px;
	float: left;
	position: relative;
}

.main-stats-title, .main-stats-number{
	height: 30px;
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: calc(var(--br) / 2);
}
.main-stats-title:before{
	position: absolute;
	content: "";
	right: -10px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.25);
	transform: skew(-14deg);
	border-radius: calc(var(--br) / 2);
}
.main-stats-number{
	margin-top: 6px;
	margin-left: -10px;
	width: calc(100% + 10px);
}
.main-stats-number:before{
	position: absolute;
	content: "";
	right: -10px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.15);
	transform: skew(-14deg);
	border-radius: calc(var(--br) / 2);
}
.main-stats-title span, .main-stats-number span{
	display: inline-block;
	line-height: 30px;
	padding-left: 20px;
	color: rgba(255, 255, 255, 0.75);
	position: relative;
	z-index: 2;
	font-size: 14px;
}
.main-stats-number font{
	background: var(--bg-1);
	border-radius: calc(var(--br) / 3);
	padding: 2px 6px;
	font-weight: 800;
	color: var(--bg-one);
}
.main-stats-title span{
	font-weight: 600;
}

.user-ref-link-cont{
	overflow: hidden;
    background: rgb(29 33 44);
    border-radius: var(--br);
    padding: 10px;
    position: relative;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.user-ref-link-cont input{
	transition: border 0.4s ease;
    width: calc(100% - 88px);
    outline: none;
    border: none;
    padding: 0 10px;
    line-height: 40px;
 	background: rgb(42 45 57);
	color: #bddddddd;
    border-radius: var(--br);
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    margin-left: 44px;
    transform: skew(-12deg);
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ref-ico, .ref-btn{
	width: 44px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 6px;
	border-radius: var(--br);
	overflow: hidden;
}
.ref-btn{
	left: auto;
	right: 10px;
	cursor: pointer;
}
.ref-ico:before, .ref-btn:before{
	width: 54px;
	height: 100%;
	content: "";
	position: absolute;
	left: -12px;
	top: 0;
	transform: skew(-12deg);
	border-radius: var(--br);
	background: rgb(42 45 57);
	z-index: 0;
}
.ref-btn:before{
	left: 2px;
	right: -12px;
	transform: skew(-12deg);
}
.ref-ico img, .ref-btn img{
	padding: 4px 8px 6px 6px;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

.ref-btn img{
	padding: 4px 6px 6px 8px;
}

.fer-box-wrap{
	width: calc(100% - 110px);
	position: relative;
	float: left;
}
.ref-btn-wrap{
	cursor: pointer;
	width: 90px;
	height: 90px;
	margin: 10px 10px;
	position: relative;
	float: right;
	border-radius: var(--br);
	padding: 10px;
	background: var(--bg-gr);
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
}
.ref-btn-wrap:hover{
	transition: all ease 0.3s;
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.4);
}
.ref-btn-body{
	width: 100%;
	height: 100%;
	padding: 10px;
	float: right;
	position: relative;
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.3);
	background: rgba(0, 0, 0, 0.25);
	border-radius: var(--br);
	overflow: hidden;
}
.ref-btn-wrap:hover .ref-btn-body{
	transition: all ease 0.3s;
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.6);
}
.ref-btn-body img{
	width: 100%;
	height: auto;
	margin-top: -10px;
}

.ref-btn-body span{
	position: absolute;
	bottom: 4px;
	left: 10%;
	right: 10%;
	height: 16px;
	line-height: 16px;
	color: rgba(255, 255, 255, 1);
    background: #101521;
    border-radius: 100px;
    font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

.ref-btn-wrap:hover:after {
    content: attr(data-title);
    text-align: center;
    z-index: 999;
    min-width: 10px;
    padding: 0px 16px;
    line-height: 30px;
    position: absolute;
    display: inline-block;
    bottom: -30px;
    border-radius: var(--br);
    right: 0px;
    left: 0px;
    font-size: 12px;
    color: #ffae00;
    font-weight: 600;
    background: rgba(0, 0, 0, 1);
}

.bannerWrap{
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.box-pay-body{
	width: 25%;
	float: left;
	position: relative;
	border-radius: var(--br);
	padding: 10px;
}

.box-pay-cont{
	transition: all ease 0.4s;
	width: 100%;
	float: left;
	position: relative;
	border-radius: var(--br);
	padding: 10px;
	background: var(--bg-gr);
    border: 2px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
.select{
	border: 2px solid var(--pink);
}
.box-pay-cont:hover{
	transition: all ease 0.4s;
	border: 2px solid var(--blue);
}
.box-pay-name{
	width: 100%;
	float: left;
	position: relative;
	height: 40px;
	line-height: 36px;
	padding-left: 48px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.box-pay-name img{
	transition: all ease 0.4s;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	padding: 4px;
	background: var(--bg-gr);
	border-radius: 100%;
	box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.15);
}
.box-pay-cont:hover .box-pay-name img{
	transition: all ease 0.4s;
	transform: scale(1.1);
	box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.5);
}

.box-pay-line{
	width: 100%;
	float: left;
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	
}

.box-pay-text, .box-pay-num{
	width: 100%;
	float: left;
	position: relative;
	border-radius: calc(var(--br) / 2);
	height: 24px;
	line-height: 24px;
	padding: 0 4px 0 8px;
}

.box-pay-text:before, .box-pay-num:before{
	transition: all ease 0.4s;
	content: "";
	width: 4px;
	border-radius: 8px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: -2px;
	right: 100%;
	background: rgba(255,255,255,0.3);
	z-index: -1;
}
.box-pay-cont:hover .box-pay-text:before,
.box-pay-cont:hover .box-pay-num:before{
	transition: all ease 0.4s;
	width: 100%;
	right: 0%;
}
.box-pay-text span, .box-pay-num span{
	transition: all ease 0.4s;
	display: inline-block;
	position: relative;
	background-color: rgba(0,0,0,0.2);
	border-radius: 6px;
	padding: 0 8px;
	float: right;
	z-index: 3;
	color: var(--res-0);
	font-weight: 600;
}

.box-pay-cont:hover .box-pay-text span,
.box-pay-cont:hover .box-pay-num span{
	transition: all ease 0.4s;
	color: var(--blue);
}

.pay-form-group{
	border-radius: var(--br);
    padding: 20px;
    background: var(--bg-gr);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.pay-form-info{
	padding: 6px 10px;
	float: left;
	position: relative;
	background: rgba(0,0,0,0.3);
	border-radius: var(--br);
}
.pay-form-info .box-pay-name{
	margin-bottom: 0;
}
.pay-form-input{
	width: calc(33.3333% - 20px);
	margin-left: 20px;
}
.pay-out-form-input{
	width: calc(25% - 20px);
	margin-left: 20px;
}
.pay-form-submit .slider_btn_cont span{
	width: 100%;
	text-align: center;
}

.pay-form-submit .form_btn_body{
	margin-top: 4px;
}

.support-box-wrap{
	width: 100%;
	position: relative;
	float: left;
}

.sidebar-btn-body{
	transition: all ease 0.4s;
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    height: 40px;
    margin: 4px 0 10px 0;
    background: var(--bg-gr);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
    border-radius: var(--br);
    overflow: hidden;
}

.sidebar-btn-cont{
	width: 25%;
	float: left;
	position: relative;
	cursor: pointer;
}

.side-btn-bg{
	width: 100%;
    padding: 2px;
    height: 32px;
    line-height: 28px;
    float: left;
    position: relative;
     box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0);
    background: rgba(0, 0, 0, 0.25);
    border-radius: var(--br);
    overflow: hidden;
}
.side-btn-bg:hover{
	transition: all ease 0.3s;
	background-color: rgba(0,0,0,0.04);
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0), 0 0 2px var(--blue);
}
.side-btn-bg:hover span{
	color: #999;
}
.side-btn-bg span{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	font-size: 12px;
	color: #888;
	text-align: center;
}

.side-btn-bg span img{
	position: absolute;
	left: 8px;
	top: 7px;
	width: 18px;
	height: auto;
}

.side-btn-bg font{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	font-size: 12px;
	color: #888;
	text-align: center;
}

.side-btn-bg font img{
	position: absolute;
	left: 8px;
	top: 7px;
	width: 18px;
	height: auto;
}

.header-btn-bg{
	width: 70px;
    padding: 2px;
    height: 32px;
    line-height: 28px;
    float: left;
    position: relative;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2), 0 0 2px rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: var(--br);
    overflow: hidden;
    margin: 16px 6px 0 0;
}
.header-btn-bg:hover{
	transition: all ease 0.3s;
	background-color: rgba(0,0,0,0.04);
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0), 0 0 2px var(--blue);
}
.header-btn-bg:hover span{
	color: #999;
}
.header-btn-bg span{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	font-size: 12px;
	color: #888;
	text-align: center;
}

.header-btn-bg span img{
	position: absolute;
	left: 8px;
	top: 7px;
	width: 18px;
	height: auto;
}

section{
	position: relative;
	width: 100%;
	height: calc(100vh - 124px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box-user-form video{
	width: 100%;
	height: auto;
	border-radius: var(--br);
}
.box-user-img{
	float: left;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: var(--br);
}
.banner-bg{
	padding: 20px 10px 10px 10px;
	border-radius: var(--br);
	box-shadow: 0 0 2px rgba(255,255,255,0.1);
	background: rgba(0,0,0,0.1);
	margin-bottom: 10px;
}


.menu-btn-show {
    display: none;
    z-index: -5;
    opacity: 1;
}

.elf-video{
	margin-top: 300px;
	width: 520px;
	height: auto;
	float: left;
	position: relative;
}

.elf-video video{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	border-radius: 100%;
	overflow: hidden;
}

.ico-alert{
	width: 8px;
	height: 8px;
	position: absolute;
	right: 8px;
	top: 8px;
	border-radius: 2px;
	transform: rotate(45deg);
	z-index: 1;
	background: rgba(255,255,255,0.2);
}

.ico-bg{
	background: var(--gr-body-l);
}
.ico-bg:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	animation: alertIco 1s infinite linear;
  	animation-delay: 0.1s;
  	background: var(--blue);
  	border-radius: 2px;
  	z-index: -1;
}



@-moz-keyframes alertIco {
	0% { -moz-transform:scale(1.0); opacity: 0.2;}
	50% { -moz-transform:scale(1.5); opacity: 0.5;}
	100% { -moz-transform:scale(1.5); opacity: 0;}
}

@-webkit-keyframes alertIco {
  0% { -webkit-transform:scale(1.0); opacity: 0.2;}
	50% { -webkit-transform:scale(1.5); opacity: 0.5;}
	100% { -webkit-transform:scale(1.5); opacity: 0;}
}

.profile-body-fix{
	position: fixed;
	height: 1px;
	top: 0;
	width: 100%;
	max-width: 1300px;
	z-index: 9999;
}

