@charset "utf-8";

/* CSS Document */

/* ------------------------------------------------------------------
  Name         	: FluxCP Theme for OldschoolRO 2023
  Designer		: s1 Lykos Designs
  Author		: ROMISC Gantz Services - [ https://gantzservices.com ] 
 * --------------------------------------------------------------------- */

@font-face {
    font-family: 'GothamCondensed-Medium';
    src: url('../fonts/GothamCondensed-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamCondensed-Bold';
    src: url('../fonts/GothamCondensed-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Black';
    src: url('../fonts/Inter-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('../fonts/Inter-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('../fonts/Inter-ExtraLight.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Light';
    src: url('../fonts/Inter-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('../fonts/Inter-Thin.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SportyPro-Bold';
    src: url('../fonts/SportyPro-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SportyPro-Regular';
    src: url('../fonts/SportyPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

:root {
	--themeTextColor: #c2c2c2;
	--themeTextSubColor: #fff;
	--themeColor: #4e7520;
	--themeColorSub: #ff8f00;
	--themeHover: #fff;
	--tooltipColor: rgba(0, 0, 0, 0.8);
}

body,html {
	scroll-behavior: smooth;
}

body {
	background: url('../img/main-background.png') top center no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
	border: 0;
}

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background: #000;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #2b2c2f;
	visibility: hidden;
}
  
#preloader:before {
	/* background: url('../img/preloader.gif') no-repeat;
	background-size:contain; */
	content: "";
	position: fixed;
	border: 6px solid #fff;
	border-bottom-color: #2b2c2f; 
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: calc(50% - (50px /2));
	left: calc(50% - (50px /2));
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
}
}

#msgIndicator{
	position: fixed;
	text-align: center;
	width: 275px;
	top: calc(50% + 50px);
	left: calc(50% - (275px / 2));
	z-index: 9999;
	visibility: hidden;
}

.theme-heading {
	font-family: 'GothamCondensed-Bold';
	font-size: 36pt;
	text-transform: uppercase;
	color: var(--themeColorSub);
}

@keyframes heartbeat {
  0% {
    transform: scale( 1);    
  }
  20% {
    transform: scale( 0.9 ) ;
  } 
  40% {
    transform: scale( 0.8 ) ;
  }
}


@keyframes pulse{
  0% {
    transform: scale(0.95);
  }
  
  70% {
    transform: scale(1);
  }
  
  100% {
    transform: scale(0.95);
  }
}


/* --------------------------------
 Main Styles
-------------------------------- */
.main-container {
	height: auto;
	min-height: 60px;
}

/*.container {
	max-width: 1400px !important;
}*/

.content-wrap {
	padding: 0px 0 !important;
}

.text-themetext {
	color: var(--themeTextColor) !important;
}

.text-themecolor {
	color: var(--themeColor) !important;
}

.text-themeHover {
	color: var(--themeHover) !important;
}

.text-themecolorSub{
	color: var(--themeColorSub) !important;
}

.bg-themeGradient {
	background: linear-gradient(360deg, rgba(68,87,41,1) 0%, rgba(68,87,41,1) 0%, rgba(78,117,32,1) 100%);
}

.bg-fbGradient {
	background: linear-gradient(180deg, rgba(60,124,182,1) 30%, rgba(41,64,128,1) 100%) !important;
	padding: 12px 10px !important;
}

.tooltip > .tooltip-inner {background-color: var(--tooltipColor);}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: var(--tooltipColor);
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
	border-bottom-color: var(--tooltipColor);
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
	border-left-color: var(--tooltipColor);
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: var(--tooltipColor);
}

.animate-faderight-transition {
	animation: fade-in-right 1.5s ease-in-out; 
}

.animate-fadeleft-transition {
	animation: fade-in-left 1.5s ease-in-out; 
}

/* --------------------------------
 Header Section
-------------------------------- */

.main-header {
	min-height: 127px;
}

.container-header {
	max-width: 1400px;
	padding: 0 12px;
	margin: 0 auto !important;
}

.navbar-dark .navbar-nav .nav-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-dark .navbar-nav .nav-link {
    margin-left: 0;
    margin-right: 0;
}

.navbar-dark .navbar-nav .nav-link {
	font-family: 'Arial';
	font-size: 12px;
	color: var(--themeTextColor);
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: var(--themeHover);
}

.navbar-nav {
	max-width: 600px;
	width: 600px !important;
}

.btn-login {
	background: linear-gradient(180deg, rgba(183,5,0,1) 30%, rgba(120,4,1,1) 100%);
	font-family:'GothamCondensed-Medium';
	font-size: 13pt;
	text-transform: uppercase;
	padding: 13px 10px;
	color: #fff;
}

.btn-login:hover {
	background: linear-gradient(180deg, rgba(247,209,84,1) 30%, rgba(189,81,32,1) 100%);
	color: #fff;
}

#dropdownUser1 {
	color: #fff;
}

@media (min-width: 992px) {
	#dropdownUser1 {
		color: var(--themeTextColor);
	}
}

.main-logo {
	position: relative;
	top: 7px;
	animation: bounce-in-top 1.5s ease-in-out;  
}

.bg-navbar {
	background: url('../img/header-bg.png') repeat-x;
	padding: 10px 0;
}

@media (max-width: 1399.98px) {
	.navbar-brand {
		background: url('../img/logo-mobile.png') center no-repeat;
		background-size: 75%;
		max-width: 245px;
		height: 78px;
		margin-left: -20px;
	}	
	.navbar-brand img {
		opacity: 0;
		max-width: 245px;
	}
}

@media (max-width: 1324.98px) {
	.navbar-nav {
		max-width: 700px;
	}
}

@media (max-width: 1299.98px) {
	.navbar-nav {
		max-width: 660px;
	}
}

@media (max-width: 1244.98px) {
	.navbar-nav {
		max-width: 630px;
	}
}

@media (max-width: 991.98px) {
	.main-section {
		background-size: cover;
	}
	.navbar-brand {
		background-size: 60%;
		max-width: 245px;
		height: 78px;
		display: block;
		left: 5px;
	}

	.navbar-brand img {
		opacity: 0;
		max-width: 245px;
	}
}

.main-logo:hover {
	filter: brightness(1);
	cursor: pointer;
}

#serverstatus {
	color: var(--themeTextColor);
}

