:root {
	--slider-height: 90vh;
	--footer-height: 250px;
	/*--color-gold: #948065;*/
	--color-temporada: var(--color-t32);
	--color-t32: #ac261a;
	--color-t31: #007bff;
	--color-t30: #ff2424;
	--color-t29: #18df02;
	--color-t28: #007bff;
	--color-t27: #ff2424;
	--color-t26: #F2D79C;
	--color-t25: orange;
	--color-t24: #ffff66;
	--color-t23: #ae00ff;
	--color-t22: #ff2424;
	--color-t21: #007bff;
	--color-t20: #ac261a;
	--color-t19: #18df02;
	--color-t18: #007bff;
	--color-t17: #ff66cc;
	--color-t16: #ffc466;
	--color-t15: #ffff66;
	--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;
}
.color-season, .color-temporada {
	color: var(--color-temporada)!important;
}
.color-t32 {
	color: var(--color-t32)!important;
}
.color-t31 {
	color: var(--color-t31)!important;
}
.color-t30 {
	color: var(--color-t30)!important;
}
.color-t29 {
	color: var(--color-t29)!important;
}
.color-t28 {
	color: var(--color-t28)!important;
}
.color-t27 {
	color: var(--color-t27)!important;
}
.color-t26 {
	color: var(--color-t26)!important;
}
.color-t25 {
	color: var(--color-t25)!important;
}
.color-t24 {
	color: var(--color-t24)!important;
}
.color-t23 {
	color: var(--color-t23)!important;
}
.color-t22 {
	color: var(--color-t22)!important;
}
.color-t21 {
	color: var(--color-t21)!important;
}
.color-t20 {
	color: var(--color-t20)!important;
}
.color-t19 {
	color: var(--color-t19)!important;
}
.color-t18 {
	color: var(--color-t18)!important;
}
.color-t17 {
	color: var(--color-t17)!important;
}
.color-t16 {
	color: var(--color-t16)!important;
}
.color-t15 {
	color: var(--color-t15)!important;
}
@font-face {
	font-family: "Exocet Reaper Medium Regular";
	font-display: swap;
	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";
	font-display: swap;
	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";
	font-display: swap;
	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";
	font-display: swap;
	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'; 
	font-display: swap;
	src: url('../fonts/diablo.ttf'); 
}
@font-face { 
	font-family: 'Roboto Condensed'; 
	font-display: swap;
	src: url('../fonts/RobotoCondensed-Regular.ttf');
}
@font-face { 
	font-family: 'Athiti'; 
	font-display: swap;
	src: url('../fonts/Athiti-Regular.ttf');
}
@font-face { 
	font-family: 'Cabin'; 
	font-display: swap;
	src: url('../fonts/Cabin-Regular.ttf');
}
body {
    display: flex;
	flex-direction: column;
	min-height: calc(120vh - var(--footer-height));
	color: var(--color-default);
	background: #000;
	background-attachment: fixed;
	background-position: center -270px;
}
.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;
    border: 1px solid rgb(193 159 115 / 25%);
    padding: 1px 6px;
    border-radius: 5px;
	transition: all ease-out .25s;
}
.f16px {
	font-size: 16px!important;
}
.new_hover:hover {
		background-color: rgb(100 100 100 / 0.05) !important;
}
.evobuttonmdi:hover {
    border: 1px solid rgb(193 159 115 / 85%);
}
.evobuttonmdi.text-danger {
    border: 1px solid rgb(220 53 69 / 25%);
}
.evobuttonmdi.text-danger:hover {
    border: 1px solid rgb(220 53 69 / 90%);
}
.evobuttonmdi.text-primary {
    border: 1px solid rgb(0 123 255 / 25%);
}
.evobuttonmdi.text-primary:hover {
    border: 1px solid rgb(0 123 255 / 80%);
}
.evobuttonmdi.text-success {
    border: 1px solid rgb(40 167 69 / 25%);
}
.evobuttonmdi.text-success:hover {
    border: 1px solid rgb(40 167 69 / 80%);
}
.evobuttonmdi.text-warning {
    border: 1px solid rgb(255 193 7 / 25%);
}
.evobuttonmdi.text-warning:hover {
    border: 1px solid rgb(255 193 7 / 80%);
}
.modal-footer {
	justify-content: space-between;
}
a:hover {
	color: var(--color-lightred) !important;
	text-decoration: none;
}
.color-default {
	color: var(--color-default)!important;
}
.color-yellow {
	color: var(--color-yellow)!important;
}
.color-gold {
	color: var(--color-gold)!important;
}
.color-orange {
	color: var(--color-orange)!important;
}
.color-lightred {
	color: var(--color-lightred)!important;
}
.color-cyan {
	color: var(--cyan)!important;
}
.color-pink {
	color: var(--pink)!important;
}
.color-red {
	color: var(--color-red)!important;
}
.color-green {
	color: var(--color-green)!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;
}
.bigger {
	font-size: 1.5em!important;
}
.bigzin {
	font-size: 1.3em!important;
}
.big12 {
	font-size: 1.2em!important;
}
.big11 {
	font-size: 1.1em!important;
}
.big105 {
	font-size: 1.05em!important;
}
.webp body { background-image: url(../img/bgnew.webp); }
.no-webp body { background-image: url(../img/bgnew.jpg); }
footer {
	height: var(--footer-height);
    box-shadow: inset 0 4px 12px 0 rgb(0 0 0 / 80%);
}
.text-footer {
	line-height: 24px;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, .9);
}
.footer_links {
	background-image: url(../img/footer/footer_dividerleft.png);
	background-repeat: no-repeat;
	background-position: 25px top;
}
.rowsocial {
	padding: 0.75rem;
	margin-top: 3rem;
	background-image: url(../img/footer/rowsocial_bg.jpg);
	background-size: cover;
    -webkit-box-shadow: inset 0 0 0 1px hsl(0deg 0% 100% / 8%);
    box-shadow: inset 0 0 0 1px hsl(0deg 0% 100% / 8%), 0 -2px 6px 0 rgb(0 0 0 / 60%);
}
.rowsocial .mdi {
	font-size: 24px;
	vertical-align: middle;
}
.rowsocial .mdi-youtube {
	margin: 0 15px;
}
.rowsocial .mdi-facebook {
	margin-right: 15px;
}
.rowsocial a:hover .mdi {
	color: var(--color-lightred)!important;
}
.container_fluid_footer {
	background-image: url(../img/footer/diablo_bg.jpg);
	height:100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom center;
	/* background-size: 100%; */
    box-shadow: inset 0 8px 10px -7px rgba(0,0,0,0.8);
}
@media screen and (min-width: 1200px) {
	.container_fluid_footer {
		background-size: 100%;
	}
}
.container_footer {
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 250px;
}

