@font-face {
	font-family: 'Friz Quadrata TT Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Friz Quadrata TT Regular'), url('../fonts/friz-quadrata-tt-regular.woff') format('woff');
}
@font-face {
	font-family: 'Trajan Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Trajan Pro Regular'), url('../fonts/TrajanPro-Regular.woff') format('woff');
}


@font-face {
	font-family: 'Trajan Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Trajan Pro Bold'), url('../fonts/TrajanPro-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Open Sans Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans Regular'), url('../fonts/OpenSans-Regular.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans'), url('../fonts/OpenSans-Regular.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans Italic'), url('../fonts/OpenSans-Italic.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans Light';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans Light'), url('../fonts/OpenSans-Light.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans Light Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans Light Italic'), url('../fonts/OpenSans-LightItalic.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans SemiBold'), url('../fonts/OpenSans-SemiBold.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans SemiBold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans SemiBold Italic'), url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans Bold'), url('../fonts/OpenSans-Bold.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans Bold Italic'), url('../fonts/OpenSans-BoldItalic.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans ExtraBold';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans ExtraBold'), url('../fonts/OpenSans-ExtraBold.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans ExtraBold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans ExtraBold Italic'), url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans Light Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans Light Regular'), url('../fonts/OpenSans-Light-webfont.woff') format('woff');
}


@font-face {
	font-family: 'Open Sans Condensed Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans Condensed Bold'), url('../fonts/OpenSans-CondBold.woff') format('woff');
}

body{
	background:url("../images/bg-bottom.png") center bottom no-repeat, #030614;
	background-size: cover;
	font-family: "Open Sans", sans-serif;
	color: #d9c1a5!important;
}

.



@media(min-width: 992px){
	.stat-container{
		transform: translateY(-400px);
	}
	.main-container{
		margin-top: -270px;
	}
}




.main-page{
	background: #00131A;
	background-size: cover;
}

.main-border{
	border: 1px solid #134E65;
	height: 100%;
}

.main-bg{
	background: #00131A;

}

.page-title{
	border-bottom: 1px solid #00131A;
	margin: auto;
	margin-bottom: 30px;
	padding: 10px 20px;
	width: calc(100% - 3rem);

}

.page-title h2{
	padding: 10px 20px;
	font-size: 18px;
	color: #e8cdab;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0;
	display: inline-block;
}

.page-title .page-subtitle{
	margin-left: auto;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #78695a!important;
}



.article-title{
	background: url("../images/article-title.png") center top no-repeat;
	width: 100%;
	height: 80px;
	background-size: cover;
	line-height: 80px;
	text-transform: uppercase;
	color: #55849A!important;
	font-family: "Trajan Pro Bold", serif;
	text-decoration: none;

}

.article-title a{
	color: #55849A!important;
	font-family: "Trajan Pro Bold", serif;
	text-decoration: none;
	font-size: .9rem;
}

.article-date{
	float: right;
	text-transform: none;
	color: #55849A !important;
	font-size: 12px;
}

.article-body .text{
	color: #55849A;
	font-family: "Open Sans", sans-serif;
	font-size: .8rem;
	padding: 5px;
}

.page, .nextpostslink{
	background: #1a0d0b;
	border: 1px solid #a6815f;
	padding: 1px 7px;
	color: #55849A;
	text-decoration: none;
}

.current, .page:hover, .nextpostslink:hover{
	background: #012838;
	border: 1px solid #012838;
	padding: 1px 7px;
	color: #55849A;
	text-decoration: none;
	/* add blue glow */
	-webkit-box-shadow: 0 0 5px #012838;
	-moz-box-shadow: 0 0 5px #012838;
	box-shadow: 0 0 5px #012838;
}



.wp-pagenavi{
	text-align: center;
}


