html,
body {
	position: relative;
	font-family: 'Philosopher';
	font-size: 14px;
	color: #fff;
	background-color: #041017;
	overflow-x: hidden;
}

a,
button {
	font-family: 'Philosopher';
	color: #fff;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.flex-c {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flex-s-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/bg-button.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 221px;
	height: 47px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.button::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 100%;
	box-shadow: 0px 15px 15px -10px #000;
}

.img-container {
	display: flex;
}

.img-container img {
	object-fit: contain;
	max-height: 100%;
	max-width: 100%;
}

.icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s;
}

.icon-container.icon-header-item {
	width: 26px;
	height: 26px;
	background-image: url('../images/icon-header-item.png');
}

.icon-container.server-on {
	width: 30px;
	height: 30px;
	background-image: url('../images/icon-server-on.png');
}

.icon-container.server-off {
	width: 30px;
	height: 30px;
	background-image: url('../images/icon-server-off.png');
}

.icon-container.server-1 {
	width: 35px;
	height: 35px;
	background-image: url('../images/icon-game-server.png');
}

.icon-container.server-2 {
	width: 35px;
	height: 35px;
	background-image: url('../images/icon-game-server-1.png');
}

.icon-container.server-3 {
	width: 35px;
	height: 35px;
	background-image: url('../images/icon-game-server-2.png');
}

.icon-container.navigation-icon {
	width: 40px;
	height: 40px;
	background-image: url('../images/icon-section.png');
}

.icon-container.facebook {
	width: 18px;
	height: 18px;
	background-image: url(../images/icon-facebook.png);
}

.icon-container.youtube {
	width: 24px;
	height: 18px;
	background-image: url(../images/icon-youtube.png);
}

.icon-container.discord {
	width: 22px;
	height: 18px;
	background-image: url(../images/icon-discord.png);
}

.hide-on-desktop {
	display: none !important;
}

.dropdown-custom {
	position: relative;
	display: inline-block;
	height: 100%;
}

.dropdown-custom-toggle {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	height: 100%;
	width: 100%;
	outline: none;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 0;
}

.dropdown-custom.lang .img-container {
	margin-right: 15px;
}

.dropdown-custom-toggle:hover {
	color: #83e0fb;
}

.dropdown-custom-toggle svg {
	transition: all 0.3s;
	transform: rotate(180deg);
	opacity: 0.3;
	stroke: #fff;
	fill: transparent;
}

.dropdown-custom-toggle.active svg {
	transform: rotate(0);
	opacity: 1;
}

.dropdown-custom-menu {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	top: 100%;
	width: 100%;
	background: linear-gradient(180deg,
			rgba(9, 29, 43, 1) 0%,
			rgba(9, 29, 43, 0.773546918767507) 79%,
			rgba(9, 29, 43, 0.13209033613445376) 100%);
}

.dropdown-custom-menu .dropdown-custom-item {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 15px 30px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.dropdown-custom-menu .dropdown-custom-item .img-container {
	margin-right: 20px;
}

.dropdown-custom-menu .dropdown-custom-item:hover {
	background-color: #5d95fa26;
}

.navigation {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	position: fixed;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}

.navigation button {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
}

.navigation button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-45%);
	background-image: url(../images/text-underline.png);
	width: 237px;
	height: 78px;
	opacity: 0;
	transition: all 0.3s;
}

.navigation button.active::after,
.navigation button:hover::after {
	opacity: 1;
}

.navigation button.active,
.navigation button:hover {
	color: #83e0fb;
}

.navigation button.active .icon-container,
.navigation button:hover .icon-container {
	background-image: url('../images/icon-section-hover.png');
}

/* ========================= SECTIONS ========================= */
.section {
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 900px;
	height: 100vh;
	padding: 70px 17px;
	/* reduce from 120px */
}

/* ====== SECTION BACKGROUNDS ====== */
.section1 {
	background-size: cover;
	min-height: 1080px;
	background-image: url('../images/bg-section-1.jpg');
}

.section2 {
	background-image: url('../images/bg-section-2.png');
}

.section3 {
	background-image: url('../images/bg-section-3.jpg');
}

.section4 {
	background-image: url('../images/bg-section-4.jpg');
	max-width: 1900px;
	margin: 0 auto;
}

.section5 {
	background-image: url('../images/bg-section-5.jpg');
}

.section6 {
	background-image: url('../images/bg-section-6.jpg');
}

/* ====== SECTION CONTENT ====== */
.section-container {
	max-width: 1234px;
	height: 100%;
	padding: 120px 17px;
	margin: 0 auto;
}

.section-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-title {
	position: relative;
	z-index: 5;
	margin-left: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
}

.section-title span {
	position: relative;
	z-index: 2;
	font-size: 24px;
	background-image: linear-gradient(0deg,
			rgba(122, 239, 255, 1) 0%,
			rgba(255, 255, 255, 0.765) 100%);
	-webkit-background-clip: text;
	color: transparent;
	text-transform: uppercase;
}

