html, body {
    overflow: auto !important;
}

body.swal2-shown {
    overflow: hidden !important;
    padding-right: 0px !important;
}

body {
	background-color: #111;
	color: #fff !important;
	font-family: philosopher,sans-serif;
	font-size: 17px;
}

a {
	text-decoration: none;
}

a:link {
	color: #63c2ff;
}

a:visited {
	color: #63c2ff;
}

a:hover {
	color: #63c2ff;
}

a:active {
	color: #63c2ff;
}

hr {
	color: #ff0000 !important;
}

h2 {
	color: #fff;
	font-weight: bold;
}

h3 {
	color: #fff;
	font-weight: bold;
}

h4 {
	color: #fff;
	font-weight: bold;
}

h5 {
	color: #fff;
	font-weight: bold;
}

pre {
	background-color: #280101;
	padding: 1rem;
	border: 1px solid red;
}

/* Keeps the videos responsive */
video {
  width: 100%;
  max-height:100%
}

/* Keeps the iframes responsive */
iframe {
	width: 100%;
	max-height:100%
}

/* Keeps the audios responsive */
audio {
	width: 100%;
	max-height:100%	
}

.webcms-header{
	padding: 0px;
}

/* Browser Scroll Bar */
body::-webkit-scrollbar {
	width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
	background-color: #00426c;
	outline: 1px solid #00426c;
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	color: #fff !important;
}

/* Media Query */
@media (max-width: 767px) { 
	.webcms-border {
		border-top: 1px solid #ff0000;
		border-top-style: dotted;
	} 
}

@media (min-width: 768px) { 
	.webcms-border {
		border-left: 1px solid #00426c;
	}
}

/* Adds a padding left effect on hover */
.link-padding:hover{
	padding-left:10px;
	-moz-transition: padding-right .3s ease-in;
	-o-transition: padding-right  .3s ease-in;
	-webkit-transition: padding-right  .3s ease-in;
	transition: padding-right  .3s ease-in;
}

/* News */
.news-title {
	color: #ccc;
	transition: text-shadow 0.3s ease;
}

.news-title:hover{
	text-shadow: 0 0 10px #2e2e2e, 0 0 20px #2e2e2e, 0 0 30px #2e2e2e;
}

.news-title-sticky {
	color: #63c2ff;
	transition: text-shadow 0.3s ease;
}

.news-title-sticky:hover{
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000;
}

.news-open-header {
	background-color: #8d0000;
	color: #fff;
}

.news-open-title {
	color: #ccc;
	font-weight: bold;
	transition: text-shadow 0.3s ease;
}

.news-open-title-sticky {
	color: #63c2ff;
	font-weight: bold;
	transition: text-shadow 0.3s ease;
}

.news-open-content {
	color: #dddddd;
	background-color: #280101;
	word-wrap: break-word;
}

.news-open-content img{
	max-width: 100% !important;
	height: auto;
}

.news-open-content video{
	max-width: 100% !important;
}

.news-open-content iframe{
	max-width: 100% !important;
}

.news-open-footer {
	background-color: #8d0000;
	color: #fff;
}

.news-footer-border {
	border-top: 1px solid #004a78;
}

.bg-news-sticky {
	background-color: #d80000;
}

.bg-news-status {
	background-color: #bb5705;
}

.bg-news-type{
	background-color: #04a301;
}

.bg-news-latest{
	background-color: #d80000;
}

.bg-news-author{
	background-color: #5d2020;
	border: 1px solid #d80000;
}

.bg-events-schedule-next-week{
	background-color: #04a301;
}

/* Changelog */
.changelog-title {
	color: #ccc;
	transition: text-shadow 0.3s ease;
}

.changelog-title:hover{
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000;
}

.changelog-open-header {
	background-color: #8d0000;
	color: #fff;
}

.changelog-open-content {
	color: #dddddd;
	background-color: #280101;
	word-wrap: break-word;
}

.changelog-open-content img{
	max-width: 100% !important;
	height: auto;
}

.changelog-open-content video{
	max-width: 100% !important;
}

.changelog-open-content iframe{
	max-width: 100% !important;
}

.changelog-open-footer {
	background-color: #8d0000;
	color: #fff;
}

.changelog-footer-border {
	border-top: 1px solid #004a78;
}

.bg-changelog-sticky {
	background-color: #d80000;
}

