:root {
	--slider-height: 90vh;
	--videoh-height: 100vh;
	--footer-height: 200px;
	/*--color-gold: #948065;
	--color-temporada: #ffa500;*/ /* 14 */
	--color-temporada: #ffff66; /* 15 */
	--color-gold: #c19f73;
	--color-lightgold: #F2D79C;
	--color-default: lightyellow;
	--color-gray: #afafaf;
	/*--color-brown: #20100a;*/
	--color-brown: rgba(32,16,10,0.8);
	--color-red: red;
	--color-lightred: #ff4040;
	--color-green: #19fa00;
	--color-blue: #5050ab;
	--color-yellow: #fae675;
	--color-orange: #ffa500;
	--color-purple: #b500b5;
	--color-dark-green: #1e7e34;
	--pass-no: #7c9fd1;
	--pass-nm: #f3b75a;
	--pass-he: #f37359;
}
.username_pass_no, .username_pass_nm, .username_pass_he {
	font-weight: bold;
}
.username_pass_sem {
	color: inherit;
}
.username_pass_no {
	color: var(--pass-no)!important;
}
.username_pass_nm {
	color: var(--pass-nm)!important;
}
.username_pass_he {
	color: var(--pass-he)!important;
}
.evobuttonmdi {
	display: block;
    width: fit-content;
    margin: 0 auto 1rem auto;
    border: 1px solid rgb(193 159 115 / 15%);
    padding: 1px 6px;
    border-radius: 5px;
	transition: all ease-out .25s;
}
.evobuttonmdi:hover {
    border: 1px solid rgb(193 159 115 / 85%);
}
.evobuttonmdi.text-danger {
    border: 1px solid rgb(220 53 69 / 20%);
}
.evobuttonmdi.text-danger:hover {
    border: 1px solid rgb(220 53 69 / 90%);
}
.modal-footer {
	justify-content: space-between;
}
a:hover {
	color: var(--color-lightred) !important;
	text-decoration: none;
}
.color-default {
	color: var(--color-default)!important;
}
.color-temporada {
	color: var(--color-temporada)!important;
}
.color-yellow {
	color: var(--color-yellow)!important;
}
.color-gold {
	color: var(--color-gold)!important;
}
.color-orange {
	color: var(--color-orange)!important;
}
.color-cyan {
	color: var(--cyan)!important;
}
.color-pink {
	color: var(--pink)!important;
}
.color-red {
	color: var(--color-red)!important;
}
pre {
	color: #aaa;
}
.exocet-light {
	font-family: "Exocet Light";
}
.not-link li a {
	color: var(--color-gold)!important;
	padding: 0!important;
}
.not-link li a:hover {
	color: var(--color-lightred)!important;
}
.not-ball {
	position: absolute;
    top: 4px;
    left: 15px;
    border-radius: 6px;
    background-color: red;
    font-size: 10px;
    line-height: 12px;
    width: 12px;
    height: 12px;
    color: white!important;
}
.not-ball-show {
	display: block;
}
.not-ball-hide {
	display: none;
}
.modal-title {
	font-family: "Exocet Light";
	text-transform: uppercase;
}
.color-blue {
	color: var(--blue);
}
.color-lightgold {
	color: var(--color-lightgold)
}
.news-link:hover img {
	filter: brightness(1.5);
}
.news img {
    min-height: 182px;
    object-fit: cover;
}
.news .caption {
	padding: 5px;
	margin: 1px;
    background: rgba(0,0,0,.5);
    width: -webkit-fill-available;
}
.minipanel {
	position: absolute;
	right: -5px;
	top: -35px;
}
.menuzin {
	font-size: 16px;
	filter: brightness(1.25);
	position: relative;
	left: -5px;
	top: 12px;
}
.menuzin .mdi {
	filter: brightness(1.15);
}

.evotoken_position_div {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	line-height: normal;
}
.evotoken_position {
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	font-size: 14px;
}

