:root {

    --primary-color: rgba(27, 27, 27);
    --primary-var-color: rgb(39, 39, 39);
    --second-color: #1C3F95;

    --text-primary-color: #ffffff;
    --text-second-color: #FF9800;
    --third-color: #ffffff;
    --four-color: #ffffff;

    --header-color: rgba(27, 27, 27, 0.808);
    --footer-color: rgba(27, 27, 27);

    --success-color: rgb(17, 245, 169);
    --success-border-color: #00ff80;
    --success-background-color: rgb(17, 245, 169);

    --warning-color: rgb(245 205 17);
    --warning-border-color: #FF9800;
    --warning-background-color: rgb(245 205 17);

    --error-color: rgb(245 205 17);
    --error-border-color: #FF9800;
    --error-background-color: rgb(245 205 17);

    --default-color: rgb(39, 39, 39);
    --default-border-color: rgb(39, 39, 39);
    --default-background-color: rgb(39 39 39);

    --shopping-color: rgb(245 205 17);
    --shopping-border-color: #FF9800;
    --shopping-background-color: rgb(245 205 17);

    --error-color: #ffffff;
    --dark-color: #ffffff;

    --primary-border-color: #FF9800;
    --primary-hover-border-color: #ffffff;
    --second-border-color: #ffffff;
    --second-hover-border-color: #ffffff;
}


*,
body {
    margin: 0px;
    padding: 0px;
    box-sizing: unset;
}

body {
    width: 100vw;
    height: 100vh;
}

a {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.ac {
    display: contents;
}

.br {
    margin-bottom: 120px;
    /* position: relative; */
    display: table;
}

.smallInputText {
    padding-left: 20px;
    width: calc(100% - 40px);
    font-size: 15px;
    font-family: monospace;
    height: 40px;
    /* margin-bottom: 20px; */
    border: 2px solid var(--primary-border-color);
    margin: 10px 0px;
}


.smallInputSelect {
    padding-left: 20px;
    width: calc(100% - 40px);
    font-size: 15px;
    font-family: monospace;
    height: 40px;
    /* margin-bottom: 20px; */
    border: 2px solid var(--primary-border-color);
    margin: 10px 0px;
}

.btnAlign-Center {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0px;
}


.alert-fixed {
    position: fixed;
    z-index: 5;
    top: 10em;
}

.close {
    position: absolute;
    right: 1em;
    padding: 0px 5px;
    background-color: rgb(255 255 255 / 83%);
    border: 1px solid #705454;
    font-weight: bold;
    color: #705454;
}

#message {
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 5000;
    position: relative;
}

.bi:hover {
    color: var(--primary-border-color);
    cursor: pointer;
}

/* *************** */
/* *** HEADER  *** */
/* *************** */


#containerIndex {
    width: 100vw;
    height: 100vh;
    background-image: url(./../images/indexbackground.jpeg);
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    flex-direction: column;
    gap: 20px;
    margin-right: 130px;
}

#headerlogo {
    width: 300px;
}

#headerlogo img {
    width: 100%;
    height: 5em;
}

#headerbtn {
    display: flex;
}

/* TOP MENU */

#navbar {
    position: fixed;
    top: 20px;
    width: calc(100% - 40px);
    height: 100px;
    background-color: var(--kyugan-nav-bar-color);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}

#menu ul {
    color: var(--kyugan-nav-bar-font-color) !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1em;
    list-style: none;
}


#menu ul a li {
    list-style: none;
    color: var(--kyugan-nav-bar-font-color);
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transition-duration: 0.5s;
}

#menu ul a li:hover {
    color: var(--kyugan-nav-bar-font-hover-color);
    border-bottom: 2px solid var(--primary-border-color);
    cursor: pointer;
}

.logo {
    position: relative;
    width: 150px;
    height: 3em;
    left: 25px;
}

.logo img {
    width: 100%;
    height: 100%;
}


/* *************** */
/* ** BODY * */
/* *************** */

