@charset "utf-8";

/* CSS Document */

/* ------------------------------------------------------------------
  Name         	: SLYR Games | Flux CP Theme for Ragnarok Online
  Developer		: ROMISC Gantz Services - [ https://gantzromisc.ml ] 
 * --------------------------------------------------------------------- */

 @font-face {
    font-family: 'GothamCondensedMedium';
    src: url('../fonts/GothamCondensedMd.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.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;
}

@font-face {
    font-family: 'TitilliumWebReg';
    src: url('../fonts/TitilliumWebReg.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWebBold';
    src: url('../fonts/TitilliumWebBold.ttf');
    font-weight: bold;
    font-style: normal;
}

:root {
	--themeTextColor: #212121;
	--themeColor: #9c1b36;
	--themeHover: #ebbe66;
}

body,html {
	scroll-behavior: smooth;
}

body {
	background: #220502;
	position: relative;	
	margin: 0;
	padding: 0;
	border: 0;
	/* font-family: 'TitilliumWebReg'; */
	font-size: 13pt;
	color: #1b1b1b;
}

main {
	background: #fafafa;
}

#load{
    width:100%;
	max-width: 100vw;
    height:100%;
    position:fixed;
    z-index:9999;
    background: #2b2c2f;
}

.preloader {
	width: 100%;
	max-width: 585px;
	height: 100%;
	max-height: 26px;
	/* margin: 25vh auto; */
	margin: calc(50vh - 26px) auto;
	text-align: center;
	font-size: 10pt;
	/* animation: heartbeat 1s infinite;  */
}

.preloader img {
	width: 25% !important;
}

.theme-heading {
	font-family: 'GothamCondensedMedium';
	font-size: 35pt;
	color: var(--themeColor);
}

.animate-pulse {
	animation: pulse infinite 0.8s;
}

.animate-pulse img {
	width: 500px;
}

@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
-------------------------------- */
a {
	font-family: 'TitilliumWebReg';
	font-weight: bold;
	color: #9c1b36;
}

a:hover {
	color: var(--themeHover);
}

.main-container {
	height: auto;
	min-height: 60px;
}

.content-wrap {
	padding: 50px 0 !important;
}

.text-themetext {
	color: var(--themeTextColor) !important;
}

.text-themecolor {
	color: var(--themeColor) !important;
}

.text-themeHover {
	color: var(--themeHover) !important;
}

.bg-themeGradient {
	background: linear-gradient(180deg, rgba(232,125,50,1) 30%, rgba(189,81,32,1) 100%) !important;
}

.bg-fbGradient {
	background: linear-gradient(180deg, rgba(60,124,182,1) 30%, rgba(41,64,128,1) 100%) !important;
	padding: 12px 10px !important;
}

/* --------------------------------
 Header Section
-------------------------------- */

.main-header {
	min-height: 78px;
	width: 100%;
	max-width: 100vw;
}

.bg-header {
	background: rgb(10 2 2 / 80%);
	background: rgba(10, 2, 2, 0.8);
}

.sub-header {
	background: rgb(15 1 1 / 50%);
	background: rgba(15, 1, 1, 0.8);
}

@media (max-width: 992px) {
	.sub-header {
		background: rgb(0 0 0, 80%);
		background: rgba(15, 1, 1, 0.8);
	}
}

.serverstatus {
	font-family: 'GothamMedium';
	font-size: 10pt;
	color: #bababb;
}

.login-panel {
	max-height: 56px !important;
}

.text-label {
	color: #ebbe66;
}

.status-divider {
	border-right: 1px solid #026c8c;
}

.navbar-dark .navbar-nav .nav-link {
	font-family: 'GothamBook';
	font-size: 8pt;
	color: #bfbfbf;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: var(--themeHover);
}


.login_row .textClass {
	background: #d5d5d5;
	font-family: 'Inter-Medium';
	font-size: 8pt;
	font-weight: bold;
	color: #5a5a5a;
}

.btn-login {
	background: linear-gradient(180deg,rgba(236,48,48,1) 30%, rgba(167,35,50,1) 100%);
	font-family:'GothamCondensedMedium';
	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;
}

.main-section {
	background: url(../img/main-bg.jpg) top center no-repeat #eee;
	background-size: cover; 
	min-height: 876px;
	height: auto;
	padding-bottom: 50px;
}

.main-section2 {
	background: url(../img/main-bg2.jpg) top center no-repeat #eee;
	background-size: cover;
	min-height: 485px;
	height: auto;
	padding-bottom: 50px;
}

.main-logo:hover {
	filter: brightness(1);
	cursor: pointer;
}



/* --------------------------------
 Header Intro Section
-------------------------------- */

.register-container {
	padding-top: 200px;	
}

.register-form {
	background:rgb(11 2 4 / 50%);
	background: rgba(11, 2, 4, 0.5);
	max-width: 460px;
	padding: 30px 40px;
	border-radius: 15px;
	font-family: 'GothamBook';
	color: #efefef;
}

.reg-logo {
	margin-top: -90px;
}

.register-form tr {
	line-height: 30pt;
}

.register-form input {
	background: #d5d5d5;
	box-shadow: 0px 0px 5px 0px inset;
	border: 0;
	width: 100%;
	max-height: 35px;
}

.register-form p {
	font-size: 11pt;
}

.register-form label {
	font-family:'GothamBook';
	font-size: 8pt;
	font-weight: 100;
	color: #efefef;
}

.register-form p.disclaimer {
	font-size: 7pt;
	text-align: center;
	line-height: 10pt;
}

.accountCreate-btn {
	border: 0;
	border-radius: 5px;
	background: url(../img/create-bg.jpg) repeat-x;
	color: white;
	font-family: 'GothamCondensedMedium';
	font-size: 23pt;
	font-style: italic;
	text-transform: uppercase;
	width: 100%;
	padding: 3px;
}

.accountCreate-btn:hover {
	background: url(../img/createhover-bg.jpg) repeat-x;
}

.date-field select {
	background: #d5d5d5;
	box-shadow: 0px 0px 5px 0px inset;
	border: 0;
	width: 32%;
	padding: 7px;
}

select#register_gender {
	background: #d5d5d5;
	box-shadow: 0px 0px 5px 0px inset;
	border: 0;
	width: 100%;
	padding: 9px;
}