.bg-changelog-type{
	background-color: #339959;
}

.bg-changelog-latest{
	background-color: #63c2ff;
}

.bg-changelog-author{
	background-color: #5d2020;
	border: 1px solid #d80000;
}

/* Guides */
.guides-title {
	color: #ccc;
	transition: text-shadow 0.3s ease;
}

.guides-title:hover{
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000;
}

.guides-open-header {
	background-color: #8d0000;
	color: #fff;
}

.guides-open-content {
	color: #dddddd;
	background-color: #280101;
	word-wrap: break-word;
}

.guides-open-content img{
	max-width: 100% !important;
	height: auto;
}

.guides-open-content video{
	max-width: 100% !important;
}

.guides-open-content iframe{
	max-width: 100% !important;
}

.guides-open-footer {
	background-color: #8d0000;
	color: #fff;
}

.guides-footer-border {
	border-top: 1px solid #8d0000;
}

.bg-guides-section-tag{
	background-color: #198754;
}

.bg-guides-tag{
	background-color: #198754;
}

.bg-guides-latest{
	background-color: #d80000;
}

/* Drops */
.drops-title {
	color: #ccc;
	transition: text-shadow 0.3s ease;
}

.drops-title:hover{
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000;
}

.drops-open-header {
	background-color: #8d0000;
	color: #fff;
}

.drops-open-content {
	color: #dddddd;
	background-color: #280101;
	word-wrap: break-word;
}

.drops-open-content img{
	max-width: 100% !important;
	height: auto;
}

.drops-open-content video{
	max-width: 100% !important;
}

.drops-open-content iframe{
	max-width: 100% !important;
}

.drops-open-footer {
	background-color: #8d0000;
	color: #fff;
}

.drops-footer-border {
	border-top: 1px solid #8d0000;
}

.bg-drops-section-tag{
	background-color: #198754;
}

.bg-drops-tag{
	background-color: #198754;
}

.bg-drops-latest{
	background-color: #d80000;
}

.password-btn {
	background-color: #00426c;
	color: #63c2ff;
	max-width: 2.75em;
}

