html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: url('../../images/background/gta.jpg') no-repeat center center fixed;
    background-size: cover;
}

:root {
	/* backgrounds */
	--primary: rgb(30,33,40);
	--secondary: rgb(25,28,33);
	--third: #ddd;
	--border: rgb(19,20,23);

	/* text */
	--font-color: rgb(155,162,177);

	/* Links / anchors */
	--anchor:#b39062;
	--anchor-hover:#e79424;

	/* buttons or alert boxes with different colors */
	--bg-danger: #3c0e0e;
	--color-danger: #9e5858;
	--border-danger: #350505;

	--bg-warning: #905c00;
	--color-warning: #39280a;
	--border-warning: #322001;

	--bg-info: #005d90;
	--color-info: #00263e;
	--border-info: #022530;

	--bg-success: #009039;
	--color-success: #003f0c;
	--border-success: #00380c;

	--bg-default: rgb(15,17,20);
	--color-default: #968452;
	--border-default: #000;
}



body {
	font-family: 'arial', sans-serif;
	color:var(--font-color);
}


body, ul { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none;color:var(--anchor); }
a:hover {color:var(--anchor-hover);}
a:hover, button:hover, input[type="submit"]:hover { cursor: pointer; }
* {-webkit-transition-duration: 0.2s;-moz-transition-duration: 0.2s;-o-transition-duration: 0.2s;transition-duration: 0.2s;}
*:hover {-webkit-transition-duration: 0s;-moz-transition-duration: 0s;-o-transition-duration: 0s;transition-duration: 0s;}

nav .container > div > ul > li > ul {
	position: absolute;
	border: 2px solid;
	border-top:none !important;
	border-color: var(--border);
	width: 200px;
}

nav { border: 10px solid var(--primary); }
nav .container { padding-left: 10px; }
nav .container > div > ul > li,
.modIcon:hover > i:nth-child(2) { display: inline-block; }

nav .container > div > ul > li > a { padding: 20px; }
nav .container > div > ul > li:hover > ul,
nav .container > div > ul > li > a,
nav .container > div > ul > li > ul > li > a { display: block; z-index: 1; }
nav .container > div > ul > li > ul > li > a { padding: 10px 20px; }
nav .container, .preventCollapse, .ellipsis { overflow: hidden; }

.topPane { margin-bottom: 10px; }
.leftPane { width: 70%; }
.rightPane { width: 29%; }
.searchForm { width: 200px; }
.body { padding: 10px 0px; }
table { width: 100%; }
td { padding: 10px 5px; }
.header { color: #d1a233; }
.feedContainer { margin:2rem 0; }
.pull-left { float:left; }
.pull-right { float:right; }
.well, .header { width: auto; }
.centralizeContent { text-align: center; }
.smedia { font-size: 2em; }

.banner {
    background: url("../img/header.png");
    height: 240px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 30px;
    border: 10px solid var(--primary);
}



.searchForm input {
    width: 100%;
    height: 25px;
    border: 1px solid var(--border);
    color: var(--font-color);
    font-size: 1em;
}

#countDownTimer {
	line-height: 2.3;
	padding: 0px 10px;
	color: #5390a8;
}

.modIcon > i:nth-child(2),
.modIcon:hover > i:nth-child(1),
/*.loginContainer, */
nav .container > div > ul > li > ul {
	display: none;
}

.loginForm {
    display: flex;
    flex-wrap: wrap;
}
.loginForm button:hover {
	background: #0000004d;
}
.loginForm button {
    width: 100%;
    margin-top: 10px;
    background: rgb(15,17,20);
    color: var(--font-color);
    height: 40px;
    border: 1px solid var(--border);
    font-size: 1em;
}

.loginForm input {
	width: 100%;
	height: 30px;
	border: none;
	color: #fff;
	font-size: 1em;
	border-bottom: 1px solid var(--border);
}