main {
    width: 100vw;
    min-height: 100vh;
}

#body {
    width: 100%;
    height: 100%;
}

















/* *************** */
/* **    PAGE    * */
/* **    PAGE    * */
/* *************** */



/* *************** */
/* ** CHANGELOG ** */
/* *************** */

#containerChangelogs {
    width: 100vw;
    height: 100%;
    background-image: url(./../images/home-background2.webp);
    background-size: 100% 100%;
    display: table;
    padding: 70px 0px;
}


#contentChangelogs {
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.contentChangelog {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

.contentChangelog li {
    width: calc(70% - 60px);
    background-color: var(--kyugan-background-changelog-color);
    position: relative;
    color: var(--kyugan-title-changelog-color);
    list-style: none;
    padding: 30px;
}

.changelogInfo span {
    background-image: url(/frontend/images/date_bg.png);
    background-repeat: no-repeat;
    width: 124px;
    height: 38px;
    display: block;
    position: absolute;
    left: -60px;
    text-align: center;
    padding: 10px 20px 5px 20px;
    font-weight: bold;
    color: black;
}

.changelogInfo label {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0px 0px 0px 100px;
    max-width: calc(100% - 100px);
    display: table;
    padding: 10px 20px;
    transition: all 1s ease-out;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.changelogInfo label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--kyugan-effect-changelog-color);
    transform: translateX(-100%);
    transition: transform 0.5s ease-out;
    z-index: -1;
}


.changelogInfo label:hover::before,
.changelogInfo label.active::before {
    transform: translateX(0);
}

.changelogInfo label:hover,
.changelogInfo label.active {
    color: var(--kyugan-title-effect-changelog-color);
    z-index: 1;
}

.changelogContent {
    background-color: rgb(255 255 255 / 98%);
    color: black;
    border: 1px solid rgb(194 194 194 / 98%);
    max-height: 0;
    opacity: 0;
    overflow: scroll;
    transition: opacity 1s ease, max-height 0.5s ease-in-out, padding 0.1s ease-in-out;
    margin: 0;
    padding: 0 20px;
}

.changelogContent.show {
    max-height: 500px;
    opacity: 1;
    padding: 20px 20px;
    margin: 20px 0;
}

/* *************** */
/* *** LOGIN P *** */
/* *************** */

#containerLogin {
    width: 100vw;
    height: 100%;
    background-image: url(./../images/generalbackground.jpeg);
    background-size: 100% 100%;
    display: table;
    padding: 70px 0px;
}

#login {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

#loginContainer,
#registerContainer {
    background-color: var(--kyugan-content-color);
    padding: 20px;
    width: calc(50% - 40px);
    min-height: 300px;
    height: auto;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#loginContainer h2,
#registerContainer h2 {
    color: var(--text-second-color);
}

#registerContainer {
    display: none;
}



/* *************** */
/* *** PANEL P *** */
/* *************** */

#containerPanel {
    width: 100vw;
    height: 100vh;
    background-image: url(./../images/generalbackground.jpeg);
    background-size: 100% 100%;
}

#panel {
    /* height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px; */
    background-color: var(--kyugan-content-color);
    padding: 20px;
    width: calc(100% - 40px);
    min-height: 300px;
    height: auto;
    border-radius: 15px;
}


#panelTable {
    background-color: var(--kyugan-table-cab);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}


#panelTable tr th,
#panelTable tr:nth-child(1) {
    color: var(--kyugan-table-cab-font) !important;
    background-color: var(--kyugan-table-cab) !important;
    text-align: center;
    padding: 10px;
}

#panelTable tr:nth-child(1) {
    font-weight: bold;
    text-align: center;
}

#panelTable tr:not(:nth-child(1)) {
    color: var(--kyugan-table-line-font);
    text-align: center;
}

#panelTable tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}


#panelTable tr:nth-child(2n) {
    position: relative;
    color: var(--kyugan-table-line-font);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
}

