html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
navb,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
navb,
section {
	display: block
}

body {
	line-height: normal;
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
navb,
section,
summary {
	display: block
}

.flex-sbc,
.flex-sbs,
.flex-sbe,
.flex-cc,
.flex-cs,
.flex-ce,
.flex-sc,
.flex-ss,
.flex-se,
.flex-ec,
.flex-es,
.flex-ee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-sbc,
.flex-sbs,
.flex-sbe {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-cc,
.flex-cs,
.flex-ce {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-sc,
.flex-ss,
.flex-se {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex-ec,
.flex-es,
.flex-ee {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex-sbc,
.flex-cc,
.flex-sc,
.flex-ec {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-sbs,
.flex-cs,
.flex-ss,
.flex-es {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-sbe,
.flex-ce,
.flex-se,
.flex-ee {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	width: 100%;
	background: url(../images/body-bg.jpg) center top no-repeat;
	background-color: #0a0d16;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #696868;
	min-height: 100vh;
}

body.ch * {
	font-family: 'Noto Serif SC', serif !important;
}

body.bg-1 {
	background: url(../images/body-bg-1.jpg) center top no-repeat;
	background-color: #0d0d0d;
}

body.bg-2 {
	background: url(../images/body-bg-2.jpg) center top no-repeat;
	background-color: #0a0d16;
}

body.bg-3 {
	background: url(../images/body-bg-3.jpg) center top no-repeat;
	background-color: #0a0d16;
}

a {
	transition: all 0.3s ease;
	color: #d8d0cc;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

p {
	margin-bottom: 20px
}

h1,
h2,
h3 {
	color: #ffdda9;
	margin-bottom: 20px;
	line-height: 1.3;
	font-family: "Marcellus", sans-serif;
	margin-top: 12px;
}

h1 {
	font-size: 10px;
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 16px;
}

table {
	width: 25%;
	margin-bottom: 30px;
}

table tr {
	background-color: #0d0f17
}

table td {
	border-collapse: collapse;
	padding: 15px 18px;
	border-top: 1px solid #12141e;
	border-bottom: 1px solid #12141e;
	color: #fff;
	font-size: 14px;
	vertical-align: middle
}

table thead td {
	color: #a97fff;
	text-transform: uppercase
}

img {
	max-width: 100%
}

caption {
	margin-bottom: 15px
}

select {
	background: #040609;
	width: 100%;
	height: 42px;
	line-height: 31px;
	border: 1px solid #36383a;
	padding: 4px 40px 13px 15px;
	position: relative;
	color: #fff;
	font-size: 16px;
	-webkit-appearance: none;
	background-image: url(../images/select-icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	text-indent: 0.01px;
	appearance: none !important;
	transition: 0.3s;
	cursor: pointer
}

select:hover {
	border: 1px solid #fc9162;
	box-shadow: 0px 0px 10px 0px rgba(252, 142, 98, 0.6), inset 0px 0px 10px 0px rgba(252, 142, 98, 0.6)
}

#link {
	width: 700px;
	margin-bottom: 10px
}

input,
textarea {
	background: #040609;
	border: 1px solid #36383a;
	color: #fff;
	padding: 10px 15px;
	position: relative;
	font-size: 16px;
	transition: 0.3s;
	font-family: "Marcellus", sans-serif;
	width: 147px;
}

input:hover,
textarea:hover {
	border: 1px solid #fc9162;
	/* box-shadow: 0px 0px 10px 0px rgba(252, 142, 98, 0.6), inset 0px 0px 10px 0px rgba(252, 142, 98, 0.6); */
}

textarea {
	min-height: 120px
}

button,
.button {
	transition: all 0.3s ease;
	cursor: pointer;
	height: 40px;
	width: 147px;
	border: none;
	/* color: #000000 !important; */
	font-family: "Marcellus", sans-serif;
	font-size: 12px;
	background-image: linear-gradient(to right, #a96715 0%, #9b3030 50%, #933737 100%);
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	/* margin-left: 5px; */
	/* box-shadow: 0px 0px 22px 5px rgba(59, 36, 151, 0.2), 0px 10px 15px 4px rgba(0, 0, 0, 0.3); */
}

button:hover,
.button:hover {
	filter: brightness(120%)
}

.button {
	display: inline-block;
	text-decoration: none;
	line-height: 40px
}

.button-green {
	background: url(../images/button-green.png) no-repeat
}

.disabled,
.disabled:hover {
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1);
	/* Microsoft Edge and Firefox 35+ */
}

.big-button-green {
	background: url(../images/button-green-big.jpg) no-repeat;
	background-size: cover;
	width: 346px;
	height: 58px;
	font-size: 18px;
	box-shadow: 0px 0px 20px 5px rgba(42, 87, 255, 0.2)
}

:focus {
	outline: none
}

::-webkit-input-placeholder {
	color: #656565
}

::-moz-placeholder {
	color: #656565
}

:-moz-placeholder {
	color: #656565
}

:-ms-input-placeholder {
	color: #656565
}

.wrapper {
	width: 1200px;
	padding: 0px 25px;
	margin: 0 auto;
	position: relative
}

.flex {
	display: flex;
	flex-wrap: wrap
}

.flex-c {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.flex-s {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-s-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.flex-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/* background: url(../images/block-top-bg.png) center top no-repeat; */
	/* background-color: #171719; */
	/* box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%); */
	padding: 0px 35px 0px;
	width: 364px;
}

.bright:hover {
	filter: brightness(120%)
}

.logo-mini {
	display: block;
	margin-right: 85px;
}

.topPanel {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0;
	right: 0;
	transition: 0.3s;
	z-index: 20;
	background: rgb(18 18 20 / 88%);
	box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
}

.topPanel-wrapper {
	width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
	position: relative;
	justify-content: space-between;
}

.navi li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	/* background: #fff; */
}
.navi li:hover {background: #a3ab490d;}
.navi li span {
	position: absolute;
	top: 52px;
	left: 18%;
	z-index: 25000;
	color: #98c78e;
	line-height: initial;
	padding: 5px;
	font-size: 11px;
	border-radius: 5px;
	text-align: center;
	width: 100px;  animation: blinker 1s linear infinite;

}

.navi li:before {
	filter: hue-rotate(185deg);
}


/*
.navi li:nth-child(1):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-1.png) no-repeat;
}

.navi li:nth-child(2):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-2.png) no-repeat;
    transition: 0.2s;
}

.navi li:nth-child(2):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.navi li:nth-child(3):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-3.png) no-repeat;
    transition: 0.2s;
}

.navi li:nth-child(3):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.navi li:nth-child(4):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-4.png) no-repeat;
    transition: 0.2s;
}

.navi li:nth-child(4):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.navi li:nth-child(5):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-5.png) no-repeat;
    transition: 0.2s;
}

.navi li:nth-child(5):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.navi li:nth-child(6):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-6.png) no-repeat;
    transition: 0.2s;
}

.navi li:nth-child(6):hover {
    margin-top: -5px;
    transition: 0.2s;
}

*/

.navi li.sub-menu ul li:before {
	display: none;
}

.navi li:first-child a {
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}

.drivers-img a:hover {
	opacity: 1;
}

.drivers-img a {
	opacity: 0.7;
	transition: .2s all ease;
}

.fonts_issue img {
	margin-bottom: 20px !important;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0px 0px 5px black;
	display: block;
}

.navi li a {
	font-family: "Marcellus", sans-serif;
	font-size: 16px;
	display: block;
	height: 90px;
	padding: 0px 40px 0px 40px;
	line-height: 90px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	background: linear-gradient(#ffffff, #3c3c36);
	-webkit-background-clip: text;
	color: transparent;
}

.nav li ul {
	position: absolute;
	left: 0;
	top: calc(100%);
	background: rgb(23 23 25 / 96%);
	padding: 25px 0px 25px 0px;
	min-width: 248px;
	display: none
}

.navb li ul li {
	display: block
}

.navb li ul li:after {
	content: "";
	position: absolute;
	background: url(../images/drop-menu-hover.png) no-repeat;
	width: 308px;
	height: 133px;
	left: -46px;
	top: 0px;
	margin-top: -47px;
	opacity: 0;
	transition: 0.3s
}

.navb li ul li a {
	font-size: 16px;
	padding: 15px 50px;
	height: auto;
	line-height: 1;
	color: #fcedc0 !important;
	background-image: url(../images/drop-menu-icon.png) !important;
	background-position: left -20px center !important;
	background-repeat: no-repeat !important;
}

/*  NavB */
.navb li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	/* background: #fff; */
}
.navb li:hover {background: #a3ab490d;}
.navb li span {
	position: absolute;
	top: 52px;
	left: 18%;
	z-index: 25000;
	color: #98c78e;
	line-height: initial;
	padding: 5px;
	font-size: 11px;
	border-radius: 5px;
	text-align: center;
	width: 100px;  animation: blinker 1s linear infinite;

}

.navb li:before {
	filter: hue-rotate(185deg);
}


/*
.navb li:nth-child(1):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-1.png) no-repeat;
}

.navb li:nth-child(2):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-2.png) no-repeat;
    transition: 0.2s;
}

.navb li:nth-child(2):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.navb li:nth-child(3):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-3.png) no-repeat;
    transition: 0.2s;
}

.navb li:nth-child(3):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.navb li:nth-child(4):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-4.png) no-repeat;
    transition: 0.2s;
}

.navb li:nth-child(4):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.navb li:nth-child(5):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-5.png) no-repeat;
    transition: 0.2s;
}

.navb li:nth-child(5):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.navb li:nth-child(6):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-6.png) no-repeat;
    transition: 0.2s;
}

.navb li:nth-child(6):hover {
    margin-top: -5px;
    transition: 0.2s;
}

*/

.navb li.sub-menu ul li:before {
	display: none;
}

.navb li:first-child a {
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}


.navb li a {
	font-family: "Marcellus", sans-serif;
	font-size: 16px;
	display: block;
	height: 90px;
	padding: 0px 40px 0px 40px;
	line-height: 90px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	background: linear-gradient(#ffffff, #3c3c36);
	-webkit-background-clip: text;
	color: transparent;
}

.navb li ul {
	position: absolute;
	left: 0;
	top: calc(100%);
	background: rgb(23 23 25 / 96%);
	padding: 25px 0px 25px 0px;
	min-width: 248px;
	display: none
}

.navb li ul li {
	display: block
}

.navb li ul li:after {
	content: "";
	position: absolute;
	background: url(../images/drop-menu-hover.png) no-repeat;
	width: 308px;
	height: 133px;
	left: -46px;
	top: 0px;
	margin-top: -47px;
	opacity: 0;
	transition: 0.3s
}

.navb li ul li a {
	font-size: 16px;
	padding: 15px 50px;
	height: auto;
	line-height: 1;
	color: #fcedc0 !important;
	background-image: url(../images/drop-menu-icon.png) !important;
	background-position: left -20px center !important;
	background-repeat: no-repeat !important;
}
/* */

.dropdown-menu {
	display: none;
	animation: 0.3s opas linear
}

.dropdown-toggle.active {
	color: #cc7954
}

.nav li:hover a {
	color: #cc7954;
}

.nav li ul li:hover:after {
	opacity: 1
}

.nav li ul li:hover a {
	color: #cc7954 !important;
	padding: 15px 0px 15px 70px;
	background-position: left 50px center
}

.nav .sub-menu li a {
	padding: 15px 50px
}

.sign-in {
	padding-right: 60px;
	color: #fcedc0;
	font-size: 18px;
	font-family: "Marcellus", sans-serif;
	position: relative;
	cursor: pointer;
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}

.sign-in:after {
	content: "";
	background: url(../images/lock-icon.png) no-repeat;
	position: absolute;
	width: 91px;
	height: 87px;
	right: -26px;
	top: 50%;
	margin-top: -42px;
	transition: 0.3s
}

.sign-in:hover:after {
	filter: brightness(140%)
}

.topPanel.topPanel-fixed {
	background: rgb(18 18 20);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2)
}

.topPanel.topPanel-fixed .nav li:hover {
	background: rgb(23 23 25);
}

.topPanel.topPanel-fixed .dropdown-toggle.active {
	background: rgba(0, 0, 0, 0.95)
}

.topPanel.topPanel-fixed .topPanel-wrapper {
	border-bottom: 0px
}

.blue-light {
	background: url(../images/blue-light.png);
	width: 300px;
	height: 300px;
	top: 5px;
	left: 0px;
	position: absolute;
	animation: 12s p-next linear infinite;
	opacity: 0.7
}

.yellow-light {
	background: url(../images/yellow-light.png);
	width: 300px;
	height: 300px;
	top: 5px;
	left: 0px;
	position: absolute;
	animation: 12s p-prev linear infinite;
	opacity: 0.7
}

@keyframes p-next {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes p-prev {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(-180deg)
	}

	100% {
		transform: rotate(-360deg)
	}
}

.hand-animation {
	position: absolute;
	left: 50%;
	margin-left: -125px;
	top: 230px
}


/* ----------------- bg mods ----------------- */

.bg-1 .hand-animation {
	margin-left: 145px;
	top: 50px;
}

.bg-2 .hand-animation {
	margin-left: 65px;
	top: 204px;
}

.bg-3 .hand-animation {
	margin-left: 174px;
	top: 300px;
	transform: scale(0.6);
	transform-style: preserve-3d;
}


/* ------------------------------------------- */

.light-hand {
	background: url(../images/light-hand.png);
	width: 350px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
	animation: 20s light-hand linear infinite;
	opacity: 0.7
}


/* ----------------- bg mods ----------------- */

.bg-1 .light-hand {
	opacity: 0.8
}

.bg-2 .light-hand {
	background: url(../images/light-hand-2.png);
	opacity: 0.7
}

.bg-3 .light-hand {
	background: url(../images/light-hand3.png);
	opacity: 1
}


/* ------------------------------------------- */

.rune-hand {
	background: url(../images/rune-hand.png);
	width: 350px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
	animation: 15s rune-hand linear infinite;
	opacity: 0.8
}


/* ----------------- bg mods ----------------- */

.bg-1 .rune-hand {
	background: url(../images/rune-hand1.png);
}

.bg-2 .rune-hand {
	animation: 3s rune-hand2 linear infinite;
	background: url(../images/rune-hand2.png);
	background-size: 100% 100%;
	opacity: 0.7
}

.bg-3 .rune-hand {
	animation: 10s rune-hand3 linear infinite;
	background: url(../images/rune-hand.png);
	opacity: 1;
	perspective: 100px;
}


/* ------------------------------------------- */

@keyframes light-hand {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(-180deg)
	}

	100% {
		transform: rotate(-360deg)
	}
}

@keyframes light-hand3 {
	0% {
		transform: rotate(0deg) scale(1)
	}

	50% {
		transform: rotate(-180deg) scale(0.7)
	}

	100% {
		transform: rotate(-360deg) scale(1)
	}
}

@keyframes rune-hand {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes rune-hand2 {
	0% {
		transform: rotate(0deg) scale(0.5)
	}

	50% {
		transform: rotate(180deg) scale(1)
	}

	100% {
		transform: rotate(360deg) scale(0.5)
	}
}

@keyframes rune-hand3 {
	0% {
		transform: rotate(0deg) scale(0.8)
	}

	50% {
		transform: rotate(180deg) scale(1)
	}

	100% {
		transform: rotate(360deg) scale(0.8)
	}
}

.sparks>div {
	position: absolute
}

.sparks .spark_1 {
	background: url(../images/spark_1.png) no-repeat;
	width: 764px;
	height: 313px;
	right: 0;
	bottom: -120px;
	transform: scale(0.6);
	animation: spark-1 4s linear infinite;
	animation-delay: 1s
}

@keyframes spark-1 {
	0% {
		bottom: -320px;
		transform: scale(0.6);
		opacity: 1
	}

	25% {
		bottom: -240px;
		transform: scale(0.7);
		opacity: 1
	}

	50% {
		bottom: -160px;
		transform: scale(0.8);
		opacity: 1
	}

	75% {
		bottom: -80px;
		transform: scale(0.9);
		opacity: 0.5
	}

	to {
		bottom: 0;
		transform: scale(1);
		opacity: 0
	}
}

.sparks .spark_2 {
	background: url(../images/spark_2.png) no-repeat;
	width: 149px;
	height: 335px;
	right: 230px;
	bottom: -320px;
	transform: scale(0.6);
	animation: spark-1 4s linear infinite;
	animation-delay: 2s
}

.sparks .spark_3 {
	background: url(../images/spark_3.png) no-repeat;
	width: 128px;
	height: 165px;
	right: 280px;
	bottom: -140px;
	transform: scale(0.6);
	animation: spark-3 4s linear infinite;
	animation-delay: 2s
}

@keyframes spark-3 {
	0% {
		bottom: -140px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1
	}

	25% {
		bottom: -80px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1
	}

	50% {
		bottom: -20px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1
	}

	75% {
		bottom: 40px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5
	}

	to {
		bottom: 100px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.sparks .spark-big {
	background: url(../images/spark_4.png) no-repeat;
	width: 794px;
	height: 176px;
	right: 0;
	bottom: -180px;
	transform: scale(0.6);
	animation: spark-5 4s linear infinite
}

@keyframes spark-5 {
	0% {
		bottom: -180px;
		transform: scale(0.6);
		opacity: 1
	}

	25% {
		bottom: -120px;
		transform: scale(0.7);
		opacity: 1
	}

	50% {
		bottom: -60px;
		transform: scale(0.8);
		opacity: 1
	}

	75% {
		bottom: 0;
		transform: scale(0.9);
		opacity: 0.5
	}

	to {
		bottom: 60px;
		transform: scale(1);
		opacity: 0
	}
}

header {
	height: 636px;
	position: relative
}


/*------------------------------------------*/

.header-content {
	width: calc((100% - 25px) / 2);
	position: absolute;
	top: 220px;
	left: 0px
}

.header-content__logo {
	width: 409px;
	height: 168px;
	margin: 0 auto;
	transition: filter .3s ease-in-out;
}

.header-content__logo:hover {
	filter: brightness(130%);
}

.header-content__logo img {
	width: 100%;
	height: 100%;
}

.header-content__slider {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.header-content__slider span {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #e9e7e4;
	font-size: 36px;
	font-family: "Marcellus", sans-serif;
	font-weight: 700;
	text-align: center;
}

.header-content__slider p {
	display: block;
	width: 100%;
	color: #b7b7b7;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
	text-shadow: 0px 1px 2px #000;
}

.swiper-header-next {
	width: 80px;
	background: none;
	border: 1px solid #b7b7b7;
	margin-left: 5px;
}


/*------------------------------------------*/

.logo {
	position: absolute;
	top: 262px;
	left: 150px;
}

.online {
	position: absolute;
	bottom: 180px;
	/* right: 0; */
}

.online:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.onlineReg {
	padding-top: 10px
}

.onlineBlock {
	width: 300px;
	height: 208px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	letter-spacing: 3px;
	font-family: "Marcellus", sans-serif;
	padding-left: 3px;
	padding-top: 18px;
	position: relative;
	z-index: 2
}

.onlineBlock span {
	display: block;
	font-size: 48px;
	color: #ffdda9;
	letter-spacing: 8px;
	padding-top: 3px;
	text-shadow: 0px 0px 20px rgba(255, 118, 18, 0.7)
}

.onlineReg-block {
	width: 107px;
	min-height: 120px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-family: "Marcellus", sans-serif;
	padding-top: 95px;
	letter-spacing: 1px
}

.onlineReg-block span {
	display: block;
	color: #ffdda9;
	font-size: 18px;
	margin-bottom: 5px;
	letter-spacing: 2px
}

.onlineReg-block-player {
	background: url(../images/online-sprite.png) top left -3px no-repeat
}

.onlineReg-block-clans {
	background: url(../images/online-sprite.png) top right -3px no-repeat
}

.block-50 {
	width: calc(50% - 13px);
	height: 300px;
	box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2)
}

.swiper-container {
	width: 100%;
	height: 100%
}

.swiper-news .swiper-slide img {
	max-width: 100%;
	height: 100%
}

.swiper-news .swiper-slide .swiper-news_info {
	opacity: 0;
	transition: 1.5s
}

.swiper-news .swiper-slide.swiper-slide-active .swiper-news_info {
	opacity: 1;
	/* filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8)); */
}

.swiper-news_info {
	background: url(../images/slider-shadow.png) left bottom no-repeat;
	width: 561px;
	height: 245px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 0px 0px 35px 50px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	align-content: flex-end;
	font-family: "Marcellus", sans-serif
}

.swiper-news_info span {
	display: block;
	width: 100%;
	background: linear-gradient(#fdde91, #5b5d29);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 60px;
	filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
	width: 350px
}

.swiper-news_info p {
	color: #696868;
	text-shadow: #000 0px 0px 3px;
	font-size: 22px;
	width: 350px;
	margin-bottom: 0px;
	line-height: 1.2
}

.swiper-news-pagination {
	position: absolute;
	background: url(../images/slider-arrow-bg.png) no-repeat;
	width: 108px;
	height: 40px;
	right: 35px;
	bottom: 35px;
	z-index: 3
}

.swiper-news-pagination .swiper-button-prev {
	background: url(../images/left.png) no-repeat;
	width: 24px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
	filter: drop-shadow(0px 0px 20px #c88052)
}

.swiper-news-pagination .swiper-button-prev:after {
	display: none
}

.swiper-news-pagination .swiper-button-next {
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
	filter: drop-shadow(0px 0px 20px #c88052)
}

.swiper-news-pagination .swiper-button-next:after {
	display: none
}

.swiper-news-pagination .swiper-pagination {
	color: #fff;
	font-size: 12px;
	bottom: 13px
}

.swiper-news-pagination .swiper-pagination .swiper-pagination-current {
	color: #cc7954
}

.download {
	position: absolute;
	left: -47px;
	bottom: -95px;
}

.download:hover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.download-button {
	background: url(../images/download.png) no-repeat;
	width: 447px;
	height: 333px;
	display: block;
	font-family: "Marcellus", sans-serif;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 116px 0px 0px 180px;
}

.download-button span {
	display: block;
	font-size: 14px;
	color: #000000;
	text-transform: none;
	margin-top: 4px;
	text-shadow: #ffffff2b 0px 1px 0px;
}

.more-downloads {
	top: -135px;
	position: relative;
	z-index: 2;
	color: #fff;
	padding-left: 5px;
	transition: 0.3s
}

.more-downloads a {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	margin: 0px 20px;
	padding: 10px 0px 10px 22px;
	opacity: 0.4
}

.more-downloads a:hover {
	opacity: 1
}

.more-downloads span {
	opacity: 0.4
}

.windows {
	background: url(../images/windows-icon.png) left center no-repeat
}

.mac {
	background: url(../images/apple-icon.png) left center no-repeat
}

main {
	z-index: 4;
	/* min-height: 500px */
}

.newsBlock {
	background: url(../images/news-home-bg.jpg) no-repeat;
	z-index: 5;
	padding: 40px 45px
}

.h2-title {
	align-items: flex-end;
	margin-bottom: 25px
}

.h2-title span {
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Marcellus", sans-serif;
	display: block;
	padding-left: 25px;
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}

.h2-title span:before {
	content: "";
	position: absolute;
	background: url(../images/title-icon.png) no-repeat;
	width: 26px;
	height: 26px;
	left: -5px;
	top: 50%;
	margin-top: -13px;
	filter: drop-shadow(0px 0px 10px #ff2a00)
}

.h2-title a {
	color: #696868;
	font-size: 14px
}

.h2-title a:hover {
	color: #fff
}

.newsLink {
	position: relative;
	padding: 13px 0px 13px 50px;
	background: url(../images/news-icon.png) left top 12px no-repeat
}

.newsLink:after {
	content: "";
	background: url(../images/news-hover.png) no-repeat;
	position: absolute;
	width: 64px;
	height: 178px;
	right: -60px;
	top: 50%;
	margin-top: -89px;
	opacity: 0
}

.newsLink-info a {
	display: block;
	color: #fcedc0;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 300px;
	padding: 1px 0px;
	font-size: 16px;
	font-family: "Marcellus", sans-serif;
}

.newsLink-info span {
	color: #696868;
}

.newsLink-more {
	color: #cc7954;
	display: block;
	position: relative;
	padding-right: 20px
}

.newsLink-more span {
	opacity: 0;
	transition: 0.3s
}

.newsLink:hover:after {
	opacity: 1
}

.newsLink:hover .newsLink-info a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 10px;
	background: linear-gradient(#fdde91, #d5d5c8);
	-webkit-background-clip: text;
	color: transparent;
}

.newsLink:hover .newsLink-more span {
	opacity: 1
}

.newsLink:hover .newsLink-more:after {
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 28px;
	margin-top: -14px;
	right: -20px;
	filter: drop-shadow(0px 0px 10px #ff2a00)
}

.rightBodyLinks,
.leftBodyLinks {
	position: fixed;
	right: 0px;
	top: 30%;
	background: rgb(0 0 0 / 58%);
	padding: 3px 5px 7px 5px;
	z-index: 8;
	border-radius: 10px;
	box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%);
}

.leftBodyLinks {
	right: unset;
	left: 13px;
}

.modal_video {
	max-width: 50% !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.rightBodyLinks a {
	display: block;
	text-align: center;
	color: #fcedc0;
	font-family: "Marcellus", sans-serif;
	font-size: 11px;
	margin: 8px 0px;
	min-width: 85px;
}

.rightBodyLinks a span {
	display: block;
	background-image: url(../images/right-panel-bg.png);
	width: 70px;
	height: 70px;
	position: relative;
	transition: 0.3s;
	margin: 0 auto;
	filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8));
}

.rightBodyLinks a span p {
	display: block;
	width: 70px;
	height: 70px;
	position: relative;
	transition: 0.3s;
	margin: 0 auto;
	color:
	orange;
	top: 56px;
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.rightBodyLinks a span img {
	position: absolute
}

.rightBodyLinks a:hover span {
	background-image: url(../images/right-panel-bg-hover.png);
	filter: brightness(100%) drop-shadow(0px 10px 20px #ff0000);
}

.r-wiki span img {
	bottom: 18px;
	left: 18px
}

.r-shop span img {
	bottom: 18px;
	left: 17px
}

.r-forum span img {
	bottom: 18px;
	left: 18px
}

.toTop {
	background: url(../images/totop-img.png) left center no-repeat;
	height: 100px;
	display: flex;
	align-items: center;
	min-width: 100px;
	position: fixed;
	left: 0px;
	bottom: -131px;
	padding-left: 105px;
	cursor: pointer;
	transform: rotate(-90deg);
	z-index: 8
}

.toTop span {
	font-size: 12px;
	color: #fff;
	opacity: 0.2;
	font-family: "Marcellus", sans-serif;
	transition: 0.3s
}

.toTop:hover span {
	opacity: 1
}

.line {
	display: block;
	background: url(../images/line.png) center no-repeat;
	width: 100%;
	overflow-x: hidden;
	height: 86px
}

.mainHomeBlock {
	margin-bottom: 40px
}

.mainHomeBlock>div {
	height: 610px;
	margin-right: 19px;
}

.blockHome {
	background: url(../images/block-top-bg.png) center top no-repeat, url(../images/block-bottom-bg.png) center bottom no-repeat;
	background-color: #171719;
	box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3);
	padding: 35px 35px;
	width: 364px
}

.h2-title-table {
	border-bottom: 1px solid #22252d;
	padding-bottom: 25px;
	position: relative
}

.tabTable-block {
	display: none
}

.tabTable-block.active {
	display: block;
	animation: fadeIn 1s;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
	-ms-animation: fadeIn 1s;
}

.tabTable {
	margin-right: -12px
}

.tabTable-button {
	cursor: pointer;
	display: inline-block;
	margin: 0px 12px;
	position: relative
}

.tabTable-button:after {
	content: "";
	position: absolute;
	width: 50%;
	margin-left: -25%;
	height: 1px;
	background: #fff;
	left: 50%;
	bottom: -26px;
	opacity: 0
}

.tabTable-button.active {
	color: #fff
}

.tabTable-button.active:after {
	opacity: 1
}

.tableBlock-title {
	background: url(../images/top-table-bg.png) repeat-x;
	height: 36px;
	padding: 0px 17px;
	display: flex;
	align-items: center;
	box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	width: 100%
}

.tableBlock-title span {
	color: #696868;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	display: block
}

.tableBlock-title_player {
	width: 62%
}

.tableBlock-title_level {
	width: 17%;
	text-align: center
}

.tableBlock-title_score {
	width: 21%;
	text-align: right
}

.tableBlock-content {
	display: flex;
	align-items: center;
	padding: 0px 50px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	width: 365px;
	margin-left: -35px
}

.tableBlock-content>div {
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
	position: relative;
	height: 37px;
	padding-bottom: 1px
}

.tableBlock-content:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.1)
}

.tableBlock-content:hover {
	background-image: url(../images/hover-table.png)
}

.tableBlock-conten_number {
	width: 10%
}

.tableBlock-conten_name {
	width: 52%;
	display: flex !important;
	align-items: center;
	color: #fff;
	line-height: 1.2
}

.tableBlock-conten_name img {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	position: relative;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
	margin-right: 12px
}

.tableBlock-conten_name a {
	color: #fff;
	position: relative
}

.tableBlock-conten_lvl {
	width: 17%;
	justify-content: center;
	color: #a97fff
}

.tableBlock-conten_scr {
	width: 21%;
	justify-content: flex-end;
	color: #ffdda9
}

.color-purple {
	color: #a97fff
}

.color-blue {
	color: #4990df
}

.color-green {
	color: #4ac08d
}

.color-yellow {
	color: #e0a45e
}

.all-button {
	text-align: center;
	margin-top: 25px
}

.tablePopup {
	position: absolute;
	background: #000;
	padding: 15px 25px;
	width: 215px;
	z-index: 10;
	right: calc(100% + 15px);
	top: -40px;
	display: none
}

.tablePopup:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 36px;
	border: 10px solid transparent;
	border-left: 10px solid #000
}

.tablePopup-title {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 18px
}

.tablePopup-ava {
	text-align: center;
	margin-bottom: 18px
}

.tablePopup-ava img {
	width: 75px;
	height: 75px;
	border-radius: 50%
}

.tablePopup-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px
}

.tablePopup-block:last-child {
	margin-bottom: 18px
}

.tablePopup-block span {
	display: block
}

.tablePopup-block span:first-child {
	color: #8485a4
}

.tablePopup-block span:last-child {
	text-align: right
}

.tableBlock-conten_name a:hover .tablePopup {
	display: block;
	animation: 0.5s opas linear
}

.forumBlock-content {
	margin-top: -15px
}

.forumBlock {
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 0px
}

.forumBlock-ava {
	width: 70px;
}

.forumBlock-ava span {
	font-size: 12px;
	position: relative;
	top: -24px;
	left: 13px;
	width: 38px;
	background: #356b27;
	border-radius: 25px;
	height: 30px;
	padding-left: 4px;
	padding-right: 4px;
	box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 50%);
	color: #fff;
}

.forumBlock-ava img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5)
}

.forumBlock-text {
	width: calc(100% - 55px)
}

.forumBlock-text_link {
	color: #fcedc0;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
	line-height: 1.2;
	background: linear-gradient(#ffffff, #835c60);
	-webkit-background-clip: text;
	color: transparent;
}

.forumBlock-text_link:hover {
	color: #fff;
	text-decoration: underline
}

.forumBlock-text_info {
	font-size: 11px;
	display: flex
}

.forumBlock-text_info-nick {
	margin-right: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	max-width: 90px;
	padding: 1px 0px
}

.forumBlock-text_info-nick a {
	color: #686868
}

.forumBlock-text_info-nick a:hover {
	color: #fff
}

.forumBlock-text_info-date {}

.forumBlock-text_info-comments {
	margin-left: 20px;
	background: url(../images/comment-icon.png) left center no-repeat;
	padding-left: 15px
}

.admin-group {
	color: #6579fe !important
}

.admin-group:hover {
	color: #fff !important
}

.socHome {
	width: 365px;
}

.socButton {
	width: 365px;
	height: 115px;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	font-size: 30px;
	color: #fff;
	font-family: "Marcellus", sans-serif;
	font-weight: 700;
	padding-left: 110px;
	position: relative;
	margin-bottom: 26px;
	box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3)
}

.socButton:hover {
	padding-left: 130px;
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.socButton span {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	margin-top: 5px;
	text-shadow: #000 0px 0px 3px;
}

.socButton:before {
	content: "";
	position: absolute;
	left: 40px;
	top: 50%
}

.socButton.socYoutube {
	background: url(../images/soc-button-red.jpg) no-repeat
}

.socButton.socYoutube:before {
	background: url(../images/wheel.png) no-repeat;
	width: 113px;
	height: 116px;
	margin-top: -28px;
	margin-left: -20px;
	filter: grayscale(80%);
}

.socButton.socDiscord {
	background: url(../images/soc-button-purple.jpg) no-repeat
}

.socButton.socDiscord:before {
	background: url(../images/discord2.png) no-repeat;
	width: 113px;
	height: 116px;
	margin-top: -28px;
	margin-left: -20px;
	filter: grayscale(80%);
}

.socButton.socFacebook {
	background: url(../images/soc-button-blue.jpg) no-repeat
}

.socButton.socFacebook:before {
	background: url(../images/slot.png) no-repeat;
	width: 113px;
	height: 116px;
	margin-top: -28px;
	margin-left: -20px;
	filter: grayscale(80%);
}

.socBlock {
	background: url(../images/soc-block.jpg) no-repeat;
	width: 365px;
	height: 187px;
	position: relative;
	box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3)
}

.socBlock:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	height: 130px;
	top: 50%;
	margin-top: -65px;
	background-color: rgba(255, 255, 255, 0.1)
}

.socBlock-button {
	text-align: center;
	width: 50%;
	height: 100%;
	padding: 20px;
	font-size: 30px;
	color: #fff;
	font-family: "Marcellus", sans-serif;
	font-weight: 700;
	position: relative;
	padding-top: 100px
}

.socBlock-button span {
	display: block;
	width: 100%;
	color: #fcedc0;
	font-size: 13px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	margin-top: 5px
}

.socBlock-button:before {
	content: "";
	position: absolute;
	width: 93px;
	height: 93px;
	top: 10px;
	left: 50%;
	margin-left: -46px;
	transition: 0.3s
}

.socBlock-button.socBlock-guides:before {
	background: url(../images/guides-icon.png) no-repeat
}

.socBlock-button.socBlock-forum:before {
	background: url(../images/forum-icon.png) no-repeat
}

.socBlock-button:hover:before {
	top: 0px
}

.bigSlider {
	position: relative
}

.bigSlider:after {
	content: "CLASSES";
	color: #161d2f;
	font-size: 122px;
	font-family: "Marcellus", sans-serif;
	position: absolute;
	top: -35px;
	left: 140px;
	letter-spacing: 10px;
	opacity: 0.2
}

.slider-for {
	width: 100%;
	background: url(../images/big-slider-bg.jpg) center top 50px no-repeat;
	z-index: 2;
	position: relative
}

.slider-for:before {
	content: "";
	position: absolute;
	background: url(../images/line.png) no-repeat;
	width: 1148px;
	height: 86px;
	left: 50%;
	margin-left: -574px;
	top: 10px
}

.tabs-content {
	display: none;
	opacity: 0
}

.tabs-content.active {
	display: block;
	opacity: 1;
	animation: 1s opas linear
}

.slideTabs {
	position: relative
}

.slideContent {
	position: relative;
	padding: 120px 120px 70px 140px;
	height: 700px
}

.hero-logo {
	position: absolute;
	left: -10px;
	top: 65px
}

.hero-trailer {
	position: absolute;
	left: -10px;
	top: 180px;
	transition: .2s all ease;
	cursor: pointer;
}

.hero-trailer:hover {
	transform: scale(1.1);
}

.slide-hero {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 1
}

.slide-tabs-caption {
	position: absolute;
	display: flex;
	z-index: 3;
	transform: rotate(-90deg);
	top: 280px;
	left: -10px
}

.slide-tabs-caption li {
	margin: 0px 15px;
	cursor: pointer
}

.slide-tabs-caption .active {
	color: #fff
}

.slideInfo {
	position: relative;
	z-index: 2;
	padding-bottom: 19px;
}

.slideInfo-name {
	color: #fff;
	font-size: 60px;
	display: block;
	font-family: "Marcellus", sans-serif;
	letter-spacing: 5px;
	margin-bottom: 40px;
	text-transform: uppercase
}

.slideInfo-text {
	width: 100%;
	max-width: 500px;
	font-size: 12px;
	font-style: italic;
	line-height: 1.4;
	margin-bottom: 45px
}

.slideInfo-stats {
	max-width: 580px
}

.slideInfo-stats_title {
	color: #cc7954;
	font-size: 18px;
	font-family: "Marcellus", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block
}

.stats {
	padding: 4px 0px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 20px
}

.stats img {
	padding: 10px 0px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 10px;
}

.stats span {
	display: block;
	font-family: "Marcellus", sans-serif;
}

.stats-name {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	width: 119px;
}

.stats-bar {
	width: 120px;
	background: rgba(255, 255, 255, 0.1);
	height: 3px;
	margin-right: 15px
}

.stats-bar span {
	width: 0%;
	height: 3px;
	position: relative;
	transition: 3s;
	max-width: 100%;
}

.stats-bar span:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 8px;
	height: 3px
}

.stats-number {
	font-size: 12px;
	width: 20px;
}

.stat-green {
	color: #46c022;
	text-shadow: #000 0px 0px 3px;
}

.stat-green span {
	background: linear-gradient(to right, #1e3621, #4fee20)
}

.stat-green span:after {
	box-shadow: 0px 0px 10px 1px #4fee20
}

.stat-red {
	color: #cf4721
}

.stat-red span {
	background: linear-gradient(to right, #451b15, #cf3e14)
}

.stat-red span:after {
	box-shadow: 0px 0px 10px 1px #cf3e14
}

.stat-yellow {
	color: #cd8c21
}

.stat-yellow span {
	background: linear-gradient(to right, #332615, #cf8914)
}

.stat-yellow span:after {
	box-shadow: 0px 0px 10px 1px #cf8914
}

@keyframes opas {
	0% {
		display: none;
		opacity: 0
	}

	1% {
		display: block;
		opacity: 0
	}

	100% {
		display: block;
		opacity: 1
	}
}

.slick-active .slideFor .stats-bar span {
	width: 100%
}

.hero_3 {
	right: 0
}

.bigSlider .slick-arrow {
	width: 150px;
	height: 150px;
	font-size: 0px;
	position: absolute;
	top: 50%;
	margin-top: -75px;
	box-shadow: none
}

.bigSlider .slick-arrow:hover {
	filter: brightness(100%)
}

.bigSlider .slick-arrow.slick-prev {
	background: url(../images/slick-left.jpg) no-repeat;
	left: -85px
}

.bigSlider .slick-arrow.slick-next {
	background: url(../images/slick-right.jpg) no-repeat;
	right: -85px
}

.slideNav {
	cursor: pointer;
	transition: 0.3s
}

.slideNav-img {
	background: url(../images/hero-slider-mini-bg.png) center no-repeat;
	width: 120px;
	height: 120px;
	position: relative;
	margin: 0 auto;
	transition: 0.3s
}

.slideNav-img img {
	position: absolute;
	bottom: 0px;
	transition: 0.3s
}

.slideNav-text {
	text-align: center;
	color: #fcedc0;
	font-size: 16px;
	font-family: "Marcellus", sans-serif;
	position: relative;
	top: -10px;
	transition: 0.3s
}

.slider-nav {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	margin-top: -180px;
	z-index: 5
}

.slider-nav:before {
	content: "";
	position: absolute;
	background: url(../images/hero-border.png) no-repeat;
	width: 1000px;
	height: 257px;
	left: 50%;
	margin-left: -489px;
	top: -100px
}

.bigSlider .slick-center .slideNav-img {
	background: url(../images/hero-slider-mini-hover-bg.png) center no-repeat;
	filter: drop-shadow(0px 0px 25px rgba(248, 72, 21, 0.7))
}

.bigSlider .slick-center .slideNav-img img {
	transform: scale(1.3)
}

.bigSlider .slick-center .slideNav-text {
	font-size: 20px;
	top: 5px
}

.sliderGallery {
	position: relative;
	margin-top: -10px;
	margin-bottom: 30px;
	width: 1200px;
	margin: 0 auto;
}

.slider-nav .slick-track {
	height: 180px;
	padding-top: 30px
}

.sliderGallery .slick-list {
	padding: 20px 0px;
	max-width: 960px;
	width: 100%;
	margin: 0 auto
}

.sliderGallery .slick-arrow {
	width: 65px;
	height: 65px;
	font-size: 0px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.5));
	transition: 0.3s;
	box-shadow: none
}

.sliderGallery .slick-arrow:hover {
	width: 93px;
	height: 93px;
	margin-top: -46px
}

.sliderGallery .slick-arrow.slick-prev {
	background: url(../images/c-left.png) no-repeat;
	left: 0px
}

.sliderGallery .slick-arrow.slick-prev:hover {
	background: url(../images/c-left-hover.png) no-repeat;
	left: -15px
}

.sliderGallery .slick-arrow.slick-next {
	background: url(../images/c-right.png) no-repeat;
	right: 0px
}

.sliderGallery .slick-arrow.slick-next:hover {
	background: url(../images/c-right-hover.png) no-repeat;
	right: -15px
}

.sliderImg img {
	width: 220px;
	height: 145px;
	transition: 0.3s;
	margin: 0 auto
}

.sliderImg1 img:hover {
	transform: scale(1.1);
	box-shadow: 20px 0px 15px 1px rgba(0, 0, 0, 0.5), -20px 0px 15px 1px rgba(0, 0, 0, 0.5)
}


.sliderImg1 img {
	width: 220px;
	height: 145px;
	transition: 0.3s;
	margin: 0 auto
}

.sliderImg1 img:hover {
	transform: scale(1.1);
	box-shadow: 20px 0px 15px 1px rgba(0, 0, 0, 0.5), -20px 0px 15px 1px rgba(0, 0, 0, 0.5)
}

footer {
	background: #121214;
	padding: 55px 0px
}

.footerMenu-block {
	width: 25%
}

.f-menu li a {
	position: relative;
	color: #fff;
	opacity: 0.3;
	display: block;
	background: url(../images/menu-f-icon.png) left center no-repeat;
	padding: 11px 0px 11px 24px
}

.f-menu li a:hover {
	opacity: 1
}

.e-mail {
	padding-top: 11px;
	margin-bottom: 30px
}

.e-mail p {
	margin-bottom: 14px;
	color: #fff;
	opacity: 0.3
}

.e-mail a {
	color: #fff
}

.e-mail a:hover {
	text-decoration: underline
}

.f-soc-icons {
	display: flex
}

.f-soc-icons a {
	display: block;
	height: 16px;
	opacity: 0.3;
	margin-right: 16px
}

.f-soc-icons a:hover {
	opacity: 1
}

.f-soc-icons .twitter {
	background: url(../images/soc-icons.png) left top no-repeat;
	width: 17px
}

.f-soc-icons .vk {
	background: url(../images/soc-icons.png) left -33px top no-repeat;
	width: 20px
}

.f-soc-icons .fb {
	background: url(../images/soc-icons.png) left -74px top no-repeat;
	width: 15px
}

.f-soc-icons .twitch {
	background: url(../images/soc-icons.png) left -110px top no-repeat;
	width: 16px
}

.footerInfo-block {
	margin-bottom: 0;
}

.playments img {
	opacity: 0.4
}

.copy span {
	color: #fff;
	opacity: 0.3
}

.copy a {
	color: #fff;
	opacity: 1
}

.copy a:hover {
	text-decoration: underline
}

.f-text {
	width: calc(100% - 200px);
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.3;
	color: #fff;
	opacity: 0.3
}

.modal_div {
	width: 100%;
	min-height: 400px;
	max-width: 480px;
	background: url(../images/modal-bg.png) center bottom no-repeat;
	background-color: rgba(0, 0, 0, 0.95);
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -240px;
	display: none;
	opacity: 0;
	z-index: 35;
	padding: 50px 60px;
	box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.5)
}

.modal_div .modal_close {
	width: 56px;
	height: 56px;
	position: absolute;
	top: -28px;
	right: -28px;
	cursor: pointer;
	display: block;
	background: url(../images/close-icon.png) no-repeat;
	transition: 0.3s;
	filter: drop-shadow(0px 10px 14px rgba(0, 0, 0, 0.6))
}

.modal_div .modal_close:hover {
	filter: brightness(120%)
}

#overlay {
	z-index: 30;
	position: fixed;
	background-color: #070a11;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

.modalTitle {
	color: #cc7954;
	font-size: 24px;
	font-family: "Marcellus", sans-serif;
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	margin-bottom: 30px
}

.enterButtons {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 30px
}

.enterButtons a {
	display: flex;
	align-items: center;
	width: 346px;
	height: 58px;
	font-size: 18px;
	font-weight: 700;
	font-family: "Marcellus", sans-serif;
	line-height: 1.3;
	padding-left: 85px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	letter-spacing: 2px
}

.facebook-button {
	background: url(../images/facebook-button.png) left no-repeat;
	color: #fff;
	margin-bottom: 15px
}

.google-button {
	background: url(../images/google-button.png) left no-repeat;
	color: #000;
	text-shadow: none !important
}

.fieldGroup {
	position: relative;
	margin: 20px 0px
}

.fieldGroup input {
	width: 100%;
	height: 100%
}

.fieldGroup span {
	position: absolute;
	color: #696868;
	font-size: 11px;
	z-index: 1;
	display: block;
	padding: 5px;
	background: #040609;
	left: 10px;
	top: -12px;
	text-transform: uppercase
}

.fieldGroup:hover span {
	color: #fc9162;
	text-shadow: 1px 1px 10px #fc9162, -1px -1px 10px #fc9162
}

.enter {
	padding-top: 10px
}

.enterLinks p {
	margin-bottom: 0px;
	margin: 5px 0px
}

.enterLinks a {
	font-size: 14px
}

.enterLinks a:hover {
	color: #fff
}

.forgot {
	color: #696868;
	margin-bottom: 6px
}

.sign {
	color: #fcedc0;
	text-decoration: underline
}

.btn {
	/* position: relative; */
	/* top: -1px; */
	/* left: 20px; */
	/* z-index: 15; */
	/* transition: 0.3s; */
}

.btn span {
	display: block;
	width: 25px;
	height: 3px;
	background: #fff;
	margin: 5px 0px;
	opacity: 0.8;
	border-radius: 2px;
	transition: 0.3s;
	position: relative
}

.btn.active {
	left: 270px;
	top: 20px
}

.btn.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 8px
}

.btn.active span:nth-child(2) {
	display: none
}

.btn.active span:nth-child(3) {
	transform: rotate(-45deg)
}

.main {
	display: flex;
	justify-content: space-between;
	/* margin-bottom: 190px */
	margin-top: 60px;
}

aside {
	max-width: 365px;
	width: 100%
}

aside>div {
	margin-bottom: 15px
}

aside>div:last-child {
	margin-bottom: 0px
}

.content {
	width: calc(100% - 0px - 0px);
	box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3);
	background: url(../images/content-top-bg.jpg) center top repeat-x, url(../images/content-bottom-bg.jpg) center bottom repeat-x;
	background-color: #171719;
	padding: 35px;
	/* margin-top: 600px; */
}

.content-page {
	color: #feffff;
	line-height: 1.6
}

.content-page a {
	color: #ffdda9;
	text-decoration: none
}

.content-page a:hover {
	color: #696868
}

.content-page p {
	margin-bottom: 25px
}

.h2-title-content {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 25px;
	line-height: 1
}

.h2-title-content a {
	color: #fff;
	text-decoration: none;
	position: relative
}

.h2-title-content a:after {
	content: "";
	position: absolute;
	width: 50%;
	margin-left: -25%;
	height: 1px;
	background: #fff;
	left: 50%;
	bottom: -26px
}

.page-date {
	font-size: 13px;
	color: #fcedc0
}

.page-date span {
	font-weight: 600;
	font-size: 18px
}

.downloadBlock-content {
	padding-top: 40px;
	padding-bottom: 20px
}

.downloadBlock {
	background: url(../images/down-block-bg.jpg) center no-repeat;
	background-size: cover;
	max-width: 560px;
	width: 100%;
	padding: 40px 80px 55px 80px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-decoration: none
}

.downloadBlock-title {
	display: block;
	color: #ffdda9;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px
}

.downloadBlock-title span {
	color: #fff
}

.downloadBlock-text {
	color: #ffffff;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 35px
}

.downloadBlock-button {
	text-align: center
}

.d-button {
	display: block;
	width: 105px;
	height: 115px;
	text-align: center;
	padding-top: 90px;
	font-size: 13px;
	font-weight: 600;
	margin: 10px;
}

.d-button.googleButton {
	background: url(../images/google-img.png) center top 20px no-repeat;
	background-color: #453b90;
	color: #fff
}

.d-button.dropboxButton {
	background: url(../images/dropbox-img.png) center top 20px no-repeat;
	background-color: #1a2535;
	color: #696868
}

.d-button:hover {
	transform: scale(1.1);
	color: #fff
}

.drivers {
	margin-bottom: 80px
}

.drivers span {
	display: block;
	text-align: center;
	color: #ffdda9;
	font-size: 15px;
	margin-bottom: 20px
}

.mirror-title {
	color: #ffdda9;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 60px
}

.mirrorBlock {
	text-align: center;
	margin-bottom: 65px
}

.mirrorBlock p {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px
}

.mirrorBlock p span {
	color: #a97fff
}

.acc {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 30px
}

.acc-title {
	display: block;
	text-align: center;
	color: #ffdda9;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px
}

.fieldGroup-input {
	background: #040609;
	border: 1px solid #36383a;
	color: #fff;
	padding: 10px 15px;
	position: relative;
	font-size: 16px;
	transition: 0.3s
}

.accBlock-content {
	width: calc(50% - 15px)
}

.formGroup {
	position: relative;
	margin-top: 15px;
	padding-bottom: 15px
}

.formGroup input {
	padding: 15px
}

.formGroup div {
	padding: 15px
}

.formGroup span {
	position: absolute;
	color: #696868;
	font-size: 11px;
	z-index: 1;
	display: block;
	padding: 5px;
	background: url(../images/span-bg-input.jpg) center repeat-x;
	left: 10px;
	top: -10px;
	display: block;
	transition: 0.3s
}

.formGroup:hover span {
	color: #fc9162;
	text-shadow: 1px 1px 10px #fc9162, -1px -1px 10px #fc9162
}

.formGroup:hover div {
	border: 1px solid #fc9162;
	box-shadow: 0px 0px 10px 0px rgba(252, 142, 98, 0.6), inset 0px 0px 10px 0px rgba(252, 142, 98, 0.6)
}

.change-button {
	text-align: center;
	padding: 40px 0px
}

.support {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 60px
}

.supportButton {
	width: 50%;
	text-align: center
}

.row {
	display: flex;
	flex-wrap: wrap;
	/* margin-left: -15px; */
	width: calc(100% + 0px);
	margin-top: 10px;
}

.block-6 {
	width: 50%;
	padding: 0px 15px
}

.heroLeft-img {
	height: 310px;
	background: radial-gradient(#282240, #08090e 70%);
	margin-bottom: 15px;
	text-align: center
}

.heroLeft-button button,
.heroLeft-button .button {
	width: 100%
}

.heroName {
	font-family: "Marcellus", sans-serif;
	font-size: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	background-color: #030508;
	width: 100%;
	height: 81px;
	margin-bottom: 20px
}

.heroflex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}

.flexBlock {
	width: calc(50% - 1px);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 81px;
	background-color: #030508;
	color: #a97fff;
	font-size: 30px;
	position: relative;
	border: 1px solid #3f4045
}

.flexBlock b {
	font-weight: 400;
	font-size: 14px;
	display: block;
	margin-left: 5px;
	padding-top: 12px
}

.flexBlock .flexBlock-sp {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 21px;
	margin-top: -11px;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 1
}

.flexBlock .flexBlock-sp span {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px 10px;
	height: 21px;
	line-height: 21px;
	background: url(../images/span-bg.jpg) repeat-x
}

.flexBlock-flag {
	border: none
}

.flexBlock-lvl {
	border: none;
	background: #090b11
}

.hero {
	margin-bottom: 50px
}

.heroInfo {
	margin-bottom: 50px
}

.heroInfo-title {
	text-align: center;
	color: #ffdda9;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 30px
}

.heroInfo-row {
	display: flex;
	justify-content: space-between;
	background-color: #0d0f17;
	margin-bottom: 2px
}

.heroInfo-row span {
	padding: 17px;
	color: #fff
}

.heroInfo-row span:last-child {
	color: #a97fff
}

.flexBlock-guild {
	background-color: #090b10;
	border: none;
	font-size: 20px
}

.flexBlock-guild b {
	padding-top: 6px
}

.infoTitle {
	display: block;
	text-align: center;
	color: #ffdda9;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 30px
}

.t-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/transfer-button.jpg) no-repeat;
	max-width: 469px;
	width: 100%;
	height: 87px;
	margin: 0 auto;
	margin-bottom: 15px;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.t-button:hover {
	filter: brightness(120%)
}

.ticketTitle {
	margin-bottom: 25px
}

.ticketTitle-number {
	color: #ffdda9;
	font-size: 18px;
	font-family: "Marcellus", sans-serif;
	text-transform: uppercase;
	margin: 10px
}

.ticketTitle-number span {
	display: block;
	color: #fff;
	font-size: 12px;
	padding-top: 5px
}

.table-row {
	margin-right: -35px;
	margin-left: -35px
}

.tableTicket thead tr {
	background: url(../images/top-table-bg.png) repeat-x
}

.tableTicket thead tr td {
	color: #696868;
	font-size: 10px;
	padding: 13px 12px 13px 12px;
	white-space: nowrap
}

.tableTicket thead tr td:first-child {
	padding: 13px 0px 13px 30px
}

.tableTicket thead tr td:last-child {
	padding: 13px 30px 13px 12px
}

.tableTicket thead tr td:nth-child(2) {
	padding: 13px 12px 13px 0px
}

.tableTicket tbody tr td {
	padding: 16px 12px 16px 12px;
	border-bottom: 1px solid #030508;
	border-top: 1px solid #12141e;
	line-height: 1.3
}

.tableTicket tbody tr td:first-child {
	padding: 16px 0px 16px 30px
}

.tableTicket tbody tr td:last-child {
	padding: 16px 30px 16px 12px
}

.tableTicket tbody tr td:nth-child(2) {
	padding: 16px 12px 16px 0px;
	white-space: nowrap
}

.tableTicket tbody tr td:nth-child(3) {
	white-space: nowrap
}

.tableTicket tbody tr td:nth-child(4) {
	background: #1a182a;
	text-align: center
}

.message-button {
	border: 2px solid #a97fff;
	color: #a97fff;
	text-transform: uppercase;
	padding: 12px 18px;
	display: block;
	cursor: pointer;
	transition: 0.3s;
	white-space: nowrap;
	text-align: center
}

.message-button:hover {
	background: #a97fff;
	color: #fff
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 0px
}

.pagination .number {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/row.png) no-repeat;
	width: 93px;
	height: 93px;
	position: relative;
	z-index: 1;
	margin: 0px -2px;
	font-weight: 600;
	color: #707280;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4))
}

.pagination .number.pag:after {
	content: '';
	width: 24px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14px
}

.pagination .number.pag-prev:after {
	background: url(../images/left.png) no-repeat;
	margin-left: -15px
}

.pagination .number.pag-next:after {
	background: url(../images/right.png) no-repeat;
	margin-left: -11px
}

.pagination .number.active {
	color: #fff;
	background: url(../images/row-hover.png) no-repeat
}

.pagination .number:hover {
	color: #fff;
	background: url(../images/row-hover.png) no-repeat
}

.chatBlock {
	display: flex;
	padding: 20px 0px
}

.chatBlock-ava {
	width: 85px;
	display: flex
}

.chatBlock-ava img {
	width: 60px;
	height: 60px;
	border-radius: 50%
}

.chatBlock-content {
	width: calc(100% - 85px);
	background: #21212f;
	box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.3);
	padding: 25px;
	position: relative
}

.chatBlock-content_name {
	color: #a27af5;
	margin-bottom: 15px
}

.chatBlock-content_text {
	line-height: 1.4;
	margin-bottom: 15px;
	color: #fff
}

.chatBlock-content_date {
	color: #6a6a87;
	font-weight: 600;
	font-size: 12px
}

.chatBlock-content:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 23px;
	border: 10px solid transparent;
	border-right: 10px solid #21212f
}

.chatBlock-content textarea {
	background: #1a1a26;
	border: 1px solid #1a1a26;
	display: block;
	margin-bottom: 25px;
	min-height: 120px
}

.chatBlock-content textarea:hover {
	border: 1px solid #fc9162
}

.chatBlock-user {
	flex-direction: row-reverse
}

.chatBlock-user .chatBlock-ava {
	justify-content: flex-end
}

.chatBlock-user .chatBlock-content {
	text-align: right;
	background: #1e253d
}

.chatBlock-user .chatBlock-content:before {
	right: auto;
	left: 100%;
	border-left: 10px solid #1e253d;
	border-right: none
}

.chatBlock-user .chatBlock-content_name {
	color: #4a92c0
}

.form {
	width: 100%;
	max-width: 330px;
	margin: 0 auto
}

.form button,
.form .button {
	width: 100%;
	max-width: 330px;
	margin-top: 15px
}

.topTitle {
	color: #ffdda9;
	font-family: "Marcellus", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px
}

.rankingTable td {
	white-space: nowrap;
	padding: 15px 10px
}

.rankingTable td:first-child {
	padding: 15px 0px 15px 35px
}

.rankingTable td:last-child {
	padding: 15px 35px 15px 10px;
	text-align: right
}

.rankingTable thead tr {
	background: #1a1d2d
}

.rankingTable thead tr td {
	color: #908585;
	font-size: 15px;
	text-transform: uppercase;
	padding: 20px 10px
}

.rankingTable thead tr td:first-child {
	padding: 20px 0px 20px 35px
}

.rankingTable thead tr td:last-child {
	padding: 20px 35px 20px 10px
}

.rankingTable tbody tr {
	transition: 0.3s;
	background-image: url(../images/hover-big.png);
	background-position: center top -100px;
	background-repeat: no-repeat
}

.rankingTable tbody tr:nth-child(even) {
	background-color: #13131e
}

.rankingTable tbody tr:nth-child(odd) {
	background-color: #1a1b25
}

.rankingTable tbody tr:hover {
	background-position: center top -2px
}

.rankingTable tbody tr td {
	color: #696868
}

.rankingTable tbody tr td:nth-child(1) {
	font-size: 13px
}

.rankingTable tbody tr td:nth-child(2) {
	font-size: 12px;
	color: #cbff3f;
	text-shadow: 0px 0px 8px #82e700
}

.rankingTable tbody tr td:nth-child(3) {
	font-weight: 600;
	color: #fff
}

.rankingTable tbody tr td:nth-child(4) {
	display: flex;
	align-items: center
}

.rankingTable tbody tr td:nth-child(4) img {
	margin-right: 15px;
	width: 24px;
	height: 24px;
	border-radius: 50%
}

.rankingTable tbody tr td:nth-child(6) {
	font-size: 13px;
	text-align: right
}

.rankingTable tbody tr td:nth-child(6) span {
	color: #f08d2f
}

.register header {
	height: 530px
}

.mainRegister {
	max-width: 980px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center
}

.blockR {
	width: 100%;
	max-width: 480px;
	margin: 13px
}

.regBlock {
	background: url(../images/modal-bg.png) center bottom no-repeat;
	background-color: #030508;
	padding: 50px 65px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2)
}