@media screen and (min-width: 768px) {
	.webp .container_footer { background-image: url(../img/footer/diablo_footer.png); }
	.no-webp .container_footer { background-image: url(../img/footer/diablo_footer.webp); }
}
.rowsocial .mdi-whatsapp {
	color: #34af23!important;
}
.rowsocial .mdi-youtube {
	color: red!important;
}
.rowsocial .mdi-facebook {
	color: #3b5998 !important;
}
.rowsocial .mdi-telegram {
	color: #0088cc!important;
}
.rowsocial .mdi-discord {
	color: #7289da!important;
}
.rowsocial .mdi-twitter {
	color: #00acee!important;
}
.rowsocial .mdi-instagram {
	color: #bc2a8d!important;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default;
}
.copylink {
	cursor: pointer;
}
@media screen and (min-width: 1200px) {
	.ajustepc {
		margin-left: -8.333333%!important;
	}
}

@media screen and (max-width: 992px) {
	/* .pagination {
		font-size: 150%;
		display: block;
	}
	.page-link {
		padding: .4rem .9rem;
	}
	.page-item {
		display: inline-block;
	} */
	.footer_links, .link_resp {
		font-size: 120%;
	}
	footer {
		height: unset;
	}
	.container_fluid_footer {
		padding-left: unset;
		padding-right: unset;
		background-size: auto 100%;
	}
	.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 {
		font-size: 1.1em!important;
	}
	.popover_content li.li_smaller {
		padding: 6px 0!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: relative;
    width: 100%;
	text-align: center;
	line-height: 30px;
}
.login-text img {
	top:0;
	left:50%;
	transform: translateX(-50%);
}
#header_desktop .login-text {
	bottom: 0;
}
.text-purple {
	color: var(--color-purple);
}
.font-gold {
	color: var(--color-gold);
}
.strong {
	font-weight: bold;
}
.font-lightgold, .color-lgold {
	color: var(--color-lightgold);
}

