@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.ranking-empty {
    color: #ccc;
    font-size: 14px;
}

.ranking-empty i {
    font-size: 24px;
    color: #c99b3b;
    margin-bottom: 8px;
    display: block;
}


body {
    font-family: 'Playfair Display', sans-serif;
    background: url(../img/bgh.png) no-repeat;
    background-size: cover;
    background-color: #1d1817 !important;
}

nav {
    display: flex;
    justify-content: center;
}

nav>div {
    background: url("../img/navbg.png") no-repeat center;
    background-size: 100% 100%;
    padding: 12px 42px;
}

.nav-item {
    margin-inline: 16px;
}

.nav-item .nav-link {
    color: white;
    transition: color .3s;
    font-family: 'Cinzel', sans-serif;
}

.nav-item .nav-link:hover {
    color: #FFFFFFBD;
}


.navbar-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-main {
    display: flex;
    justify-content: center;
    flex: 1;
}

.nav-auth {
    display: flex;
    margin-left: auto;
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
}


.header-divider {
    background: linear-gradient(90deg, transparent, #fcecd2, transparent);
    height: 2px;
    filter: drop-shadow(2px 4px 6px black);
    margin-block: 14px;
}

.header-text {
    color: white;
    font-family: 'Cinzel', sans-serif;
    padding: 24px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.61), transparent);
}

.header-text h1 {
    background: -webkit-linear-gradient(#fcecd2, #e0a155);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    filter: drop-shadow(2px 4px 6px black);
}

.header-text p {
    font-size: 20px;
    filter: drop-shadow(2px 4px 6px black);
}

.btn-header img {
    max-width: 260px;
    max-height: 63px;
    filter: drop-shadow(2px 4px 6px black);
}

.btn-header {
    transition: all .3s ease-in;
}

.btn-header:hover {
    filter: brightness(1.3);
}

.card-main {
    filter: drop-shadow(2px 4px 6px black);
}

.card-main-title {
    font-family: 'Cinzel', sans-serif;
    color: white;
    font-size: 16px;
    padding: 16px 24px;
}

#myDIV2 {
    border-style: solid;
    border-width: 24px 24px 24px 24px;
    -moz-border-image: url(../img/borderes.png) 50 50 50 50 round round;
    -webkit-border-image: url(../img/borderes.png) 50 50 50 50 round round;
    -o-border-image: url(../img/borderes.png) 50 50 50 50 round round;
    border-image: url(../img/borderes.png) 50 50 50 50 round round;
}


.card-body-main {
    height: 100%;
    color: white;
    background-size: cover;
}

.card-body-main h4 {
    font-family: 'Cinzel', sans-serif;
    font-size: 20px;
    background-color: #1c1b19;
    filter: drop-shadow(2px 4px 6px black);
    text-transform: uppercase;
}