#panelTable tr:nth-child(2n) {
    background-color: var(--kyugan-table-line1);
}

#panelTable tr:nth-child(2n+1) {
    background-color: var(--kyugan-table-line2);
}

/* CRIAR PERSONAGEM */

#characterSelect {
    display: table;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.characterContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
}

.character {
    width: 180px;
    height: 400px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    cursor: pointer;
    opacity: 0.5;
}

.character img {
    width: 100%;
    height: 100%;
}

.characterImageCenter {
    opacity: 1;
    transform: scale(1.2);
}

#character-label {
    font-size: 1em;
}

.checkbox-container {
    margin-top: 10px;
}


/* Criar guilds */

#guildSelect {
    display: table;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.guildContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
}

.emblem {
    width: 64px;
    height: 64px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    cursor: pointer;
    opacity: 0.5;
}

.emblem img {
    width: 100%;
    height: 100%;
}

.emblemImageCenter {
    opacity: 1;
    transform: scale(1.2);
}

#emblem-label {
    font-size: 0.7em;
}

/* *************** */
/* **   GUILDS   * */
/* *************** */

#containerGuilds {
    width: 100vw;
    height: 100vh;
    background-image: url(./../images/generalbackground.jpeg);
    background-size: 100% 100%;
}

#guildsEmblemContainer {
    width: 100%;
    height: 15em;
    display: flex;
    justify-content: center;
}

#guildsEmblemContainer img {
    height: 100%;
}

#guilds {
    /* height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px; */
    background-color: var(--kyugan-content-color);
    padding: 20px;
    width: calc(100% - 40px);
    min-height: 300px;
    height: auto;
    border-radius: 15px;
}


#guildsTable,
.guildInfoTable {
    background-color: var(--second-color);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}


#guildsTable tr th,
#guildsTable tr:nth-child(1),
.guildInfoTable tr th,
.guildInfoTable tr:nth-child(1) {
    color: var(--text-second-color) !important;
    background-color: var(--second-color) !important;
    text-align: center;
    padding: 10px;
}

#guildsTable tr:nth-child(1),
.guildInfoTable tr:nth-child(1) {
    font-weight: bold;
    text-align: center;
}

#guildsTable tr:not(:nth-child(1)),
.guildInfoTable tr:not(:nth-child(1)) {
    color: var(--text-primary-color);
    text-align: center;
}

#guildsTable tr td,
.guildInfoTable tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}


#guildsTable tr:nth-child(2n),
.guildInfoTable tr:nth-child(2n) {
    position: relative;
    color: var(--text-primary-color);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
}

#guildsTable tr:nth-child(2n),
.guildInfoTable tr:nth-child(2n) {
    background-color: var(--primary-var-color);
}

#guildsTable tr:nth-child(2n+1),
.guildInfoTable tr:nth-child(2n+1) {
    background-color: var(--primary-color);
}

.guildLogo {
    max-width: 64px;
    max-height: 64px;
    margin: auto;
}

.guildLogo img {
    width: 100%;
    height: 100%;
}

/* *************** */
/* **   RANKING  * */
/* *************** */

#containerRanking {
    width: 100vw;
    height: 100vh;
    background-image: url(./../images/generalbackground.jpeg);
    background-size: 100% 100%;
}

#ranking {
    /* height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px; */
    background-color: var(--kyugan-content-color);
    padding: 20px;
    width: calc(100% - 40px);
    min-height: 300px;
    height: auto;
    border-radius: 15px;
}

#rankingTable thead {
    background-color: var(--kyugan-table-cab);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}



#rankingTable thead tr {
    color: var(--kyugan-table-cab-font) !important;
    background-color: var(--kyugan-table-cab) !important;
    text-align: center;
    padding: 10px;
}

#rankingTable thead tr {
    font-weight: bold;
}

#rankingTable tr {
    color: var(--kyugan-table-line-font);
}

#rankingTable tr td {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