#serverstatus table {
	border-spacing: 5px 5px;
	border-collapse: separate;
}

#serverstatus th {
	font-family: 'Arial';
	font-size: 12px;
	padding: 0 15px;
	color: var(--themeTextColor);
	font-weight: bold;
	border-radius: 2px;
	
}

#serverstatus td {
	font-family: 'Arial';
	font-size: 9px;
	padding: 0 15px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	line-height:20px;
    height:10px;
}

.value-bg{
	background: #141414;
	width: 110px;
	padding: 2px 15px !important;
	text-align: start;
}

.server-time {
	width: 155px;
	margin: 0 auto;
}

.theme-button {
    padding: 10px 10px;
	display: block;
	color: #252522;
    font-size: 14px;
    font-family: 'SportyPro-Regular';
	border:1px solid #383816;
	border-radius: 4px;
    background: #FFFF00;
    background: -webkit-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(242, 242, 0, 1) 10%);
    background: -moz-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(242, 242, 0, 1) 10%);
    background: linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(242, 242, 0, 1) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#FFFF00",
      endColorstr="#F2F200",
      GradientType=0
    );
}

.theme-button span {
    margin-left: 2px;
}

.theme-button:hover {
    color: #252522;
	text-align: center;
	text-decoration: none;
	background: #FFFF00;
    background: -webkit-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: -moz-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#FFFF00",
      endColorstr="#E6E600",
      GradientType=0
    );
}

.theme-btn:hover {
	color: #252522;
	text-align: center;
	text-decoration: none;
	background: #FFFF00;
    background: -webkit-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: -moz-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#FFFF00",
      endColorstr="#E6E600",
      GradientType=0
    );
}

.download-btn {
    padding: 10px 0;
	font-family: 'SportyPro-Regular';
	font-size: 11px;
	color: #252522;
	text-align: center;
	text-decoration: none;
}

.download-btn:hover {
	color: #252522;
	text-align: center;
	text-decoration: none;
	background: #FFFF00;
    background: -webkit-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: -moz-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#FFFF00",
      endColorstr="#E6E600",
      GradientType=0
    );
}

.time {
	font-family:'Arial';
	color: #fff;
	font-size: 12px;
}

.online {
	color: #55a90b !important;
}

.offline {
	color: #c80d1a !important;
}