.section-title::after {
	content: '';
	position: absolute;
	left: -170px;
	top: -75px;
	width: 409px;
	height: 195px;
	background-image: url('../images/section-title.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 0;
}

/* ====== SECTION 3 SPECIFICS (Rankings block) ====== */
.section3 .all-link {
	margin-top: -25px;
	align-self: flex-start;
	padding: 10px;
}

/* ====== SECTION 4 (Characters) ====== */
.section4 {
	background-size: auto;
}

.section4 .section-container {
	height: max-content;
}

/* ====== SECTION 6 (Media) ====== */
.section6 .tab-links {
	position: relative;
	z-index: 5;
	top: 0;
	left: 0;
	margin-top: 35px;
}

.section6 .tab-links .tab-link {
	display: flex;
	align-items: center;
	color: #fff;
}

.section6 .tab-links .tab-link.tab-link--active,
.section6 .tab-links .tab-link:hover {
	color: #83e0fb;
	text-decoration: underline;
}

.section6 .tab-links .tab-link.tab-link--active .icon-header-item,
.section6 .tab-links .tab-link:hover .icon-header-item {
	background-image: url('../images/icon-header-item-hover.png');
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 999;
	background: rgba(6, 18, 28, 0.65);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(131, 224, 251, 0.08);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
	transition: background 0.3s ease, box-shadow 0.3s ease;
}

.nav-link:hover,
.dropdown-custom-toggle:hover {
	color: #83e0fb;
	text-shadow: 0 0 10px rgba(131, 224, 251, 0.7), 0 0 20px rgba(131, 224, 251, 0.4);
}

.nav-link {
	position: relative;
}

.nav-link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #7cd1f9, #fff);
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.nav-link:hover::after {
	width: 60%;
	box-shadow: 0 0 10px rgba(131, 224, 251, 0.7);
}

.header-content {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	animation: headerFadeIn 0.8s ease forwards;
	transform: translateY(-10px);
}

@keyframes headerFadeIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.nav {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-link:hover .icon-header-item,
.dropdown-custom-toggle:hover .icon-header-item {
	background-image: url('../images/icon-header-item-hover.png');
}

.nav .nav-item .nav-link,
.nav .nav-item .dropdown-custom {
	display: flex;
	align-items: center;
	padding: 15px 20px;
}

.nav .nav-item .nav-link:hover {
	color: #83e0fb;
	text-decoration: underline;
}

.header-content .right-content {
	display: flex;
	align-items: center;
	height: 100%;
}

.server-select {
	padding: 15px 20px;
}

.server-select .icon-server {
	position: relative;
	margin: 0px 10px;
}

.server-select .dropdown-custom-toggle {
	transition: all 0.3s;
	gap: 0;
}

.server-select .dropdown-custom-toggle:hover,
.server-select .dropdown-custom-toggle.active {
	background: linear-gradient(0deg,
			rgba(162, 172, 248, 1) 13%,
			rgba(122, 239, 255, 1) 37%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.server-select .dropdown-custom-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 10px;
}

.server-status,
.dropdown-custom-item .server-name,
.server-info {
	display: flex;
	align-items: center;
}

.dropdown-custom-item .server-name {
	margin-top: -15px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: linear-gradient(0deg,
			rgba(162, 172, 248, 1) 13%,
			rgba(122, 239, 255, 1) 37%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.server-info {
	justify-content: space-between;
	width: 100%;
}

.server-bar {
	margin: 0px 15px;
	height: 6px;
	border: 1px solid #051017;
	background-color: #051017;
	width: 60%;
}

.server-bar span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #1370d7;
}

.server-online {
	color: #dbdd0d;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	margin-right: 15px;
}

.server-status {
	align-self: flex-end;
}

.server-status.offline {
	color: #f58987;
}

.server-select .icon-server::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/bg-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 49px;
	height: 37px;
}

.header-content .dropdown-custom .img-container {
	position: relative;
	width: 20px;
	height: 20px;
}

.header-content .dropdown-custom .img-container::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/bg-icon.png);
	background-image: url(../images/bg-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 49px;
	height: 37px;
}

.dropdown-custom.lang {
	padding: 10px 30px;
}

.header-content .right-content .header-buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-content .left-content {
	display: flex;
	align-items: center;
	height: 100%;
}

.login-btn {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
}

.login-btn:hover {
	text-decoration: none;
}

.button-separator {
	color: #8d9193;
}

.brightness:hover {
	filter: brightness(120%);
}

.top-buttons {
	position: absolute;
	bottom: 250px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 15px;
}

.top-buttons .button {
	height: 83px;
	width: 409px;
	background-size: contain;
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
}

.top-buttons .button div {
	background-image: linear-gradient(0deg,
			rgba(122, 239, 255, 1) 0%,
			rgba(255, 255, 255, 0.7651435574229692) 100%);
	-webkit-background-clip: text;
	color: transparent;
	z-index: 1;
}

.top-buttons .button.secondary {
	background-image: url('../images/bg-button-secondary.png');
}

/* section */
.section-container {
	max-width: 1234px;
	height: 100%;
	padding: 120px 17px;
	margin: 0 auto;
}

.section-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-title {
	position: relative;
	z-index: 5;
	margin-left: 75px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
}

.section-title span {
	position: relative;
	z-index: 2;
	font-size: 24px;
	background-image: linear-gradient(0deg,
			rgba(122, 239, 255, 1) 0%,
			rgba(255, 255, 255, 0.7651435574229692) 100%);
	-webkit-background-clip: text;
	color: transparent;
	text-transform: uppercase;
}

.section-title::after {
	content: '';
	position: absolute;
	left: -170px;
	top: -75px;
	width: 409px;
	height: 195px;
	background-image: url('../images/section-title.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 0;
}

.news-container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 75px;
	gap: 30px;
}

.news-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 380px;
	height: 500px;
	background-color: #06131c;
	background-image: url('../images/shadow-news-block.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.news-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-image: url('../images/block-line.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.news-wrapper::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-image: url('../images/block-line.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.news-wrapper .img-container {
	width: 100%;
	height: 270px;
}

.news-wrapper .img-container img {
	object-fit: cover;
}

.border-top-left {
	position: absolute;
	left: -17px;
	top: -8px;
	width: 35px;
	height: 48px;
	background-image: url('../images/border-left.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 5;
}

.border-top-right {
	position: absolute;
	right: -17px;
	top: -8px;
	width: 35px;
	height: 48px;
	background-image: url('../images/border-right.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 5;
}

.border-bottom-right {
	position: absolute;
	right: -17px;
	bottom: -8px;
	transform: rotate(180deg);
	width: 35px;
	height: 48px;
	background-image: url('../images/border-left.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 5;
}

.border-bottom-left {
	position: absolute;
	left: -17px;
	bottom: -8px;
	transform: rotate(180deg);
	width: 35px;
	height: 48px;
	background-image: url('../images/border-right.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 5;
}

.top-section {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 10px;
}

.news-title {
	display: flex;
	align-items: center;
	height: 75px;
	padding: 0px 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background-image: linear-gradient(0deg,
			rgba(122, 239, 255, 1) 0%,
			rgba(255, 255, 255, 0.7651435574229692) 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.news-title .news-title-container {
	height: 43px;
	width: 38px;
	background-image: url('../images/news-title-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.all-link {
	color: #8d9193;
	font-weight: 700;
	text-transform: uppercase;
	align-self: flex-start;
}

.all-link:hover {
	opacity: 0.5;
}

.news-bottom {
	position: absolute;
	bottom: 25px;
	width: 100%;
}

.news-des {
	font-size: 13px;
	line-height: 28px;
	font-weight: 700;
	padding: 0px 35px;
	margin-bottom: 30px;
}

.news-button {
	margin: 0 auto;
	text-transform: uppercase;
}

.news-block {
	margin-top: -13px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
}

.news-block .news-title {
	margin-top: 20px;
	justify-content: center;
}

.news-block .img-container {
	padding: 0 30px;
	width: 100%;
	height: 390px;
	margin-bottom: 20px;
}

.news-block .img-container img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.news-block .news-bottom {
	position: static;
}

.news-block .news-button {
	margin-bottom: 40px;
}

/* ranking */

.tab-links {
	position: absolute;
	z-index: 5;
	top: -30px;
	left: 300px;
	display: flex;
	align-items: center;
}

.tab-link.tab-link--active,
.tab-link:hover,
.tab-link:hover::after,
.tab-link.tab-link--active::after {
	color: #fff;
}

.tab-link {
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 30px;
	color: #8d9193;
}

.tab-link:hover {
	color: #fff;
}

.tab-content {
	position: relative;
	z-index: 15;
	display: none;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.tab-content.active {
	display: block;
	overflow-x: auto;
}

.section3 .all-link {
	margin-top: -25px;
	align-self: flex-start;
	padding: 10px;
}

.rating-block {
	position: relative;
	background: radial-gradient(circle at top, #1c242c 0%, #0b0e11 80%);
	border: 1px solid rgba(255, 215, 128, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	padding-top: 65px;
	padding-bottom: 40px;
	margin-top: -13px;
}

.rating-table {
	display: flex;
	width: 100%;
	min-width: 1000px;
	flex-direction: column;
}

.row-wrapper {
	position: relative;
}

.rating-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 20px;
	text-align: center;
	gap: 20px;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(131, 224, 251, 0.08);
	box-shadow: inset 0 -1px 3px rgba(131, 224, 251, 0.05);
}

.rating-heading-row {
	padding: 10px 20px;

	background-color: #4a98ce26;
}

.rating-heading-row span {
	font-size: 14px;
	font-weight: 700;
	background-image: linear-gradient(0deg,
			rgba(122, 239, 255, 1) 0%,
			rgba(255, 255, 255, 0.7651435574229692) 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.rating-row:not(.rating-heading-row):hover {
	background-color: #5d95fa29;
	transform: translateX(-10px);
}

.rating-number {
	min-width: 50px;
	width: 6%;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rating-number .icon-container {
	justify-content: center;
	position: relative;
}

.rating-number .icon-container::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/bg-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 49px;
	height: 37px;
}

.rating-icon {
	min-width: 75px;
	width: 8%;
}

.rating-icon-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rating-icon .img-container {
	position: relative;
	width: 50px;
	height: 49px;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #264994;
}

.rating-icon .border-img {
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/ava-border.png);
	width: 78px;
	height: 58px;
}

.rating-icon .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rating-icon.guild .img-container img {
	width: 25px;
	height: 25px;
}

.rating-name {
	min-width: 150px;
	width: 17%;
	overflow: hidden;
	text-align: start;
}

.rating-guild-name {
	min-width: 300px;
	width: 50%;
	text-align: start;
}

.rating-score {
	min-width: 150px;
	width: 17%;
	text-align: start;
}

a.rating-name:hover,
a.rating-guild-name:hover {
	opacity: 0.5;
}

.rating-char {
	min-width: 150px;
	width: 17%;
	text-align: start;
}

.rating-guild {
	min-width: 150px;
	width: 17%;
	text-align: start;
}

.rating-kills {
	min-width: 50px;
	width: 12%;
}

.rating-deaths {
	min-width: 50px;
	width: 12%;
}

sup {
	top: -5px;
	color: #ff0000;
	font-weight: normal;
	position: relative;
	font-size: 12px;
}

.rating-status {
	min-width: 50px;
	width: 12%;
}

.rating-row:not(.rating-heading-row) .rating-status {
	color: #dbdd0d;
}

.rating-row:not(.rating-heading-row) .rating-status.off {
	color: #f22e6e;
}

.events-table {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 650px;
}

.events-table li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 9px 40px;
	max-width: 50%;
}

.event-name a {
	display: block;
	font-weight: bold;
	color: #c096ff;
	font-size: 16px;
	margin-bottom: 5px;
}

.event-name a:hover {
	opacity: 0.5;
}

.event-time {
	text-align: right;
	color: #94bfdc;
}

.event-time p {
	font-size: 14px;
	margin-bottom: 5px;
}

/* characters */
.section4 {
	background-size: auto;
}

.section4 .section-container {
	height: max-content;
}

.charactersBlock {
	height: 100%;
	width: 100%;
	max-width: 1900px;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-for .slick-active .team-online-barBlock-bar span {
	width: 100%;
}

.slider-for-block {
	max-width: 1900px;
	margin: 0 auto;
	position: relative;
}

.slider-for-slide {
	height: 673px;
	padding-top: 221px;
	padding-left: 350px;
	padding-right: 350px;
}

.hero-icon-class {
	background: url(../images/hero-class-icon-1.png) no-repeat;
	width: 194px;
	height: 142px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}

.hero-title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 10px;
}


.hero-title_text {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	max-width: 280px;
	line-height: 24px;
}

.hero-title_text span {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.team-online-title {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.team-online-icon {
	position: relative;
	display: inline-block;
	width: 89px;
	height: 63px;
	background-image: url('../images/bg-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.team-online-icon::after {
	content: '';
	position: absolute;
	display: block;
	width: 55px;
	height: 64px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: contain;
}

.team-online-icon-power::after {
	background-image: url('../images/char-icon-1.png');
}

.team-online-icon-defense::after {
	background-image: url('../images/char-icon-2.png');
}

.team-online-icon-dexterity::after {
	background-image: url('../images/char-icon-3.png');
}

.team-online-icon-speed::after {
	background-image: url('../images/char-icon-4.png');
}

.team-online-icon-mastery::after {
	background-image: url('../images/char-icon-5.png');
}

.team-online-block {
	display: flex;
	align-items: center;
	padding: 2px 0px;
	max-width: 285px;
	width: 100%;
	margin-right: 50px;
}

.team-online-block:nth-child(even) {
	margin-left: 15px;
}

.team-online-barBlock {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 200px;
	width: 100%;
	margin-left: 8px;
}

.team-online-barBlock_title {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	margin-left: 10px;
}

.team-online-barBlock_title::first-letter {
	font-size: 20px;
}

.team-online-barBlock_percent {
	color: #73d1f4;
	font-weight: 700;
	font-style: italic;
}

.team-online-barBlock-bar {
	position: relative;
	background-color: #000;
	height: 8px;
	border: 1px solid #000;
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
}

.team-online-barBlock-bar span {
	background: linear-gradient(90deg,
			rgba(6, 15, 23, 1) 0%,
			rgba(103, 109, 253, 1) 100%);
	display: block;
	height: 6px;
	width: 0%;
	transition: 2s;
}

.team-onlineBlock {
	display: flex;
	flex-direction: column;
}

.hero-img {
	position: absolute;
	width: 100%;
}

.slider-nav-slide-block {
	width: 160px;
	height: 155px;
	background: url(../images/hero-small-bg.png) center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
	position: relative;
	width: 100%;
	margin-top: 10px;
}

.slider-nav-slide-block:after {
	content: '';
	position: absolute;
	background: url(../images/hero-small-bright-effect.png) center no-repeat;
	width: 72px;
	height: 50px;
	bottom: 33px;
	left: 50%;
	margin-left: -36px;
	opacity: 0;
	transition: 0.5s;
}

.slider-nav-slide-block img {
	position: absolute;
}

.hero-img {
	top: 50px;
	left: 50%;
}

.hero-img-2 {
	top: 0px;
	left: 30%;
}

.hero-img-5 {
	top: 0px;
}

.hero-img-7 {
	top: 0px;
}

.hero-img-9 {
	top: -50px;
}

.hero-img-10 {
	left: 30%;
}

.hero-img-14 {
	top: -50px;
}

.hero-small {
	margin-top: -50px;
	margin-left: 25px;
}

.hero-small-1 {
	margin-top: -45px;
	margin-left: 20px;
}

.hero-small-2 {
	margin-top: -50px;
	margin-left: 25px;
}

.hero-small-3 {
	margin-top: -40px;
	margin-left: 30px;
}

.hero-small-5 {
	margin-top: -50px;
	margin-left: 15px;
}

.hero-small-6 {
	margin-top: -55px;
	margin-left: -20px;
}

.hero-small-8 {
	margin-top: -40px;
	margin-left: 10px;
}

.hero-small-9 {
	margin-left: 15px;
}

.hero-small-11 {
	margin-top: -40px;
	margin-left: -30px;
}

.hero-small-12 {
	margin-left: 15px;
}

.hero-small-13 {
	margin-top: -45px;
	margin-left: 5px;
}

.hero-small-15 {
	margin-left: 5px;
}

.slider-nav-block {
	background: url(../images/char-slide-active-border.png) center no-repeat;
	background-color: #020b10;
	height: 172px;
}

.slider-nav-slide {
	opacity: 0.5;
	transition: 0.5s;
	cursor: pointer;
}

.slider-nav-slide:hover {
	opacity: 1;
}

.slider-nav {
	max-width: 1250px;
	margin: 0 auto;
}

.slider-nav .slick-center {
	opacity: 1;
}

.slider-nav .slick-center .slider-nav-slide-block {
	background: url(../images/hero-small-hover-bg.png) center no-repeat;
}

.slider-nav .slick-center .slider-nav-slide-block:after {
	opacity: 1;
}

.slider-nav .slick-arrow {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 0px;
	top: 50%;
	transition: 0.3s;
	opacity: 0.7;
}

.slider-nav .slick-arrow:hover {
	opacity: 1;
	filter: drop-shadow(0px 0px 10px rgba(98, 132, 194, 0.2));
}

.slider-nav .slick-prev {
	background: url(../images/slick-arrow.png) no-repeat;
	left: -70px;
	transform: rotate(-180deg);
}

.slider-nav .slick-next {
	background: url(../images/slick-arrow.png) no-repeat;
	right: -70px;
}

/* media */

.section6 .tab-links {
	position: relative;
	z-index: 5;
	top: 0;
	left: 0;
	margin-top: 35px;
}

.section6 .tab-links .tab-link {
	display: flex;
	align-items: center;
	color: #fff;
}

.section6 .tab-links .tab-link {
	color: #fff;
}

.section6 .tab-links .tab-link.tab-link--active,
.section6 .tab-links .tab-link:hover {
	color: #83e0fb;
	text-decoration: underline;
}

.section6 .tab-links .tab-link.tab-link--active .icon-header-item,
.section6 .tab-links .tab-link:hover .icon-header-item {
	background-image: url('../images/icon-header-item-hover.png');
}

.media-slider {
	perspective: 500px;
	overflow: visible;
}

.media-slider .slick-list {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 20px !important;
	padding-bottom: 40px !important;
	overflow-y: visible;
}

.media-slider .media-slide {
	position: relative;
	transition: 0.5s;
	width: 555px;
	margin: 0 -100px;
	box-shadow: 0 10px 20px 0 #060a0d;
}

.media-slider .slick-slide.is-right {
	transform: translateX(-150px) skew(0deg, 1deg) scale(0.9);
}

.media-slider .slick-slide.is-right-2 {
	margin-left: -150px;
	transform: scale(0.8);
}

.media-slider .slick-slide.is-left {
	transform: translateX(150px) skew(0deg, -1deg) scale(0.9);
}

.media-slider .slick-slide.is-left-2 {
	margin-right: -150px;
	transform: scale(0.8);
}

.media-slider .media-slide.slick-center {
	z-index: 10;
}

.media-slide img {
	object-fit: cover;
	width: 100%;
	height: 340px !important;
}

.media-slider .slick-arrow {
	z-index: 70;
	width: 47px;
	height: 47px;
	font-size: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.6;
}

.media-slider .slick-arrow:hover {
	opacity: 1;
}

.media-slider .slick-next {
	background: url(../images/slick-arrow-2.png) no-repeat;
	right: 0px;
	margin-right: -70px;
}

.media-slider .slick-prev {
	background: url(../images/slick-arrow-2.png) no-repeat;
	transform: rotate(180deg) translateY(25px);
	left: 0px;
	margin-left: -65px;
}

/* burger menu */
.hamburger-menu {
	position: relative;
	z-index: 15;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	cursor: pointer;
	display: block;
	width: 75px;
	height: 100%;
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	background-position: center;
}

.hamburger-menu-close {
	cursor: pointer;
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding: 15px 30px;
}

.hamburger-menu-content {
	position: fixed;
	z-index: 50;
	height: 100vh;
	max-height: 100vh;
	width: 100%;
	max-width: 620px;
	overflow-y: auto;
	background-color: #000;
	transform: translateX(-100%);
	transition: all 0.3s;
}

.hamburger-menu-content.active {
	transform: translateX(0);
}

.hamburger-menu-content .nav {
	height: max-content;
	flex-direction: column;
	align-items: flex-start;
}

.hamburger-menu-content .nav-item {
	display: flex;
	width: 100%;
}

.hamburger-menu-content .nav .nav-item .nav-link,
.hamburger-menu-content .nav .dropdown-custom-toggle {
	position: relative;
	font-size: 24px;
	height: 100%;
	width: 100%;
	justify-content: flex-start;
	padding: 10px 30px;
}

.hamburger-menu-content .nav .dropdown-custom {
	padding: 0;
	width: 100%;
}

.hamburger-menu-content .nav-link:hover {
	color: #ffba36;
}

.hamburger-menu-content .dropdown-custom.lang,
.hamburger-menu-content .server-select {
	height: max-content;
	width: 100%;
}

.hamburger-menu-content .dropdown-custom .img-container {
	width: 20px;
	height: 20px;
}

.hamburger-menu-content .server-name {
	font-size: 20px;
}

.hamburger-menu-content .lang-name {
	font-size: 20px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 150;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.35s ease-in-out;
}

/* Trigger fade animation when visible (jQuery adds display:block) */
.modal[style*="display: block"] {
	opacity: 1;
}

/* ======== MODAL BOX (Glass + Zoom) ======== */
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.95);
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 600px;
	width: calc(100% - 20px);
	background: rgba(4, 16, 23, 0.8);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	padding: 75px 0;
	border: 1px solid rgba(131, 224, 251, 0.15);
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

/* Animate zoom + fade when shown */
.modal[style*="display: block"] .modal-content {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 600px;
	width: calc(100% - 20px);
	height: auto;
	background-color: #041017;
	padding: 75px 0px;
	border-bottom: 1px solid #153046;
}

.modal-title {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	margin-top: -10px;
}

.modal-title span {
	position: relative;
	z-index: 2;
	font-size: 24px;
	background-image: linear-gradient(0deg,
			rgba(122, 239, 255, 1) 0%,
			rgba(255, 255, 255, 0.7651435574229692) 100%);
	-webkit-background-clip: text;
	color: transparent;
	text-transform: uppercase;
	margin-left: 75px;
}

.modal-title::after {
	content: '';
	position: absolute;
	left: 0px;
	top: -75px;
	width: 409px;
	height: 195px;
	background-image: url('../images/section-title.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 0;
}

.modal-title::after {
	left: -93px;
}

.modal-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px 0px;
}

.modal-wrapper {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.modal .close {
	position: absolute;
	z-index: 150;
	top: -15px;
	right: -15px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('../images/modal-close.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.modal .close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/bg-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 49px;
	height: 37px;
}

.registration-text {
	margin-left: 25px;
	background-image: linear-gradient(0deg,
			rgba(122, 239, 255, 1) 0%,
			rgba(255, 255, 255, 0.7651435574229692) 100%);
	-webkit-background-clip: text;
	color: transparent;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.registration-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.registration-form .button {
	padding: 16px;
}

.form-group {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 240px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.form-input {
	position: relative;
	border: 1px solid transparent;
	background-color: #010910;
	height: 33px;
	display: flex;
	width: 100%;
	align-items: center;
	color: #fff;
	transition: all 0.3s;
	padding: 12px;
	font-size: 14px;
	outline: none;
	clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
}

.form-input-with-icon {
	padding-left: 60px;
}

.registration-label {
	display: flex;
	gap: 5px;
}

.input-container {
	position: relative;
}

.input-container .icon-container {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 15;
}

.input-container .icon-container::after {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/bg-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 49px;
	height: 37px;
}

.icon-container.icon-user {
	width: 26px;
	height: 25px;
	background-image: url('../images/icon-user.png');
}

.icon-container.icon-password {
	width: 24px;
	height: 26px;
	background-image: url('../images/icon-password.png');
}

.icon-container.icon-email {
	width: 26px;
	height: 22px;
	background-image: url('../images/icon-email.png');
}

.modal-info-submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 20px; /* Reduced from 40px */
    width: 100%;
}

.modal-info-submit .reg-btn {
	text-transform: uppercase;
}

.modal-info-submit .forum-btn {
	text-transform: uppercase;
}

.modal-link {
	color: #7cd1f9;
	text-decoration: underline;
}

.modal-link:hover {
	opacity: 0.5;
}

/* custom-checkbox */

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	height: 0;
	width: 0;
}

.custom-checkbox+label {
	position: relative;
	cursor: pointer;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	gap: 3px;
	width: 100%;
	height: 100%;
	color: #4d7286;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding-left: 30px;
}

.custom-checkbox+label::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	content: '';
	display: flex;
	width: 14px;
	height: 14px;
	border: 2px solid #7cd5ee33;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s;
}

.custom-checkbox:hover+label::before {
	border: 2px solid #7cd5eeb3;
}

.custom-checkbox:checked+label::before {
	content: '';
	position: absolute;
	background-image: url('../images/checkbox.png');
}

.logo {
	display: flex;
	justify-content: center;
	margin-top: 90px;
	width: 100%;
}

.logo img {
	width: 100%;
}



.toTop {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	z-index: 55;
	bottom: 200px;
	right: 0px;
	width: 125px;
	height: 50px;
	transform: rotate(-90deg);
	transition: all 0.3s;
	background-color: #031018b3;
	border-radius: 25px;
}

.toTop .icon-container {
	width: 47px;
	height: 47px;
	background-image: url('../images/totop-button.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(90deg);
}

.pages .section-container {
	padding-bottom: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
}


.pages .section-container .logo {
	position: relative;
	z-index: 5;
	padding-bottom: 200px;
}

.pages .top-section {
	align-self: flex-start;
}

.pages .section-title {
	margin-left: 66px;
}

.pages .section6 {
	margin-top: -800px;
}

.main {
	position: relative;
}

.main-content {
	position: relative;
	transform: translateY(-400px);
	z-index: 2;
	height: max-content;
}

.main-content .news-block {
	height: 100%;
}

.pages .logo-section .section-container {
	justify-content: center;
}

.pages .news-title {
	position: relative;
	z-index: 15;
	margin: 0 auto;
	margin-top: 20px;
	padding: 30px 0px;
	max-width: 80%;
	text-align: center;
}

.pages .news-date {
	margin-left: 35px;
	margin-bottom: 35px;
	padding-left: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	width: 241px;
	height: 42px;
	background-image: url('../images/news-date.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 16px;
	color: #33576c;
	font-size: 14px;
	font-weight: 700;
}

.pages .news-date span {
	font-size: 20px;
	color: #7cd1f9;
}

/* account-panel */

.pages .account-block {
	padding-top: 75px;
	margin-top: -13px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
}

.pages .home-block-subtitle {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.pages .account-setting {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	padding: 0px 15px;
}

.pages .account-setting_block {
	width: calc(50% - 2px);
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0px 25px;
}

.pages .account-setting_block:nth-child(1) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(2) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(1) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(5) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(6) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(9) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(10) {
	background-color: #031018;
}

.pages .account-icon {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image: url(../images/account-setting-icons.png);
	background-repeat: no-repeat;
	margin-right: 35px;
	flex-shrink: 0;
}

.pages .account-icon-user {
	background-position: left top;
}

.pages .account-icon-member {
	background-position: left top -286px;
}

.pages .account-icon-email {
	background-position: left top -60px;
}

.pages .account-icon-last-login {
	background-position: left top -346px;
}

.pages .account-icon-rank {
	background-position: left top -119px;
	height: 18px;
}

.pages .account-icon-ip {
	background-position: left top -407px;
}

.pages .account-icon-server {
	background-position: left top -180px;
	height: 19px;
}

.pages .account-icon-current-ip {
	background-position: left top -467px;
}

.pages .account-icon-current-vip {
	background-position: left top -240px;
}

.pages .account-icon-current-vip-exp {
	background-position: left top -529px;
}

.pages .account-setting_f {
	display: block;
	width: 50%;
	font-weight: 700;
}

.pages .charOptions-title {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 36px;
}

.charOptions-flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding: 0px 30px;
	padding-bottom: 60px;
}

.pages .charOptions-col {
	padding: 12px;
}

.pages .charOptions-block {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 374px;
	height: 125px;
	background: url(../images/option-bg.jpg) center no-repeat;
	background-size: cover;
	color: #6ec9eb;
	font-style: italic;
	position: relative;
}

.pages .charOptions-block:hover {
	filter: brightness(120%);
}

.pages .charOptions-block p {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 10px;
}

.pages .lkBlock {
	position: relative;
}

.pages .panel-active {
	position: relative;
	padding: 0px 34px 0px 12px;
	cursor: pointer;
	transition: 0.3s;
	height: 90px;
}

.pages .panel-active:hover {
	background-color: #071621;
}

.pages .panel-active.active {
	background-color: #071621;
}

.pages .panel-active img {
	margin-right: 12px;
	width: 60px;
	height: 60px;
}

.pages .panel-active::before {
	content: '';
	position: absolute;
	right: 7px;
	top: 42px;
	border: 7px solid transparent;
	border-top: 7px solid #6ec9eb;
}

.pages .panel-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	left: unset;
	background-color: #031018;
	padding-top: 40px;
	display: none;
	width: max-content;
	transform: translateX(0px);
}

.pages .panel-dropdown_title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.pages .panel-dropdown_my-block {
	display: flex;
	justify-content: space-between;
	color: #ffb400;
	font-weight: bold;
	padding: 0 20px;
	margin-bottom: 20px;
}

.pages .color-green {
	color: #b0d90e !important;
}

.pages .panel-dropdown_list {
	margin-bottom: 5px;
}

.pages .panel-dropdown_list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 10px 20px;
}

.pages .panel-dropdown_list li a:hover {
	background-color: #172f49;
}

.pages .panel-dropdown_button {
	text-align: center;
	margin: 20px 0;
	padding: 0 20px;
}

/* rankings */

.pages .ranking-block {
	padding-top: 75px;
	margin-top: -13px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
}

.pages .breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 15;
	margin: 0 40px;
	margin-bottom: 30px;
}

.pages .breadcrumbs ul {
	display: flex;
	align-items: center;
	margin-left: -15px;
}

.pages .breadcrumbs ul li {
	position: relative;
	padding: 15px;
}

.pages .breadcrumbs ul li:after {
	content: '';
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -4px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}

.pages .breadcrumbs ul li:last-child:after {
	display: none;
}

.pages .breadcrumbs ul li a {
	color: #fff;
}

.pages .breadcrumbs ul li a:hover {
	color: #6ec9eb;
}

.pages .selectTop {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 40px;
	padding: 0 40px;
}

.pages .topThree {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
	padding: 0 40px;
}

.pages .topThree-block {
	max-width: 360px;
	height: 120px;
	display: flex;
}

.pages .topThree-block_place {
	width: 78px;
}

.pages .first-place {
	background: url(../images/first-place-img.jpg) center bottom no-repeat;
	background-color: #0c0c0e;
}

.pages .second-place {
	background: url(../images/second-place-img.jpg) center bottom no-repeat;
	background-color: #0c0c0e;
}

.pages .third-place {
	background: url(../images/third-place-img.jpg) center bottom no-repeat;
	background-color: #0c0c0e;
}

.pages .topThree-block_class {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #102a3b;
	overflow: hidden;
	position: relative;
	width: 134px;
}

.pages .topThree-block_class .hero-small {
	margin-top: 0;
}

.pages .topThree-block_class .slider-nav-slide-block {
	width: 165px;
	background: url(../images/hero-small-hover-bg.png) center no-repeat;
	transform: scale(0.7);
	margin-top: 0px;
}

.pages .topThree-block_class .slider-nav-slide-block:after {
	opacity: 1;
}

.pages .topThree-block_text {
	background-color: #031018;
	padding: 20px 18px;
	position: relative;
}

.pages .topThree-block_text-t p {
	color: #6ec9eb;
	font-weight: bold;
	margin-bottom: 10px;
}

.pages .topThree-block_text-b {
	position: absolute;
	left: 18px;
	bottom: 20px;
}

.pages .slider-nav-slide-block img {
	top: 0;
}

.pages .online {
	color: #b0d90e;
}

.pages .offline {
	color: #e91414;
}

select {
	background: #26272b;
	width: 100%;
	max-width: 290px;
	border: none;
	color: #fff;
	padding: 0px 40px 0px 20px;
	height: 45px;
	font-size: 14px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
	cursor: pointer;
}

.select::before {
	content: '';
	position: absolute;
	right: 7px;
	top: 20px;
	border: 7px solid transparent;
	border-top: 7px solid #6ec9eb;
}

.select {
	width: 100%;
	max-width: 290px;
	height: 45px;
	padding: 0px 40px 0px 20px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	outline: none;
	position: relative;
	cursor: pointer;
	user-select: none;
	background-color: #031018;
}

.select:focus .select_dropdown {
	display: block;
}

.select_dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	list-style-type: none;
	background-color: #031018;
	display: none;
	z-index: 10;
	transition: 0.3s;
}

.select_option {
	height: 45px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	border-top: 1px solid #031018;
	color: #83e0fb;
}

.select_option:hover {
	background-color: #071621;
}

.ranking-wrapper {
	width: 100%;
	overflow-x: auto;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0;
}

.pagination li {
	padding: 6px;
}

.number {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/bg-icon.png) no-repeat;
	background-size: contain;
	width: 49px;
	height: 37px;
	color: #fff;
}

.number::after {
	content: '';
	position: absolute;
	z-index: -1;
	background-color: #031018;
	width: 35px;
	height: 30px;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	opacity: 0;
	transition: all 0.3s;
}

.number.active::after,
.number:hover::after {
	opacity: 1;
}

.number.active {
	filter: drop-shadow(0px 0px 10px rgba(98, 132, 194, 0.2));
}

.number:hover {
	filter: drop-shadow(0px 0px 10px rgba(98, 132, 194, 0.2));
}

.number-nav {
	display: block;
	width: 47px;
	height: 47px;
	background: url(../images/slick-arrow-2.png) no-repeat;
	opacity: 0.5;
}

.number-nav:hover {
	opacity: 1;
	filter: drop-shadow(0px 0px 10px rgba(98, 132, 194, 0.2));
}

.nav-prev {
	transform: rotate(180deg);

	margin-right: 30px;
}

.nav-next {
	margin-left: 30px;
}

/* download */

.flex-c-c {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pages .download-block {
	padding-top: 50px;
	padding: 50px 35px;
	margin-top: -13px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
}

.d-block {
	margin-bottom: 50px;
	overflow: hidden;
}

.dTop {
	display: flex;
	flex-wrap: wrap;
}

.dTop-left {
	width: 60%;
	height: 270px;
}

.dTop-left>div {
	height: 100%;
}

.dTop-right {
	width: 40%;
	height: 270px;
}

.dTop-right>div {
	height: 100%;
}

.dTop-cat {
	width: 100%;
	padding: 3px;
}

.dTop-cat_title {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.dTop-cat_blocks {
	flex-wrap: wrap;
}

.dTop-cat_block {
	width: calc(25% - 15px);
	display: block;
	margin: 3px;
	background-color: #020a0e;
	height: 140px;
	position: relative;
}

.dTop-cat_block:before {
	content: '';
	position: absolute;
	width: 128px;
	height: 89px;
	left: 50%;
	margin-left: -64px;
	bottom: -10px;
	z-index: 2;
	transition: 0.3s;
	opacity: 0;
}

.dTop-cat_block:hover:before {
	opacity: 1;
}

.dTop-cat_block-blue:before {
	background: url(../images/hover-blue.png) no-repeat;
}

.dTop-cat_block-green:before {
	background: url(../images/hover-green.png) no-repeat;
}

.dTop-cat_block-orange:before {
	background: url(../images/hover-orange.png) no-repeat;
}

.dTop-cat_block-turquoise:before {
	background: url(../images/hover-turquoise.png) no-repeat;
}

.dTop-cat_block-img {
	display: flex;
	align-items: center;
	justify-items: center;
	width: 115px;
	height: 115px;
	margin: 0 auto;
}

.dTop-cat_block-title {
	text-align: center;
	position: relative;
	margin-top: -15px;
	z-index: 3;
}

.dtop-update {
	text-align: center;
}

.dtop-update_title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	background-image: linear-gradient(0deg,
			rgba(122, 239, 255, 1) 0%,
			rgba(255, 255, 255, 0.7651435574229692) 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.dtop-update_text {
	color: #d5e7e8;
	line-height: 30px;
	max-width: 330px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.button-middle {
	margin: 0 auto;
}

.d-title {
	font-weight: bold;
	font-size: 18px;
	color: #7cd1f9;
	position: relative;
	padding: 16px 30px 16px 50px;
	margin: 0 auto;
	margin-bottom: 40px;
	width: max-content;
}

.d-title:before {
	content: '';
	position: absolute;
	background: url(../images/separator-arrow.png) no-repeat;
	background-size: contain;
	width: 130px;
	height: 23px;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
}

.d-title::after {
	content: '';
	position: absolute;
	background: url(../images/separator-arrow.png) no-repeat;
	background-size: contain;
	width: 130px;
	height: 23px;
	right: -120px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}

.table-top-scroll {
	overflow-x: auto;
}

.pages table {
	width: 100%;
}

.pages table td {
	border-collapse: collapse;
	padding: 20px 30px;
	border-top: 1px solid #262525;
	vertical-align: middle;
}

.pages table th {
	border-collapse: collapse;
	padding: 20px 30px;
	text-align: left;
	color: #ffb400;
	font-weight: bold;
}

.pages table thead tr {
	background-color: #152530;
	border-top: 2px solid #1d2d39;
}

.table-download {
	border-top: 1px solid #1d2d39;
}

.table-download thead {
	font-weight: bold;
}

.table-download thead td {
	background-color: #152530;
	font-size: 15px;
}

.table-download td {
	text-align: center;
	border: 1px solid #1d2d39;
	background-color: #0f1f29;
}

.table-download td:first-child {
	width: 25%;
}

.driverBlock {
	display: block;
	padding: 12px;
}

.d-title-d {
	margin-bottom: 30px;
}

.faq-block_title {
	color: #7cd1f9;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 30px;
	position: relative;
	padding-left: 50px;
}

.faq-block_title:before {
	content: '';
	position: absolute;
	background: url(../images/icon-question.png) no-repeat;
	width: 36px;
	height: 36px;
	left: 0px;
	top: 50%;
	margin-top: -18px;
}

.faq-block_text {
	line-height: 30px;
}

.faq-block {
	margin-bottom: 50px;
}

.faq-block:last-child {
	margin-bottom: 0px;
}

/* market page */

.pages .market-block {
	padding-top: 75px;
	margin-top: -13px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
}

.market-block .search-input {
	position: relative;
}

.market-block .search-input:after {
	cursor: pointer;
	content: '';
	position: absolute;
	right: 22px;
	top: calc(50% - 9.5px);
	width: 17px;
	height: 19px;
}

.market-block .search-input input {
	width: 100%;
	height: 45px;
	border: none;
	outline: none;
	color: #fff;
	background: #031018;
	font-size: 16px;
	padding: 0 32px;
}

.market-block .search-input input::placeholder {
	color: #fff;
}

.market-block .deposit-top {
	margin: 0 40px;
}

.market-block .game-items {
	padding: 40px;
}

.market-block .filter-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 40px;
}

.market-block .filter-item a {
	display: flex;
	align-items: center;
	font-size: 16px;
	opacity: 0.6;
	transition: 0.3s;
}

.market-block .filter-item a img {
	margin-right: 5px;
}

.market-block .filter-item.active a,
.market-block .filter-item:hover a {
	opacity: 1;
	color: #6ec9eb;
}

.market-block .search-block {
	margin-top: 50px;
	gap: 10px;
}

.market-block .search-block .left {
	width: 60%;
}

.market-block .search-block .right {
	width: calc(40% - 10px);
	justify-content: end;
}

.market-block .search-block .left,
.market-block .search-block .current-item {
	flex-wrap: nowrap;
}

.market-block .search-block .current-item-label {
	color: #6ec9eb;
	text-transform: uppercase;
	margin-left: 15px;
}

.market-block .search-block .input-wrap {
	width: 100%;
	margin-left: 30px;
	margin-right: auto;
}

.market-block .search-block .sort-by {
	flex-wrap: nowrap;
}

.market-block .search-block .sort-by p {
	font-size: 14px;
	margin-right: 40px;
	white-space: nowrap;
}

.market-block .search-block .sort-by .select {
	width: 100%;
}

.market-block .search-block .sort-by .select,
.market-block .search-block .sort-by .select a {
	font-size: 14px;
	color: #fff;
}

.market-block .items-content {
	flex-wrap: wrap;
	padding: 0 40px;
	gap: 15px 15px;
}

.market-block .items-content .item-content:hover {
	transform: translateY(-10px);
	box-shadow: 0px 10px 30px #000000bf;
}

.market-block .items-content .item-content {
	border: 1px solid #062131;
	background-color: #031018;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 210px;
	min-height: 320px;
	position: relative;
	transition: 0.3s all;
}

.market-block .items-content .item-content .border-bottom-left,
.market-block .items-content .item-content .border-bottom-right,
.market-block .items-content .item-content .border-top-left,
.market-block .items-content .item-content .border-top-right,
.market-block .plan-items .plan-item .border-bottom-left,
.market-block .plan-items .plan-item .border-bottom-right,
.market-block .plan-items .plan-item .border-top-left,
.market-block .plan-items .plan-item .border-top-right {
	width: 20px;
	height: 20px;
}

.market-block .items-content .item-content .border-top-left,
.market-block .items-content .item-content .border-top-right,
.market-block .plan-items .plan-item .border-top-left,
.market-block .plan-items .plan-item .border-top-right {
	top: -3px;
	left: -8px;
}

.market-block .items-content .item-content .border-top-right,
.market-block .plan-items .plan-item .border-top-right {
	left: unset;
	right: -13px;
}

.market-block .items-content .item-content .border-bottom-left,
.market-block .plan-items .plan-item .border-bottom-left {
	left: -13px;
	bottom: -3px;
}

.market-block .items-content .item-content .border-bottom-right,
.market-block .plan-items .plan-item .border-bottom-right {
	right: -8px;
	bottom: -3px;
}

.market-block .items-content .title-item {
	font-size: 14px;
	margin-bottom: 30px;
	color: #fff;
}

.market-block .items-content .icon-item {
	height: 170px;
}

.market-block .items-content .price-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #b0d90e;
}

.market-block .item-content .price-item .icon-container.coin {
	background: url('../images/coin-icon-bordered.png') center/contain no-repeat;
}

.market-block .items-content .button,
.market-block .plan-items .button {
	margin-top: 22px;
	width: 168px;
	height: 35px;
}

.market-block .deposit-plan-block {
	padding: 40px;
}

.market-block .deposit-plan-title h2 {
	color: #6ec9eb;
	text-transform: uppercase;
	margin-left: 15px;
}

.market-block .plan-items {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	gap: 15px 15px;
}

.market-block .plan-item {
	position: relative;
	width: 210px;
	height: 320px;
	background: url('../images/plan-items-bg.jpg') center/cover no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #062131;
	transition: 0.3s;
}

.market-block .plan-item .icon-item {
	max-width: 100%;
}

.market-block .plan-item:hover,
.market-block .plan-item.active {
	transform: translateY(-10px);
	box-shadow: 0px 10px 30px #000000bf;
}

.market-block .plan-item .price-item {
	color: #b0d90e;
}

.market-block .plan-item.active .selected-elem {
	display: block;
	top: -29px;
	left: -29px;
}

.market-block .plan-item.selected button {
	box-shadow: 0 10px 20px 0 rgba(98, 223, 234, 0.4);
	background: url('../images/blue-button-bg.jpg') center no-repeat;
	background-size: cover;
	border-radius: 5px;
}

.market-block .plan-item-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	border: 1px solid rgba(109, 251, 195, 0.15);
}

.market-block .plan-item-content-bottom {
	position: absolute;
	bottom: 35px;
}

.market-block .plan-item .plan-amount {
	text-align: center;
	color: #fbc430;
	font-size: 18px;
}

.payment-methods {
	margin-top: 20px;
}

.market-block .plan-item button {
	margin-top: 20px;
}

.market-block .payment-method-block {
	padding: 40px;
}

.market-block .confirm-block {
	padding: 40px;
}

.market-block .confirm-block .content {
	background: #031018;
	margin-top: 20px;
	padding: 30px 40px;
}

.market-block .confirm-block .content>div {
	width: 25%;
}

.market-block .confirm-block .key {
	font-size: 14px;
	color: #889cad;
	font-weight: bold;
	margin-bottom: 8px;
}

.market-block .confirm-block .value {
	font-size: 18px;
}

.market-block .confirm-block .value span {
	font-size: 18px;
	display: inline;
}

.market-block .pagination {
	padding: 50px 0;
}

.back-btn {
	position: relative;
	padding-left: 20px;
}

.back-btn:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background: url('../images/back-icon.png') center no-repeat;
	top: calc(50% - 7px);
	left: 0;
}

.icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 78px;
	height: 69px;
	background: url('../images/input-elem-bg.png') center no-repeat;
}

.online-status {
	font-size: 16px;
	color: #cbff3f;
	text-shadow: 0 0 10px #cbff3f;
}

.deposit-top .content {
	width: 100%;
	position: relative;
	background: #102a3b;
}

.deposit-top .profile-deposit,
.deposit-top .deposit-amount,
.deposit-top .cart {
	padding: 0 30px;
}

.deposit-top .deposit-profile-image {
	width: 100px;
	height: 100px;
	margin-right: 35px;
}

.deposit-top .deposit-profile-info h2 {
	color: #6ec9eb;
	font-size: 14px;
}

.deposit-top .deposit-profile-info {
	font-size: 14px;
	line-height: 24px;
}

.deposit-top .deposit-profile-info a {
	display: block;
	color: #00fffc;
	margin-top: 10px;
	text-decoration: underline;
}

.deposit-top .deposit-amount {
	width: 460px;
	min-height: 120px;
	background: #031018;
	margin-left: auto;
	margin-right: 20px;
	justify-content: center;
	gap: 20px;
}

.deposit-top .deposit-amount .amount {
	color: #b0d90e;
	font-size: 24px;
	text-shadow: 0 0 10px #cbff3f;
}

.deposit-top .deposit-amount .button {
	text-transform: uppercase;
}

.deposit-top .deposit-amount img {
	width: 30px;
	height: 30px;
}

.deposit-top .cart {
	position: relative;
	margin-right: 50px;
}

.deposit-top .cart .icon-wrap {
	margin-right: 15px;
}

.deposit-top .cart p {
	font-size: 14px;
	color: #6ec9eb;
	margin-bottom: 5px;
}

.payment-method {
	transition: 0.3s;
	cursor: pointer;
	position: relative;
	width: calc(25% - 15px);
	height: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #031018;
}

.payment-method.active,
.payment-method:hover {
	background: #00060a;
}

.payment-method.active .selected-elem {
	top: -30px;
	left: -30px;
	display: block;
}

.selected-elem {
	display: none;
	top: -22px;
	left: -22px;
	position: absolute;
	border: 30px solid #36d1b4;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	transform: rotate(-45deg);
	z-index: 10;
}

.selected-elem:after {
	content: '';
	top: 16px;
	left: -3px;
	position: absolute;
	width: 10px;
	height: 4px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 10;
}

.sparks {
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 300px;
}

.sparks>div {
	position: absolute;
}

.sparks .spark_1 {
	background: url(../images/animation/spark_1.png) no-repeat;
	width: 764px;
	height: 313px;
	right: 0;
	bottom: -320px;
	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;
	}

	100% {
		bottom: 0;
		transform: scale(1);
		opacity: 0;
	}
}

.sparks .spark_2 {
	background: url(../images/animation/spark_2.png) no-repeat;
	width: 179px;
	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/animation/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;
		transform: scale(0.6);
		opacity: 1;
	}

	25% {
		bottom: -80px;
		transform: scale(0.7);
		opacity: 1;
	}

	50% {
		bottom: -20px;
		transform: scale(0.8);
		opacity: 1;
	}

	75% {
		bottom: 40px;
		transform: scale(0.9);
		opacity: 0.5;
	}

	100% {
		bottom: 100px;
		transform: scale(1);
		opacity: 0;
	}
}

.sparks .spark-big {
	background: url(../images/animation/spark_4.png) no-repeat;
	width: 794px;
	height: 176px;
	right: 0;
	bottom: -180px;
	transform: scale(0.6);
	animation: spark-5 4s linear infinite;
}

.sparks .spark_5 {
	animation-delay: 2s;
	right: 40px;
}

@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;
	}

	100% {
		bottom: 60px;
		transform: scale(1);
		opacity: 0;
	}
}

.animations {
	position: absolute;
	top: 100px;
	z-index: 5;
	left: 50%;
	transform: translateX(-1225px);
}

.ray {
	position: absolute;
	top: 90px;
	left: 225px;
	background: url(../images/ray.png) no-repeat center/contain;
	width: 419px;
	height: 419px;
	animation: ray 14s infinite linear;
	transform-origin: center;
	opacity: 0.6;
}

.crystal-a {
	position: absolute;
	top: -50px;
	left: 790px;
	background: url(../images/crystal.png) no-repeat center/contain;
	width: 181px;
	height: 239px;
	animation: crystal 3s infinite linear;
	transform-origin: center;
}

@keyframes ray {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


@keyframes crystal {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0px);
	}
}

/* ===================== USER DROPDOWN ===================== */
.user-dropdown {
	position: relative;
	display: inline-block;
	height: 100%;
}

.user-btn {
	display: flex;
	align-items: center;
	background: transparent;
	border: none;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	padding: 0 15px;
	height: 80px;
	font-size: 14px;
}

.user-btn:hover .user-name {
	color: #83e0fb;
}

.user-info {
	display: flex;
	align-items: center;
	gap: 6px;
}

.user-arrow {
	font-size: 12px;
	opacity: 0.6;
	transition: transform 0.3s ease;
}

.user-dropdown.active .user-arrow {
	transform: rotate(180deg);
	opacity: 1;
}

/* dropdown menu */
.user-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 240px;
	background: linear-gradient(180deg, rgba(8, 25, 36, 0.95), rgba(2, 8, 14, 0.95));
	backdrop-filter: blur(10px);
	border: 1px solid rgba(131, 224, 251, 0.25);
	border-radius: 8px;
	box-shadow: 0 0 25px rgba(131, 224, 251, 0.1);
	padding: 12px 0;
	z-index: 99999;
}

.user-menu a:hover {
	background-color: rgba(131, 224, 251, 0.08);
	box-shadow: inset 0 0 5px rgba(131, 224, 251, 0.25);
}


.user-dropdown {
	position: relative;
	z-index: 9999;
	/* creates a higher stacking layer */
}

.user-dropdown.active .user-menu {
	display: block;
	animation: fadeIn 0.2s ease;
}

.user-balance {
	padding: 10px 20px;
	background: rgba(9, 29, 43, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.user-balance .balance-item {
	display: flex;
	justify-content: space-between;
	color: #7cd1f9;
	font-size: 13px;
	margin: 2px 0;
}

.user-balance .value {
	color: #dbdd0d;
	font-weight: 700;
}

.user-menu a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 10px 20px;
	transition: background 0.3s, color 0.3s;
}

.header-glow {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 100%;
	background: radial-gradient(circle at center, rgba(131, 224, 251, 0.15), transparent 70%);
	filter: blur(40px);
	pointer-events: none;
	z-index: -1;
}


.user-divider {
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	margin: 5px 0;
}

.user-menu a.logout {
	color: #f58987;
}

.user-menu a.logout:hover {
	background-color: rgba(200, 60, 60, 0.2);
	color: #ff9090;
}

/* Prevent scroll overlap */
.header .right-content {
	overflow: visible !important;
}

/* === RANKING REFINEMENTS === */
.rating-block {
	position: relative;
	background: radial-gradient(circle at top, #101820 0%, #05080b 80%);
	border: 1px solid rgba(131, 224, 251, 0.1);
	border-radius: 10px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.7), inset 0 0 20px rgba(131, 224, 251, 0.05);
	padding-top: 65px;
	padding-bottom: 40px;
	margin-top: 20px;
	overflow: hidden;
}

/* Subtle animated glow top line */
.rating-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #83e0fb, transparent);
	animation: glow-line 4s linear infinite;
}

@keyframes glow-line {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

/* Highlight odd/even rows slightly */
.rating-row:not(.rating-heading-row):nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.02);
}

/* Add smooth hover lift */
.rating-row:not(.rating-heading-row):hover {
	background-color: rgba(131, 224, 251, 0.08);
	transform: scale(1.02);
	transition: all 0.25s ease;
}



/* Name column highlight */
.rating-name {
	font-weight: 800;
	font-size: 15px;
	color: #83e0fb;
	text-shadow: 0 0 8px rgba(131, 224, 251, 0.6);
}

/* Character class styling */
.rating-char {
	color: #c1c9d2;
	font-weight: 600;
}

/* Guild dimmed if empty */
.rating-guild {
	color: #6c7882;
}

/* Online/Offline visual glow */
.rating-status {
	font-weight: 700;
	text-transform: uppercase;
}

.rating-status.online {
	color: #cbff3f;
	text-shadow: 0 0 12px #cbff3f;
}

.rating-status.off {
	color: #f58987;
	text-shadow: 0 0 12px #f58987;
}

/* Subtle column alignment */
.rating-table {
	border-collapse: collapse;
}

.rating-heading-row {
	background-color: rgba(12, 29, 43, 0.6);
	border-bottom: 1px solid rgba(131, 224, 251, 0.15);
}

.rating-heading-row span {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

/* =======================
   🏆 TOP 3 PRESTIGE FRAMES
   ======================= */
.rating-row.top1,
.rating-row.top2,
.rating-row.top3 {
	position: relative;
	z-index: 2;
	background: transparent !important;
	box-shadow: none !important;
	border: none;
	transition: all 0.4s ease;
}

/* Common glow frame base */
.rating-row.top1::after,
.rating-row.top2::after,
.rating-row.top3::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	border: 2px solid transparent;
	pointer-events: none;
	z-index: 1;
	animation: framePulse 3s ease-in-out infinite;
}

/* 🥇 Gold Frame */
.rating-row.top1::after {
	border-image: linear-gradient(90deg, #ffd700, #fff3b0) 1;
	box-shadow: 0 0 25px rgba(255, 215, 0, 0.25);
}

/* 🥈 Silver Frame */
.rating-row.top2::after {
	border-image: linear-gradient(90deg, #b0b0b0, #f0f0f0) 1;
	box-shadow: 0 0 20px rgba(200, 200, 200, 0.2);
	animation-delay: 0.5s;
}

/* 🥉 Bronze Frame */
.rating-row.top3::after {
	border-image: linear-gradient(90deg, #cd7f32, #ffbe78) 1;
	box-shadow: 0 0 20px rgba(205, 127, 50, 0.25);
	animation-delay: 1s;
}

/* Smooth glowing pulse animation */
@keyframes framePulse {

	0%,
	100% {
		opacity: 0.7;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.02);
	}
}

/* Gentle hover lift and stronger glow */
.rating-row.top1:hover::after,
.rating-row.top2:hover::after,
.rating-row.top3:hover::after {
	transform: scale(1.03);
	opacity: 1;
	box-shadow: 0 0 35px rgba(255, 255, 200, 0.35);
}

/* Subtle color tint for text per rank */
.rating-row.top1 .rating-name,
.rating-row.top1 .rating-char,
.rating-row.top1 .rating-guild {
	color: #ffe78a;
	text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.rating-row.top2 .rating-name,
.rating-row.top2 .rating-char,
.rating-row.top2 .rating-guild {
	color: #d5d5d5;
	text-shadow: 0 0 8px rgba(200, 200, 200, 0.4);
}

.rating-row.top3 .rating-name,
.rating-row.top3 .rating-char,
.rating-row.top3 .rating-guild {
	color: #ffb273;
	text-shadow: 0 0 8px rgba(205, 127, 50, 0.4);
}

/* Optional: small crown only for top 1 */
.rating-row.top1 .rating-icon::before {
	content: "";
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 20px;
	background: url("../images/icons/crown.png") no-repeat center/contain;
	filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.7));
	animation: crownPulse 3s ease-in-out infinite;
}

@keyframes crownPulse {

	0%,
	100% {
		filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.4));
		transform: translateX(-50%) scale(1);
	}

	50% {
		filter: drop-shadow(0 0 12px rgba(255, 255, 200, 0.9));
		transform: translateX(-50%) scale(1.1);
	}
}

.rating-row.top1::before,
.rating-row.top2::before,
.rating-row.top3::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
	opacity: 0.4;
}

/* === FIX: allow only the top glow to overflow, keep frame intact === */
.rating-block {
	overflow: hidden;
	/* keep original frame borders safe */
	position: relative;
}

/* Each row wrapper can extend just a little for glow */
.row-wrapper {
	position: relative;
	z-index: 2;
}

/* Re-enable overflow ONLY for glowing rows */
.rating-row.top1,
.rating-row.top2,
.rating-row.top3 {
	position: relative;
	overflow: visible;
}

/* Extend glow slightly beyond edge (without breaking outer frame) */
.rating-row.top1::after,
.rating-row.top2::after,
.rating-row.top3::after {
	content: "";
	position: absolute;
	inset: -1px;
	/* very small offset */
	border-radius: 6px;
	z-index: -1;
	filter: blur(3px);
}

/* Your color glows (unchanged or adjust slightly if too strong) */
.rating-row.top1::after {
	box-shadow: 0 0 8px 2px rgba(255, 230, 120, 0.5);
	border: 1px solid rgba(255, 230, 120, 0.4);
}

.rating-row.top2::after {
	box-shadow: 0 0 8px 2px rgba(200, 200, 255, 0.4);
	border: 1px solid rgba(180, 180, 255, 0.3);
}

.rating-row.top3::after {
	box-shadow: 0 0 8px 2px rgba(255, 180, 120, 0.4);
	border: 1px solid rgba(255, 180, 120, 0.3);
}

.header-discord {
	margin-right: 25px;
	display: flex;
	align-items: center;
}

.discord-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	border-radius: 40px;
	background: radial-gradient(circle at center, rgba(88, 101, 242, 0.4) 0%, rgba(20, 25, 50, 0.85) 100%);
	box-shadow: 0 0 20px rgba(88, 101, 242, 0.35), inset 0 0 10px rgba(88, 101, 242, 0.2);
	color: #d9e6ff;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid rgba(110, 130, 255, 0.4);
	backdrop-filter: blur(6px);
	transition: all 0.3s ease;
}

.discord-btn img {
	width: 30px;
	height: 30px;
	filter: brightness(1.2);
	transition: all 0.3s ease;
}


/* Hover effects */
.discord-btn:hover {
	transform: translateY(-2px);
	background: radial-gradient(circle at center, rgba(88, 101, 242, 0.55) 0%, rgba(20, 25, 50, 0.95) 100%);
	box-shadow: 0 0 35px rgba(88, 101, 242, 0.8);
	color: #fff;
}

.discord-btn:hover img {
	transform: scale(1.1);
	filter: brightness(1.3);
}

/* Optional: subtle pulsing aura */
@keyframes discordPulse {

	0%,
	100% {
		box-shadow: 0 0 15px rgba(88, 101, 242, 0.3);
	}

	50% {
		box-shadow: 0 0 30px rgba(88, 101, 242, 0.7);
	}
}

.discord-btn {
	animation: discordPulse 3s infinite ease-in-out;
}

.notification-popup {
	position: fixed;
	top: 100px;
	right: -400px;
	padding: 14px 22px;
	border-radius: 8px;
	background: rgba(15, 25, 45, 0.85);
	backdrop-filter: blur(8px);
	box-shadow: 0 0 20px rgba(0, 150, 255, 0.3);
	color: #d4e9ff;
	font-size: 15px;
	z-index: 9999;
	opacity: 0;
	transform: translateX(100px);
	transition: all 0.4s ease;
	border-left: 3px solid #3fa9ff;
}

.notification-popup.show {
	opacity: 1;
	transform: translateX(0);
	right: 20px;
}

.notification-popup.success {
	border-left-color: #38ff88;
	box-shadow: 0 0 20px rgba(56, 255, 136, 0.3);
}

.notification-popup.error {
	border-left-color: #ff4747;
	box-shadow: 0 0 20px rgba(255, 71, 71, 0.3);
}

.notification-popup.warning {
	border-left-color: #ffd547;
	box-shadow: 0 0 20px rgba(255, 213, 71, 0.3);
}

/* ==========================
   Stack Selector Design
   ========================== */
.stack-selector {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(20, 28, 45, 0.6);
	border: 1px solid rgba(80, 120, 180, 0.4);
	border-radius: 12px;
	backdrop-filter: blur(8px);
	padding: 4px 6px;
	width: fit-content;
	margin: 0 auto 12px auto;
	box-shadow: 0 0 12px rgba(0, 100, 255, 0.1);
	transition: all 0.25s ease-in-out;
}

.stack-selector:hover {
	box-shadow: 0 0 16px rgba(0, 150, 255, 0.35);
	border-color: rgba(110, 180, 255, 0.8);
}

.stack-btn {
	background: linear-gradient(180deg, rgba(50, 90, 140, 0.5), rgba(20, 40, 80, 0.7));
	border: none;
	color: #d9e6ff;
	font-size: 18px;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	backdrop-filter: blur(3px);
}

.stack-btn:hover {
	background: rgba(0, 140, 255, 0.7);
	color: #fff;
	transform: scale(1.05);
}

.stack-btn:active {
	transform: scale(0.95);
	background: rgba(0, 100, 255, 0.8);
}

.stack-btn.minus {
	border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.stack-btn.plus {
	border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.stack-input {
	width: 60px;
	height: 32px;
	text-align: center;
	font-size: 15px;
	color: #bcd3ff;
	background: rgba(0, 0, 0, 0.3);
	border: none;
	outline: none;
	font-weight: 600;
	margin: 0 4px;
	border-radius: 6px;
	box-shadow: inset 0 0 4px rgba(0, 140, 255, 0.25);
}

.stack-input:focus {
	box-shadow: inset 0 0 6px rgba(0, 180, 255, 0.45);
	background: rgba(0, 0, 20, 0.45);
}

/* ==========================
   Item Info Styling
   ========================== */
.item-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: rgba(15, 25, 45, 0.6);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(80, 120, 180, 0.25);
	border-radius: 16px;
	padding: 18px 14px;
	margin: 10px;
	transition: all 0.25s ease;
	box-shadow: 0 0 10px rgba(0, 80, 160, 0.1);
	width: 200px;
}

.item-content:hover {
	transform: translateY(-3px);
	border-color: rgba(100, 170, 255, 0.7);
	box-shadow: 0 0 18px rgba(0, 140, 255, 0.35);
}

.icon-item {
	width: 72px;
	height: 72px;
	object-fit: contain;
	margin-bottom: 10px;
	transition: transform 0.25s ease;
}

.item-content:hover .icon-item {
	transform: scale(1.1);
}

/* Item name */
.title-item {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 6px;
	background: linear-gradient(90deg, #64b5ff 0%, #cce6ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 10px rgba(100, 180, 255, 0.3);
	letter-spacing: 0.3px;
}

/* Description text — supports long text beautifully */
.desc-item {
	position: relative;
	font-size: 13.5px;
	line-height: 1.45em;
	color: rgba(200, 215, 245, 0.85);
	text-align: center;
	margin: 6px 0 10px;
	max-height: 85px;
	/* Visible portion */
	overflow: hidden;
	padding: 0 6px;
	transition: all 0.3s ease-in-out;
}

/* Subtle gradient fade-out at bottom */
.desc-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background: linear-gradient(to bottom, rgba(15, 25, 45, 0), rgba(15, 25, 45, 0.9));
	pointer-events: none;
	transition: opacity 0.3s ease;
}

/* Hover expansion — reveals full text smoothly */
.item-content:hover .desc-item {
	max-height: 180px;
}

.item-content:hover .desc-item::after {
	opacity: 0;
}

/* ==========================
   EXCHANGE MARKET STYLING
   Prestige Glass Layout
========================== */

.page.market-page {
	padding: 40px 0 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container.with-no-padding {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

/* Top profile + RPS area */
.deposit-top .content {
	background: rgba(15, 25, 45, 0.55);
	backdrop-filter: blur(14px);
	border-radius: 18px;
	border: 1px solid rgba(80, 120, 180, 0.25);
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 20px rgba(0, 80, 160, 0.15);
	margin-bottom: 40px;
}

.deposit-profile-image {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 2px solid rgba(100, 160, 255, 0.4);
	object-fit: cover;
	margin-right: 16px;
}

.deposit-amount {
	display: flex;
	align-items: center;
	gap: 12px;
}

.deposit-amount img {
	width: 40px;
	height: 40px;
}

.deposit-amount h2.amount {
	color: #a8d8ff;
	font-size: 22px;
	font-weight: 700;
}

.side-block .button {
	margin-left: 10px;
}

/* Search and Sort area */
.search-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(15, 25, 45, 0.55);
	backdrop-filter: blur(10px);
	padding: 18px 25px;
	border-radius: 16px;
	border: 1px solid rgba(80, 120, 180, 0.25);
	box-shadow: 0 0 14px rgba(0, 120, 255, 0.1);
	width: 100%;
	margin-bottom: 25px;
}

.search-input input[type="text"] {
	background: rgba(20, 30, 55, 0.6);
	color: #d8eaff;
	border: 1px solid rgba(80, 120, 180, 0.3);
	border-radius: 10px;
	height: 42px;
	width: 260px;
	padding: 0 14px;
	font-size: 15px;
	outline: none;
	transition: 0.2s;
}

.search-input input[type="text"]:focus {
	border-color: rgba(120, 180, 255, 0.6);
	box-shadow: 0 0 10px rgba(100, 180, 255, 0.2);
}

.search-input .button {
	margin-left: 10px;
	padding: 8px 20px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 10px;
}

.sort-by {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sort-by p {
	color: #b0cfff;
	font-size: 15px;
	margin: 0;
}

.custom-select select {
	background: rgba(20, 30, 55, 0.6);
	border: 1px solid rgba(80, 120, 180, 0.3);
	color: #cce4ff;
	padding: 8px 14px;
	border-radius: 10px;
	cursor: pointer;
}

/* Market Table Glass Block */
.market-table-wrapper {
	width: 100%;
	background: rgba(15, 25, 45, 0.55);
	backdrop-filter: blur(12px);
	border-radius: 18px;
	border: 1px solid rgba(80, 120, 180, 0.25);
	padding: 20px 30px;
	box-shadow: 0 0 22px rgba(0, 120, 255, 0.1);
}

.market-table {
	width: 100%;
	border-collapse: collapse;
}

.market-table th {
	color: #9fd3ff;
	background: rgba(20, 35, 60, 0.6);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	padding: 12px;
	border-bottom: 1px solid rgba(80, 120, 180, 0.3);
}

.market-table td {
	color: #e2efff;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid rgba(70, 100, 150, 0.15);
}

.market-table tr:hover {
	background: rgba(80, 130, 220, 0.1);
	transition: all 0.25s ease;
}

.item-img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

/* Pagination */
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	gap: 10px;
}

.pagination .number {
	padding: 6px 14px;
	background: rgba(15, 25, 45, 0.55);
	border: 1px solid rgba(80, 120, 180, 0.3);
	color: #cfe6ff;
	border-radius: 8px;
	font-weight: 600;
	transition: all 0.2s;
}

.pagination .number:hover {
	background: rgba(60, 100, 180, 0.4);
}

.pagination .number.active {
	background: linear-gradient(90deg, #2c7cff, #56a3ff);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 0 10px rgba(100, 160, 255, 0.3);
}

.search-block {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(15, 25, 45, 0.55);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(80, 120, 180, 0.25);
	border-radius: 16px;
	padding: 16px 20px;
	margin-bottom: 25px;
	box-shadow: 0 0 12px rgba(0, 120, 255, 0.1);
	width: 100%;
}

.search-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 15px;
}

.search-input input[type="text"] {
	background: rgba(20, 30, 55, 0.6);
	color: #d8eaff;
	border: 1px solid rgba(80, 120, 180, 0.3);
	border-radius: 10px;
	height: 42px;
	width: 250px;
	padding: 0 14px;
	font-size: 15px;
	outline: none;
	transition: 0.2s;
}

.search-input input[type="text"]:focus {
	border-color: rgba(120, 180, 255, 0.6);
	box-shadow: 0 0 10px rgba(100, 180, 255, 0.2);
}

.search-btn {
	padding: 8px 24px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 14px;
}

.sort-by {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sort-by p {
	color: #b0cfff;
	font-size: 15px;
	margin: 0;
}

.select {
	position: relative;
	cursor: pointer;
}

.select_value {
	color: #d8eaff;
	background: rgba(20, 30, 55, 0.6);
	padding: 8px 14px;
	border-radius: 10px;
	border: 1px solid rgba(80, 120, 180, 0.3);
}

.select_dropdown {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
	background: rgba(15, 25, 45, 0.9);
	border-radius: 10px;
	border: 1px solid rgba(80, 120, 180, 0.3);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
	z-index: 10;
}

.select.open .select_dropdown {
	display: block;
}

.select_option {
	padding: 8px 14px;
	color: #cce4ff;
	transition: background 0.2s;
}

.select_option:hover {
	background: rgba(80, 130, 220, 0.15);
}

/* === Glass Container === */
.market-glass-box {
	background: rgba(15, 25, 45, 0.55);
	backdrop-filter: blur(14px);
	border-radius: 18px;
	padding: 25px 30px;
	border: 1px solid rgba(80, 120, 180, 0.25);
	box-shadow: 0 0 25px rgba(0, 120, 255, 0.15);
	width: 100%;
	margin-top: 40px;
}

/* Header Bar */
.market-header {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.header-icon {
	width: 42px;
	height: 42px;
	margin-right: 10px;
}

.header-title {
	font-size: 22px;
	color: #9fd3ff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.balance {
	font-size: 18px;
	color: #b6ff7a;
	font-weight: 700;
	margin-left: 10px;
}

/* Toolbar */
.market-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(20, 30, 55, 0.5);
	padding: 15px 20px;
	border-radius: 12px;
	margin-bottom: 25px;
	border: 1px solid rgba(80, 120, 180, 0.25);
}

.search-form {
	display: flex;
	align-items: center;
	gap: 10px;
}

.search-form input[type="text"] {
	background: rgba(25, 40, 70, 0.6);
	border: 1px solid rgba(80, 120, 180, 0.3);
	border-radius: 10px;
	padding: 10px 14px;
	color: #d8eaff;
	width: 240px;
}

.search-form input[type="text"]:focus {
	border-color: rgba(100, 160, 255, 0.5);
	outline: none;
	box-shadow: 0 0 10px rgba(100, 160, 255, 0.3);
}

/* Sort Dropdown */
.sort-by {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sort-by p {
	color: #cfe2ff;
	margin: 0;
}

.sort-by select {
	background: rgba(25, 40, 70, 0.6);
	color: #d8eaff;
	border: 1px solid rgba(80, 120, 180, 0.3);
	border-radius: 10px;
	padding: 8px 12px;
}

/* Table */
.glass-inner {
	background: rgba(10, 20, 40, 0.4);
	border-radius: 14px;
	padding: 10px;
	border: 1px solid rgba(80, 120, 180, 0.25);
}

.market-table {
	width: 100%;
	border-collapse: collapse;
}

.market-table th {
	text-transform: uppercase;
	color: #8fc6ff;
	font-size: 14px;
	padding: 12px;
	border-bottom: 1px solid rgba(90, 140, 200, 0.3);
}

.market-table td {
	color: #e2efff;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid rgba(80, 120, 180, 0.15);
}

.market-table tr:hover {
	background: rgba(70, 120, 200, 0.1);
}

.item-img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

/* Buttons */
.button.small {
	padding: 6px 20px;
	font-size: 13px;
	border-radius: 8px;
}

/* Responsive */
@media (max-width: 900px) {
	.market-toolbar {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.search-form {
		width: 100%;
	}
}

.pagination {
	list-style: none;
	display: flex;
	gap: 6px;
	justify-content: center;
	margin-top: 20px;
	flex-wrap: wrap;
}



.pagination .number:hover {
	background: rgba(80, 120, 200, 0.3);
	color: #fff;
}

.pagination .number.active {
	background: rgba(80, 120, 220, 0.6);
	color: #fff;
	border-color: rgba(120, 170, 255, 0.6);
	font-weight: 600;
}

.pagination .number.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.pagination .ellipsis {
	background: none;
	border: none;
	color: #8aa4cc;
	cursor: default;
}

.floating-tooltip b {
	color: #fff;
	font-weight: 500;
}

.floating-tooltip font {
	color: #00ff75;
	font-weight: 600;
}
/* =================== CHAT HEADER ICON =================== */
.chat-icon {
  display: none; /* Hidden - only floating button shown */
  position: relative;
  z-index: 998; /* below chat sidebar */
}

/* =================== FLOATING CHAT BUTTON (Bottom Right) =================== */
.floating-chat-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(108, 180, 255, 0.85) 0%, rgba(80, 160, 255, 0.75) 100%);
  border: 2px solid rgba(108, 200, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999; /* below sidebar */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(108, 200, 255, 0.4), 0 0 30px rgba(108, 200, 255, 0.2);
}

.floating-chat-button:hover {
  transform: scale(1.1);
  background: linear-gradient(135deg, rgba(108, 200, 255, 0.95) 0%, rgba(80, 160, 255, 0.9) 100%);
  box-shadow: 0 6px 25px rgba(108, 200, 255, 0.6), 0 0 45px rgba(108, 200, 255, 0.3);
}

.chat-bubble {
  font-size: 28px;
  z-index: 2;
  position: relative;
}

.chat-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(108, 200, 255, 0.8);
  top: 0;
  left: 0;
  animation: chat-pulse-animation 2s infinite;
}

@keyframes chat-pulse-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.floating-chat-button:hover .chat-pulse {
  animation: none;
}

/* =================== SIDEBAR CHAT =================== */
#chat-sidebar {
  position: fixed;
  top: 90px;
  right: 0;
  width: 400px;
  height: calc(100vh - 90px);
  background: linear-gradient(135deg, rgba(10, 10, 20, 0.96) 0%, rgba(20, 15, 35, 0.94) 100%);
  border-left: 2px solid rgba(108, 200, 255, 0.3);
  display: flex;
  flex-direction: column;
  color: #fff;
  backdrop-filter: blur(12px);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.8), inset 1px 0 rgba(108, 200, 255, 0.1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transform: translateX(100%);
  opacity: 0;
  z-index: 9999; /* highest layer */
}

#chat-sidebar:not(.collapsed) {
  transform: translateX(0);
  opacity: 1;
}

#chat-header {
  background: linear-gradient(90deg, rgba(40, 80, 150, 0.5) 0%, rgba(60, 120, 200, 0.4) 100%);
  padding: 16px 14px;
  border-bottom: 1px solid rgba(108, 200, 255, 0.2);
  font-weight: 700;
  color: #6cf;
  text-align: center;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  letter-spacing: 0.5px;
}

.chat-header-title {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.toggle-chat-btn {
  background: none;
  border: none;
  color: #6cf;
  cursor: pointer;
  font-size: 18px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: 0.3s;
  margin-left: auto;
}

.toggle-chat-btn:hover {
  background: rgba(108, 200, 255, 0.15);
  color: #90d8ff;
}

.chat-online-indicator {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* =================== CHAT TABS =================== */
.chat-tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 10px 8px;
  background: rgba(10, 10, 20, 0.5);
  border-bottom: 1px solid rgba(108, 200, 255, 0.15);
  flex-wrap: wrap;
}

.chat-tabs button {
  background: rgba(40, 50, 90, 0.6);
  color: #999;
  border: 1px solid rgba(108, 150, 200, 0.2);
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 12px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.chat-tabs button.active {
  background: linear-gradient(135deg, rgba(108, 180, 255, 0.6) 0%, rgba(80, 160, 255, 0.5) 100%);
  color: #fff;
  border-color: rgba(108, 200, 255, 0.7);
  box-shadow: 0 0 15px rgba(108, 200, 255, 0.3), inset 0 1px rgba(255, 255, 255, 0.2);
  text-shadow: 0 0 8px rgba(108, 200, 255, 0.5);
}

/* =================== CHAT BOX =================== */
#chat-box {
  flex: 1;
  overflow-y: auto;
  padding: 14px;
  font-size: 13px;
  line-height: 1.6;
  scrollbar-width: thin;
}

#chat-box::-webkit-scrollbar {
  width: 7px;
}

#chat-box::-webkit-scrollbar-thumb {
  background: rgba(108, 200, 255, 0.3);
  border-radius: 10px;
}
/* ===============================
   💬 CHAT MESSAGE STYLES (Final)
   =============================== */
