body {
	margin: 0;
	font-family: Verdana;
	font-size: 13px;
	background-image: url('../images/website/mu_wallpaper.gif');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

hr {
	border-top: 1px solid black;
	border-bottom: none;
}

a:hover {
	color: #d28512;
}

/* custom alerts
 ------------ */
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 380px;
	/* O diálogo não será menor que isso */
	max-width: 500px;
	/* O diálogo será quebrado após esta largura */
	background: #1c1c14;
	background-image: -webkit-linear-gradient(top, #252122, #1b1718);
	background-image: -moz-linear-gradient(top, #252122, #1b1718);
	background-image: -ms-linear-gradient(top, #252122, #1b1718);
	background-image: -o-linear-gradient(top, #252122, #1b1718);
	background-image: linear-gradient(to bottom, #252122, #1b1718);
	color: #FFF;
	border: solid 1px #553523;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 6px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	background: #553523;
	background-image: -webkit-linear-gradient(top, #553523, #180f09);
	background-image: -moz-linear-gradient(top, #553523, #180f09);
	background-image: -ms-linear-gradient(top, #553523, #180f09);
	background-image: -o-linear-gradient(top, #553523, #180f09);
	background-image: linear-gradient(to bottom, #553523, #180f09);
	color: #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

#popup_content {
	background: 16px 16px no-repeat url('../images/icon_prompt.png');
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url('../images/icon_alert/icon_alert.png');
}

#popup_content.confirm {
	background-image: url('../images/icon_alert/icon_confirm.png');
}

#popup_content.prompt {
	background-image: url('../images/icon_alert/icon_prompt.png');
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 2em 0em 0em 1em;
}

#popup_prompt {
	margin-top: 6px;
	margin-left: 10px;
}

/* parent table
 ------------ */
.parent_table {
	width: 1051px;
	height: 663px;
	position: absolute;
	margin-right: -1rem !important; 
	margin-left: -1rem !important;
}

.parent_table td {
	padding: 1px;
	vertical-align: top;
}

.parent_table_top {
	height: 84px;
	vertical-align: bottom;
	background-position: 1px 1px;
}

.parent_table_top_ins {
	position: relative;
	height: 82px;
	border: 1px solid #888;
	text-align: center;
}

.parent_table_left {
	vertical-align: top;
	width: 203px;
}

.parent_table_middle {
	height: 100%;
	width: 100%;
}

/* top navigation
 ------------ */
.top_navigation {
	position: relative;
	margin: auto;
	margin-top: 62px;
	font-family: Tahoma;
	font-size: 11px;
	color: #888;
	font-weight: bold;
	z-index: 1;
}

.tn_sep {
	width: 20px;
}

.top_navigation a {
	text-decoration: none;
	color: white;
}

.top_navigation a:hover {
	color: #d28512;
}

.top_nav_back {
	position: absolute;
	width: 440px;
	height: 32px;
	background: black;
	opacity: 0.60;
	filter: alpha(opacity=60);
	left: 300px;
	top: 50px;
}

.top_nav_online {
	position: absolute;
	width: 110px;
	height: 20px;
	background: black;
	opacity: 0.60;
	filter: alpha(opacity=60);
	left: 834px;
	top: 50px;
	font-family: Tahoma;
	font-size: 11px;
	color: #888;
	font-weight: bold;
	padding-top: 12px;
}

.top_nav_online a {
	text-decoration: none;
	color: white;
}

.top_nav_online a:hover {
	color: #d28512;
}

#golden_invasion_back {
	position: absolute;
	width: 130px;
	height: 34px;
	background: black;
	opacity: 0.60;
	filter: alpha(opacity=60);
	left: -150px;
	top: -10px;
	padding-top: 6px;
}

#golden_invasion {
	position: absolute;
	width: 130px;
	height: 34px;
	left: -140px;
	top: -10px;
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	font-weight: bold;
	padding-top: 6px;
	z-index: 1;
}

#golden_table td {
	text-align: left;
	padding-left: 20px;
}

/* pagination
 ------------ */
.pagination_main {
	position: absolute;
	top: 540px;
	left: 1px;
	border: 1px solid #888;
	height: 24px;
	text-align: center;
	width: 554px;
}

.pagination_ins {
	margin: auto;
	margin-top: 0px;
}

.pagination_ins td {
	border: 1px solid #888;
	width: 30px;
	height: 16px;
	color: #FFF;
}

.pagination_ins td a {
	display: block;
	text-decoration: none;
	color: #FFF;
}

.pagination_ins td a:hover {
	color: #d28512;
}

.pagination_ins td.page_a {
	background: #666666;
	color: white;
}

.pagination_ins td.page_b {
	border: none;
}

/* main table
 ------------ */
.div_border {
	height: 590px;
	position: relative;
	border: 1px solid #000;
	padding: 1px;
	overflow: hidden;
}

.main_table {
	width: 100%;
	height: 100%;
	position: relative;
}

.main_table td {
	padding: 1px;
}

#main_table_td1 {
	vertical-align: top;
	width: 274px;
	border: 1px solid #888;
	border-radius: 6px;
	background: #242021;
}

#main_table_td2 {
	vertical-align: top;
}

#main_table_td3 {
	width: 274px;
	border: 1px solid #888;
	background: #242021;
	border-radius: 6px;
	vertical-align: top;
}

/* navigation
 ------------ */
#navigation {
	text-align: left;
	vertical-align: top;
	width: 202px;
	padding: 0px;
}