.card-body-main>div {
    font-family: 'Cinzel', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.card-body-main>div>table>tbody>tr>td {
    background: transparent;
    color: #fcecd2;
    border-color: #ffffff50;
}



/*/////*/
.ranking-card {
    padding: 0;
    filter: drop-shadow(2px 4px 6px black);
}

.class-icon {
    width: 24px;
    filter: drop-shadow(0 0 4px rgba(255, 180, 80, .4));
    border-radius: 50%;
}

.ranking-header {
    background: linear-gradient(to right, #3a2a1a, #1b120a);
    border-bottom: 1px solid rgba(255, 200, 120, 0.25);
    padding: 8px;
    text-align: center;
}

.ranking-header h3 {
    font-family: "Cinzel", serif;
    background: -webkit-linear-gradient(#fcecd2, #e0a155);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 8px rgba(255, 180, 80, 0.4);
    letter-spacing: 1px;
    margin: 0;
}

.ranking-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Cinzel", serif;
    background: url(../img/Fondo.png) no-repeat;
    background-size: cover;
}

.ranking-table thead {
    background: rgba(30, 20, 10, 0.9);
}

.ranking-table th {
    color: #c9a66b;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 200, 120, 0.15);
}

.ranking-table td {
    color: #ddd;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ranking-table tbody tr:hover {
    background: rgba(255, 180, 80, 0.05);
}

/* 🥇 Top ranks */
.ranking-table .top-1 {
    background: linear-gradient(to right, rgba(255, 200, 100, 0.15), transparent);
    color: #ffd27d;
}

.ranking-table .top-2 {
    background: linear-gradient(to right, rgba(200, 200, 200, 0.12), transparent);
    color: #e0e0e0;
}

.ranking-table .top-3 {
    background: linear-gradient(to right, rgba(205, 127, 50, 0.15), transparent);
    color: #e3b07a;
}

.ranking-table .top-1 td:first-child {
    text-shadow: 0 0 8px gold;
}

.ranking-table td:first-child {
    font-weight: bold;
}

footer img {
    filter: drop-shadow(2px 4px 6px black);
}

footer a {
    background: -webkit-linear-gradient(#fcecd2, #e0a155);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease;
}

footer a:hover {
    background: -webkit-linear-gradient(#e0a155, #fcecd2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*********************/
/*INFO*/
.medieval-title span,
.downloads-title {
    font-family: 'Cinzel', serif;
    font-size: 28px;
    color: #ffb347;
    text-shadow: 0 0 15px rgba(255,166,0,.6);
}

.info-card {
    background: rgba(8, 10, 11, 0.75);
    border: 1px solid rgba(255,166,0,.35);
    border-radius: 8px;
    padding: 20px;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 35px rgba(0,0,0,.6);
    color: #fff;
}

.info-card h4 {
    font-family: 'Cinzel', serif;
    color: #ffa600;
    margin-bottom: 16px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.info-list span {
    color: #ccc;
}

.info-list strong {
    color: #ffcc88;
}

.commands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
}

.commands-grid span {
    background: rgba(255,166,0,.08);
    border: 1px solid rgba(255,166,0,.25);
    padding: 6px;
    text-align: center;
    border-radius: 4px;
    font-family: monospace;
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

/* DOWNLOAD SECTION */
.downloads-section {
    margin-bottom: 4rem;
}

/* DOWNLOAD CARD */
.download-card {
    background: rgba(8,10,11,.78);
    border: 1px solid rgba(255,166,0,.35);
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 0 30px rgba(0,0,0,.6);
    transition: transform .2s ease, box-shadow .2s ease;
}

.download-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 45px rgba(255,166,0,.3);
}

.download-card h5 {
    font-family: 'Cinzel', serif;
    color: #ffa600;
    margin-bottom: .75rem;
}

.download-desc {
    color: #ccc;
    font-size: 14px;
    min-height: 60px;
}

.download-meta {
    font-size: 13px;
    color: #ffcc88;
    margin-bottom: 12px;
}

/* DOWNLOAD BUTTON */
.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    background: linear-gradient(135deg, #ff9800, #ff5f00);
    border-radius: 4px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: filter .2s ease;
}

.download-btn:hover {
    filter: brightness(1.15);
    color: #000;
}

/* SYSTEM REQUIREMENTS */
.requirements-section {
    margin-top: 5rem;
    text-align: center;
}

.requirements-desc {
    color: #ccc;
    margin-bottom: 2rem;
}

.requirements-table {
    width: 100%;
    background: rgba(8,10,11,.75);
    border-radius: 6px;
    overflow: hidden;
}

.requirements-table td {
    padding: 12px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    color: #ddd;
}

.requirements-table td:first-child {
    color: #ffa600;
    font-weight: bold;
}

/* NEWS WRAPPER */
.news-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 2rem;
}

/* NEWS CARD */
.news-card {
    background: rgba(8,10,11,.78);
    border: 1px solid rgba(255,166,0,.35);
    border-radius: 8px;
    box-shadow: 0 0 35px rgba(0,0,0,.6);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 45px rgba(255,166,0,.35);
}

/* HEADER */
.news-header {
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.news-header h2 {
    font-family: 'Cinzel', serif;
    font-size: 22px;
    margin: 0;
}

.news-header a {
    color: #ffb347;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(255,166,0,.5);
}

.news-header a:hover {
    color: #ffd27f;
}

/* CONTENT */
.news-content {
    padding: 22px;
    color: #ddd;
    line-height: 1.6;
    font-size: 15px;
}

/* FOOTER */
.news-footer {
    padding: 14px 22px;
    background: rgba(0,0,0,.3);
    border-top: 1px solid rgba(255,255,255,.05);
    display: flex;
    justify-content: flex-end;
}

.news-date {
    font-size: 13px;
    color: #ffcc88;
}

/* READ MORE */
.news-readmore-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 8px 14px;
    background: linear-gradient(135deg, #ff9800, #ff5f00);
    border-radius: 4px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: filter .2s ease;
}


.news-readmore-btn:hover {
    filter: brightness(1.15);
    color: #000;
}

.register-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.register-card {
    width: 100%;
    max-width: 520px;
    background: rgba(8,10,11,.85);
    border: 1px solid rgba(255,166,0,.35);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 50px rgba(0,0,0,.7);
}

.register-card label {
    color: #ffcc88;
    font-weight: 600;
}

.mu-input {
    background: rgba(0,0,0,.5);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
}

.mu-input:focus {
    background: rgba(0,0,0,.7);
    border-color: #ff9800;
    box-shadow: 0 0 10px rgba(255,152,0,.4);
    color: #fff;
}

.mu-divider {
    margin: 30px 0 20px;
    text-align: center;
    color: #ffb347;
    font-family: 'Cinzel', serif;
    font-size: 18px;
    position: relative;
}

.mu-divider::before,
.mu-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background: rgba(255,166,0,.4);
}

.mu-divider::before { left: 0; }
.mu-divider::after { right: 0; }

.mu-btn {
    background: linear-gradient(135deg, #ff9800, #ff5f00);
    border: none;
    color: #000;
    font-weight: bold;
    padding: 12px 28px;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(255,152,0,.5);
}

.mu-btn:hover {
    filter: brightness(1.15);
}

/* =========================
   USER CP - MU ONLINE
   ========================= */

.mu-usercp {
    background: radial-gradient(circle at top, #0e1418, #050709);
    padding: 40px 20px;
    border-radius: 16px;
    box-shadow: 0 0 60px rgba(255, 120, 0, 0.15);
    border: 1px solid rgba(255, 140, 0, 0.15);
}

/* ===== HEADER ===== */

.mu-usercp-header {
    position: relative;
    text-align: center;
    padding: 60px 20px 30px;
    margin-bottom: 40px;
    background: linear-gradient(
        to bottom,
        rgba(255,120,0,0.15),
        rgba(0,0,0,0.8)
    );
    border-radius: 16px;
    border: 1px solid rgba(255, 140, 0, 0.25);
}

.mu-usercp-avatar {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, #ffae42, #7a3a00);
    padding: 6px;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(255,140,0,0.6);
}

.mu-usercp-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
}

.mu-usercp-title {
    font-family: 'Cinzel', serif;
    font-size: 26px;
    color: #ffcc66;
    text-shadow: 0 0 10px rgba(255,140,0,0.6);
    margin: 0;
}

.mu-usercp-subtitle {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #aaa;
    margin-top: 4px;
}

/* ===== INFO CARD ===== */

.mu-info-card {
    background: rgba(10, 14, 18, 0.85);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,140,0,0.15);
    box-shadow: inset 0 0 25px rgba(0,0,0,0.7);
}

/* ===== STATS GRID ===== */

.mu-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.mu-stats-grid .card {
    background: linear-gradient(
        to bottom,
        #111,
        #060606
    );
    border-radius: 14px;
    border: 1px solid rgba(255,140,0,0.2);
    box-shadow: 0 0 30px rgba(0,0,0,0.8);
    transition: transform .3s ease, box-shadow .3s ease;
}

.mu-stats-grid .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 40px rgba(255,140,0,0.3);
}

.mu-stats-grid .card-header {
    font-family: 'Cinzel', serif;
    background: transparent;
    color: #ffcc66;
    border-bottom: 1px solid rgba(255,140,0,0.2);
}

/* ===== CHARACTER CARD ===== */

.mu-character-card {
    background: linear-gradient(
        145deg,
        rgba(15,20,25,0.95),
        rgba(5,5,5,0.95)
    );
    border-radius: 18px;
    padding: 25px;
    margin-bottom: 40px;
    border: 1px solid rgba(255,140,0,0.25);
    box-shadow:
        inset 0 0 40px rgba(0,0,0,0.9),
        0 0 40px rgba(255,120,0,0.15);
}

/* Nombre personaje */
.mu-character-card h3 {
    font-family: 'Cinzel', serif;
    color: #ffb347;
    text-shadow: 0 0 10px rgba(255,120,0,0.5);
}

/* ===== PROGRESS STATS ===== */

.mu-character-card .progress {
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
}

.mu-character-card .progress-bar {
    background: linear-gradient(
        90deg,
        #ff6a00,
        #ffcc66
    );
    box-shadow: 0 0 15px rgba(255,140,0,0.6);
}

/* ===== BOTONES INFO ===== */

.mu-character-card .btn {
    border-radius: 30px;
    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(255,140,0,0.4);
    color: #ffcc66;
    font-size: 13px;
    transition: all .3s ease;
}

.mu-character-card .btn:hover {
    background: rgba(255,140,0,0.15);
    box-shadow: 0 0 15px rgba(255,140,0,0.6);
}
/* Styles Modules WEBEngine */
/* NEWS MODULE */
.panel-news {
	margin-bottom: 30px;
	color: #333;
	border: 0px;
	background-color: #231313;
    padding: 10px;
	-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-top: 10px;
	padding-bottom: 10px;
}
.panel-news .panel-title {
	color: #000000;
	font-size: 24px;
}
.panel-news .panel-body {
	padding: 10px;
	color: #f9f9f9;
}
.panel-news .panel-footer {
	border-top: 1px solid #e7e7e7;
	font-style: italic;
	font-size: 14px;
	height: 40px;
	color: #777;
}

/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
}
.myaccount-table tr td:first-child {
	color: #f9f9f9;
}
.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: #ff0000;
}
.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: #aa0000;
	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 */
.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;
}