.regBlock .modalTitle {
	margin-bottom: 50px
}

.regBlock .fieldGroup {
	margin: 0px 0px 55px 0px
}

.regBlock .enterLinks {
	display: flex;
	margin-left: -8px;
	margin-bottom: 40px
}

.regBlock .enterLinks p {
	margin: 0px 8px
}

.s-server {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #030508;
	margin-bottom: 25px
}

.s-server li {
	background: url(../images/ch-bg.png) no-repeat;
	height: 54px;
	width: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffdda9;
	font-family: "Marcellus", sans-serif;
	cursor: pointer;
	padding-right: 2px;
	margin: 12px 8px;
	transition: 0.3s;
	position: relative
}

.s-server li:before {
	content: "";
	position: absolute;
	background: radial-gradient(#2b3492, #141941);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -18px;
	transition: 0.3s;
	opacity: 0
}

.s-server li:hover:before {
	opacity: 1
}

.s-server li.active:before {
	opacity: 1
}

.s-server li span {
	position: relative;
	z-index: 1
}

.s-acc {
	background: url(../images/modal-bg.png) center bottom no-repeat;
	background-color: #030508;
	padding: 35px 65px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
	height: 100%
}

.check-container {
	display: block;
	position: relative;
	width: 19px;
	height: 19px;
	cursor: pointer;
	user-select: none
}

.h3-title {
	display: block
}

.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
	width: 19px;
	background-color: #030508
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.check-container input:checked~.checkmark:after {
	display: block
}

.check-container .checkmark:after {
	background: url(../images/check.png) no-repeat;
	left: 4px;
	top: 5px;
	width: 12px;
	height: 9px
}

.check-container-close .checkmark:after {
	background: url(../images/check-close.png) no-repeat;
	left: 5px
}

.select-acc_check {
	display: flex
}

.select-acc_check label {
	margin-right: 9px
}

.select-acc {
	background: url(../images/top-table-bg.png) repeat-x;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 9px
}

.select-acc:last-child {
	margin-bottom: 0px
}

.unsimple {
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	height: 30px;
	opacity: 0.4;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.unsimple:hover {
	opacity: 0.8;
}


/* Market addon */

.market-panel {
	position: relative;
	margin-top: -10px;
	margin-bottom: 30px;
	height: 370px;
	padding: 30px;
	background: #12141e;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.market-panel h2 {
	text-align: left;
	color: #fff;
	font-size: 30px;
	display: block;
	width: 100%;
	font-family: "Marcellus", sans-serif;
	letter-spacing: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.list-goods {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.list-goods li {
	width: 140px;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	border: 1px solid #192033;
	background-color: #0a0d16;
	transition: 0.3s;
}

.list-goods li:hover {
	margin-top: -10px;
}

.title-good {
	font-size: 12px;
	font-weight: normal;
	margin-top: -20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.market-panel .price {
	top: -8px;
	right: 0;
}

.list-goods li img {
	max-height: 135px;
	max-width: 135px;
	width: 135px;
	height: 135px;
	object-fit: none;
}

.button-buy {
	padding: 5px 18px;
	margin: 10px 0;
	background: #12141e;
	color: white;
	border: none;
	transition: 0.3s;
}

.button-buy:hover {
	background: #251f1f;
	box-shadow: 2px 4px 20px 0 #000;
	color: #ff0000;
}

.price {
	position: relative;
	right: 10px;
	color: #ffcc00;
	margin-top: 4px;
}

.price::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: url('../images/coin-icon.png') 0 0 no-repeat;
	right: -20px;
}

.button-market {
	position: relative;
	text-transform: uppercase;
	padding: 13px 40px 13px 28px;
	background: #251f1f;
	color: #dfbc60;
	border: none;
	margin-bottom: -10px;
}

.button-market::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 14px;
	height: 16px;
	background: url('../images/more-icon.png') 0 0 no-repeat;
}

.button-market:hover {
	background: #010000;
	box-shadow: 2px 4px 20px 0 #401e1e;
	color: #ff0000;
}

.padding-top {
	padding-top: 50px;
}

.settings {
	text-align: left;
	background-color: #324057;
}

@media screen and (min-width: 1279px) and (max-width: 1281px) {
	.serverSwitch {
		bottom: 15% !important;
	}
}

@media screen and (max-width: 768px) {
	.serverSwitch {
		bottom: unset !important;
		top: 50% !important;
	}

	.modal_div {
		width: 80% !important;
		max-width: 80% !important;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.option {
	transition: all 0.3s ease;
	cursor: pointer;
	background: url(../images/button-blue-small.png) no-repeat;
	height: 50px;
	width: 163px;
	border: none;
	color: #ffffff !important;
	font-family: "Marcellus", sans-serif;
	font-size: 12px;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	/* letter-spacing: 2px; */
	display: inline-block;
	line-height: 50px;
	margin-left: 5px;
	/* box-shadow: 0px 0px 22px 5px rgb(59 36 151 / 20%), 0px 10px 15px 4px rgb(0 0 0 / 30%); */
	/* filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8)); */
}

.active_btn {
	transition: all 0.3s ease;
	cursor: pointer;
	/* background: url(../images/button.png) no-repeat; */
	color: #ffffff !important;
	filter: brightness(100%) drop-shadow(0px -3px 20px rgba(81, 87, 156, 0.8));
}

.jumbotron {
	margin-bottom: 20px;
	/* float: right; */
}

.switch {
	margin-bottom: 20px;
	float: right
}

hr {
	border: none;
}

.bah-accordion {
	width: 100%;
	margin: 10px auto 10px auto;
	text-align: left;
}

.bah-accordion__element__header {
	position: relative;
	z-index: 4;
	display: block;
	cursor: pointer;
	background: #1f1f22;
	font-size: 22px;
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%);
	color: #d3d3d3;
	font-family: "Marcellus", sans-serif;
	border-bottom: 1px solid #303034;
}

.bah-accordion__element__header:hover {
	background: #2d2d32;
}

.bah-accordion__element__check:checked+.bah-accordion__element__header,
.bah-accordion__element__check:checked+.bah-accordion__element__header:hover {}

.bah-accordion__element__header:hover:after,
.bah-accordion__element__check:checked+.bah-accordion__element__header:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
}

.bah-accordion__element__check {
	display: none;
}

.bah-accordion__element__content {
	overflow: hidden;
	height: 0;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.bah-accordion__element__check:checked~.bah-accordion__element__content {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.bah-accordion__element__check:checked~.bah-accordion__element__content--small {
	height: auto;
	padding: 20px 0px 21px 0px;
}

.bah-accordion__element__check:checked~.bah-accordion__element__content--medium {
	height: 180px;
}

.bah-accordion__element__check:checked~.bah-accordion__element__content--large {
	height: 230px;
}

.col-sm-666 {
	margin-right: 0px;
	width: 532px;
	line-height: 40px;
	padding: 10px;
}

.col-sm-6 {
	margin-right: 0px;
	/* width: 532px; */
	line-height: 40px;
	padding: 10px;
}

.col-sm-2 {
	width: 200px;
	line-height: 40px;
}

.col-sm-8 {
	/* width: 355px; */
}

.form-control {
	/* width: 361px!important; */
	/* margin-right: 41px; */
}

.last {
	display: none;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #959da7;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
	background: url(../images/next-arrow.png) center no-repeat;
	margin-right: 15px;
	text-indent: -9999px;
}

.current, .prev, .next {
	/* display: block; */
	/* float: left; */
	/* height: 40px; */
	/* width: 40px; */
	/* line-height: 40px; */
	/* text-align: center; */
	/* color: #ffffff !important; */
	/* font-size: 14px; */
	/* border-radius: 50%; */
	/* margin: 0px 3px; */
	/* background: #424242 !important; */
	/* border: 1px solid #17171a; */
	/* box-shadow: 0px 0px 10px 0px rgb(0 0 0), inset 0px 0px 10px 0px rgb(10 10 12); */
}

.larger {
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	color: #959da7;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
	color: #fff;
	background: #1f221a;
	border: 1px solid #17171a;
	/* box-shadow: 0px 0px 10px 0px rgb(0 0 0), inset 0px 0px 10px 0px rgb(10 10 12); */
}

.nextpostslink {
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	color: #959da7;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 3px;
	color: #fff;
	background: #1f221a;
	border: 1px solid #17171a;
}

.tabset>input[type="radio"] {
	position: absolute;
	left: -200vw;
}

.tabset .tab-panel {
	display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
	display: block;
}

.tabset>label {
	position: relative;
	display: inline-block;
	padding: 0px 30px 10px;
	cursor: pointer;
	/* font-weight: 600; */
	margin: -1px;
	font-family: 'Spinnaker', sans-serif;
	background: linear-gradient(to right, #c6c6c6, #ffffff);
	-webkit-background-clip: text;
	color: transparent;
	border-bottom: 1px solid #ffffff05;
	padding-right: 20px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
}

.tabset>label:before {
	content: "";
	position: absolute;
	background: url(../images/title-icon.png) no-repeat;
	width: 26px;
	height: 26px;
	left: -5px;
	top: 50%;
	margin-top: -18px;
	filter: drop-shadow(0px 0px 10px #ff2a00)
}

.tabset>label:hover,
.tabset>input:focus+label {
	color: #fbef97;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
	background: #06c;
}

.tabset>input:checked+label {
	border-bottom: 1px solid #fffcc536;
}

.tab-panel {
	padding: 19px 0;
}

.tabset {
	/* max-width: 65em; */
}

.col {
	width: 50%;
	text-align: left;
	border-bottom: 1px solid #ffffff12;
	padding: 5px;
	font-size: 12px;
}

.langBlock {
	position: relative;
	top: 102px;
}

.langBlock-active {
	position: relative;
	cursor: pointer;
}

.langBlock-active img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 4px;
	transition: 0.3s;
}

.langBlock-active:before {
	content: "";
	position: absolute;
	background: url(../images/arrow-v.png) no-repeat;
	width: 10px;
	height: 6px;
	left: -15px;
	top: 50%;
	margin-top: -3px;
	opacity: 0.15;
	transition: 0.3s;
}

.langBlock-active:hover img {
	border: 1px solid white;
}

.langBlock-active:hover:before {
	opacity: 1;
}

.langBlock-active.active img {
	border: 1px solid white;
}

.langBlock-active.active:before {
	opacity: 1;
	transform: rotate(180deg);
}

.langBlock-content {
	background: url(../images/dark-fon.png);
	padding: 15px 0px;
	position: absolute;
	border-radius: 7px;
	top: 100%;
	left: -63px;
	margin-top: 14px;
	z-index: 2;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}

.langBlock-content:after {
	content: '';
	border: 6px solid transparent;
	border-bottom-color: #222222;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
}

.langBlock-content li a {
	min-width: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 25px;
}

.langBlock-content li a:hover {
	background: rgba(255, 255, 255, 0.05);
}

.modal-header h5:before {
	content: "";
	position: absolute;
	background: url(../images/title-icon.png) no-repeat;
	width: 26px;
	height: 26px;
	left: -5px;
	top: 50%;
	margin-top: -13px;
	filter: drop-shadow(0px 0px 10px #ff2a00)
}

.modal-header h5 {
	position: relative;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Marcellus", sans-serif;
	display: block;
	padding-left: 25px;
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}

.tool {
	cursor: help;
	position: relative;
	width: 32px;
	height: 32px;
	white-space: pre-line;
	margin: 0px;
	padding: 1px;
	line-height: 13px;
	font-weight: lighter;
}

.float-left::first-line {
	color: yellow;
}

.tool::before,
.tool::after {
	left: 50%;
	opacity: 0;
	position: absolute;
	z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
	opacity: 1;
	transform: scale(1) translateY(0);
	z-index: 100;
}


/*== pointer tip ==*/

.tool::before {
	border-style: solid;
	border-width: 1em 0.75em 0 0.75em;
	border-color: #282627 transparent transparent transparent;
	bottom: 100%;
	content: "";
	top: -27px;
	margin-left: -0.5em;
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
	transform: scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
}


/*== speech bubble ==*/

.tool::after {
	background: #282627;
	border-radius: .25em;
	bottom: 180%;
	color: #EDEFF0;
	content: attr(data-tip);
	text-shadow: #00000061 0px 1px 0px;
	margin-left: -8.75em;
	padding: 1em;
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
	transform: scale(.6) translateY(50%);
	width: 17.5em;
}

.tool:hover::after,
.tool:focus::after {
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

@media (max-width: 760px) {
	.tool::after {
		font-size: .75em;
		margin-left: -5em;
		width: 10em;
	}
}

.tooltip-pure-css {
	position: relative;
	color: #1a87E9;
	/* #43B7E9; */
	/* #3B627E; */
	font-weight: bolder;
	text-shadow: 1px 1px 1px #111;
	cursor: pointer;
	float: left;
	white-space: pre;
	font-size: 14px;
	font-family: arial;
	text-transform: none;
}

.tooltip-pure-css:hover::before {
	content: "";
	border: solid transparent;
	border-bottom-color: #7ca033;
	border-width: 10px;
	position: absolute;
	top: 20px;
	left: 7px;
}

.tooltip-pure-css:hover::after {
	content: attr(data-tooltip-pure-css);
	position: absolute;
	min-width: 15em;
	font-weight: 100;
	line-height: 1.3em;
	margin: 0;
	background: #7ca033;
	color: #000;
	text-shadow: 1px 1px 1px #fff3;
	padding: 15px;
	border-radius: 5px;
	left: -13%;
	top: 38px;
	z-index: 25000;
	font-size: 0.7em;
}

.item-opt {
	position: relative;
	color: #1a87E9;
	/* #43B7E9; */
	/* #3B627E; */
	font-weight: bolder;
	text-shadow: 1px 1px 1px #111;
	cursor: pointer;
	float: left;
}

.item-opt:hover::before {
	content: "";
	border: solid transparent;
	border-top-color: #7ca033;
	border-width: 10px;
	position: absolute;
	top: -8px;
	left: -28px;
}

.item-opt:hover::after {
	content: attr(data-tooltip-pure-css);
	position: absolute;
	min-width: 15em;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3em;
	margin: 0;
	background: #7ca033;
	color: #9baa8a;
	text-shadow: 1px 1px 1px #ffffff40;
	padding: 15px;
	border-radius: 5px;
	color: #000;
	right: -121px;
	top: -56px;
	z-index: 2000;
	font-size: 14px;
	white-space: pre;
}


/* Class or Id doesn't matter */
.dynamic-badge {
	position: relative;
	top: 5px;
	left: -7px;
	/* z-index: 1 !important; */
	float: left;
}

.dynamic-badge[data-badge]:after {
	content: attr(data-badge);
	position: absolute;
	top: 14px;
	left: -27px;
	font-size: 9px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	text-align: center;
	line-height: 16px;
	background: #000000ba;
	color: #ccc;
	width: 30px;
	height: 15px;

	box-shadow: 1px 2px 5px #000;
}

#page_title,
.post_title {
	font-size: 22px;
	padding: 10px;
	background: #1a1a1c;
	font-family: "Marcellus", sans-serif;
}

.post_date {
	font-size: 11px;
	float: right;
	padding-top: 3px;
}

.post_content {
	padding: 10px;
	background: #222226;
	margin-top: 1px;
	border-top: 1px solid #ffffff0a;
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

.serverIn {
	transition: 0.3s;
	width: 360px;
	height: 37px;
	background: #1b1b1b9c;
	display: inline-block;
	padding: 1px;
}


.serverIn p {
	font-size: 15px;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
	float: left;
	padding: 8px 7px 8px 3px;
	width: 50%;
	background: linear-gradient(#e1e1e1, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}


.serverIn span {
	width: 50%;
	float: right;
	padding: 8px 7px 8px 3px;
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 16px;
}

.reward {
	background: url(../images/reward.png);
	padding: 44px 53px;
	border-radius: 7px;
	top: 100%;
	left: -63px;
	margin-top: 14px;
	z-index: 2;
	height: 200px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}

.reward span {
	width: 100%;
	background: linear-gradient(#fdde91, #5b5d29);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 38px;
	filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
	display: block;
	margin-bottom: 15px; font-weight: 700;
	/* width: 350px; */
	font-family: "Marcellus", sans-serif;
}

.reward2 {
	background: url(../images/reward2.png);
	padding: 44px 53px;
	border-radius: 7px;
	top: 100%;
	left: -63px;
	margin-top: 14px;
	z-index: 2;
	height: 200px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}

.reward2 span {
	width: 100%;
	background: linear-gradient(#fdde91, #5b5d29);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 38px;
	filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
	display: block;
	margin-bottom: 15px ;font-weight: 700;
	/* width: 350px; */
	font-family: "Marcellus", sans-serif;
}


/*BS4_PATCH*/
[class='layer-interface'] .input-group {
	position: relative;
	width: 40%;
	float: left;
	clear: both;
}

[class='layer-interface'] .input-group input {
	position: relative;
}

[class='layer-interface'] .input-group-btn-vertical {
	top: 4px;
	/*equal to [class='layer-interface'] margin-top*/
	height: 30px;
}

[class='layer-interface'] .input-group-btn-vertical button,
[class='layer-interface'] .input-group-btn-vertical i {
	height: 15px;
	font-size: 10px;
	line-height: 15px;
}


.main-shop {
	display: block;
	margin: 0;
}

.options .package .info p,
.options .package .info2 p {
	margin-bottom: 22px;
	color: #68706f;
	font-family: "Marcellus", sans-serif;
}

.options .package {
	display: inline-table;
	width: 246px;

	/* margin: 1rem; */
	min-height: 399px !important;
	float: left;
	background: #171719;
	border-radius: 0.5rem;
	padding: 0rem;

	backdrop-filter: blur(8px);
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 5%), 0 1.5px 1.1px rgb(0 0 0 / 3%), 0 3.6px 2.5px rgb(0 0 0 / 5%), 0 6.8px 4.8px rgb(0 0 0 / 6%), 0 12.1px 8.5px rgb(0 0 0 / 7%), 0 22.6px 15.9px rgb(0 0 0 / 9%), 0 54px 38px rgb(0 0 0 / 12%);
}

.options .package .head {
	box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%);

	background-size: cover;
	padding: 1rem;
	padding-bottom: 0;
	height: 67px;
	background-image: linear-gradient(to right, #2c2c2c 0%, #1d1d20 50%, #1d1d1f 100%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.options .package .head .icons img {
	max-width: 100px;
	text-align: center;
	object-fit: cover;
}

.options .package .head h1 {

	color: white;
	text-align: left;
	position: relative;
	top: 11px;
	font-size: 12px;
	font-weight: 100;
	left: 11px;
	font-family: "Marcellus", sans-serif;
	background: linear-gradient(#ffffff, #dffaff);
	-webkit-background-clip: text;
	color: transparent;
	filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
	color: #ffdda9;
	margin-bottom: 20px;
	line-height: 1.3;
	font-family: "Marcellus", sans-serif;
}

.options .package .head .icons {
	display: block;
	margin: 0px auto;
	text-align: left;
	float: left;
}

.options .package .info {

	color: #333;

	/* font-weight: 500; */

	padding: 1rem;
	min-height: 111px;
	padding-top: 18px;
	font-size: 13px;
}

.options .package .info2 {
	font-family: "Philosopher", Arial;
	color: #333;
	text-align: center;
	font-weight: 500;

	padding: 2rem;
	padding-top: 3rem;
}

.info,
.info2 {
	min-height: 146px;
}

.button-section {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.options {
	width: 100%;
	/* display: block; */
	background: radial-gradient(100% 100% at 50% 5%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 1rem;
	padding: 0.5rem;
	backdrop-filter: blur(4px);
	/* width: 264px; */
	float: left;
	margin: 3px;
	text-align: center;
}

.icons {
	/* width: 100%; */
	display: block;
	margin: 0 auto;
	width: 34px;
	height: 34px;
	padding-bottom: 50px;
}

/*a.button {
	background: #344b72;
	border: 1px solid #4d6ea6;
	margin-top: 1rem;
}*/
.options .package .head h3 {
	color: #344b72;
	position: relative;
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
	/* border: 1px solid #02222c; */
	display: inline-flex;
	margin: 0px 20px 0px 20px;
}

.number-input,
.number-input * {
	box-sizing: border-box;
}

.number-input button {
	outline: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 35px;
	cursor: pointer;
	margin: 0;
	position: relative;
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 0.5rem;
	height: 2px;
	background-color: #ffffff;
	transform: translate(-50%, -50%);
}

.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
	font-family: sans-serif;
	max-width: 5rem;
	padding: .5rem;
	border: solid #a5581d24;
	border-width: 0 2px;
	background: #1b1b1d;
	text-align: center;
}

.priceTag_FCV {
	margin-top: 10px;
	left: 166px;
	font-size: 17px;
	background: linear-gradient(#fdde91, #696868);
	-webkit-background-clip: text;
	color: transparent;
	filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
	float: right;
}

.new_line {
	padding: 0px 20px 12px 20px;
}

.item {
	color: #d7a2a6;
	display: contents;
	font-weight: bolder;
}

.gold {
	color: #d1cea7;
	display: contents;
	font-weight: bolder;
}

.ref-reward {
	background: #141416;
	padding: 10px;
	height: 61px;
	line-height: 37px;
	padding-left: 10px;
	margin: 0px 0px 19px 0px;
	border: 1px solid #1d1d20;
}

.ref-reward span {
	margin-right: 10px;
}

.text-center {
	text-align: center;
}

.card {
    /* background: radial-gradient(100% 100% at 50% 5%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%); */
    /* border: 1px solid rgba(255, 255, 255, 0.05); */
    border-radius: 1rem;
    padding: 0.5rem;
    backdrop-filter: blur(4px);
    width: 272px;
    float: left;
    margin: -1px;
    text-align: center;
}

.card>div {
	/* background: #171719; */
	background: url(../images/item-bg2.png) top no-repeat;
	border-radius: 0.5rem;
	padding: 22px 15px 7px;
	/* min-height: 355px; */
	/* backdrop-filter: blur(8px); */
	color: #d5d5d5;
	/* border-radius: 0.5rem; */
	/* padding: 2rem; */
	/* min-height: 375px; */
	/* backdrop-filter: blur(8px); */
	/* box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1.5px 1.1px rgba(0, 0, 0, 0.034), 0 3.6px 2.5px rgba(0, 0, 0, 0.048), 0 6.8px 4.8px rgba(0, 0, 0, 0.06), 0 12.1px 8.5px rgba(0, 0, 0, 0.072), 0 22.6px 15.9px rgba(0, 0, 0, 0.086), 0 54px 38px rgba(0, 0, 0, 0.12); */
}

.card h1,
.card h2,
.card h3 {
	font-size: 12px;
}

.button, .swal-button {transition: all 0.3s ease;cursor: pointer;background: url(../images/button-blue-small.png) no-repeat;height: 50px;width: 165px;border: none;color: #fff !important;text-shadow: 1px -1px 0px rgb(0 0 0 / 30%);position: relative;z-index: 1;text-align: center;text-transform: uppercase;font-size: 12px;/* font-family: "AlbertusMedium"; *//* filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8)); */}
.button:hover,.swal-button:hover { filter: brightness(120%) drop-shadow(0px 0px 30px rgba(56, 114, 222, 0.4)); background-color:#a7787800 !important }
.button {display: inline-block;text-decoration: none;line-height: 48px;text-decoration: none;}
.swal-button:active {
    background-color: #70bce000;
}
.swal-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff0, 0 0 0 3px rgb(43 114 165 / 0%);
}
.disabled {
    filter: gray !important;
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
    }

.button>span {
	color: #ffffff;
	font-size: 10px;
	font-family: "Marcellus", sans-serif;
}

.glowingasset {
	display: inline-flex;
	/* width: 32px; */
	margin: 0 auto;
	text-align: -webkit-match-parent;
}

.icons img {
	width:32px;
	height:32px;
}

.announcement {
	padding: 10px 15px 0px;
	border: 1px solid #272727;
	background-color: #272727;
	border-radius: 4px;
}

.online {
	position: absolute;
	top: 365px;
	left: 11px;
}

.onlineBlock {
	margin: 0px 25px;
	position: relative;
	top: 155px;
	left: 53px;
}

.onlineBlock:after {
	content: "";
	position: absolute;
	width: 157px;
	height: 148px;
	left: 106px;
	margin-left: -94px;
	top: -63px;
	z-index: 3;
}

.onlineBlock:before {
	content: "";
	position: absolute;
	width: 215px;
	height: 215px;
	left: 107px;
	margin-left: -109px;
	top: -76px;
	z-index: 3;
	animation: 12s anim linear infinite;
}

.onlineBlock-blue:after {
	background: url(../images/server-icon-blue.png);
}

.onlineBlock-blue:before {
	background: url(../images/blue-anim.png);
}

.onlineBlock-blue .online-text {
	color: #4effeb;
}

.onlineBlock-green:after {
	background: url(../images/server-icon-green.png);
	/* filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8)); */
	/* filter: brightness(100%) drop-shadow(0px 10px 20px #ff0000); */
}

.onlineBlock-green:before {
	background: url(../images/green-anim.png);
}

.onlineBlock-green .online-text {
	color: #9eec67;
}

@keyframes anim {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

.circlestat {}

.circle {
	overflow: hidden;
	height: 191px;
}

.oBlock {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 89px;
	left: -42px;
	z-index: 1;
	color: #fff;
}

.online-text {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: -3px;
}

.online-rait {
	font-size: 14px;
}

.f16 {
	/* position: relative; */
	/* top: 395px; */
	/* left: 137px; */
	/* z-index: 15; */
	position: relative;
	top: 112px;
	left: 154px;
	z-index: 20;
	}

.f16 .flag {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: text-top;
	line-height: 16px;
	background: url(../images/flags/flags.png) no-repeat;
}

.f16 ._African_Union {
	background-position: 0 -16px;
}

.f16 ._Arab_League {
	background-position: 0 -32px;
}

.f16 ._ASEAN {
	background-position: 0 -48px;
}

.f16 ._CARICOM {
	background-position: 0 -64px;
}

.f16 ._CIS {
	background-position: 0 -80px;
}

.f16 ._Commonwealth {
	background-position: 0 -96px;
}

.f16 ._England {
	background-position: 0 -112px;
}

.f16 ._European_Union,
.f16 .eu {
	background-position: 0 -128px;
}

.f16 ._Islamic_Conference {
	background-position: 0 -144px;
}

.f16 ._Kosovo {
	background-position: 0 -160px;
}

.f16 ._NATO {
	background-position: 0 -176px;
}

.f16 ._Northern_Cyprus {
	background-position: 0 -192px;
}

.f16 ._Northern_Ireland {
	background-position: 0 -208px;
}

.f16 ._Olimpic_Movement {
	background-position: 0 -224px;
}

.f16 ._OPEC {
	background-position: 0 -240px;
}

.f16 ._Red_Cross {
	background-position: 0 -256px;
}

.f16 ._Scotland {
	background-position: 0 -272px;
}

.f16 ._Somaliland {
	background-position: 0 -288px;
}

.f16 ._Tibet {
	background-position: 0 -304px;
}

.f16 ._United_Nations {
	background-position: 0 -320px;
}

.f16 ._Wales {
	background-position: 0 -336px;
}

.f16 .ad {
	background-position: 0 -352px;
}

.f16 .ae {
	background-position: 0 -368px;
}

.f16 .af {
	background-position: 0 -384px;
}

.f16 .ag {
	background-position: 0 -400px;
}

.f16 .ai {
	background-position: 0 -416px;
}

.f16 .al {
	background-position: 0 -432px;
}

.f16 .am {
	background-position: 0 -448px;
}

.f16 .ao {
	background-position: 0 -464px;
}

.f16 .aq {
	background-position: 0 -480px;
}

.f16 .ar {
	background-position: 0 -496px;
}

.f16 .as {
	background-position: 0 -512px;
}

.f16 .at {
	background-position: 0 -528px;
}

.f16 .au {
	background-position: 0 -544px;
}

.f16 .aw {
	background-position: 0 -560px;
}

.f16 .ax {
	background-position: 0 -576px;
}

.f16 .az {
	background-position: 0 -592px;
}

.f16 .ba {
	background-position: 0 -608px;
}

.f16 .bb {
	background-position: 0 -624px;
}

.f16 .bd {
	background-position: 0 -640px;
}

.f16 .be {
	background-position: 0 -656px;
}

.f16 .bf {
	background-position: 0 -672px;
}

.f16 .bg {
	background-position: 0 -688px;
}

.f16 .bh {
	background-position: 0 -704px;
}

.f16 .bi {
	background-position: 0 -720px;
}

.f16 .bj {
	background-position: 0 -736px;
}

.f16 .bm {
	background-position: 0 -752px;
}

.f16 .bn {
	background-position: 0 -768px;
}

.f16 .bo {
	background-position: 0 -784px;
}

.f16 .br {
	background-position: 0 -800px;
}

.f16 .bs {
	background-position: 0 -816px;
}

.f16 .bt {
	background-position: 0 -832px;
}

.f16 .bw {
	background-position: 0 -848px;
}

.f16 .by {
	background-position: 0 -864px;
}

.f16 .bz {
	background-position: 0 -880px;
}

.f16 .ca {
	background-position: 0 -896px;
}

.f16 .cg {
	background-position: 0 -912px;
}

.f16 .cf {
	background-position: 0 -928px;
}

.f16 .cd {
	background-position: 0 -944px;
}

.f16 .ch {
	background-position: 0 -960px;
}

.f16 .ci {
	background-position: 0 -976px;
}

.f16 .ck {
	background-position: 0 -992px;
}

.f16 .cl {
	background-position: 0 -1008px;
}

.f16 .cm {
	background-position: 0 -1024px;
}

.f16 .cn {
	background-position: 0 -1040px;
}

.f16 .zh {
	background-position: 0 -1040px;
}

.f16 .co {
	background-position: 0 -1056px;
}

.f16 .cr {
	background-position: 0 -1072px;
}

.f16 .cu {
	background-position: 0 -1088px;
}

.f16 .cv {
	background-position: 0 -1104px;
}

.f16 .cy {
	background-position: 0 -1120px;
}

.f16 .cz {
	background-position: 0 -1136px;
}

.f16 .de {
	background-position: 0 -1152px;
}

.f16 .dj {
	background-position: 0 -1168px;
}

.f16 .dk {
	background-position: 0 -1184px;
}

.f16 .dm {
	background-position: 0 -1200px;
}

.f16 .do {
	background-position: 0 -1216px;
}

.f16 .dz {
	background-position: 0 -1232px;
}

.f16 .ec {
	background-position: 0 -1248px;
}

.f16 .ee {
	background-position: 0 -1264px;
}

.f16 .eg {
	background-position: 0 -1280px;
}

.f16 .eh {
	background-position: 0 -1296px;
}

.f16 .er {
	background-position: 0 -1312px;
}

.f16 .es {
	background-position: 0 -1328px;
}

.f16 .et {
	background-position: 0 -1344px;
}

.f16 .fi {
	background-position: 0 -1360px;
}

.f16 .fj {
	background-position: 0 -1376px;
}

.f16 .fm {
	background-position: 0 -1392px;
}

.f16 .fo {
	background-position: 0 -1408px;
}

.f16 .fr {
	background-position: 0 -1424px;
}

.f16 .bl,
.f16 .cp,
.f16 .mf,
.f16 .yt {
	background-position: 0 -1424px;
}

.f16 .ga {
	background-position: 0 -1440px;
}

.f16 .gb {
	background-position: 0 -1456px;
}

.f16 .sh {
	background-position: 0 -1456px;
}

.f16 .gd {
	background-position: 0 -1472px;
}

.f16 .ge {
	background-position: 0 -1488px;
}

.f16 .gg {
	background-position: 0 -1504px;
}

.f16 .gh {
	background-position: 0 -1520px;
}

.f16 .gi {
	background-position: 0 -1536px;
}

.f16 .gl {
	background-position: 0 -1552px;
}

.f16 .gm {
	background-position: 0 -1568px;
}

.f16 .gn {
	background-position: 0 -1584px;
}

.f16 .gp {
	background-position: 0 -1600px;
}

.f16 .gq {
	background-position: 0 -1616px;
}

.f16 .gr {
	background-position: 0 -1632px;
}

.f16 .gt {
	background-position: 0 -1648px;
}

.f16 .gu {
	background-position: 0 -1664px;
}

.f16 .gw {
	background-position: 0 -1680px;
}

.f16 .gy {
	background-position: 0 -1696px;
}

.f16 .hk {
	background-position: 0 -1712px;
}

.f16 .hn {
	background-position: 0 -1728px;
}

.f16 .hr {
	background-position: 0 -1744px;
}

.f16 .ht {
	background-position: 0 -1760px;
}

.f16 .hu {
	background-position: 0 -1776px;
}

.f16 .id {
	background-position: 0 -1792px;
}

.f16 .mc {
	background-position: 0 -1792px;
}

.f16 .ie {
	background-position: 0 -1808px;
}

.f16 .il {
	background-position: 0 -1824px;
}

.f16 .im {
	background-position: 0 -1840px;
}

.f16 .in {
	background-position: 0 -1856px;
}

.f16 .iq {
	background-position: 0 -1872px;
}

.f16 .ir {
	background-position: 0 -1888px;
}

.f16 .is {
	background-position: 0 -1904px;
}

.f16 .it {
	background-position: 0 -1920px;
}

.f16 .je {
	background-position: 0 -1936px;
}

.f16 .jm {
	background-position: 0 -1952px;
}

.f16 .jo {
	background-position: 0 -1968px;
}

.f16 .jp {
	background-position: 0 -1984px;
}

.f16 .ke {
	background-position: 0 -2000px;
}

.f16 .kg {
	background-position: 0 -2016px;
}

.f16 .kh {
	background-position: 0 -2032px;
}

.f16 .ki {
	background-position: 0 -2048px;
}

.f16 .km {
	background-position: 0 -2064px;
}

.f16 .kn {
	background-position: 0 -2080px;
}

.f16 .kp {
	background-position: 0 -2096px;
}

.f16 .kr {
	background-position: 0 -2112px;
}

.f16 .ko {
	background-position: 0 -2112px;
}

.f16 .kw {
	background-position: 0 -2128px;
}

.f16 .ky {
	background-position: 0 -2144px;
}

.f16 .kz {
	background-position: 0 -2160px;
}

.f16 .la {
	background-position: 0 -2176px;
}

.f16 .lb {
	background-position: 0 -2192px;
}

.f16 .lc {
	background-position: 0 -2208px;
}

.f16 .li {
	background-position: 0 -2224px;
}

.f16 .lk {
	background-position: 0 -2240px;
}

.f16 .lr {
	background-position: 0 -2256px;
}

.f16 .ls {
	background-position: 0 -2272px;
}

.f16 .lt {
	background-position: 0 -2288px;
}

.f16 .lu {
	background-position: 0 -2304px;
}

.f16 .lv {
	background-position: 0 -2320px;
}

.f16 .ly {
	background-position: 0 -2336px;
}

.f16 .ma {
	background-position: 0 -2352px;
}

.f16 .md {
	background-position: 0 -2368px;
}

.f16 .me {
	background-position: 0 -2384px;
}

.f16 .mg {
	background-position: 0 -2400px;
}

.f16 .mh {
	background-position: 0 -2416px;
}

.f16 .mk {
	background-position: 0 -2432px;
}

.f16 .ml {
	background-position: 0 -2448px;
}

.f16 .mm {
	background-position: 0 -2464px;
}

.f16 .mn {
	background-position: 0 -2480px;
}

.f16 .mo {
	background-position: 0 -2496px;
}

.f16 .mq {
	background-position: 0 -2512px;
}

.f16 .mr {
	background-position: 0 -2528px;
}

.f16 .ms {
	background-position: 0 -2544px;
}

.f16 .mt {
	background-position: 0 -2560px;
}

.f16 .mu {
	background-position: 0 -2576px;
}

.f16 .mv {
	background-position: 0 -2592px;
}

.f16 .mw {
	background-position: 0 -2608px;
}

.f16 .mx {
	background-position: 0 -2624px;
}

.f16 .my {
	background-position: 0 -2640px;
}

.f16 .mz {
	background-position: 0 -2656px;
}

.f16 .na {
	background-position: 0 -2672px;
}

.f16 .nc {
	background-position: 0 -2688px;
}

.f16 .ne {
	background-position: 0 -2704px;
}

.f16 .ng {
	background-position: 0 -2720px;
}

.f16 .ni {
	background-position: 0 -2736px;
}

.f16 .nl {
	background-position: 0 -2752px;
}

.f16 .bq {
	background-position: 0 -2752px;
}

.f16 .no {
	background-position: 0 -2768px;
}

.f16 .bv,
.f16 .nq,
.f16 .sj {
	background-position: 0 -2768px;
}

.f16 .np {
	background-position: 0 -2784px;
}

.f16 .nr {
	background-position: 0 -2800px;
}

.f16 .nz {
	background-position: 0 -2816px;
}

.f16 .om {
	background-position: 0 -2832px;
}

.f16 .pa {
	background-position: 0 -2848px;
}

.f16 .pe {
	background-position: 0 -2864px;
}

.f16 .pf {
	background-position: 0 -2880px;
}

.f16 .pg {
	background-position: 0 -2896px;
}

.f16 .ph {
	background-position: 0 -2912px;
}

.f16 .pk {
	background-position: 0 -2928px;
}

.f16 .pl {
	background-position: 0 -2944px;
}

.f16 .pr {
	background-position: 0 -2960px;
}

.f16 .ps {
	background-position: 0 -2976px;
}

.f16 .pt {
	background-position: 0 -2992px;
}

.f16 .pw {
	background-position: 0 -3008px;
}

.f16 .py {
	background-position: 0 -3024px;
}

.f16 .qa {
	background-position: 0 -3040px;
}

.f16 .re {
	background-position: 0 -3056px;
}

.f16 .ro {
	background-position: 0 -3072px;
}

.f16 .rs {
	background-position: 0 -3088px;
}

.f16 .ru {
	background-position: 0 -3104px;
}

.f16 .rw {
	background-position: 0 -3120px;
}

.f16 .sa {
	background-position: 0 -3136px;
}

.f16 .sb {
	background-position: 0 -3152px;
}

.f16 .sc {
	background-position: 0 -3168px;
}

.f16 .sd {
	background-position: 0 -3184px;
}

.f16 .se {
	background-position: 0 -3200px;
}

.f16 .sg {
	background-position: 0 -3216px;
}

.f16 .si {
	background-position: 0 -3232px;
}

.f16 .sk {
	background-position: 0 -3248px;
}

.f16 .sl {
	background-position: 0 -3264px;
}

.f16 .sm {
	background-position: 0 -3280px;
}

.f16 .sn {
	background-position: 0 -3296px;
}

.f16 .so {
	background-position: 0 -3312px;
}

.f16 .sr {
	background-position: 0 -3328px;
}

.f16 .st {
	background-position: 0 -3344px;
}

.f16 .sv {
	background-position: 0 -3360px;
}

.f16 .sy {
	background-position: 0 -3376px;
}

.f16 .sz {
	background-position: 0 -3392px;
}

.f16 .tc {
	background-position: 0 -3408px;
}

.f16 .td {
	background-position: 0 -3424px;
}

.f16 .tg {
	background-position: 0 -3440px;
}

.f16 .th {
	background-position: 0 -3456px;
}

.f16 .tj {
	background-position: 0 -3472px;
}

.f16 .tl {
	background-position: 0 -3488px;
}

.f16 .tm {
	background-position: 0 -3504px;
}

.f16 .tn {
	background-position: 0 -3520px;
}

.f16 .to {
	background-position: 0 -3536px;
}

.f16 .tr {
	background-position: 0 -3552px;
}

.f16 .tt {
	background-position: 0 -3568px;
}

.f16 .tv {
	background-position: 0 -3584px;
}

.f16 .tw {
	background-position: 0 -3600px;
}

.f16 .tz {
	background-position: 0 -3616px;
}

.f16 .ua {
	background-position: 0 -3632px;
}

.f16 .ug {
	background-position: 0 -3648px;
}

.f16 .us,
.f16 .en {
	background-position: 0 -3664px;
}

.f16 .uy {
	background-position: 0 -3680px;
}

.f16 .uz {
	background-position: 0 -3696px;
}

.f16 .va {
	background-position: 0 -3712px;
}

.f16 .vc {
	background-position: 0 -3728px;
}

.f16 .ve {
	background-position: 0 -3744px;
}

.f16 .vg {
	background-position: 0 -3760px;
}

.f16 .vn {
	background-position: 0 -3776px;
}

.f16 .vi {
	background-position: 0 -3792px;
}

.f16 .vu {
	background-position: 0 -3808px;
}

.f16 .ws {
	background-position: 0 -3824px;
}

.f16 .ye {
	background-position: 0 -3840px;
}

.f16 .za {
	background-position: 0 -3856px;
}

.f16 .zm {
	background-position: 0 -3872px;
}

.f16 .zw {
	background-position: 0 -3888px;
}

.f16 .sx {
	background-position: 0 -3904px;
}

.f16 .cw {
	background-position: 0 -3920px;
}

.f16 .ss {
	background-position: 0 -3936px;
}

.f16 .nu {
	background-position: 0 -3952px;
}


/* CSS CIRCLE */
.RadialProgress {
	--hue: 110;
	--holesize: 65%;
	--track-bg: hsla(0, 0%, 0%, 0.096);
	
	height: 160px;
	width: 160px;
	min-width: 100px;
	min-height: 100px;
	display: grid;
	align-items: center;
	justify-items: center;
	place-items: center;
	position: relative;
	font-weight: 700;
	font-size: max(10vmin, 1.4rem)
  ;left: 24px;top: 10px;}
  .RadialProgress::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  border-radius: 50%;
	  z-index: -1;
	  background: conic-gradient(
		hsl(var(--hue) 100% 70%),
		hsl(var(--hue) 100% 40%),
		hsl(var(--hue) 100% 70%) var(--progress, 0%),
		var(--track-bg) var(--progress, 0%) 100%
	  );
	  
	  -webkit-mask-image: radial-gradient(
		transparent var(--holesize),
		black calc(var(--holesize) + 0.5px)
	  );
	  
			  mask-image: radial-gradient(
		transparent var(--holesize),
		black calc(var(--holesize) + 0.5px)
	  );
	}
  
	#components-app {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	  }
	  #components-app > table {
		border: 2px solid rgba(68, 68, 68, 0.5);
		border-radius: 5px;
		cell-padding: 0;
		border-spacing: 0;
	  }
	  #components-app > table > thead {
		border-bottom: 1px solid rgba(68, 68, 68, 0.5);
	  }
	  #components-app > table > thead > tr > th {
		padding: 10px 12px;
		margin-top: -4px;
	  }
	  #components-app > table > thead > tr > th:not(:last-child) {
		border-right: 1px solid #ddd;
	  }
	  #components-app > table > tbody > tr:nth-child(odd) td {
		background-color: #ddd;
	  }
	  #components-app > table > tbody > tr > td {
		padding: 6px 5px;
	  }
	  #components-app > table > tbody > tr > td:not(last-child) {
		border-right: 1px solid #ddd;
	  }
	  
	  ul.pagination {
		display: flex;
		padding-left: 0;
		list-style: none;
		border-radius: 0.25rem;
	  }
	  ul.pagination li.page-item {
		line-height: 24px;
		margin-right: 0.5rem;
	  }
	  ul.pagination li.page-item a.page-link {
		padding: 0;
		width: 40px;
		height: 40px;
		display: block;
		font-size: 1rem;
		line-height: 40px;
		user-select: none;
		position: relative;
		text-align: center;
		border-radius: 50%;
		border: 2px solid #999;
		box-sizing: content-box;
		background: transparent;
	  }
	  ul.pagination li.page-item.active > a.page-link,
	  ul.pagination li.page-item > a.page-link:hover {
		color: #fff;
		cursor: pointer;
		border-color: #028ce8;
		background-color: #028ce8;
	  }

	  .container {
		display: flex;
		flex-wrap: wrap;
		/* width: 630px; */
		margin: 20px auto;
		}
	  
	  .square {
		border: 8px solid #463e3f;
		flex: 0 0 200px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 125px;
		width: 125px;
		border-radius: 50%;
		background: #242324;
		box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 20%);
		}
	  .square.square:not(:nth-child(3n)) {
		margin-right: 10px;
	  }
	  .square.square:not(:nth-child(n+7)) {
		margin-bottom: 10px;
		}
	  .square.is-active {
		border: 20px solid gold;
	  }
	  
	  .square__content {
		font-size: 2.8em;
	  }
	  
	  .square__start-btn {
		background: #a71867;
		color: #e97573;
		font-size: 27px;
		cursor: pointer;
		border: none;
		width: 150px !important;
		height: 150px !important;
		margin-top: 30px !important;
		border-radius: 0px;
		margin: 0 auto;
		border-radius: 100px;
		font-size: 21px;
		color: #fff;
		position: absolute;
		font-family: "Marcellus", sans-serif;
		box-shadow: 0px 0px 22px 5px rgb(59 36 151 / 20%), 0px 10px 15px 4px rgb(0 0 0 / 30%);
		}
	  .square__start-btn:hover {
		background: rgb(183 143 143 / 38%);
		}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.respond {
    float: left;
    margin-bottom: 10px;
}
.case {
    float: left;
}


.circle {
	display: grid;
	grid-template-areas:
		"layer";
	place-items: center;
	background: url(../images/spin.jpg);
	border-radius: 50%;
	--radius: 275px;
	width: 500px;
	height: 500px;
	overflow: visible;
	margin: 100px auto;
	box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 20%);
}

.stat {
	grid-area: layer;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #185adb;
	font-weight: bold;
	font-size: 15px;
	--d: calc(var(--i) / var(--total));
	--r-amount: 1turn;
	--r: calc((var(--r-amount) * var(--d)));
	--transform: rotate(var(--r)) translate(var(--radius)) rotate(calc(-1 * var(--r)));
	transform: var(--transform);
	transition: transform 1.5s ease-in-out;
	position: relative;
}



#left_side {
    float: left;
    height: 500px;
    width: 318px;
}

#right_side {
    float: left;
    /* width: 457px; */
    /* padding-top: 30px; */
    padding-left: -19px;
    margin-left: -121px;
    margin-right: 4px;
}

/* Sets the background image for the wheel */
td.the_wheel
{
    background-position: center;
    background-repeat: none;
}
.card-content p {
    min-height: 84px;
    font-size: 12px;
    color: #fff;
}
/* Do some css reset on selected elements */
h1, p
{
    margin: 0;
    font-family: "Marcellus", sans-serif;
}

div.power_controls
{
    margin-right:70px;
}

div.html5_logo
{
    margin-left:70px;
}

/* Styles for the power selection controls */
table.power
{
    background-color: #cccccc;
    cursor: pointer;
    border:1px solid #333333;
}

table.power th
{
    background-color: white;
    cursor: default;
}

td.pw1
{
    background-color: #6fe8f0;
}

td.pw2
{
    background-color: #86ef6f;
}

td.pw3
{
    background-color: #ef6f6f;
}

/* Style applied to the spin button once a power has been selected */
.clickable
{
    cursor: pointer;
}

/* Other misc styles */
.margin_bottom
{
    margin-bottom: 5px;
}

#rewards {background: url(../images/block-top-bg.png) center top no-repeat, url(../images/block-bottom-bg.png) center bottom no-repeat;background-color: #171719;box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%);padding: 35px 35px;width: 364px;}

#spin_button {
	position: relative;
	text-align: center;
	top: -158px;
	left: 283px;
}

#item {
    width: 256px;
    margin: 0 auto;
    padding: 5px;
    height: 41px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05);
}

#image {
    width: 32px;
    height: 32px;
    float: left;
}

#count {
    width: 25px;
    height: 32px;
    float: left;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    line-height: 2.8;
    text-align: left;
}