/* 
#rankingTable tr:nth-child(2n){
    position: relative;
    color: var(--text-primary-color);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
} */

#rankingTable tr:nth-child(2n+1) {
    background-color: var(--kyugan-table-line1);
}

#rankingTable tr:nth-child(2n) {
    background-color: var(--kyugan-table-line2);
}

#rankingTableSkill {
    margin: auto;
}

#rankingTableSkill tr:nth-child(1) td {
    width: 100px;
    height: 100px;
}

#rankingTableSkill tr:nth-child(1) td img {
    width: 100%;
    height: 100%;
}

#rankingTableSkill tr:nth-child(2) td {
    padding: 5px;
}

#rankingTableSkill tr:nth-child(2) {
    background-color: var(--kyugan-table-cab) !important;
    color: var(--kyugan-table-cab-font) !important;
    font-weight: bold;
    text-align: center;
}


/* *************** */
/* ** CHARACTERS * */
/* *************** */

#containerCharacters {
    width: 100%;
    height: 100%;
    background-image: url(./../images/generalbackground.jpeg);
    background-size: 100% 100%;
}

#searchContent {
    background-color: var(--kyugan-content-color);
    padding: 20px;
    width: calc(100% - 40px);
    min-height: 300px;
    height: auto;
    border-radius: 15px;
}

#searchTools {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: baseline;
}

#loginContainer h2 {
    color: var(--text-second-color);
}



#characterTable,
#characterData,
#characterEquip,
#characterSkills {
    background-color: var(--second-color);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}


#characterTable tr th,
#characterData tr th,
#characterEquip tr th,
#characterSkills tr th {
    color: var(--text-second-color);
    background-color: var(--second-color);
    text-align: center;
    padding: 10px;
}

#characterTable tr td,
#characterData tr td,
#characterEquip tr td,
#characterSkills tr td {
    color: var(--text-primary-color);
    padding-bottom: 5px;
    padding-top: 5px;
}

#characterTable tr td:nth-child(2n+1),
#characterData tr td:nth-child(2n+1),
#characterEquip tr td:nth-child(2n+1),
#characterSkills tr td:nth-child(2n+1) {
    font-weight: bold;
    text-align: right;
}

#characterTable tr td:nth-child(2n) {
    position: relative;
    color: var(--text-primary-color);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    background-color: var(--primary-color);
}


#characterData tr td:nth-child(2n+1) {
    font-weight: bold;
    text-align: right;
    padding-right: 30px;
}

#characterData tr td:nth-child(2n) {
    position: relative;
    color: var(--text-primary-color);
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    background-color: var(--primary-color);
    width: 30%;
}

#characterTable tr td:nth-child(2n)::before {
    position: absolute;
    width: 25px;
    content: "";
    top: 0px;
    left: -2px;
    background-color: var(--second-color);
    height: 100%;
    z-index: 7;
    border-radius: 50%;
}


.HP,
.KI,
.EXP,
.STAMINA {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: white;
}

.HP {
    border: 1px solid #6e0000;
    background-color: #ff3838;
}

.KI {
    border: 1px solid #00306e;
    background-color: #3895ff;
}

.EXP {
    border: 1px solid #006e05;
    background-color: #38ffc3;
}

.STAMINA {
    border: 1px solid #6e5400;
    background-color: #fff238;
}