/* --------------------------------
 Header Main
-------------------------------- */
.main-section {
    /* empty */
}


@media (max-width: 1960px){
	.main-section .container {
		width: 100%;
		max-width: 1400px;
	}
}

.column-title {
	font-family: 'SportyPro-Regular';
	font-weight:lighter;
	font-size: 11pt;
	color: #f2f2f2;
}

.left-col {
	width: calc(100% - 350px);
}

.content-wrap .left-col {
    width: 100%;
} 

.right-col {
	max-width: 330px;
	width: 100%;
}

/*
@media (max-width: 575.98px){
	.left-col, .right-col, .accountpanel{
		max-width: 100%;
	}
}

@media (max-width: 767.98px){
	.left-col, .right-col, .accountpanel{
		max-width: 540px;
	}
}

@media (max-width: 991.98px){
	.left-col, .right-col, .accountpanel{
		max-width: 720px;
	}
}

@media (max-width: 1199.98px){
	.left-col, .right-col, .accountpanel{
		max-width: 1020px;
	}
}

@media (max-width: 1399.98px){
	.right-col, .accountpanel{
		max-width: 1020px;
		margin-top: -70px;
	}
}*/

.eventbanners {
	max-width: 1020px;
}

.eventbanners .item {
    border: 1px solid #4a4a4a;
    border-radius: 8px;
}

.eventbanners .item img {
    border-radius: 8px;
}

.loginpanel {
	background: #181818;
	border: 1px solid #4a4a4a;
	border-radius: 8px;
	font-family: 'Inter-Regular';
	padding: 15px 30px;
	min-height: 270px;
}

.loginpanel img {
	margin-top: -150px;
}

.login_row_main {
	text-align: start;
}

.login_row_main .panel-label {
	font-family: 'TitilliumWebReg';
	color: #fff;
	font-size: 13pt;
	padding: 5px 10px;
}

.login_row {
	max-width: 100%;
}

.input-label {
	font-family: 'Inter-Regular';
	font-size: 9pt;
	color: var(--themeTextColor);
	text-transform: uppercase;
	padding-bottom: 5px;
}

.textClass {
	font-family: 'Inter-Medium' !important;
	font-size: 11pt !important;
	background: #33353b;
	border: none !important;
	border-radius: 5px;
	padding: 5px 15px !important;	
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	color: var(--themeTextColor);
}

.rememberMe {
	font-family: 'Inter-Regular';
	font-size: 9pt;
	color: var(--themeTextColor);
}

.login_row table{
	width: 100%;
	font-size: 9pt;
}

.loginBtn {
	font-family: 'SportyPro-Regular';
	width: 100%;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #252522;
	cursor: pointer;
}

.loginBtn:hover {
	color: #252522;
	text-align: center;
	text-decoration: none;
	background: #FFFF00;
    background: -webkit-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: -moz-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#FFFF00",
      endColorstr="#E6E600",
      GradientType=0
    );
}

.accountAction {
	font-size: 9pt;
	color: var(--themeTextColor);
	text-align: center;	
	width: 100%;
}

.accountAction a{
	color: var(--themeTextColor)
}

.accountAction a:hover {
	color: var(--themeHover);
}

.logged {
	margin-top: 20px;
	font-size: 13pt;
}

.logincon p {
    font-family: Arial;
    font-size: 14px;
}

.logincon p strong {
    font-family: 'SportyPro-Regular';
	font-size: 11px;
	color: #616161;
}

.logincon .theme-button {
    color: #252522;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}

.logincon .theme-button:hover {
	color: #252522;
	text-align: center;
	text-decoration: none;
	background: #FFFF00;
    background: -webkit-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: -moz-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#FFFF00",
      endColorstr="#E6E600",
      GradientType=0
    );
}

/* --------------------------------
 Personalização do carrossel de corujas
-------------------------------- */
.owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2caae1;
}

.owl-theme .owl-dots {
	margin: 0 auto!important;
}