.paypal-gateway-logo {
    width: 100%;
    height: 68px;
    background: url(../img/payments_gateways/paypal/logo.png) no-repeat top center;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.paypal-gateway-content {
    background: #280101;
	padding: 10px;
}

.paypal-gateway-conversion-rate {
    margin: 0 auto;
    text-align: center;
    color: #ff0000;
    font-size: 18px;
	font-weight: bold;
    padding: 10px 0
}

.paypal-gateway-form {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.paypal-gateway-form div {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px
}

.paypal-gateway-form input[type=text] {
    width: 60px
}

.paypal-gateway-data {
    width: 400px
}

.paypal-gateway-continue {
    margin: 0 auto;
	margin-top: 0.5rem;
    text-align: center
}

.paypal-gateway-continue-en input[type=submit] {
    background: url(../img/language_imgs/payments_gateways/paypal/submit_btn_en.png) no-repeat;
    width: 200px;
  	height: 40px;
	border: none;
}

.paypal-gateway-continue-es input[type=submit] {
    background: url(../img/language_imgs/payments_gateways/paypal/submit_btn_es.png) no-repeat;
    width: 200px;
  	height: 40px;
	border: none;
}

.paypal-gateway-continue-pt input[type=submit] {
    background: url(../img/language_imgs/payments_gateways/paypal/submit_btn_pt.png) no-repeat;
    width: 200px;
  	height: 40px;
	border: none;
}

.main-container-bg {
	background-color: #101010;
}

.navbar-bg {
	background-color: #040202c2;
}

.main-title {
	background-color: #00426c;
	padding: 8px;
	font-size: 18px;
	-webkit-box-shadow: 0 0 17px 3px #006cb0,0 0 4px 2px #006cb0!important;
	-webkit-animation-name: gradient-shadow;
			animation-name: gradient-shadow;
	-webkit-animation-timing-function: ease;
			animation-timing-function: ease;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.td-title {
	background-color: #8d0000 !important;
	color: #fff !important;
}

.footer-links-container {
	background-color: #2e2e2e;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
}

.footer-link-title {
	color: #63c2ff;
}

.footer-copyright{
	background-color: #101010;
}

.icon-main-color {
	color: #63c2ff;
}

.sidebar-login-info {
	background-color: #370505;
	color: #63c2ff;
	padding: 0.4rem;
	border: 1px solid red;
	border-radius: 5px;
}

.profile-img {
	max-width: 100px;
	max-height: 100px;
	border: #a61212 4px solid;
}

.main-container {
	background-color: #280101;
	color: #fff;
	border: 1px solid #ff0000;
}

.wallpapers-container {
	background-color: #280101;
	border: 1px solid red;
}

.faqs-accordion-title {
	background-color: #8d0000;
	color: #fff;
}

.faqs-accordion-title:not(.collapsed) {
	background-color: #8d0000;
	color: #fff;
}

.faqs-accordion-title::before{
	order: -1;
    margin-left: 0;
    margin-right:0.5em;
    background-color: white;
}

.faqs-accordion-title::after{
	order: -1;
    margin-left: 0;
    margin-right:0.5em;
    background-color: white;
}

.faqs-accordion-body {
	background-color: #280101;
	color: #fff;
}

.wallpaper-title {
	color: #63c2ff;
}

.events-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.box-shadow-none:focus { box-shadow: none;}

.caps-alert{
	color:#ff0000;
}

.countdown-container-top{
	background-color: #0f0f0f;
	padding: 5px;
	color:#63c2ff;
	font-size: 20px;
	border-top: 1px solid #63c2ff;
	border-left: 1px solid #63c2ff;
	border-right: 1px solid #63c2ff;
}

.countdown-container-bottom{
	background-color: #0f0f0f;
	padding: 5px;
	color:#63c2ff;
	border-bottom: 1px solid #63c2ff;
	border-left: 1px solid #63c2ff;
	border-right: 1px solid #63c2ff;
}

.roulette-container{
	width: 300px;
	height: 300px;
	margin: 0 auto;
}

.roulette {
	width: 300px;
	height: 300px;
	background-size: 300px 300px;
	background-image: url(../img/roulette/roulette.png);
	border-radius: 300px;
}

.roulette-button {
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 8rem;
	margin-top: -10.8rem;
	background-color: #d80000;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 100%;
	z-index: 1000;
}

.roulette-button .pointer {
	position: absolute;
	width: 0; 
	height: 0; 
	top: -0.45rem;
	left: 0.93rem;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #cacaca;
}

.wrapper {
	background: url(../img/background.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sidebar-social-media-icons img{
	opacity: 0.7;
	border: 3px solid #2e2e2e;
	border-radius: 30px;
}

.sidebar-social-media-icons img:hover{
	opacity: 1.0;
}

#sb-server-information > tbody > tr > td:nth-child(2){
    color: #63c2ff !important;
}

.webcms-header-pc-game{
	position: absolute;
	border: 1px solid red;
	opacity: 0.9;
	visibility: hidden;
}

@media (width < 220px) {
	.webcms-header-pc-game{
		visibility: hidden;
	}
}

@media (width < 992px) {
	.webcms-header-pc-game{
		transform: scale(.9);
	}
}

@media (width >= 992px) {
	.webcms-header-pc-game{
		margin: 0.4rem;
	}
}

.webcms-header-info {
	position: absolute;
	margin-top: 13.5%;
	margin-left: 64%;
    background-color: #001c2e;
    border: 1px solid #004876;
	border-radius: 10px;
	opacity:0.9;
	transform: scale(.7);
	z-index: 19;
	visibility: hidden;
}

/* Media Query */
@media (width < 992px) { 
	.webcms-header-info{
		visibility:hidden;
	}
}

@media (width >= 992px) AND (width <= 1199px) { 
	.webcms-header-info{
		margin-top: 13%;
	}
}

@media (width >= 1200px) AND (width <= 1399px) { 
	.webcms-header-info{
		margin-top: 14%;
		transform: scale(.8);
	}
}

@media (width >= 1400px) { 
	.webcms-header-info{
		margin-top: 14.5%;
		margin-left: 65.5%;
		transform: scale(.9);
	}
}

.webcms-header-info-table{
	width: 10rem;
}

/* */

#WebCMS_Tab {
	border-bottom: 1px solid #d80000;
}

#WebCMS_Tab .nav-link {
	color: #ffffff !important;
    border: 1px solid #d80000 !important;
}

#WebCMS_Tab .nav-item > .nav-link.active {
	color: #ffffff !important;
	background-color: #8d0000 !important;
	border: 1px solid #d80000 !important;
}

#WebCMS_Tab .nav-item > .nav-link:hover{
	color: #ffffff !important;
	border: 1px solid #d80000 !important;
}