.panel-bg{
	background-image: url("../images/panel-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	height: 100%;
}

.ranking-panel-bg{
	background-image: url("../images/ranking-panel-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	height: 100%;
}

.statistics-bg{
	background-image: url("../images/stats-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	height: 100%;
}

.side-panel{

	margin: auto;
}


.panel-title{
	background: url("../images/header.png") center top no-repeat;
	background-size: cover;
	line-height: 46px;
	color: #55849A !important;
	font-family: "Open Sans", serif;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	font-size: 13px;
	margin: auto;
	font-weight: 800;
	display: flex;
	justify-content: center;
	padding: 0 30px;
	box-shadow:
			inset 0 -1px 0 0 #103C58,
			inset 0 -2px 0 0 #103C58;

}


.panel-title .title{
	font-size: 14px;
	font-weight: 800;
}

.panel-title .subtitle{
	font-size: 11px;
	font-weight: 400;
	color: #00131A;
}

.panel-title .subtitle:hover{
	color: #f8e2be;
}

a{
	color: #55849A;
}

a:hover{
	color: #f8e2be;
}

table{
	color: #d9c1a5!important;
}

.table-hover > tbody > tr:hover > *{
	color: #55849A!important;
}

.text-white{
	color: #55849A!important;
}

.empire-1{
	color: #dc6d6d
}

.empire-2{
	color: #ffcf67
}

.empire-3{
	color: #4681d9
}


table > :not(caption) > * > * {
	border-bottom-width: 0!important;
}

.top10-table > *{
	font-size: 0.9rem;
}

.btn-image{
	background: url("../images/image-btn.png") center top no-repeat;
	width: 141px;
	height: 34px;
	color: #55849A;
	border: none;
	font-family: "Trajan Pro", serif;
	font-weight: 800;
	font-size: 12px;
	display: block;
	text-align: center;
	background-size: cover;
	line-height: 35px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.55);
	text-transform: uppercase;
}


.btn-image:hover{
	filter: brightness(120%);
}

a{
	text-decoration: none!important;
}


.form-control{
	background: #00151C;
	border: none;
	border-bottom: 1px solid #375965!important;
	border-right: 1px solid #375965!important;
	border-radius: 0;
	margin-bottom: 10px;
	color: #375965;
	font-size: 14px;
}

.form-control:not(.input-group .form-control) {
	border-left: 1px solid #375965;
}

.form-control:focus,
.form-control:focus + .input-group-text {
	background: #00151C !important;

	color: #00151C;
}

.input-group:focus-within > .input-group-text{
	background: #55849A !important;

	color: #55849A;
}


.navbar-nav{
	justify-content: space-around;
	flex: 1;
}

.footer{
	background: url("../images/footer-bg.png") center top no-repeat;
	background-size: cover;
}

.highlight{
	color: #55849A;
}

body{
	color: #55849A;
}
.btn-info{
	border-radius: 0;
	margin: auto !important;
	display: block;
	background: #8a3e1d;
	border: 1px solid #180b0a;
	color: #55849A;
	font-family: "Montserrat", sans-serif;
	font-size: 0.8rem;
}

.list-group-new .list-group-item{
	padding: 5px;
}

.statistics-table td:first-child{
	padding-left: 1.5rem;
}

.statistics-table td:last-child{
	padding-right: 1.5rem;
}

.panel-subtitle{
	font-size: 0.7rem;
	text-align: center;
	margin-top: .2rem;
	color: #cdffc9 !important;
	z-index: 99;
	position: relative;
	margin-bottom: 0px !important;
}

.first-player{
	padding: 1rem;
	background: url("../images/first-bg.png") center top no-repeat;
	background-size: cover;
	margin: 0 10%;
}

.first-player p{
	font-size: .8rem;
}

.player-stats{
	display: flex;
	align-items: center;
	justify-content: center;
}

.stats{
	vertical-align: middle;
	display: inline-block;
}

#mini-icons {
	position:fixed;
	left:0;
	top:30%;
	z-index:9;
	transition:all .5s ease-in-out 0s
}
#mini-icons .languagewrapper,
#mini-icons>* {
	position:relative
}
#mini-icons>* {
	width:56px;
	height:56px;
	margin-bottom:2px;
	display:block;
	line-height:56px
}
#mini-icons a {
	display:block;
	color:#55849A;
	font-size:24px;
	background-color:#40201b;
	transition:all .2s ease-in-out 0s
}
#mini-icons .languagewrapper .current-language {
	position:relative;
	z-index:2;
	width:100%;
	height:100%;
	display:block;
	background-size:32px
}
#mini-icons .languagewrapper a:hover {
	background-color: #562c25
}
#mini-icons .languagewrapper .languages {
	opacity:0;
	position:absolute;
	top:0;
	transition:all .5s ease-in-out 0s;
	z-index:1;
	height:100%
}
#mini-icons .languagewrapper .languages a {
	float:left;
	height:100%;
	display:block;
	background-size:32px
}
#mini-icons .twitch .twitch-live-info,
#mini-icons .youtube .youtube-live-info {
	font-size:12px;
	transform:rotate(-90deg);
	position:absolute;
	width:100%;
	height:15px;
	right:-35px;
	top:20px;
	line-height:15px;
	font-family:Roboto,Arial,sans-serif;
	text-transform:uppercase;
	color:#55849A
}
#mini-icons .languagewrapper:hover .languages {
	opacity:1
}
#mini-icons .twitch.active a,
#mini-icons .twitch:hover a {
	background-color:#6441a5
}
#mini-icons .twitch .twitch-live-info,
#mini-icons .youtube .youtube-live-info,
#mini-icons .youtube.active a,
#mini-icons .youtube:hover a {
	background-color:#cc110c
}
#twitch-sidebar,
#youtube-sidebar {
	left:-300px;
	width:300px;
	transition:all .5s ease-in-out 0s;
	padding:20px;
	bottom:0
}
#mini-icons .facebook:hover a {
	background-color:#3b5998
}
#mini-icons .toplist:hover a {
	background-color:#dfd1af
}
#mini-icons .discord:hover a {
	background-color:#738adb
}
#mini-icons .trovo:hover a {
	background-color:#1bbb72
}
#mini-icons .tiktok:hover a {
	background-color:#ee1d52
}
#mini-icons .instagram:hover a {
	background-color:#a63780
}
#twitch-sidebar {
	position:fixed;
	top:0;
	background-color:#6441a5
}
#twitch-sidebar .close {
	position:absolute;
	top:15px;
	right:15px;
	color:#55849A
}
#youtube-sidebar {
	position:fixed;
	top:0;
	background-color:#cc110c
}
#youtube-sidebar .close {
	position:absolute;
	top:15px;
	right:15px;
	color:#55849A
}