#title {
    float: left;
    width: 180px;
    color: #FFFFFF;
    font-size: 11px;
    padding-left: 10px;
    line-height: 2.8;
    font-weight: 400;
    text-shadow: 0 0 3px #000000,0 0 15px #000000,0 0 30px rgba(255, 255, 255, 0.48);
    font-family: Play,sans-serif;
}

.highlight {background: #e29403;/* border-radius: 5px; */border: none;color: #fff;text-shadow: #000 0px 1px 1px;box-shadow: 0px 1px 0px rgb(49, 125, 44) !important;	
	-webkit-animation: flash linear .5s infinite;
	animation: flash linear .5s infinite;}

sup {
    vertical-align: super;
    font-size: smaller;
}
#account_cash {
	width: 100%;
	padding: 22px;
	margin-bottom: 20px;
	background: #2a2a27;
	font-family: "Marcellus", sans-serif;
	color: #cbc8c4;
	border: 1px solid #ffffff14;
	display: flex;
	font-size: 18px;
	box-shadow: 0px 0px 14px rgb(0 0 0);
	overflow: visible;
	position: relative;
}
#account_cash p {
	font-family: "Marcellus", sans-serif;
	color: #f99f30;
	padding-left: 5px;
}

@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

.sliderImg { padding:10px;border-radius: 5px;}
.itm {
    color: #ea5a10;
    /* text-align: left; */
}
.items .itm:first-child {
    color: #fff !important;
    /* text-align: left; */
}
.plus {
    color: #f0f1c6;
    /* text-align: left; */
}
.opt {
    color: #8fadbe;
    /* text-align: left; */
}
.data {
    width: 100%;
    margin-right: 14px;
}
.slots {
    color: #e6f78a;
    font-size: 17px;
    margin-top: 3px;
    /* text-align: left; */
}
.slots_empty {
    color: #fff3;
    /* text-align: left; */
}