.chat-message {
  margin-bottom: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(25, 30, 55, 0.55);
  border-left: 3px solid rgba(108, 200, 255, 0.35);
  transition: all 0.25s ease;
}

/* Your own messages */
.chat-message.own {
  background: rgba(70, 110, 170, 0.35);
  border-left-color: rgba(150, 220, 255, 0.5);
}

/* 🟡 Admin messages — gold frame, no glow */
.chat-message.admin {
  background: rgba(25, 25, 40, 0.7);
  border-left: 3px solid rgba(255, 215, 0, 0.8);
  box-shadow: none;
}

/* Admin + Own */
.chat-message.admin.own {
  background: rgba(25, 25, 40, 0.75);
  border-left-color: rgba(255, 230, 0, 0.9);
}

/* 🧭 System messages */
.chat-message.system {
  background: rgba(100, 100, 100, 0.15);
  border-left-color: rgba(160, 160, 160, 0.4);
  color: #bbb;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  margin: 14px 0;
}

/* HEADER */
.msg-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

/* 🟦 Normal usernames (default users) */
.msg-user {
  color: #6cf;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* 🟡 Admin usernames — glowing gold */
.msg-user.admin {
  color: #ffd700;
  font-size: 14px;
  font-weight: 800;
  text-shadow:
    0 0 4px rgba(255, 215, 0, 0.8),
    0 0 8px rgba(255, 215, 0, 0.6),
    0 0 15px rgba(255, 215, 0, 0.4);
}

/* Time and message text */
.msg-time {
  font-size: 11px;
  color: #888;
  opacity: 0.8;
}

.msg-text {
  color: #e0e0e0;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
}

/* ⚡ Admin badge — small and subtle gold frame */
.admin-badge {
  display: inline-block;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.6);
  color: #ffcc00;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: none;
  text-shadow: 0 0 4px rgba(255, 220, 0, 0.4);
  vertical-align: middle;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =================== INPUT AREA =================== */
.chat-input-area {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(108, 200, 255, 0.15);
  background: rgba(10, 10, 20, 0.6);
}

.chat-input-area input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid rgba(108, 200, 255, 0.2);
  background: rgba(30, 30, 60, 0.8);
  color: white;
  border-radius: 8px;
  font-size: 13px;
  transition: 0.3s;
}

