@font-face {
  font-family: "Minecraft"; 
  src: url("/Themes/Default/fonts/minecraft.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
} 
html,
body {
    scroll-behavior: smooth;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    background-color: #0E0E0E;
    font-family: Montserrat, sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
body {
	background-image: url("/Themes/Default/img/bottom-rocks-optimized.png"), url("/Themes/Default/img/dragon-bottom-right.png"), url("/Themes/Default/img/top-right-rock.png"), url("/Themes/Default/img/ucave_bg_top_optimized.png"), url("/Themes/Default/img/ucave_bg_optimized.png?2");
	background-size: auto, auto, auto, auto, cover;
	background-position: bottom center, calc(100% + 160px) calc(100% - 300px), calc(100% + 10px) -130px, top left, center 439px;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x, no-repeat;
}

body > .header {
	padding-top: 17px;
}

body > .container:before {
	display: block;
	position: absolute;
	right: calc(100% - 190px);
	top: -245px;
	content: "";
	width: 606px;
	height: 478px;
	background-image: url("/Themes/Default/img/top-dragon.png"), url("/Themes/Default/img/top-rock.png");
	background-size: cover, auto;
	background-position: center, -50px -110px;
	background-repeat: no-repeat, no-repeat;
	z-index: 2;
}

body > .header > .container {
	display: grid;
	grid-gap: 38px;
	grid-template-columns: calc(100% - 38px - 248px) 248px;
	align-items: start;
}

body > .header > .container > .block-left {
}

body > .header > .container > .block-left > .title {
	font-weight: 800;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 27px;
}

body > .header .last-donates {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fill, 73px);
	padding: 8px;
	background-color: rgba(0,0,0,0.21);
	border-radius: 45px;
	min-height: 89px;
	position: relative;
	z-index: 3;
}

body > .header .last-donates > .donate-id {
	height: 73px;
	/*border-radius: 50%;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/*background-color: #ccc;*/
	position: relative;
}

body > .header .last-donates > .donate-id .tooltip {
	position: absolute;
	bottom: calc(100% + 8px);
	width: 220px;
	left: calc(50% - 110px);
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	border-radius: 10px;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	font-size: 12px;
	line-height: 18px;
}

body > .header .last-donates > .donate-id .tooltip > div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

body > .header .last-donates > .donate-id .tooltip:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -8px;
	left: calc(50% - 8px);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(0,0,0,0.7);
}

body > .header .last-donates > .donate-id:hover .tooltip {
	visibility: visible;
	opacity: 1;
}

body > .header > .container .online-block {
	width: 100%;
	color: #fff;
	height: 216px;
	background-image: url("/Themes/Default/img/online-block.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 30px 15px 19px 15px;
}

body > .header > .container .online-block > .title {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 17px;
	padding-bottom: 26px;
}

body > .header > .container .online-block > .players {
	color: #8e4adc;
	line-height: 19px;
	padding-bottom: 11px;
	font-weight: 800;
	font-size: 20px;
	text-align: center;
}

body > .header > .container .online-block > .progress {
	height: 11px;
	display: block;
	width: 100%;
	background-color: #0e0019;
	border-radius: 5px;
}

body > .header > .container .online-block > .progress > .bar {
	height: 11px;
	display: block;
	background-color: #8e4adc;
	border-radius: 5px;
}

body > .header > .container .online-block > .copy {
	margin-top: 35px;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	border: 0;
	border-radius: 23px;
	line-height: 47px;
	height: 47px;
	padding: 0 8px;
	background: #8d4adb;
	outline: none;
	text-transform: uppercase;
}

.navgroup {
	display: block;
	margin-top: 80px;
	background-color: rgba(110, 70, 179, 0.51);
}

.navgroup > .container {
	position: relative;
	z-index: 3;
}

.navgroup > .container > ul {
	display: block;
	text-align: center;
	font-size: 0;
}

.navgroup > .container > ul > li {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 46px;
	width: 173px;
}

.navgroup > .container > ul > li:last-child {
	margin: 0;
}

.navgroup > .container > ul > li > a {
	line-height: 79px;
	height: 79px;
	display: block;
	width: 100%;
	color: #fff;
	background: rgba(23, 7, 36, 0.2);
	position: relative;
}

.navgroup > .container > ul > li > a > span {
	position: relative;
	z-index: 1;
}

.navgroup > .container > ul > li > a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(156,0,255);
	background: linear-gradient(0deg, rgba(156,0,255,1) 0%, rgba(227,0,235,1) 100%);
	z-index: 0;
	opacity: 0;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.navgroup > .container > ul > li > a:hover:after,
.navgroup > .container > ul > li > a.active:after {
	opacity: 1;
}

.navgroup-section {
	position: relative;
	z-index: 2;
	display: none;
}

.navgroup-section.active {
	display: block;
}

.navgroup-section > ul {
	display: none;
	text-align: center;
	line-height: 60px;
	font-size: 0;
}

.navgroup-section.active > ul {
	display: block;
}

.navgroup-section > ul > li {
	list-style: none;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 6);
}