/* (A) TABS CONTAINER */
.tab, .tab * {
	font-family: arial, sans-serif;
	box-sizing: border-box;
	/* width: 100%; */
	font-family: "Marcellus", sans-serif;
	}
  .tab {}
  
  /* (B) HIDE CHECKBOX */
  .tab input { display: none; }
  
  /* (C) TAB LABEL */
  .tab label {
	/* (C1) DIMENSIONS */
	position: relative; /* required for (f2) position:absolute */
	display: block;
	width: 100%;
	margin-top: 12px;
	border-radius: 3px;
	padding: 10px;
   
	/* (C2) COSMETICS */
	font-weight: 700;
	color: #fff;
	background: #19191c;
	cursor: pointer;
	height: 56px;
	box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 20%);
	}

  .tab label:hover {background: #303030;}

  .tab label p {
    margin-top: -33px;
    position: relative;
    margin-left: 48px;
    font-size: 15px;
    font-family: "Marcellus", sans-serif;
    display: block;
    background: linear-gradient(#ffffff, #7d7e55);
    -webkit-background-clip: text;
    color: transparent;
}
  
  /* (D) TAB CONTENT - HIDDEN BY DEFAULT */
  /* css animation will not work with auto height */
  /* this is why we use max-height instead */
  .tab .data {
	overflow: hidden;
	transition: max-height 0.3s;
	max-height: 0;
	}
  .tab .data p { padding: 10px; }
  
  /* (E) OPEN TAB ON CHECKED */
  .tab input:checked ~ .data {max-height: 111vh;padding-top: 20px;}
  
  /* (F) EXTRA - ADD ARROW INDICATOR */
  .tab label::after {
	/* (F1) RIGHT ARROW */
	display: block;
	content: "\25b6";
   
	/* (F2) PLACE AT RIGHT SIDE */
	position: absolute;
	right: 30px;
	top: 20px;
   
	/* (F3) ANIMATED ARROW */
	transition: all 0.4s;
	background: linear-gradient(#c7c6c6, #555);
	-webkit-background-clip: text;
	color: transparent;
	}
   
  /* (F4) ROTATE ARROW ON CHECKED */
  .tab input:checked ~ label::after { transform: rotate(90deg); }
  .filter-box {
	/* padding: 1rem 0; */
	text-align: center;
	width: 300px;
	float: left;
	}
  .filter-box .select-box {
	font-size: 14px;
	min-width: 17rem;
	}
  
  .category-container {
	/* display: flex; */
	/* justify-content: center; */
	/* flex-wrap: wrap; */
	}
  .category-container .category {
	opacity: 0;
	display: none;
	text-transform: capitalize;
	border-radius: 0.5rem;
	font-size: 1.25rem;
	}
  .category-container .category.active {
	opacity: 1;
	display: flex;
	-webkit-animation: fadeIn 0.5s ease forwards;
	animation: fadeIn 0.5s ease forwards;
	align-content: space-between;
	justify-content: space-around;
	flex-direction: column;
	}
  
  @-webkit-keyframes fadeIn {
	0% {
	  opacity: 0;
	  transform: translateY(10%);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0%);
	}
  }
  
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	  transform: translateY(10%);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0%);
	}
  }
