@charset "utf-8";
/* CSS Document */

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

@font-face { 
	font-family: martel; 
	src: url('fonts/marteal.ttf');      
} 

@font-face { 
	font-family: Marteel; 
	src: url('fonts/martel.ttf');      
} 

@keyframes glow {
	0% {
		text-shadow: 0 0 5px #92c48f;
	}
	25% {
		text-shadow: 0 0 20px #6fbf70;
	}
	50% {
		text-shadow: 0 0 20px #3caf3c;
	}
	75% {
		text-shadow: 0 0 20px #1e9a1e;
	}
	100% {
		text-shadow: 0 0 5px #92c48f;
	}
}
@keyframes pulsate {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}


@keyframes shine {
  0% {
    opacity: 0.9;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1.15);
  }
}
/* /////////
// General /
///////// */

body{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family:Verdana, Tahoma, Helvetica, sans-serif;
	color:#5a2800;
	margin:0;
	padding:0;
}


.site_title {
	font-family: Marteel;
	margin: auto;
	text-align: center !important;
	font-size: 10em;
	color: #ffc800;
	text-shadow: 0 -1px 4px #000, 0 -2px 10px #ff0, 0 -10px 20px #0005ff, 0 -18px 40px #f00 !important;
	/* text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ffd700, 0 -10px 20px #ff8000, 0 -18px 40px #F00; */
	/* text-shadow: 0 -1px 4px #000, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00; */
	/* text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 5px 2px 0px rgba(0,0,0,0); */
	/* text-shadow: 0 -1px 4px #000, 0 -2px 10px #000, 0 -10px 20px #ff0, 5px 2px 0px rgba(0,0,0,0); */
	animation: shine 2s ease-in-out infinite alternate;
	width: 1000px;
}

a{
	color:#0042a0;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#0080c2;
	text-decoration:underline;
	font-weight: bold;
}

.nicEdit-main {
	background: white !important;
}

.m_position{
	width:958px;
	position:relative;
	margin:0 auto;
}

.right{
	position: absolute;
	width: 187px;
	padding: 0px 0px 0 0px;
	float: right;
	right: -150px;
}

.Pedestal {	
	top: -3em;
	position: relative;
	text-align: center;
	margin-bottom: 1em;
}

.RightArtwork .Monster {
	position: absolute;
	height: 64px;
	width: 64px;
	top: -1.4em;
	left: 2.8em;
	cursor: pointer;
}

.main-content .RightArtwork {
	top: 41px;
	right: -165px;
	z-index: 1;
}

.RightArtwork .Bonus {
	position: absolute;
	/* height: 64px; */
	/* width: 64px; */
	top: -4em;
	color: #ffe900;
	font-weight: bold;
	font-size: 12px;
}

.RightArtwork .Bonus .Qt {
	font-size: 10px; 
	color: rgb(30, 255, 0);
}

.Name {
	position: absolute;
	top: 7.6em;
	text-align: center;
	color: rgb(254 214 1);
	font-size: 10px;
	width: 100%;
}

.wanted {
	position: absolute;
	top: 2em;
	right: .3em;
	z-index: -1;
}

.wanted img {
	max-width: 180px;
	margin-top: 0.6em;
	height: 200px;
}

.wanted > a > .player {
	text-align: center;
	position: absolute;
	top: 6em;
	overflow: hidden;
	width: 36%;
	left: 3.9em;
}
.wanted > a > .player > img {
	max-width: 64px;
	max-height: 64px;
	margin: auto;
}

.wanted > a > .player > .name {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: green;
    width: 68px;
    white-space: nowrap;
    animation: scrollText 10s linear infinite;
		text-shadow: 2px 2px 4px rgb(0 0 0 / 62%);
}

@keyframes scrollText {
  0% {
    left: 100%; /* Inicia o texto fora do quadro à direita */
  }
  100% {
    left: -100%; /* Move o texto completamente para a esquerda */
  }
}

.outfitColumn {
    text-align: center;
}

table {
	color: #5a2800;
	/* margin: 10px 0; */
	width: 100%;
	border-spacing: 0px;
	/* border-collapse: separate; */
	border-radius: 4px;
	/* background-color: #eee8d5; */
	border: 2px solid #505050;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
	margin-bottom: .5em;
	margin-top: .5em;
}