.font-default {
	color: var(--color-default);
}
#menu_logo_col picture {
	filter: brightness(1.2);
}
.text-shadow1 {
	filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.8));
}
.text-shadow2 {
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.9));
}
.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: 28px;
    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);
}
.d2font3 {
	font-size: 1.5rem;
    font-family: "Exocet Light";
    font-weight: normal;
    text-transform: uppercase;
	filter: drop-shadow(2px 2px 1px black);
}
.d2fonttemp {
	font-size: 1.5rem;
    font-family: "Exocet Light";
    font-weight: normal;
    text-transform: uppercase;
	color: var(--color-temporada);
	filter: drop-shadow(2px 2px 2px black);
}
.textocard1 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
#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 / .6)!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-secao {
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: fit-content;
	margin-bottom: 0;
}
.menu-close-bottom {
	bottom: 0;
    position: absolute;
    right: 10px;
    font-size: 36px;
    cursor: pointer;
}
@media screen and (max-width: 574px) {
	.evobaixo {
		margin-left: 0!important;
	}
}
#menu .container_main {
    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: 36px;
}
.menu-2 {
	margin-top: -10px;
	font-size: 36px;
	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: 974px) {
	.menu-2 {
		font-size: 24px;
	}
	.menu {
		min-height: calc( 100vh - 8rem );
	}
}
.menu-3 {
	font-size: 28px;
	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 {
	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: 4px;
	filter: drop-shadow(1px 1px 1px black);
}
.popover_content li.li_smaller a {
	padding: 3px;
}
.popover {
    background-color: rgb(32 16 10 / 95%);
	max-width: 320px;
	z-index: 1070;
}
.popover-body {
    color: white;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.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;
}
.tox-tinymce-inline {
	z-index: 1000;
	position: fixed!important;
	top:unset!important;
	bottom: 10px!important;
	left: 50%!important;
	width:fit-content;
	transform: translate(-50%);
}
#notification-content .notif_li {
	cursor: unset!important;
	position:relative;
	padding-bottom: 8px!important;
	padding-right: 30px!important;
	border-bottom: solid thin var(--dark);
}
.notif_li .notif_time {
	min-width:unset!important;
	position:absolute;
	bottom:7px;
	right:-3px;
	font-size:80%;
	color:#afafaf;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.hover-claro {
	transition: filter 0.15s linear; 
}
.hover-claro2 {
	transition: filter 0.05s linear; 
}
.hover-claro:hover {
	filter: brightness(1.35);
}
.hover-claro2:hover {
	filter: drop-shadow(2px 2px 1px black) brightness(1.2);
}
.tooltip {
	pointer-events: none;
}

@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;
}
.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;
}
@media screen and (min-width: 574px) {
	.sociais .logado-seta {
		position: unset!important;
		margin: 15px 0 0 8px!important;
	}
	.sociais {
		display: inline-block;
		cursor: pointer;
		margin-left: 6px;
		margin-right: -10px;
	}
	.sociais:hover .mdi {
		color: var(--color-lightred)!important;
	}
	#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 span:not(.mdi) {
		margin-left: 4px;
	}
	.topmenubgh a {
		padding: 0 8px;
	}
	.topmenubgh:hover {
		background-color: rgb(0 0 0 / 10%);
		line-height: 37px;
	}
	#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-t15);
	}
	#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;
	}
}
::-webkit-scrollbar {
	appearance: none;
	-webkit-appearance: none;
	-moz-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);
}

/* seletor de idioma (deslogado e logado) — ver lang_switcher() no i18n.php */
/* Seletor de idioma: gatilho com a bandeira atual + dropdown (popover) no mesmo padrão das redes sociais */
.lang-switcher {
    display: inline-block;
    vertical-align: middle;
}
.lang-flag {
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, .28);
    vertical-align: middle;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.lang-pop {
    display: inline-flex;
    align-items: center;
    height: 41px;
    cursor: pointer;
    white-space: nowrap;
}
.lang-pop:hover .lang-flag {
    border-color: var(--color-lightgold);
}
.lang-pop .logado-seta {
    position: static;
    margin: 0 0 0 5px;
    flex: 0 0 auto;
}
/* itens do dropdown (reusa .popover_content/.menuuser) */
.popover_content .lang-opt {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.popover_content .lang-opt.ativo {
    color: var(--color-lightgold);
    font-weight: bold;
    cursor: default;
}
.popover_content .lang-opt.ativo .lang-flag {
    border-color: var(--color-lightgold);
}