.fee {
    line-height: 37px;
    /* padding: 8px; */
    margin-left: 20px;
}
.cate {
	color: orange;
	font-size: 15px;
	font-family: "Marcellus", sans-serif;
}

.border {
  height: 39px;
  width: 40px;
  background: linear-gradient(to right, #ffb700 20%, #dcf319 40%, #ECD08C 50%, #ffb500 55%, #ddbc26 70%, #dda30f 100%);
  background-size: 200% auto;
  animation: shine 3s linear infinite;
  filter: brightness(100%) drop-shadow(0px 2px 5px #fc9162);
}

@keyframes shine {
    to {
      background-position: 200% center;
    }
  }



  /* Tier */
  .tierbar {
	border-radius: 9999px 0 0 9999px;
	box-shadow: 0 0 0 1px #28252512 inset;
	display: block;
	height: 16px;
	background: #0000008a;
	margin-bottom: 51px !important;
	/* margin-right: 24px  !important; */
	margin-top: 56px  !important;
	max-width: 954px;
	position: relative;
	margin: 24px 24px auto;
	}
  .tierbar__fill {
	background: #d7b025;
	background: linear-gradient(to right, #1e3621, #4fee20);
	border-radius: 9999px 0 0 9999px;
	display: block;
	height: 16px;
	max-width: 100%;
	min-width: 16px;
	position: relative;
	}
  .tierbar__fill:after {
    box-shadow: 0px 0px 10px 1px #4fee20;
	}
  .tierbar__break {
	align-items: flex-end;
	background-position: 6px top;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	border-left: 2px solid #ffffff12;
	bottom: 0;
	box-sizing: border-box;
	color: #fefefe;
	display: flex;
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
	margin-left: -2px;
	min-width: 32px;
	padding-left: 6px;
	width: 100px !important;
	position: absolute;
	text-shadow: #000 0px 0px 5px;
	top: -27px;
	}
  .tierbar__break:nth-child(2) {
	border-color: transparent;
	margin-left: 0;
	/* overflow: hidden; */
	}
  .tierbar__break:nth-last-child(1) {
	border-color: transparent;
	color: #ff8d00;
	text-shadow: none;
	}
  .tierbar__break::after {
	box-sizing: border-box;
	color: #565657;
	content: attr(data-tier);
	font-size: 11px;
	font-weight: 400;
	left: 0;
	padding: 3px 6px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 43px;
	/* text-overflow: ellipsis; */
	white-space: nowrap;
	font-family: "Marcellus", sans-serif;
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
	}
  .tierbar__break:nth-last-child(2)::after {
	color: #9828df;
	}
.tierbar__break:nth-last-child(1)::after {
	color: #dfa328;
	}
  .tierbar--top .tierbar__break:nth-last-child(2)::after {
	color: #565657;
	font-weight: 400;
  }
  .tierbar__break:nth-last-child(1) {
	width: 100px;
	}
  .tierbar--top .tierbar__break:nth-last-child(1) {
	opacity: 1;
  }
  .tierbar__break:nth-last-child(1)::after {
	min-width: 100px;
  }
  .tierbar--top .tierbar__break:nth-last-child(1)::after {
	color: #532c6c;
	font-weight: 600;
  }

  .tier-bg{background: url(../images/tier.png) center top no-repeat;padding-top: 89px;padding-bottom: 21px;margin-bottom: 93px;}  .tier-bg p {
    /* position: relative; */
    font-size: 43px;
    font-family: "Marcellus", sans-serif;
    display: block;
    padding-left: 25px;
    background: linear-gradient(#ffffff, #e1ffca);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    /* text-shadow: #000 0px 0px 7px; */
    margin-bottom: 140px;
}



#wrapper, #loginform {
    padding: 10px;margin:0 auto;
    width: 1080px;
    border: 1px solid #ffffff0f;
    background: #1b1b1e;
    }
  
#loginform { padding-top:18px; }
  
#loginform p { margin: 5px; }
  
#chatbox {
    text-align:
    left;
    margin:0 auto;
    margin-bottom: 7px;
    background: #171718;
    height: 438px;
    width: 100%;
    border: 1px solid #ffffff0f;
    overflow: hidden;
    padding: 4px;
    font-family: "Marcellus", sans-serif;
    }
#menu { padding:12.5px 25px 12.5px 25px; }
.msgln {
	border-bottom:1px solid #ffffff05;
	padding: 4px 4px 4px 11px;
}
#chat-area {
	padding: 10px;
}


.tooltip {
	position: relative;
}

  .tooltip::after {
	font-size: 13px;
	font-weight: normal;
	content: attr(data-tooltip);
	background-color: #621a1acc;
	border-radius: 10px;
	color: #ffffff;
	display: block;
	padding: 8px 12px;
	position: absolute;
	text-align: center;
	z-index: 999;
	transition: all 200ms;
	min-width: 300px;
	text-transform: capitalize;
	}
  .tooltip.tooltip-xl::after {
	width: 400px;
  }
  .tooltip.tooltip-lg::after {
	width: 255px;
  }
  .tooltip.tooltip-md::after {
	width: 127px;
  }
  .tooltip.top::after {
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 10px)) scale(0);
  }
  .tooltip.right::after {
	top: 50%;
	right: 0;
	transform: translate(calc(100% + 10px), -50%) scale(0);
  }
  .tooltip.bottom::after {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, calc(100% + 10px)) scale(0);
  }
  .tooltip.left::after {
	top: 50%;
	left: 0;
	transform: translate(calc(-100% - 10px), -50%) scale(0);
  }
  .tooltip:hover::after {
	transform: scale(1);
  }
  .tooltip:hover.top::after {
	transform: translate(-50%, calc(-100% - 10px));
	}
  .tooltip:hover.right::after {
	transform: translate(calc(100% + 10px), -50%);
  }
  .tooltip:hover.bottom::after {
	transform: translate(-50%, calc(100% + 10px));
  }
  .tooltip:hover.left::after {
	transform: translate(calc(-100% - 10px), -50%);
  }
  .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/ajax-loader.gif') 50% 50% no-repeat #000; }