.panel-usercp {
	background: url('../img/usercp_bg.jpg') no-repeat top center;
	background-size: cover;
}

.panel-usercp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-usercp ul li {
    text-align: start;
}

.panel-usercp ul li a {
	color: #444 !important;
	font-weight: bold;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
	color: #ff0000 !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 .panel-title {
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
}

/* 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: 'PT Sans', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
}

/* DOWNLOADS */
.downloads-card {
    color: #f9f9f9;
    padding: 10px;
    margin-bottom: 5px;
}

.downloads-card .card {
    border-radius: 0;
    color: #f9f9f9;
    box-shadow: 0px 0px 10px 5px black;
    background-color: #113c43;
}

	.download-description {
		font-size: 11px;
		position: relative;
		top: -7px;
		color: #777;
	}

.online-status-indicator {
	margin-left: 5px;
}

/* WEBENGINE CMS */
.webengine-powered { color: #777 !important; }
.webengine-powered:active, .webengine-powered:hover { color: #ff3214 !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;
	}
/* 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 {
	color: #000;
	font-size: 16px;
}

/* Notice Module */
#accordionNews .accordion-item {
    margin: 10px 0px;
    --bs-accordion-bg: #231313;
    --bs-accordion-color: #f9f9f9;
    --bs-accordion-border-radius: 0;
    border: 1px solid #231313;
}