.owl-carousel .item {
	text-align: center;
}
.owl-carousel .nav-btn{
	height: 25px;
	position: absolute;
	width: 26px;
	cursor: pointer;
	top: 43% !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slide{
	background: url('../img/nav-icon.png') no-repeat scroll 0 0;
	height: 30px;
	width: 32px;
	left: -15px;
}
.owl-carousel .next-slide{
	background: url('../img/nav-icon.png') no-repeat scroll -33px 0;
	height: 30px;
	width: 32px;
	right: -15px;
}
.owl-carousel .prev-slide:hover{
	background-position: 0px -34px;
}
.owl-carousel .next-slide:hover{
	background-position: -33px -34px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 9px;
	margin: 5px 2px;
	background: #536479;
	border-radius: 3px
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background: #97a3b2;
}

/* --------------------------------
 Coluna de conteúdo principal
-------------------------------- */
.maincontent {
	background: #1e1e1e;
	border: 1px solid #4a4a4a;
	border-radius: 7px;
	padding: 30px 45px;
	margin-top: 18px !important;
}

@media (max-width: 767.98px){
	.maincontent {
		padding: 30px 10px;
	}
}

.maincontent h5 {
	font-family: 'Inter-Bold';
	font-size: 20pt;
	color: #f2f2f2;
	margin-bottom: 30px;
}

.youtube-video img {
	width: 100%;
}

.server-desc {
	font-family: 'Inter-Regular';
	font-size: 11pt;
	color: var(--themeTextColor);
	text-align: justify;
}

.btn-readmore {
	font-family: 'Inter-Medium';
	font-size: 8pt;
	color: #f2f2f2 !important;
	padding: 5px 20px;
}

.btn-readmore:hover {
	color: #000 !important;
}

hr {
	background-color: darkgray !important;	
}

/* --------------------------------
 Coluna do Hall da Fama
-------------------------------- */

.hall-of-fame {
	background: #1e1e1e;
	border: 1px solid #4a4a4a;
	border-radius: 7px;
	padding: 30px 45px;
	margin: 30px 0 70px 0;
}

@media (max-width: 767.98px){
	.hall-of-fame {
		padding: 30px 10px;
	}
}

.fame-render {
	height: 400px;
	width: 550px;
	object-fit: none;
	object-position: 0 0;
	position: relative;
	left: -225px;
}

.fame-char {
	width: 265px;
	height: 420px;
	object-fit: none;
	object-position: -17px 0;
	margin-top: 20px;
}

.pvp-ladder {
	min-width: 260px;
	margin-top: 20px;
	height: fit-content;
}

.text-pvp {
	font-family: 'SportyPro-Regular';
	font-size: 9pt;
	color: #F2F200;
	margin: 0 !important;
}

.text-rank {
	font-family: 'SportyPro-Regular';
	font-size: 8pt;
	color: #F2F200;
}

.pvp-name {
	font-family: 'Gotham-Book';
	font-size: 8pt;
	color: #F2F200;
}

.pvp-score {
	font-family: 'Inter-Regular';
	font-size: 8pt;
	color: #F2F200;
}


.pvp-ranking {
	font-family: 'Inter-Bold';
	font-size: 9pt;
	width: 100%;
}

.pvp-ranking td {
	border-bottom: 1px solid #b7b7b7;
	line-height: 12pt;
}

.pvp-ranking tr:last-child td{
	border: 0;
}

ul#pills-tab {
	font-family: 'SportyPro-Regular';
	font-size: 8pt;
}

ul#pills-tab li .nav-link{
	padding: 5px 0px 5px 20px;
	color: #626262;
}

.pvp-ladder .nav-pills .nav-link {
	color: #626262;
}

.pvp-ladder .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: transparent;
	color: #F2F200 !important;
}

.fame-title {
	font-family: 'Inter-Bold' !important;
	font-size: 18pt !important;
	color: #f2f2f2;
}

.guild-container {
	background: url(../img/emp.png) no-repeat top center;
	background-size: cover;
}

.gotm img.agitlord_emblem {
	margin-left: 47px;
	margin-top: 55px;
}

.agitlord_heading {
	margin-top: -35px;
}

.castleowners-title {
    text-align: center;
}

.btn-castleowners {
	position: relative;
	display: inline-block;
	left: auto;
	right: auto;
	margin: 0 auto;
	padding: 5px 12px;
	font-family: 'SportyPro-Regular';
	color: #252522 !important;
	border:1px solid #383816;
	border-radius: 4px;
    background: #FFFF00;
    background: -webkit-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(242, 242, 0, 1) 10%);
    background: -moz-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(242, 242, 0, 1) 10%);
    background: linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(242, 242, 0, 1) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#FFFF00",
      endColorstr="#F2F200",
      GradientType=0
    );
}