/* Estilo para imagens dentro de células de tabela */
table img {
	max-width: 650px; /* Largura máxima */
	max-height: 650px; /* Altura máxima */
}


table tr th,
table tr td {
	padding: 8px 12px;
}

table tr:nth-child(odd) td {
	background: #dcd3bf;
}

table tr:nth-child(even) td {
	background: #f0e6cc;
}

table td:first-child {
	max-width: 10em;
	word-wrap: break-word;
}
table tr:first-child th,
table tr:first-child td {
	background: #505050;
	color: #efefef;
	font-weight: bold;
	text-align: left;
}

table tr:first-child tr {
	box-shadow:  20px 20px 60px #bebebe,
							-20px -20px 60px #ffffff;
}

tr.darkborder td {
	background: #dcd3bf !important;
	color: #5a2800 !important;
}

tr.lightborder td {
	background: #f0e6cc !important;
	color: #5a2800 !important;
}

table.transborder tr td {
	background-color: transparent !important;
	color: #5a2800 !important;
}

table th {
	font-weight: bold;
}

/*
*	INICIO - Campos de Selecao 
*/
select {
  padding: .5em;
  border-radius: 4px;
  border: 1px solid #5a2800;
  color: #5a2800;
  background-color: #f1e0c6;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  box-shadow: 0 0 10px #8d5d04;
	position: relative;
	width: 100%;
	cursor: pointer;
	margin-top: .3em;
}

select[name="selected_vocation"],
select[name="selected_gender"],
select[name="selected_char"] {
	max-width: 13em !important;
}

select:focus,
select:hover {
  outline: none;
  box-shadow: 0 0 5px #5a2800;
	transition: .3s;
	transform: scale(1.05);
}

select option {
	font-weight: bold;
  padding: 4px;
}
/* FIM */

/*	INICIO - dialogos */
input {
  box-shadow: 0 0 10px #8d5d04;
  padding: .5em;
  background-color: #4CAF50;

}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"] {
  border-radius: 3px;
  max-width: 94%;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  color: #555;
}

input[name="username"],
input[name="password"] {
	padding: .2em !important;
	margin-top: .2em;
}

input[type="submit"] {
  font-family: Verdana, Tahoma, sans-serif !important;
  border: none;
  border-bottom: 1px solid #777;
  border-top: 1px solid #aaa;
  border-left: 1px solid #777;
  border-right: 1px solid #aaa;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  min-width: 110px;
  cursor: pointer;
  font-size: 13px;
  background: #e6e6e6;
  color: #333;
}

input[type="submit"]:hover {
	transform: scale(1.05);
	transition: .2s;
}

.btn-info {
  margin: 0 auto;
  display: block;
	text-align: center; 
	min-width: 10em !important;
}
/* FIM */

/*
*	INICIO - listas
*/

ul > li {
	padding: 1em;
}
/* FIM */

/*
*	INICIO - Estilos
*/
.center-imagens > a > img,
.center-imagens > img {
  margin: 0 auto;
  display: block;
}

.center-text {
	margin: 0 auto;
	text-align: center;
}

.bold {
	font-weight: bold;
	color: black;
	text-shadow: #ff3c3c 0px 0px 5px;
}

.text-white {
	color: #efefef;
}

/* /////////
// Header //
///////// */

.m_status{
	/* margin:0px 30px; */
	font-family: martel;
	font-size:16px;
	padding:8px; 
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}	

.m_online{
	padding:10px; 
	font-size:11px; 
	font-weight: bold;
	color: #ffb13c !important;
	list-style: none;
}

.m_online a{
	font-weight: bold;
	color: #ffcf87 !important;
	text-decoration:underline;
	font-weight: bold;
	
}
.m_online a:hover {
	font-weight: bold;
	color: #ffb13c !important;
	text-decoration:underline;
}

span.online-animation {
	animation: pulsate;
	font-size: 20px; /* Tamanho desejado */
	color: rgb(51, 255, 0); /* Cor verde desejada */
	display: inline-block;
	text-shadow: 1px 1px 2px #3caf3c, 0 0 25px #3caf3c, 0 0 5px #3caf3c;;
}