.external-url a{
	font-family: 'GothamMedium';
	font-size: 11pt;
	text-decoration: none;
	padding: 10px;
}

.external-url a:hover{
	color: #fff;
}

/* --------------------------------
 Welcome Intro Section
-------------------------------- */

.welcome-intro {
	background: url('../img/welcome-bg.jpg') center no-repeat;
	background-size: cover;
}

.container-intro {
	max-width: 1860px;
	margin: 0 auto;
}

.intro-render {
	max-width: 820px;
	margin-left: -100px;
}

.intro-render2 {
	max-width: 478px;
	margin-left: -100px;
}

@media (max-width: 1664px) {
	.intro-render2 {
		display: none;
	}
}

@media (max-width: 1400px) {
	.intro-render2 {
		display: block;
	}
}

@media (max-width: 992px) {
	.intro-render2 {
		margin: 0 auto !important;
	}
}

.intro-heading {
	font-family: 'SportyPro-Bold';
	font-size: 32pt;
}

.welcome-desc {
	font-family:'Inter-Regular';
	font-size: 11pt;
	line-height: 18pt;
}

.read-more {
	font-family: 'GothamCondensedMedium';
	font-size: 13pt;
	border-radius: .6rem!important;
}

/* --------------------------------
 News & Updates Section
-------------------------------- */
.newsupdates {
	background: #fff;
}

.newsupdates-heading {
	position: relative;
	top: 35px;
	max-width: 206px;
}

@media (max-width: 475px) {
	.newsupdates-heading {
		top: 5px;
	}
}

.newsupdates .nav-link {
	font-family: 'GothamBook';
	font-size: 8pt;
	color: #212121;
	border-right: 1px solid #212121;
	padding: 0rem .5rem;
	border-radius: 0;
	line-height: 7pt;
}

.newsupdates .nav-link.active {
	background: none;
	color: var(--themeColor);
	border: 0;
	border-right: 1px solid #212121;
}

.newsupdates .nav-link:hover {
	background: none;
	color: var(--themeColor);
	border-right: 1px solid #212121;	
}

.newsupdates .nav-link:last-of-type{
	border: 0;
}

.nav-tabs {
	border: 0;
}

.news-article {
	float: left;
	background: #e2e2e2;
}

.news-contain {
	padding: 20px;
}

.news-article .article-thumbnail {
	/* border-bottom: 2px solid #e27e3c; */
}

.news-contain .date {
	font-family:'GothamBook';
	font-size: 8pt;	
	color: #212121;		
}

.news-contain .article-type {
	text-transform: capitalize;
	text-align: center;
	float: right;
	font-family: 'GothamMedium';
	font-weight: bold;
	font-size: 8pt;
}

.news-contain .update {
	color: #4cb6a3 !important;
}

.news-contain .news {
	color: #d66a44 !important;
}

