html {
	min-width: 0;
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;

}

/* Forzar estilo de todas las tablas personalizadas */
.table.text-white,
.table.text-white th,
.table.text-white td {
	color: #fff !important;
	/* Todo el texto en blanco */
}

/* Encabezado con color del theme */
.table thead {
	background-color: #1c1c1c;
	/* Cambiá este por el color de tu página */
	color: #fff !important;
}

.table thead th {
	font-weight: bold;
	text-align: center;
}

.unicial {
	font-family: 'Uncial Antiqua', serif;
}

#bg-video {
	position: fixed;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-fit: cover;
	filter: brightness(0.6);
}

a {
	color: var(--ColorTemplate);
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:hover {
	color: #ffda8a;
}

img {
	border: 0px;
}

input[type=text],
input[type=password],
input[type=number] {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus {
	border: 1px solid #ccc;
}

#header {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100vh;
	margin: 0px auto;
	padding: 100px 0px 0px 0px;
	text-align: center;
	color: #fff;
	gap: 0px;
}

#container {
	background: #eeeeee;
	width: 1040px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
}

#main-content {
	display: flex;
	flex-direction: column;
	justify-self: center;
	align-items: center;
	width: 100%;
	flex: 1 0 auto;
}

#RankingGeneral_wrapper {
	display: flex;
	flex-direction: column;
	align-self: center;
	justify-self: center;
	width: 90%;
}

.rankings-container {
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1c1c1c 5%);
}

.rankings_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
}

.rankings_menu a {
	font-size: 19px;
	font-weight: bold;
}

.rankings-killers-container {
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1c1c1c 20%);
}

.rankings-guilds-container,
.profiles_player_container,
.guild_card_container,
.myaccount-container {
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1c1c1c 30%);
}

.profiles_guild_card_container,
.profiles_player_card_container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 60px 0px;
	width: 80%;
}

.profiles_player_container,
.guild_card_container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.myaccount-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 50px;
}

.character-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.myaccount-card {
	width: 80%;
}

.content {
	display: flex;
	width: 100vw;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 0px 100px 0px;
	gap: 100px;
	background: linear-gradient(to bottom,
			#00000000 0%,
			#1f1f1f 25%,
			#1f1f1f 100%);
}

.divider {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: rgb(189, 189, 189);
}

.divider h6 {
	font-weight: 200;
	font-size: 15px;
}

.background-universal {
	display: flex;
	width: 100vw;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom,
			#00000000 0%,
			#1f1f1f 15%,
			#1f1f1f 100%);
}

.new-items-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 90%;
}

.new-items-title {
	text-align: center;
	font-family: 'Uncial Antiqua', serif;
	color: white;
}

.new-items-title h4 {
	font-family: serif;
	text-align: center;
	color: rgb(201, 201, 201);
}

.learn-more {
	position: relative;
	display: inline-flex;
	gap: 100px;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
	width: 12rem;
	height: auto;
	text-wrap: nowrap;
}

.learn-more .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: #352020;
	border-radius: 1.625rem;
}

.learn-more .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.learn-more .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}

.learn-more .circle .icon.arrow::before {
	position: absolute;
	content: "";
	top: -0.29rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: rotate(45deg);
}

.learn-more .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 3.95rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}

.learn-more:hover .circle {
	width: 100%;
}

.learn-more:hover .circle .icon.arrow {
	background: #fff;
	transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
	color: #fff;
}

.sub-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

.sidebar-banner a img {
	-moz-box-shadow: 0 0 10px #1c1c1c;
	-webkit-box-shadow: 0 0 10px #1c1c1c;
	box-shadow: 0 0 10px #1c1c1c;
	border: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	height: 250px;
	transition: all .3s ease;
}

.sidebar-banner a img:hover {
	transform: scale(1.02);
}

.page-info-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 40px;
	width: 80vw;
	gap: 20px;
}

.table-responsive {
	width: 90%;
}

.server-info-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 90%;
	gap: 10px;
}

.video-container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	object-fit: contain;
	margin-bottom: 100px;
}

.video-info {
	width: 80%;
	height: 650px;
}

.server-info-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

.server-info-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Uncial Antiqua', serif;
	color: white;
}

.register-container,
.forgotpassword-container {
	display: flex;
	justify-content: center;
	width: 100vw;
	margin: 0px 0px 0px 0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1c1c1c 10%);
}

.register-form,
.login-form,
.forgotpassword-form {
	width: 600px;
	max-width: 90%;
	border: 2px solid var(--ColorTemplate);
	border-radius: 10px;
	background: rgb(27, 27, 27);
	margin: 100px 0px;
}

.login-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	margin: 0px 0px 0px 0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1c1c1c 10%);
}

.form-horizontal {
	border: 2px solid var(--ColorTemplate);
	border-radius: 10px;
	padding: 40px 50px;
	margin: 80px 0px;
	width: 550px;
}

.card-body {
	background: #00000062;
	backdrop-filter: blur(10px);
}

.card-home {
	width: 700px;
	height: 380px;
	border-radius: 8px;
	padding-bottom: 5px;
}