@font-face {
	font-family: "Exocet Reaper Medium Regular";
	src: url("../fonts/e329334bdcba54d5a86210f994c23ecc.eot"); /* IE9*/
	src: url("../fonts/e329334bdcba54d5a86210f994c23ecc.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/e329334bdcba54d5a86210f994c23ecc.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/e329334bdcba54d5a86210f994c23ecc.woff") format("woff"), /* chrome、firefox */
	url("../fonts/e329334bdcba54d5a86210f994c23ecc.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fonts/e329334bdcba54d5a86210f994c23ecc.svg#Exocet Reaper Medium Regular") format("svg"); /* iOS 4.1- */
}

@font-face {
	font-family: "Exocet Light";
	src: url('../fonts/Exocet1.ttf'), 
	url("../fonts/exocet1-webfont.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/exocet1-webfont.woff") format("woff"); /* chrome、firefox */
}

@font-face {
	font-family: "Exocet Heavy";
	src: url('../fonts/Exocet2.ttf'), 
	url("../fonts/exocet2-webfont.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/exocet2-webfont.woff") format("woff"); /* chrome、firefox */
}

@font-face {
	font-family: "Friz Quadrata TT Regular";
	src: url('../fonts/frizquadrata.ttf'), 
	url("../fonts/frizquadrata-webfont.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/frizquadrata-webfont.woff") format("woff"); /* chrome、firefox */
}

@font-face { 
	font-family: 'roboto-regular'; 
	src: url('../fonts/diablo.ttf'); 
}

body {
    display: flex;
	flex-direction: column;
	min-height: calc(120vh - var(--footer-height));
	color: var(--color-default);
	background: #000;
	background-image: url(../img/bgnew.jpg);
	background-attachment: fixed;
	background-position: center -270px;
}
footer { 
    flex: 0 0 var(--footer-height);
	margin-top: auto;
	-webkit-box-shadow: 0px -3px 0px 3px rgba(0, 0, 0,0.3);
    -moz-box-shadow: 0px -3px 0px 3px rgba(0, 0, 0,0.3);
    box-shadow: 0px -3px 0px 3px rgba(0, 0, 0,0.3);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
	position: relative;
	width: 100%;
}
.bigger {
	font-size: 1.5em!important;
}
.bigzin {
	font-size: 1.3em!important;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default;
}
.copylink {
	cursor: pointer;
}
@media screen and (min-width: 992px) {
	footer:before {
		background: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,1) 100%), url(../img/baal.jpg) no-repeat center;
		background-position: center -70px;
		background-size: 80%;
		filter: sepia(1);
		content: "";
		position: absolute;
		top: 0; left: 0;
		width: 100%; height: 100%;
		opacity: 0.4;
		z-index: -1;
	}
}
@media screen and (min-width: 1200px) {
	.ajustepc {
		margin-left: -8.333333%!important;
	}
}

@media screen and (max-width: 992px) {
	.disable_scrolling {
		overflow: hidden;
	}
	.menu-1 {
		font-size: 1.35rem!important;
	}
	.menu-1 .mdi-36px.mdi-set, .mdi-36px.mdi:before {
    font-size: 22px!important;
	}
	.popover_content li {
		padding: 8px 0!important;
		font-size: 1.2em!important;
	}
}

:focus {
	outline: none !important;
}

.dropdown-item:focus, .dropdown-item:hover {
	background: transparent !important;
}

.login-container {
	position: relative;
	width: 160px;
	margin: auto;
	text-align: center;
	z-index: 10;
}

.login-text {
	position: absolute;
    width: 100%;
	text-align: center;
}
#header_scroll .login-text {
	top: 4px;
}

#header_desktop .login-text {
	top: 102px;
}

.font-gold {
	color: var(--color-gold);
}
.strong {
	font-weight: bold;
}
.font-lightgold, .color-lgold {
	color: var(--color-lightgold);
}

.font-default {
	color: var(--color-default);
}