.btn-castleowners:hover {
	color: #252522;
	text-align: center;
	text-decoration: none;
	background: #FFFF00;
    background: -webkit-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: -moz-linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    background: linear-gradient(114deg,rgba(255, 255, 0, 1) 25%, rgba(230, 230, 0, 1) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#FFFF00",
      endColorstr="#E6E600",
      GradientType=0
    );
}

.agitlord-title {
	font-family:'Inter-Regular';
	font-size: 8.5pt;
	color: #e9e9e9;
}

.agitlord-guildname, .agitlord-guildmaster {
	font-family:'Inter-Bold';
	font-size: 10pt;
	color: #fff;
}

.empires {
	margin: 20px 0 10px 5px;
}

.guild-flags {
	margin: 0;
	overflow: hidden;
}

.gotm {
	background: url(../img/gotm.png) no-repeat;
	/*width: 391px;
	height: 175px; */
}

.flag {
	background: url(../img/flag.png) no-repeat;
	height: 70px;
	padding: 20px 0 0 18px;
	margin-bottom: 20px;
	float: left;
}

.flag-container {
	width: 60px;
}

.text-tourna {
	font-family: 'SportyPro-Regular';
	font-size: 9pt;
	width: 245px;
}

.tourna_1v1, .tourna_7v7 {
	border: 2px solid var(--themeTextSubColor);
	max-width: 300px;
}

.tourna-team {
	font-family: 'Inter-Bold';
	font-size: 10pt;
}

.tourna1v1-entry {
	padding: 0 20px;
	width: 300px;
	max-width: 300px;
}

.border-1v1 {
	border-color: var(--themeTextSubColor) !important;
}

.tourna1v1_thumbnail {
	background: #b5b5b5;
	border-radius: 50%;
	height: 46px;
	width: 46px;
	object-fit: none;
	object-position: center -50px;
}

.tourna1v1-title {
	font-family: 'Gotham-Bold';
	font-size: 9pt;
}

.tourna1v1-winner {
	font-family: 'Gotham-Book';
	font-size: 9pt;
}

.team-photo {
	max-width: 235px;
}


/* --------------------------------
 Seção de rodapé
-------------------------------- */

#footer-section {
	background: url(../img/footer-bg.png) top center no-repeat;
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 45px;
}

.footer-links li a {
	font-family: 'Inter-Regular';
	font-size: 9pt;
	color: #8c8c8c;
	padding: 0 0.5rem;
}

.footer-links li a:hover {
	color: var(--themeHover);
}

.footer-links li {
	border-right: 1px solid #505050;
}

.footer-links li:last-child {
	border: 0;
}

.footer-copyrights {
	font-family: 'Inter-Regular';
	font-size: 9pt;
	line-height: 10pt;
	color: #575757;	
}

.credits {
	max-width: 500px;
}

@media (max-width: 768px) {
	.footer-links li {
		border: 0;
		padding: .5rem;
	}
}

@media (min-width: 768px) {
	.dev-logo {
		margin-left: -20px;
	}
}

.soc-fb{
	font-family: 'SportyPro-Regular';
	font-size: 10.6pt;
	color: #505050;
	padding: 10px 20px;
	border: 2px solid #505050;
	text-decoration: none;
	display: inline-flex;
	text-align: center;
	align-items: center;
}
.soc-fb svg{
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

.soc-fb:hover {
	color: #fff;
	border: 2px solid #f2f2f2;
}

/* --------------------------------
 Outras páginas
-------------------------------- */

.btn-apk{
	background: url(../img/dl-apk.png) no-repeat;
	width: 231px;
	height: 49px;
}

.btn-apk:hover {
	background: url(../img/dl-apk-hover.png) no-repeat;
}

.downloads-page p {
	font-family:'Inter-Medium';
	font-size: 11pt;
}

.downloads-container {
	border: 2px solid #4f7520;
	border-radius: 15px;
}

.downloads-container p {
	font-family: 'Inter-Medium';
	font-size: 9pt;
}

.downloads-container a:hover {
	opacity: 0.8;
}

.heading-container {
	background: linear-gradient(180deg, rgba(106,143,56,1) 30%, rgba(79,117,32,1) 100%);
	font-family: 'Inter-Bold';
	font-size: 12pt !important;
	padding: 5px 20px;
	border-radius: 12px 12px 0 0;
}

.vote-render {
	text-align: right;
}

.vote-render img {
	position: relative;
	right: -80px;
	top: 235px;
}

.vote-page th, .vote-page td, .vote-stats td {
	font-family: 'Inter-Medium';
	font-size: 9pt !important;
	padding: 10px 20px;
	border: 3px solid #fff;
	text-align: center;
}

.bg-themeGradient a {
	color: #fff !important;
	text-decoration: none;
}

.table-label {
	padding: 5px 5px !important;
}

.table-value {
	padding: 5px 20px !important;
}

table.vote-page {
	max-width: 190px !important;
}

.vote-page th {
	font-family: 'SportyPro-Bold';
	font-size: 11pt !important;
}

.bg-votelabel {
	background: #2b2b2b !important;
}

.bg-black {
	background: #1d1d1d !important;
}

.vote-warning p{
	font-size: 8pt !important;
	font-weight: bold;
}

/* --------------------------------
 Estilos de design de páginas de fluxo
-------------------------------- */

#submenu {
	color: var(--themeTextColor);
	background: none;
	font-size: 10pt;
}

