:root{
	--color-gradient: linear-gradient(90deg, #ffffff, #b1a8a9);
}


* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

body {
	background-color: #360290;
	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, h1, h2 {
	
}

@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_bg4.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);
}


.rules {
	align-items: center;
	justify-items: center;
	margin: 30px;
	border: 3px solid black;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5);
}


/* Estilo para o título principal */
.rules h1 {
    color: #a5c7d1; /* Cor laranja para o título */
    font-size: 36px; /* Tamanho do título */
    font-weight: bold;
    margin-bottom: 10px;
}

/* Estilo para o subtítulo */
.rules h2 {
    color: #ffffff; /* Cor branca para o subtítulo */
    font-size: 24px;
    margin-bottom: 20px;
}

/* Estilo para o parágrafo inicial */
.rules p {
    color: #a5c7d1; /* Cor laranja */
    font-size: 14px;
    margin-bottom: 20px;
}

/* Estilo para a lista ordenada */
.rules ol {
    color: #ffffff; /* Cor branca para o texto */
    font-size: 14px;
    line-height: 1.8; /* Espaçamento entre as linhas */
    margin-left: 20px; /* Recuo para a lista */
}

/* Estilo para os itens da lista */
.rules ol li {
    margin-bottom: 10px; /* Espaçamento entre os itens */
}

/* Estilo para o aviso */


.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 .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-left {
	position: relative;
    display: grid;
    background: url(../images/content-left-1.jpg) repeat-y center top;
    background-size: 1300px;
	min-height: 900px;
    overflow: hidden;
    justify-content: left;
    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;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
.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 .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;
}

.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 .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 ---*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/

.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;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/ /*=== 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;
}
.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;}

@keyframes divineclass2 {
  0% {color:#F7F12D ;}
  50% {color:#23D5DB ;}
  100% {color:#F7F12D ;}
}
.green{color:green !important;}
.claimed td{color:orange !important;}

.vip{
	width:40px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
}