@import url(https://fonts.googleapis.com/css?family=Exo+2:400,600,700,800,900);

* {
	margin-top: 0;
	outline: 0;
	font-family: 'Exo 2';
}



::-webkit-scrollbar {
	width: 5px;
}


::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .1);
}


::-webkit-scrollbar-thumb {
	background-color: rgb(0, 0, 0);
}


::-webkit-scrollbar-thumb:hover {
	background-color: rgba(255, 10, 10, 0.315);
}





.shape1 {

	margin-left: auto;

}



@media (max-width: 768px) {


	body {

		max-width: 100%;


	}



}
body{
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #79c9fa;
	color: #fff;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.body {
	background: url('../images/layout/bghomenew.jpg');
	background-size: cover;
}

.body1[data-region] {
	background-image:
		url(/public/images/shape2.png),
		url(/public/images/shape1.png),
		var(--region-bg-url);
	background-repeat: no-repeat;
	background-position: right -81px, left -38px, center;
	background-size: auto, auto, cover;
}
li {

list-style: none;
}

@media (max-width: 768px) {

	body {
		background-size: 300% 100%;
		background-position: bottom;
	}

}








a {
	display: inline-block;
	color: #434343;
	font-weight: 600;
	text-decoration: none;
}



/* a::after {
	content: '';
	display: block;
	width: 0;
	height: 1.5px;
	background: rgb(12, 26, 148);
	transition: width .3s;
	margin: 0;
} */



a:not(.noanimate):hover::after {
	width: 100%;
}



*:focus {
	outline: none !important;
}



img {
	border: none;
}



hr {
	border: 1px solid #555;
	margin: 2px 0;
}



table {
	border-spacing: 1px;
}



label {
	cursor: pointer;
}



sup {
	vertical-align: 2px !important;
	font-size: xx-small !important;
}



sub {
	vertical-align: -1px !important;
	font-size: xx-small !important;
}



input[type=email],
input[type=password],
input[type=text],
input[type=number],
input[type=search],
select,
textarea {
	border: 1px solid #577599;
	background-color: #2e3d53;
	font-size: 13px;
	color: #fff;
	margin: 1px;
	cursor: auto;
	border-radius: 3px;
	font-size: 11px;
	opacity: .8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 12px;
	font-weight: 600;
}



input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
	outline: 0;
	opacity: 1;
	transition: .3s;
}



input::placeholder,
textarea::placeholder {
	color: #fff;
}



select {
	padding: 5px;
}



input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	opacity: 1;
	transition: .3s;
}



input:focus {
	transition: .3s;
	transform: scale(1.01);
}



input[name='username'] {
	background-image: url(../images/icons/user.gif);
	background-position: 15px 8px;
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left: 40px;
}



input[type='email'] {
	background-image: url(../images/icons/email.png);
	background-position: 15px 11px;
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left: 40px;
}



input[type='password'] {
	background-image: url(../images/icons/password.png);
	background-position: 15px 9px;
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left: 40px;
}



textarea {
	resize: none;
}



input[type='submit'],
button,
#button,
.button,
a.paginate_button {
	border: 1px solid #577599;
	color: #fff;
	border-radius: 3px;
	padding: 7px 21px;
	background-color: #2e3d53;
	box-shadow: 0 2px 0 0 #0f1a2a;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	opacity: .9;
	overflow: hidden;
	position: relative;
}



input[type='submit']:hover,
button:hover,
#button:hover,
.button:hover {
	cursor: pointer;
	opacity: 1;
	background-color: #222d3e;
	transition: all .3s;
}


#infomenu{
        width: 100%;
    display: flex
;
    flex-wrap: wrap;
    margin-top: 10%;
	margin-left: 5%;
    flex-direction: column;
	    align-items: flex-start;
}

@media (max-width: 768px){
	
#infomenu{
        
 align-items: center;
}
}


#topmenu {
	height: auto;
    width: 100%;
    /* min-width: 1010px; */
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
	z-index: 100;
}

#wrapper {
	height: auto;
	width: 100%;
	/* min-width: 1010px; */
    display: flex;
    flex-direction: column;
}


#navbar {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 80;
    /* box-shadow: 0 2px 6px rgb(255 255 255); */
    height: 115px;
    border-top: solid 2px #f4f4f4;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-image: url(/public/images/layout/menu.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

#container {
	width: 98%;
	height: max-content !important;
	padding-bottom: 5px;
	/* margin: 0 auto; */
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}



#container #header {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: auto;
	margin-top: 0px;
	padding-top: 10px;
}



#header #logo {
	width: 107%;
	height: 230px;
	background-size: contain;
	z-index: 1;
	background-position: top;
	position: relative;
	top: 15%;
}



#content {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	/* Aqui usamos a variável definida no JS */
}



#content .output {
	overflow: hidden;

}



.status-info {

	width: 145%;
	
	align-content: flex-start;
	padding-left: 20px;

}

@media (max-width: 768px) {
	.status-info {

		margin-left: 8%;

	}



}

.status-itens {
	display: flex;
	flex-direction: column;

}

.status-item1 {
	width: 40%;
	height: 18px;
	display: flex;
	margin-left: 73px;
	margin-bottom: 1px;
}

.status-item2 {
	width: 47%;
	height: 18px;
	display: flex;
	margin-left: 54px;
	margin-bottom: 1px;
}

.status-item3 {
	width: 54%;
	height: 18px;
	display: flex;
	margin-left: 35px;
	margin-bottom: 1px;
}

.status-item4 {
	width: 61%;
	height: 18px;
	display: flex;
	margin-left: 15px;
	margin-bottom: 1px;
}

.status-item5 {
	width: 68%;
	height: 18px;
	display: flex;
	margin-left: -3px;
	margin-bottom: 1px;
}

.status-item-left {
	width: 50%;
	height: 0px;
	border-style: solid;
	border-color: #fff0 #0f00 rgb(18, 43, 101) #fc00;
	border-width: 0px 0px 18px 18px;
	text-align-last: center;
	color: #fff;
}

.status-item-right {
	width: 50%;
	height: 0px;
	border-style: solid;
	border-color: #fff0 #0f00 #000 #fc00;
	border-width: 0px 18px 18px 0px;
	text-align-last: center;
	color: #fff;
}


/* Ícone premium flutuando */
.premium-icon {
	width: 35px;
	position: absolute;
	top: 12px;
	right: 12px;
	background: url(public/images/layout/eventos.png) no-repeat center;
	background-size: 50px 50px;
	border-radius: 8px;
	cursor: pointer;
}



/* Animação suave de entrada */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}


	to {
		opacity: 1;
		transform: translateY(0);
	}


}

.hub-adaptada {
	width: 100%;
	margin-bottom: 20px;
}



.hub-adaptada ul {
	list-style: none;
	padding: 0;
	margin: 0;
}



.hub-adaptada li {
	margin-bottom: 10px;
}



.hub-adaptada .bright-low {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	padding: 6px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 14px;
	box-shadow: 0 0 8px rgba(0, 255, 255, 0.3);
	transition: 0.3s;
}



.hub-adaptada .bright-low:hover {
	box-shadow: 0 0 12px rgba(0, 255, 255, 0.6);
}