.main {
	width: 1220px;
	margin: 2rem auto;
	position: relative;
	z-index: 1;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.alert-box {
	max-width: 500px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid var(--third);
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}

.alert-default {
	background: var(--bg-default);
	color: var(--color-default);
	border-color: var(--border-default);
}
.alert-info {
	background: var(--bg-info);
	color: var(--color-info);
	border-color: var(--border-info);
}
.alert-success {
    background: var(--bg-success);
    color: var(--color-success);
    border-color: var(--border-success);
}
.alert-warning {
	background: var(--bg-warning);
	color: var(--color-warning);
	border-color: var(--border-warning);
}
.alert-danger {
	background: var(--bg-danger);
	color: var(--color-danger);
	border-color: var(--border-danger);
}
.alert-collapse {display:inline-block;}
.alert-size1 { font-size: 12px; }
.alert-size2 { font-size: 15px; }
.alert-size3 { font-size: 18px; }
.alert-size4 { font-size: 20px; }


nav .container > div > ul > li > ul > li > a:hover,
.searchForm input, #countDownTimer, .loginForm input,
nav, footer, table, .header, .feedContainer {
	background: var(--primary);
}
.loginForm .well {
	width: 100%;
}

body, nav .container,
nav .container > div > ul > li > ul,
.leftPane, .rightPane, .topPane,
tr:nth-child(2n+1) {
	background: var(--secondary);
}

footer, .feedContainer,
nav .container, .topPane {
	border-bottom: 2px solid var(--border)
}

table, .header, .well, .smedia a {
	padding: 10px;
}

.searchForm input,
.loginForm input,
.alert-box {
	padding: 5px;
}

/* Znote AAC */
.leftPane img {
	max-width: 100%;
}
/* adding button style to select */
select {
	background: rgb(15,17,20);
	color: var(--font-color);
	height: 40px;
	border: 1px solid var(--border);
	font-size: 1em;
}
input {
	background: rgb(15,17,20);
	color: var(--font-color);
	height: 40px;
	border: 1px solid var(--border);
	font-size: 1em;
}
#loginContainer li {
	text-align: right;
}

ul.linkbuttons {
	margin-top: 8px;
	padding: 0 8px;
}
ul.linkbuttons li {
	display: inline-block;
	border: 1px solid #d1a233;
	width: calc(50% - 10px);
	float: left;
	margin-bottom: 16px;
	text-align: center;
}
ul.linkbuttons li:nth-child(odd) {
	margin-right: 16px;
}
ul.linkbuttons li a {
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
ul.linkbuttons:after {
	content: '';
	display: block;
	clear: both;
}
.widget,
.widget .body,
.search_widget,
.search_widget .body {
	padding-bottom: 0;
}
.widget center {
	margin: auto;
}
.widget h3 {
	margin-bottom: 0;
}
.search_widget form {
	margin: auto;
}
.search_widget input {
	width: 50%;
	float: left;
}
.search_widget label {
	padding: 9px;
	float: left;
}
.search_widget form:after {
	display: block;
	content: '';
	clear: both;
}
div.relative {
	position: relative;
}
.search_widget #name_suggestion {
	position: absolute;
	width: 280px;
	left: -290px;
	display: none;
}
.search_widget #name_suggestion.show {
	display: block;
}
.search_widget .sname {
	text-align: right;
}
.search_widget .sname a {
	display: inline-block;
	background-color: black;
	padding: 10px 20px;
	border-bottom: 1px solid rgb(30,33,40);
}
.page_credits .feedContainer .pull-left.leftPane {
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
}

.page_characterprofile #characterProfileTable thead th:first-of-type {
	position: relative;
	width: 28%;
}
.page_characterprofile #characterProfileTable thead th:last-of-type {
	text-align: left;
	padding-left: 16px;
}
.page_characterprofile .outfit {
	position: absolute;
	top: 0;
	left: 0;
}
.page_characterprofile .flag {
	position: absolute;
	top: 16px;
	right: 16px;
}
.postHolder iframe {
	display: block;
	margin: auto;
}
html {
    background: none !important;
}

body {
    background: url('../../images/background/gta.jpg') no-repeat center center fixed !important;
    background-size: cover !important;

}
/* Fundo GTA já configurado */
html {
    background: none !important;
}