.chat-input-area input:focus {
  outline: none;
  background: rgba(40, 50, 90, 0.9);
  border-color: rgba(108, 200, 255, 0.5);
  box-shadow: 0 0 12px rgba(108, 200, 255, 0.2);
}

.chat-controls {
  display: flex;
  gap: 6px;
}

.chat-btn {
  padding: 10px 12px;
  border: 1px solid rgba(108, 200, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 13px;
  background: rgba(50, 80, 150, 0.5);
  color: #6cf;
  font-weight: 600;
}

.chat-btn:hover {
  background: rgba(80, 130, 200, 0.7);
  border-color: rgba(108, 200, 255, 0.5);
  color: #90d8ff;
}

.chat-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: rgba(50, 80, 150, 0.3);
}

#emoji-btn {
  width: 40px;
  padding: 10px;
}

#send {
  flex: 0 0 65px;
}

/* =================== RESPONSIVE =================== */
@media (max-width: 1024px) {
  #chat-sidebar {
    width: 350px;
  }
}

@media (max-width: 768px) {
  #chat-sidebar {
    width: 100%;
    height: calc(100vh - 70px);
    top: 70px;
    border-left: none;
    border-top: 2px solid rgba(108, 200, 255, 0.3);
  }
  .floating-chat-button {
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
  }
  .chat-bubble {
    font-size: 24px;
  }
}
/* Hide the floating chat button when chat is open */
#chat-sidebar:not(.collapsed) ~ .floating-chat-button {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