.hub-adaptada .moeda-nome {
	font-weight: bold;
	color: #00ffff;
}



.hub-adaptada .moeda-valor {
	font-family: monospace;
	color: #ffffff;
	font-weight: bold;
}



.hub-adaptada .badges {
	float: right;
	margin-left: -20px;
	margin-top: -18px;
	z-index: 10;
	position: relative;
	color: #ff0;
	font-size: 18px;
}




.menu-links {
	background: #4d5e7fcc;
	/* margin: 0 auto; */
	border-radius: 5px;
	/* margin-top: 10px; */
	border-bottom: 1px solid #4d5e7fcc;
	border-radius: 5px;
}


.menu-links p {
	padding-bottom: 5px;
	color: #fff;
	/* padding: 0.5rem; */
	/* text-align: center; */
	width: 96%;
	/* height: 2rem; */
	/* margin-top: 0.5rem; */
	/* margin-bottom: 0.5rem; */
	/* font-weight: 800; */
	background-color: #204870;
	/* height: 22px; */
	padding-top: 5px;
}



#content .left {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 10px;
	margin-bottom: 10px;
}



#content .left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}



.side-links {
	display: flex;
	width: 96%;
}



.side-links ul {
	list-style-type: none;
	padding-inline-start: 3px;
	text-align: left;
	width: 50%;
}



.side-links ul li {
	margin-right: 1px;
}



.side-links ul li a {
	color: #fff;
	font-size: 16px;
	padding: 16px;
	padding-top: 26px;
	text-align: center;
	display: contents;
	;
	font-weight: 100;
}






/* Fixed sidenav, full height */
.sidenav {
	height: 100%;
	width: 95%;
	/* position: fixed; */
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111111d9;
	overflow-x: hidden;
	padding: 3px 1px 0px 1px;
	margin: 10px 0px 0px 0px;
	border-radius: 11px;
}



/* Style the sidenav links and the dropdown button */
.sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 16px;
	color: #818181;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none;
}


/* Style the sidenav links and the dropdown button */
.dropdown-btn {
	border-radius: 26px;
	padding: 3px 0px 6px 8px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
	/* border: none; */
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	margin: 0px 0px 1px 0px;
	border-color: #f00;
}


/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
	color: #f1f1f1;
}




/* Botões principais */
.dropbtn,
.dropbtnhome {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	height: 40px;
	font-size: 16px;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	cursor: pointer;
	color: #ffffff;
	background: linear-gradient(to bottom, #276395 22%, #0b336d 100%);
	border: none;
	border-radius: 0 !important;
	width: 100px;
}
.dropbtnnew,
.dropbtnhomenew {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	height: 40px;
	font-size: 16px;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	cursor: pointer;
	color: #ffffff;
	background: linear-gradient(to bottom, #276395 22%, #0b336d 100%);
	border: none;
	border-radius: 0 !important;
	width: 100%;
}







/* Hover */
.dropbtn:hover,
.dropbtnhome:hover {
	background: linear-gradient(to bottom, #0062a2 22%, #00326c 100%);
}



/* Dropdown */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #61aee2;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
	text-align: center;
}



.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}



.dropdown-content a:hover {
	background-color: #f1f1f1;
	font-weight: bold;
}



.dropdown:hover .dropdown-content {
	display: block;
}



/* Dropdowns com bordas retas */
.dropdown1,
.dropdown2,
.dropdown3,
.dropdown4 {
	min-width: 120px;
	border: 1px solid #0086cc;
	border-top: 4px solid #0086cc;
	border-radius: 0 !important;
}


/* On mouse-over */
.sidenav a:hover,
.dropdown-btntop:hover {
	color: #f1f1f1;
}



/* Main content */
.main {
	margin-left: 200px;
	/* Same as the width of the sidenav */
	font-size: 20px;
	/* Increased text to enable scrolling */
	padding: 0px 10px;
}



/* Add an active class to the active dropdown button */
.active {
	background-color: #fd0000;
	color: #fff;
	border-color: #00fdff;
}



/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
	display: none;
	background-color: #262626;
	padding-left: 8px;
	flex-wrap: wrap;
}


.dropdown-containertop {
	display: none;
	background-color: #262626;
	padding-left: 8px;
	flex-direction: column;
	position: relative;
}



/* Optional: Style the caret down icon */
.fa-caret-down {
	float: right;
	padding-right: 8px;
}



/* Some media queries for responsiveness */
/*@media screen and (max-height: 425px) {*/
/*	.sidenav {padding-top: 15px;}

*/
/*	.sidenav a {font-size: 18px;}

*/
/*}*/




.containermap img {

	border-radius: 30px;
}

.containermap {

	margin: 5px auto 0 !important;
	position: relative !important;
	width: 100% !important;

}



.MapaX {
	margin: 0 auto;
	width: 100%;
}


.MapaX input[type='submit'] {
	margin: 0px !important;
	opacity: 0 !important;
	border: 0px !important;
	border-radius: 0px !important;
	padding: 0px !important;
}


img[usemap] {
	border: none;
	height: auto;
	width: 100%;
}





#login {
	margin: 0 0 10px;
	padding: 10px 0;
	float: right;
}



.login-content {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin: 0 0 10px;
	padding: 10px 0;
	box-shadow: 0 0 15px #0e0d0d66;
}



#login ul.links li {
	cursor: pointer;
	color: #555;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}



#login ul.links li:hover {
	text-decoration: underline;
}



#login ul.links li span {
	color: #0074D9;
}



span.alert {
	background: #0ebfa4;
	float: right;
	border-radius: 3px;
	min-width: 10px;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	font-size: 11px !important;
	padding: 1px;
	border: 1px solid rgba(0, 0, 0, .5)
}


span.alert.red {
	background: #e10145;
}


span.alert.blue {
	background: #017ae1;
}


span.alert.green {
	background: #67b600;
}



#content .right {
	width: 100%;
	display: flex;
	justify-content: center;
	/* height: 100%; */
}



.right #pub728x90 {
	width: 735px;
	height: 98px;
	background: url(../images/layout/pub-728x90.png) no-repeat;
	padding: 8px 0 0 7px;
	margin-left: 4px;
}



#main-content div.content {
	width: 100%;
	max-width: 1000px;
	padding: 60px 20px;
	/* 20px lateral para dar espaço */
	margin: 0 auto;
	/* centralizar horizontalmente */
	/* height removido */
	box-sizing: border-box;
	/* para incluir padding na largura total */
}





div#npc-section {
	border-bottom: 6px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 15px;
	vertical-align: middle;
	margin-bottom: 30px;
	background-image: linear-gradient(180deg, #1fbfff61, #39688d);
	height: 200px;
	display: flex;
	align-items: center;
	background-size: cover;
	box-shadow: 7px 8px #17435175;


}



.insiginias img {
	max-width: 24px;
	max-height: 24px;
}



div#npc-section div#npc-image {


	width: 160px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
}



div#npc-section div#npc-content {
	display: inline-block;
	vertical-align: top;
	width: 565px;
	margin-right: 17px;
	padding: 10px;
	margin-bottom: 15px;
}