.card-header-home {
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0.5rem 0.8rem;
	text-align: center;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.table tbody tr:nth-of-type(odd) {
	background-color: #1f1f1f;
}

.table tbody tr:nth-of-type(even) {
	background-color: #2b2b2b;
}

.sets-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 8px;
	transition: all 0.3s ease;
}

.sets-container>div {
	flex: 1 1 200px;
	display: flex;
	justify-content: center;
	transition: all 0.3s ease;
}

.sets-container>div img {
	width: 300px;
	height: auto;
	transition: transform 0.3s ease;
}

.sets-container>div:hover img {
	transform: scale(1.05);
}

.footer {
	background: #1c1c1c;
	font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'Arial', 'sans-serif';
	width: 100%;
	font-size: 12px;
	color: #666666;
	margin: 0px auto 0 auto;
	border-top: 3px solid var(--ColorTemplate);
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
}

.social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icon:hover {
	transform: scale(1.1);
	opacity: 0.9;
}

.facebook {
	background-color: #1877F2;
}

.instagram {
	background-color: #E4405F;
}

.discord {
	background-color: #5865F2;
}

.wsp {
	background-color: #12a50b;
}

.admincp-button {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 10px;
	background: var(--ColorTemplate) !important;
	border: 2px solid #000000 !important;
	color: var(--bs-light) !important;
	font-weight: bold !important;
}

.page-title {
	text-align: center;
	width: 100%;
	color: var(--ColorTemplate);
	font-family: 'Uncial Antiqua', serif;
	font-size: 60px;
	margin-bottom: 10px;
	margin-top: 160px;
	font-weight: bold;
}

.page-title-myaccount {
	text-align: center;
	width: 100%;
	color: var(--ColorTemplate);
	font-family: 'Uncial Antiqua', serif;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: bold;
}

/* NEWS MODULE */
.panel {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 600px;
}

.panel-news {
	margin-bottom: 30px;
	color: #333;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 0px #e3e3e3;
	-webkit-box-shadow: 0 0 0px #e3e3e3;
	box-shadow: 0 0 0px #e3e3e3;
}

.panel-news .panel-heading {
	padding: 0.5rem 1rem;
	background-color: var(--ColorTemplate);
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
}

.panel-news .panel-heading a {
	color: #f1f1f1;
}

.panel-news .panel-heading a:hover {
	color: #f1f1f1cc;
}

.panel-news .panel-title {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
}

.panel-news .panel-body {
	padding: 1rem 1rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.panel-news .panel-footer {
	background: #f7f7f7;
	padding: 1rem 1rem;
	font-style: italic;
	font-size: 16px;
	color: #212529;
	border: 1px solid rgba(0, 0, 0, .125);
	border-top: 3px solid var(--ColorTemplate);
	border-radius: 0.25rem;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 1rem 1rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
}

.rankings-class-image-sidebar {
	width: 25px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.rankings-class-image {
	width: 40px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.rankings-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
}

.rankings-table-place {
	color: var(--ColorTemplate);
	font-weight: bold;
	/*font-size: 24px;*/
	text-align: center;
}

.default-char-offline {
	border: 3px solid #D0D0D0;
	vertical-align: middle;
}

.default-char-online {
	border: 3px solid #a5d72c;
	vertical-align: middle;
}

.page-item.active .page-link {
	z-index: 3;
	color: var(--bs-light) !important;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
}

.rankings-table tr:first-child td {
	color: var(--bs-light);
	border-bottom: 3px solid var(--ColorTemplate);
	background: var(--ColorTemplate);
}

.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}

.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 10px;
}

.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}

.rankings_menu a {
	display: inline-block;
	width: 160px;
	border: 1px solid var(--ColorTemplate);
	border-left: 7px solid var(--ColorTemplate);
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: var(--ColorTemplate);
	background: linear-gradient(to left, transparent 50%, var(--ColorTemplate) 50%);
	background-size: 200%;
	background-position: right;
	transition: background-position 0.5s;
}

.rankings_menu a.active {
	color: #f1f1f1;
	border: 1px solid var(--ColorTemplate);
	border-left: 7px solid var(--ColorTemplate);
	background: var(--ColorTemplate);
}

.rankings_menu a:hover {
	color: var(--bs-light) !important;
	text-decoration: none !important;
	background-position: left;
}

.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
}

.myaccount-table tr td:first-child {
	color: #666;
	font-weight: bold;
}

.myaccount-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px !important;
}

.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin: 10px 0px;
}

.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}

.general-table-ui tr:first-child td {
	color: var(--ColorTemplate);
	;
}

.general-table-ui tr:nth-child(2n+2) td {
	background: #fafafa;
}

.general-table-ui tr td {
	text-align: center;
}

.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* TERMS OF SERVICE PAGE */
.tos_list li {
	color: var(--ColorTemplate);
	;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}

.tos_list li p {
	color: #444;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 14px;
	font-weight: normal;
}

/* PAYPAL */

/* Button Container */
.wooden-cart-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 15px 30px;
	border: none;
	background: linear-gradient(to bottom,
			#721616,
			#7c0808);
	/* Lighter wood color */
	border-radius: 25px;
	box-shadow:
		inset 0 5px 10px rgba(73, 73, 73, 0.5),
		inset 0 -5px 10px rgba(0, 0, 0, 0.2),
		0 5px 15px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: perspective(500px) rotateX(5deg);
	transform-style: preserve-3d;
}