.d2font {
    font-family: "Exocet Reaper Medium Regular";
    font-weight: 400;
    letter-spacing: -.076388em;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(top, #b19c70 0%, #b19c70 17.5%, #ceb87e 33.75%, #e8d8ac 50%, #ceb87e 63.75%, #b19c70 77.5%, #b19c70 100%);
	color: #b19c70;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 2px 1px black);
}

.d2font:hover {
	color: #e8d8ac;
}
.d2font2 {
	font-size: 1.5rem;
    font-family: "Exocet Light";
    font-weight: normal;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(top, #b19c70 0%, #ceb87e 17.5%, #e8d8ac 33.75%, #e8d8ac 50%, #e8d8ac 63.75%, #ceb87e 77.5%, #b19c70 100%);
	color: #b19c70;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 2px 1px black);
}

#header_mobile, #header_scroll, #menu {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.1s linear;
}
.card {
    background-color: rgba(0,0,0,.4);
    border: none;
}
.modal {
	background-color: rgb(0 0 0 / .5)!important;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	.card {
		background-color: rgba(0,0,0,.5);
		backdrop-filter: blur(4px);
	}
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	.card {
		background-color: rgba(0,0,0,.9);
	}
}
#header_scroll {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,.9);
}

#wrapper {
	position: relative;
	z-index: 2;
}
.evobaixo {
	margin-top: -19px;
	margin-left: 16px;
}

#content {
	min-height: 400px;
}
#menu {
	z-index: 1000;
    width: 100%;
}
.seta-cima,
.seta-baixo {
    max-width: 100%;
    position: absolute;
    z-index: 999;
	left: 50%;
}
.seta-cima {
	top: 0;
	transform: translate(-50%, -50%);
}
.seta-baixo {
	bottom: 0;
	transform: translate(-50%, 50%);
}
.menu-close {
    z-index: 1061;
    font-size: 36px;
    cursor: pointer;
}
.menu-close-top {
    position: sticky;
    right: 15px;
	top: 10px;
    margin-left: auto;
    width: fit-content;
    margin-bottom: -50px;
}
.menu-close-bottom {
	bottom: 5px;
	display: none;
    position: absolute;
    right: 15px;
    font-size: 36px;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
	.menu-close-top {
		display: none;
	}
	.menu-close-bottom {
		display: block;
	}
}
@media screen and (max-width: 574px) {
	/*#menu {
		position: absolute;
	}*/
	.menu-close-top {
		display: block;
	}
	.evobaixo {
		margin-left: 0!important;
	}
}

#menu .container {
    border: groove thin rgb(32,44,45);
    border-radius: 4px;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	position: relative;
	background-color: rgba(0, 0, 0, .95);
}
.menu {
	display: none;
}
.menu-1 {
	font-size: 2rem;
}
.menu-2 {
	margin-top: -15px;
	font-size: 30px;
	line-height: 2;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
	border-width: 2px;
    border-style: solid;
    -moz-border-image: -moz-linear-gradient(rgb(32,44,45),rgba(0, 0, 0, 0)) 0 0 1;
    -o-border-image: -o-linear-gradient(rgb(32,44,45), rgba(0, 0, 0, 0)) 0 0 1;
    border-image: linear-gradient(to right,rgba(0, 0, 0, 0), rgb(32,44,45), rgba(0, 0, 0, 0)) 0 0 1;
}
@media screen and (max-width: 574px) {
	.menu-2 {
		font-size: 24px;
	}
}
.menu-3 {
	font-size: 24px;
	line-height: 2;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
	border-width: 2px;
    border-style: solid;
    -moz-border-image: -moz-linear-gradient(rgb(32,44,45),rgba(0, 0, 0, 0)) 0 0 1;
    -o-border-image: -o-linear-gradient(rgb(32,44,45), rgba(0, 0, 0, 0)) 0 0 1;
    border-image: linear-gradient(to right,rgba(0, 0, 0, 0), rgb(32,44,45), rgba(0, 0, 0, 0)) 0 0 1;
}

.mdi-rotate:before {
	-webkit-text-fill-color: #b19c70;
	-moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	vertical-align: middle;
}