.contentTops {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.contentPlayer {
    width: calc(100% - 40px);
    height: calc(200px - 40px);
    padding: 20px;
    border: 2.5px solid var(--primary-border-color);
    border-radius: 15px;
    display: flex;
    gap: 20px;
    overflow: hidden;
    /* background: linear-gradient(358deg, rgb(250 250 242) 7%, rgb(241 168 239 / 80%) 78%, rgb(186 0 255 / 43%) 94%); */
}

.playerPicture {
    width: 10em;
    height: 10em;
}

.playerPicture img {
    width: 100%;
    height: 100%;
}

.playerEquips {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin: 2px;
}

.equip {
    width: 32px;
    height: 32px;
    background-color: #525252;
    padding: 2px;
}

.playerSkills {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin: 2px;
}

.skill {
    width: 64px;
    height: 64px;
    background-color: #525252;
    padding: 2px;
}

.playerDescription {
    border: 1px solid var(--primary-border-color);
    padding: 2px;
    width: 40%;
    overflow: hidden;
    border-radius: 3px;
    background-color: #ffff
}





/* *************** */
/* *** FOOTER  *** */
/* *************** */

#tops {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    overflow: hidden;
    transform: translateY(-20px);
    visibility: hidden;
    /* display: none; */
    transition: opacity 0.8s ease-out, transform 0.4s ease-out, visibility 1.2s;
}

#tops.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    /* display: block; */
}

#topBackground {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 64%);
    backdrop-filter: blur(10px);
}

.topContainer {
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.topTitle {
    color: white;
    position: relative;
    font-size: 2em;
    font-family: cursive;
}


#topGuild {
    display: flex;
    width: 50%;
    height: calc(42% - 2em);
    /* background-color: red; */
    margin: auto;
    z-index: 1;
    position: relative;
}

.topGuildMenu {
    background-repeat: no-repeat;
    width: calc((100% / 3));
    height: calc(100%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#topGuild a:first-child .topGuildMenu,
#topGuild a:last-child .topGuildMenu {
    transform: scale(0.8);
    z-index: 10;
    position: relative;
}

.topGuildMenu:hover {
    position: relative;
    transform: scale(1.2);
    z-index: 2;
    margin: 20px;
    filter: drop-shadow(2px 4px 6px white);
}


.topGuildBackground {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.topGuildBackground img {
    width: 100%;
    height: 100%;
    position: relative;
}

.topGuildName {
    color: white;
    font-size: 1.5em;
    margin: auto;
    padding: 25px 0px 0px 0px;
    position: relative;
    width: 80%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topGuildEmblem {
    position: relative;
    width: 50%;
    height: 50%;
    min-width: 100px;
    min-height: 80px;
    margin: auto;
}

.topGuildEmblem img {
    width: 100%;
    height: 100%;
}

.topGuildRank {
    position: relative;
    color: white;
    font-size: 2.5em;
    margin: 0px 20px 0px 30px;
    width: calc(100% - 50px);
    height: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#footerButtons {
    position: fixed;
    bottom: 20px;
    width: 80px;
    height: auto;
    right: 20px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.topsButton {
    width: 100%;
    height: 80px;
    cursor: pointer;
}

.topsButton img {
    width: 100%;
    height: 100%;
}


#footerButtons .bi {
    font-size: 3em;
    filter: drop-shadow(0px 2px 5px white);
}

.bi-facebook {
    color: rgb(13 76 201);
}

.bi-discord {
    color: rgb(26 51 155);
}

.presentGoal {

}

.presentGoal img {
    width: 60%;
    transition: transform 0.2s;
    cursor: pointer;
}

.presentGoal img:hover {
    animation: tremer 0.5s infinite;
}

@keyframes tremer {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(2px, 2px) rotate(1deg); }
    50% { transform: translate(-2px, -2px) rotate(-1deg); }
    75% { transform: translate(2px, -2px) rotate(1deg); }
    100% { transform: translate(-2px, 2px) rotate(-1deg); }
}


/* *************** */
/* ** DOWNLOADS ** */
/* *************** */

#containerDownloads {
    width: 100vw;
    height: 100%;
    background-image: url(./../images/generalbackground.jpeg);
    background-size: 100% 100%;
    /* padding: 70px 0px; */
}

#downloadsButtons {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    overflow: hidden;
}

#downloadsButtons a i {
    font-size: 10em;
}

/* *************** */
/* ** Donates ** */
/* *************** */