div#npc-section div#npc-content h3 {
	padding: 5px;
	background: url('../images/layout/line.png') no-repeat;
	background-position: bottom;
	background-size: 100%;
	font-size: 21px;
	margin: 5px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #f1ff1d;
	text-shadow: 2px 0px 5px #333;

}



div#npc-section div#npc-content p {
	margin-top: 5px;
	font-size: 13px;
	font-weight: 600;
	color: #eeeeee;
}



div#npc-section div#npc-content img {
	vertical-align: middle;
}



.box-content {

	/* padding-bottom: 19px; */
	/* padding-top: 1px; */
	background-image: linear-gradient(30deg, #13354570, #0ba6ed57);
	/* background-size: cover; */
	/* height: auto; */
	/* width: auto; */
	/* border: 2px solid #ffffff; */
	border-radius: 32px;
	box-shadow: 6px 9px 0px rgb(19 77 85 / 40%);
	/* background-position: center; */
}


/* .box-contentnew {
	padding: 0;
    background-image: url('../images/patternpoke.png'); no-repeat;
	background-position: center;
    border: 2px solid #ffffff;
    border-radius: 32px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    overflow: hidden;
} */



.box-content h3.title {
	padding: 5px;
	background: url('../images/layout/line.png') no-repeat;
	background-position: bottom;
	background-size: 70%;
	font-size: 15px;
	margin: 5px 0 0;
	font-weight: bold;
	color: #9eadcd;
}



.box-content p {
	margin-top: 5px;
	font-size: 13px;
	font-weight: 600;
	color: #eeeeee;
}



.box-content img {
	vertical-align: middle
}



table.fundopersonagens>tbody>tr:nth-child(odd) {
	background-image: url('../images/patternpoke.png');
	background: no-repeat;
	background-position: center;
}


table.fundopersonagensnew>tbody>tr:nth-child(odd) {

	background: linear-gradient(to bottom, #276395 89%, #09306b 100%);
	opacity: 0.6;
}



table.general {
	/* border-spacing: 0; */
	/* background: url(../images/patternpoke22.png); */
	color: #eeeeee;
	vertical-align: middle;
	/* height: 100px; */
	background-size: cover;
	width: 100%;
	border-radius: 26px;
	color: #ffffff;
	text-shadow: 0px 0px 5px #1f415f;
}



table.general>thead>tr>th {
	font-size: 13px;
	padding: 10px;
	padding-left: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f1ff1d;

	text-shadow: 2px 0px 5px #333;
}



table.general>thead>tr {
	padding: 10px;
	background: url('../images/layout/line.png') no-repeat;
	background-position: bottom;
	background-size: 70%;
}



table.general>tfoot {
	border-top: 1px solid #577599;
}



table.general.no-line>thead {
	padding: 10px;
}






table.general>tbody>tr>td img {
	vertical-align: middle;
}



table.general.bordered>tbody>tr {
	border: none;
	padding: 10px;
}



table.general.bordered>tbody>tr>td {
	border: 1px solid #577599;
}





table.general.bordered>tbody>tr>td:first-child {
	border-left: none;
}



table.general.bordered>tbody>tr>td:last-child {
	border-right: none;
}



table.general>tbody>tr>td.no-bordered {
	border: none;
}






table.general>tbody>tr:nth-child(odd) {

	background-image: linear-gradient(180deg, #262b2d61, #39688d);
}


table.rotas>tbody>tr:nth-child(odd) {
	background-image: url('../images/patternpoke22.png');
	background: no-repeat;
	background-position: center;
}








table.general.no-stripped>tbody>tr:nth-child(odd) {
	background-color: transparent;
}



table.general>tbody>tr:nth-child(odd)>td.no-bordered {
	    background-image: linear-gradient(45deg, #236685d1, #2196F3);
}



table.general>tbody>tr>td.bordered {
	border: 1px solid #577599;
}



table td.first {
	padding-left: 10px;
}



table td.last {
	padding-right: 10px;
}



table td.last-right {
	text-align: right;
}



.no-padding {
	padding: 1px !important;
}



div.stats-container {
	background: url(../images/layout/progress_bar.png) 0 0/100% 100% no-repeat;
}



div.stats-container div {
	background-color: #7cce1b;
	border: 1px solid #59970f;
	height: 16px;
	line-height: 16px;
	border-radius: 3px;
}



div.stats-container div.bluepr {
	background-color: #22b0d4;
	border: 1px solid #0e8aa9;
	height: 16px;
	line-height: 16px;
	border-radius: 3px;
}



div.stats-container span {
	margin-left: 4px;
	font-weight: 700;
	font-size: 9px;
	color: #FFF;
	text-shadow: 1px 1px #555;
}



.buddytext {
	color: #00a139;
}



.blocktext {
	color: #DC0000;
}



.selftext {
	color: #366BAF;
}



.clantext {
	color: #762698;
}



.clanownertext {
	color: #762698;
	font-weight: 700;
}



div.green,
div.blue,
div.red,
div.topalert {
	color: #9eadcd;
	padding: 10px 0;
	background: #2e3d53;
	font-weight: 700;
	width: 100%;
	z-index: 10;
	margin-bottom: 7px;
	text-transform: uppercase;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
}




div.green {
	border-bottom: 2px solid #000000;
	background-color: #00ff7750;
	color: rgb(255, 255, 255);
}



div.blue {
	border-bottom: 4px solid #04a3eb;
	background-color: #2a2a2aa0;
	color: rgb(255, 255, 255);

}

div.topalert {

	background-color: #2a2a2aa0;
	color: rgb(255, 255, 255);
	border-radius: 30px 30px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}





.sub-top {

	background-color: rgba(244, 244, 244, 0.51);
	border-radius: 10px;
	width: 34%;
	/* text-align: center; */
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	margin-left: 35px;
}
@media (max-width: 768px) {
.sub-top {

width: auto;
margin-left: 0;

}
div.topalert{
gap: 10px;
flex-wrap: wrap

}

}

.blue img {

	vertical-align: middle;
	width: 20px;
	filter: drop-shadow(0 0 5px white);
	height: auto;
	margin-right: 23px;
}



#pokemon_info tr {
	align-items: center;

}

div.red {
	border-bottom: 2px solid #000000;
	background-color: #fe0000bf;
	color: #000;
}



div.green::before {
	z-index: 1000;
	content: "";
	width: 25px;
	height: 25px;
	margin-left: -8px;
	float: left;
	margin-top: -6px;
	position: relative;
	border-radius: 50%;
	background: url(../images/info/success.png) left center no-repeat #2e3d53;
	background-size: contain;
}



div.blue::before {
	z-index: 1;
	content: "";
	width: 25px;
	height: 25px;
	float: left;
	margin-top: -6px;
	position: relative;
	border-radius: 50%;
	background: url(../images/info/info.png) left center no-repeat #2e3d53;
	background-size: contain;
}



div.red::before {
	z-index: 1000;
	content: "";
	width: 25px;
	height: 25px;
	margin-left: -8px;
	float: left;
	margin-top: -6px;
	position: relative;
	border-radius: 50%;
	background: url(../images/info/error.png) left center no-repeat #2e3d53;
	background-size: contain;
}



#pokemon_star {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/lidbetaald.png);
}



#computer_star {
	float: right;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/lidbetaald.png);
}