.mdi-rotate.spin:before {
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.login-trigger {
	cursor: pointer;
}

.login-trigger:focus {
	outline: none;
}

.popover_content {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.popover_content li {
	padding: 4px 0;
	cursor: pointer !important;
	font-size: 1em;
	border-bottom: solid thin var(--color-brown);
}
.menuuser {
	font-size: 1.025em;
}
.popover_content .mdi {
	font-size: 1em;
	color: var(--color-lightgold);
}

.popover_content li a:hover .mdi {
	color: var(--color-lightred);
}
.popover_content li a, .login-text a {
	color: var(--color-default);
	padding: 0 4px;
	filter: drop-shadow(1px 1px 1px black);
}

.popover {
    background-color: rgb(32 16 10 / 95%);
	max-width: 320px;
	z-index: 1070;
}

.popover-body {
    color: white;
}

.bs-popover-top>.arrow::after {
    border-top-color: var(--color-brown);	
}
.bs-popover-right>.arrow::after {
    border-right-color: var(--color-brown);	
}
.bs-popover-bottom>.arrow::after {
    border-bottom-color: var(--color-brown);	
}
.bs-popover-left>.arrow::after {
    border-left-color: var(--color-brown);	
}

#notification-content div {
	min-width: 300px;
}

.hover-claro {
	transition: filter 0.15s linear; 
}
.hover-claro2 {
	transition: filter 0.05s linear; 
}
.hover-claro:hover {
	filter: brightness(1.5);
}
.hover-claro2:hover {
	filter: drop-shadow(2px 2px 1px black) brightness(1.2);
}

.tooltip {
	pointer-events: none;
}

#top_menu {
	height: 40px;
    border-bottom: thin solid #444444;
    background: #191919;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
#top_menu ul {
	margin: 0 -1rem;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
#top_menu li {
	display: inline-block;
	text-transform: uppercase;
	line-height: 41px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
}
#top_menu li a {
    color: white;
}
#top_menu li:hover a {
    color: var(--color-lightred)!important;
}
.topmenubgh {
    margin: 0!important;
	background-color: rgb(0 0 0 / 0%);
	transition: background-color ease-in-out .1s;
}
.topmenubgh .mdi {
    margin-right: 3px;
}
.topmenubgh a {
    padding: 0 8px;
}
.topmenubgh:hover {
	background-color: rgb(0 0 0 / 10%);
	line-height: 37px;
}
@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: center;
		margin-top: 1rem;
	}
}
/* cima 
.menuhamburger {
	position: absolute;
	top: 41px;
	left: 0;
}*/
/* baixo */
.menuhamburger {
	position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    background-color: rgb(0 0 0 / 75%);
    border: groove thin var(--color-lightgold);
    border-radius: .25em;
}
#top_menu li:hover .alertround {
    color: white!important;
}
#top_menu li .mdi {
    font-size: 1.3em;
    vertical-align: top;
    color: #cccccc;
}
#top_menu li:hover .mdi-home {
    color: #004ac3;
}
#top_menu li:hover .mdi-gavel {
    color: #ffff43;
}
#top_menu li:hover .mdi-shield-account {
    color: #ff4444;
}
#top_menu li:hover .mdi-library {
    color: #f9c76c;
}
#top_menu li:hover .mdi-television-play {
    color: #87c8f7;
}
#top_menu li:hover .mdi-forum-outline {
    color: white;
}
#top_menu li:hover .mdi-newspaper {
    color: grey;
}
#top_menu li:hover .mdi-sword-cross {
    color: #ffb734;
}
#top_menu li .mdi-download-box {
    color: var(--success);
}
#top_menu li:hover .mdi-store {
    color: #f9f994;
}
#top_menu li .mdi-ticket {
    color: var(--color-temporada);
}
#top_menu li .mdi-account-circle {
    color: #CF0E13;
    font-size: 1.5em;
    line-height: 1.7em;
}
#top_menu li:hover .mdi-account-circle {
    color: #1359cc;
}
#top_menu .mdi-help-circle-outline:hover {
    color: #7373fb;
}
#top_menu .mdi-whatsapp {
    color: #34af23!important;
    font-size: 1.5em!important;
}
#top_menu .mdi-telegram {
    color: #0088cc!important;
    font-size: 1.5em!important;
}
#top_menu .mdi-discord {
    color: #7289da!important;
    font-size: 1.5em!important;
}
#top_menu .mdi-twitter {
    color: #00acee!important;
    font-size: 1.5em!important;
}
#top_menu .mdi-instagram {
    color: #bc2a8d!important;
    font-size: 1.5em!important;
}
#top_menu .mdi-whatsapp:hover, #top_menu .mdi-telegram:hover, #top_menu .mdi-discord:hover, #top_menu .mdi-twitter:hover, #top_menu .mdi-instagram:hover {
    color: var(--color-lightred)!important;
}
.alertround {
    width: 20px;
    height: 20px;
	border: groove thin #ec7272;
    border-radius: 10px;
    background: #f51b1b;
    line-height: 20px;
    vertical-align: text-bottom;
    display: inline-block;
    text-align: center;
    font-size: small;
    margin-left: 2px;
    margin-right: -6px;
	text-shadow: none;
}
.scroll_top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.scroll_top button {
	background : url('../img/subir1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	outline: none;
	height: 40px;
	width: 40px;
}

.scroll_top button:hover {
	background : url('../img/subir2.jpg');
}

.d2evo {
	font-size: 1.2em;
    font-family: Agency FB;
    font-weight: bold;
    text-shadow: 2px 2px black;
    letter-spacing: .05em;
	line-height: 30px;
}

.text-footer {
	color: var(--color-default);
	line-height: 25px;
}

/* @media screen and (min-width: 574px) {
	::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}

	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.2);
		box-shadow: inset 0 0 6px rgba(255,255,255,0.2);
		border-radius: 2px;
	}
	 
	::-webkit-scrollbar-thumb {
		background: #3d3f42;
		border-radius: 2px;
	}

	::-webkit-scrollbar-thumb:hover {
		background: var(--color-gold);
	}
} */
::-webkit-scrollbar {
	-webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
	width: 8px;
}

::-webkit-scrollbar:horizontal {
	height: 8px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.2);
	box-shadow: inset 0 0 6px rgba(255,255,255,0.2);
	border-radius: 2px;
}
	