.news-contain .event {
	color: #b52639 !important;
}

.news-contain .read-more {
	color: #212121 !important;
	text-transform: capitalize;
	text-decoration:underline;
	text-align: right;
	float: right;
	font-family: 'GothamBook';
	font-size: 6pt;	
}

.news-contain .author{
	font-family:'Inter-Bold';
	font-size: 9pt;
}

.news-contain .title {
	font-family: 'GothamMedium';
	font-weight: bold;
	color: #212121;
	font-size: 11pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.news-contain .title:hover {
	color: var(--themeColor);
}

.news-contain p {
	color: #212121;
	font-family: 'GothamBook';
	font-size: 8pt;
	max-height: 75px;
	overflow: hidden;
}

.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: 25px;
	left: -33px;
}
.owl-carousel .next-slide{
	background: url('../img/nav-icon.png') no-repeat scroll -30px 0;
	height: 25px;
	right: -33px;
}
.owl-carousel .prev-slide:hover{
	background-position: 0px -30px;
}
.owl-carousel .next-slide:hover{
	background-position: -30px -30px;
}

/* --------------------------------
 Streamer Section
-------------------------------- */	  
.streamer-section {
	background: url(../img/streamers-bg.png) no-repeat;
	margin: 0 auto;
}	

.streamers {
	width: 100%;
	max-width: 558px;
	height: 390px !important;
}  

.streamers img {
	border: 1px solid #efb700;
}

.about-streamers p {
	font-family: 'TitilliumWebReg';
	color: #434343;
	font-size: 12pt;
	line-height: 21pt;
	margin-top: 15px;
}

.streamer-title {
	font-family: 'GothamCondensedMedium';
	font-weight: bold;
	font-size: 57pt;
	line-height: 50pt;
	color: #393737;
	letter-spacing: 1px;
	margin: 0;
}

.join-streamers {
	background: url(../img/join-program.png) no-repeat;
	width: 249px;
	height: 55px;
	display: block;
	margin-top: 20px;
}

.join-streamers:hover {
	background: url(../img/join-programHover.png) no-repeat;	
}

.streamer-desc {
	background: rgb(0 0 0 / 70%);
	background: rgba(0, 0, 0, 0.7);
	position: relative;
	top: -45px;
	padding: 5px 10px;
}

.streamer-name {
	font-family: 'GothamMedium';
	font-weight: bolder;
	font-size: 19pt;
	color: #e1ae48;
	text-align: left;
}

.streamer-url {
	font-family: 'GothamBook';
	font-size: 11pt;
	color: #fff;
	text-align: right;
	margin-top: 7px;
}

.owl-theme .owl-dots {
	margin-top: -30px !important;
}

.streamer-btn {
	background: linear-gradient(180deg,rgba(235,46,48,1) 30%, rgba(159,28,54,1) 100%);
	font-family:'GothamCondensedMedium';
	font-weight: 100;
	font-size: 21pt;
	color: #fff;
	text-decoration: none;
	padding: 10px 45px;
	border-radius: 5px;
}

.streamer-btn:hover {
	background: linear-gradient(180deg,rgba(235,46,48,1) 50%, rgba(247, 47, 87,1) 100%);
	color: white;
}


/* ------------------------
	Castle Owners
--------------------------*/
.castleholders-rankings {
	background: url(../img/ranking-bg.png) top center / cover no-repeat;
	padding-top: 25px;
}

.castle-render {
	margin-left: -330px;
}

.castle-char {
	width: 555px;
	height: 580px;
	object-fit: none;
	object-position: 0px 0px;
}

.castle-owners {
	max-width: 520px;
}

.castle-title{
	border-top: 3px solid #e1ae48;
	padding-top: 10px;
}

.guild-flags {
	margin: 0;
	overflow: hidden;
}

.flag {
	background: url(../img/flag.png) no-repeat;
	height: 135px;
	width: 121px;
	padding-top: 52px;
	padding-left: 47px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}


@media (max-width: 948.98px) {
	.flag {
		background: url(../img/flag.png) no-repeat;
		height: 115px;
		width: 100px;
		padding-top: 40px;
		padding-left: 37px;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		background-size: 100%;
	}

}


@media (max-width: 575.98px){
	.flag {
		background: url(../img/flag.png) no-repeat;
		height: 90px;
		width: 83px;
		padding-top: 22px;
		padding-left: 20px;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		background-size: 80%;
	}
	
}



