:root{
	--color-gradient: linear-gradient(90deg, #ffffff, #b1a8a9);
}


* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

body {
    background: linear-gradient(to bottom, #3e03a0, #1a073d); /* Degradê do roxo para um tom mais escuro */
    color: #dadfef;
    font-size: 16px;
    font-family: 'WinkySans-VariableFont_wght';
}
.kom{
	width:600px;
	border:1px solid grey;
	padding:3px;
	margin:auto;
	position:fixed;
	top:10px;
	left:0;
	right:0;
	cursor:pointer;
	z-index:88;
}
.kom div{
	background:rgba(0,0,0,0.5);
	padding:10px;
	text-shadow:0px 0px 1px #000;
}
.kom.red div{
	border-top:5px solid red;
	animation:komfail 0.4s infinite;
}
@keyframes komfail { 
	0% {border-top:5px solid red;}
	50% {border-top:5px solid orange;}
	100% {border-top:5px solid red;}
}
.kom.green div{
	border-top:5px solid green;
}
.red{color:red !important;}
/*====================================================*/
/*====================================================*/
/*====================================================*/
a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	color: #a5c7d1;
}

a:hover {
	color: #ff804e;
}

b, th, strong {
	
}

@font-face {
    font-family: 'WinkySans-VariableFont_wght';
    src: url('../fonts/WinkySans-VariableFont_wght.eot'); /* Caminho para o arquivo EOT */
    src: url('../fonts/WinkySans-VariableFont_wght.eot?#iefix') format('embedded-opentype'), /* Suporte para IE */
         url('../fonts/WinkySans-VariableFont_wght.woff2') format('woff2'), /* Formato WOFF2 */
         url('../fonts/WinkySans-VariableFont_wght.woff') format('woff'), /* Formato WOFF */
         url('../fonts/WinkySans-VariableFont_wght.ttf') format('truetype'); /* Formato TrueType */
    font-weight: normal;
    font-style: normal;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
input, select, textarea {
	color:#fffee7;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}

button {
	cursor: pointer;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	outline: none;
	font-family: 'Roboto', sans-serif;
}

::-webkit-input-placeholder { 
	color:#fffee7;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
::-moz-placeholder { 
	color:#fffee7; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

textarea::-webkit-input-placeholder { 
	color:#fffee7;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-moz-placeholder { 
	color:#fffee7;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea::-moz-placeholder { 
	color:#fffee7; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-ms-input-placeholder { 
	color:#fffee7;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9);
	transform:scale(0.9); 
	opacity:0; 
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	background: url(../images/bg-1.jpg) no-repeat center top 0px, url(../images/footer_bg3.png) no-repeat center bottom 0px;
	background-size: 100%, contain;
	overflow: hidden;
}

#general .wrapper {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

#general .wrapper .inner {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/


.navi {
	height: 70px;
}

.navi:before {
    content: '';
    position: absolute;
    display: block;
    width: 1920px;
    height: 72px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/content-left-1.jpg) no-repeat;
	background-size: 100%;
    border: 5px solid transparent;
    border-image-source: radial-gradient(circle, #f3d102, #fc9b00, #e57101);
    border-image-slice: 1;
    animation: borderShift 5s linear infinite alternate;
}

@keyframes borderShift {
    0% {
        border-image-source: radial-gradient(circle, #dde8e8, #88b7cb, #437fa6, #1a2040);
    }
    50% {
        border-image-source: radial-gradient(circle, #88b7cb, #1a2040,  #437fa6, #dde8e8);
    }
    100% {
        border-image-source: radial-gradient(circle, #1a2040, #437fa6, #88b7cb, #dde8e8);
    }
}



/*====================================================*/
/*====================================================*/
/*====================================================*/
.navi .grid-block .form {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
	margin-left: 500px;
}
.navi .grid-block .form .item-input {
    position: relative;
    display: flex;
    align-self: center;
    left: -40px;
    margin-left: 30px;
    width: 175px;
    height: 39px;
    z-index: 1;
}

.navi .grid-block .form .item-input:after {
    content: '';
    position: absolute;
    display: block;
    width: 180px;
    height: 40px;
    bottom: 0;
    left: 0;
    border: solid 3px #fffee7;
    border-radius: 5px; /* Alterado para 5px conforme solicitado */
    z-index: -1;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.4); /* Fundo preto transparente */
}

.navi .grid-block .form .item-input label {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    bottom: 3px;
    left: -1px;
    transition: all 0.3s ease;
}

.navi .grid-block .form .item-input input {
    position: relative;
    display: block;
    width: 200px;
    height: 35px;
    top: -5px;
    left: 5px;
    
    text-align: left;
    color: white;
    font-size: 16px;
    border: none;
    background: rgba(0, 0, 0, 0.4);
}
.navi .grid-block .form .item-input input::placeholder {
    color: rgba(255, 255, 255, 0.7); /* Placeholder branco com transparência */
}

.navi .grid-block .form .item-remember {
    display: flex;
    align-items: center; /* Alinha o texto verticalmente ao centro com o checkbox */
    gap: 10px; /* Adiciona um espaçamento entre o checkbox e o texto */
}

.navi .grid-block .form .item-remember input[type="checkbox"] {
	position: absolute;
	display: block;
	width: 120px;
	height: 20px;
	left: -4px;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.navi .grid-block .form .item-remember .checkbox {
	position: relative;
	width: 100px;
	color: #0caf71;
	font-size: 14px;
	padding-left: 30px;
	line-height: 1;
}

.navi .grid-block .form .item-remember .checkbox:before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 16px;
	background: url(../images/navi-checkbox-1.png) no-repeat;
	top: 0;
	left: 0;
}

.navi .grid-block .form .item-remember input[type="checkbox"]:checked + .checkbox:before {
	background: url(../images/navi-checkbox-2.png) no-repeat;
}

.navi .grid-block .form .item-button {
	position: relative;
	display: block;
	align-self: center;
}
.navi .grid-block .form .item-remember {
    display: flex;
    align-items: center;
    justify-content: center;
}



.navi .grid-block .form .item-input,
.navi .grid-block .form .item-remember,
.navi .grid-block .form .item-button {
    position: relative;
    display: flex;
    align-items: center;
}

.navi .grid-block .item-button-register {
    position: relative;
    display: block;
    align-self: center;
    justify-self: start; /* Alinha à esquerda */
    margin-left: 0; /* Ajuste o espaçamento conforme necessário */
}

.navi .grid-block .item-button-register input {
    position: relative;
    display: inline-block;
    width: 195px;
    height: 43px;
    top: 18px;
    left: 182px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 2;
    margin-left: 0px;
    color: #fcffd8;
    font-size: 25px;
    font-weight: 700;
    line-height: 43px;
	font-family: 'winkySans-VariableFont_wght';
}
.navi .grid-block .item-button-register label.button-reg {
    position: absolute;
    display: block;
    width: 227px;
    height: 76px;
    background: url(../images/reg-btn3.png) no-repeat;
    background-size: contain;
	z-index: 1;
    top: 15px;
    left: 150px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navi .grid-block .item-button-register input:hover + label.button-reg {
    -webkit-filter: brightness(1.3);
    -moz-filter: brightness(1.3);
    -o-filter: brightness(1.3);
    filter: brightness(1.3);
}
.navi .grid-block .form .item-button input {
    position: relative;
    display: block;
    width: 195px;
    height: 43px;
    right: 135px;
    top: -4px;
    left: -25px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 1;
    color: #fcffd8;
    font-size: 27px;
    font-weight: 700;
    line-height: 43px;
	font-family: 'winkySans-VariableFont_wght';

}

.navi .grid-block .form .item-button label.button {
	position: absolute;
	display: block;
	width: 227px;
	height: 76px;
	background: url(../images/navi-btn.png) no-repeat;
	background-size: contain ;
	top: -8px;
	left: -40px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}


.navi .grid-block .form .item-button input:hover + label.button {
    -webkit-filter: brightness(1.3); 
    -moz-filter: brightness(1.3); 
    -o-filter: brightness(1.3); 
    filter: brightness(1.3); 
}

.navi .grid-block {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 10px; /* Espaçamento de 10px entre os itens */
}

.navi .grid-block .status,
.navi .grid-block .form,
.navi .grid-block .item-button-register {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px; /* Mantém o espaçamento interno dos itens */
}


.navi .grid-block .form .item-input,
.navi .grid-block .form .item-button,
.navi .grid-block .form .item-remember {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}



.navi .grid-block .form .item-button,
.navi .grid-block .item-button-register {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navi .grid-block p{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 42px;
	text-align: center;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

.navi .grid-block .logoutButton {
	position: absolute;
	display: block;
	width: 227px;
	height: 60px;
	top: 11px;
	left: 1230px;
	background: url(../images/navi-btn.png) no-repeat center;
	background-size: 227px 60px;
	cursor: pointer;
	z-index: 1;
	border: none;
	font-size: 25px;
	font-family: 'winkySans-VariableFont_wght';
	color: rgb(255, 236, 255);
}


/*====================================================*/
/*====================================================*/
/*====================================================*/
.header {
	height: 350px;
}

.header .logo:before,
.header .logo:after {
    content: '';
    position: absolute;
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    width: 400px;
    height: 345px;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    top: 10px;
    left: 380px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .logo:hover:before {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    visibility: visible;
    opacity: 0.5;
    -webkit-filter: blur(5px); 
	-moz-filter: blur(5px); 
	-o-filter: blur(5px); 
	filter: blur(5px); 
}



.header .logo:hover:after {
	-webkit-filter: contrast(155%); 
	-moz-filter: contrast(155%); 
	-o-filter: contrast(155%); 
	filter: contrast(155%); 
}



.header .text-block {
	position: absolute;
	display: block;
	width: 100%;
	top: 250px;
	text-align: center;
	color: #fcffd8;
	font-size: 14px;
	opacity: 0.7;
}
.header .text-block a{
	color:orange;
	text-shadow:
	0px 0px 2px #000,  
    0px 0px 2px #000,
    0px 0px 2px #000,
    0px 0px 2px #000;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.header .grid-block {
	position: absolute;
	display: grid;
	width: 100%;
	grid-template-columns: auto minmax(190px, 1fr) auto;
	grid-gap: 12px;
	bottom: 11px;
	left: 0;
	z-index:99;
}

.header .grid-block .desc {
	position: relative;
	display: block;
	align-self: center;
	justify-self: end;
	color: #ffffff;
	font-size: 14px;
	font-family: 'WinkySans-VariableFont_wght';
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
.menu {
	height: 90px;
}

.menu:before {
	content: '';
	position: absolute;
	display: block;
	width: 1275px;
	height: 158px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/bg-nav-bottom.png) no-repeat center;
	background-size: 1280px;
	
}

.menu ul {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 1080px;
	height: 100%;
	padding: 0 45px;
}

.menu ul li {
	position: relative;
	display: inline-block;
	float: left;
}

.menu ul li a {
	position: relative;
	display: block;
}

.menu ul li a span {
	position: relative;
	display: block;
	color: #dcd5f3;
	font-size: 22px;
}

.menu ul li a p {
	position: relative;
	display: block;
	color: #4c4c4d;
	text-shadow: 0 0 0 #4c4c4d;
	font-size: 12px;
	margin-top: 1px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.menu ul li a:hover span {
	color: #ffffff;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content {
	min-height: 390px;
	padding-top: 20px;
}

.content .grid-block {
	position: relative;
	width: 100%;
	max-width: 1155px;
	min-height: 390px;
	grid-template-columns: 798px 1fr;
	margin: 0 auto;
}

.content .grid-block .content-up {
	position: relative;
    display: grid;
    background: url(../images/content-left-1.jpg) repeat-y center top;
    background-size: 1300px;
    overflow: hidden;
    justify-content: center;
    border: 3px solid transparent;
    border-image-source: radial-gradient(circle, #f3d102, #fc9b00, #e57101);
    border-image-slice: 1;
    animation: borderShift 2s linear infinite alternate;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.content .grid-block .content-down {
	position: relative;
	display: block;
	background: url(../images/content-left-1.jpg) repeat-y center top;
	border: 3px solid transparent;
    border-image-source: radial-gradient(circle, #f3d102, #fc9b00, #e57101);
    border-image-slice: 1;
    animation: borderShift 2s linear infinite alternate;
	background-size: 1300px;
	overflow: hidden;
	justify-self: center;
}

.content .grid-block .content-up .content-inner {
	position: relative;
	display: inline-block;
	padding: 24px;
	width: 1000px;


}

.content .grid-block .content-down .content-inner {
	position: relative;
	justify-items: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	border: 5px solid black;
	border-radius: 5px;
	width: 50%;
	display: flex;
	padding: 24px 180px;
	margin-left: 100px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 0px;
	flex-wrap: wrap;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .grid-block .content-down .btn-register {
	position: relative;
	display: block;
	width: 298px;
	height: 90px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 1;
}

.content .grid-block .content-down .btn-register a {
	position: relative;
	display: grid;
	width: 298px;
	height: 90px;
	margin: 0 auto;
}

.content .grid-block .content-down .btn-register a span {
	position: relative;
	display: block;
	align-self: center;
	padding-left: 95px;
}

.content .grid-block .content-down .btn-register a span strong {
	position: relative;
	display: block;
	color: #fcffd8;
	font-size: 16px;
	font-weight: 700;
}

.content .grid-block .content-down .btn-register a span p {
	position: relative;
	display: block;
	color: #8d8f79;
	text-shadow: 0 0 0 #8d8f79;
	font-size: 12px;
	margin-top: 3px;
}

.content .grid-block .content-down .btn-register .label {
	position: absolute;
	display: block;
	width: 339px;
	height: 143px;
	background: url(../images/reg-btn3.png) no-repeat;
	top: 8px;
	left: -26px;
	z-index: -1;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	
}

.content .grid-block .content-down .btn-register a:hover + .label {
	-webkit-filter: contrast(135%); 
	-moz-filter: contrast(135%); 
	-o-filter: contrast(135%); 
	filter: contrast(135%); 
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .grid-block .content-down .side-block {
	position: relative;
	display: block;
	width: 100%;
	margin: 40px auto 0;
}

.content .grid-block .content-down .side-block .side-title {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	padding-left: 70px;
}

.content .grid-block .content-down .side-block .side-title:before {
	content: '';
	position: absolute;
	display: block;
	width: 64px;
	height: 61px;
	background: url(../images/side-title.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: -6px;
	transform: translateY(-50%);
}

.content .grid-block .content-down .side-block.block-2 .side-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 64px;
    height: 61px;
    background: url(../images/side-title-5.png) no-repeat;
    background-size: contain;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
}

.content .grid-block .content-down .side-block.block-3 .side-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 64px;
    height: 61px;
    background: url(../images/side-title-4.png) no-repeat;
    background-size: contain;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
}

.content .grid-block .content-down .side-block.block-4 .side-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 64px;
    height: 61px;
    background: url(../images/side-title-3.png) no-repeat;
    background-size: contain;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
}


.content .grid-block .content-down .side-block .side-title span {
	position: relative;
	display: block;
	color: #a5c7d1;
	font-size: 20px;
}

.content .grid-block .content-down .side-block .side-title p {
	position: relative;
	display: block;
	color: #a5c7d1;
	text-shadow: 0 0 0 #3b393c;
	font-size: 16px;
	margin-top: 2px;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .grid-block .content-down .game-statistic {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.content .grid-block .content-down .game-statistic li {
	position: relative;
	display: grid;
	width: 100%;
	margin: 0 auto 3px;
	grid-template-columns: 1fr 60px;
	grid-gap: 5px;
	background: #0e0d11;
	padding: 5px 0;
}

.content .grid-block .content-down .game-statistic li .left {
	position: relative;
	display: block;
	align-self: center;
	color: #837e8a;
	font-size: 12px;
	padding-left: 24px;
}

.content .grid-block .content-down .game-statistic li .right {
	position: relative;
	display: block;
	align-self: center;
	color: #fbeabc;
	font-size: 12px;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .grid-block .content-down .upcoming-events {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.content .grid-block .content-down .upcoming-events li {
	position: relative;
	display: grid;
	width: 100%;
	margin: 0 auto 3px;
	grid-template-columns: 1fr 70px;
	grid-gap: 5px;
	background: #0e0d11;
	padding: 5px 0;
}

.content .grid-block .content-down .upcoming-events li .left {
	position: relative;
	display: block;
	align-self: center;
	color: #c1beba;
	font-size: 12px;
	padding-left: 24px;
}

.content .grid-block .content-down .upcoming-events li:first-child .left {
	color: #ffac00;
}

.content .grid-block .content-down .upcoming-events li .right {
	position: relative;
	display: block;
	align-self: center;
	color: #757473;
	font-size: 12px;
}

.content .grid-block .content-down .upcoming-events li .right span {
	color: #dfff73;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .grid-block .content-down .game-rates {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.content .grid-block .content-down .game-rates li {
	position: relative;
	display: grid;
	width: 100%;
	margin: 0 auto 3px;
	grid-template-columns: 1fr auto;
	grid-gap: 5px;
	background: #0e0d11;
	padding: 5px 0;
}

.content .grid-block .content-down .game-rates li .left {
	position: relative;
	display: block;
	align-self: center;
	color: #c1beb9;
	font-size: 12px;
	padding-left: 24px;
	justify-self: start;
	padding-right: 30px;
}

.content .grid-block .content-down .game-rates li .left.gji:before {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background:url(../gfx/money.png) 0 -16px;
}

.content .grid-block .content-down .game-rates li .left.orange {
	color: #ffac00;
}
.content .grid-block .content-down .game-rates li .right {
	position: relative;
	display: block;
	align-self: center;
	color: #e9d6ff;
	font-size: 12px;
	padding-right: 24px;
	text-align: right;
}

.content .grid-block .content-down .game-rates li .right span {
	color: #5e5866;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content .grid-block .content-down .random-online {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.content .grid-block .content-down .random-online li {
	position: relative;
	display: grid;
	width: 100%;
	margin: 0 auto 3px;
	grid-template-columns: 1fr auto;
	grid-gap: 5px;
	background: #0e0d11;
	padding: 5px 0;
}

.content .grid-block .content-down .random-online li .left {
	position: relative;
	display: block;
	align-self: center;
	color: #ffac00;
	font-size: 12px;
	padding-left: 24px;
}

.content .grid-block .content-down .random-online li .left img {
	position: relative;
	display: inline-block;
	float: left;
	top: -1px;
	margin-right: 8px;
}

.content .grid-block .content-down .random-online li .right {
	position: relative;
	display: block;
	align-self: center;
	color: #d5c3eb;
	font-size: 12px;
	padding-right: 24px;
	text-align: right;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
.inner.footer {
    text-align: center;
    margin-top: 20px;
}

.navigation {
    display: flex;
    justify-content: center; /* Centraliza os links de navegação */
    gap: 15px; /* Espaçamento entre os itens */
    padding: 0;
    list-style: none;
}

.footer-text {
    margin-top: 20px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    line-height: 1.5;
}


.footer {
	height: 212px;
}

.footer .grid-block-1 {
	position: relative;
	display: grid;
	width: 100%;
	padding-top: 60px;
	margin: 0 auto 42px;
	grid-template-columns: auto 1fr;
	background: url(footer_bg.png);
	grid-gap: 60px;
}

.list-games {
	position: relative;
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 10px;
}

.list-games .left {
	position: relative;
	display: grid;
	color: #ffffff;
	font-size: 14px;
	font-family: 'WinkySans-VariableFont_wght';
}

.list-games .left span {
	position: relative;
	display: block;
	align-self: center;
}

.list-games .right {
	position: relative;
	display: inline-block;
	padding: 5px 0;
}

.list-games .right .active {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	background: rgba(8,10,12,0.52);
	border: 1px solid #535159;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	height: 26px;
}

.list-games .right .active:after {
	content: '';
	position: absolute;
	display: block;
	width: 11px;
	height: 9px;
	background: url(../images/list-select.png) no-repeat center right;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	padding-left: 12px;
}

.list-games .right .active .ico {
	position: relative;
	display: block;
	padding: 0 12px;
	align-self: center;
}

.list-games .right .active .ico img {
	position: relative;
	display: block;
}

.list-games .right .active .text {
	position: relative;
	display: block;
	align-self: center;
	color: #ffffff;
	font-size: 14px;
	font-family: 'WinkySans-VariableFont_wght';
	padding-right: 18px;
}

.list-games .right .active:hover {
	background: rgba(8,10,12,0.92);
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.footer .grid-block-1 .navigation {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}


.footer .grid-block-1 .navigation li {
	position: relative;
	display: inline-block;
	float: left;
}


.footer .grid-block-1 .navigation li a {
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: 60px;
    align-items: center;
    color: #a5c7d1;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
}

.footer .grid-block-1 .navigation li a:before {
	content: '';
	position: absolute;
	display: block;
	top: -10px;
	left: -19px;
	right: -19px;
	bottom: -10px;
	background: #1d1a15;
	border: 1px solid #242127;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.footer .grid-block-1 .navigation li a:hover:before {
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    visibility: visible;
    opacity: 1;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== index ---*/
/*====================================================*/
.about-video-block {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-bottom: 55px;
}

.about-video-block .title {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 40px;
}

.about-video-block .title span {
	position: relative;
	display: block;
	color: #a5c7d1;
	font-size: 30px;
	font-weight: 900;
}

.about-video-block .title p {
	position: relative;
	display: block;
	color: #95919c;
	font-size: 12px;
	margin-top: 3px;
}
.about-video-block .frame {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%; /* Mantém a proporção 16:9 */
    border: 5px solid #131313;
    margin: 0 auto 24px;
    background: #060608;
    overflow: hidden; /* Garante que o conteúdo não ultrapasse os limites */
    border-radius: 10px; /* Adiciona bordas arredondadas */
}

.about-video-block .frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* Remove bordas do iframe */
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.news-block {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 22px auto 0;
}
.news-block .news {
	position: relative;
	display: block;
	background: url(../images/12.jpeg) no-repeat center;
	background-size: cover;
	width: calc(100% - 2px);
	height: 250px;
	border: 3px solid #242127;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 16px auto 0;
}

.news-block .news .frame {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #000;
}

.news-block .news .frame img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.news-block .news .frame:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.news-block .news .desc {
	position: absolute;
	display: grid;
	width: calc(100% - 50px);
	bottom: 0;
	left: 0;
	grid-template-columns: 1fr auto;
	grid-gap: 20px;
	padding: 0 25px 15px;
}

.news-block .news .desc .left {
	position: relative;
	display: block;
}

.news-block .news .desc .left .title {
	position: relative;
	display: block;
	color: #a5c7d1;
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.news-block .news .desc .left .date {
	position: relative;
	display: block;
	color: #565c6c;
	text-shadow: 0 0 0 #565c6c;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 3px;
}

.news-block .news .desc .left .text {
	position: relative;
	display: block;
	color: #9594be;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
}

.news-block .news .desc .right {
	position: relative;
	display: block;
	align-self: end;
}

.news-block .news .desc .right a {
	position: relative;
	display: block;
	background: #101013;
	border: 1px solid #242127;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 8px 19px;
	color: #a5c7d1;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

.news-block .news .desc .right a:hover {
	color: #fff;
	background: #5b2400;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
.class-block {
	position: relative;
	display: grid;
	width: calc(100% - 18px);
	padding: 8px;
	border: 3px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	grid-template-columns: 251px 1fr;
	grid-gap: 22px;
	margin-top: 30px;
}

.class-block .left {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.class-block .left ul {
	position: relative;
	display: grid;
	width: 100%;
	margin: 0 auto;
	grid-gap: 3px;
}

.class-block .left ul li {
	position: relative;
	display: block;
	width: 100%;
}

.class-block .left ul li a {
	position: relative;
	display: grid;
	width: calc(100% - 2px);
	height: 45px;
	background: rgb(8, 10, 12);
	border: 1px solid rgb(36, 33, 39);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.3;
	grid-template-columns: 50px 1fr;
}

.class-block .left ul li.active a,
.class-block .left ul li a:hover {
	opacity: 1;
}

.class-block .left ul li a .ico {
	position: relative;
	display: block;
	align-self: center;
	justify-self: center;
}

.class-block .left ul li a .ico img {
	position: relative;
	display: block;
}

.class-block .left ul li a .name {
	position: relative;
	display: block;
	align-self: center;
	justify-self: start;
	color: #a5c7d1;
	font-size: 14px;
	font-family: 'WinkySans-VariableFont_wght';
}

.class-block .left ul li a .img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0.13;
}

.class-block .left ul li a .img img {
	position: absolute;
	display: block;
	bottom: 5px;
	right: 0;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.class-block .right {
	position: relative;
	display: block;
	width: calc(100% - 14px);
	margin: 0 auto;
	padding-top: 27px;
	padding-right: 14px;
}

.class-block .right .class-content {
	position: relative;
	display: none;
	width: 100%;
}

.class-block .right .class-content.active {
	display: block;
}

.class-block .right .class-content .stats-block {
	position: relative;
	display: grid;
	width: 100%;
	grid-template-columns: 180px 1fr;
	grid-gap: 21px;
}

.class-block .right .class-content .stats-block #states{
	height:20px;
	position:absolute;
	top:-30px;
}

.choose_state{
	display: inline-block;
	background: #101013;
	border: 1px solid #242127;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 3px 5px;
	width:140px;
	color: #a5c7d1;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
.choose_state:hover{
	color:red;
}
.choose_state.active{
	border:1px solid orange;
}

.class-block .right .class-content .stats-block ul.name-rates {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.class-block .right .class-content .stats-block ul.name-rates li {
	position: relative;
	display: grid;
	width: 100%;
	grid-template-columns: 1fr auto;
	margin: 15px auto 0;
}

.class-block .right .class-content .stats-block ul.name-rates li:first-child {
	margin-top: 0;
}

.class-block .right .class-content .stats-block ul.name-rates li .name {
	position: relative;
	display: block;
	align-self: center;
	color: #fff1bc;
	font-size: 12px;
}

.class-block .right .class-content .stats-block ul.name-rates li .stars {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 15px);
	grid-gap: 5px;
	align-self: center;
}

.class-block .right .class-content .stats-block ul.name-rates li .stars span {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/star-1.png) no-repeat;
	align-self: center;
	justify-self: center;
}

.class-block .right .class-content .stats-block ul.name-rates li .stars span.star {
	background: url(../images/star-2.png) no-repeat;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.class-block .right .class-content .stats-block .frame-block {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.class-block .right .class-content .stats-block .frame-block .block {
	position: relative;
	display: block;
	width: 100%;
	height: 260px;
	background: #080a0c;
}

.class-block .right .class-content .stats-block .frame-block .block iframe {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.class-block .right .class-content .stats-block .frame-block .text {
	position: relative;
	display: block;
	color: #8c8a87;
	font-size: 12px;
	margin-top: 8px;
}

.class-block .right .class-content .text-block {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	color: #f0f0f0;
	font-size: 12px;
}
/*====================================================*/
/*====================================================*/ /*=== hall-of-fame ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
.ranking-block {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.ranking-block.active {
	display: block;
}

.ranking-block .title {
	position: relative;
	display: grid;
	width: 100%;
	min-height: 40px;
	margin: 0 auto 15px;
	grid-template-columns: 1fr auto;
	grid-gap: 20px;
}

.ranking-block .title .text {
	position: relative;
	display: block;
	align-self: center;
	color: #ffb64e;
	font-size: 18px;
	font-weight: 700;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== events ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== rules ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== game-info ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== register ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== download ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
.account-body {
	position: relative;
	display: grid;
	width: 100%;
	margin: 0 auto;
	grid-template-columns: 202px 1fr;
	grid-gap: 18px;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
.account-body .account-content {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-trader ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-bfs ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-banker ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-referral ---*/
/*====================================================*/
.account-body .account-content .referral-link {
	position: relative;
	display: grid;
	width: 100%;
	grid-template-columns: auto 1fr;
	grid-gap: 5px;
	margin: 0 auto 15px;
}

.account-body .account-content .referral-link label {
	position: relative;
	display: block;
	align-self: center;
	color: #ffffff;
	font-size: 14px;
}

.account-body .account-content .referral-link input {
	position: relative;
	display: block;
	align-self: center;
	color: #ffb64e;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	background: none;
	border: none;
	top: 1px;
}

.account-body .account-content .referral-link .success-link {
    position: absolute;
    display: inline-block;
    grid-column: 2;
    bottom: calc(100% + 3px);
    padding: 5px 10px;
    color: #54ff7d;
    font-size: 11px;
    border: 1px solid #2a292e;
	background-color: #08070a;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	justify-self: center;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-vip ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-rewards ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-stash ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-shop ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-logs ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-pve ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-account ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-donate ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-characters ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-redeem ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== account-lotteries ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/

.money_icon{
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-left:5px;
	display:inline-block;
}
.money_icon.gj{
	background:url(../gfx/money.png) 0 -16px;
}
.money_icon.gold{
	background:url(../gfx/money.png) 0 -64px;
}
.money_icon.event{
	background:url(../gfx/money.png) 0 -80px;
}
.old_price{
	text-decoration: line-through;
	color:red !important;
}
.race{
	width:20px;
	height:20px;
	background-image:url('../gfx/profession.png');
	vertical-align:middle;
	display:inline-block;
	position:relative;
	z-index:1;
	border-radius:20px;
}
.race.r6{background-position:0 -100px;}
.race.r8{background-position:0 -140px;}
.race.r9{background-position:0 -160px;}
.claimed{opacity:0.5;}
.lotto_reward{
	position:fixed;
	text-align:center;
	padding:5px;
	width:100px;
	height:100px;
	padding-top:10px;
	z-index:9999999999999;
}

@keyframes divineclass1 {
  0% {background:#F7F12D;}
  50% {background:#23D5DB;}
  100% {background:#F7F12D;}
}

.event.c1{color:white !important;}
.event.c2{color:yellow !important;}
.event.c3{color:#FF99FF!important;}

@keyframes divineclass2 {
  0% {color:#F7F12D ;}
  50% {color:#23D5DB ;}
  100% {color:#F7F12D ;}
}
.orange{color:orange !important;}
.green{color:green !important;}
.claimed td{color:orange !important;}

.vip{
	width:40px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
}