/* When chat is closed, show it again */
#chat-sidebar.collapsed ~ .floating-chat-button {
  opacity: 1;
  pointer-events: all;
}


.modal-window {
    background: rgba(10,25,45,0.85);
    border:1px solid rgba(120,180,255,0.4);
    box-shadow: 0 0 50px rgba(0,120,255,0.3);
    border-radius:12px;
    width:420px;
    padding:25px;
    text-align:center;
    animation: popin .25s ease-out;
}

.modal-window h3 {
    color:#d5e9ff;
    margin-bottom:14px;
    font-size:20px;
    text-shadow:0 0 8px rgba(0,140,255,0.5);
}

.modal-window input {
    width:100%;
    padding:12px;
    border-radius:8px;
    border:1px solid rgba(120,180,255,0.4);
    background:rgba(15,35,65,0.7);
    color:white;
    margin-top:12px;
    font-size:15px;
}

.modal-actions {
    margin-top:18px;
    display:flex;
    justify-content:center;
    gap:16px;
}

@keyframes popin {
  from { transform:scale(.7); opacity:0; }
  to   { transform:scale(1); opacity:1; }
}
/* Disable text selection while interacting with dropdown */
.select,
#floating-dropdown {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

/* Ensure options also have pointer cursor */
#floating-dropdown .select_option {
  cursor: pointer;
}