#containerDonates {
    width: 100vw;
    height: auto;
    min-height: 100%;
    background-image: url(./../images/generalbackground.jpeg);
    background-size: 100% 100%;
    /* padding: 70px 0px; */
}

#donates {
    /* height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px; */
    background-color: var(--kyugan-content-color);
    padding: 20px;
    width: calc(100% - 40px);
    min-height: 300px;
    height: auto;
    border-radius: 15px;
}



/* *************** */
/* *** SHOP P *** */
/* *************** */

#containerShop {
    width: 100vw;
    height: 100vh;
    background-image: url(./../images/generalbackground.jpeg);
    background-size: 100% 100%;
    display: inline-table;
}

#shop {
    /* height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px; */
    background-color: var(--kyugan-content-color);
    padding: 20px;
    width: calc(100% - 40px);
    min-height: 300px;
    height: auto;
    border-radius: 15px;
}


#shopTable {
    background-color: var(--kyugan-table-cab);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}


#shopTable tr th,
#shopTable tr:nth-child(1) {
    color: var(--kyugan-table-cab-font) !important;
    background-color: var(--kyugan-table-cab) !important;
    text-align: center;
    padding: 10px;
}

#shopTable tr:nth-child(1) {
    font-weight: bold;
    text-align: center;
}

#shopTable tr:not(:nth-child(1)) {
    color: var(--kyugan-table-line-font);
    text-align: center;
}

#shopTable tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}


#shopTable tr:nth-child(2n) {
    position: relative;
    color: var(--kyugan-table-line-font);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
}

#shopTable tr:nth-child(2n) {
    background-color: var(--kyugan-table-line1);
}

#shopTable tr:nth-child(2n+1) {
    background-color: var(--kyugan-table-line2);
}


#shopInfos {
    position: fixed;
    z-index: 1;
    border: 1px solid black;
    border-radius: 2px;
    padding: 10px;
    background-color: rgb(247 247 247);
    text-align: center;
    right: 150px;
    bottom: 10px;
    opacity: 0.1;
    transition: ease 1s;
}

#shopInfos:hover {
    opacity: 1;
    cursor: pointer;
}

.wallet {
    background-color: black;
    padding: 5px;
    margin: 0px 25px;
    color: white;
    width: calc(100% - 50px);
    position: relative;
    display: table;
}



/* COOCKIES */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: none; /* escondido por padrão */
  z-index: 9999;
}

.cookie-banner button {
  background: #4caf50;
  color: #fff;
  border: none;
  padding: 8px 15px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 5px;
}



/* *************** */
/* *** WIKI *** */
/* *************** */

#containerWiki {
    width: 100vw;
    height: 100vh;
    background-image: url(./../images/generalbackground.jpeg);
    background-size: 100% 100%;
    display: inline-table;
}

#wiki {
    /* height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px; */
    background-color: var(--kyugan-content-color);
    padding: 20px;
    width: calc(100% - 40px);
    min-height: 300px;
    height: auto;
    border-radius: 15px;
}
    .menuWikiOption {
        width: 400px;
        height: 100px;
        margin: 20px 0px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .menuWikiOption:hover img {
        filter: drop-shadow(10px 7px 3px white);
        cursor: pointer;
    }

    .menuWikiOption label {
        position: absolute;
        z-index: 1;
        color: white;
        font-size: 25px;
        text-shadow: 2px 2px 3px #232323;
    }

    .menuWikiOption img {
        width: 100%;
        filter: drop-shadow(10px 7px 3px black);
        height: 100%;
    }

    #wikiCatalog {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px 35px;
    }

    .hidden {
        display: none;
    }

    #wikiCharactersCatalog {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .transform {
        width: 800px;
        height: 800px;
    }

    .transform img {
        width: 100%;
    }

    .tooltip-inner {
        max-width: 800px;
        /* ajuste para o tamanho que quiser */
        white-space: normal;
        /* permite quebrar linha */
    }

    .wikiSagaImage {
        max-width: 500px;
        max-height: 140px;
    }