.navgroup-section > ul > li > a {
	color: #fff;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.navgroup-section > ul > li > a:hover,
.navgroup-section > ul > li > a.active {
	color: #c500f3;
}

.category-target {
	display: none;
}

.category-target.active {
	display: block;
}

.items {
	padding: 26px 0 95px 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 270px));
	align-items: start;
	grid-gap: 30px;
}

.items > .item-id {
	display: block;
	padding: 30px 12px 14px 12px;
	background-image: url("/Themes/Default/img/item-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	border-radius: 30px;
}

.items > .item-id .data {
	display: none;
}

.items > .item-id > .image {
	margin: auto;
 	width: 164px;
  	height: 164px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/*border-radius: 50%;*/
}

.items > .item-id > .title {
	font-size: 18px;
	font-weight: bold;
	color: #8a4ad7;
	text-align: center;
	padding: 15px 0 0 0;
	width: 50%;
	margin: auto;
	line-height: 18px;
}

.items > .item-id > .text {
	height: 68px;
	font-size: 12px;
	color: #6f637c;
	text-align: center;
	padding: 22px 0 0 0;
	font-weight: 400;
	overflow: hidden;
}

.items > .item-id > .text .invisible {
	display: none;
}

.items > .item-id > .buy {
	width: calc(100% - 4px);
	display: block;
	margin: 22px auto 0 auto;
	line-height: 46px;
	height: 46px;
	text-align: center;
	border-radius: 23px;
	color: #fff;
	border: 0;
	font-size: 18px;
	font-weight: bold;
	background: rgb(156,0,255);
	background: linear-gradient(0deg, rgba(156,0,255,1) 0%, rgba(227,0,235,1) 100%);
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.items > .item-id > .buy:hover {
	-webkit-box-shadow: inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
	-moz-box-shadow:    inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
	box-shadow:         inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
}

.buyitem > .block-middle {
	display: grid;
	grid-gap: 26px;
	align-items: start;
	grid-template-columns: 127px calc(100% - 153px);
}

.buyitem > .block-middle .image {
	width: 100%;
	height: 127px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.buyitem > .block-middle .title {
	font-size: 18px;
	font-weight: bold;
	color: #8a4ad7;
	padding-top: 12px;
}

.buyitem > .block-middle .text {
	font-size: 12px;
	padding-top: 12px;
	color: #fff;
}

.buyitem > .block-middle {
	padding-bottom: 29px;
}

.buyitem .input-block {
	padding-bottom: 11px;
}

.buyitem .input-block > label {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: auto auto;
	align-items: start;
	line-height: 28px;
	color: #786684;
	font-size: 13px;
}

.buyitem .input-block > label > .block-right {
	text-align: right;
	font-size: 11px;
	color: #ff0000;
}

.buyitem .input-block input {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	outline: none;
	border: 2px solid #320a46;
	border-radius: 10px;
	color: #fff;
	background-color: #320a46;
	padding: 0 14px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.buyitem .input-block input:focus {
	border: 2px solid #520a71;
}

.buyitem .pay {
	display: block;
	margin: 25px auto 0 auto;
	width: 267px;
	text-align: center;
	height: 57px;
	line-height: 57px;
	outline: none;
	border: 0;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	background: rgb(156,0,255);
	background: linear-gradient(0deg, rgba(156,0,255,1) 0%, rgba(227,0,235,1) 100%);
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.buyitem .pay:hover {
	-webkit-box-shadow: inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
	-moz-box-shadow:    inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
	box-shadow:         inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
}

.buyitem #prefix-wrapper {
	display: none;
}

.buyitem #type-wrapper {
	display: none;
}

.buyitem #type-wrapper.active {
	display: block;
}

.buyitem #prefix-wrapper.active {
	display: block;
}
.buyitem #amount-wrapper {
	display: none;
}

.buyitem #amount-wrapper.active {
	display: block;
}
.gradient-text {
font-weight:bold;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f5a55a, #9816e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0B2349;
  display: initial;
  margin: 20px auto;
filter:drop-shadow(1px 1px #9816e740);
}
.col-12 .text {
    font-size: large;
}