#WebCMS_Tab .nav-item > .nav-link:focus{
	color: #ffffff !important;
	background-color: #8d0000 !important;
	border: 1px solid #d80000 !important;
}

#WebCMS_Tab .nav-item > .nav-link:active{
	color: #ffffff !important;
	background-color: #8d0000 !important;
	border: 1px solid #d80000;
}

/* */

#WebCMS_Tab1, #WebCMS_Tab2 {
	border-bottom: 1px solid #d80000;
}

#WebCMS_Tab1 .nav-link, #WebCMS_Tab2 .nav-link {
	color: #ffffff !important;
    border: 1px solid #d80000 !important;
}

#WebCMS_Tab1 .nav-item > .nav-link.active, #WebCMS_Tab2 .nav-item > .nav-link.active {
	color: #ffffff !important;
	background-color: #8d0000 !important;
	border: 1px solid #d80000 !important;
}

#WebCMS_Tab1 .nav-item > .nav-link:hover, #WebCMS_Tab2 .nav-item > .nav-link:hover {
	color: #ffffff !important;
	border: 1px solid #d80000 !important;
}

#WebCMS_Tab1 .nav-item > .nav-link:focus, #WebCMS_Tab2 .nav-item > .nav-link:focus {
	color: #ffffff !important;
	background-color: #8d0000 !important;
	border: 1px solid #d80000 !important;
}

#WebCMS_Tab1 .nav-item > .nav-link:active, #WebCMS_Tab2 .nav-item > .nav-link:active {
	color: #ffffff !important;
	background-color: #8d0000 !important;
	border: 1px solid #d80000;
}

/* */

.ucp-module-title {
	transition: text-shadow 0.3s ease;
}

.ucp-module-title:hover {
	text-shadow: 0 0 10px rgba(255, 255, 153, 0.8);
}

/* */

.donation-catalog-information img:hover {
	filter: brightness(160%);
    box-shadow: 0 0 15px 10px rgba(255, 0, 0, 0.5);
}

.donation-catalog img:hover,
.donation-catalog img.hover-effect {
    filter: brightness(160%);
    box-shadow: 0 0 15px 10px rgba(255, 0, 0, 0.5);
}

/* */

.donation-catalog-countries img {
	border-radius: 50%;
	border: 1px solid #000000;
}

.donation-catalog-countries img:hover {
	border-radius: 50%;
	border: 1px solid #000000;
	filter: brightness(125%);
}

/* */

.home-ice-wind-valley-img {
	min-height: 250px; 
	background-size: cover;
}

.home-ice-wind-valley-img:hover {
	filter: brightness(1.5);
}

.home-castle-siege-img-no-owner {
	min-height: 250px; 
	background-size: cover;
}

.home-castle-siege-img-no-owner:hover {
	filter: brightness(1.5);
}

.home-castle-siege-img {
	background: url(../img/castle_siege.png) no-repeat;
	background-size: cover; 
	min-height:250px;
}

.home-castle-siege-img:hover {
	filter: brightness(1.5);
}

.home-arka-war-img-no-owner {
	min-height: 250px; 
	background-size: cover;
}

.home-arka-war-img-no-owner:hover {
	filter: brightness(1.5);
}

.home-arka-war-img {
	background: url(../img/arka_war.png) no-repeat;
	background-size: cover; 
	min-height:250px;
}

.home-arka-war-img:hover {
	filter: brightness(1.5);
}

/* */

.home-wallpapers-img:hover {
	filter: brightness(1.5);
}

/* */