.type-icon {
	background: #ccc;
	background: -webkit-linear-gradient(#ddd, #bbb) #ccc;
	background: linear-gradient(#ddd, #bbb) #ccc;
	border: 1px solid #aaa;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
	display: inline-block;
	width: 54px;
	line-height: 1;
	margin: 1px 0;
	padding: 3px 0;
}



.type-icon:active,
.type-icon:focus,
.type-icon:hover {
	color: #fff;
	text-decoration: none;
}



.type-normal {
	background: #8a8a59;
	background-image: -webkit-linear-gradient(#a8a878, #8a8a59);
	background-image: linear-gradient(#a8a878, #8a8a59);
	border-color: #79794e;
}



.type-fire {
	background: #f08030;
	background-image: -webkit-linear-gradient(#f08030, #dd6610);
	background-image: linear-gradient(#f08030, #dd6610);
	border-color: #b4530d;
}



.type-water {
	background: #6890f0;
	background-image: -webkit-linear-gradient(#6890f0, #386ceb);
	background-image: linear-gradient(#6890f0, #386ceb);
	border-color: #1753e3;
}



.type-electric {
	background: #f8d030;
	background-image: -webkit-linear-gradient(#f8d030, #f0c108);
	background-image: linear-gradient(#f8d030, #f0c108);
	border-color: #c19b07;
}



.type-grass {
	background: #78c850;
	background-image: -webkit-linear-gradient(#78c850, #5ca935);
	background-image: linear-gradient(#78c850, #5ca935);
	border-color: #4a892b;
}



.type-ice {
	background: #98d8d8;
	background-image: -webkit-linear-gradient(#98d8d8, #69c6c6);
	background-image: linear-gradient(#98d8d8, #69c6c6);
	border-color: #45b6b6;
}



.type-fighting {
	background: #c03028;
	background-image: -webkit-linear-gradient(#c03028, #9d2721);
	background-image: linear-gradient(#c03028, #9d2721);
	border-color: #82211b;
}



.type-poison {
	background: #a040a0;
	background-image: -webkit-linear-gradient(#a040a0, #803380);
	background-image: linear-gradient(#a040a0, #803380);
	border-color: #662966;
}



.type-ground {
	background: #e0c068;
	background-image: -webkit-linear-gradient(#e0c068, #d4a82f);
	background-image: linear-gradient(#e0c068, #d4a82f);
	border-color: #aa8623;
}



.type-flying {
	background: #a890f0;
	background-image: -webkit-linear-gradient(#a890f0, #9180c4);
	background-image: linear-gradient(#a890f0, #9180c4);
	border-color: #7762b6;
}



.type-psychic {
	background: #f85888;
	background-image: -webkit-linear-gradient(#f85888, #f61c5d);
	background-image: linear-gradient(#f85888, #f61c5d);
	border-color: #d60945;
}



.type-bug {
	background: #a8b820;
	background-image: -webkit-linear-gradient(#a8b820, #8d9a1b);
	background-image: linear-gradient(#a8b820, #8d9a1b);
	border-color: #616b13;
}



.type-rock {
	background: #b8a038;
	background-image: -webkit-linear-gradient(#b8a038, #93802d);
	background-image: linear-gradient(#b8a038, #93802d);
	border-color: #746523;
}



.type-ghost {
	background: #705898;
	background-image: -webkit-linear-gradient(#705898, #554374);
	background-image: linear-gradient(#705898, #554374);
	border-color: #413359;
}



.type-dragon {
	background: #7038f8;
	background-image: -webkit-linear-gradient(#7038f8, #4c08ef);
	background-image: linear-gradient(#7038f8, #4c08ef);
	border-color: #3d07c0;
}



.type-steel {
	background: #b8b8d0;
	background-image: -webkit-linear-gradient(#b8b8d0, #9797ba);
	background-image: linear-gradient(#b8b8d0, #9797ba);
	border-color: #7a7aa7;
}



.type-dark {
	background: #705848;
	background-image: -webkit-linear-gradient(#705848, #513f34);
	background-image: linear-gradient(#705848, #513f34);
	border-color: #362a23;
}



.type-fairy {
	background: #e898e8;
	background-image: -webkit-linear-gradient(#e898e8, #de6ede);
	background-image: linear-gradient(#e898e8, #de6ede);
	border-color: #d547d5;
}



.type-curse {
	background: #68a090;
	background-image: -webkit-linear-gradient(#68a090, #4e7c6f);
	background-image: linear-gradient(#68a090, #4e7c6f);
	border-color: #41685d;
}



.typelist {
	text-align: center;
}



div.typelist .type {
	display: -moz-inline-box;
	display: inline-block;
}



.available {
	border: 1px solid #aaa;
	background: #bbdd65;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}



.finished {
	border: 1px solid #aaa;
	background: #daebaa;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}



.notyet {
	border: 1px solid #aaa;
	background: #dadada;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}



div.sabrosus {
	padding: 5px;
	text-align: center;
}



div.sabrosus a {
	margin: 2px;
	border: 1px solid #577599;
	color: #fff;
	border-radius: 3px;
	background-color: #2e3d53;
	box-shadow: 0 2px 0 0 #0f1a2a;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	opacity: .9;
	overflow: hidden;
	position: relative;
	width: 25px;
	height: 25px;
	line-height: 25px;
}



div.pagination a:active,
div.sabrosus a:hover {
	border: 1px solid #0074D9;
	color: #00bfff;
	transition: .3s;
}



div.sabrosus span.current {
	display: inline-block;
	margin: 2px;
	border-radius: 3px;
	background-color: #2e3d53;
	box-shadow: 0 2px 0 0 #0f1a2a;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	opacity: .9;
	overflow: hidden;
	position: relative;
	border: 1px solid #0074D9;
	color: #0074D9;
	width: 25px;
	height: 25px;
	line-height: 25px;
}



div.sabrosus span.disabled {
	border: 1px solid #d8d8d8;
	cursor: auto;
	font-weight: 700;
	margin: 2px;
	color: #d8d8d8;
	display: inline-block;
	margin: 2px;
	border-radius: 3px;
	background-color: #2e3d53;
	box-shadow: 0 2px 0 0 #0f1a2a;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	opacity: .9;
	overflow: hidden;
	position: relative;
	width: 25px;
	height: 25px;
	line-height: 25px;
}



#badgebox {
	border: 5px solid #552a00;
	margin: 15px 0;
	display: block;
	overflow: hidden;
	width: 600px;
	text-align: center;
	background-color: #C96;
	border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}



#badgebox img {
	margin: 8px 10px 5px;
}



.bar_red,
.bar_blue,
.bar_top {
	background: #cccccc;
	border: #fafafa 1px solid;
	border-radius: 4px;
	height: 10px;
	overflow: hidden;
}



.bar_red .progress {
	background-image: url('../images/progress.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	height: 100%;
	max-width: 100%;
	transition: width 1s;
}



.bar_blue .progress {
	background: #0074D9;
	border-radius: 4px;
	float: left;
	height: 100%;
	max-width: 100%;
	transition: width 1s;
}



.battle-area {
	width: 748px;
	height: 470px;
	background-repeat: no-repeat;
}



.new_bar {
	background-image: url('../images/attack/new_bar.png');
	background-repeat: no-repeat;
	width: 240px;
	height: 90px;
}



.new_bar2 {
	background-image: url('../images/attack/new_bar2.png');
	background-repeat: no-repeat;
	width: 240px;
	height: 90px;
}



.hp_red,
.exp_blue {
	background: #cccccc;
	border: #f2f2f2 1px solid;
	border-radius: 4px;
	clear: both;
	height: 8px;
	margin-left: 10px;
	margin-top: 1px;
	overflow: hidden;
	width: 130px;
}



.hp_red .progress {
	background-image: url('../images/progress.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	height: 100%;
	max-width: 100%;
	transition: width 1s;
}



.exp_blue .progress {
	background: #0074D9;
	border-radius: 4px;
	float: left;
	height: 100%;
	max-width: 100%;
	transition: width 1s;
}



.clear {
	clear: both;
}



.topalert {
	top: 0;
	left: 0;
}



.bottom {
	bottom: 0;
	left: 0;
}



.pokemon {
	max-height: 96px !important;
	max-width: 96px !important;
}



.pokemon_mini {
	max-height: 32px !important;
	max-width: 32px !important;
}



.autoHideBox {
	font-weight: 400;
	font-size: 14px;
	position: fixed;
	text-align: center;
	width: 400px;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -205px;
	border: 1px solid #001D47;
	background: #0310A5;
	background: -moz-linear-gradient(top, #0310A5 0%, #02108C 44%, #000A6B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0310A5), color-stop(44%, #02108C), color-stop(100%, #000A6B));
	background: -webkit-linear-gradient(top, #0310A5 0%, #02108C 44%, #000A6B 100%);
	background: -o-linear-gradient(top, #0310A5 0%, #02108C 44%, #000A6B 100%);
	background: -ms-linear-gradient(top, #0310A5 0%, #02108C 44%, #000A6B 100%);
	background: linear-gradient(to bottom, #0310A5 0%, #02108C 44%, #000A6B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0310A5', endColorstr='#000A6B', GradientType=0);
	z-index: 100000;
	color: #FFF;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(60, 30, 0, 0.35);
	box-shadow: 1px 1px 2px 0 rgba(60, 30, 0, 0.35);
	text-shadow: 1px 1px 1px #000;
	border-radius: 5px;
}



.autoHideBox p {
	padding: 5px;
	margin: 0;
}



.autoHideBox.error {
	border: 1px solid #000;
	background: #A90329;
	background: -moz-linear-gradient(top, #A90329 0%, #8F0222 44%, #6D0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A90329), color-stop(44%, #8F0222), color-stop(100%, #6D0019));
	background: -webkit-linear-gradient(top, #A90329 0%, #8F0222 44%, #6D0019 100%);
	background: -o-linear-gradient(top, #A90329 0%, #8F0222 44%, #6D0019 100%);
	background: -ms-linear-gradient(top, #A90329 0%, #8F0222 44%, #6D0019 100%);
	background: linear-gradient(to bottom, #A90329 0%, #8F0222 44%, #6D0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A90329', endColorstr='#6D0019', GradientType=0);
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}



.autoHideBox.success {
	border: 1px solid #204900;
	background: #19A903;
	background: -moz-linear-gradient(top, #19A903 0%, #159002 44%, #0f6E00 100%);
	background: -webkit-linear-gradient(top, #19A903 0%, #159002 44%, #0f6E00 100%);
	background: -o-linear-gradient(top, #19A903 0%, #159002 44%, #0f6E00 100%);
	background: -ms-linear-gradient(top, #19A903 0%, #159002 44%, #0f6E00 100%);
	background: linear-gradient(to bottom, #19A903 0%, #159002 44%, #0f6E00 100%);
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}



#fader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/layout/fader.png);
	z-index: 12000;
}



.separator {
	background: url(../images/layout/sep-b.png) center;
	width: 100%;
	height: 2px;
	margin-top: 3px;
	margin-bottom: 2px;
	background-size: 100% 100%;
}



.shadow {
	padding: 5px;
	background: rgba(0, 0, 0, .16);
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .06);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .06);
}



.my_pokemons .icon {
	background: url('../images/layout/eventos.png') no-repeat;
	margin-left: 2px;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	vertical-align: bottom;
}



.my_pokemons .icon:hover {
	filter: drop-shadow(5px 5px 10px gray);
	transition: .3s;
}



.my_pokemons div {
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 2px;
	width: 42px;
	height: 42px;
	display: inline-block;
}



.my_pokemons div.dead {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}



.duel-pokemon .icon {
	background: url('../images/icons/iconball.png') no-repeat;
	background-size: 100%;
	margin-left: 2px;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	vertical-align: bottom;
	margin: 4px 1px;
}



.duel-pokemon div {
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 2px;
	width: 42px;
	height: 42px;
	display: inline-block;
}



.duel-pokemon div.dead {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}



#zmove {
	position: absolute;
	z-index: 10000;
	margin-left: 25%;
	margin-top: 83px;
	filter: drop-shadow(0px 4px 2px) invert(8%);
}



#weather {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}



#weather.weather {
	background-size: cover;
}



#weather.weather>table {
	transition: 2s;
	filter: opacity(80%);
}



#weather.harsh_sunlight {
	filter: brightness(104%);
	background-image: url('../images/attack/weather/weather-harsh-sunlight.png');
}



#weather.harsh_sunlight>table {
	filter: opacity(90%);
}



#weather.extremely_harsh_sunlight {
	filter: brightness(99%);
	background-image: url('../images/attack/weather/weather-harsh-sunlight.png');
}



#weather.extremely_harsh_sunlight>table {
	filter: opacity(70%);
}



#weather.rain {
	filter: brightness(87%);
	background-image: url('../images/attack/weather/weather-rain.png');
}



#weather.rain>table {
	filter: opacity(87%);
}



#weather.heavy_rain {
	filter: brightness(73%);
	background-image: url('../images/attack/weather/weather-rain.png');
}



#weather.heavy_rain>table {
	filter: opacity(73%);
}



#weather.sandstorm {
	filter: brightness(88%);
	background-image: url('../images/attack/weather/weather-sandstorm.png');
}



#weather.sandstorm>table {
	filter: opacity(77%);
}



#weather.hail {
	filter: brightness(85%);
	background-image: url('../images/attack/weather/weather-hail.png');
}



#weather.hail>table {
	filter: opacity(65%);
}



#weather.mysterious_air_current {
	filter: brightness(90%);
	background-image: url('../images/attack/weather/weather-mysterious-air-current.png');
}



#weather.mysterious_air_current>table {
	filter: opacity(72%);
}



.water-1 {
	background-image: url('../images/attack/backgrounds/news(1)/agua.jpg');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}



.water-2 {
	background-image: url('../images/attack/backgrounds/news(1)/agua.jpg');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.water-1 #img_pokemon_en,
.water-2 #img_pokemon_en {
	position: absolute;
	bottom: 45%;
	right: 20%;
}



.gras-1 {
	background-image: url('../images/attack/backgrounds/news(1)/gras.jpg');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.gras-1 #img_pokemon_en,
.gras-2 #img_pokemon_en,
.gras-3 #img_pokemon_en {
	position: absolute;
	bottom: 39%;
	right: 25%;
}

.gras-2 {
	background-image: url('../images/attack/backgrounds/news(1)/gras.jpg');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.gras-2 #img_pokemon_en {
	position: absolute;
	bottom: 35%;
	right: 25%;
}



.gras-3 {
	background-image: url('../images/attack/backgrounds/news(1)/gras.jpg');
	width: 100%;
	background-size: 100% 100%;

	background-repeat: no-repeat
}

.duelo-1 {
	background-image: url('../images/attack/backgrounds/duelo-1.png');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}



.duelo-2 {
	background-image: url('../images/attack/backgrounds/duelo-2.png');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}



.battlearea3 {
	background-image: url('../images/attack/backgrounds/news(1)/praia.jpg');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.battlearea3 #img_pokemon_en {
	position: absolute;
	bottom: 40%;
	right: 18%;
}



.battlearea4 {
	background-image: url('../images/attack/backgrounds/news(1)/grot.jpg');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.battlearea4 #img_pokemon_en {
	position: absolute;
	bottom: 37%;
	right: 26%;
}



.battlearea {
	background-image: url('../images/attack/backgrounds/news(1)/lava.jpg');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.battlearea #img_pokemon_en {
	position: absolute;
	bottom: 35%;
	right: 25%;
}


.battlearea5 {
	background-image: url('../images/attack/backgrounds/news(1)/lava.jpg');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}



.battlearea6 {
	background-image: url('../images/attack/backgrounds/news(1)/dojo.jpg');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.battlearea6 #img_pokemon_en {
	position: absolute;
	bottom: 35%;
	right: 25%;
}


.battlearea7 {
	background-image: url('../images/attack/backgrounds/news(1)/torre.jpg');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.battlearea7 #img_pokemon_en {
	position: absolute;
	bottom: 38%;
	right: 20%;
}





.battlearea8 {
	background-image: url('../images/attack/backgrounds/news(1)/gras.jpg');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}



.duel_area {
	background-image: url('../images/attack/backgrounds/duel-area-1.png');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}



.duel_area2 {
	background-image: url('../images/attack/backgrounds/duel-area-2.png');
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat
}



.new_bar {
	background-image: url('../images/attack/new_bar.png');
	background-repeat: no-repeat;
	width: 240px;
	height: 90px
}


.text-box {
	width: 100%;
	height: 168px;
	color: #fff;
	text-align: left;
}



.text-box .selector {
	margin: 0 auto;
	padding: 0;
	height: 62px;
	width: 165px;
	cursor: pointer;
	display: inline-block;
	transition: .3s;
}



.text-box .selector.blocked {
	cursor: not-allowed;
}



.text-box .selector.attack {
	background: url('../images/layout/battle/attack.png') no-repeat;
	background-size: 100% 100%;
	margin-bottom: -6px;
	width: 50%;
}



.text-box .selector.attack:hover {
	background: url('../images/layout/battle/attack-hover.png') no-repeat;
	background-size: 100% 100%;
}



.text-box .selector.bag {
	background: url('../images/layout/battle/bag.png') no-repeat;
	background-size: 100% 100%;
	margin-left: -10px;
	margin-bottom: -6px;
	width: 50%;
}



.text-box .selector.bag:not(.blocked):hover {
	background: url('../images/layout/battle/bag-hover.png') no-repeat;
	background-size: 100% 100%;
}



.text-box .selector.pokemon {
	background: url('../images/layout/battle/pokemon.png') no-repeat;
	background-size: 100% 100%;
	max-height: unset !important;
	max-width: unset !important;
	width: 50%;
}



.text-box .selector.pokemon:hover {
	background: url('../images/layout/battle/pokemon-hover.png') no-repeat;
	background-size: 100% 100%;
}



.text-box .selector.run {
	background: url('../images/layout/battle/run.png') no-repeat;
	background-size: 100% 100%;
	margin-left: -10px;
	width: 50%;
}



.text-box .selector.run:not(.blocked):hover {
	background: url('../images/layout/battle/run-hover.png') no-repeat;
	background-size: 100% 100%;
}



.new_bar2 {
	background-image: url('../images/attack/new_bar2.png');
	background-repeat: no-repeat;
	width: 240px;
	height: 90px
}


.border_black {
	border: 1px solid #000;
	border-radius: 6px;
	-webkit-border-radius: 6px
}


.infront {
	width: 330px;
	height: 200px;
	position: absolute;
	padding: 110px 0px 0px 50px;
	z-index: 99
}


.inback {
	width: 330px;
	height: 200px;
	position: absolute;
	padding: 10px 0px 0px 0px;
	z-index: 1
}


.type-special {
	background: #4F5870;
	font-family: verdana, sans-serif;
	font-size: 10px;
}


.type-physical {
	background: #C92112;
	font-family: verdana, sans-serif;
	font-size: 10px;
}


.type-status {
	background: #8C888C;
	font-family: verdana, sans-serif;
	font-size: 10px;
}



#dame2 {
	background: url(../images/dame.gif) no-repeat;
	width: 70px;
	height: 70px;
	color: #FFFF66;
	font-size: 14px;
	position: absolute;
	padding: 30px 0px 0px 0px;
	z-index: 99;
	left: 10%;
}


#dame {
	background: url(../images/dame.gif) no-repeat;
	width: 70px;
	height: 70px;
	color: #FFFF66;
	font-size: 14px;
	position: absolute;
	padding: 25px 0px 0px 0px;
	z-index: 99;
	right: 35%;
	top: 40%;
}


.name_container {
	width: 138px;
	height: 32px;
	background: url(../images/layout/playeron.png) no-repeat;
	background-size: 115px;
	margin-left: 5px;
	padding-left: 8px;
	margin-top: 5px;
	text-align: center;
	line-height: 32px;
	float: left;
}



.admin_container {
	width: 138px;
	height: 32px;
	background: url(../images/layout/adminon.png) no-repeat;
	background-size: 115px;
	margin-left: 5px;
	padding-left: 8px;
	margin-top: 5px;
	text-align: center;
	line-height: 32px;
	float: left;
}



.name_container img {
	margin: 0 3px
}



#swiper-info {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	color: #ffffff;
	display: block;
	font-size: 15px;
	left: 0;
	padding: 3%;
	position: absolute;
	text-align: center;
	width: 94%;
}



.flickity-page-dots {
	bottom: 3px !important;
}


.flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: transparent;
	border: 2px solid white;
}


.flickity-page-dots .dot.is-selected {
	background: url('../images/icons/pokeball.png');
	background-size: cover;
}


.btn-type {
	padding-top: -3px;
	color: #eee;
	background-repeat: no-repeat;
	height: 57px;
	width: 154px;
	margin: 3px 5px;
	border: 0;
	opacity: .8;
	text-shadow: #000 1px -1px 2px, #000 -1px 1px 2px, #000 1px 1px 2px, #000 -1px -1px 2px;
	cursor: pointer;
	border-radius: 4px;
	z-index: 10
}



.btn-type:hover {
	opacity: 1;
	transition: .3s;
	box-shadow: 0 0 15px #0e0d0d66;
}



.wlBadges {
	display: none;
}



.social div {
	cursor: pointer;
	display: inline-block;
	height: 25px;
	margin-left: 5px;
	width: 25px;
}



.social .facebook {
	background: url(../images/social/face.png) no-repeat;
}



.social .facebook:hover {
	background: url(../images/social/face1.png) no-repeat;
	transition: .3s;
}



.social .instagram {
	background: url(../images/social/instagram.png) no-repeat;
}



.social .instagram:hover {
	background: url(../images/social/instagram1.png) no-repeat;
	transition: .3s;
}



.social .twitter {
	background: url(../images/social/twitter.png) no-repeat;
}



.social .twitter:hover {
	background: url(../images/social/twitter1.png) no-repeat;
	transition: .3s;
}



.social .youtube {
	background: url(../images/social/youtube.png) no-repeat;
}



.social .youtube:hover {
	background: url(../images/social/youtube1.png) no-repeat;
	transition: .3s;
}



#pokemon-amie {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -80px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	width: 100%;
}



#pokemon-amie .orientation {
	background: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 13px 15%;
	clear: both;
	border-radius: 50%/100px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}



#pokemon-amie .infos {
	background: rgba(0, 0, 0, .6);
	text-align: center;
	position: relative;
	top: 0;
	width: 100%;
	color: #fff;
	padding: 13px;
	border-radius: 50%/100px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}



#pokemon-amie .orientation .image,
.items-carousel .image {
	background: #0C161D;
	border: 2px #2C5A81 solid;
	cursor: pointer;
	border-radius: 7px;
	height: 26px;
	margin: 0 25px;
	padding: 7px 6px;
	width: 26px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}



#container_links {
	height: 27px;
	background: #fff;
	box-shadow: 0 -2px 3px rgba(0, 0, 0, .05);
	z-index: 1;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid #cecdcd;
	border-radius: 4px;
}



#container_links .links_ul {
	margin-top: -6px;
	background: #fff;
	border: 1px solid #cecdcd;
	height: 34px;
	border-radius: 18px;
	padding: 2px 0 0;
	text-transform: capitalize;
	position: absolute;
	list-style-type: none;
	white-space: nowrap;
}



#container_links .links_ul li {
	width: 36px;
	height: 12px;
	position: relative;
	display: inline-block;
}



#container_links .links_ul li a {
	background: url(../images/icons/iconball.png) 3px 1px no-repeat;
	background-size: 30px;
	width: 35px;
	height: 30px;
	position: absolute;
	top: 2%;
	padding: 3px 0;
	text-align: center;
	opacity: .6;
}



#container_links .links_ul li a:hover {
	transition: .3s ease;
	opacity: 1;
}



#container_links .links_ul li a img:hover {
	animation: shake .5s alternate;
}



#container_links .container_2 {
	position: relative;
	float: right;
}



@keyframes shake {
	0% {
		transform: rotate(7deg);
	}


	25% {
		transform: rotate(0deg);
	}


	50% {
		transform: rotate(-7deg);
	}


	100% {
		transform: rotate(0deg);
	}


}

@keyframes zmove {
	to {
		drop-shadow: 0px 0px 35px 15px yellow;
	}


}

.shake-pokeball {
	animation: shake .5s infinite;
}



.zmove {
	animation: glow 1.5s linear infinite alternate;
}



.pr-bar {
	background: #cccccc;
	border: #fafafa 1px solid;
	border-radius: 4px;
	height: 13px;
	overflow: hidden;
}



.pr-bar .prog {
	background: #0074D9;
	border-radius: 4px;
	float: left;
	height: 100%;
	max-width: 100%;
	transition: width 1s;
}



.infos1 {
	background: #f3f3f3;
	border: 1px #e3e3e3 solid;
	border-radius: 5px;
	height: 118px;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 97%;
}



.infos1 h3 {
	color: #000000;
}



.infos1 p {
	color: #eeeeee;
	margin: 0;
}



.infos1 img {
	width: 100%;
}



.msg-table .selected {
	background-color: #1d2b3e !important;
}



.msg-table td {
	border-bottom: 1px solid #577599;
	background: #26354b;
	padding: 10px 0;
	color: #9eadcd;
	cursor: pointer;
	font-size: 14px;
	height: 55px;
	text-align: center;
}



.msg-table td:hover {
	background-color: #1d2b3e;
	transition: .3s;
}



.msg-table tr:last-child td {
	border-bottom: 0;
	border-bottom-left-radius: 6px;
}



.msg-container {
	border-left: 1px solid #577599;
	font-size: 14px;
	margin-top: 2px;
	background: #1d2b3e;
}



.msg-container .title {
	background: #1d2b3e;
	border-bottom: 1px solid #577599;
	text-transform: uppercase;
	box-shadow: 0 -2px 3px rgba(0, 0, 0, .05);
	text-align: center;
}



.msg-container .title p {
	padding: 10px;
	margin: 0;
	color: #9eadcd;
	font-weight: bold;
}



.msg-container .ul {
	padding-left: 0;
	list-style-type: none;
}



.msg-container .ul .li {
	background: #34465f;
	border-bottom: 1px solid #577599;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}



.msg-container .ul .li:hover {
	background: #26354b;
	transition: .3s;
}



.msg-container .ul .li a {
	color: #fff;
	font-weight: 500;
	width: 100%;
}



.msg-container .ul .li a div {
	padding: 0 10px 0 18px;
}



.msg-container .ul .li a div .span {
	float: right;
}



.bubble-span {
	float: right;
	font-size: 10px;
	display: block;
	color: #eee
}



.speech-bubble-I {
	background: #0074D9;
	border-radius: 0.4em;
	color: #f9f9f9;
	float: right;
	padding: 5px 18px;
	position: relative;
	margin-right: 10px;
	max-width: 45%;
	clear: both;
	margin-top: 7px;
}



.speech-bubble-I p {
	margin: 0;
	text-align: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}



.speech-bubble-I:after {
	border: 24px solid transparent;
	border-bottom: 0;
	border-left-color: #0074D9;
	border-right: 0;
	content: '';
	height: 0;
	margin-right: -8px;
	margin-top: -12px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
}



.speech-bubble-O {
	background: #0a98c7;
	border-radius: 0.4em;
	color: #f9f9f9;
	float: left;
	padding: 5px 18px;
	position: relative;
	margin-left: 10px;
	max-width: 45%;
	clear: both;
	margin-top: 7px;
}



.speech-bubble-O p {
	margin: 0;
	text-align: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}



.speech-bubble-O:after {
	border: 24px solid transparent;
	border-bottom: 0;
	border-left: 0;
	border-right-color: #0a98c7;
	content: '';
	height: 0;
	left: 0;
	margin-left: -8px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	width: 0;
}



.badges {
	background-color: red;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	color: #fff;
	line-height: 18px;
	font-size: 10px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}



.sharing_account {
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	background: rgba(248, 48, 48, .9);
	bottom: 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 15px;
	padding: 5px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 2000;
	left: 0;
}





#img_pokemon,
#img_pokemon_en,
#img_trainer,
#img_you,
#img_opponent {
	filter: drop-shadow(6px 6px 4px rgba(26, 25, 25, 0.4))
}

#img_pokemon{
position: absolute;
left: 18%;
bottom: 13%;

}

@media (max-width: 768px) {
	
	
#img_pokemon,
#img_pokemon_en{

height: 12%;

}

.battlearea6 #img_pokemon_en{
    bottom: 48%;
    right: 15%;

}
#img_pokemon{
    left: 16%;
    bottom: 30%;

}
	
}



#message {
	font-size: 13.5px;
	padding: 0 12px
}



.greyborder {
	background-image: linear-gradient(45deg, #236685d1, #2196F3);
	border-bottom: 2px solid #27374e;
	display: inline-block;
	border-right: 1px solid #27374e;
	border-radius: 4px;
	padding: 3px;
}



.greyborder:hover {
	background: #34465c;
	transition: .3s;
}



.greyborder td img {
	vertical-align: top !important;
}



table.dataTable thead tr {
	background-size: 85%;
}



table.dataTable tbody tr {
	background: none;
}



table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: none;
}



table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 0;
	border-top: 1px solid #577599
}



.input-blue {
	background: #9eadcd !important;
	border-radius: 50px !important;
	padding: 7px !important;
	border: none !important;
	color: #000 !important;
}



img[src*="blue.png"],
img[src*="green.png"],
img[src*="red.png"],
.icon-img {
	background: #283549;
	border-radius: 50%;
	padding: 4px;
}



#kanto img,
#johto img,
#hoenn img,
#sinnoh img,
#unova img,
#kalos img,
#alola img,
#Galar img {
	margin: 8px 5px 5px;
	width: 30px;
	height: 30px;
}



.map1 {
	background: url(../images/maps/kanto/map1.png);
	background-repeat: no-repeat;
}



.map2 {
	background: url(../images/maps/kanto/map2.png);
	background-repeat: no-repeat;
}



.map3 {
	background: url(../images/maps/kanto/map3.png);
	background-repeat: no-repeat;
}



.map4 {
	background: url(../images/maps/kanto/map4.png);
	background-repeat: no-repeat;
}



.map5 {
	background: url(../images/maps/kanto/map5.png) 0;
	background-repeat: no-repeat;
}



.map6 {
	background: url(../images/maps/kanto/map6.png);
	background-repeat: no-repeat;
}



.map7 {
	background: url(../images/maps/kanto/map7.png);
	background-repeat: no-repeat;
}



.map8 {
	background: url(../images/maps/kanto/map7.png) -216px -60px;
	background-repeat: no-repeat;
}



.map9 {
	background: url(../images/maps/kanto/map1.png) -96px -232px;
	background-repeat: no-repeat;
}



@import url(https://fonts.googleapis.com/css?family=Exo+2:400,600,700,800,900);

* {
	margin-top: 0;
	outline: 0;
	font-family: 'Exo 2';
}







@media (max-width: 768px) {
	#content {
	
	width: 100%;
	
	}


}






/* Container dos itens */
.status-itens {
	display: flex;
	flex-direction: column;
	opacity: 0.95;


	background-repeat: no-repeat;
}


/* EDIT HOME JON*/


/* .background-home{
    
    background-image: url('../public/images/home/bghome.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 1080px;
    width: 100%;
    color: blue;
    
} */

.pokemons-home {
	text-align: -webkit-center;
	width: 31%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 1px;

}

.main-carousel-home {
	justify-content: space-between;
	position: relative;
	display: flex;
	min-width: 500px;
	flex-wrap: wrap;
	gap: 30px 10px;
	padding-left: 30px;
	padding-right: 20px;
	margin-top: 50px;
}

.team-character-wrapper {
	    display: flex
;
    align-items: center;
    justify-content: center;


}

@media (max-width: 768px) {

	.main-carousel-home {
		justify-content: center;
		position: relative;
		display: flex;
		min-width: 280px;
		flex-wrap: wrap;
		gap: 8px 9px;
		/* padding-left: 30px; */
		/* padding-right: 20px; */
		margin-top: 50px;
		align-content: center;

		/* margin-left: auto; */
		/* margin-right: auto;*/
	
	}
	.pokemons-home{
	width: 135px;
	
	}

	.team-character-wrapper {
	    display: flex
;
    flex-direction: column;
    flex-wrap: wrap;

}

}

 .box-content td,
    .box-content th {
        word-wrap: break-word;
        text-align: center;
        vertical-align: middle;
        padding: 5px;
	 color: #ffffff;
	  text-shadow: 1px 1px 1px black;

    }

.general tr a, .general tr{

    border-radius: 100px;

}
#players_on .general{
	border-radius: 27px;



}
#players_on .box-content{

padding: 0;

}
/* ===== Ajuste Responsivo para box-content e tabela interna com imagens ===== */
		@media (max-width: 768px) {
			.box-content {
				width: 100% !important;
				padding: 10px;
				overflow-x: auto;
				box-sizing: border-box;
			}

			.box-content .table {
				width: 100% !important;
				table-layout: fixed;
				border-collapse: collapse;
			}

			.box-content .td,
			.box-content th {
				word-wrap: break-word;
				text-align: center;
				vertical-align: middle;
				padding: 5px;
			}

			.box-content img {
				max-width: 100%;
				height: auto;
				
				margin: auto;
				text-decoration: underline;
			}

			body,
			html {
				overflow-x: hidden;
			}

			.box-content::-webkit-scrollbar {
				height: 6px;
			}

			.box-content::-webkit-scrollbar-thumb {
				background: #ccc;
				border-radius: 3px;
			}
		}

#footer-container{
	display: flex
;
    justify-content: center;
		
}

/* MENU BOTOES */
.botoesmenu a img {
    height: 75px;
    cursor: pointer;
}
.botoesmenu a img:hover {
    height: 75px;
    transition: 1.0s;
    filter: drop-shadow(5px 5px 12px rgba(255, 255, 255, 0.7));
}
.botoesmenu {
    position: fixed;
    top: 40%;
    left: 1%;
}

/* MODAL BALÃO */
.modal-balao {
    position: fixed;
    z-index: 1000;
    opacity: 0;
    transform: translateX(-20px);
    visibility: hidden;
    transition: opacity 0.6s ease, transform 0.6s ease; /* mais lenta */
}

.modal-balao.show {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

/* CONTEÚDO DO BALÃO */
.balao-conteudo {
    position: relative;
    background: #0a1f3d;
    color: #fff;
    padding: 20px;
    width: 300px;
    min-height: 200px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
}

/* SETA CONECTANDO O BOTÃO */
/* .balao-conteudo::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 35%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #0a1f3d;
} */

/* BOTÃO FECHAR */
.fechar {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 18px;
    cursor: pointer;
}