::-webkit-scrollbar-thumb {
	background: #3d3f42;
	border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color-gold);
}

#notificacao {
	z-index: 1060;
	position: fixed; 
	top: 70px;
	right: 30px;
}

#notificacao .toast-body {
	background-color: #111 !important;
	color: #fff;
	white-space: pre;
}

#loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
	z-index: 200;
    background: black url(../img/loading.gif) center center no-repeat;
    opacity: .5;
}
.btnevo {
	border-radius: .15rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
}
.btnevo-primary {
    color: var(--color-lightgold)!important;
    background-color: rgba(159,10,0,.6)!important;
    border-color: #ea1212!important;
	box-shadow: 0 0 0 1px black!important;
}
.btnevo-primary:not(:disabled):not(.disabled):active {
    color: white!important;
    background-color: #ea1212!important;
    border-color: #ea1212!important;
}
.btnevo-primary:hover {
    color: white!important;
    background-color: rgba(159,10,0)!important;
}
.nostylelink {
	color: var(--color-default)!important;
}
.nostylelink:hover {
	color: var(--color-default)!important;
}
.logado-seta {
    border-style: solid;
    border-width: 0 1.5px 1.5px 0;
    content: '';
    display: inline-block;
    height: 6px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    color: rgba(255,255,255,.6);
    margin: 10px 0 0 8px;
    vertical-align: top;
}
.col-name {
    text-align: left!important;
}
.col-name a {
    font-size: 16px;
	font-weight: bold;
	filter: drop-shadow(2px 1px 1px black);
    color: var(--color-lightgold);
}