.cards {border-radius: 5px;box-shadow: #2c1a1a 0px 0px 17px;filter: brightness(100%) drop-shadow(0px 0px 30px rgb(194 25 25 / 40%));}
.cards:hover {filter: brightness(120%) drop-shadow(0px 0px 30px rgba(56, 114, 222, 0.4));}

.theme {
    position: absolute;
    /* position: fixed; */
    right: 112px;
    top: 97px;
    background: #1c181a;
    padding: 10px;
    border-radius: 5px;
    font-size: 11px;
    color: #a7a195;
    font-family: "Marcellus", sans-serif;
    box-shadow: 0px 2px 12px 1px rgb(0 0 0 / 37%);
}
.swal-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 19px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    font-family: "Marcellus", sans-serif;
}
.item-corner {
    background: url(../images/corner-blue.png) no-repeat !important;
    width: 83px;
    height: 83px;
    position: absolute;
    top: 7px;
    z-index: 22;
    left: 0px;
    transition: 0.3s;
    opacity: 1;
}
.item-corner2 {
    background: url(../images/corner-orange.png) no-repeat !important;
    width: 83px;
    height: 83px;
    position: absolute;
    top: 7px;
    z-index: 22;
    left: 0px;
    transition: 0.3s;
    opacity: 1;
}
.item-corner span, .item-corner2 span { color: #fff; font-size: 9px; text-transform: uppercase; transform: rotate(-45deg); display: inline-block; text-align: center; width: 100%; position: absolute; left: -9px; top: 28px; letter-spacing: 1px; }



.important-notice * {
    color: var(--btn-text-color);
}

.table.table-hover .no-hover:hover {
    background-color: #0d0d0dbf !important;
}

.desc-row {
    margin: 0 0 1em 0;
    padding-bottom: 1em;
    text-align: center;
    border-bottom: solid 1px #f3f3f3;
}

.req-success {
    color: #009900;
}
.req-danger {
    color: #990000;
}
.req-info {
    color: #0081c9;
}

.make-space {
    margin-top: 10px;
}

.full-width-btn {
    width: 100%;
}

.full-width-btn.active {
    background-color: var(--link-text-color-hover);
    border: 1px solid rgb(39, 117, 166);
}

.btn-right {
    float: right;
}

.btn-navtop {
    float: right;
    margin-left: 20px;
    margin-top: 22px;
}

.code-input {
    font-family: Courier New;
    letter-spacing: .5em;
}

th.headerRow {
    background: #f3f3f3;
}

.status-online {
    color: #008000;
}

.status-offline {
    color: #a80000;
}

.fix-img {
    margin-top: -3px;
}

.col-center {
    text-align: center;
}

.sub-header-usercp {
    background-color: var(--usercp-section-bg-color);
    font-size: 1.5em;
    color: var(--usercp-section-text-color);
    padding: 10px;
    text-align: center;
    margin: 30px 0 20px 0;
    width: 100%;
}

.home-ranking-box {
    margin-top: 1.5em;
}

.topbar {
    background-color: var(--usercp-section-bg-color);
    padding: 10px 30px;
}

.topbar .welcome-text {
    color: var(--usercp-section-text-color);
}

.topbar.ban-protection {
    background-color: #ff0000;
    padding: 10px 30px;
}

/* RANKINGS */
.rankings_menu {
    width: 100%;
    /* overflow: auto; */
    text-align: center;
    margin-bottom: 10px;
}

.rankings_menu a, .rankings_menu a:visited {
    display: inline-block;
    width: calc(100% + 8px);
    text-align: center;
    padding: 8px 0px;
    margin: 2px -15px;
    /* background: rgb(253 253 253); */
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: rgb(249 253 255);
    /* background-color: var(--title-text-color); */
    /* color: var(--content-bg-color); */
     background-color: #7589ba;
    box-shadow: 0px 10px 20px 0px rgb(74 104 169 / 50%);
 
}

.rankings_menu a:hover {
    color: var(--link-text-color-hover);
    background: var(--btn-bg-color-hover);
    text-decoration: none;
}

.rankings_menu a.active {
    color: rgb(0 0 0);
}

.rankings_menu_filter {
    width: 100%;
    overflow: auto;
    text-align: center;
    margin-bottom: 10px;
}

.rankings_menu_filter a, .rankings_menu_filter a:visited {
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    text-transform: none;
    height: 40px;
    width: 115px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    padding-top: 12px;
    border-radius:3px;
    background-color: rgb(49 61 82);
    box-shadow: 0px 10px 20px 0px rgb(26 26 29);
    margin: 1rem;
    z-index: 1;
}

.rankings_menu_filter a:hover {
    color: var(--btn-text-color);
    background: var(--link-text-color-hover);
    text-decoration: none;
}

.rankings_menu_filter a.active {
    color: rgb(255 255 255);
}

.rankings_menu_filter_monster {
    width: 100%;
    overflow: auto;
    text-align: center;
    margin-bottom: 10px;
}

.rankings_menu_filter_monster a, .rankings_menu_filter_monster a:visited {
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
    margin: 2px;
    background:  #337ab7;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: var(--btn-text-color);
}

.rankings_menu_filter_monster a:hover {
    color: var(--btn-text-color);
    background: var(--link-text-color-hover);
    text-decoration: none;
}

.rankings_menu_filter_monster a.active {
    color: var(--btn-bg-color);
}

.rankings-table {
    margin-top: 20px;
}

.rankings-table th {
    text-align: center;
}

.rankings-update-time {
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
}

.rankings-duprian {
    background: var(--btn-bg-color);
    color: var(--btn-text-color);
}

.rankings-vanert {
    background:  #337ab7;
    color: var(--btn-text-color);
}

.rankings-gens-img {
    width: 50px !important;
    height: auto !important;
    border: 0 !important;
    -moz-box-shadow: 0 0 0px #000 !important;
    -webkit-box-shadow: 0 0 0px #000 !important;
    box-shadow: 0 0 0px #000 !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.rankings-gens-img-table {
    width: 30px !important;
    height: auto !important;
    border: 0 !important;
    -moz-box-shadow: 0 0 0px #000 !important;
    -webkit-box-shadow: 0 0 0px #000 !important;
    box-shadow: 0 0 0px #000 !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    margin: -8px 0 -10px 0;
}

.char-class-img {
    border-radius: 40px;
    width: 40px;
}

.rankings-progress {
    color: #008800;
}

.rankings-progress-neg {
    color: #880000;
}

.rankings-rewards-title {
    background: var(--btn-bg-color);
    color: var(--btn-text-color);
    padding: .5em;
    margin-top: 1em;
}

.rankings-rewards-1st-place {
    background: #d4af37 !important;
    color: #ffffff !important;
    font-size: 150%;
}

.rankings-rewards-2nd-place {
    background: #c0c0c0 !important;
    color: #ffffff !important;
    font-size: 130%;
}

.rankings-rewards-3rd-place {
    background: #804a00 !important;
    color: #ffffff !important;
    font-size: 130%;
}

.rankings-rewards-flag {
    margin-left: 10px;
    margin-top: -3px;
}

.ranking-wcoins-reset-highlight {
    background-color: #eeffed;
}

/* REGISTER */
.content-box .register-terms h3 {
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.content-box .register-terms h3:not(:first-child) {
    margin-top: 20px;
}

/* PROFILES */
.profile_item0 {
    position: relative;
    left: 14px;
    top: 123px;
    width: 68px;
    height: 132px;
    float: left;
}

.profile_item1 {
    position: relative;
    left: 190px;
    top: 123px;
    width: 68px;
    height: 132px;
    float: left;
}

.profile_item2 {
    position: relative;
    left: 0;
    top: 42px;
    width: 68px;
    height: 68px;
    float: left;
}

.profile_item3 {
    position: relative;
    left: -68px;
    top: 123px;
    width: 68px;
    height: 132px;
    float: left;
}

.profile_item4 {
    position: relative;
    left: -136px;
    top: 268px;
    width: 68px;
    height: 68px;
    float: left;
}

.profile_item5 {
    position: relative;
    left: -326px;
    top: 268px;
    width: 68px;
    height: 68px;
    float: left;
}

.profile_item6 {
    position: relative;
    left: -14px;
    top: 200px;
    width: 68px;
    height: 68px;
    float: left;
}

.profile_item7 {
    position: relative;
    left: 250px;
    top: -130px;
    width: 164px;
    height: 108px;
    float: left;
}

.profile_item8 {
    position: relative;
    left: -150px;
    top: -94px;
    width: 68px;
    height: 68px;
    float: left;
}

.profile_item9 {
    position: relative;
    left: -141px;
    top: -58px;
    width: 36px;
    height: 36px;
    float: left;
}

.profile_item10 {
    position: relative;
    left: -177px;
    top: 168px;
    width: 36px;
    height: 36px;
    float: left;
}

.profile_item11 {
    position: relative;
    left: -91px;
    top: 168px;
    width: 36px;
    height: 36px;
    float: left;
}

.profile_item236 {
    position: relative;
    left: 0px;
    top: 132px;
    width: 68px;
    height: 68px;
    float: left;
}

.profile_item237 {
    position: relative;
    left: 49px;
    top: 19px;
    width: 36px;
    height: 36px;
    float: left;
}

.profile_item238 {
    position: relative;
    left: -109px;
    top: 19px;
    width: 36px;
    height: 36px;
    float: left;
}

.profile-vip-status-1:before {
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    content: "\f005";
    color: #cd7f32;
}
.profile-vip-status-2:before {
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f005";
    color: #c0c0c0;
}
.profile-vip-status-3:before {
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f005";
    color: #ffcc00;
}
.profile-vip-status-4:before {
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f005";
    color: #00ffa8;
}

/* DONATION */
.donation-row {
    margin: 0;
}

.donation-method {
    padding: 1em;
    text-align: center;
}

/* BUG TRACKER */
.bug-tracker-search {
    width: 100%;
}

.bug-reports-holder {
    height: 170px;
    margin: 30px 0 0 0;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3), 0 1px 1px rgba(0, 0, 0, .2), inset 0 0 0 1px rgba(255, 255, 255, .015), inset 0 0 15px rgba(0, 0, 0, .015);
    text-align: center;
    padding: 20px 0 20px 0;
}

.bug-reports-holder.confirmed {
    background-color: var(--btn-bg-color);
    border: 1px solid var(--btn-border-color);
    color: var(--btn-text-color);
}

.bug-reports-holder.confirmed h3 {
    color: var(--btn-text-color) !important;
}

.bug-reports-holder h1 {
    font-size: 10rem;
    margin: 0 0 5px 0;
}

.bug-reports-holder h3 {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1.5rem !important;
}

.submit-bug-report {
    border-radius: 5px;
}

.plus-ico {
    font-size: 6rem;
    width: 60px;
    height: 60px;
    float: left;
    margin: 32px 0 0 45px;
}

.submit-bug-report h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--title-text-color);
    float: left;
    margin: 54px 0 0 25px;
    display: block;
    font-size: 2.75rem;
}

.submit-bug-report:hover {
    background: var(--btn-bg-color);
    border: 1px solid var(--btn-border-color);
    color: var(--btn-text-color);
}

.submit-bug-report:hover h1 {
    color: var(--btn-text-color);
}

.my-reports {
    margin: 30px 0 0 0;
    padding: 10px;
    border: 1px solid var(--btn-border-color);
    background: #eee;
    justify-content: space-between;
    filter: brightness(100%) drop-shadow(0px 10px 20px #161515);
    background: #252323;
    border-radius: 5px;
    border: 1px solid #ffffff12;
}

.bug-tracker-info {
    margin-top: 50px;
}

table.table-bug-tracker {
    text-align: left;
}

table.table-bug-tracker td.staff {
    background: #fff8dd;
}

table.table-bug-tracker td.staff:hover {
    background: #fffac5;
}

.bug-tracker-reply-head {
    margin-bottom: 10px;
}

.bug-tracker-reply-author {
    font-weight: bold;
    margin-bottom: 10px;
}

.bug-tracker-reply-date {
    float: right;
}

.bug-tracker-add-reply {
    margin-top: 20px;
}

.bug-tracker-add-reply-area {
    width: 100%;
}

.bug-tracker-add-reply-btn {
    width: 100%;
    margin-top: 10px;
}

.bug-tracker-input {
    margin-top: 10px;
}

.bug-tracker-input-btn {
    width: 100%;
    margin-top: 30px;
}

.tracker-msg-author {
    text-align: left;
}

.tracker-msg-date {
    text-align: right;
}

/* CHANGELOGS */
.changelog-rev {
}

.changelog-by {
    color: #ff0000;
}

.changelog-date {
}

.changelog-info {
    text-align: left;
}

#changelogsTabs #server-tab .text, #changelogsTabs #website-tab .text {
    font-size: 2.5rem;
}

#changelogsTabs #server-tab .text p, #changelogsTabs #website-tab .text p {
    font-size: 1.25rem;
}
.changelogs-tab {
    background: none;
    border: none;
    border-bottom: #02005a solid 2px;
    color: #fbfafa;
    margin-bottom: 5px;
}
.changelogs-tab .text {
    font-size: 2.5rem;
}
.changelogs-tab .text p {
    font-size: 1.25rem;
}

/* PAYPAL */
.donation-gateway-container {
    width: 100%;
    background: var(--btn-bg-color);
    border: 1px solid var(--btn-border-color);
}

.donation-gateway-content {
    /* margin: 10px; */
    /* background: #fef2da; */
    /* border: 2px solid  #337ab7; */
    padding: 10px;
    overflow: auto;
    background-size: 100% 100%;
    background-position: center;
    /* display: flex; */
    justify-content: space-between;
    filter: brightness(100%) drop-shadow(0px 10px 20px #161515);
    background: #252323;
    border-radius: 5px;
    border: 1px solid #ffffff12;
}

.donation-gateway-conversion-rate {
    margin: 0px auto;
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 10px 0px;
}

.donation-gateway-form {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.donation-gateway-form div {
    display: inline-block;
    padding: 0px 10px;
    color: #c4bebe;
    font-size: 18px;
}

.donation-gateway-form input[type=text] {
    width: 100px;
    display: inline;
    color: #ffffff;
}

.donation-gateway-continue {
    margin: 0px auto;
    text-align: center;
}



.mercadopago-gateway-logo {
    width: 100%;
    height: 85px;
    background: #fff9ec url('../images/mercadopago.png') no-repeat top center;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pagseguro-gateway-logo {
    width: 100%;
    height: 68px;
    background: #fff9ec url('../images/pagseguro.png') no-repeat top center;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* GUIDES */
h4.guide-title {
    background: var(--btn-bg-color);
    padding: 15px;
    margin-top: 0;
    color: #fff;
}

.btn-guide-cat {
    margin-bottom: 10px;
}

/* AUCTIONS */
.auction {
    border: 3px solid #eee;
    /*display: inline-block;*/
    padding: 10px;
    margin: 2px;
    margin-bottom: 30px;
}

.auction table {
    width: 100%;
}

.auction-text {
    vertical-align: top;
    width: 340px;
    padding: 2px;
}

.auction-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--usercp-section-bg-color);
    margin: 0 0 6px 0;
    padding: 0;
    line-height: 125%;
}

.auction-get span, .auction-job {
    border: 2px solid #eee;
    display: inline-block;
    margin: 2px 0;
    padding: 6px 8px;
    border-radius: 2px;
    text-transform: uppercase;
}

.auction-job {
    font-size: 10px;
    cursor: pointer;
}

.auction-help-text {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 2px solid #eee;
    z-index: 1;
    height: 48px;
    font-size: 12px;
}

.auction-help-text p {
    padding: 0 4px;
}

#auction-popup {
    width: 484px;
}

.auction-item-frame .auction-give {
    position: absolute;
    bottom: -17px;
    right: 2px;
    z-index: 2;
}

.auction-item-num {
    border-radius: 50px;
    border: 2px solid #eee;
    position: absolute;
    bottom: -14px;
    left: 6px;
    z-index: 2;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
}

.auction-item-img, .auction-jewels-img {
    display: block;
    padding: 2px;
    margin: 2px;
    background-color: #251a15;
    border: 1px solid #412c28;
    box-shadow: inset 0 0 8px #000000;
    border-radius: 4px;
}

.auction-item-img {
    width: 76px;
    height: 76px;
}

.auction-jewels-img {
    padding: 12px 12px 16px 12px
}

.auction-inv-frame {
    border: 1px #211c19 solid;
    border-radius: 4px;
    margin: 2px 16px;
    padding: 4px;
}

.auction-rate-line {
    border: 1px #eee solid;
    height: 24px;
    margin: 9px 0;
}

.auction-rate-line-stage {
    top: 0;
    left: 0;
    background-color: var(--usercp-section-bg-color);
    height: 22px;
    z-index: 1;
}

.auction-rate-text {
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: -22px;
    z-index: 2;
}

.auction-rate-text img {
    margin: 5px 2px;
}

.auction-item-frame {
    border: 2px solid #eee;
    display: inline-block;
    padding: 10px;
    margin: 2px;
    white-space: nowrap;
    text-align: center;
    height: 148px;
}

.auction-img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.auction-item-frame img {
    vertical-align: middle;
    max-height: 128px;
}

.auction-higest-bid {
    color: #00AA00;
}

.auction-outbid {
    color: #CC0000;
}

.auction-status-box {
    background-color: var(--usercp-section-bg-color);
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.auction-widget-body {
    text-align: center;
}

.auction-widget-item {
    cursor: pointer;
    display: inline-block;
    padding-top: 6px;
}

.auction-widget-current-bid {
    padding-top: 10px;
    padding-bottom: 5px;
    color: #ffffff;
}

.auction-widget-current-bid b {
    color: #ffffff;
}

.auction-widget-more-items {
    padding-top: 10px;
    color: #ffffff;
}

.auction-widget-title {
    color: #ffffff;
    font-size: 150%;
}

/* CLAIM A REWARD */
.claimreward {
    color: var(--usercp-section-text-color);
}

/* MARKET */
.market-pagination {
    text-align: center;
}

.market-filters {
    text-align: right;
}

.market-widget-price {
    color: #fdde91;
}

/* RECRUIT A FRIEND */
.recruit-link {
    background-color: var(--link-text-color) !important;
    color: var(--btn-text-color) !important;
    border: 1px solid rgba(37, 109, 156, 1.0) !important;
    outline: none !important;
}

/* WHEEL OF FORTUNE */
.skills-wheel {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    height: 560px;
    margin: 2em auto 2em;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 560px;
}

.skills-wheel:before {
    border-style: solid;
    border-width: 32px 32px 0 32px;
    border-color: #0d0d0d transparent transparent transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -32px;
    position: absolute;
    top: 8px;
    z-index: 100;
    width: 0;
}

.skills-wheel .btn {
    background-color: rgb(13 13 13);
    color: #fff;
    border: 4px solid var(--usercp-section-bg-color);
    -webkit-box-shadow: inset 0 -8px 0 #0d0d0d;
    -moz-box-shadow: inset 0 -8px 0 #2b2b2b;
    box-shadow: inset 0 -8px 0 #0d0d0d;
    font-family: "avantgarde_bold", Helvetica, Arial, sans-serif;
    height: 100px;
    left: 50%;
    line-height: 90px;
    margin: -54px 0 0 -54px;
    padding: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 4px rgb(13 13 13);
    text-transform: uppercase;
    top: 50%;
    width: 100px;
}

.skills-wheel .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 96px;
    margin-top: -50px;
}

.wheel {
    border: 12px solid rgb(13 13 13);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    width: 100%;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.wheel li {
    font-family: "avantgarde_bold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    height: 50%;
    line-height: 18px;
    list-style: none;
    left: 316px;
    margin: 0 0 0 -106px;
    padding: 0;
    position: absolute;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    top: 0;
    width: 115px;
}

.wheel li:before {
    display: none;
}

.wheel a {
    color: #ffffff;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 10px;
    width: 100%;
}

.spinDisabled {
    pointer-events: none;
    cursor: default;
}

.itembg {
    border-top: 268px solid #645e5e87;
}

/* TICKETS */
.ticket-open {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 2px;
    color: #FFFFFF;
    background-color: #007700;
    font-weight: bold;
}

.ticket-closed {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 2px;
    color: #FFFFFF;
    background-color: #770000;
    font-weight: bold;
}

.ticket-wait {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 2px;
    color: #FFFFFF;
    background-color: #ff9600;
    font-weight: bold;
}

.ticket-label {
    margin-top: 0;
}

.ticket-msg-author {
    text-align: left;
}

.ticket-msg-date {
    text-align: right;
}

.admin-reply tr th {
    background-color: #fffac5;
}

.admin-reply tr td {
    background-color: #fff8dd;
}

.admin-reply tr td:hover {
    background: #0c0c0c;
}

/* WEB BANK */
.webbank-section {
    padding: 0;
}

.webbank-section-title {
    background-color: var(--usercp-section-bg-color);
    font-size: 1.5em;
    color: var(--usercp-section-text-color);
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}

/* USERCP */
.usercp_info {
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: space-between;
    filter: brightness(100%) drop-shadow(0px 10px 20px #161515);
    background: #252323;
    border-radius: 5px;
    border: 1px solid #ffffff12;
}

.usercp_info_text {
    color: var(--usercp-info-text-color);
    background: #ffffff03;
    border-radius: 5px;
}

.usercp_info .active, .usercp_info .online {
    color: #00aa00;
}

.usercp_info .blocked, .usercp_info .offline {
    color: #ff0000;
}

.usercp_info .usercp_info_space {
    margin-top: 20px;
}

.usercp_menu {
    margin-top: 20px;
}

.usercp_menu .usercp_main {
    padding: 0 35px 10px 0;
}

@media (max-width: 768px) {
    .usercp_menu .usercp_main {
        padding: 0 0 10px 0;
    }
}

.usercp_menu .usercp_main_section {
    background-color: rgb(108 67 20);
    font-size: 1.5em;
    color: rgb(247 247 247);
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    /* height: 166px; */
    /* width: 852px; */
    font-family: "Marcellus", sans-serif;
}
.usercp_menu .usercp_main_item {
    background-color: rgb(226 229 235 / 20%);
    padding: 10px;
    cursor: pointer;
    border: 1px solid #eeeeee1c;
    border-radius: 5px;
    font-family: "Marcellus", sans-serif;
    filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8));
}

.usercp_menu .usercp_main_item:hover {
    background-color: var(--usercp-item-bg-color-hover);
}

.usercp_menu .usercp_main_item .usercp_main_item_icon {
    width: 45px;
    height: 45px;
    float: left;
    display: inline;
    vertical-align: middle;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
    font-size: 2em;
}

.usercp_menu .usercp_main_item .usercp_main_item_icon i {
    color: var(--usercp-section-bg-color);
}

.usercp_menu .usercp_main_item .usercp_main_item_title {
    /* font-size: 1.2em; */
    color: var(--usercp-section-bg-color);
    font-family: "Marcellus", sans-serif;
    font-weight: bold;
}

.usercp_menu .usercp_main_item .usercp_main_item_desc {
    color: var(--usercp-section-bg-color);
}

.usercp_menu .usercp_main_item:hover .usercp_main_item_icon i {
    color: var(--usercp-item-text-color-hover);
}

.usercp_menu .usercp_main_item:hover .usercp_main_item_title {
    color: var(--usercp-item-text-color-hover);
}

.usercp_menu .usercp_main_item:hover .usercp_main_item_desc {
    color: var(--usercp-item-text-color-hover);
}

.usercp_side_menu {
    margin-top: 20px;
    text-align: left;
}

.usercp_menu .usercp_side_item {
    /* background: var(--usercp-item-side-bg-color); */
    padding: 5px;
    /*color: var(--usercp-item-side-text-color);*/
    text-align: center;
    /*border-top: 3 px solid var(--usercp-item-side-bg-color-hover);*/
    border-top: 3px solid #ffffff12;
    /* color: var(--usercp-section-bg-color); */
    text-align: left;
}

.usercp_menu .usercp_side_item:hover {
    background: var(--usercp-item-side-bg-color-hover);
    color: var(--usercp-item-side-text-color-hover);
}

.usercp_menu .usercp_side_item.special {
    color: rgb(255 157 41);
    font-weight: bold;
    text-align: left;
}

.usercp_menu .usercp_side_item.special:hover {
    color: var(--usercp-item-side-text-special-color-hover);
}

/* DUAL STATS */
.dualstats_active {
    color: #ff8800;
    font-weight: bold;
}

/* LOTTERY */
.lottery-num {
    color: var(--usercp-section-bg-color);
    font-size: 2rem;
    font-weight: bold;
}

.lottery-win-num {
    color: #008800;
    font-size: 2rem;
    font-weight: bold;
}

.lottery-lose-num {
    color: #880000;
    font-size: 2rem;
    font-weight: bold;
}

/* PROMO CODES */
.promo-code-input {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    min-height: 60px;
}

/* VOTE */
.vote-box {
    padding: 0 10px 10px 0;
}

.vote-box-site {
    padding: 10px;
    cursor: pointer;
    border: 3px solid #eee;
}

.vote-box-site:hover {
    background-color: var(--usercp-item-bg-color-hover);
}

.vote-img {
    text-align: center;
}

.vote-text {
    text-align: center;
    font-size: 1.1em;
    color: var(--usercp-section-bg-color);
    margin-top: .5em;
}

.vote-box-site:hover .vote-text {
    color: var(--usercp-item-text-color-hover);
}

/* WEBSHOP */
.webshop-item-on-sale {
    color: #ff0000;
}

.webshop .class-category {
    padding: 0 10px 10px 0;
}

.webshop .class-category-item {
    background-color: var(--usercp-section-bg-color);
    color: var(--usercp-section-text-color);
    padding: 10px;
    cursor: pointer;
    text-align: center;
    height: 16em;
}