#submenu a{ 
	color: var(--themeColor);
}

#submenu a:hover {
	text-decoration: none;
	color: var(--themeTextColor);
}


.admin-menu {
	color: var(--themeTextColor);
	background: none;
	font-size: 10pt;
}

.admin-menu a{
	color: var(--themeColor);
}

.admin-menu a:hover {
	text-decoration: none;
	color: var(--themeTextColor);
}



.admin-menu a:after {
	content: ' / ';
	color: var(--themeTextColor);
	text-decoration: none;
}



.toggler a {
	color: var(--themeColor);
}



.pages .page-num {
	color: var(--themeColor);
}



.pages .current-page {
	color: #cc9808 !important;
	font-weight: bold;
}



.pages .page-prev, .pages .page-next {
	color: var(--themeTextColor);
}

.horizontal-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.horizontal-table > .table-bordered {
    border: 0; 
}


.vertical-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.horizontal-table > .table-bordered {
    border: 0;
}   

.global-container {
	font-family: 'Inter-Regular';
	color: var(--themeTextColor);
	font-size: 9pt;
	padding: 0 45px;
	background: url(../img/pages-bg.png) no-repeat center -100px #1a1917;
	background-size: cover;
	border-radius: 7px;
	min-height: calc(100vh - (127px + 222px));
}

.global-container-no-bg {
	background: none;
}


.global-container .content-wrap {
    padding: 80px 160px !important;
}

/*
@media (max-width: 575.98px){
	.global-container {
		padding: 80px 15px;
	}
}

@media (min-width: 576px){
	.global-container {
		padding: 80px calc((100vw - 540px) /2);
	}
}

@media (min-width: 768px){
	.global-container {
		padding: 80px calc((100vw - 720px) /2);
	}
}

@media (min-width: 992px){
	.global-container {
		padding: 80px calc((100vw - 960px) /2);
	}
}

@media (min-width: 1200px){
	.global-container {
		padding: 80px calc((100vw - 980px) /2);
	}
}

@media (min-width: 1400px){
	.global-container {
		padding: 80px calc((100vw - 980px) /2);
	}
}*/

.global-container table {
	font-family: 'Inter-Regular';
	color: var(--themeTextColor);
	font-size: 9pt;
}

.global-container h2,h3 {
	font-size: 20pt;
	text-decoration-color: var(--themeTextColor);
	width: unset;
	margin: 20px 0px;
	padding: 5px 0;
	font-family: 'Inter-Bold';
	color: var(--themeTextColor);
}

.global-container p {
	font-family: 'Inter-Medium';
	font-size: 10pt;
}

.customborder-bottom {
	padding-bottom: 15px;
	border-bottom: 2px solid var(--themeTextColor);
}

.fs-medium {
	font-size: 90% !important;
}

.fs-small {
	font-size: 75% !important;
}

.security-code {
	background-color: #b7b7b7;
	height: auto;
	border: #8e8e8e;
}

.reg-label {
	font-family: 'Inter-Bold' !important;
	font-size: 9pt !important;
	color: var(--themeTextColor) !important;
}