.home-videos iframe {
	opacity: 0.8;
	-webkit-box-shadow: 0 0 17px 3px #2e2e2e,0 0 4px 2px #2e2e2e!important;
	-webkit-animation-name: gradient-shadow;
			animation-name: gradient-shadow;
	-webkit-animation-timing-function: ease;
			animation-timing-function: ease;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.home-videos iframe:hover {
	filter: brightness(1.3);
}

/* */

.sidebar-donation-catalog-img {
	border: 2px #63c2ff solid;
	opacity: 0.8;
}

.sidebar-donation-catalog-img:hover {
	filter: brightness(1.1);
}

/* */

.webcms-border-effect {
	-webkit-box-shadow: 0 0 17px 3px #2e2e2e,0 0 4px 2px #2e2e2e!important;
	-webkit-animation-name: gradient-shadow;
			animation-name: gradient-shadow;
	-webkit-animation-timing-function: ease;
			animation-timing-function: ease;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
  }
  
  @-webkit-keyframes gradient-shadow {
	0% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
	20% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
	40% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
	60% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
	80% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
	100% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
  }
  
  @keyframes gradient-shadow {
	0% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
	20% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
	40% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
	60% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
	80% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
	100% {
	  -webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			  box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	}
  }

  /* */

  #arrow,
  #arrow::before {
	position: absolute;
	width: 8px;
	height: 8px;
	background: inherit;
  }

  #arrow {
	visibility: hidden;
  }

  #arrow::before {
	visibility: visible;
	content: '';
	transform: rotate(45deg);
  }

  /* */

  #home-castle-siege-owner-tooltip {
	width: 9rem;
	background: #280101;
	opacity: 0.9;
	color: white;
	font-weight: bold;
	padding: 4px 8px;
	font-size: 13px;
	border-radius: 4px;
	display: none;
	-webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	-webkit-animation-name: gradient-shadow;
			animation-name: gradient-shadow;
	-webkit-animation-timing-function: ease;
			animation-timing-function: ease;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
  }

  #home-castle-siege-owner-tooltip[data-show] {
	display: block;
  }

  #home-castle-siege-owner-tooltip[data-popper-placement^='top'] > #arrow {
	bottom: -4px;
  }

  #home-castle-siege-owner-tooltip[data-popper-placement^='bottom'] > #arrow {
	top: -4px;
  }

  #home-castle-siege-owner-tooltip[data-popper-placement^='left'] > #arrow {
	right: -4px;
  }

  #home-castle-siege-owner-tooltip[data-popper-placement^='right'] > #arrow {
	left: -4px;
  }

  /* */

  #home-ice-wind-valley-owner-tooltip {
	width: 9rem;
	background: #280101;
	opacity: 0.9;
	color: white;
	font-weight: bold;
	padding: 4px 8px;
	font-size: 13px;
	border-radius: 4px;
	display: none;
	-webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	-webkit-animation-name: gradient-shadow;
			animation-name: gradient-shadow;
	-webkit-animation-timing-function: ease;
			animation-timing-function: ease;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
  }

  #home-ice-wind-valley-owner-tooltip[data-show] {
	display: block;
  }

  #home-ice-wind-valley-owner-tooltip[data-popper-placement^='top'] > #arrow {
	bottom: -4px;
  }

  #home-ice-wind-valley-owner-tooltip[data-popper-placement^='bottom'] > #arrow {
	top: -4px;
  }

  #home-ice-wind-valley-owner-tooltip[data-popper-placement^='left'] > #arrow {
	right: -4px;
  }

  #home-ice-wind-valley-owner-tooltip[data-popper-placement^='right'] > #arrow {
	left: -4px;
  }

  /* */

  #home-arka-war-owner-tooltip {
	width: 9rem;
	background: #280101;
	opacity: 0.9;
	color: white;
	font-weight: bold;
	padding: 4px 8px;
	font-size: 13px;
	border-radius: 4px;
	display: none;
	-webkit-box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
			box-shadow: 0 0 17px 3px red,0 0 4px 2px red;
	-webkit-animation-name: gradient-shadow;
			animation-name: gradient-shadow;
	-webkit-animation-timing-function: ease;
			animation-timing-function: ease;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
  }

  #home-arka-war-owner-tooltip[data-show] {
	display: block;
  }

  #home-arka-war-owner-tooltip[data-popper-placement^='top'] > #arrow {
	bottom: -4px;
  }

  #home-arka-war-owner-tooltip[data-popper-placement^='bottom'] > #arrow {
	top: -4px;
  }

  #home-arka-war-owner-tooltip[data-popper-placement^='left'] > #arrow {
	right: -4px;
  }

  #home-arka-war-owner-tooltip[data-popper-placement^='right'] > #arrow {
	left: -4px;
  }

  /* */

  .account-notifications-title {
	color: #ccc;
	transition: text-shadow 0.3s ease;
  }

  .account-notifications-title:hover{
	text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000;
  }

  /* */

.bg-account-notifications-readed-alert{
	background-color: #048604;
}

