        /* Global Styles */
        * {
            font-size: 12px !important;
            cursor: url("../img/cur116.cur"), auto !important;
        }
        
        body {
            background: 
                url('../img/bg-top.jpg?v=1') top center no-repeat, 
                url('../img/bg-bot.jpg?v=1') bottom center no-repeat, 
                #000000;
            background-size: contain, contain, auto;
            background-position: top center, bottom center, center;
            background-repeat: no-repeat, no-repeat, repeat;
            cursor: url('../img/cur116.cur'), auto;
        }
        
        .container {
            min-height: 125vh;
            max-width: 100%;
        }
        
        @media (min-width: 576px) { .container { max-width: 540px; } }
        @media (min-width: 768px) { .container { max-width: 720px; } }
        @media (min-width: 992px) { .container { max-width: 960px; } }
        @media (min-width: 1200px) { .container { max-width: 980px; } }
        @media (min-width: 1400px) { .container { max-width: 980px; } }
        
        /* Tables */
        .table > :not(caption) > * > * {
            background-color: rgb(19, 20, 21);
            color: #a2a2a2;
            border-bottom: solid 1px #555454;
            padding: 5px;
            border: 0px;
        }

        .table.general-rank > :not(caption) > * > * {
            background-color: transparent !important;
        }

        .table.general-rank tbody tr:nth-child(even) td {
            background-color: rgb(19, 20, 21) !important;
            border-bottom: solid 1px #272727;
        }

        .table.general-rank tbody tr:nth-child(odd) td {
            background-color: rgb(7 7 9) !important;
            border-bottom: solid 1px #272727;
        }
        
        .table {
            --bs-table-striped-bg: rgb(7 7 9);
            --bs-table-border-color: #1e232800 !important;
        }

        .table-striped > tbody > tr:nth-of-type(odd){
            border-bottom: 1px solid rgba(255, 255, 255, .06);
        }
        
        .table-responsive {
            overflow-x: hidden !important;
        }
        
        /* Forms */
        input {
            background-color: #05050596 !important;
            color: white !important;
            border: var(--bs-border-width) solid #464646;
        }
        
        input::placeholder {
            color: rgb(115, 115, 115) !important;
        }
        
        /* Cards */
        .card {
            background-color: transparent !important;
            color: white !important;
        }
        
        /* Buttons */
        button:not(:disabled), 
        [type=button]:not(:disabled), 
        [type=reset]:not(:disabled), 
        [type=submit]:not(:disabled) {
            cursor: pointer;
            background-color: black;
            color: white;
        }
        
        .btn-primary {
            --bs-btn-color: #fff;
            --bs-btn-bg: #0d6efd2e;
            --bs-btn-border-color: #0d6efd;
        }
        
        .btn-success {
            --bs-btn-color: #fff;
            --bs-btn-bg: #19875452;
            --bs-btn-border-color: #198754;
        }
        
        .btn-gold-press {
            transition: transform 0.15s ease, box-shadow 0.15s ease;
        }
        
        .btn-gold-press:hover {
            transform: translateY(1px);
            box-shadow: inset 0 3px 6px rgba(0,0,0,0.35);
        }
        
        .btn-gold-press:active {
            transform: translateY(2px);
            box-shadow: inset 0 5px 8px rgba(0,0,0,0.45);
        }
        
        /* Badges */
        .badge {
            display: inline-block;
            padding: 0.35em 0.65em;
            font-size: 0.75rem;
            font-weight: 600;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: 0.375rem;
        }
        
        .bg-label-primary { background-color: rgba(59, 130, 246, 0.12); color: #3b82f6; }
        .bg-label-success { background-color: rgba(34, 197, 94, 0.12); color: #22c55e; }
        .bg-label-danger { background-color: rgba(239, 68, 68, 0.12); color: #ef4444; }
        .bg-label-warning { background-color: rgba(234, 179, 8, 0.12); color: #eab308; }
        .bg-label-info { background-color: rgba(14, 165, 233, 0.12); color: #0ea5e9; }
        .bg-label-secondary { background-color: rgba(107, 114, 128, 0.12); color: #6b7280; }
        
        /* Text Colors */
        .text-error { color: #ef4444; }
        .text-success { color: #22c55e; }
        .text-warning { color: #eab308; }
        
        /* Backgrounds */
        .bg-error-10 { background-color: rgba(239, 68, 68, 0.1); }
        .bg-error-15 { background-color: rgba(239, 68, 68, 0.15); }
        .bg-success-10 { background-color: rgba(34, 197, 94, 0.1); }
        .bg-success-15 { background-color: rgba(34, 197, 94, 0.15); }
        .bg-warning-10 { background-color: rgba(234, 179, 8, 0.1); }
        .bg-warning-15 { background-color: rgba(234, 179, 8, 0.15); }
        
        /* Spacing */
        .me-1 { margin-right: 0.25rem !important; }
        .me-2 { margin-right: 0.5rem !important; }
        .me-3 { margin-right: 1rem !important; }
        
        /* Small text */
        small {
            font-size: 9px !important;
            margin-top: -5px;
        }
        
        /* Alerts */
        .alert {
            padding: 15px;
            margin-bottom: 0px;
            border: 1px solid transparent;
            text-align: center;
            border-radius: 4px;
        }
        
        .bg-success {
            background-color: #78eff540;
            color: lightgreen;
        }
        
        .bg-error {
            background-color: #f5787840;
            color: #f29494;
        }
        
        /* Modal */
        .modal-content {
            background-color: #343333;
        }
        
        .modal-backdrop {
            z-index: 0;
        }
        
        /* DataTables */
        .dataTables_filter {
            margin: 5px;
        }
        
        .dataTables_length {
            display: none !important;
        }
        
        .pagination {
            float: right;
        }
        
        /* Canvas */
        canvas {
            max-height: 370px;
            max-width: 370px;
            width: 800px;
            height: 400px;
            padding-bottom: 30px;
        }
        
        /* Preloader */
        .preloader {
            display: flex;
            justify-content: center;
            align-items: center;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index: 9999;
        }
        
        .preloader img {
            width: 350px;
            animation: pulse 1.5s infinite ease-in-out;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }
        
        /* Online Bar */
        .webengine-online-bar {
            width: 100%;
            height: 14px;
            background-color: #222;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        }
        
        .webengine-online-bar-progress {
            height: 100%;
            width: 0%;
            background: linear-gradient(90deg, #115014, #49fda6);
            border-radius: 10px;
            transition: width 2.5s ease-in-out;
            position: relative;
        }
        
        .glow-effect::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.7);
            animation: glow 1.5s infinite alternate ease-in-out;
        }
        
        @keyframes glow {
            0% { opacity: 0.2; }
            100% { opacity: 0.8; }
        }
        
        /* News Ticker */
        .news-ticker-container {
            background-color: #0a0a0a;
            border-top: 2px solid #333;
            border-bottom: 2px solid #333;
            overflow: hidden;
            padding: 10px 0;
            width: 100%;
            z-index: 999;
            box-shadow: 0 2px 8px rgba(0,0,0,0.6);
        }
        
        .news-ticker {
            display: inline-block;
            white-space: nowrap;
            padding-left: 100%;
            animation: ticker 40s linear infinite;
            font-size: 14px;
            color: #e0e0e0;
            font-weight: normal;
            letter-spacing: 0.3px;
            font-family: 'Courier New', Courier, monospace;
        }
        
        .ticker-item {
            margin: 0 10px;
            display: inline-block;
        }
        
        @keyframes ticker {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100%); }
        }
        
        /* Social Media */
        .social {
            display: none;
            position: fixed;
            top: 38%;
            left: 20px;
        }
        
        @media (min-width: 768px) {
            .social {
                display: inline-grid;
                position: fixed;
                top: 38%;
                left: 20px;
                z-index: 100;
            }
        }
        
        .social-link {
            margin-top: 10px;
            opacity: 0.7;
            transition: .5s;
        }
        
        .social-link:hover {
            opacity: 1;
        }
        
        .social-icon-hover img {
            transition: 0.4s ease;
            border-radius: 10px;
            box-shadow: 0 0 0 transparent;
        }
        
        .social-icon-hover img:hover {
            transform: scale(1.05);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
            filter: brightness(1.2);
        }
        
        /* Custom Classes */
        .tcp-1 {
            color: rgb(53 214 225) !important;
        }
        
        .bgp-1 {
            background: rgb(55 220 229);
            color: black;
        }
        
        .card-area {
            transform: none !important;
        }
        
        .grupo_21 {
            background: url(style/moderador.gif) repeat scroll 0 0 transparent;
            text-shadow: 0 0 8px;
        }
        
        .header-section {
            position: inherit;
        }
        
        .overflow-x-auto {
            overflow-x: hidden !important;
        }
        
        .page-link {
            background-color: #1a1a1a;
        }
        
        /* Dropdown */
        .dropdown-item:hover {
            background-color: black !important;
        }
        
        /* Carousel */
        .carousel-inner {
            overflow: hidden;
            position: relative;
        }
        
        .carousel-item {
            opacity: 0;
            transform: translateX(100%);
            transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }
        
        .carousel-item.active {
            opacity: 1;
            transform: translateX(0);
            position: relative;
        }
        
        /* Server Info Widget */
        #gGST_Wrap {
            position: absolute;
            right: 20% !important;
            top: 71px;
            width: 280px;
            z-index: 8;
            padding: 10px;
            font: normal 11px / 1.2 tahoma, Arial, Verdana;
            color: #dfae38;
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(5px);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
            text-shadow: 1px 1px 3px #000000;
            border: 1px solid rgba(220, 220, 220, 0.1);
        }
        
        .global-header article .register {
            color: #becd45;
            border: 1px solid #becd45;
        }
        
        .banner-section .banner-swiper-pagination .swiper-pagination-bullet-active {
            background: rgb(55 220 229);
        }
        
        .dot-icon::before {
            background: rgb(53 214 225);
        }
        
        .list-icon li::before {
            background: rgb(53 214 225);
        }
        
        .btn-half-border::before {
            border-color: transparent rgb(253 253 253);
        }
        
        /* Golden Invasions Widget */
        .ultima-inva-box {
            background: linear-gradient(180deg,#0e1116,#07090c);
            border-radius: 14px;
            border: 1px solid rgba(255,255,255,.08);
            box-shadow: inset 0 0 0 1px rgba(0,0,0,.6);
            margin-bottom: 18px;
            overflow: hidden;
            font-family: 'Segoe UI', sans-serif;
        }
        
        .inva-title {
            padding: 10px 12px;
            font-size: 13px;
            font-weight: 800;
            color: #ffd86a;
            background: linear-gradient(90deg,#151a21,#0d1117);
            border-bottom: 1px solid rgba(255,255,255,.05);
            text-transform: uppercase;
            letter-spacing: .5px;
        }
        
        .inva-body {
            padding: 8px;
        }
        
        .inva-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .inva-item {
            display: grid;
            grid-template-columns: 34px 1fr;
            grid-template-rows: auto auto;
            column-gap: 10px;
            row-gap: 2px;
            align-items: center;
            padding: 8px;
            border-radius: 10px;
            transition: background .2s;
        }
        
        .inva-item:hover {
            background: rgba(255,255,255,.04);
        }
        
        .inva-icon {
            grid-column: 1;
            grid-row: 1 / span 2;
            width: 34px;
            height: 34px;
            object-fit: contain;
            border-radius: 8px;
            background: rgba(0,0,0,.35);
            padding: 4px;
            filter: drop-shadow(0 0 4px rgba(255,215,0,.35));
        }
        
        .inva-killer {
            grid-column: 2;
            grid-row: 1;
            font-size: 11px;
            font-weight: 800;
            line-height: 1.1;
            color: #ffd86a;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .inva-action {
            grid-column: 2;
            grid-row: 2;
            font-size: 9px;
            font-weight: 600;
            line-height: 1.1;
            color: #cfd6dd;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .inva-action b {
            color: #ffffff;
            font-weight: 800;
        }
        
        .inva-footer {
            margin-top: 6px;
            text-align: center;
        }
        
        .btn-inva {
            display: inline-block;
            font-size: 10px;
            padding: 5px 10px;
            border-radius: 10px;
            background: linear-gradient(180deg,#2ecc71,#1f8f4d);
            color: #fff;
            font-weight: 700;
            text-decoration: none;
        }
        
        .btn-inva:hover {
            opacity: .85;
        }
        
        /* Castle Owner Widget */
        .castle-owner-widget {
            background: #000 url(style/castle_owner_bg.jpg) no-repeat top right;
            background-size: cover;
            color: #ffffff;
            border-radius: 10px;
            border: 1px solid #333;
            box-shadow: 0 0 10px #555;
            padding: 20px;
            text-shadow: 1px 1px 1px #000;
            transition: 0.3s;
        }
        
        /* Popup */
        #p {
            position: fixed;
            right: 20px;
            bottom: 260px;
            width: 240px;
            background: linear-gradient(180deg,#1a1a1a,#0d0d0d);
            border: 1px solid #d4a33a;
            border-radius: 10px;
            color: #f5d483;
            font: 13px Roboto,sans-serif;
            text-align: center;
            padding: 14px;
            box-shadow: 0 0 12px rgba(212,163,58,.4);
            animation: in .9s,glow 5.5s infinite;
            display: none;
            z-index: 9999;
        }
        
        @keyframes in {
            from { opacity: 0; transform: translateX(80px); }
            to { opacity: 1; }
        }
        
        @keyframes glow {
            50% { box-shadow: 0 0 18px rgba(255,207,89,.8); }
        }
        
        #p h5 {
            margin: 0 0 6px;
            color: #ffcf59;
        }
        
        #p h2 {
            margin: 4px 0;
            color: #0b6b2e;
            font-size: 14px;
        }
        
        .x {
            position: absolute;
            top: 6px;
            right: 8px;
            cursor: pointer;
            font-size: 14px;
            color: #ffcf59;
        }
        
        .btn {
            display: inline-block;
            margin: 6px 0;
            padding: 7px 14px;
            border-radius: 7px;
            font-weight: 700;
            text-decoration: none;
        }
        
        .reg {
            background: linear-gradient(180deg,#ffcc4d,#d4a33a);
            color: #000;
        }
        
        .fb {
            background: #1877f2;
            color: #fff;
        }
        
        .dc {
            background: #5865f2;
            color: #fff;
        }
        
        .wa {
            background: #25d366;
            color: #fff;
            font-size: 12px;
        }
        
        a:hover {
            filter: brightness(1.15);
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            #esconderdiv {
                display: none !important;
            }
            
            .news-ticker {
                font-size: 13px;
                animation-duration: 60s;
            }
            
            .ticker-item, .ticker-separator {
                margin: 0 5px;
            }
        }
        
        @media (min-width: 769px) {
            #esconderenpc {
                display: none !important;
            }
        }
        
        @media (prefers-color-scheme: dark) {
            .dark\:bg-error-15 { background-color: rgba(239, 68, 68, 0.15); }
            .dark\:bg-success-15 { background-color: rgba(34, 197, 94, 0.15); }
            .dark\:bg-warning-15 { background-color: rgba(234, 179, 8, 0.15); }
        }

        .panel-title, .page-title{
            padding: 10px;
            margin-bottom: 0;
            border-bottom: 1px solid #474747;
            background-color: black;
            color: white;
        }

        .panel-body{
            padding: 10px;
            border: 1px solid #474747;
        }

        .panel-body .panel-title {
            color: #666;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            border-bottom: 1px solid #e3e3e3;
            margin-bottom: 20px !important;
            font-weight: 500;
        }

        .panel-news .panel-footer {
            background: #474747;
            padding: 1rem 1rem;
            font-style: italic;
            font-size: 16px;
            color: #f1f1f1;
            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;
            margin-bottom: 10px;
        }

        /* 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 {
        background-color: var(--ColorTemplate);
        border: 1px solid color-mix(
            in srgb,
            var(--ColorTemplate) 60%,
            white
        );
        margin-bottom: 10px;
        color: color-contrast(var(--ColorTemplate) vs black, white);
    }
  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;}

.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;
}

.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 {
    background-color: #e9e4e41c;
    border: solid 2px #666565;
    width: 160px;
    margin-right: 10px;
    height: 33px;
    display: inline-block;
    margin: 6px 0;
    margin-left: 5px;
    padding: 7px 14px;
    border-radius: 7px;
    font-weight: 700;
    text-decoration: none;
}
.rankings_menu a.active {
	color: #f1f1f1;
	border: 1px solid var(--ColorTemplate);
	background: var(--ColorTemplate);
}

.rankings_menu a:hover {
	transform: translateY(1px);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.35);
}

.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;
}

.new-sidebar-panel{
    background: linear-gradient(180deg, #0e1116, #07090c);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6);
    margin-bottom: 18px;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

.sidebar-title {
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 800;
    color: #ffd86a;
    background: linear-gradient(90deg, #151a21, #0d1117);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sidebar-body{
    padding: 8px;
}

/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #202122;
}
.myaccount-table tr td:first-child {
	color: #666;
	font-weight: bold;
}
.myaccount-table tr td {
	border-bottom: 1px solid #202122;
	padding: 15px !important;
}
.myaccount-table tr:last-child td {
	border: 0px;
}

/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
	background: #080a0d;
    border: 1px solid #666;
    padding: 5px;
    padding-top: 7px;
	-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: #f1f1f1;
	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: #f1f1f1;
	font-size: 16px;
}

.admincp-button {
	position: absolute;
	top: 0px;
	right: 10px;
    z-index: 999999;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #070709;
	border: 1px solid #555454;
	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: #070709;
    border-bottom: solid 1px #555454;
}
.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;
}

.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;
  }

  .table-guild{
	color: #f1f1f1;
  }

  /* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
    background: #070709;
    border: 1px solid #474747;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #f1f1f1;
}
.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 */
.panel-downloads {
	margin-bottom: 30px;
	background: #070709;
    border: 1px solid #474747;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #f1f1f1;
}
	.download-description {
		font-size: 11px;
		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; }

/* GLOBAL TOP BAR */
.global-top-bar {
	width: 100%;
	background: #101010;
	color: #777777;
	padding: 7px 0px 2px 0px;
	text-transform: uppercase;
	font-size: 12px;
}
	.global-top-bar .global-top-bar-content {
		width: 1040px;
		margin: 0px auto;
	}
		.global-top-bar .global-top-bar-content .row {
			margin: 0px;
			padding: 0px;
		}
	.global-top-bar a.logout {
		color: var(--ColorTemplate) !important;
	}
	.global-top-bar a {
		color: #999999 !important;
	}
	.global-top-bar a:hover {
		color: #ffffff !important;
	}
.global-top-bar-nopadding {
	padding: 0px !important;
}
.global-top-bar-separator {
	padding: 0px 5px;
}

/* 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 */
.webengine-mu-logo {
	transition: all .3s ease;
}
	.webengine-mu-logo:hover {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

/* HEADER INFO */
.header-info-container {
	width: 1040px;
	margin: 0px auto;
	text-align: right;
}
	.header-info-container .header-info {
		display: inline-block;
		width: 100%;
		background: rgba(0, 0, 0, 0.3);
		backdrop-filter: blur(5px);
		margin: 0px;
		padding: 20px;
		overflow: auto;
		-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);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
		text-shadow: 1px 1px 3px #000000;
		color: #ffffff;
		border: 1px solid rgba(255,255,255,0.1);
		font-size: 12px;
	}
		.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 {
		text-align: center;
		margin: 0px;
		-webkit-padding-start: 0px;
	}
	.header-info ul li {
		list-style-type: none;
		display: inline-block;
		font-size: 16px;
	}
	.header-info ul li a {
		display: inline-block;
		color: #cccccc !important;
		text-decoration: none;
		padding: 1px 30px;
		transition: all .3s ease;
		text-transform: uppercase;
	}

    .text-muted {
  color: #adb5bd !important;
}

.table tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.05) !important;
}