/* SVG Icon */
.wooden-cart-button svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	fill: #ffffff;
	/* Dark brown color for icon */
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: translateZ(10px);
}

/* Text */
.button-text {
	position: relative;
	z-index: 1;
	color: #ffffff;
	width: 80px;
	/* Dark brown color for text */
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: translateZ(10px);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Hover State */
.wooden-cart-button:hover {
	transform: perspective(500px) rotateX(0deg) translateY(-3px);
	box-shadow:
		inset 0 6px 12px rgba(102, 102, 102, 0.493),
		inset 0 -6px 12px rgba(0, 0, 0, 0.25),
		0 8px 20px rgba(0, 0, 0, 0.35);
	background: linear-gradient(to bottom, #db4f4f, #da2525);
}

.wooden-cart-button:hover svg {
	transform: translateZ(15px) scale(1.2) rotate(5deg);
}

.wooden-cart-button:hover .button-text {
	transform: translateZ(15px) translateX(3px);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.download-discord-container {
	display: flex;
	justify-content: flex-end;
	height: 100%;
	align-items: center;
	flex-direction: column;
	margin-bottom: 30px;
	gap: 50px;
}

.discord-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.card-contact {
	display: flex;
	justify-content: center;
	height: 70px;
	width: 270px;
	gap: 15px;
}

.card-contact svg {
	position: absolute;
	display: flex;
	width: 60%;
	height: 100%;
	font-size: 24px;
	font-weight: 700;
	opacity: 1;
	transition: opacity 0.25s;
	z-index: 2;
	cursor: pointer;
}

.card-contact .social-link3,
.card-contact .social-link4 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	color: whitesmoke;
	font-size: 24px;
	text-decoration: none;
	transition: 0.25s;
	border-radius: 50px;
}

.card-contact svg {
	transform: scale(1);
}

.card-contact .social-link3:hover {
	background-color: #5865f2;
	animation: bounce_613 0.4s linear;
}

.card-contact .social-link4:hover {
	background-color: #12a50b;
	animation: bounce_613 0.4s linear;
}

@keyframes bounce_613 {
	40% {
		transform: scale(1.4);
	}

	60% {
		transform: scale(0.8);
	}

	80% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.donations-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100vw;
	align-items: center;
	justify-content: center;
	padding: 10px 150px 100px 150px;
	gap: 30px;
	background: linear-gradient(to bottom,
			#00000000 0%,
			#1f1f1f 20%,
			#1f1f1f 100%);
}

.warning-donation {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: rgb(255, 208, 108);
	background: rgba(255, 153, 0, 0.171);
	border: 1px solid rgb(133, 80, 0);
	padding: 10px 40px;
	border-radius: 10px;
	margin: 50px 0px 20px 0px;
}

.warning-donation h4 {
	margin: 0px;
	font-size: 15px;
}

.warning-donation i {
	color: rgb(255, 255, 75);
	font-size: 20px;
	margin-right: 10px;
}

.donation {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-color: #110404a4;
	backdrop-filter: blur(10px);
	padding: 30px 40px;
	border-radius: 10px;
	width: 450px;
	height: 500px;
	color: white;
	transition: all 0.3s ease;
}

.donation img {
	transition: all 0.3s ease;
	filter: brightness(90%) saturate(90%);
}

.donation:hover {
	transform: scale(1.04);
}

.donation:hover img {
	transform: scale(1.1);
	filter: brightness(110%) saturate(120%);
}

.donation-title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 2px solid var(--ColorTemplate);
	gap: 20px;
}

.donation-price h2 {
	color: rgb(199, 199, 199);
	font-size: 30px;
}

.donation-title i {
	font-size: 32px;
}

.price-and-button {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.paypal-gateway-container {
	width: 100%;
}

.paypal-gateway-content {
	background: #fef2da;
	border: 3px solid #f79433;
	padding: 15px;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

.paypal-gateway-logo {
	width: 100%;
	height: 100px;
	background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat center;
	background-size: contain;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.paypal-gateway-conversion-rate {
	margin: 0px auto;
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 10px 0px;
}

.paypal-gateway-form {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.paypal-gateway-form div {
	display: inline-block;
	padding: 0px 10px;
	color: #000;
	font-size: 24px;
}

.paypal-gateway-form input[type=text] {
	width: 60px;
	font-size: 24px;
	border: 3px solid #f79433;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #f79433;
}

.paypal-gateway-continue {
	margin: 0px auto;
	text-align: center;
}

.paypal-gateway-continue input[type=submit] {
	background: url('../img/paypal-submit.jpg') no-repeat;
	width: 200px;
	height: 40px;
	border: 0px;
}

.module-requirements {
	font-size: 12px;
	margin-top: 20px;
}

/* SIDEBAR */
.panel-sidebar {
	background: #f1f1f1;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.125);
	-moz-border-radius: 0.375rem;
	border-radius: 0.375rem;
	-moz-box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
	-webkit-box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
	box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}

.panel-sidebar>.panel-heading {
	background: #fff;
	color: var(--ColorTemplate);
	;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 3px solid var(--ColorTemplate);
	;
	padding: 15px;
	font-size: 22px;
	text-align: center;
}

.panel-usercp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-usercp ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

.panel-usercp ul li a {
	color: #444 !important;
	font-weight: bold;
}

.panel-usercp ul li a:active,
.panel-usercp ul li a:hover {
	color: var(--ColorTemplate) !important;
}

.panel-usercp ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-body {
	width: 100%;
	padding: 10px;
	border: 2px solid var(--ColorTemplate);
	border-radius: 10px;
}

.panel-body .panel-title {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
	font-weight: 500;
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.panel-addstats .character-name {
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: 500;
}

/* DOWNLOADS */

.download-description {
	font-size: 20px;
	position: relative;
	top: -7px;
	color: #777;
}

.online-status-indicator {
	margin-left: 5px;
}

/* WEBENGINE CMS */
.webengine-powered {
	color: var(--ColorTemplate) !important;
	text-transform: uppercase;
}

.webengine-powered:active,
.webengine-powered:hover {
	color: var(--ColorTemplate) !important;
}

/* LANGUAGE PICKER */
.webengine-language-switcher {
	display: inline-block;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
	width: 46px;
	height: 19px;
	overflow: hidden;
	transition: all .3s ease;
}

.webengine-language-switcher:hover {
	width: 400px;
}

.webengine-language-switcher li {
	display: inline-block;
	list-style-type: none;
	background: #333333;
	padding: 0px 5px 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	transition: all .3s ease;
}

.webengine-language-switcher li:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.webengine-language-switcher li a {
	color: #999999;
}

.webengine-language-switcher li a:hover {
	color: #ffffff !important;
}

/* WEBSITE LOGO */
.logo-container {
	display: flex;
	align-items: center;
	justify-content: center;

}

.webengine-mu-logo {
	width: 500px;
	height: auto;
	transition: all .3s ease;
}

.webengine-mu-logo:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

/* HEADER INFO */

.header-info-container {
	position: fixed;
	width: 100%;
	z-index: 99;
}

.header-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 70px;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(15px);
	margin: 0px;
	padding: 0px 200px;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	text-shadow: 1px 1px 3px #000000;
	color: #ffffff;
	border-bottom: 1px solid #1c1c1c;
	z-index: 100;

}

.header-info-container .header-info .header-info-block {
	padding: 0px;
	color: #aaaaaa;
}

.header-info-container .header-info .header-info-block #tServerTime,
.header-info-container .header-info .header-info-block #tLocalTime {
	color: #ffffff;
}

.header-info-container .header-info .header-info-block #tServerDate,
.header-info-container .header-info .header-info-block #tLocalDate {
	color: #cccccc;
}

.header-info-container .header-info .header-info-block .online-count {
	color: #00ff00;
}

.header-info ul {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0px;
	-webkit-padding-start: 0px;
}

.header-info ul li {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.header-info ul li a {
	color: #cccccc !important;
	font-family: 'Uncial Antiqua', serif;
	text-decoration: none;
	padding: 0px 25px;
	transition: all .3s ease;
	text-transform: uppercase;
}

.header-info ul li a i {
	font-size: 19px;
	transition: all .3s ease;
}

.header-info ul li a:hover i {
	color: #c50000 !important;
	transform: translateY(-2px) scale(1.3);
}

.header-info ul li a:hover {
	color: #c50000 !important;
}

.navbar-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 100;
}

.navbar-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	margin: 0px;
}

.navbar-desktop {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 40px;
}

.navbar-desktop a {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.navbar-buttons-desktop {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	font-size: 17px;
	z-index: 100;
}

.navbar-buttons-mobile {
	display: none;
}

.webengine-mu-logo-navbar {
	height: 85px;
	width: auto;
	padding: 0px;
	margin-bottom: 10px;
	transition: all .3s ease;
}

.webengine-mu-logo-navbar:hover {
	transform: scale(1.05);
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}

.logout {
	color: white;
}

.login-logout-button {
	color: #e4e4e4;
	font-family: 'Uncial Antiqua', serif;
	background-color: #6e0000;
	border: 2px solid #6e0000;
	padding: 6px 19px;
	border-radius: 8px;
}

.login-logout-button:hover {
	background-color: #c50000;
	border-color: #c50000;
	color: rgb(255, 255, 255);
}

.signin-myaccount-button {
	font-family: 'Uncial Antiqua', serif;
	color: #e4e4e4;
	border: 2px solid #6e0000;
	border-radius: 8px;
	padding: 6px 19px;
}

.signin-myaccount-button:hover {
	background-color: #c50000;
	border-color: #c50000;
}

.button {
	position: relative;
	width: 156px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: 1px solid #6e0000;
	background-color: #c50000;
	border-radius: 5px;
	overflow: hidden;
	transform: scale(1.4);
}

.button,
.button__icon,
.button__text {
	transition: all 0.3s;
}

.button .button__text {
	transform: translateX(22px);
	color: #fff;
	font-weight: 600;
}

.button .button__icon {
	position: absolute;
	transform: translateX(109px);
	height: 100%;
	width: 39px;
	background-color: #6e0000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button .svg {
	width: 20px;
	fill: #fff;
}

.button:hover {
	background: #6e0000;
}

.button:hover .button__text {
	color: transparent;
}

.button:hover .button__icon {
	width: 148px;
	transform: translateX(0);
}

/* ONLINE BAR */
.webengine-online-bar {
	width: 100%;
	background: #000000;
	border: 1px solid #555555;
	height: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	overflow: hidden;
	transition: all .3s ease;
}

.webengine-online-bar .webengine-online-bar-progress {
	height: 8px;
	background: #00ff00 url('../img/online_progress_bar.jpg') no-repeat left center;
	-webkit-border-radius: 0px 1px 1px 0px;
	-moz-border-radius: 0px 1px 1px 0px;
	-khtml-border-radius: 0px 1px 1px 0px;
	border-radius: 0px 1px 1px 0px;
}

.webengine-online-bar:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
	background: #333;
	border: 1px solid #666;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0px auto;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.myaccount-character-block img {
	width: 100px;
	height: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.myaccount-character-block img:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.myaccount-character-block-location {
	font-size: 12px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 2px;
	line-height: 1.2;
}

.myaccount-character-block-level {
	position: relative;
	top: -77px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	padding: 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
}

.myaccount-character-name a {
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
}

/* RANKINGS FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

.rankings-class-filter li {
	display: inline-block;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 10px;
}

.rankings-class-filter-selection {
	display: inline-block;
	text-align: center;
	color: #000000;
	font-size: 11px;
	cursor: pointer;
}

.rankings-class-filter-selection:hover {
	color: #000000 !important;
}

.rankings-class-filter-selection:hover img {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.rankings-class-filter-selection img {
	width: 80px;
	height: auto;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	border-radius: 5%;
	-khtml-border-radius: 5%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

/* Colores Market Char */
.RazaSM {
	background-color: rgba(47, 125, 204, 0.1);
	border: 1px solid #2f7dcc;
}

.RazaDK {
	background-color: rgba(204, 47, 47, 0.1);
	border: 1px solid #cc2f2f;
}

.RazaELF {
	background-color: rgba(51, 204, 47, 0.1);
	border: 1px solid #33cc2f;
}

.RazaMG {
	background-color: rgba(113, 47, 204, 0.1);
	border: 1px solid #712fcc;
}

.RazaDL {
	background-color: rgba(204, 158, 47, 0.1);
	border: 1px solid #cc9e2f;
}

.RazaSUM {
	background-color: rgba(191, 47, 204, 0.1);
	border: 1px solid #bf2fcc;
}

.RazaRF {
	background-color: rgba(204, 84, 47, 0.1);
	border: 1px solid #cc542f;
}

.BtnSM {
	background-color: #2f7dcc;
	color: #f1f1f1;
	border: 1px solid #2f7dcc;
}

.BtnSM:hover {
	background-color: rgba(47, 125, 204, 0.1);
	color: #2f7dcc;
	border: 1px solid #2f7dcc;
}

.BtnDK {
	background-color: #cc2f2f;
	color: #f1f1f1;
	border: 1px solid #cc2f2f;
}

.BtnDK:hover {
	background-color: rgba(204, 47, 47, 0.1);
	color: #cc2f2f;
	border: 1px solid #cc2f2f;
}

.BtnELF {
	background-color: #33cc2f;
	color: #f1f1f1;
	border: 1px solid #33cc2f;
}

.BtnELF:hover {
	background-color: rgba(51, 204, 47, 0.1);
	color: #33cc2f;
	border: 1px solid #33cc2f;
}

.BtnMG {
	background-color: #712fcc;
	color: #f1f1f1;
	border: 1px solid #712fcc;
}

.BtnMG:hover {
	background-color: rgba(113, 47, 204, 0.1);
	color: #712fcc;
	border: 1px solid #712fcc;
}

.BtnDL {
	background-color: #cc9e2f;
	color: #f1f1f1;
	border: 1px solid #cc9e2f;
}

.BtnDL:hover {
	background-color: rgba(204, 158, 47, 0.1);
	color: #cc9e2f;
	border: 1px solid #cc9e2f;
}

.BtnSUM {
	background-color: #bf2fcc;
	color: #f1f1f1;
	border: 1px solid #bf2fcc;
}

.BtnSUM:hover {
	background-color: rgba(191, 47, 204, 0.1);
	color: #bf2fcc;
	border: 1px solid #bf2fcc;
}

.BtnRF {
	background-color: #cc542f;
	color: #f1f1f1;
	border: 1px solid #cc542f;
}

.BtnRF:hover {
	background-color: rgba(204, 84, 47, 0.1);
	color: #cc542f;
	border: 1px solid #cc542f;
}

div.dataTables_wrapper div.dataTables_filter label {
	display: block;
}

div.dataTables_wrapper div.dataTables_filter input {
	width: 100%;
	margin: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
	color: var(--ColorTemplate) !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link {
	color: var(--bs-light) !important;
}

#FBSlideLikeBox_left {
	background: url(../img/iconds.png) 365px 0 no-repeat;
	float: left;
	height: 42px;
	position: fixed;
	left: -365px;
	padding-right: 63px;
	top: 15%;
	width: 428px;
	z-index: 2000;
}

#FBSlideLikeBox_left #FBSlideLikeBox3_left {
	height: 690px;
	right: 0;
	position: absolute;
	border: 3px solid #597bca;
	width: 400px;
	background: #f8f8f8;
}

#FBSlideLikeBox_right {
	background: url(../img/iconds.png) 0 0 no-repeat;
	float: right;
	height: 42px;
	position: fixed;
	right: -400px;
	padding-left: 42px;
	top: 15%;
	width: 400px;
	z-index: 2000;
}

#FBSlideLikeBox_right #FBSlideLikeBox3_right {
	height: 690px;
	left: 0;
	position: absolute;
	border: 3px solid #3B5998;
	width: 400px;
	background: #f8f8f8;
}

#FBSlideLikeBox_left #FBSlideLikeBox2_left {
	position: relative;
	clear: both;
	width: auto;
}