.bg-account-notifications-pending-alert{
	background-color: #8d0000;
}

.bg-account-notifications-not-readed{
	background-color: #cf8910;
}

.bg-account-notifications-readed{
	background-color: #04a301;
}

.bg-account-notifications-type{
	background-color: #04a301;
}

.bg-account-notifications-latest{
	background-color: #d80000;
}

.bg-account-notifications-author{
	background-color: #5d2020;
	border: 1px solid #d80000;
}

/* */

.account-notifications-open-header {
	background-color: #8d0000;
	color: #fff;
}

.account-notifications-open-title {
	color: #ccc;
	font-weight: bold;
	transition: text-shadow 0.3s ease;
}

.account-notifications-open-content {
	color: #dddddd;
	background-color: #280101;
	word-wrap: break-word;
}

.account-notifications-open-content img{
	max-width: 100% !important;
	height: auto;
}

.account-notifications-open-content video{
	max-width: 100% !important;
}

.account-notifications-open-content iframe{
	max-width: 100% !important;
}

.account-notifications-open-footer {
	background-color: #8d0000;
	color: #fff;
}

/* */

.webcms-request-notification-permission {
    position: fixed;
    left: 10px;
    top: 200px;
    z-index: 1000;
    text-align: center;
}

@media (max-width: 1023px) {
    .webcms-request-notification-permission {
        display: none !important;
    }
}

.webcms-request-notification-permission img {
    width: 150px;
    height: auto;
    display: block;
    margin: auto;
}

.webcms-request-notification-permission button {
    display: block;
    margin: 10px auto;
    position: relative;
}

#request-notifications-permission-btn {
    bottom: 94px;
}

#request-notifications-close-btn {
    bottom: 82px;
	font-size: 0.7rem !important;
}

/* */

.ability-card-accordion-title {
	background-color: #8d0000;
	color: #fff;
}

.ability-card-accordion-title:not(.collapsed) {
	background-color: #8d0000;
	color: #fff;
}

.ability-card-accordion-title::before{
	order: -1;
    margin-left: 0;
    margin-right:0.5em;
    background-color: white;
}

.ability-card-accordion-title::after{
	order: -1;
    margin-left: 0;
    margin-right:0.5em;
    background-color: white;
}

.ability-card-accordion-body {
	background-color: #280101;
	color: #fff;
}

/* */

.event-current-schedule {
    background-color: #4f0e0e !important;
	color: #fff !important;
}

.event-current-schedule:hover td {
    background-color: #4f0e0e !important;
    color: #fff !important;
}

/* */

.scroll-container::-webkit-scrollbar {
    width: 8px;
    background-color: #470202;
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #d80000;
    border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: #d80000;
}

.scroll-container::-webkit-scrollbar-track {
    background-color: #470202;
    border-radius: 4px;
}

.scroll-container {
    scrollbar-width: thin;
    scrollbar-color: #d80000 #470202;
}

/* */

.bg-available-characters-tag {
	background-color: #bb5705;
}

/* */

.primary-color {
	color: #63c2ff;
}

.secondary-color {
	color: #fff;
}

/* */




/**/

.top-players-list {
	width: 260px;
}

.top-players-list tr {
  align-items: center;
  height: 35px;
  border-bottom: 1px solid #e5ddd5;
  margin: 0;
  transition: 0.3s;
}
.top-players-list tr:not(:first-of-type):hover {
  margin: 0;
  background: #d7e6f754;
}
.top-players-list .number {
  width: 6.35%;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.top-players-list tr:last-of-type {
  border-bottom: none;
}
.top-players-list td {
  border: none;
  padding: 0;
}



/**/



/**/

.top-guilds-list {
  width: 260px;
}

.top-guilds-list tr {
  align-items: center;
  height: 35px;
  border-bottom: 1px solid #e5ddd5;
  margin: 0;
  transition: 0.3s;
}


.top-guilds-list tr:not(:first-of-type):hover {
  margin: 0;
  background: #d7e6f754;
}

.top-guilds-list .number {
  width: 6.35%;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}


/* 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 li:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

.rankings-class-filter-selection {
	display: block;
	width: 75px;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	cursor: pointer;
}

	.rankings-class-filter-selection:hover {
		color: #dddddd !important;
	}

	.rankings-class-filter-selection:hover img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.rankings-class-filter-selection img {
	width: 40px;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	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);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}