.m_online li {
	padding: .1em;	
}

.m_online li span {
	color: #ffcf87 !important;
}

.sidebar{
	margin:0px 18px;
	background:url(images/m_bg1.jpg) no-repeat bottom;
	padding:8px; 
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align: center;
}

.inner{
	list-style:none;
	margin:2px 10px;
	padding:6px; 
	font-size:12px;
	font-weight: bold;
	color: #ffb13c;

}
.inner li{ padding:1px;}
.inner a{
	font-weight: bold;
	padding:6px; 
	font-size:12px;
	color: #ffb13c;
	display:block;
	padding-left:10px;
	text-decoration:none;
}
.inner a:hover{
	color:white;
	text-decoration:underline;
}

/* /////////
// Content /
///////// */

.m_center{
	background:url(images/body.png) repeat-y;
	height:100%;
}
.m_content{
	font-size:13px;
	color:#5a2800;
	padding-top:0px;
	width:705px;
	float:left;
}

.left{
	width:187px;
	padding:0px 20px 10px 3px;
	float:left;
}

h1 {
	text-align: center;
}

.znewsdate {
	background-color:transparent !important;
	color:#5a2800 !important;
	font-size:9px;
	color:#5a2800;
	font-weight: bold;
}
.zheadline {
	color:#5a2800 !important;
	background:url(images/news_bar.png) no-repeat bottom !important;
	font-size:20px;
	color:#5a2800;
	font-family:Martel;	
	width:384px;
	height:28px;
	vertical-align:bottom;
}
.znewsbody {
	background-color:transparent !important;
	color:#5a2800 !important;
	padding:15px 20px 10px 10px;
	text-align:justify;
}
.galleryImage {
    max-width: 100%; 
    height: auto; 
}

/* /////////
// Footer //
///////// */
#m_footer {
	float: left;
	color: #FFFFFF;
    font-family: Verdana, sans-serif;
	font-size: 9px;	
}
#m_footer a{
	color:white;
	text-decoration:none;
}
#m_footer a:hover{
	color:white;
	text-decoration:none;
}

/* /////////
// Znote ///
///////// */

#progress {
 width: 200px;
 position: relative;
 padding: 3px;
}

#percent {
        position: absolute;
        margin-left:88px;
		font-weight: bold;
}

#bar {
        height: 16px;
        background-color: #7f9a65;
		border-radius: 7px;
}

button {
	min-width: 8em;
	margin-left: -20%;
}

button:hover {
	cursor: pointer;
}

#login i {
	font-size: 12px !important;
}

.liImportant > a {
	position: relative;
	text-shadow: 0px 1px 8px red;
	font-weight: bold;
}

.liImportant > a::after {
	content: "Hot";
	position: absolute;
	top: 4px;
	right: -11px;
	padding: 2px 6px;
	color: #ff4f4f;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	animation: pulse 1.5s ease-in-out infinite;
	transform: rotate(-10deg);
}

@keyframes pulse {
	0% {
	opacity: 1;
	text-shadow: 0px 1px 8px red;
	}
	50% {
	text-shadow: 0px 1px 8px red;
	opacity: 0.5;
	}
	100% {
	text-shadow: 0px 1px 8px red;
	opacity: 1;
	}
}


.h2-center {
	text-align: center;
}

.progress-bar {
	width: 100%;
	height: 20px;
	background-color: #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.progress-bar-fill {
	height: 100%;
	background-color: #4caf50;
	transition: width 0.3s ease-in-out;
}

.progress-bar-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	font-weight: bold;
	font-size: 14px;
	z-index: 2;
}

.progress-bar-description {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	/* Adicione estilos extras para enfeite bonito */
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	animation: glowing 2s infinite;
}

form.adm-field {
  display: flex;
  justify-content: center;
  align-items: center; margin-top: 1em
}

form.adm-field table {
  width: 100%;
}

form.adm-field td {
  text-align: center;
  padding: 10px;
}

form.adm-field input[type="text"],
form.adm-field select{
  width: 70%;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
	margin-top: .8em
	
}

form.adm-field input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	width:80%;
}

form.adm-field input[type="submit"]:hover {
  background-color: #45a049;
}