body {
    background: url('../../images/background/gta.jpg') no-repeat center center fixed !important;
    background-size: cover !important;
    font-family: 'arial', sans-serif;
    color: var(--font-color);
}

/* Caixas semi-transparentes */
#wrapper,
#content,
#middle,
#left,
#right,
.well,
.alert-box,
.feedContainer,
.loginForm,
.searchForm {
    background-color: rgba(0, 0, 0, 0.5) !important; /* preto 50% transparente */
    padding: 15px; /* opcional */
    border-radius: 10px; /* opcional */
}

.banner {
    background: url("../img/header-text.png") no-repeat center center;
    background-size: 100% auto; /* largura do banner = largura do container, altura proporcional */
    width: 100%;               /* ocupa toda a largura do container/site */
    max-width: 1421px;         /* largura máxima da imagem */
    height: 100%              /* altura ajusta proporcionalmente */
    margin: 0 auto 30px auto;  /* centraliza horizontalmente e dá margem inferior */
    border: 10px solid var(--primary); /* mantém borda se quiser */
}

/* ==============================
   CAIXA PRINCIPAL DE DOAÇÕES
============================== */
.donation-box {
    max-width: 600px;
    margin: 30px auto;
    padding: 35px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #444;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

.donation-box h2 {
    color: #ffd700;
    margin-bottom: 15px;
}

.donation-box h3 {
    margin-top: 20px;
    color: #00ffcc;
}

/* ==============================
   CONTAINER PIX (QR + TABELA)
============================== */
.pix-container {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
}

/* ==============================
   QR CODE PIX
============================== */
.pix-qrcode {
    width: 220px;
    padding: 8px;
    background: #fff;
    border: 4px solid #111;
    border-radius: 8px;
}

.pix-copy-label {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #00ff66;
    text-shadow: 0 0 6px rgba(0, 255, 102, 0.8);
    letter-spacing: 1px;
}

/* ==============================
   PIX COPIA E COLA
============================== */
.pix-key {
    margin-top: 10px;
    background: #0f0f0f;
    padding: 8px;
    border-radius: 6px;
    font-family: monospace;
    text-align: center;
}

.pix-copy {
    margin-top: 15px;
}

.pix-copy label {
    display: block;
    margin-bottom: 8px;
    color: #ffd700;
    font-weight: bold;
}

.pix-copy-box {
    display: flex;
    gap: 10px;
}

.pix-copy-box input {
    flex: 1;
    background: #0f0f0f;
    border: 1px solid #333;
    color: #00ffcc;
    padding: 10px;
    font-family: monospace;
    border-radius: 6px;
}

.pix-copy-box button {
    background: #00ff99;
    border: none;
    padding: 10px 15px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
}

/* ==============================
   TABELA DE PACOTES
============================== */
.pix-table {
    flex: 1;
    min-width: 260px;
}

.pix-table h3 {
    margin-bottom: 10px;
    color: #ffd700;
}

.pix-table table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.6);
}

.pix-table th,
.pix-table td {
    padding: 10px;
    border: 1px solid #333;
    text-align: center;
}

.pix-table th {
    background: #111;
    color: #00eaff;
}

.pix-table td {
    color: #fff;
}

.pix-table tr:hover {
    background: rgba(255, 255, 255, 0.05);
}

.pix-bonus {
    margin-top: 10px;
    font-size: 13px;
    color: #00ff99;
}

/* ==============================
   WHATSAPP CONTATO
============================== */
.whatsapp-contact {
    margin: 20px 0;
    font-size: 22px;
}

.whatsapp-contact i {
    color: #25D366;
    font-size: 28px;
    margin-right: 10px;
}

.whatsapp-contact a {
    color: #25D366;
    font-weight: bold;
    text-decoration: none;
}

.whatsapp-contact a:hover {
    text-decoration: underline;
}

/* ==============================
   AVISO DE PAGAMENTO
============================== */
.payment-warning {
    margin-top: 20px;
    padding: 15px 20px;
    background: rgba(255, 193, 7, 0.15);
    border: 2px solid #ffc107;
    border-radius: 6px;
    color: #ffc107;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.4);
}