.webshop .class-category-item h3 {
    color: var(--usercp-section-text-color);
    margin-top: 0;
    font-size: 1.2em;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.webshop .class-category-item p {
    color: var(--usercp-section-text-color);
    margin: 0;
}

.webshop .class-category-item:hover {
    background-color: var(--usercp-item-bg-color);
}

.webshop .desc-holder {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.webshop .sale-holder {
    margin-bottom: 1em;
}

.webshop .quick-menu {

}

.webshop .webshop-options {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1em;
}

.webshop .webshop-right {
    text-align: right;
}

.webshop .webshop-left {

}

.webshop .webshop-sort {
    display: inline;
    width: auto;
}

.webshop .webshop-curr {
    display: inline;
    width: auto;
}

.webshop .webshop-category {
    display: inline;
    width: auto;
}

.webshop .webshop-hover:hover, .webshop .webshop-hover:hover i {
    cursor: pointer;
    color: var(--link-text-color-hover);
}

.webshop .webshop-table {
    margin-top: 20px;
}

.webshop .webshop-table th {
    text-align: center;
}

.webshop .webshop-table td {
    vertical-align: middle;
}

.webshop .webshop-space {
    margin-right: 14px;
}

.webshop .webshop-item-x {
    background-color: var(--usercp-section-bg-color);
    color: var(--usercp-section-text-color);
    padding: 10px 0 0 0;
    cursor: pointer;
    text-align: center;
    height: 13em;
    position: relative;
    margin-bottom: 1em;
}

.webshop .webshop-item-x:hover {
    background-color: var(--usercp-item-bg-color);
}

.webshop .webshop-item {
    background-color: var(--usercp-section-bg-color);
    color: var(--usercp-section-text-color);
    padding: 10px 0 0 0;
    cursor: pointer;
    text-align: center;
    height: 16em;
    position: relative;
}

.webshop .webshop-item:hover {
    background-color: var(--usercp-item-bg-color);
}

.webshop .webshop-item-title {
    color: var(--usercp-section-text-color);
}

.webshop .webshop-item-img {
    width: 100%;
    height: 128px;
    text-align: center;
}

.webshop .webshop-item-img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.webshop .webshop-item-desc {
    color: var(--usercp-section-text-color);
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    margin: 0 auto;
    padding-bottom: 10px;
}

.webshop .webshop-item-desc span {
    color: var(--usercp-section-text-color);
}

.webshop .item-detail {
    background: var(--usercp-section-bg-color);
    padding: 6px 15px 12px 15px;
}

.webshop .item-detail .item-detail-details, .webshop .item-detail .item-detail-class-req, .webshop .item-detail .item-detail-store-count, .webshop .item-detail .item-detail-total-bought {
    color: var(--usercp-section-text-color);
}

.webshop .item-detail .item-detail-title {
    color: var(--usercp-section-text-color);
    font-weight: bold;
    font-size: 1.3em;
}

.item-detail-webshop-armor,
.item-detail-webshop-speed,
.item-detail-webshop-minlvl,
.item-detail-webshop-onedmg,
.item-detail-webshop-twodmg,
.item-detail-webshop-str,
.item-detail-webshop-agi,
.item-detail-webshop-vit,
.item-detail-webshop-eng,
.item-detail-webshop-cmd,
.item-detail-webshop-dur {
    color: var(--usercp-section-text-color);
    font-weight: bold;
}

.webshop-checkbox {
    text-align: left;
}

.webshop-options-form {
    margin-right: 15px;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .webshop-options-form {
        padding-top: 10px;
        margin-right: 0;
        margin-left: 0;
    }
}

.webshop-options-group {
    padding-top: 8px;
}

.webshop-options-group:first-child {
    padding-top: 0;
}

.webshop-options-group .input-group-addon {
    min-width: 185px;
}

.webshop-options-group .input-group-addon.exc-opt {
    min-width: 37rem;
    text-align: left;
}

.webshop-label-checkbox {
    border: 1px solid #ccc !important;
}

.item-detail .webshop-desc-p {
    color: var(--usercp-section-text-color);
}

.webshop-price-box .webshop-price-p {
    color: var(--usercp-section-text-color);
    text-align: left;
    margin-top: 19px;
}

.webshop-price-p .webshop-item-price, .webshop-price-p .webshop-options-price, .webshop-price-p .webshop-total-price {
    color: var(--usercp-section-text-color);
    font-weight: bold;
    text-align: right;
    float: right;
}

.webshop-price-p .webshop-item-price-currency {
    float: right;
}

.webshop-purchase-item-btn {
    margin-top: 1em;
}

/* ACHIEVEMENTS */
.achievement {
    padding: 0 10px 10px 0;
    display: contents;
}

.achievement .achievement_item {
    /*background-color: var(--usercp-item-bg-color);*/
    padding: 10px;
    border: 3px solid #eee;
}

.ach-unlock-tab td {
    vertical-align: middle !important;
}

.achievement table {
    width: 32%;
    padding: 10px;
    border: 3px solid #eee;
    margin-bottom: 10px;
    float: left;
    margin-right: 14px;
}

.ach-header-row {
    text-align: center;
}

.ach-col {
    padding: 0 .5em .5em .5em;
}

.ach-stage {
    float: right;
    font-size: .7em;
}

.ach-icon {
    text-align: center;
    vertical-align: top;
    width: 50px;
    padding: .5em;
}

.ach-icon img {
 box-shadow: 0 0 8 px #000;
}

.ach-text {
    vertical-align: top;
    padding: .5em;
}

.ach-title {
    font-size: 1.2em;
    color: var(--usercp-section-bg-color);
    font-weight: bold;
}

.ach-get span, .ach-job {
    background-color: #251a15;
    border: 1px solid #412c28;
    box-shadow: inset 0 0 8px #000000;
    display: inline-block;
    margin: 2px 0;
    padding: 6px 8px;
    border-radius: 2px;
    text-transform: uppercase;
}

.ach-job {
    font-size: 10px;
    cursor: pointer;
}

.ach-help-text {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #251a15;
    border-top: 1px solid #412c28;
    box-shadow: inset 0 0 8px #000000;
    z-index: 1;
    height: 48px;
    font-size: 12px;
}

.ach-help-text p {
    padding: 0 4px;
}

#ach-popup {
    width: 484px;
}

.ach-item-frame {
    display: inline-block;
    text-align: center;
}

.ach-item-frame .ach-give {
    position: absolute;
    bottom: -17px;
    right: 2px;
    z-index: 2;
}

.ach-item-num {
    border-radius: 50px;
    background-color: #090807;
    border: 2px solid #412c28;
    position: absolute;
    bottom: -14px;
    left: 6px;
    z-index: 2;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
}

.ach-item-img, .ach-jewels-img {
    display: block;
    padding: 2px;
    margin: 2px;
    background-color: #251a15;
    border: 1px solid #412c28;
    box-shadow: inset 0 0 8px #000000;
    border-radius: 4px;
}

.ach-item-img {
    width: 76px;
    height: 76px;
}

.ach-jewels-img {
    padding: 12px 12px 16px 12px
}

.rate-line {
    border: 1px #eee solid;
    height: 22px;
    margin: 9px 0;
}

.rate-line-stage {
    top: 0;
    left: 0;
    background-color: var(--usercp-section-bg-color);
    height: 22px;
    z-index: 1;
}

.rate-text {
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: -22px;
    z-index: 2;
}

.rate-text img {
    margin: 5px;
}

.star-rating, .current-rating {
    background: url('../../assets/achievements/star.png') repeat-x;
    height: 12px;
}

.star-rating {
    position: relative;
    float: right;
    margin: 2px;
    list-style: none;
}

.star-rating-big, .current-rating-big {
    background: url('../../assets/achievements/star-big.png') repeat-x;
    height: 16px;
}

.star-rating-big {
    position: relative;
    display: inline-block;
    width: 80px;
}

.current-rating, .current-rating-big {
    background-position: left bottom;
}

@media (min-width: 768px) {
    .ach-reg-btn {
        margin-top: 6px;
    }
}

/* TEMPLATE */
#events {
    margin-bottom: 0;
    max-height: 600px;
    overflow-y: scroll;
    padding: 10px;
}

#events .event .title {
    color:  #337ab7;
}

#events dt.eventActive b, #events dt.eventActive span, #events dt.eventActive span div {
    color: rgb(0, 150, 0);
}

#events span {
    display: block;
    font-size: 12px;
}

#events .event {
    padding-bottom: 3px;
    border-bottom: 1px solid #eeeeee21;
    padding-top: 5px;
}

#events .event:first-child {
    padding-top: 0;
}

#events .event:last-child {
    border-bottom: none;
}

#bossTimer {
    margin-bottom: 0;
}

#bossTimer .boss .title {
    color: #ffffff;
}

#bossTimer dt.eventActive b, #bossTimer dt.eventActive span, #bossTimer dt.eventActive span div {
    color: rgb(0, 150, 0);
}

#bossTimer span {
    display: block;
    font-size: 12px;
}

#bossTimer .boss {
    padding-bottom: 3px;
    border-bottom: 1px solid #eeeeee21;
    padding-top: 3px;
}

#bossTimer .boss:first-child {
    padding-top: 0;
}

#bossTimer .boss:last-child {
    border-bottom: none;
}

.rightfloat {
    float: right;
}

/* MY VAULT */
.my-vault td.wh-item, .my-vault-ext td.wh-item {
    background: #ffedc4;
    border: 1px #dddddd solid;
}

.my-vault td.wh-item-empty, .my-vault-ext td.wh-item-empty {
    background: #eeeeee;
    border: 1px #dddddd solid;
}

@media (max-width: 767px) {
    .my-vault, .my-vault-ext {
        margin: 10px auto;
    }
}

@media (min-width: 768px) {
    .my-vault {
        float: right;
    }

    .my-vault-ext {
        float: left;
    }
}

/* CASH SHOP */
.cashshop .cashshop-item {
    background-color: var(--usercp-section-bg-color);
    color: var(--usercp-section-text-color);
    padding: 10px 0 0 0;
    cursor: pointer;
    text-align: center;
    height: 16em;
    position: relative;
}

.cashshop .cashshop-item:hover {
    background-color: var(--usercp-item-bg-color);
}

.cashshop .cashshop-item-title {
    color: var(--usercp-section-text-color);
}

.cashshop .cashshop-item-img {
    width: 100%;
    height: 128px;
    text-align: center;
}

.cashshop .cashshop-item-img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cashshop .cashshop-item-desc {
    color: var(--usercp-section-text-color);
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding-bottom: 10px;
}

.cashshop .cashshop-item-desc span {
    color: var(--usercp-section-text-color);
}

.cashshop .item-detail {
    background: var(--usercp-section-bg-color);
    padding: 6px 15px 12px 15px;
    text-align: center;
}

.cashshop .item-detail .item-detail-title {
    color: var(--usercp-section-text-color);
    font-weight: bold;
    font-size: 1.3em;
}

.cashshop .cashshop-options {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1em;
}

.cashshop .item-detail .item-detail-details {
    color: var(--usercp-section-text-color);
    margin-top: 1em;
}

.cashshop .clear {
    padding-left: 0;
    padding-right: 0;
}

/* ARCHITECT */
.architect-section {
    background-color: var(--usercp-section-bg-color);
    font-size: 1.5em;
    color: var(--usercp-section-text-color);
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 12px;
}

ul.castleArchitectInfo {
    list-style: disc;
    margin-left: 18px;
    line-height: 24px;
}

ul.castleArchitectInfo li {
    list-style: disc;
}

.castleArchitect .building-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--title-text-color);
    padding: 0 0 10px 0;
    line-height: 125%;
}

.castleArchitect .building-complete {
    width: 19%;
    display: inline-block;
    float: right;
    text-align: right;
}

.castleArchitect .building-image {
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.castleArchitect h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--title-text-color);
    padding: 0 0 10px 0;
    line-height: 125%;
}

.castleArchitect .building-button {
    float: right;
    display: inline-block;
    padding: 0;
}

.castleArchitect .building-price-box {
    background-color: #2C3E50;
    border-left: 3px solid #3498DB;
    padding: 6px 10px;
    display: inline-block;
    margin: 0 0 8px 0;
    text-align: left;
    color: #ECF0F1;
}

.castleArchitect .building-price-val {
    color: #3498DB;
    font-size: 18px;
    font-weight: bold;
}

.castleArchitect .building-manage-btn {
    border-left: 3px solid #3498DB;
    padding: 6px 10px;
    width: 172px;
    display: inline-block;
    margin: 0 6px 8px 14px;
}

.castleArchitect .building-cannot-upgrade {
    background-color: #251a15;
    border: 1px solid #412c28;
    box-shadow: inset 0 0 8px #000000;
    width: calc(100% - 40px);
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;
    color: #3498DB;
}

/*.castleArchitect {
    padding: 20px;
    text-align: left;
}

.castleArchitect h3 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 6px;
}

.castleArchitect h4 {
    font-weight: bold;
    font-size: 16px;
    padding: 16px 0 6px 0;
}

.castleArchitect ul.castleArchitectInfo {
    list-style: disc;
    margin-left: 18px;
    line-height: 24px;
    padding-bottom: 20px;
}

.castleArchitect ul.castleArchitectInfo li {
    list-style: disc;
}

.castleArchitect table.castleArchitectOwner th {
    width: 50%;
}

.castleArchitect .castleArchitectProduction {
    margin-top: 20px;
}

.castleArchitect .castleArchitectLastProduction {
    margin-top: 20px;
}

.castleArchitect table.castleArchitectLastProduction th {
    width: calc(100% / 7);
}

.castleArchitect table.castleArchitectInvestment {
    margin: 20px 0 20px 0;
}

.castleArchitect table.castleArchitectInvestment th {
    width: 50%;
}

.castleArchitect table.castleArchitectMyInvestments {
    margin: 20px 0 20px 0;
}

.castleArchitect table.castleArchitectMyInvestments th {
    width: calc(100% / 3);
}

.castleArchitect .building .account_sub_header {
    margin: 40px 0 0 0;
    width: 100%;
}

.castleArchitect .building .page-desc-holder {
    width: 100%;
    text-align: center;
    padding: 20px 0 20px 0;
}

.castleArchitect .building .account-wide {
    width: 100%;
}*/

/* ITEMS INVENTORY */
.items-inventory-item-bg {
    background: var(--item-name-bg-color);
}

/* ITEM TOOLTIP */
/*.item-tooltip-opt {
    color: #9aadd5;
}
.item-tooltip-luck {
    color: #9aadd5;
}
.item-tooltip-skill {
    color: #9aadd5;
}
.item-tooltip-exc {
    color: #4d668d;
}
.item-tooltip-anc {
    color: #9aadd5;
}
.item-tooltip-socket {
    color: #CC33CC;
}
.item-tooltip-item-title {
    color: #ffffff;
}
.item-tooltip-item-title2 {
    color: #8CB0EA;
}
.item-tooltip-item-title3 {
    color: #F4CB3F;
}
.item-tooltip-item-title4 {
    color: #2FF387;
}
.item-tooltip-item-title5 {
    color: #CC66CC;
}
.item-tooltip-item-title6 {
    color: #2FF387;
}
.item-tooltip-item-title6-bg {
    background-color: #0066CC;
}
.item-tooltip-item-title7 {
    color: #0066CC;
}
.item-tooltip-anc-title {
    color: #FFCC66;
}
.item-tooltip-nocolor {
    color: #F4CB3F;
}
.item-tooltip-fenrir {
    color: #8CB0EA;
}
.item-tooltip-fenrir-golden {
    color: #F4CB3F;
}
.item-tooltip-errtel1 {
    color: #FF0000;
}
.item-tooltip-errtel2 {
    color: #8CB0EA;
}
.item-tooltip-errtel3 {
    color: #e6bf3c;
}
.item-tooltip-errtel4 {
    color: #26e027;
}
.item-tooltip-errtel5 {
    color: #5b1659;
}
.item-tooltip-errtel-title {
    color: #ffffff;
}*/

/*
<div class="alert alert-danger" align="left" style="
padding: 10px;
background: #e74c3c;
border-radius: 5px;
"><span class="error_icons"></span><p style="
color: #fff;
margin: 0;
"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true" style="
color: #fff;
margin-right: 10px;
"></span> ERROR: Could not load requested rankings.<span class="glyphicon glyphicon-remove" aria-hidden="true" style="
color: #fff;
float: right;
"></span></p></div>
 */

/* ITEM TOOLTIP */
.item-box {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    white-space: nowrap;
    min-width: 200px;
    padding: 0 10px 10px 10px;
    font-size: 12px;
}

.item-name {
    padding: 4px 8px;
}

.item-serial {
    color: #ffffff !important;
    padding-top: 10px;
}

.item-info {
    color: #ffffff !important;
}

.item-info-section {
    padding-top: 10px;
}

.item-class-req {
    color: #b4b4b4 !important;
}

.item-opt-jog {
    color: #ff99cc !important;
    padding-top: 10px;
}

.item-opt-harmony {
    color: #ffcc00 !important;
    padding-top: 10px;
}

.item-opt-skill {
    color: #9aadd5 !important;
}

.item-opt-luck {
    color: #9aadd5 !important;
}

.item-opt-life {
    color: #9aadd5 !important;
}

.item-opt-exc {
    color: #4d668d !important;
    padding-top: 10px;
}

.item-opt-anc {
    color: #9aadd5 !important;
    padding-top: 10px;
}

.item-opt-socket {
    color: #4d668d !important;
    padding-top: 10px;
}

.item-expiration {
    color: #ff544f !important;
    padding-top: 10px;
}


/*.item_name_acient { background-color: #3c3cc8; color: #00ff00; }
.item_name_acient1 { color: #3c77c8 !important; }
.item_name_exc { color: #07D865 !important; }
.item_dur { color: #ffffff !important; padding-top: 10px; }
.item_name_gold, .item_harmony { color: #ffcc19 !important; }
.item_name_socket { color: #a079c8 !important; }
.item_luck, .item_exc, .item_sockets, .item_skill { color: #7eb1ff; padding-top: 10px;  }
.item_class { color: #ffffff; padding-top: 10px;  }
.item_sockets_title { color: #bd48ba; }
.item_ancient { color: #989898 !important; padding-top: 10px;  }
.right_margin { margin-right: 20px; }
.item_pvp { color: #cc7fcc !important; }
.item_sockets > span, .item_pvp > span { display: block; }*/

.donate-paymentwall {
    height: auto;
    min-height: 25em;
}

.index-countdown-center {
    margin-bottom: 1em;
    /* margin-top: -192px; */
    position: absolute;
    z-index: 30000;
    top: 350px;
    left: 140px;
    width: 548px;
}

.index-countdown-left {
    margin-bottom: 1em;
    padding-left: 0;
    margin-top: -134px;
}

.index-countdown-right {
    margin-bottom: 1em;
    padding-right: 0;
    margin-top: -134px;
}

.timer-bg {
    background-color: rgb(174 65 19 / 80%);
    padding: 10px 10px;
    /* border-right: 3px solid rgb(255 255 255 / 0%); */
    color: rgb(255 255 255);
    text-align: center;
    margin: 3px;
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 90%);
    width: 123px;
}

.timer-bg:last-child {
    border-right: none;
}

.timer-number {
    /* color: var(--usercp-section-text-color); */
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    color: rgb(255 255 255);
}

.index-countdown-title {
    text-align: center;
    color: rgb(255 255 255);
    /* background-color: rgb(255 255 255 / 29%); */
    /* padding-bottom: 1em; */
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0px 0px 3px #000;
}

.badge-tooltip .title {
    color: #ffffff;
    font-size: 14px;
}

/* ACTIVITY REWARDS */
.timeline {
    border-left: var(--title-text-color) solid;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 0 0 66px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 10px 0 10px 50px;
    list-style: none;
    text-align: left;
}

.timeline .event {
    padding-bottom: 25px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before, .timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -210px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
    top: 10px;
}

.timeline .event:after {
    left: -66px;
    background: var(--title-text-color);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    content: "";
    top: 5px;
}

.timeline .event.done:after {
    background: #008000;
    font-family: FontAwesome;
    content: "\f00c";
    color: #ffffff;
    padding: 5px 8px;
}

.timeline .event.active:after {
    background: #ff8000;
}

.timeline .event .make-border {
    border-bottom: 1px #eeeeee dashed;
}

.activity-claim-reward-btn {
    margin-bottom: 10px;
}

/* ICE WIND VALLEY */
.active-period {
    color: #00bb00;
}


.topbar.ban-protection {
    background-color: #ff0000;
    padding: 10px 30px;
}

.muun-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 130px;
    margin-bottom: 60px;
}
.muun-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.muun-checkmark {
    position: absolute;
    bottom: -50px;
    left: calc(50% - 12.5px);
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.muun-serial {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
}
.muun-container:hover input ~ .muun-checkmark {
    background-color: #ccc;
}
.muun-container input:checked ~ .muun-checkmark {
    background-color: var(--btn-bg-color);
}
.muun-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.muun-container input:checked ~ .muun-checkmark:after {
    display: block;
}
.muun-container .muun-checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.separator-right-border {
    border-right: 1px #eee solid;
}
.muun-add-space {
    margin-top: 1rem;
}
.next-vip-period {
    font-size: 20px;
}
.next-vip-period-dates {
    font-size: 20px;
    font-weight: bold;
}
table.custom-vip {
    width: 100%;
    border-collapse: collapse;
}
table.custom-vip tr {
    position: relative;
}
table.custom-vip td {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}
table.custom-vip .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #eee;
    opacity: 0.5;
}
table.custom-vip .custom-vip-unlock {
    font-size: 2rem;
    margin-top: .5rem;
    color: #156600;
}
table.custom-vip .custom-vip-lock {
    font-size: 2rem;
    margin-top: .5rem;
    color: #9e0000;
}
table.custom-vip tr.vip-package-locked {
    background-color: #eee;
}


/* Link Accounts */
.link-account-icon {
    font-size: 44px;
    --fa-primary-color: #2C3E50;
    --fa-secondary-color: #2980B9;
}
.link-account-value {
    font-size: 26px;
    font-weight: bold;
}
.link-account-panel {
    width: 100%;
}
.link-account-icon-panel {
    width: 20%;
    min-width: 50px;
    display: inline-block;
}
.link-account-title-panel {
    width: 35%;
    min-width: 120px;
    display: inline-block;
    text-align: left;
}
.link-account-reward-box {
    border: 2px solid #2C3E50;
    padding: 1rem;
    height: 100%;
}
.link-account-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.link-account-row > [class*='link-account-col'] {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px 0;
}
.link-account-claim-reward {
    width: 100%;
    height: 40px;
}
.link-account-claim-reward-btn {
    position: absolute;
    bottom: 1rem;
    width: calc(100% - 2rem - 34px);
}
.link-account-locked-rewards {
    position: absolute;
    height: calc(100% + 15px);
    width: 100%;
    top: -15px;
    background: rgba(253, 253, 253, .8);
    z-index: 5;
    text-align: center;
    display: table;
    overflow: hidden;
}
.link-account-locked-rewards-inner {
    display: table-cell;
    vertical-align: middle;
}
.link-account-locked-rewards-icon {
    font-size: 100px;
}
.link-account-btn-small {
    color: #aaa;
}

hr.link-account-hr {
    margin: 5px 0 5px 0 !important;
}

/* Event Winner Rewards */
.event-winner-reward-box {
    padding: 20px;
    border: 1px solid #2c3e50;
}
.event-winner-reward-box table th {
    text-align: center;
}

.char-inv-table {
    margin: auto;
}
/* Adventures */
.adventures-check-icon-done {
    color: #00ac28;
}
.adventures-check-icon-error {
    color: #a20000;
}
.adventures-lock-icon {
    color: #ffffff;
    margin-right: 10px;
}
.adventures-unlocked-info {
    padding: 8px;
    text-align: center;
}
.adventures-locked-req-col {
    padding: 8px;
    text-align: center;
}
.adventures-unlock-btn {
    margin-bottom: 10px;
}
.adventure-skill-icon {
    font-size: 4rem;
    --fa-primary-color: #2C3E50;
    --fa-secondary-color: #2980B9;
}
.btn-skill-add {
    width: 2rem;
    height: 2rem;
}
.adventure-skill-title {
    font-weight: bold;
    font-size: 16px;
}
.adventure-skill-icon-add {
    padding: 1rem 1.1rem;
    border: 1px #2C3E50 solid;
    border-radius: 5px;
    background-color: #2980B9;
    color: #ffffff;
}
.adventures-skill {
    margin-bottom: 1.25rem;
}
.adventures-skill-points {
    font-size: 12px;
    color: #888;
}
.adventure-skill-icon-add-btn {
    background: none;
    border: none;
}
.adventure-skills {
    margin: 2rem 0 0 0;
}
.adventure-section-title {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    background: #f3f3f3;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}
#adventure-duration {
    text-align: left;
}
.adventure-finish-btn {
    margin-top: 2rem;
}
.adventure-hero-alive {
    color: #0c8500;
}
.adventure-hero-dead {
    color: #8f0000;
}
.adventure-heal-icon {
    cursor: pointer;
    --fa-primary-color: #2C3E50;
    --fa-secondary-color: #2980B9;
    font-size: 14px;
}
.adventure-result-box {
    padding: 3rem 3rem 0 3rem;
    color: #fff;
    text-align: center;
    border: 1px solid #f3f3f3;
    margin-bottom: 2rem;
}
.adventure-result-box-title {
    background-color: #f3f3f3;
    padding: 1rem;
    margin-top: -3rem;
    margin-left: -3rem;
    margin-bottom: 3rem;
    width: calc(100% + 6rem);
}
.adventure-result-box-section {
    margin-bottom: 2rem;
}
.adventure-result-box-icon {
    font-size: 30px;
}
.adventure-result-box-section-title {
    font-size: 30px;
}
.adventure-result-box-section-subtitle {
    font-size: 14px;
    margin-top: -10px;
}
.adventure-result-box-section-title-item {
    font-size: 20px;
}
.adventure-token-icon {
    cursor: pointer;
    --fa-primary-color: #2C3E50;
    --fa-secondary-color: #2980B9;
    font-size: 14px;
}