#accordionNews .news-readmore {
    color: #f9f9f9;
}

#accordionNews .news-readmore:hover {
    color: #f9f9f9bd!important;
}

#accordionNews .accordion-button {
    color: #f9f9f9;
    box-shadow: black 0px 0px 10px 1px;
    --bs-accordion-btn-bg: #231313;
    --bs-accordion-active-bg: #231313;
}

#accordionNews .notice-date {
    position: absolute;
    right: 50px;
}

#accordionNews .accordion-button:focus {
    border-color: none;
    box-shadow: black 0px 0px 10px 2px;
}

#accordionNews .accordion-button:focus-visible {
    outline: 0;
}

.modules-section .card-module .card-module-body .col-2, 
    .modules-section .card-module .card-module-body .col-lg-2,
    .modules-section .card-module .card-module-body .col-md-4,
    .modules-section .card-module .card-module-body .col-sm-4 
    {
        padding: 0;
    }

/* MQ */

@media screen and (max-width: 768px) {
    .modules-section .card-module {
        max-height: 100%;
        height: initial;
    }
    main {
        background-size: cover;
    }
    .modules-section .card-left, .modules-section .card-right {
        max-height: 100%;
    }
    .footer-socials {
        justify-content: ceter;
    }
    body {
        background: url(../img/bgh.jpg) top no-repeat;
        background-size: initial;
    }
}

.footer-socials {
    justify-content: end;
}
/* 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;
}


#RankingGeneral_wrapper table {
    --bs-table-border-color: transparent;
    --bs-table-color-type: #f9f9f9;
    --bs-table-bg: none;
}

#RankingGeneral_wrapper table thead tr {
    filter: drop-shadow(black 2px 4px 6px);
}

#RankingGeneral_wrapper table tbody tr:hover {
    background-color: rgb(46 44 44);
}

#RankingGeneral_wrapper table .text-muted {
    color: #f9f9f9bd!important;
}

#RankingGeneral_wrapper table a {
    color: #f9f9f9!important;
    text-decoration: none;
}

#RankingGeneral_wrapper table a:hover {
    color: #f9f9f9bd!important;
}

/**************TESTTT**********************/
/* 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;
}


.top1-avatar-wrapper {
    position: relative;
    display: inline-block;
}

.top1-avatar {
    width: 90px;
    filter: drop-shadow(0 0 15px rgba(255, 120, 40, 0.9));
}

.crown-icon {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    text-shadow: 0 0 10px gold;
}

.top1-class {
    font-size: 13px;
    color: #ffb347;
    letter-spacing: 1px;
}

.top1-stats {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    gap: 8px;
}

.top1-stats i {
    color: #ffa600;
}

.char-online {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.7);
}

.guild-logo-wrapper {
    position: relative;
    display: inline-block;
}

.guild-logo-wrapper img {
    filter: drop-shadow(0 0 15px rgba(255, 166, 0, 0.8));
}

.guild-crown {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    text-shadow: 0 0 10px gold;
}

.guild-master {
    display: block;
    font-size: 13px;
    color: #ffcc88;
}

.guild-stats {
    display: flex;
    justify-content: center;
    gap: 16px;
    font-size: 14px;
}

.guild-stats i {
    color: #ffa600;
}

.guild-online {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #00ff4c;
    border-radius: 50%;
    margin-left: 6px;
    box-shadow: 0 0 8px rgba(0,255,0,.8);
}