.birthdate select {
	/* background-color: #212529!important; */
	/* color: #fff!important; */
	padding: 0.4rem 1rem!important;
	-moz-box-shadow: inset 0 0 7px #141414;
	/* -webkit-box-shadow: inset 0 0 7px #141414; */
	/* box-shadow: inset 0 0 7px #141414; */
}

h3 {
	font-size: 30pt;
}

.global-container a {
    color: #FFFF00;
	text-decoration: none;
}

.global-container a:hover {
    color:#F2F200;
}


.global-container:empty {
	display: none;
}


.global-container .label {
    color:#fff;
    font-family: 'Arial' !important;
}


.horizontal-table td {
	padding: 5px 10px;
	background: transparent;
}

	

.horizontal-table th, .horizontal-table td {
	font-size: 9pt;
	border: 1px solid var(--themeTextColor);
}



.horizontal-table th {
	padding: 5px 10px;
	background-color: transparent;
}



.vertical-table td {
	padding: 5px 10px;
	background: transparent;
}

.woe-table {
	background: transparent !important;
}

.woe-table .time {
	color: var(--themeColor);
}

.important {
	color: var(--themeColor);
}
	
.request {
	background: transparent !important;
}

.vertical-table th, .vertical-table td {

	font-size: 9pt;
	border: 1px solid var(--themeTextColor);
}


.vertical-table th {
	padding: 5px 10px;
	background-color: transparent;
}


.generic-form {
	border: 1px solid var(--themeColor);
	background: none;
}


.generic-form-table td p {
	color: var(--themeColor);
}

.search-form label, .search-form2 label {
	color: var(--themeColor);
}


.sortable {
	color: #38a6e8;
	text-decoration: underline;
}


.sortable:hover {
	color: #fff;
}


#pagemenu {
	color: var(--themeTextColor);
}


#pagemenu a{
	color: var(--themeColor);
}

.character-stats .stat-name {
	color: var(--themeColor);
}

.character-stats .stat-value {
	color: var(--themeTextColor);
}


.generic-form-table th label , .generic-form-table td div, .horizontal-table td, .horizontal-table th, .vertical-table th, .vertical-table td{
	color: var(--themeTextColor)
}

/* --------------------------------
 Dropdown Restyle
-------------------------------- */
.dropdown-menu {
	background-color: #1e1e1e;
}

.dropdown-menu li a{
	text-decoration: none;
}

/* --------------------------------
 Estilo extra
-------------------------------- */
.table>:not(caption)>*>* {
	border-bottom-width: 0;
}

.alert-danger {
	color: #ea868f;
	background-color: #2c0b0e;
	border-color: #842029;
}

.alert-success {
	color: #75b798;
	background-color: #051b11;
	border-color: #0f5132;
}

.alert-light {
	color: #f8f9fa;
	background-color: #343a40;
	border-color: #495057;
}

/* --------------------------------
 Navegação na barra lateral direita
-------------------------------- */
.sidebar-links ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar-links ul li:nth-of-type(1) a {
	background: url(../img/btn-register.png) no-repeat;
	background-size: contain;
	width: 330px;
	height: 90px;
	text-decoration: none;
	display: block;
	margin: 0 auto;
}
  
.sidebar-links ul li:nth-of-type(2) a {
	background: url(../img/btn-download.png) no-repeat;
	background-size: contain;
	width: 330px;
	height: 90px;
	text-decoration: none;
	display: block;
	margin: 0 auto;
}
  
.sidebar-links ul li:nth-of-type(3) a {
	background: url(../img/btn-donate.png) no-repeat;
	background-size: contain;
	width: 330px;
	height: 90px;
	text-decoration: none;
	display: block;
	margin: 0 auto;
}

.sidebar-links ul li:nth-of-type(1) a:hover {
	background: url(../img/btn-register_hover.png) no-repeat;
	background-size: contain;	
}

.sidebar-links ul li:nth-of-type(2) a:hover {
	background: url(../img/btn-download_hover.png) no-repeat;	
	background-size: contain;
} 

.sidebar-links ul li:nth-of-type(3) a:hover {
	background: url(../img/btn-donate_hover.png) no-repeat;	
	background-size: contain;
} 

/* --------------------------------
 Navegação na barra lateral com link rápido
-------------------------------- */
.quick-links ul {
	padding: 20px 15px;
	background: #181818;
	border-radius: 7px;
	border: 1px solid #4a4a4a;
}

.quick-links ul hr {
	margin: 0;
}