/* ACCOUNT SETTINGS */
.account-settings-item {
    padding: 10px;
    cursor: pointer;
    border: 3px solid #eee;
    margin-bottom: 1em;
}
.account-settings-item a:hover {
    text-decoration: none;
}
.account-settings-item:hover {
    background-color: var(--usercp-item-bg-color-hover);
}
.account-settings-item .title {
    color:  #337ab7;
    font-size: 16px;
}
.account-settings-item .desc {
    color: var(--general-text-color);
    font-size: 12px;
}
.account-settings-item:hover .title {
    color: var(--usercp-item-text-color-hover);
}
.account-settings-item:hover .desc {
    color: var(--usercp-item-text-color-hover);
}
.account-settings-item .icon {
    --fa-primary-color: var(--usercp-item-bg-color-hover);
    --fa-secondary-color: var(--title-text-color);
    position: absolute;
    font-size: 2em;
    top: 16px;
    left: 16px;
}
.account-settings-item:hover .icon {
    --fa-primary-color: var(--usercp-item-text-color-hover);
    --fa-secondary-color: var(--usercp-item-text-color-hover);
}
/* PARTY MATCHING */
.party-matching1 {
    background-color: #2f3d466e;
    padding: 0px 0px;
    margin-top: -13px;
    margin-left: 643px;
    margin-right: -16px;
}
.party-matching-text1 {
    color: rgb(255 255 255);
}
/* MY CHARACTERS */
.mycharacters-accordion {
    color: #fff;
    cursor: pointer;
    padding: 23px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 13px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #0d0d0d, #151517);
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: space-between;
    filter: brightness(100%) drop-shadow(0px 12px 20px #161515);
    background: #252323;
    border-radius: 5px;
    border: 1px solid #ffffff12;
    line-height: 2px;
}

.mycharacters-active, .mycharacters-accordion:hover {
    background-color: var(--title-text-color);
    color: var(--content-bg-color);
    background: linear-gradient(to bottom, #404989, #414f8a);
}

.mycharacters-active small, .mycharacters-accordion:hover small {
    color: #ffffff;
    /* line-height: 5px; */
}

.mycharacters-panel {
    /* background-color: #e7e1e914; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.table-mycharacters th {
    text-align: center;
    vertical-align: bottom !important;
}
.mycharacters-glogo {
    float: right;
    line-height: -1px;
    top: -12px;
    position: relative;
}
.table-mycharacters td.row-title {
    font-weight: bold;
}

/* ICE WIND VALLEY */
.active-period {
    color: #00bb00;
}

/* CASTLE SIEGE */
.cs-attacker {
    color: #b90000;
}
.cs-defender {
    color: #009000;
}

/* IWV & ARKA */
.event-winner-icon {
    color: #ffc100;
}
.event-looser-icon {
    color: #b90000;
}

/* ACTIVITY REWARDS */
.timeline {
    border-left: var(--title-text-color) solid;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 0 0 66px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 10px 0 10px 50px;
    list-style: none;
    text-align: left;
}

.timeline .event {
    padding-bottom: 25px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before, .timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -210px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
    top: 10px;
}

.timeline .event:after {
    left: -66px;
    background: var(--title-text-color);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    content: "";
    top: 5px;
}

.timeline .event.done:after {
    background: #008000;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    color: #ffffff;
    padding: 5px 8px;
}

.timeline .event.active:after {
    background: #ff8000;
}

.timeline .event .make-border {
    border-bottom: 1px #eeeeee dashed;
}

.activity-claim-reward-btn {
    margin-bottom: 10px;
}

/* Discord */

.discord-btn {
    width: 100%;
    padding: 6px 12px;
    background-color: #5865f2 !important;
    border: 1px solid #4f5be2 !important;
    color: #ffffff;
    text-align: center;
}
.discord-btn svg {
    vertical-align: middle;
    fill: #ffffff;
    margin-top: -2px;
    margin-right: 1rem;
}
.discord-btn-unlink {
    width: 100%;
    padding: 6px 12px;
    background-color: #9c0000 !important;
    border: 1px solid #820000 !important;
    color: #ffffff;
    text-align: center;
}
.discord-btn-unlink svg {
    vertical-align: middle;
    fill: #ffffff;
    margin-top: -2px;
    margin-right: 1rem;
}
.facebook-btn {
    width: 100%;
    padding: 6px 12px;
    background-color: #385490 !important;
    border: 1px solid #2e4880 !important;
    color: #ffffff;
    text-align: center;
}
.google-btn {
    width: 100%;
    padding: 6px 12px;
    background-color: #4285f4 !important;
    border: 1px solid #316fd7 !important;
    color: #ffffff;
    text-align: center;
}
.discord-btn .icon-white, .facebook-btn .icon-white, .google-btn .icon-white, .facebook-btn-unlink .icon-white, .forum-btn-link .icon-white {
    color: #fff;
    margin-right: 1rem;
}
.facebook-btn-unlink {
    width: 100%;
    padding: 6px 12px;
    background-color: #9c0000 !important;
    border: 1px solid #820000 !important;
    color: #ffffff;
    text-align: center;
}
.forum-btn-link {
    width: 100%;
    padding: 6px 12px;
    color: #ffffff;
    text-align: center;
}


/* Notifications */
.fading-notification {border: 1px solid;margin: 10px 0px;padding: 15px 10px 15px 50px;background-repeat: no-repeat;text-align: left;width: 100%;border-radius: 5px;}


.red {
	color: #a74f55;
	background-color: #36181b;
	background-image: url('../images/error.png');
	background-position: 10px center;
}

.green {
	color: #79b72a;
	background-color: #2e3618;
	background-image:url('../images/success.png');
	background-position: 10px center;
}

.orange {
	color: #d68c44;
	background-color: #362518;
	background-image: url('../images/warning.png');
	background-position: 10px center;
}

.light_brown {
	color: #3c3738;
	background-color: #adcbfb;
	background-image: url('../images/wiki-img2.png');
	font-size: 12px;
	padding-left: 60px;
	border: 1px solid #cdcbcb;
	background-position: 10px center;
}


/* WEBSHOP */
.webshop-item-on-sale {
    color: #ff0000;
}

.webshop .class-category {
    padding: 0 14px 59px 0px;
}

.webshop .class-category-item {
  padding: 8px 15px;
  list-style: none;
  background-color: #1b1b1b;
  border-radius: 9px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.webshop .class-category-item h3 {
    background-size: 100% 100%;
    background-position: center;
    /* display: flex; */
    justify-content: space-between;
    filter: brightness(100%) drop-shadow(0px 10px 20px #161515);
    background: #252323;
    border-radius: 18px;
    border: 1px solid #ffffff12;
}

.webshop .class-category-item p {
    color: var(--usercp-section-text-color);
    margin: 0;
}

.webshop .class-category-item:hover {
    background-color: var(--usercp-item-bg-color);
    background-size: 100% 100%;
    background-position: center;
    /* display: flex; */
    justify-content: space-between;
    filter: brightness(100%) drop-shadow(0px 10px 20px #161515);
    background: #252323;
    border-radius: 18px;
    border: 1px solid #ffffff12;
}

.webshop .desc-holder {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.webshop .sale-holder {
    margin-bottom: 1em;
}

.webshop .quick-menu {

}

.webshop .webshop-options {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1em;
}

.webshop .webshop-right {
    text-align: right;
    font-size: 11px;
}

.webshop .webshop-left {

}

.webshop .webshop-sort {
    display: inline;
    width: auto;
}

.webshop .webshop-curr {
    display: inline;
    width: auto;
}

.webshop .webshop-category {
    display: inline;
    width: auto;
}

.webshop .webshop-hover:hover, .webshop .webshop-hover:hover i {
    cursor: pointer;
    color: var(--link-text-color-hover);
}

.webshop .webshop-table {
    margin-top: 20px;
}

.webshop .webshop-table th {
    text-align: center;
}

.webshop .webshop-table td {
    vertical-align: middle;
}

.webshop .webshop-space {
    margin-right: 14px;
}

.webshop .webshop-item-x {
    background-color: var(--usercp-section-bg-color);
    color: var(--usercp-section-text-color);
    padding: 10px 0 0 0;
    cursor: pointer;
    text-align: center;
    height: 13em;
    position: relative;
    margin-bottom: 1em;
}

.webshop .webshop-item-x:hover {
    background-color: var(--usercp-item-bg-color);
}

.webshop .webshop-item {
    /* background: url(../images/itemBG.png) center top no-repeat; */
    /* color: var(--usercp-section-text-color); */
    /* padding: 33px 0 0 0; */
    cursor: pointer;
    text-align: center;
    height: 15em;
    position: relative;
    filter: brightness(100%) drop-shadow(0px 10px 20px #161515);
    background: #252323;
    border-radius: 5px;
    border: 1px solid #ffffff12;
}

.webshop .webshop-item:hover {
    background-color: var(--usercp-item-bg-color);
}

.webshop .webshop-item-title {
    color: var(--usercp-section-text-color);
}

.webshop .webshop-item-img {
    /* width: 100%; */
    /* height: 244px; */
    text-align: center;
}

.webshop .webshop-item-img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.webshop .webshop-item-desc {
    /* color: var(--usercp-section-text-color); */
    /* width: 100%; */
    /* position: absolute; */
    /* bottom: 0; */
    /* margin: 31px auto; */
    /* padding-bottom: 1px; */
}

.webshop .webshop-item-desc span {
    color: var(--usercp-section-text-color);
}

.webshop .item-detail {
    background: var(--usercp-section-bg-color);
    padding: 6px 15px 12px 15px;
    width: 250;
    justify-content: space-between;
    filter: brightness(100%) drop-shadow(0px 10px 20px #161515);
    background: #252323;
    border-radius: 5px;
    border: 1px solid #ffffff12;
}

.webshop .item-detail .item-detail-details, .webshop .item-detail .item-detail-class-req, .webshop .item-detail .item-detail-store-count, .webshop .item-detail .item-detail-total-bought {
    color: var(--usercp-section-text-color);
}

.webshop .item-detail .item-detail-title {
    color: var(--usercp-section-text-color);
    font-weight: bold;
    font-size: 1.3em;
}

.item-detail-webshop-armor,
.item-detail-webshop-speed,
.item-detail-webshop-minlvl,
.item-detail-webshop-onedmg,
.item-detail-webshop-twodmg,
.item-detail-webshop-str,
.item-detail-webshop-agi,
.item-detail-webshop-vit,
.item-detail-webshop-eng,
.item-detail-webshop-cmd,
.item-detail-webshop-dur {
    color: var(--usercp-section-text-color);
    font-weight: bold;
}

.webshop-checkbox {
    text-align: left;
}

.webshop-options-form {
    margin-right: 15px;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .webshop-options-form {
        padding-top: 10px;
        margin-right: 0;
        margin-left: 0;
    }
}

.webshop-options-group {
    padding-top: 8px;
}

.webshop-options-group:first-child {
    padding-top: 0;
}

.webshop-options-group .input-group-addon {
    min-width: 185px;
    margin-right: 10px;
}

.webshop-options-group .input-group-addon.exc-opt {
    min-width: 37rem;
    text-align: left;
}

.webshop-label-checkbox {
    border: 1px solid #ccc !important;
}

.item-detail .webshop-desc-p {
    color: var(--usercp-section-text-color);
}

.webshop-price-box .webshop-price-p {
    color: var(--usercp-section-text-color);
    text-align: left;
}

.webshop-price-p .webshop-item-price, .webshop-price-p .webshop-options-price, .webshop-price-p .webshop-total-price {
    color: var(--usercp-section-text-color);
    font-weight: bold;
    text-align: right;
    float: right;
}

.webshop-price-p .webshop-item-price-currency {
    float: right;
}

.webshop-purchase-item-btn {
    margin-top: 1em;
}


/* Bread */

.breadcrumbs {
	display: flex;
	justify-content: space-between;
	background: rgba(0, 0, 0, 0.9);
	padding: 20px 45px;
}

.breadcrumbs ul {
	display: flex;
	align-items: center;
	position: relative;
	margin-left: -30px;
}

.breadcrumbs ul li {
	padding: 10px 30px;
	position: relative;
}

.breadcrumbs ul li:before {
	content: "";
	position: absolute;
	background: url(../images/bread-icon.png) no-repeat;
	width: 6px;
	height: 10px;
	left: 0px;
	top: 50%;
	margin-top: -5px;
}

.breadcrumbs ul li a {
	color: #9eaab6;
	font-size: 16px;
}

.breadcrumbs ul li a:hover {
	color: #fff;
}

.breadcrumbs ul li:first-child:before {
	display: none;
}



/* ITEM TOOLTIP */
/*.item-tooltip-opt {
    color: #9aadd5;
}
.item-tooltip-luck {
    color: #9aadd5;
}
.item-tooltip-skill {
    color: #9aadd5;
}
.item-tooltip-exc {
    color: #4d668d;
}
.item-tooltip-anc {
    color: #9aadd5;
}
.item-tooltip-socket {
    color: #CC33CC;
}
.item-tooltip-item-title {
    color: #ffffff;
}
.item-tooltip-item-title2 {
    color: #8CB0EA;
}
.item-tooltip-item-title3 {
    color: #F4CB3F;
}
.item-tooltip-item-title4 {
    color: #2FF387;
}
.item-tooltip-item-title5 {
    color: #CC66CC;
}
.item-tooltip-item-title6 {
    color: #2FF387;
}
.item-tooltip-item-title6-bg {
    background-color: #0066CC;
}
.item-tooltip-item-title7 {
    color: #0066CC;
}
.item-tooltip-anc-title {
    color: #FFCC66;
}
.item-tooltip-nocolor {
    color: #F4CB3F;
}
.item-tooltip-fenrir {
    color: #8CB0EA;
}
.item-tooltip-fenrir-golden {
    color: #F4CB3F;
}
.item-tooltip-errtel1 {
    color: #FF0000;
}
.item-tooltip-errtel2 {
    color: #8CB0EA;
}
.item-tooltip-errtel3 {
    color: #e6bf3c;
}
.item-tooltip-errtel4 {
    color: #26e027;
}
.item-tooltip-errtel5 {
    color: #5b1659;
}
.item-tooltip-errtel-title {
    color: #ffffff;
}*/

/*
<div class="alert alert-danger" align="left" style="
padding: 10px;
background: #e74c3c;
border-radius: 5px;
"><span class="error_icons attention"></span><p style="
color: #fff;
margin: 0;
"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true" style="
color: #fff;
margin-right: 10px;
"></span> ERROR: Could not load requested rankings.<span class="glyphicon glyphicon-remove" aria-hidden="true" style="
color: #fff;
float: right;
"></span></p></div>
 */

/* ITEM TOOLTIP */
.item-box {
    background: #13161a6e;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    min-width: 200px;
    padding: 0 10px 10px 10px;
    font-size: 12px;
}

.mucms-item-tooltip {
    position: absolute;
    display: none;
    min-width: 300px;
    left: 0;
    top: 0;
    padding: 5px;
    z-index: 9999;
}

.item-name {
    padding: 4px 8px;
}

.item-serial {
    color: #e9ff00 !important;
    padding-top: 10px;
}

.item-info {
    color: #909b24 !important;
}

.item-info-section {
    padding-top: 10px;
}

.item-class-req {
    color: #b4b4b4 !important;
}

.item-opt-jog {
    color: #ff99cc !important;
    padding-top: 10px;
}

.item-opt-harmony {
    color: #ffcc00 !important;
    padding-top: 10px;
}

.item-opt-skill {
    color: #9aadd5 !important;
}

.item-opt-luck {
    color: #9aadd5 !important;
}

.item-opt-life {
    color: #9aadd5 !important;
}

.item-opt-exc {
    color: #4d668d !important;
    padding-top: 10px;
}

.item-opt-anc {
    color: #9aadd5 !important;
    padding-top: 10px;
}

.item-opt-socket {
    color: #4d668d !important;
    padding-top: 10px;
}

.item-mastery-title {
    color: var(--item-color-socket-opt) !important;
}
.item-opt-mastery {
    color: #4d668d !important;
    padding-top: 10px;
}

.item-expiration {
    color: #ff544f !important;
    padding-top: 10px;
}


/*.item_name_acient { background-color: #3c3cc8; color: #00ff00; }
.item_name_acient1 { color: #3c77c8 !important; }
.item_name_exc { color: #07D865 !important; }
.item_dur { color: #ffffff !important; padding-top: 10px; }
.item_name_gold, .item_harmony { color: #ffcc19 !important; }
.item_name_socket { color: #a079c8 !important; }
.item_luck, .item_exc, .item_sockets, .item_skill { color: #7eb1ff; padding-top: 10px;  }
.item_class { color: #ffffff; padding-top: 10px;  }
.item_sockets_title { color: #bd48ba; }
.item_ancient { color: #989898 !important; padding-top: 10px;  }
.right_margin { margin-right: 20px; }
.item_pvp { color: #cc7fcc !important; }
.item_sockets > span, .item_pvp > span { display: block; }*/



.na li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	/* background: #fff; */
}
.na li:hover {background: #a3ab490d;}
.na li span {
	position: absolute;
	top: 52px;
	left: 18%;
	z-index: 25000;
	color: #98c78e;
	line-height: initial;
	padding: 5px;
	font-size: 11px;
	border-radius: 5px;
	text-align: center;
	width: 100px;  animation: blinker 1s linear infinite;

}

.na li:before {
	filter: hue-rotate(185deg);
}


/*
.na li:nth-child(1):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-1.png) no-repeat;
}

.na li:nth-child(2):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-2.png) no-repeat;
    transition: 0.2s;
}

.na li:nth-child(2):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.na li:nth-child(3):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-3.png) no-repeat;
    transition: 0.2s;
}

.na li:nth-child(3):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.na li:nth-child(4):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-4.png) no-repeat;
    transition: 0.2s;
}

.na li:nth-child(4):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.na li:nth-child(5):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-5.png) no-repeat;
    transition: 0.2s;
}

.na li:nth-child(5):hover {
    margin-top: -5px;
    transition: 0.2s;
}

.na li:nth-child(6):before {
    height: 45px;
	top: 20px;
	content: '';
	position: absolute;
	width: 45px;
    background: url(../images/icon-menu-6.png) no-repeat;
    transition: 0.2s;
}

.na li:nth-child(6):hover {
    margin-top: -5px;
    transition: 0.2s;
}

*/

.na li.sub-men ul li:before {
	display: none;
}

.na li:first-child a {
	background: linear-gradient(#fdde91, #7d7e55);
	-webkit-background-clip: text;
	color: transparent;
}


.na li a {
	font-family: "Marcellus", sans-serif;
	font-size: 16px;
	display: block;
	height: 90px;
	padding: 0px 40px 0px 40px;
	line-height: 90px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	background: linear-gradient(#ffffff, #3c3c36);
	-webkit-background-clip: text;
	color: transparent;
}

.na li ul {
	position: absolute;
	left: 0;
	top: calc(100%);
	background: rgb(23 23 25 / 96%);
	padding: 25px 0px 25px 0px;
	min-width: 248px;
	display: none
}

.na li ul li {
	display: block
}

.na li ul li:after {
	content: "";
	position: absolute;
	background: url(../images/drop-menu-hover.png) no-repeat;
	width: 308px;
	height: 133px;
	left: -46px;
	top: 0px;
	margin-top: -47px;
	opacity: 0;
	transition: 0.3s
}

.na li ul li a {
	font-size: 16px;
	padding: 15px 50px;
	height: auto;
	line-height: 1;
	color: #fcedc0 !important;
	background-image: url(../images/drop-menu-icon.png) !important;
	background-position: left -20px center !important;
	background-repeat: no-repeat !important;
}

.dropdown-menu {
	display: none;
	animation: 0.3s opas linear
}

.dropdown-toggle.active {
	color: #cc7954
}

.na li:hover a {
	color: #cc7954;
}

.na li ul li:hover:after {
	opacity: 1
}

.na li ul li:hover a {
	color: #cc7954 !important;
	padding: 15px 0px 15px 70px;
	background-position: left 50px center
}

.na .sub-men li a {
	padding: 15px 50px
}

.rankings-vip-status-1, .rankings-vip-status-2, .rankings-vip-status-3, .rankings-vip-status-4 {
    position: relative;
}
.rankings-vip-status-1:before {
    position: absolute;
    top: 7px;
    left: 4px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f089";
    color: #cd7f32;
	margin-top: -8px;
}
.rankings-vip-status-2:before {
    position: absolute;
    top: 7px;
    left: 4px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f5c0";
    color: #c0c0c0;
	margin-top: -8px;
}
.rankings-vip-status-3:before {
    position: absolute;
    top: 7px;
    left: 4px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f005";
    color: #ffcc00;
    margin-top: -8px;
}
.rankings-vip-status-4:before {
    position: absolute;
    top: 7px;
    left: 4px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f762";
    color: #00ffa8;
    margin-top: -8px;
}

ul.sidebar-list li {
    border-bottom: 1px solid #EEE;
    padding: 5px;
}

ul.sidebar-list li:last-child {
    border-bottom: none;
}

@media (min-width: 768px){
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
		line-height: 3;
		font-family: "Marcellus", sans-serif;
		color: #767272;
	}
}
	
.panel-defaultNews {
    border-color: #ddd;
    filter: brightness(100%) drop-shadow(0px 10px 20px #161515);
    background: #252323;
    border-radius: 5px;
    border: 1px solid #ffffff12;
}

.panelNews {
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    color: #ffff;
}

.mucms-battlepass-table {
    white-space: nowrap;
}
.mucms-battlepass-table td {
    padding: 1rem;
}
.mucms-battlepass-table th {
    padding: 1rem;
}
.mucms-battlepass-table td:nth-child(even), .mucms-battlepass-table th:nth-child(even) {
    background-color: var(--usercp-section-bg-color);
    border-bottom: 1px dotted var(--usercp-section-text-color);
}
.mucms-battlepass-table td:nth-child(even) .mucms-battlepass-col *, .mucms-battlepass-table td:nth-child(even) *, .mucms-battlepass-table th:nth-child(even) * {
    color: var(--usercp-section-text-color);
}
.mucms-battlepass-table td:nth-child(odd), .mucms-battlepass-table th:nth-child(odd) {
    background-color:  #337ab7;
    border-bottom: 1px dotted var(--usercp-section-text-color);
}
.mucms-battlepass-table td:nth-child(odd) .mucms-battlepass-col *, .mucms-battlepass-table td:nth-child(odd) *, .mucms-battlepass-table th:nth-child(odd) * {
    color: var(--usercp-section-text-color);
}
.mucms-battlepass-table td:nth-child(1), .mucms-battlepass-table th:nth-child(1) {
    background-color: transparent;
    border-bottom: none;
}
.mucms-battlepass-table tr:last-child td {
    border-bottom: none;
}
.mucms-battlepass-img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 3px rgb(0 0 0 / 10%), inset 0px 3px 3px rgb(0 0 0 / 10%);
}
.mucms-battlepass-img img {
    margin-top: 10px;
}
.mucms-battlepass-col {
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 3px rgb(0 0 0 / 10%), inset 0px 3px 3px rgb(0 0 0 / 10%);
    padding: 0.5rem;
    min-height: 80px;
}
.mucms-battlepass-info {
    margin-top: 1rem;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 3px rgb(0 0 0 / 10%), inset 0px 3px 3px rgb(0 0 0 / 10%);
    padding: 0.5rem;
}
.mucms-battlepass-click {
    cursor: pointer;
}
.mucms-battlepass-info div.rewards div.title {
    color: #ffc700 !important;
}
.mucms-battlepass-info div.requirements {
    margin-top: 1rem;
}
.mucms-battlepass-info div.requirements div.title {
    color: #00c4ff !important;
}

.mucms-lootbox-free-ticket-wrapper {
    margin-top: 3rem;
}
.mucms-lootbox-free-ticket-box {
    padding: 5rem;
    background-color: var(--usercp-section-bg-color);
}
.mucms-lootbox-free-ticket-box * {
    color: #fff;
}
.mucms-lootbox-free-ticket-title {
    font-size: 26px;
}
.mucms-lootbox-free-ticket-info {
    margin-top: 1rem;
}
.mucms-lootbox-free-ticket-star {
    color: #ff0000;
}
.mucms-lootbox-free-ticket-desc {
    font-size: 70%;
    margin-top: 2rem;
}
.mucms-lootboxes-container {
    position:relative;
    display:flex;
    justify-content:center;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.mucms-lootboxes-container .selector-top {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid  #337ab7;
    position:absolute;
    z-index:2;
}
.mucms-lootboxes-container .selector-bot {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid  #337ab7;
    position:absolute;
    z-index:2;
    bottom: 0;
}
.mucms-lootboxes-container .lootboxes-wheel {
    display:flex;
}
.mucms-lootboxes-container .lootboxes-wheel .lootboxes-row {
    display:flex;
}
.mucms-lootboxes-container .lootboxes-wheel .lootboxes-row .card img {
    max-width: 128px;
    max-height: 128px;
}
.lootbox-rarity-4 {
    background: var(--usercp-section-bg-color);
    -webkit-box-shadow: inset 0px 0px 40px 0px #e1bd00;
    -moz-box-shadow: inset 0px 0px 40px 0px #e1bd00;
    box-shadow: inset 0px 0px 40px 0px #e1bd00;
}
.lootbox-rarity-3 {
    background: var(--usercp-section-bg-color);
    -webkit-box-shadow: inset 0px 0px 40px 0px #c634ff;
    -moz-box-shadow: inset 0px 0px 40px 0px #c634ff;
    box-shadow: inset 0px 0px 40px 0px #c634ff;
}
.lootbox-rarity-2 {
    background: var(--usercp-section-bg-color);
    -webkit-box-shadow: inset 0px 0px 40px 0px #2d8aff;
    -moz-box-shadow: inset 0px 0px 40px 0px #2d8aff;
    box-shadow: inset 0px 0px 40px 0px #2d8aff;
}
.lootbox-rarity-1 {
    background: var(--usercp-section-bg-color);
    -webkit-box-shadow: inset 0px 0px 40px 0px #2d9800;
    -moz-box-shadow: inset 0px 0px 40px 0px #2d9800;
    box-shadow: inset 0px 0px 40px 0px #2d9800;
}
.lootbox-rewards-box {
    padding: 1.5rem;
}
.lootbox-rewards-box * {
    color: #fff;
}
.lootbox-reward {
    padding: 1rem;
    white-space: nowrap;
}
.lootbox-rewards-title {
    margin-top: 3rem;
    font-size: 20px;
}
.lootbox-button {
	
    width: 100%;
    font-size: 13px;
    margin-top: 1rem;
}