.castle-siege-buttons a {
	color: unset !important;
}

.banners-sidebar img {
	border: 1px solid var(--ColorTemplate);
}

.btn-primary {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
}

.btn-primary:disabled,
.btn-primary.disabled {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
}

.btn-outline-primary {
	color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
	color: var(--ColorTemplate);
	background-color: transparent;
}

.text-primary {
	color: var(--ColorTemplate) !important;
}

.bg-primary {
	background-color: var(--ColorTemplate) !important;
}

.border-primary {
	border-color: var(--ColorTemplate) !important;
}

.profiles_guild_card {
	margin: 20px 0px;
}

.card-footer {
	padding: 5px 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.table-guild {
	color: #f1f1f1;
}


/* Cards Noticias */

.news-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 85%;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin: 50px 0;
}

.card-slide {
	position: relative;
	aspect-ratio: 16 / 9;
	width: 750px;
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.4s ease;
	border: 2px solid #333;
}

.card-background {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.card-slide:hover {
	transform: translateY(-10px);
	border-color: #a70f00;
	box-shadow: 0 20px 60px rgba(189, 0, 0, 0.25);
}

.card-slide .dynamic-overlay {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.95) 0%,
			rgba(20, 10, 10, 0.9) 70%,
			transparent 100%);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 8;
}