/* Espaçamento adicional */
form.adm-field input[type="text"],
form.adm-field select {
  margin-bottom: 15px;
}

form.adm-field td:first-child {
  padding-top: 20px;
}

.btn-warning {
  background-color: yellow !important;
}

.btn-danger {
	background-color: red !important;
}

.itens-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.item {
	flex-basis: calc(20% - 5em);
	width: 1em;
	height: 32px;
	background-color: #444444;
	border: 1px solid #222222;
	margin: .5em;
	padding: .3em;
	text-align: center;
	border-radius: 50%;
	position: relative;
}

.item:hover {
	background-color: #555555;
	cursor: pointer;
}

.item-image-container {
	position: relative;
}

.item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-quantity {
	position: absolute;
	bottom: -1.2em;
	left: 50%;
	transform: translateX(-50%);
	background-color: #bdbdbd;
	border: 1px solid #888888;
	padding: 2px;
	border-radius: 20%;
	font-size: 50%;
	font-weight: bold;
	min-width: 3em;
	text-align: center;
}

.item-quantity:hover {
	background-color: #a9a9a9;
}

.item:hover {
	transition: 1.3s;
  transform: scale(1.5);
	z-index: 2;
}
.item-name {
  text-align: center;
	font-size: 70%;
	font-weight: bold;
	margin-bottom: .4em;
}

.task-box {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.highlight {
	background-color: #ffeeba;
	font-weight: bold;
	padding: 5px;
}

p {
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 10px;
}

.legend {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.legend-item {
	display: flex;
	align-items: center;
	font-size: 12px;
}

.legend-color {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 5px;
}

.legend-text {
	color: #5a2800;
}

.back-to-top-container {
  position: relative;
  width: 100%;
  height: 30px;
  margin-top: 20px;
}

.back-to-top-button {
	position: absolute;
	width: 5em;
	height: 5em;
	background-image: url('images/arrowTop.png');
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(232,206,157,1) 100%);
	border-radius: 50%;
	bottom: 0;
	top: -10em;
	left: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	transition: background-color 0.3s ease, transform 0.3s ease;
	cursor: pointer;
	content: "Back to top";
}

.back-to-top-button:hover {
  background-color: #999;
  transform: scale(1.1);
}

.back-to-top-button:hover {
  background-color: #999;
  transform: scale(1.1);
}

.back-to-top-button img {
  width: 20px; /* Ajuste o tamanho da imagem conforme necessário */
  height: 20px;
  display: block;
  margin: auto; /* Centralize a imagem horizontalmente */
}

.informacoes-extras {
	column-count: 2;
	column-width: 30px; /* ajuste a largura conforme necessário */
	column-gap: 20px;
}

.informacoes-extras span {
    display: block;
    margin-bottom: 10px;
}

#profile_name {
	/* width: 259px; */
	/* height: 20px; */
	font-weight: 100;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	/* margin-left: -79px; */
	/* margin-top: -50px; */
	color: white;
	text-shadow: 0 1px 2px #000, 0 1px 5px #000;
	background: #0c0b0a78;
	line-height: 1.8;
	border: 1px solid #ffffff36;
}

.playergameroutfit {
	position: absolute;
	/* width: 92px; */
	/* height: 80px; */
	/* background-repeat: no-repeat; */
	left: 82px;
	top: 50px;
	/* z-index: 1; */
}

::-webkit-scrollbar-button {
	background-color: #1a1b20;
}

/* Altera a cor de fundo da barra de rolagem */
::-webkit-scrollbar {
	background-color: #2a2c36;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #1a1b20;
}

/* Altera a cor da barra de rolagem para navegadores WebKit (Chrome, Safari) */
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgb(252 203 19 / 33%);
}

/* Altera a cor da barra de rolagem para navegadores Firefox */
::-webkit-scrollbar-thumb:vertical {
	background-color: #1a1b20;
}

/* Altera a cor da barra de rolagem quando passa o mouse sobre ela */
::-webkit-scrollbar-thumb:hover {
	background-color: #000000;
}

.show {
	display: table;
}

.hide {
	display: none;
}

.pagination {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 10px;
    gap: 10px; /* Espaço entre os botões */
}

.pointer {
    cursor: pointer;
}