.quick-links ul li {
	text-decoration: none;
	list-style: none;
	border-bottom: 1px solid;
}

.quick-links ul li:last-of-type {
	border: none;
}

.quick-links ul li a{
	font-family: 'Inter-Medium';
	font-size: 15px;
	color: #f2f2f2;
	padding: 20px 0px 10px 100px;
	text-decoration: none;
	display: block;
	height: 62px;
}

.quick-links ul li:nth-of-type(1) a {
	background: url(../img/review.png) no-repeat;
	background-position: 30px 10px;
}

.quick-links ul li:nth-of-type(2) a {
	background: url(../img/newbie.png) no-repeat;
	background-position: 33px 10px;
}

.quick-links ul li:nth-of-type(3) a {
	background: url(../img/quest.png) no-repeat;
	background-position: 30px 10px;
}

.quick-links ul li:nth-of-type(4) a {
	background: url(../img/vote.png) no-repeat;
	background-position: 30px 10px;
}

.quick-links ul li:nth-of-type(5) a {
	background: url(../img/staff.png) no-repeat;
	background-position: 30px 10px;
}

.quick-links ul li:nth-of-type(6) a {
	background: url(../img/woe.png) no-repeat;
	background-position: 30px 10px;
}

.quick-links ul li:nth-of-type(1) a:hover {
	background: url(../img/review_h.png) no-repeat 30px 10px, url(../img/quick-links-hover.png) no-repeat 20px center;
}

.quick-links ul li:nth-of-type(2) a:hover {
	background: url(../img/newbie_h.png) no-repeat 33px 10px, url(../img/quick-links-hover.png) no-repeat 20px center;
}

.quick-links ul li:nth-of-type(3) a:hover {
	background: url(../img/quest_h.png) no-repeat 30px 10px, url(../img/quick-links-hover.png) no-repeat 20px center;
}

.quick-links ul li:nth-of-type(4) a:hover {
	background: url(../img/vote_h.png) no-repeat 30px 10px, url(../img/quick-links-hover.png) no-repeat 20px center;
}

.quick-links ul li:nth-of-type(5) a:hover {
	background: url(../img/staff_h.png) no-repeat 30px 10px, url(../img/quick-links-hover.png) no-repeat 20px center;
}

.quick-links ul li:nth-of-type(6) a:hover {
	background: url(../img/woe_h.png) no-repeat 30px 10px, url(../img/quick-links-hover.png) no-repeat 20px center;
}

.dev-logo {
    display: inline-block;
    margin-left: 20px;
}


/* Alerta vermelho alterado para o novo tom */
.alert-danger {
    background-color: #D7E900 !important;
    color: black;
    font-weight: bold;
}

/* Fundo da página (mantém escuro para contraste) */
body {
    background-color: #121212;
    color: #ffffff;
}

/* Caixas de informações */
.card, .box, .info-box, .account-info {
    background-color: #1e1e1e;
    border: 1px solid #D7E900;
    color: #ffffff;
}

/* Títulos e labels */
.card h1, .card h2, .box h1, .box h2, label {
    color: #D7E900;
}

/* Caixas azuis (como personagens e storage) */
.blue-box {
    background-color: #D7E900;
    color: #000000;
    font-weight: bold;
}

/* Botões personalizados */
.btn-primary, .btn-success {
    background-color: #D7E900;
    color: black;
    border: none;
}

.btn-primary:hover, .btn-success:hover {
    background-color: #c5d900;
}

/* Links */
a {
    color: #D7E900;
}
a:hover {
    color: #b5cc00;
}

/* Painel de informações com cor neon e contorno preto nos textos */
/* Cor de fundo neon com contorno preto nos textos */
#content .card,
#content .card .card-body,
#content .card .card-body div,
#content .card .card-body .row > div,
#content .card .card-body .row > div small,
#content .card .card-body .row > div strong {
    background-color: #d7e900 !important; /* Cor neon da logo */
    color: #000000 !important;            /* Texto preto */
    border-radius: 6px !important;
    border: 1px solid #000000 !important;
    box-shadow: 0 0 8px #d7e900 !important;
    font-weight: bold !important;
    text-shadow: 
        -1px -1px 0 #000,  
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000 !important;
}

/* Título dos campos */
#content .card .card-body .row > div small {
    font-size: 11px !important;
    display: block;
    color: #d7e900 !important;
}