.castle-owners .nav-pills .nav-link {
	background: 0 0;
	font-family: 'GothamMedium';
	font-size: 10pt;
	color: #fff;
	border-right: 1px solid #b7b8b8;
	padding: 0 15px;
	line-height: 11pt;
	border-radius: 0;
}

.castle-owners .nav-pills .nav-item:nth-child(4) .nav-link {
	border: 0;
}

.castle-owners .nav-pills .nav-link:hover, .castle-owners .nav-pills .nav-link.active  {
	color: #f7c43b;
}

/* ------------------------
	PVP Ladder
--------------------------*/

.top10-rankings {
	margin: 0px 30px;
	max-width: 425px;
	width: 100%;
}


.item-title {
	font-family: 'GothamCondensedMedium';
	font-size: 32pt;
	font-weight: lighter;
	padding: 0 28px;
	color: #e1ae48;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 29px 0;
}


.pvp-ladder th {
	font-family: 'GothamMedium';
	font-size: 10pt;
	color: #ebebeb;
}


.pvp-ladder {
	width: 100%;
	overflow-x: hidden;
}


.pvp-ladder table {
	max-width: 420px;
	width: 100%;
}


.pvp-ladder td {
	color: #fff;
	font-family: 'GothamMedium';
	font-size: 10pt;
}


.pvp-ladder tr {
	line-height: 24px;
}

.pvp-ladder tr:nth-child(2) {
	background: url(../img/r1.png) no-repeat;
}


.pvp-ladder tr:nth-child(3) {
	background: url(../img/r2.png) no-repeat;
}

.pvp-ladder tr:nth-child(4) {
	background: url(../img/r3.png) no-repeat;
}

.pvp-ladder tr:nth-child(2) td, .pvp-ladder tr:nth-child(3) td, .pvp-ladder tr:nth-child(4) td  {
	color: #fff !important;	
}

/* --------------------------------
 Footer Section
-------------------------------- */

#footer-section {
	background: url(../img/footer-bg.png) top center / cover no-repeat;
	padding-top: 45px;
	padding-bottom: 45px;
	position: relative;
	margin-top: -5px;
}

.footer-links li a {
	font-family: 'Inter-Regular';
	font-size: 9pt;
	color: #cacaca;
	padding: 0 0.5rem;
}

.footer-links li a:hover {
	color: #e38445;
}

.footer-links li {
	border-right: 1px solid #505050;
}

.footer-links li:last-child {
	border: 0;
}

.footer-copyrights {
	font-family: 'Inter-Regular';
	font-size: 9pt;
	color: #858585;	
}

.credits {
	max-width: 620px;
}

.social-footer a{
	font-size: 25pt;
	font-weight: 100;
	color: var(--themeHover) !important;
	text-decoration: none;
	padding: 5px;
}

.social-footer a:hover{
	color: #fff !important;
}

.useful-links li a {
	color: #fff;
	font-size: 10pt;
	font-weight: 100;
	padding: 0 15px 0 0;
	border-right: 1px solid #fff;
	line-height: 10pt;
	text-decoration: none;
}

.useful-links li a:hover {
	color: var(--themeHover);
}

.useful-links li:nth-child(3) a {
	border: 0;
	padding: 0;
}

/* --------------------------------
 Other Pages
-------------------------------- */

.downloads-page p {
	font-family:'Inter-Medium';
	font-size: 11pt;
}

.downloads-container {
	border: 2px solid #e87d32;
	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(232,125,50,1) 30%, rgba(189,81,32,1) 100%);
	font-family: 'Inter-Bold';
	font-size: 12pt !important;
	padding: 5px 10px;
	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;
}

/* --------------------------------
 Flux Pages Design Styles
-------------------------------- */

#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 {
	max-width: 1120px;
	font-family: 'Inter-Regular';
	border-radius: 5px;
	margin: 100px auto 0 auto;
	color: var(--themeTextColor);
	font-size: 9pt;
	background: url('../img/downloads-bg.png') top center no-repeat;
	padding: 50px 0;
}

.global-container h2,h3 {
	font-size: 38pt;
	width: unset;
	margin-top: 50px;
	padding: 10px 0;
	font-family: 'TitilliumWebReg';
	color: var(--themeColor);
	text-transform: none;
}

h3::first-letter {
	font-weight: normal;
}

h4 {
	font-family: 'TitilliumWebReg';
	font-weight: normal;
	font-size: 25pt;
	color: var(--themeColor) !important;
}

.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;
}

.global-container a {
	color: var(--themeColor);
}


.global-container:empty {
	display: none;
}



.horizontal-table td {
	padding: 5px 10px;
	background: #fff;
}

	

.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: #fff;
}

	

.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)
}