/* Optional: prevent accidental highlight on click */
.select_value {
  pointer-events: none;
}
.video-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45);
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0,0,0,0.3), rgba(0,0,0,0.85));
}

.hero-content {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 2;
  animation: fadeIn 1.2s ease-out;
}

.hero-logo {
  width: 320px;
  animation: logoGlow 4s ease-in-out infinite alternate;
}

.hero-title {
  font-size: 2.8rem;
  color: #6ec9eb;
  text-shadow: 0 0 20px rgba(110,201,235,0.7);
  margin-top: 15px;
}

.hero-subtitle {
  font-size: 1.3rem;
  color: #cce7ff;
  font-weight: 300;
  margin-bottom: 25px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-buttons .button {
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.button.discord {
  background: linear-gradient(90deg, #5865f2, #4752c4);
  color: #fff;
}

.button.discord:hover {
  background: linear-gradient(90deg, #6d7aff, #5b66d1);
}

@keyframes logoGlow {
  from { filter: drop-shadow(0 0 10px rgba(110,201,235,0.6)); }
  to { filter: drop-shadow(0 0 25px rgba(110,201,235,1)); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Cloudflare Turnstile Styling */
.cf-turnstile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 100%;
    max-width: 300px;
}
/* Center the Turnstile iframe */
.cf-turnstile > div,
.cf-turnstile iframe {
    margin: 0 auto;
}
/* ============================================================
   GUILD VAULT — CLEAN, FINAL, PREMIUM VERSION
   ============================================================ */

/* ---------- GENERAL PANEL ---------- */
.vault-body {
    text-align: center;
    padding: 25px 30px;
    max-width: 480px;
    margin: 0 auto;
}

/* ---------- LOADING ---------- */
.vault-loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 215, 0, 0.2);
    border-top: 3px solid #FFD700;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* ---------- GUILD NAME ---------- */
.vault-guild-name {
    color: #FFD700;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 18px;
    text-shadow: 0 0 12px rgba(255,215,0,0.4);
}


/* ---------- VAULT IMAGE & OVERLAY ---------- */
.vault-image-wrapper {
    width: 360px;
    margin: 0 auto 25px auto;
    position: relative;
}

.vault-image {
    width: 100%;
    border-radius: 8px;
}

/* Coins glowing effect */
.vault-image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 80px;
    background: radial-gradient(circle, rgba(255,210,0,0.45) 0%, rgba(255,210,0,0) 70%);
    filter: blur(20px);
    animation: goldGlow 2.7s ease-in-out infinite;
}

@keyframes goldGlow {
    0%, 100% { opacity: 0.7; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.15); }
}

/* ---------- RPS NUMBERS ---------- */
.vault-rps-overlay {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.vault-rps-number {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow:
        0 0 18px rgba(255,255,255,0.8),
        0 0 35px rgba(255,210,0,0.8);
}

.vault-rps-label {
    margin-top: -4px;
    font-size: 16px;
    color: #FFB100;
    letter-spacing: 3px;
    text-shadow: 0 0 6px rgba(255,190,0,0.4);
}


/* ---------- MEMBERS ---------- */
.vault-members-line {
    margin: 5px 0 30px 0;
    color: #ccc;
    font-size: 14px;
}


/* ---------- ACTION BUTTON SECTION ---------- */
#vault-pin-set-buttons {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}


/* ---------- FORMS BOX (Withdraw / Change PIN) ---------- */
#vault-change-pin,
#vault-withdraw {
    margin-top: 25px;
    padding: 20px 15px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
}

#vault-change-pin label,
#vault-withdraw label {
    margin-bottom: 18px;
}

/* Clean inputs */
.form-input.form-input-with-icon {
    height: 40px;
    font-size: 14px;
}

.modal-info-submit {
    margin-top: 10px;
    margin-bottom: 5px;
}


/* ---------- PIN INFO ---------- */
.vault-pin-info {
    color: #ccc;
    margin-bottom: 10px;
}


/* ---------- WITHDRAW NOTE ---------- */
.vault-withdraw-note {
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}


/* ---------- NO PERMISSION ---------- */
.vault-no-perm-text {
    text-align: center;
    padding: 15px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: #999;
    font-size: 13px;
    margin-top: 20px;
}


/* ---------- RESPONSIVE ---------- */
@media (max-width: 600px) {
    .vault-image-wrapper {
        width: 280px;
    }

    .vault-rps-number {
        font-size: 40px;
    }
}

/* FIX TURNSTILE ON REGISTRATION MODAL */
.ts-wrapper {
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: center;
    margin: 15px 0;

    /* prevent modal styling from corrupting the iframe */
    transform: none !important;
    scale: 1 !important;
    zoom: 1 !important;
    background: transparent !important;
}

.ts-wrapper iframe {
    width: auto !important;
    height: auto !important;
    max-width: none !important;

    transform: none !important;
    scale: 1 !important;
    zoom: 1 !important;
}
/* ============================
   VAULT ACTION PANEL BOXES
   ============================ */
   .vault-action-box {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 215, 0, 0.2);
    padding: 25px;
    border-radius: 12px;
    width: 360px;
    margin: 20px auto 0 auto;
    box-shadow: 0 0 25px rgba(0,0,0,0.4),
                inset 0 0 20px rgba(255,215,0,0.05);
    transition: all 0.3s ease;
}