.card-slide:hover .dynamic-overlay {
	bottom: 0;
}

.card-header {
	display: flex;
	flex-direction: row;
	gap: 15px;
	position: absolute;
	top: 13px;
	left: 17px;
	right: 17px;
	background-color: transparent;
	z-index: 10;
	border-bottom: none;
}

.card-header-myaccount {
	padding: 10px 0px 0px 0px;
}

.category-badge {
	display: inline-block;
	background: #a70f00;
	color: white;
	padding: 6px 12px;
	border-radius: 15px;
	font-size: 0.75em;
	font-weight: bold;
	backdrop-filter: blur(10px);
	margin-bottom: 10px;
}

.card-title-visible {
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
	line-height: 1.2;
	margin: 0;
}

.dynamic-content {
	position: absolute;
	bottom: 25px;
	left: 25px;
	right: 25px;
	color: white;
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	z-index: 15;
}

.card-fade:hover .dynamic-content,
.card-slide:hover .dynamic-content,
.card-circle:hover .dynamic-content,
.card-wipe:hover .dynamic-content,
.card-blur:hover .dynamic-content,
.card-glitch:hover .dynamic-content {
	transform: translateY(0);
	opacity: 1;
}

.card-description {
	font-size: 0.9em;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 60px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.85em;
}