/* chat
 ------------ */
#call_chat {
	/*height: 46px;
	width: 40px;
	position: absolute;
	top: 820px;
	left: -4px;
	background: black;
	color: white;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	cursor: default;
	opacity:0.80;
	filter:alpha(opacity=80);
	z-index:102;*/
}

#call_chat a {
	display: block;
	height: 44px;
	text-decoration: none;
	color: white;
}

#call_chat a:hover {
	color: #d28512;
}

#chat {
	position: absolute;
	top: 45px;
	left: -4px;
	display: none;
	background: black;
	color: white;
	width: 0px;
	height: 0px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	opacity: 0.80;
	filter: alpha(opacity=80);
	z-index: 101;
}

#chat_overlay {
	position: relative;
	width: 375px;
	height: 510px;
	background: #242021;
	border: 1px solid #888;
	opacity: 0.90;
	filter: alpha(opacity=90);
	overflow-y: auto;
}

#chat_input {
	position: absolute;
	top: 520px;
	background: black;
	color: white;
	border: 1px solid #888;
	width: 290px;
}

#chat_send {
	position: absolute;
	top: 519px;
	left: 306px;
}

/* colors
 ------------ */
.yellow {
	color: #FFCC00;
}

.blue {
	color: #80aad4;
}

.red {
	color: #FF3333;
}

.green {
	color: #1ad46d;
}

.darkgreen {
	color: #009966;
}

.darkblue {
	color: #1b469f;
}

.pink {
	color: #b093b1;
}

.purple {
	color: #a079c8;
}

.gray {
	color: #888;
}

.brown {
	color: #FE9A2E;
}

.redback {
	background: #B40404;
}

.whiteback {
	background: white;
	color: black;
	width: 100%;
}

/* titles
 ------------ */
#title {
	height: 28px;
}

#title_ins {
	height: 22px;
	border: 1px solid #888;
	padding-top: 4px;
	font-weight: bold;
	background-color: #d8f1e6;
}

/* inventory
 ------------ */
.transpdiv {
	position: absolute;
	opacity: 0.40;
	filter: alpha(opacity=40);
	overflow: hidden;
	padding: 0px;
}

.transpdiv.occupied {
	background: #5E767E;

}

.transpdiv.dropactive {
	background: #669966;
}

.transpdiv.dropactivered {
	background: #806D7E;
}

.slot {
	border: 1px solid #242021;
	overflow: hidden;
	padding: 0px;
	border-radius: 3px;
}

.slot64 {
	height: 63px;
	width: 63px;
}

.slot128 {
	height: 129px;
	width: 63px;
}