/* Labels */
.vault-action-box .registration-text {
    color: #e6c974;
    font-size: 14px;
    margin-bottom: 8px;
}

/* Align inputs like login modal */
.vault-action-box .form-group {
    margin-bottom: 18px;
}

/* Smooth fade-in when opened */
.vault-action-box.show {
    display: block !important;
    animation: fadeIn 0.25s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Buttons spacing */
.vault-action-buttons {
    margin-top: 25px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Withdraw note */
.vault-withdraw-note {
    text-align: center;
    margin-top: 12px;
    font-size: 12px;
    color: #999;
}
/* ============================
   WIDER INPUTS FOR VAULT FORMS
   ============================ */

   #vault-change-pin .input-container,
   #vault-withdraw .input-container {
	   width: 100%;
	   max-width: 320px;   /* Nice readable width */
	   margin: 0 auto;
   }
   
   #vault-change-pin .form-input,
   #vault-withdraw .form-input {
	   width: 100%;
	   padding: 14px 18px 14px 45px; /* extra left padding so text doesn't collide */
	   font-size: 16px;
   }
   
   /* Icon container inside inputs */
   #vault-change-pin .icon-container,
   #vault-withdraw .icon-container {
	   left: 12px;
	   width: 24px;
	   height: 24px;
	   pointer-events: none;
   }
   
   /* Labels above inputs */
   #vault-change-pin .registration-text,
   #vault-withdraw .registration-text {
	   text-align: left;
	   width: 320px;
	   margin: 0 auto 6px;
	   display: block;
   }
   
   /* Expand the entire vault panel for readability */
   .vault-action-box {
	   width: 380px !important;
	   padding: 30px;
   }
   