.card-date {
	color: #e29300;
	font-weight: 500;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.read-more-btn {
	background: linear-gradient(45deg, #d41200, #8f0c00);
	border: none;
	padding: 10px 18px;
	border-radius: 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	transform: scale(0.9);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.card-fade:hover .read-more-btn,
.card-slide:hover .read-more-btn,
.card-circle:hover .read-more-btn,
.card-wipe:hover .read-more-btn,
.card-blur:hover .read-more-btn,
.card-glitch:hover .read-more-btn {
	transform: scale(1);
}

.read-more-btn:hover {
	background: linear-gradient(45deg, #640800, #680900);
	box-shadow: 0 6px 20px #8f0c007c;
	transform: scale(1.05) !important;
}

@media (max-width: 768px) {
	.section-title {
		font-size: 2.2em;
	}

	.card-header {
		left: 15px;
		right: 15px;
	}

	.dynamic-content {
		left: 15px;
		right: 15px;
	}
}

/* Noticias Detalladas */
.news-article {
	max-width: 75vw;
	margin: 40px 0px;
	background: rgba(94, 94, 94, 0.05);
	backdrop-filter: blur(20px);
	border: 1px solid #a70f00;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.news-header {
	text-align: center;
	padding: 50px 0px;
	background: rgba(0, 0, 0, 0.5);
}

.news-category {
	display: inline-block;
	background: linear-gradient(45deg, #960c00, #690900);
	color: white;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.news-title {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	line-height: 1.2;
	color: #ffffff;
}

.news-meta {
	display: flex;
	justify-content: center;
	gap: 35px;
	color: #a70f00;
	font-size: 0.9em;
}

.meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.news-image-container {
	padding: 0 30px 20px;
}

.news-hero-image {
	width: 100%;
	aspect-ratio: 16 / 9;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.news-content {
	padding: 30px 50px;
}

.news-description {
	font-size: 1.2em;
	color: #e0e0e0;
	margin-bottom: 30px;
	padding: 20px;
	background: rgba(185, 0, 0, 0.1);
	border-left: 4px solid #a70f00;
	border-radius: 0 10px 10px 0;
}

.news-detailed-content {
	font-size: 1.1em;
	line-height: 1.8;
	color: #ffffff;
}

.news-detailed-content p {
	margin-bottom: 20px;
}

.author-section {
	text-align: center;
	background: linear-gradient(135deg, rgb(39, 17, 17), #330b08);
	padding: 20px 0px;
	margin: 30px;
	border-radius: 15px;
}

.author-title {
	color: #b40f00;
	margin-bottom: 10px;
	font-weight: bold;
}

.author-name {
	color: #ffffff;
	font-size: 1.1em;
}

.share-section {
	text-align: center;
	padding: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.share-btn,
.viewmore-btn {
	display: inline-block;
	background: linear-gradient(45deg, #a70f00, #800b00);
	color: white;
	padding: 12px 25px;
	text-decoration: none;
	border: none;
	border-radius: 25px;
	margin: 0 10px;
	transition: all 0.3s ease;
	font-weight: bold;
	cursor: pointer;
	font-size: 1em;
}

.viewmore-icon {
	fill: white;
	width: 1.7em;
	aspect-ratio: 1;
	top: 0;
	left: 0;
	margin: auto;
	transform: translate(-10%, -5%);
	transition: all 0.3s ease;
}

.share-icon {
	fill: white;
	width: 1.1em;
	aspect-ratio: 1;
	top: 0;
	left: 0;
	margin: auto;
	transform: translate(-35%, 0%);
	transition: all 0.3s ease;
}

.share-btn:hover .share-icon {
	transform: scale(1.25) translate(-35%, 0%);
}

.viewmore-btn:hover .viewmore-icon {
	transform: scale(1.3) rotate3d(0, 0, 1, 180deg) translateX(10%);
}

.share-btn:hover,
.viewmore-btn:hover {
	background: linear-gradient(45deg, #830b00, #520700);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(158, 0, 0, 0.4);
}

.error-message {
	text-align: center;
	color: #ff6666;
	background: rgba(255, 0, 0, 0.1);
	padding: 30px;
	border-radius: 15px;
	border: 2px solid rgba(255, 0, 0, 0.3);
	margin-top: 150px;
	margin-bottom: 120px;
}

@media (max-width: 768px) {
	.news-title {
		font-size: 2em;
	}

	.news-content {
		padding: 20px;
	}

	.news-meta {
		flex-direction: column;
		gap: 10px;
	}

	.share-btn {
		display: block;
		margin: 10px auto;
		width: 200px;
	}
}

body.no-scroll {
	overflow: hidden;
}

.blur-overlay {
	position: fixed;
	inset: 0;
	backdrop-filter: blur(0px);
	background: rgba(0, 0, 0, 0);
	pointer-events: none;
	transition: all 0.4s ease;
	z-index: 200;
}

.blur-overlay.active {
	backdrop-filter: blur(10px);
	pointer-events: auto;
}

.notices-toggle {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	transition: all 0.3s ease;
}

.toggle-btn {
	background: linear-gradient(135deg, #c50000 0%, #940000 100%);
	border: none;
	padding: 15px 5px 15px 10px;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-5px);
	box-shadow:
		5px 5px 20px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
	position: relative;

}

@keyframes shine {
	0% {
		left: -50%;
	}

	50% {
		left: 150%;
	}

	100% {
		left: 150%;
	}
}

.toggle-btn:hover {
	background: linear-gradient(135deg, #d83636 0%, #b91c1c 100%);
	box-shadow:
		0 5px 20px #c50000,
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transform: translateX(0px);
}

.toggle-icon {
	color: white;
	font-size: 20px;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	font-weight: bold;
	letter-spacing: 2px;
}

.toggle-btn.active {
	transform: translateX(-70px);
}

.notice-count {
	position: absolute;
	top: -5px;
	right: -5px;
	background: #fbbf24;
	color: #7c2d12;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: bold;
	border: 2px solid #991b1b;
	animation: pulse 2s infinite;
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}
}

.notices-panel {
	position: fixed;
	display: flex;
	flex-direction: column;
	left: -400px;
	top: 50%;
	transform: translateY(-50%);
	width: 380px;
	height: 80vh;

	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	border-radius: 0 15px 15px 0;
	box-shadow:
		0 10px 50px rgba(0, 0, 0, 0.5),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: 999;
	border-left: 3px solid #dc2626;
	overflow: visible;
}

.notices-panel.active {
	left: 0;
}

.close-btn-toggle-notices {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
	border: none;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
	z-index: 999;
}

.close-btn-toggle-notices:hover {
	background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 0 20px rgba(239, 68, 68, 0.6);
}

.arrow-icon {
	width: 20px;
	height: 20px;
}

.panel-header {
	background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
	padding: 20px 20px 5px 20px;
	position: relative;
	border-top-right-radius: 10px;
}

.panel-container-title {
	display: flex;
	gap: 10px;
}

.panel-title {
	color: white;
	font-size: 1.5em;
	font-weight: 900;
	display: flex;
	align-items: center;
	margin: 0;
}

.panel-subtitle {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccccccab;
	font-size: 0.85em;
	margin: 10px 0;
}

/* Contenido del panel */
.panel-content {
	padding: 15px;
	max-height: 100%;
	overflow-y: auto;
}

.wrapper-panel-content {
	border-bottom-right-radius: 15px;
	overflow: hidden;
}

.panel-content::-webkit-scrollbar {
	width: 5px;
}

.panel-content::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.panel-content::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #dc2626, #991b1b);
	border-radius: 10px;
}

/* Avisos individuales */
.notice-item {
	background: rgba(220, 38, 38, 0.1);
	border-left: 4px solid #dc2626;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 8px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.notice-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(220, 38, 38, 0.1), transparent);
	transition: left 0.5s ease;
}

.notice-item:hover {
	background: rgba(220, 38, 38, 0.15);
	transform: translateX(5px);
	box-shadow: 0 4px 15px rgba(220, 38, 38, 0.2);
}

.notice-item:hover::before {
	left: 100%;
}

.notice-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.notice-icon {
	width: 35px;
	height: 35px;
	background: linear-gradient(135deg, #dc2626, #991b1b);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 18px;
	flex-shrink: 0;
	box-shadow: 0 2px 10px rgba(220, 38, 38, 0.3);
}

.notice-title {
	color: #fbbf24;
	font-weight: bold;
	font-size: 1em;
	flex: 1;
}

.notice-time {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.75em;
}

.notice-message {
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.5;
	font-size: 0.9em;
}

.notice-item.urgent {
	border-left-color: #ef4444;
	background: rgba(239, 68, 68, 0.15);
	animation: urgent-pulse 2s infinite;
}

@keyframes urgent-pulse {

	0%,
	100% {
		box-shadow: 0 0 0 rgba(239, 68, 68, 0);
	}

	50% {
		box-shadow: 0 0 15px rgba(239, 68, 68, 0.4);
	}
}

.empty-notices {
	text-align: center;
	padding: 40px 20px;
	color: rgba(255, 255, 255, 0.5);
}

.empty-icon {
	font-size: 48px;
	margin-bottom: 15px;
	opacity: 0.3;
}

.mobile-menu {
	display: none;
}

.burger-button {
	all: unset;
	display: flex;
	flex-direction: column;
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 40px;
	justify-content: space-between;
	z-index: 99;
	transition: all .3s ease;
}

.burger-button span {
	width: 45px;
	height: 7px;
	background: #f1faee;
	border-radius: 100px;
	display: inline-block;
	transition: 0.3s ease;
	left: 0;
}

.burger-button.open .top {
	transform: translateY(17px) rotate(45deg);
	transform-origin: center;
	width: auto;
}

.burger-button.open .bottom {
	transform: translateY(-16px) rotate(-45deg);
	transform-origin: center;
	width: auto;
	box-shadow: 0 0 10px #495057;
}

.burger-button.open .middle {
	transform: translateX(-20px);
	opacity: 0;
}

@media (max-width: 768px) {

	.mobile-menu {
		display: flex;
	}

	.mobile-menu-content {
		display: flex;
		position: fixed;
		top: 96px;
		left: 0;
		width: 100%;
		height: 100vh;
		flex-direction: column;
		background: #1c1c1c;
		gap: 30px;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		padding: 30px;
		align-items: flex-start;
	}

	.mobile-menu-content.open {
		transform: translateX(0%);
	}

	.notices-toggle.hidden {
		transform: translateX(-150px) translateY(-50%);
	}

	.mobile-menu-content .navbar-menu ul {
		align-items: flex-start;
	}

	.mobile-menu-content .navbar-menu a {
		display: flex;
		padding: 0;
		gap: 10px;
	}

	.mobile-menu-content div ul {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

	.header-info {
		padding: 0px 25px;
	}

	.navbar-desktop {
		display: none;
	}

	.navbar-buttons-desktop {
		display: none;
	}

	.navbar-buttons-mobile {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 15px;
		font-size: 17px;
	}

	.webengine-mu-logo {
		width: 300px;
		margin-top: 20px;
	}

	.download-discord-container {
		margin-bottom: 20px;
	}

	.sub-header {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.sidebar-banner {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sidebar-banner a img {
		height: auto;
		width: 90vw;
	}

	.server-info-content {
		flex-direction: column;
	}

	.notices-panel {
		width: 90%;
		max-width: 350px;
	}

	.video-info {
		height: 550px;
	}

	.card-home {
		width: 400px;
	}

	.sets-container>div img {
		width: 300px;
	}

	.page-info-container {
		width: 90vw;

	}

	.page-title {
		font-size: 50px;
	}

	.rankings_menu {
		width: 90%;
	}

	.rankings_menu a {
		font-size: 15px;
	}

	#RankingGeneral th:first-child,
	#RankingGeneral td.rankings-table-place {
		width: 50px;
		text-align: center;
	}

	#RankingGeneral td .row .col-md-6 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#RankingGeneral td .row .col-md-6 .row {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#RankingGeneral td .row .col-md-6 .row .col-md-12 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}