@media only screen and (max-width:992px) {
	.blank {
		display: block
	}

	#mini-icons,
	.discord-widget,
	.noblank {
		display: none
	}
}

.login-links{
	font-size: 0.7rem;
}


.blogroll .list-group-item:not(.active){
	color: #55849A;
	text-decoration: none;
	background-color: #55849Afff0d;
}

.list-group-item.active {
	background-color: #190d0d;
	border-color: #58403152;
}

.blogroll .list-group-item:hover:not(.active){
	color: #55849A;
	text-decoration: none;
	background-color: #190d0d;
}

.blogroll {
	padding-left: 0;
}

.nav-top-center{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
}


.form-control:focus {
	color: #103C58;
	outline: 0;
	box-shadow: none;
}

@media (max-width: 992px) {
	.navbar:not(.collapsed) {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

.panel-bg .form-control{
	margin-bottom: 0;
}

.input-group-text{
	background-color: #0c0704;
	border-radius: 0;
	border-color: rgba(70, 53, 47, 0);
	border-bottom: 1px solid #001F2A;
	border-left: 1px solid #375965;
	color: #375965;

}

.input-group-text::after {
	content: '';
	display: inline-block;
	width: 1px;
	background-color: #375965;
	transform: translateX(0.75rem);
	height: calc(100% + 0.75rem);
	z-index: 9;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #375965;
	opacity: 0.7; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #d2d7e0;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #d2d7e0;
}
.form-control::placeholder {
	color: #d2d7e0;
	opacity: 1;
}
@media (min-width: 992px) {
	.main-container .col-lg-3 {
		padding: 0 !important;
	}
}

header::after{
	margin-top:-9px;
	content: "";
	display: block;
	height: 5px;
	display: flex;
	background-size: cover;
	border-bottom: 3px solid #134E65;
	padding: 0;
}

.highlight-conqueror{
	-webkit-text-stroke: 0.4px #3989ff;
	-webkit-text-fill-color: white;
	text-shadow: 1px 1px 1px #3989ff;
}


.text-green{
	color: #f2f5f8;
}

.nav-link{
	color: #f2f5f8;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.89);
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.navbar .nav-item{
	padding: 20px;
}

.navbar .nav-item:hover, .nav-item.active{
	background: url("../images/active.png")
}

.navbar .nav-item {
	position: relative;
	padding: 20px;
	overflow: visible;
}

.navbar .nav-item:hover::after,
.navbar .nav-item.active::after {
	content: "";
	position: absolute;
	bottom: 0;                /* start at bottom edge of padding box */
	left: 50%;
	transform: translate(-50%, 100%); /* drop it 100% of its own height below */
	width: 21px;
	height: 11px;
	background: url("../images/active-after.png") no-repeat center center;
}

.navbar-collapse{
	justify-content: center;
	flex-grow: inherit;
	align-content: center;
	margin: auto;
}

.nav-top-center{
	background: url("../images/navbar-bg.png") center top no-repeat;
	display: flex;
	background-size: cover;
	border-bottom: 3px solid #134E65;
	padding: 0;
}

.separate{
	background: url("../images/separate.png") center top no-repeat;
	background-size: cover;
	height: 3px;
	width: 100%;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* disable hover effect on .separate */
.tr-separate:hover{
	--bs-table-accent-bg: transparent;
}

.odometer{
	color: #55849A;
}

.btn-primary {
	background: #40201b;
	border-radius: 0;
	border-color: #61483961;
}

.btn-primary:hover {
	background: #572c26;
	border-color: #614839;

}

.text-muted{
	color: #55849A!important;
}

.navbar-brand img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.navbar-nav .nav-link{
	font-size: 13px;
}


.news-list {
	list-style: none;
	padding: 0;
}

.news-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px;
}

/* last li element should not have border */
.news-list li:last-child {
	border-bottom: none;
}

.news-badge {
	color: #9cc0ff;
	padding: 2px 8px;
	font-size: 12px;
	text-transform: uppercase;
}

.news-content {
	flex-grow: 1;
	margin-right: 10px;
	color: #dbcac0;
	font-size: 12px;
}

.news-date {
	color: #f1cfb8;
	font-size: 12px;
}

.news-content a{
	color: #55849A;
}

thead tr td, thead tr th{
	color: #efdac2;
}

th{
	color: #efdac2;
}

.header-row th{
	font-size: 12px;
}

.top10-table tbody tr:nth-of-type(odd) {
	background-color: #00293B;
}

.top10-table tbody tr:nth-of-type(even) {
	background-color: #00151D;
}

.top10-table tbody tr:hover {
	background-color: #00293B;
}

.top10-table tbody tr:nth-of-type(1) {
	background-color: transparent!important;
}


.top10-table td, .top10-table th{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top10-table th:first-child{
	text-align: center;
}

.top10-table th{
	color: #efdac2;
	font-weight: 400;
}

.top100-table td{
	font-size: 14px;
}

.top100-table th:first-child{
	text-align: center;
}

.top100-table th{
	color: #f2f5f8;
	font-weight: 400;
}

.top100-table .header-row th{
	font-size: 14px;
	padding: 15px 0;
}

.text-highlight{
	color: #55849A;
}



.news-list li {
	position: relative;
	padding: 10px;
	transition: background-color 0.3s ease;
}

.news-list li:hover, .news-list .news-hovered, .page-title h2{
	color: #55849A;
}

.news-read .text{
	color: #ffebcb;
	font-size: 14px;
}



/*li:hover {*/
/*	background-color: #0e0406;*/
/*}*/

/*li:before, li:after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	width: 0;*/
/*	height: 0;*/
/*	border-style: solid;*/
/*	border-color: transparent; !* Initial color is transparent *!*/
/*	transition: border-color 0.3s ease, width 0.3s ease, height 0.3s ease; !* Transition on border-color, width, and height *!*/
/*}*/

/*li:before {*/
/*	top: 0;*/
/*	left: 0;*/
/*	border-width: 2px 0 0 2px; !* Top-left corner *!*/
/*}*/

/*li:after {*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	border-width: 0 2px 2px 0; !* Bottom-right corner *!*/
/*}*/

/*li:hover:before, li:hover:after {*/
/*	border-color: #fbd4a7; !* Color on hover *!*/
/*	width: 10px;*/
/*	height: 10px;*/
/*}*/

/*li:hover .top-right, li:hover .bottom-left {*/
/*	border-color: #fbd4a7; !* Color on hover *!*/
/*	width: 10px;*/
/*	height: 10px;*/
/*}*/

/*li .top-right, li .bottom-left {*/
/*	content: '';*/
/*	position: absolute;*/
/*	width: 0;*/
/*	height: 0;*/
/*	border-style: solid;*/
/*	border-color: transparent;*/
/*	transition: border-color 0.3s ease, width 0.3s ease, height 0.3s ease; !* Transition on border-color, width, and height *!*/
/*}*/

/*li .top-right {*/
/*	top: 0;*/
/*	right: 0;*/
/*	border-width: 2px 2px 0 0; !* Top-right corner *!*/
/*}*/

/*li .bottom-left {*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	border-width: 0 0 2px 2px; !* Bottom-left corner *!*/
/*}*/

.statistics-table td, .odometer {
	color: #d8c8ae;
}

.large-button{
	background: url("../images/large-btn-bg.png") center top no-repeat;
	background-size: cover;
	font-family: "Trajan Pro Bold", serif;
	text-decoration: none;
	padding: 45px 15px;
	display: inline-block;
	width: 100%;
	transition: filter 0.5s ease;
}

.large-button:hover{
	filter: brightness(120%);
}

.large-button > *{
	display: block;
	margin: auto;
	text-align: center;
}

.large-button .large-button-title{
	font-family: "Friz Quadrata TT Regular", serif;
	font-size: 18px;
	color: #e8cdab;
}

.large-button .large-button-subtitle{
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #134E65;
}

.footer-nav .nav-link{
	font-family: "Open Sans", sans-serif;
}

.footer{
	border-top: 2px solid #134E65;
}
.stat-large{
	background: url("../images/stat-bg.png") center top no-repeat;
	background-size: cover;
	height: 160px;
	width: 157px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}



.tr-separate td{
	padding: 0!important;
}



.article-title {
	background: url('../images/article-title-bg.png') no-repeat center center;
	background-size: contain;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-content: center;
	align-self: center;
}
.article-title h3 {
	margin: 0;
	color: #55849A;
	font-weight: 500;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-content: center;
	align-self: center;
}

.article-body {
	padding: 1rem 0;
	color: #55849A;
	font-size: 0.95rem;
	line-height: 1.6;
}
.article-body p + p {
	margin-top: 1rem;
}

/* make footer a flex container */
.article-footer {
	display: flex;
	align-items: center;
}

/* allow author and date to stretch */
.article-author,
.article-date,
.article-separator{
	position: relative;
	flex: 1;
}

/* separator to the right of author */
.article-author {
	padding-right: 1rem;
}
.article-separator::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 90%;
	border-top: 1px solid #b99f76;
	transform: translateY(-50%);
}

/* separator to the left of date */
.article-date {
	padding-left: 1rem;
	text-align: right;
}

/* keep the middle button on top of the lines */
.article-footer .article-cta {
	flex: 0 0 auto;
	z-index: 1;
	margin: 0 1rem;
}

.download-btn, .statistic, .link-btn{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	text-align: center;
	min-height: 105px;
	background: url("../images/top-btn-bg.png");
	background-size: cover;
}

.download-btn, .link-btn{
	border-right: 1px solid #134E65;
}

.statistic:nth-of-type(1){
	border-right: 1px solid #134E65;
}

.download-btn{
	transition: filter 0.5s ease;
}

.download-btn:hover, .link-btn:hover{
	filter: brightness(120%);
}

.statistic img, .link-btn img{
	max-width: 30px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.statistic .secondary-text{
	font-size: 11px;
}

.stat-desc{
	color: #f4c9ac;
	font-size: 14px;
}

.stat-number{
	color: #55849A;
	font-size: 22px;
	font-family: "Open Sans", sans-serif;
}

.stat-number .odometer{
	color: #55849A;
}

.primary-text{
	color: #55849A;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}

.download-btn .primary-text{
	font-size: 22px;
}

.download-btn .secondary-text{
	font-size: 12px;
}

@media(min-width: 992px){
	.main-container{
		transform: translateY(-120px);
	}
}

.dropdown-menu-dark{
	border-radius: 0;
	background: #3e5e70;
	border: 1px solid #134E65;
}


.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
	color: #55849A;
	text-decoration: none;
	background-color: #2a150c;
}

.text-green{
	color: #98ff33;
	text-shadow: 0 0 8px rgba(0,255,0,0.5);
}

.text-blue{
	color: #55849A;
}

.top100-table td, .top100-table th{
	text-align: center;
}

.trophy1 {
	color:#ffd700
}
.trophy2 {
	color:#c0c0c0
}
.trophy3 {
	color:#cd7f32
}

/* Language flags styling */
.flag-icon {
	width: 20px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

/* Adaugă alte flag-uri după necesitate pentru pl, hu, cz, gr */
.dropdown-menu .dropdown-item {
	padding: 0.5rem 1rem;
}

.dropdown-menu .dropdown-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