/* FIX for Cloudflare Turnstile inside modal */
.ts-wrapper,
.ts-wrapper .cf-turnstile {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
}

.ts-wrapper iframe {
    width: auto !important;
    min-width: 330px !important;
    height: auto !important;
}

/* Override modal wrapper limitation ONLY for Turnstile */
#reg-modal .modal-wrapper {
    overflow: visible !important;
}

#reg-modal .modal-body {
    overflow: visible !important;
}
/* ==============================
   FOOTER BASE LAYOUT
   ============================== */
   .footerMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 20px 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

/* ==============================
   FOOTER COLUMNS
   ============================== */
.footerMenu-block {
    width: 22%;
    min-width: 200px;
}

.f-menu li {
    padding: 5px 0;
}

.f-menu li:first-child {
    color: #7aeaff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.f-menu li a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #5d7587;
    transition: 0.2s;
}

.f-menu li a:hover {
    color: #83e0fb;
    text-decoration: underline;
}

.email-support {
    color: #5d7587;
    font-size: 14px;
    margin-top: 5px;
}

.support-link {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

/* ==============================
   LOGO + SOCIAL ICONS WRAPPER
   ============================== */
.footer-logo {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.footer-logo img {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

/* ==============================
   SOCIAL ICONS
   ============================== */
.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.footer-social a {
    display: flex;
    transition: 0.3s ease;
}

.footer-social img {
    height: 40px;
    width: auto;
    opacity: 0.85;
    transition: 0.3s ease;
    filter: drop-shadow(0 0 6px rgba(122,239,255,0.25));
}

.footer-social img:hover {
    opacity: 1;
    transform: scale(1.12);
    filter: drop-shadow(0 0 12px #7aefff);
}

/* ==============================
   COPYRIGHT
   ============================== */
.copyrights {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    color: rgba(200, 220, 255, 0.7);
}

.copyrights a {
    color: #7aefff;
    text-decoration: none;
    transition: 0.2s;
}

.copyrights a:hover {
    text-shadow: 0 0 6px #7aefff;
    text-decoration: underline;
}

/* ==============================
   RESPONSIVE FOOTER
   ============================== */
@media (max-width: 1024px) {
    .footerMenu {
        justify-content: center;
        text-align: center;
    }

    .footerMenu-block {
        width: 45%;
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .footerMenu-block {
        width: 100%;
    }

    .footer-social img {
        height: 32px;
    }

    .footer-logo img {
        width: 130px;
    }
}

#topLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #4da3ff; /* Prestige blue */
    z-index: 99999;
    transition: width 0.25s ease-out;
    box-shadow: 0 0 8px #4da3ff;
}
/* =====================================================
   GUILD VAULT MODAL – FINAL CLEAN VERSION (NO SCROLL)
===================================================== */

.vault-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9000;
}
.vault-modal.active { display: block; }

.vault-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(5px);
}

/* Main Panel – Fixed size, flex layout, no outer scroll */
.vault-panel {
    width: 460px;
    max-width: 96vw;
    max-height: 92vh;
    margin: 4vh auto;
    background: rgba(10, 14, 20, 0.98);
    border: 1px solid rgba(255, 215, 0, 0.25);
    border-radius: 16px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: vaultFadeIn 0.32s ease-out;
}

@keyframes vaultFadeIn {
    from { opacity: 0; transform: scale(0.96); }
    to   { opacity: 1; transform: scale(1); }
}

/* Scrollable inner wrapper (never actually scrolls due to tight spacing) */
.vault-content-wrapper {
    flex: 1;
    overflow-y: auto;
    padding-right: 8px;
    margin-right: -8px;
    scrollbar-width: thin;
    scrollbar-color: #FFD700 transparent;
}
.vault-content-wrapper::-webkit-scrollbar { width: 6px; }
.vault-content-wrapper::-webkit-scrollbar-track { background: transparent; }
.vault-content-wrapper::-webkit-scrollbar-thumb { background: #FFD700; border-radius: 3px; }

/* Title */
.vault-title {
    margin: 0 0 16px;
    text-align: center;
    color: #FFD700;
    font-size: 26px;
    letter-spacing: 3px;
    font-weight: 700;
}

/* Close button */
.vault-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
}

/* Vault image + RPS overlay */
.vault-image-box {
    position: relative;
    width: 90%;
    max-width: 380px;
    margin: 0 auto 14px;
}
.vault-image {
    width: 100%;
    border-radius: 10px;
}
.vault-rps-overlay {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.vault-rps-value {
    color: #FFD700;
    font-size: 46px;
    font-weight: 900;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
}
.vault-rps-label {
    color: #ffb000;
    font-size: 16px;
    display: block;
    margin-top: -4px;
}

/* Members line */
.vault-members-line {
    text-align: center;
    color: #aaa;
    font-size: twelfth;
    margin: 0 0 16px;
}

/* Warning messages */
.vault-warning {
    text-align: center;
    padding: 12px 16px;
    margin: 12px 0;
    background: rgba(255, 100, 0, 0.15);
    border: 1px solid rgba(255, 150, 0, 0.4);
    border-radius: 10px;
    color: #ff9800;
    font-size: 14px;
    font-weight: 600;
}

/* Tabs */
.vault-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 18px 0 8px;
    flex-wrap: wrap;
}
.vault-tab-btn {
    padding: 13px 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 215, 0, 0.35);
    color: #ccc;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 170px;
}
.vault-tab-btn i { margin-right: 8px; }
.vault-tab-btn:hover,
.vault-tab-btn.active {
    background: rgba(255, 215, 0, 0.18);
    color: #FFD700;
    border-color: #FFD700;
    box-shadow: 0 0 18px rgba(255, 215, 0, 0.35);
    transform: translateY(-2px);
}

/* Tab content */
.vault-tab-content {
    display: none;
    animation: fadeIn 0.35s ease-out;
}
.vault-tab-content.active { display: block; }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.vault-section-title {
    text-align: center;
    color: #FFD700;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 4px 0 16px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

/* Form inputs & buttons – perfectly centered & compact */
.vault-tab-content .vault-input,
.vault-tab-content .vault-action-btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 11px !important;
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 215, 0, 0.3);
    background: rgba(0, 0, 0, 0.35);
    color: white;
    text-align: center;
}
.vault-tab-content .vault-action-btn {
    background: linear-gradient(180deg, #79c0ff 0%, #4378c6 100%);
    border: none;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 0 12px rgba(67, 120, 198, 0.4);
}

.vault-note {
    text-align: center;
    color: #aaa;
    font-size: 12.5px;
    margin: 8px 0 4px;
    opacity: 0.9;
}
/* GOLD / YELLOW BUTTONS – VAULT THEMED */
.vault-tab-content .vault-action-btn,
.vault-action-btn {
    background: linear-gradient(180deg, #FFD700 0%, #FFA500 100%) !important;
    color: #000 !important;
    font-weight: 800 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border: 1px solid #FFD700 !important;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    transition: all 0.3s ease;
}

.vault-tab-content .vault-action-btn:hover,
.vault-action-btn:hover {
    background: linear-gradient(180deg, #FFE033 0%, #FFB733 100%) !important;
    transform: translateY(-2px);
    box-shadow: 
        0 0 30px rgba(255, 215, 0, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

/* ============================================
   ADVENT CALENDAR BUTTON - Fixed
============================================ */
.advent-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #0d2818 0%, #1a3d2a 50%, #0d2818 100%);
    border: 1px solid #2d5a3d;
    border-radius: 8px;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 
        0 0 15px rgba(34, 197, 94, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    min-width: 200px;
}

.advent-btn:hover {
    border-color: #4ade80;
    box-shadow: 0 0 25px rgba(34, 197, 94, 0.3);
    transform: translateY(-1px);
}

.advent-tree {
    font-size: 32px;
    line-height: 1;
    filter: drop-shadow(0 0 8px rgba(34, 197, 94, 0.6));
    flex-shrink: 0;
}

/* Or if using image */
img.advent-tree {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(34, 197, 94, 0.6));
    flex-shrink: 0;
}

.advent-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    flex-grow: 1;
}

.advent-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.advent-subtitle {
    color: #4ade80;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.advent-timer {
    color: #e0e0e0;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Consolas', 'Monaco', monospace;
    background: rgba(0, 0, 0, 0.4);
    padding: 6px 10px;
    border-radius: 5px;
    min-width: 75px;
    text-align: center;
    border: 1px solid rgba(77, 217, 128, 0.2);
    flex-shrink: 0;
}

/* Mobile adjustments */
@media (max-width: 992px) {
    .advent-btn {
        min-width: auto;
        padding: 6px 12px;
        gap: 8px;
    }
    
    .advent-text {
        display: none;
    }
    
    .advent-tree {
        font-size: 24px;
    }
    
    img.advent-tree {
        width: 28px;
        height: 28px;
    }
    
    .advent-timer {
        font-size: 12px;
        padding: 4px 8px;
        min-width: 65px;
    }
}

@media (max-width: 576px) {
    .advent-btn {
        padding: 5px 8px;
    }
    
    .advent-timer {
        font-size: 11px;
        min-width: 55px;
    }
}
/* ============================================
   NAV DROPDOWN (SHOPS)
============================================ */
.nav-dropdown {
    position: relative;
}

.nav-dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-dropdown-toggle .dropdown-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.nav-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(180deg, #0d1520 0%, #0a1018 100%);
    border: 1px solid rgba(77, 217, 255, 0.2);
    border-radius: 8px;
    min-width: 180px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    list-style: none;
    margin: 0;
}

.nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-menu li {
    margin: 0;
}

.nav-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    color: #a8c5e0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.nav-dropdown-menu a:hover {
    background: rgba(77, 217, 255, 0.1);
    color: #4dd9ff;
}

.nav-dropdown-menu a i {
    width: 16px;
    text-align: center;
    color: #4dd9ff;
}

/* Mobile Dropdown */
.mobile-dropdown-menu {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 10px 0;
    display: none;
}

.mobile-dropdown.active .mobile-dropdown-menu {
    display: block;
}

.mobile-dropdown-menu li a {
    display: block;
    padding: 8px 0;
    color: #a8c5e0;
    text-decoration: none;
    font-size: 14px;
}

.mobile-dropdown-toggle {
    cursor: pointer;
}