.slot32 {
	height: 32px;
	width: 32px;
}

.slot98 {
	height: 63px;
	width: 96px;
}

.inventory0 {
	margin: auto;
	position: inherit;
	vertical-align: top;
	background: no-repeat url('../images/inventory/inv.gif');
	background-position: 1px 1px;
}

.inventory0 td {
	vertical-align: top;
	padding-top: 0px;
}

#spec {
	height: 264px;
	padding-top: 3px;
	padding-bottom: 1px;
}

.inventory1 {
	margin: auto;
	position: inherit;
	padding: 0px;
}

.inventory1 td {
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

.inventory1 td.tdwings {
	padding-left: 1px;
}

.zen_table {
	position: absolute;
	top: 540px;
	width: 268px;
	height: 32px;
}

.zen_table td {
	text-align: left;
	padding: 4px;
	font-size: 14px;
	border-width: 1px;
	border-color: #6f6f6f;
	background-color: #0a0a0a;
	color: #fff;
	border-style: solid;
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(66, 66, 66, .75);
	text-shadow: -50px 0px 5px rgba(192, 0, 0, .0);
	border-radius: 6px;
}

.zen_table td:first-child {
	width: 45px;
	border-radius: 6px;
}

.inventory {
	margin: auto;
	border: 1px solid #888;
	position: inherit;
}

.inventory td {
	width: 32px;
	height: 32px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px;
	background: no-repeat url('../images/inventory/brick.jpg');
}

.inventory td.occupied {
	background: no-repeat url('../images/inventory/brick_active.jpg');
}

.inventory td.dropactive {
	background: #3CB371;
}

.inventory td.dropactivered {
	background: #DC143C;
}

.inventory td.dropactiveyellow {
	background: #88765c;
}

/* shop
 ------------ */
.shop {
	position: inherit;
	margin: auto;
	border: 1px solid #888;
}

#shop_name {
	height: 35px;
	width: 0px;
	background-image: linear-gradient(to top, #191202, #1f170a, #251b11, #2d2016, #34241b);
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.shop td {
	width: 32px;
	height: 32px;
	padding: 0;
	background: #999999;
	overflow: hidden;
	vertical-align: top;
	background: no-repeat url('../images/inventory/brick.jpg');
}

.shop td.occupied {
	overflow: hidden;
	vertical-align: top;
	background: no-repeat url('../images/inventory/brick_active.jpg');
}

/* vault
 ------------ */
.vault {
	position: inherit;
	margin: auto;
	border: 1px solid #888;
}

#vault_name {
	height: 35px;
	width: 0px;
	background-image: linear-gradient(to top, #191202, #1f170a, #251b11, #2d2016, #34241b);
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

.vault td {
	width: 32px;
	height: 32px;
	background: #999999;
	overflow: hidden;
	vertical-align: top;
	padding: 0px;
	background: no-repeat url('../images/inventory/brick.jpg');
}

.vault td.occupied {
	background: no-repeat url('../images/inventory/brick_active.jpg');
}

.vault td.dropactive {
	background: #3CB371;
}

.vault td.dropactivered {
	background: #DC143C;
}

/* middle table
 ------------ */
.middle_table {
	width: 278px;
	height: 272px;
	margin: auto;
	position: relative;
}

.middle_table td {
	border: 1px solid #888;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

#middle_table_picture {
	height: 205px;
	background: #000;
	overflow: hidden;
	text-align: center;
	padding: 0px;
}

/* item
 ------------ */
.item {
	position: absolute;
	z-index: 1;
}

.active {
	border: 0px ridge #888;
}

/***************************
//Balão chat npc
***************************/
.npc_bubble {
	background-image: -webkit-linear-gradient(top, #3c2518, #1b1718);
	border-radius: 6px;
	position: relative;
	border: 2px solid #a7a8ab;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	font-size: 12px;
	font-weight: normal;
}

.npc_bubble:after {
	content: "";
	position: absolute;
	top: -10%;
	left: 46%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(225deg);
	box-shadow: 2px 2px 2px #a7a8ab;
	border: 4px solid;
	border-color: transparent #FFF #FFF transparent;
}

/***********************
Cursor Mouse
***********************/
* {
	cursor: url('../images/website/cursor_mouse.cur'), progress !important;
}

a:hover {
	cursor: url('../images/website/cursor_mouse_hover.cur'), progress !important;
}

button {
	cursor: url('../images/website/cursor_mouse_hover.cur'), progress !important;
}

.onclick:hover {
	cursor: url('../images/website/cursor_mouse_hover.cur'), progress !important;
	color: yellow;
}

/***********************
Menu Bar
***********************/
.li-menu-mu {
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 0 10px;

	a {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		width: auto;
		padding: 0 10px;
		text-decoration: none;
		transform: scale(1);
		transition: .25s;
		color: #FFF;
		&:hover {
			transform: scale(1.1);
			color: #FFF;
		}

		span {
			font-size: 12px;
			color: #FFF;
			text-align: center;
			line-height: 1.4;
			white-space: nowrap;
		}

		img {
			width: 32px;
			margin-bottom: 10px;
		}
	}
}

.sub-menu {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: start;
}

/***********************
Icone
***********************/
.icon_vault {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_bau.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_home {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_home.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_personagens {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_personagens.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_mochila {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_mochila.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_loja {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_loja.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_guild {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_guild.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_market {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_market.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_refines {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icon_refines.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_battle {
	display: inline-block;
	width: 38px;
	/* Largura do ícone */
	height: 38px;
	/* Altura do ícone */
	background-image: url('../images/website/icon_battle.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_ranking {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_ranking.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_account {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_account.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_mp {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_mp.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_quest {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_quest.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_evento {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_evento.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

.icon_shop_wc {
	display: inline-block;
	width: 32px;
	/* Largura do ícone */
	height: 32px;
	/* Altura do ícone */
	background-image: url('../images/website/icone_shop_wc.png');
	/* Caminho da imagem */
	background-size: cover;
	/* Ajusta a imagem ao tamanho do elemento */
	background-repeat: no-repeat;
	/* Evita repetição da imagem */
}

/***********************
Footer
***********************/
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
}

/***********************
Buttons
***********************/
.btn-mu {
	background: #553523;
	background-image: -webkit-linear-gradient(top, #553523, #180f09);
	background-image: -moz-linear-gradient(top, #553523, #180f09);
	background-image: -ms-linear-gradient(top, #553523, #180f09);
	background-image: -o-linear-gradient(top, #553523, #180f09);
	background-image: linear-gradient(to bottom, #553523, #180f09);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	text-shadow: 0px 0px 30px #f2e343;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #ffffff;
	font-size: 17px;
	padding: 11px 22px 11px 20px;
	border: solid #2d231f 3px;
	text-decoration: none;
}

.btn-mu:hover {
	background: #553523;
	background-image: -webkit-linear-gradient(top, #553523, #180f09);
	background-image: -moz-linear-gradient(top, #553523, #180f09);
	background-image: -ms-linear-gradient(top, #553523, #180f09);
	background-image: -o-linear-gradient(top, #553523, #180f09);
	background-image: linear-gradient(to bottom, #553523, #180f09);
	text-decoration: none;
	color: #FFFF00;
}

/***********************
Color navbar
***********************/
.mu-bg-navbar {
	background: #553523;
	background-image: -webkit-linear-gradient(top, #553523, #180f09);
	background-image: -moz-linear-gradient(top, #553523, #180f09);
	background-image: -ms-linear-gradient(top, #553523, #180f09);
	background-image: -o-linear-gradient(top, #553523, #180f09);
	background-image: linear-gradient(to bottom, #553523, #180f09);
	color: #FFF;
}

/***********************
Color card
***********************/
.mu-bg-header {
	background: #553523;
	background-image: -webkit-linear-gradient(top, #553523, #180f09);
	background-image: -moz-linear-gradient(top, #553523, #180f09);
	background-image: -ms-linear-gradient(top, #553523, #180f09);
	background-image: -o-linear-gradient(top, #553523, #180f09);
	background-image: linear-gradient(to bottom, #553523, #180f09);
	color: #FFF;
}

.mu-bg-body {
	background: #1c1c14;
	background-image: -webkit-linear-gradient(top, #252122, #1b1718);
	background-image: -moz-linear-gradient(top, #252122, #1b1718);
	background-image: -ms-linear-gradient(top, #252122, #1b1718);
	background-image: -o-linear-gradient(top, #252122, #1b1718);
	background-image: linear-gradient(to bottom, #252122, #1b1718);
	color: #FFF;
}

.mu-bg-footer {
	background: #553523;
	background-image: -webkit-linear-gradient(top, #553523, #180f09);
	background-image: -moz-linear-gradient(top, #553523, #180f09);
	background-image: -ms-linear-gradient(top, #553523, #180f09);
	background-image: -o-linear-gradient(top, #553523, #180f09);
	background-image: linear-gradient(to bottom, #553523, #180f09);
	color: #FFF;
}

.mu-bg-fundo {
	background-image: linear-gradient(to top, #252122, #242021, #231f20, #231f20, #221e1f, #211d1e, #211d1e, #201c1d, #1f1b1c, #1e1a1b, #1e1a1b, #1d191a);
	color: #FFF;
	border: 2px solid #3b2518;
	;
}

/***********************
Color input
***********************/
.mu-input {
	padding: 2px;
	font-size: 16px;
	border-width: 1px;
	border-color: #6f6f6f;
	background-color: #0a0a0a;
	color: #fff;
	border-style: solid;
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(66, 66, 66, .75);
	text-shadow: -50px 0px 5px rgba(192, 0, 0, .0);
}

.mu-input:focus {
	outline: none;
}

/***********************
Scrollbar CSS
***********************/
/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #332015 #595958;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 6px;
}

*::-webkit-scrollbar-track {
	background: #595958;
}

*::-webkit-scrollbar-thumb {
	background-color: #332015;
	border-radius: 5px;
	border: 3px solid #541818;
}

/***********************
Input File
***********************/
input[type=file]::file-selector-button {
  background-color: #432a1b;
  color: #FFF;
  border: 0px;
  border-right: 1px solid #000;
  border-radius: 6px;
  padding: 4px 4px;
  margin-right: 4px;
  transition: .5s;
}

input[type=file]::file-selector-button:hover {
  background-color: #1c1819;
}

/***********************
Input CheckBox
***********************/
input[type=checkbox] {
	appearance: none;
	position: relative;
	width: 22px;
	height: 22px;
	border: .125em solid #888;
	font: inherit; vertical-align:middle;
	font-size:1.25em;
	
}

input[type=checkbox]:before,
input[type=checkbox]:after {
	content: "";
	position: absolute;
	background: green;
	width: .25em;
}

input[type=checkbox]:before {
	height: 45%;
	top: 46%;
	left: 22%;
	border-bottom-left-radius: 0;
	transform: scale(0) rotate(-32deg);
	transform-origin: top left;
}

input[type=checkbox]:after {
	height: 100%;
	left: 42%;
	top: -18%;
	transform: scale(0) rotate(35deg);
	transform-origin: bottom left;
}

input[type=checkbox]:before,
input[type=checkbox]:after {
	transition: transform 0s;
}

input[type=checkbox]:checked:before {
	transform: scale(1) rotate(-32deg);
}

input[type=checkbox]:checked:after {
	transform: scale(1) rotate(35deg);
}

input[type=checkbox]:checked:before {
	transition: transform .15s;
	transition-delay: 0s;
}

input[type=checkbox]:checked:after {
	transition: transform .25s;
	transition-delay: .15s;
}

/***********************
Input Radio
***********************/
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 13px;
  height: 13px;
  border: 2px solid #888;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 4px;
  position: relative;
  top: 4px;
}

input[type="radio"]:checked {
  background-color: yellow;
  border-color: #888;
}

input[type="radio"]:focus {
  box-shadow: 0 0 0 2px #FFF;
}

input[type="radio"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/***********************
Nav Tabs
***********************/
.tab {
	padding: 10px 18px;
	cursor: pointer;
	position: relative;
}

/* Active tab */
.tab.active {
	background: #472f21;
	border: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: -1px;
}

/* Hover effect */
.tab:not(.active):hover {
	background: #472f21;
	border-radius: 5px 5px 0 0;
}

/* Tab content area */
.tab-content {
	padding: 20px;
	border-top: none;
	display: none;
}

/* Active content */
.tab-content.active {
	display: block;
}

/***********************
Accordion
***********************/
.accordion {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.accordion-item {
	margin-bottom: 10px;
	border: 1px solid #888888;
	border-radius: 5px;
	overflow: hidden;
}

.accordion-header {
	padding: 8px 10px;
	background-color: #3f271a;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordion-header:hover {
	background-color: #332015;
}

.accordion-header::after {
	content: '+';
	font-size: 1.2em;
	transition: transform 0.3s ease;
}

.accordion-content {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	background-color: #201c1d;
}

/* The magic - using :checked pseudo-class */
.accordion-checkbox {
	display: none;
}

.accordion-checkbox:checked + .accordion-header::after {
	content: '-';
}

.accordion-checkbox:checked + .accordion-header + .accordion-content {
	max-height: 1000px; /* Adjust based on your content */
	padding: 15px 20px;
}

/***********************
Chat
***********************/
/* Chat Whisper */
.chat-container {
    padding: 5px;
    border-radius: 5px;
}

.message {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    max-width: 80%;
    position: relative;
}

.message.sent {
    background-color: #3498db;
    margin-left: auto;
    color: white;
}

.message.received {
    background-color: #34495e;
    margin-right: auto;
    color: white;
}

.message-info {
    font-size: 0.8em;
    display: block;
    margin-bottom: 5px;
}

.message-time {
    font-size: 0.7em;
    opacity: 0.6;
    display: block;
    text-align: right;
    margin-top: 5px;
}

/* Chat Guild */
.message.guild {
    background-color: #2F3D4C;
    border-left: 3px solid #FFFF00;
    color: #fff;
    margin: 10px 0;
    padding: 10px;
    border-radius: 0 5px 5px 0;
}

.message.guild .message-info {
    font-weight: bold;
    color: #FFF;
}

.message.guild .message-time {
    color: #FFF;
}

/* Chat Global */
.message.global {
    background-color: #2F75A6;
    border-left: 3px solid #87CEFA;
    color: #FFF;
    margin: 7px 5px;
    padding: 10px;
    border-radius: 0 5px 5px 0;
}

.message.global .message-info {
    color: #FFF;
}

.message.global .message-time {
    color: #d4e6f1;
}

/* Mensagens Locais (Spot) */
.message.spot {
    background-color: #7f8c8d;
    border-left: 3px solid #95a5a6;
    color: #fff;
    margin: 7px 5px;
    padding: 10px;
    border-radius: 0 5px 5px 0;
}

.message.spot .message-info {
    color: #ecf0f1;
}

.message.spot .message-time {
    color: #bdc3c7;
}

/***********************
Toast
***********************/
#toastContainer {
	position: fixed;
	bottom: 80px;
	left: 20px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Estilo base do toast */
.toast {
	background-color: #323232;
	color: white;
	padding: 6px 20px;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	min-width: 250px;
	max-width: 350px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translateX(-150%); /* Animação vem da esquerda */
	opacity: 0;
	transition: all 0.3s ease-out;
}

/* Animação de entrada */
.toast.show {
	transform: translateX(0);
	opacity: 1;
}

/* Tipos de toast */
.toast.update {
	background-color: #2196F3;
	border-left: 4px solid #1565C0;
}

.toast.success {
	background-color: #4CAF50;
	border-left: 4px solid #2E7D32;
}

.toast.error {
	background-color: #F44336;
	border-left: 4px solid #C62828;
}

/* Botão de fechar */
.toast-close {
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 18px;
	margin-left: 15px;
	opacity: 0.7;
	transition: opacity 0.2s;
}

.toast-close:hover {
	opacity: 1;
}