Mudanças entre as edições de "MediaWiki:Common.css"

De Wiki Gla
Ir para navegação Ir para pesquisar
m
 
(560 revisões intermediárias por 2 usuários não estão sendo mostradas)
Linha 1: Linha 1:
/* Container Geral do Banner */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');
.ranked-banner-widget {
 
     position: relative;
/* body::before {
    width: 320px; /* Largura ajustável */
content: '';
     height: 120px; /* Altura ajustável */
position: fixed;
     margin: 10px auto;
top: 0;
     overflow: hidden;
left: 0;
     border: 2px solid #ff4500; /* Cor da borda destacada */
width: 100%;
     border-radius: 10px; /* Bordas arredondadas */
height: 100vh;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombra leve */
background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat;
    display: flex;
filter: brightness(0.6);
    flex-direction: column; /* Organização vertical */
 
    background-color: #000; /* Cor padrão antes de configuração dinâmica */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
*/
/* === FONTE PADRÃO === */
body,
.mw-parser-output,
.mw-headline,
#firstHeading,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
table,
td,
th,
caption {
     font-family: 'Noto Sans', sans-serif !important;
}
 
/* === LEGENDAS DE IMAGEM === */
.thumbcaption {
    font-size: 1.1em !important;
     text-align: center !important;
    line-height: 1.4;
    font-weight: 400;
}
 
/* === TABELAS ENHANCE === */
table.table-enhance {
    max-width: 600px;
     margin: 1em auto;
     border-collapse: collapse;
    background-color: #fff;
     border: 1px solid #ccc;
    font-size: 13px;
     font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
}


/* Barra Superior (Título do Evento) */
.table-enhance th,
.ranked-banner-header {
.table-enhance td {
     background-color: #ff4500; /* Cor de destaque da barra */
     border: 1px solid #e0e0e0;
    color: #fff;
     padding: 6px 10px;
    font-size: 0.8em; /* Fonte menor */
    font-weight: bold;
     padding: 1px 10px; /* Reduzido ao máximo */
     text-align: center;
     text-align: center;
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
     vertical-align: middle;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 15px; /* Altura mínima */
    line-height: 15px; /* Centraliza verticalmente o texto */
}
}


/* Barra Inferior (Timer do Evento) */
.table-enhance th {
.ranked-banner-footer {
     background-color: #f5f5f5;
     background-color: rgba(0, 0, 0, 0.7); /* Fundo escuro semitransparente */
     font-weight: 600;
    color: #fff;
     color: #333;
    font-size: 0.8em; /* Fonte menor */
     font-weight: bold;
     padding: 1px 10px; /* Reduzido ao máximo */
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 15px; /* Altura mínima */
    line-height: 15px; /* Centraliza verticalmente o texto */
}
}


.ranked-banner-content {
.table-enhance tr:nth-child(even) td {
     flex: 1; /* Preenche o espaço central */
     background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #282828, #1a1a1a); /* Fundo degradê */
}
}


/* Imagem do Evento */
.table-enhance tr:hover td {
.ranked-image {
     background-color: #f0f8ff;
     max-width: 95%; /* Maximiza o espaço da imagem */
     transition: background-color 0.2s ease;
    max-height: 95%; /* Garante que caiba sem estourar */
     border-radius: 8px; /* Bordas arredondadas */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Sombra na imagem */
}
}


/**********************************
.table-enhance-vertical td:first-child {
  Widget:GlobalEventTimer
     font-weight: bold;
  **********************************/
     color: #2c3e50;
  .global-event-widget {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 90px;
    margin: 0 auto;
     text-align: center;
     overflow: hidden;
}
}


.global-event-image {
/* === AJUSTES NA SIDEBAR === */
     width: 100%;
#p-logo {
    height: 100%;
     background-color: transparent !important;
    object-fit: cover;
}
}


#global-event-time {
#mw-panel .mw-portlet.portal .vector-menu-content-list>li>a {
    position: absolute;
     font-size: 0.80rem !important;
    bottom: 3%;
     font-family: 'Noto Sans', sans-serif !important;
    left: 3px;
     font-weight: 600 !important;
    padding: 2px 5px;
     font-size: 1.2em;
     font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    background: linear-gradient(to right, rgba(25, 25, 25, 0.85), rgba(0, 0, 0, 0));
    border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
    max-width: fit-content;
}
}


/**********************************
/* === REMOÇÃO DE BORDAS EM TÍTULOS === */
  PÁGINA INICIAL: EVENTOS, MENU E INFORMAÇÕES
.mw-headline {
**********************************/
    border-bottom: none !important;
}


.homepage-layout {
h1,
    display: grid;
h2,
    grid-template-columns: 2fr 1fr;
h3,
    /* Primeira coluna: eventos + menu; Segunda coluna: informações */
h4,
    grid-template-rows: auto 1fr;
h5,
    /* Primeira linha: eventos; Segunda linha: menu e informações */
h6 {
    gap: 20px;
     border-bottom: none !important;
     align-items: start;
}
}


/* Eventos */
.video-responsivo {
.homepage-events {
     max-width: 600px;
     grid-column: 1 / 2;
     width: 100%;
     /* Ocupa a primeira coluna */
     margin: 0 auto;
     grid-row: 1;
     background: black;
     /* Fica na primeira linha */
     padding: 0;
    display: flex;
     overflow: hidden;
     justify-content: center;
     position: relative;
     gap: 15px;
     flex-wrap: wrap;
}
}


.homepage-events>div {
.video-responsivo video {
     flex: 1 0 30%;
     width: 100% !important;
     /* Cada evento ocupa 30% e se ajusta conforme espaço */
     height: auto !important;
    border: 1px solid #d1e4f2;
     display: block;
     background: #ffffff;
     margin: 0;
     box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.2);
     padding: 0;
     border-radius: 10px;
     vertical-align: bottom;
     overflow: hidden;
}
}


.homepage-events h2 {
#contentSub,
#contentSub2 {
    margin: 0 !important;
    padding: 0 !important;
     display: none;
     display: none;
     /* Esconde o título de eventos */
     /* opcional: se quiser sumir com tudo */
}
}


/* Menu */
/* Discord */
.homepage-menu {
#n-Discord {
     grid-column: 1 / 2;
     font-size: 10px;
     /* Ocupa a primeira coluna */
     line-height: 1.5em;
    grid-row: 2;
    /* Fica na segunda linha */
    border: 1px solid #d1e4f2;
    background: #ffffff;
    box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}
}


.homepage-menu h2 {
#p-Discord-label {
    background: linear-gradient(to bottom, #4d9ed8, #3a88c5);
     display: none;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin: 0;
    border-radius: 10px 10px 0 0;
     font-size: 1.4rem;
    font-weight: bold;
}
}


.homepage-menu-content {
#n-Discord a {
     padding: 15px;
     color: #fff !important;
     display: grid;
     font-weight: bold;
     grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
     border-radius: 4px;
     /* Ajusta os itens automaticamente */
    border: 1px solid #4c57d0;
     gap: 15px;
    background-color: #5865f2;
     /* Espaçamento entre os itens */
     display: block;
     justify-items: center;
     position: relative;
     /* Centraliza os itens individualmente */
     padding: 4px 4px 3px calc(14px + 6.5px * 2);
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
     transition: 0.2s;
}
}


/* Informações */
#n-Discord a::before {
.homepage-infos {
     font-weight: normal;
    grid-column: 2 / 3;
     opacity: 0.85;
    /* Ocupa a segunda coluna */
     margin-left: 1.25em
    grid-row: 2;
    /* Fica na mesma linha do menu */
    border: 1px solid #d1e4f2;
     background: #ffffff;
     box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.2);
     border-radius: 10px;
    overflow: hidden;
}
}


.homepage-infos h2 {
#n-Discord a::after {
     background: linear-gradient(to bottom, #4d9ed8, #3a88c5);
    content: '';
     color: #ffffff;
     background: url(/images/7/76/Discord-brands.png) no-repeat;
     text-align: center;
     background-size: contain;
     padding: 10px;
     background-position: center;
     margin: 0;
     background-repeat: no-repeat;
     border-radius: 10px 10px 0 0;
     filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
     font-size: 1.4rem;
     position: absolute;
     font-weight: bold;
    top: 2px;
    left: 4px;
     width: 20px;
     height: 20px;
}
}


.homepage-infos-content {
#n-Discord a:hover {
     padding: 15px;
    text-decoration: none;
    background-color: #7885ff;
     border-color: #6c77f0;
    transition: .3s
}
}


/**********************************
/* css atual */
  PÁGINA INICIAL: WIKI ROW
/* ESTILIZAÇÃO PADRÃO */
  **********************************/
.wiki-row-container {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    text-decoration: none;
}


.wiki-row-item {
.thumb .thumbcaption .magnify:first-child {
    text-align: center;
     display: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
     position: relative;
}
}


.wiki-row-item:hover {
html {
     transform: translateY(-5px);
     scroll-behavior: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
     /*smooth*/
     border-color: #007bff;
}
}


.wiki-row-image {
.dark-mode:root {
     width: 100%;
     --content-bg: #fcfcfc;
    aspect-ratio: 16 / 9;
    background-color: #f8f8f8;
    overflow: hidden;
    position: relative;
}
}


.wiki-row-image img {
:root {
     width: 100%;
    --content-bg: #fcfcfc;
     height: 100%;
    --content-text: #000;
     object-fit: cover;
    --simpleSearch-bg: #fff;
     transition: transform 0.3s ease;
    --searchInput-text: #aaaaaa;
    --link-text: #0645ad;
     --lightGray: rgba(240, 240, 240);
     --gray: rgb(190, 190, 190);
     --transparent-blue: #338be58c;
     --blue: #338be5;
}
}


.wiki-row-item:hover .wiki-row-image img {
.dark-mode:root {
     transform: scale(1.1);
     --content-bg: #fcfcfc;
}
}


.wiki-row-title {
a:visited,
    font-weight: bold;
a {
    font-size: 1.1em;
     color: var(--link-text) !important;
    background: white;
     color: #000;
    padding: 10px 0;
    margin: 0;
    position: relative;
    bottom: 0;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    text-decoration: none !important;
}
}


.wiki-row-title:hover {
/*
    background: white;
body {
    cursor: pointer;
position: relative;
    text-decoration: none;
}
body {
position: relative;
}
}


.wiki-row-title a {
body::before {
     text-decoration: none;
content: '';
     color: inherit;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: url('https://wiki.gla.com.br/images/3/35/Fundodawikiglatest.png') no-repeat;
filter: brightness(0.8);
 
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
*/
body {
     position: relative;
    background-image: url(/images/3/31/Cinza_capriw.png);
    background-repeat: repeat;
     background-attachment: fixed;
}
}


.wiki-row-title a:hover {
/*
     text-decoration: none;
  h1,
  h2 {
      margin-bottom: 0.6em;
      border-bottom: 0px !important;
  }
  */
#firstHeading {
     border-bottom: 0px !important;
}
}


/**********************************
#simpleSearch {
  PRESET: IMG
     background-color: var(--simpleSearch-bg) !important;
  **********************************/
.responsive-image {
     max-width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
}


.custom-image {
#p-personal {
     width: 100%;
     right: 1em;
     max-width: 800px;
     top: .5em;
    height: auto;
}
}


.responsive-image[style*="text-align:left"] {
#p-search {
     margin: 0;
    float: left;
     text-align: left;
     margin-left: -0.1em;
     margin-right: 1em;
    margin-top: -0.4em;
}
}


.responsive-image[style*="text-align:right"] {
#searchInput {
     margin: 0;
    background-color: #231813;
     text-align: right;
    color: var(--searchInput-text);
    width: 100%;
    height: 2.15384615em;
    border: 1px solid #524136;
    padding: 5px 2.15384615em 5px 0.4em;
    font-family: inherit;
     font-size: 0.8125em;
     direction: ltr;
}
}


.responsive-image[style*="text-align:center"] {
.mw-body {
     text-align: center;
    margin-top: -1px;
    border: 2px solid #5c3f2b !important;
     border-right-width: 2px !important;
}
}


/**********************************
/* Force lining numbers in headers (for fonts like Georgia) */
  WIDGET: PAGEVIDEO
h1,
  **********************************/
h2,
.pagevideo-wrapper {
.firstHeading {
     display: flex;
     -moz-font-feature-settings: "lnum";
     justify-content: center;
     -webkit-font-feature-settings: "lnum";
     align-items: flex-start;
     font-feature-settings: "lnum";
    margin: 20px auto;
    width: 100%;
}
}


.pagevideo {
/* Consistent size for sub/sup */
    width: 100%;
.mw-body sub,
    max-width: 800px;
.mw-body sup,
    height: auto;
span.reference
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #000;
}


@media screen and (max-width: 768px) {
/* for Parsoid */
     .pagevideo {
     {
        max-width: 100%;
    font-size: 80%;
    }
}
}




/**********************************
/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
  MEDIAWIKI: THUMBS
      * For sanity, only do this if [[Project_talk:Support_desk]] is a
  **********************************/
      * redirect (which goes back to [[Project:Support_desk]]).
.thumb {
      * If that is changed for some reason, it automatically comes back.
    border: 1px solid #ccc;
      */
    background-color: #fafafa;
.page-Project_Support_desk #ca-talk a.mw-redirect {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
     display: none;
    text-align: center;
     margin: 8px auto;
}
}


.thumbimage {
/* CSS Hover Gallery for Mediawiki */
     max-width: 100%;
 
     height: auto;
.gallery_zoom_img img {
     border: none;
     -moz-transition: -moz-transform 0.1s ease-in;
     -webkit-transition: -webkit-transform 0.1s ease-in;
     -o-transition: -o-transform 0.1s ease-in;
    transition: transform 0.1 ease-in;
}
}


.thumbcaption {
.gallery_zoom_img img:hover {
     font-family: Arial, sans-serif;
     -moz-transform: scale(2);
     font-size: 12px;
     -webkit-transform: scale(2);
     color: #666;
     -o-transform: scale(2);
    background-color: #ffffff;
     transform: scale(2);
     padding: 4px;
    border-top: 1px solid #eee;
}
}


.magnify {
/*--------------------------------------------------
    display: none;
      CSS CUSTOMIZADO
}
      --------------------------------------------------*/
 
/*--------------------------------------------------
      Vector
      --------------------------------------------------*/


/**********************************
.vector-menu-tabs li {
  MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
     background: transparent;
  **********************************/
.mw-parser-output .external {
     background-image: none !important;
    padding-right: 0 !important;
}
}


/**********************************
/*--------------------------------------------------
  PREDEFINIÇÃO: Titulo
      Tabber
  **********************************/
      --------------------------------------------------*/
#firstHeading {
 
     display: none;
.center-tab .tabber__header {
     justify-content: center;
}
}


#custom-title {
/*--------------------------------------------------
    display: inline-block;
      Tags de uso generalizado
    display: block;
      --------------------------------------------------*/
     text-align: left;
 
.mt-1 {
     margin-top: .75em;
}
}


#custom-title img {
.mt-2 {
     display: inline-block;
     margin-top: 1.5em;
}
}


/**********************************
.mt-4 {
  PÁGINA INICIAL: STREAMERS
     margin-top: 3em;
  **********************************/
.homepage-streamer {
     flex: 1;
    border: 1px solid #d1e4f2;
    background: #ffffff;
    box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}
}


.homepage-streamer h2 {
.mt--4 {
     background: linear-gradient(to bottom, #9146ff, #772ce8);
     margin-top: -2em;
}
 
.mb-2 {
    margin-bottom: 1em;
}


    color: #ffffff;
    text-align: center;
    padding: 6px;
    margin: 0;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #772ce8;
}


/**********************************
.d-flex,
  PÁGINA INICIAL: CONTAINER (GUIA/EVENTOS)
.td-flex td {
  **********************************/
.homepage-container {
     display: flex;
     display: flex;
    gap: 15px;
    align-items: stretch;
    flex-wrap: wrap;
}
}


@media (max-width: 1220px) {
.d-block {
     .homepage-container {
     display: block;
        flex-direction: column;
}
    }


    .homepage-guia,
.relative {
     .homepage-eventos {
     position: relative;
        flex: none;
        /* Remove o comportamento flex no mobile */
        width: 100%;
        /* Ocupa 100% da largura */
    }
}
}


/**********************************
.text-justify {
  PÁGINA INICIAL: GUIA
     text-align: justify;
  **********************************/
.homepage-guia {
     flex: 2.5;
    border: 1px solid #d1e4f2;
    background: #ffffff;
    box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}
}


.homepage-guia table {
.align-center {
     width: 100%;
     align-items: center;
}
}


.homepage-guia h2 {
.align-top {
     background: linear-gradient(to bottom, #4d9ed8, #3a88c5);
     align-items: flex-start;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    margin: 0;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #3a88c5;
}
}


.homepage-guia table td {
.justify-between {
     color: #2a3e50;
     justify-content: space-between;
    padding: 7px 0px;
}
}


/**********************************
.justify-center {
  PÁGINA INICIAL: EVENTOS
     justify-content: center;
  **********************************/
.homepage-eventos {
     /*display: inline-block;*/
    border: 1px solid #d1e4f2;
    background: #ffffff;
    box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
}


.homepage-eventos h2 {
.border-none {
    background: linear-gradient(to bottom, #4d9ed8, #3a88c5);
     border: none !important;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    margin: 0;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.4em;
    font-weight: bold;
     border-bottom: 1px solid #3a88c5;
}
}


.homepage-eventos-conteudo {
.w-25 {
     margin-bottom: auto;
     width: 25%;
    padding: 6px;
}
}


.homepage-eventos-conteudo img {
.h-100 {
     width: 100%;
     height: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}
}


/**********************************
.flex-wrap {
  PÁGINA INICIAL: DESTAQUES
     flex-wrap: wrap;
  **********************************/
.homepage-destaques {
     max-width: 100%;
    margin: 20px auto;
    border: 1px solid #d1e4f2;
    background: #ffffff;
    box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
}


.homepage-destaques>h2 {
.section-title {
     background: linear-gradient(to bottom, #4d9ed8, #3a88c5);
    display: block;
     color: #ffffff;
    border-radius: 8px;
     text-align: center;
     background: linear-gradient(to bottom, #459cca, #5684c8);
     padding: 6px;
     width: fit-content;
    margin: 0;
     color: white;
    border-radius: 10px 10px 0 0;
     padding: .25em 5em;
    text-transform: uppercase;
     letter-spacing: 1px;
     letter-spacing: 1px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #3a88c5;
}
}


.homepage-destaques-conteudo {
.badge {
     padding: 15px 15px 5px;
    padding: .25em .57em;
    margin: .45em;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
    max-height: 1.5em;
    font-size: .9em;
    letter-spacing: 1px;
    box-shadow: rgb(3 102 214 / 30%) 0px 0px 0px 3px;
     background: linear-gradient(to bottom, #459cca, #5684c8);
}
}


/**********************************
.card {
  Widget:WorldBossTimer
     width: 100%;
  **********************************/
     min-height: 14em;
.worldboss-widget {
     position: relative;
    display: flex;
    justify-content: center;
     align-items: center;
    width: 320px;
    height: 90px;
     margin: 0 auto;
     margin: 0 auto;
     text-align: center;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


.worldboss-image {
.card-title {
    display: block;
    padding: .25em 0;
    margin-bottom: 1em;
     width: 100%;
     width: 100%;
     height: 100%;
     border-radius: 10px 10px 0 0;
     object-fit: cover;
     background: linear-gradient(to bottom, #459cca, #5684c8);
}


#worldboss-time {
    position: absolute;
    bottom: 3%;
    left: 3px;
    padding: 2px 5px;
     font-size: 1.2em;
     font-size: 1.2em;
     font-weight: bold;
     font-weight: bold;
    color: #fff;
     text-align: center;
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
     letter-spacing: 1px;
     background: linear-gradient(to right, rgba(25, 25, 25, 0.85), rgba(0, 0, 0, 0));
     color: white;
    border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
    max-width: fit-content;
}
}


/**********************************
.scaleUp-hover {
  ESTILIZAÇÃO PADRÃO
    transition: all .25s ease;
  **********************************/
     image-rendering: auto;
html {
    /* ou crisp-edges */
     scroll-behavior: smooth;
}
}


.dark-mode:root {
.scaleUp-hover:hover {
     --content-bg: #fcfcfc;
     transform: scale(1.1);
}
}


:root {
 
    --content-bg: #fcfcfc;
/*--------------------------------------------------
    --content-text: #000;
      Tooltip
    !important --simpleSearch-bg: #fff;
      --------------------------------------------------*/
    --searchInput-text: #aaaaaa;
 
    --link-text: #0645ad;
.simple-tooltip-inline {
    g --lightGray: rgba(240, 240, 240);
    border: none !important;
    --gray: rgb(190, 190, 190);
    --transparent-blue: #338be58c;
    --blue: #338be5;
}
}


.dark-mode:root {
.tooltipster-default {
     --content-bg: #fcfcfc;
    background-color: rgb(220, 220, 220);
    color: black !important;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
}


.mw-body h1,
.tooltipster-arrow {
.mw-body-content h1,
     borde-color: rgb(220, 220, 220) !important;
.mw-body-content h2 {
     font-family: sans-serif !important;
}
}


a:visited,
#bigImage {
a {
    position: absolute;
     color: var(--link-text) !important;
     transform: translate(0, -100%);
}
}


body {
/**********************************
     background-image: url(/images/3/31/Cinza_capriw.png);
          Widget:GlobalEventTimer
     background-repeat: repeat;
          **********************************/
     background-attachment: fixed;
.global-event-widget {
     position: relative;
    display: flex;
    justify-content: center;
     align-items: center;
    width: 320px;
     height: 90px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
}


h1,
.global-event-image {
h2 {
    width: 100%;
     margin-bottom: 0.6em;
     height: 100%;
     border-bottom: 0px !important;
     object-fit: cover;
}
}


#content {
#global-event-time {
     overflow-x: clip;
     position: absolute;
    bottom: 3%;
    left: 3px;
    padding: 2px 5px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    background: linear-gradient(to right, rgba(25, 25, 25, 0.85), rgba(0, 0, 0, 0));
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    max-width: fit-content;
}


     color: var(--content-text);
/**********************************
     background-color: var(--content-bg) !important;
      WIDGET: PAGEVIDEO
     border: none !important;
      **********************************/
     box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
.pagevideo-wrapper {
     display: flex;
    justify-content: center;
     align-items: flex-start;
     margin: 20px auto;
     width: 100%;
}
}


#simpleSearch {
.pagevideo {
     background-color: var(--simpleSearch-bg) !important;
    width: 100%;
    max-width: 800px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
     background-color: #000;
}
}


#p-personal {
@media screen and (max-width: 768px) {
     right: 1em;
     .pagevideo {
     top: .5em;
        max-width: 100%;
     }
}
}


#p-search {
/**********************************
    float: left;
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
    margin-left: -0.1em;
      **********************************/
     margin-right: 1em;
.mw-parser-output .external {
     margin-top: -0.4em;
     background-image: none !important;
     padding-right: 0 !important;
}
}


#searchInput {
/**********************************
    background-color: #231813;
      PREDEFINIÇÃO: Titulo
    color: var(--searchInput-text);
      #firstHeading {
    width: 100%;
      display: none;
    height: 2.15384615em;
  }
    border: 1px solid #524136;
      **********************************/
     padding: 5px 2.15384615em 5px 0.4em;
 
     font-family: inherit;
 
     font-size: 0.8125em;
#custom-title {
    direction: ltr;
     display: inline-block;
     display: block;
     text-align: left;
}
}


.mw-body {
#custom-title img {
     margin-top: -1px;
     display: inline-block;
    border: 2px solid #5c3f2b !important;
    border-right-width: 2px !important;
}
}


/* Force lining numbers in headers (for fonts like Georgia) */
/*--------------------------------------------------
h1,
      Pagina Inicial
h2,
      --------------------------------------------------*/
.firstHeading {
.initialPage--table {
    -moz-font-feature-settings: "lnum";
    width: 100%;
    -webkit-font-feature-settings: "lnum";
     text-align: center;
     font-feature-settings: "lnum";
}
}


/* Consistent size for sub/sup */
.initialPage--table>tbody>tr>th,
.mw-body sub,
.initialPage--table>tbody>tr>td {
.mw-body sup,
    background: transparent !important;
span.reference
}


/* for Parsoid */
.initialPage--title,
     {
.initialPage--events {
     font-size: 80%;
     border: none;
     border-collapse: separate;
}
}


.initialPage--events th,
.initialPage--title th {
    color: black !important;
    padding: .4em;
}


/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
.initialPage--title th {
  * For sanity, only do this if [[Project_talk:Support_desk]] is a
    background-color: transparent !important;
  * redirect (which goes back to [[Project:Support_desk]]).
     font-size: 2em;
  * If that is changed for some reason, it automatically comes back.
  */
.page-Project_Support_desk #ca-talk a.mw-redirect {
     display: none;
}
}


/* CSS Hover Gallery for Mediawiki */
.initialPage--events {
    display: flex;
    height: 20em;
}


.gallery_zoom_img img {
.initialPage--eventsLogo {
     -moz-transition: -moz-transform 0.1s ease-in;
     height: 100%;
     -webkit-transition: -webkit-transform 0.1s ease-in;
     padding: .5em 3.5em 2em 0;
     -o-transition: -o-transform 0.1s ease-in;
     display: flex;
     transition: transform 0.1 ease-in;
     align-items: center;
}
}


.gallery_zoom_img img:hover {
.initialPage--events td {
     -moz-transform: scale(2);
     text-align: center;
     -webkit-transform: scale(2);
     display: flex;
     -o-transform: scale(2);
     align-items: center;
     transform: scale(2);
     justify-content: flex-end;
}
}


/*--------------------------------------------------
.initialPage--mainContainer {
  CSS CUSTOMIZADO
    display: flex;
  --------------------------------------------------*/
    align-items: flex-start;
}


/*--------------------------------------------------
.initialPage--menuContainer {
  Vector
     width: 75%;
  --------------------------------------------------*/
    margin-right: 1.5em;
 
.vector-menu-tabs li {
     background: transparent;
}
}


/*--------------------------------------------------
.initialPage--sideMenuContainer {
  Tabber
     width: 25%;
  --------------------------------------------------*/
 
.center-tab .tabber__header {
     justify-content: center;
}
}


/*--------------------------------------------------
.initialPage--menuTitle {
  Tags de uso generalizado
    display: block;
  --------------------------------------------------*/
    text-align: center;
    width: 100%;
    font-size: 1.75em;
    font-weight: bold;


.mt-1 {
    background: linear-gradient(to bottom, #459cca, #5684c8);
     margin-top: .75em;
     border-radius: 10px 10px 0 0;
    color: white;
}
}


.mt-2 {
.initialPage--menu {
     margin-top: 1.5em;
     display: flex;
    flex-wrap: wrap;
}
}


.mt-4 {
.initialPage--menuItemContainer {
     margin-top: 3em;
     display: flex;
    justify-content: center;
    flex-wrap: wrap;
 
    padding: 1em 0;
}
}


.mt--4 {
.initialPage--menuItem {
     margin-top: -2em;
     width: 22.5%;
}
}


.mb-2 {
.initialPage--menuItem a img {
     margin-bottom: 1em;
     width: 100%;
}
}


 
.initialPage--socialMediaContainer {
.d-flex,
    box-sizing: border-box;
.td-flex td {
    width: 100%;
     display: flex;
    margin-top: 8em;
     padding: 0 1.5em;
}
}


.d-block {
.initialPage--socialMedia {
     display: block;
     position: relative;
    border-top: 2px solid #689cc0;
    margin-top: 1em;
}
}


.relative {
.initialPage--socialMedia:before {
     position: relative;
    content: '';
     position: absolute;
    top: -2px;
    display: block;
    width: 0;
    height: 2px;
    z-index: 1;
    transition: width .25s ease;
}
}


.text-justify {
.initialPage--socialMedia:hover::before {
     text-align: justify;
     width: 100%;
}
}


.align-center {
.initialPage--socialMediaLink {
    display: flex;
    justify-content: space-between;
     align-items: center;
     align-items: center;
}


.align-top {
    font-size: 1.35em;
     align-items: flex-start;
    font-weight: 600;
     letter-spacing: .03em;
    color: #689cc0 !important;
 
    padding: .9em .5em;
    transition: color .25s ease;
}
}


.justify-between {
.initialPage--socialMediaLink:visited {
     justify-content: space-between;
     color: #689cc0 !important;
}
}


.justify-center {
.initialPage--socialMediaLink:hover {
     justify-content: center;
     text-decoration: none;
}
}


.border-none {
.socialMedia--svg {
     border: none !important;
     display: flex;
    align-items: center;
}
}


.w-25 {
.socialMedia--svg svg {
     width: 25%;
     width: 2em;
    fill: #689cc0;
    transition: all .25s ease;
}
}


.h-100 {
.socialMedia--svg svg path {
     height: 100%;
     fill: inherit;
}
}


.flex-wrap {
/*
     flex-wrap: wrap;
      Discord
      */
 
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
     color: #5865f2 !important;
}
}


.section-title {
.initialPage--socialMedia.discord:before {
    display: block;
     background: #5865f2;
    border-radius: 8px;
     background: linear-gradient(to bottom, #459cca, #5684c8);
    width: fit-content;
    color: white;
    padding: .25em 5em;
    letter-spacing: 1px;
}
}


.badge {
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    padding: .25em .57em;
     fill: #5865f2 !important;
    margin: .45em;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
    max-height: 1.5em;
    font-size: .9em;
    letter-spacing: 1px;
    box-shadow: rgb(3 102 214 / 30%) 0px 0px 0px 3px;
     background: linear-gradient(to bottom, #459cca, #5684c8);
}
}


.card {
/*
    width: 100%;
      Instagram
    min-height: 14em;
      */
    margin: 0 auto;
 
    border-radius: 10px;
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
     color: #f09433 !important;
}
}


.card-title {
.initialPage--socialMedia.instagram:before {
    display: block;
     background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    padding: .25em 0;
}
    margin-bottom: 1em;
    width: 100%;
    border-radius: 10px 10px 0 0;
     background: linear-gradient(to bottom, #459cca, #5684c8);


    font-size: 1.2em;
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    font-weight: bold;
     fill: url(#gradient-vertical);
    text-align: center;
    letter-spacing: 1px;
     color: white;
}
}


.scaleUp-hover {
/*
     transition: all .25s ease;
      Facebook
    image-rendering: auto;
      */
    /* ou crisp-edges */
 
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
     color: #4267B2 !important;
}
}


.scaleUp-hover:hover {
.initialPage--socialMedia.facebook:before {
     transform: scale(1.1);
     background: #4267B2;
}
}


.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    fill: #4267B2 !important;
}


/*--------------------------------------------------
/*--------------------------------------------------
  Tooltip
      Ocultação de componentes
  --------------------------------------------------*/
      --------------------------------------------------*/


.simple-tooltip-inline {
#p-navigation {
     border: none !important;
     background-color: transparent;
}
}


.tooltipster-default {
#mw-head-base {
     background-color: rgb(220, 220, 220);
     background-color: transparent;
     color: black !important;
     width: auto !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
}


.tooltipster-arrow {
#mw-page-base {
     borde-color: rgb(220, 220, 220) !important;
     background: transparent;
}
}


#bigImage {
#mw-panel #p-tb h3 {
     position: absolute;
     color: rgb(0, 0, 0);
     transform: translate(0, -100%);
     font-size: .75em;
}
}


/*--------------------------------------------------
#p-tb {
  Pagina Inicial
     display: none;
  --------------------------------------------------*/
.initialPage--table {
     width: 100%;
    text-align: center;
}
}


.initialPage--table>tbody>tr>th,
/* #ca-nstab-mediawiki { display: none; } */
.initialPage--table>tbody>tr>td {
/* #ca-talk { display: none; } */
     background: transparent !important;
#ca-view {
     display: none;
}
}


.initialPage--title,
#ca-history {
.initialPage--events {
     display: none;
     border: none;
    border-collapse: separate;
}
}


.initialPage--events th,
#ca-viewsource {
.initialPage--title th {
     display: none !important;
     color: black !important;
    padding: .4em;
}
}


.initialPage--title th {
/* #ca-unwatch { display: none; } */
     background-color: transparent !important;
/* #p-cactions { display: none; } */
     font-size: 2em;
/*
      Pacientes
      */
 
.table-pacients {
     display: block;
    max-width: 1400px;
     overflow-x: auto;
}
}


.initialPage--events {
.table-pacients img {
     display: flex;
     width: 15.715em;
     height: 20em;
     height: auto;
}
}


.initialPage--eventsLogo {
/*
    height: 100%;
      PERSONAGENS
    padding: .5em 3.5em 2em 0;
      */
 
.filter--containerSearch {
     display: flex;
     display: flex;
    padding: 0 2em;
    justify-content: flex-end;
     align-items: center;
     align-items: center;
}
}


.initialPage--events td {
.filter--container {
    text-align: center;
     display: flex;
     display: flex;
    padding: 0 2em;
    justify-content: space-between;
     align-items: center;
     align-items: center;
    justify-content: flex-end;
}
}


.initialPage--mainContainer {
.filter {
    width: fit-content;
     display: flex;
     display: flex;
     align-items: flex-start;
     justify-content: center;
    border: 3px solid #b0cff1;
    border-collapse: collapse;
    border-radius: 8px;
}
}


.initialPage--menuContainer {
.filter--title {
     width: 75%;
     display: flex;
     margin-right: 1.5em;
     border-right: 3px solid #b0cff1;
    background: #4c91c9;
    padding: 0 1em;
    align-items: center;
    border-radius: 4px 0 0 4px;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: bold;
    color: white;
}
}


.initialPage--sideMenuContainer {
.filter--icon,
     width: 25%;
.calcXp--tierIcon {
     padding: .35em .95em;
    background: transparent;
    cursor: pointer;
}
}


.initialPage--menuTitle {
.filter--icon.tier img {
     display: block;
     filter: grayscale(.0);
    text-align: center;
    width: 100%;
    font-size: 1.75em;
    font-weight: bold;
 
    background: linear-gradient(to bottom, #459cca, #5684c8);
    border-radius: 10px 10px 0 0;
    color: white;
}
}


.initialPage--menu {
.filter--icon.tier.active img {
     display: flex;
     box-shadow: none;
    flex-wrap: wrap;
}
}


.initialPage--menuItemContainer {
.filter--icon img {
     display: flex;
     filter: grayscale(.8);
     justify-content: center;
     border-radius: 10px;
    flex-wrap: wrap;


     padding: 1em 0;
     transition: all .25s ease;
}
}


.initialPage--menuItem {
.calcXp--tierIcon img {
     width: 22.5%;
     filter: drop-shadow(0px 1px 8px #4c91c900);
}
    border-radius: 10px;


.initialPage--menuItem a img {
     transition: all .25s ease;
     width: 100%;
}
}


.initialPage--socialMediaContainer {
.filter--icon.active img {
     box-sizing: border-box;
     box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
    width: 100%;
     filter: grayscale(0);
     margin-top: 8em;
    padding: 0 1.5em;
}
}


.initialPage--socialMedia {
.filter--icon.tier.active img,
    position: relative;
.calcXp--tierIcon.active img {
    border-top: 2px solid #689cc0;
     transform: scale(.85);
     margin-top: 1em;
}
}


.initialPage--socialMedia:before {
.filter--icon.tier#bronze.active img,
    content: '';
.calcXp--tierIcon#bronze.active img {
    position: absolute;
     filter: drop-shadow(0px 1px 8px #f18a05);
    top: -2px;
    display: block;
    width: 0;
     height: 2px;
    z-index: 1;
    transition: width .25s ease;
}
}


.initialPage--socialMedia:hover::before {
.filter--icon.tier#silver.active img,
     width: 100%;
.calcXp--tierIcon#silver.active img {
     filter: drop-shadow(0px 1px 8px #8b8b8b);
}
}


.initialPage--socialMediaLink {
.filter--icon.tier#gold.active img,
    display: flex;
.calcXp--tierIcon#gold.active img {
    justify-content: space-between;
     filter: drop-shadow(0px 1px 8px #fbc300);
    align-items: center;
 
    font-size: 1.35em;
     font-weight: 600;
    letter-spacing: .03em;
    color: #689cc0 !important;
 
    padding: .9em .5em;
    transition: color .25s ease;
}
}


.initialPage--socialMediaLink:visited {
.filter--icon.tier#diamond.active img,
     color: #689cc0 !important;
.calcXp--tierIcon#diamond.active img {
     filter: drop-shadow(0px 1px 8px #0391c5);
}
}


.initialPage--socialMediaLink:hover {
.filter--input {
     text-decoration: none;
    box-sizing: border-box;
    padding: .45em;
    padding-right: 2.5em;
    border: 3px solid #b0cff1;
    font-size: 1.2em;
     border-radius: 8px;
    width: 23em;
}
}


.socialMedia--svg {
.filter--inputContainer {
     display: flex;
     box-sizing: border-box;
     align-items: center;
     position: relative;
}
}


.socialMedia--svg svg {
.filter--searchButton {
     width: 2em;
    cursor: pointer;
     fill: #689cc0;
    display: inline-block;
     transition: all .25s ease;
    border: 3px solid #b0cff1;
    position: absolute;
     width: 4.5em;
     height: -webkit-fill-available;
    right: 0;
    bottom: 0;
    border-radius: 0 8px 8px 0;
     background: #4c91c9;
 
}
}


.socialMedia--svg svg path {
.filter--searchButton img {
     fill: inherit;
     filter: invert(1);
}
}


/*
.calcXp--container {
  Discord
    box-sizing: border-box;
  */
    padding: 2.25em 1.25em;
 
    width: 43em;
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
     border: 3px solid #b0cff1;
     color: #5865f2 !important;
    border-radius: 26px;
}
}


.initialPage--socialMedia.discord:before {
.calcXp--resultTitle {
     background: #5865f2;
    text-align: center;
     color: #4f7ca0;
    margin: 0;
    margin-top: -.5em !important;
    letter-spacing: .05em;
}
}


.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.calcXp--formItem {
     fill: #5865f2 !important;
    display: flex;
     align-items: center;
}
}


/*
.calcXp--formItem input {
  Instagram
    box-sizing: border-box;
  */
    padding: .35em;
 
    border: 2px solid #b0cff1;
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
    border-radius: 8px;
     color: #f09433 !important;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .05em;
     width: 4em;
}
}


.initialPage--socialMedia.instagram:before {
.calcXp--formItem span {
     background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    font-size: 1.225em;
    font-weight: 500;
     letter-spacing: .05em;
    margin-right: .5em;
    color: #386a93;
}
}


.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
#calculate-btn {
     fill: url(#gradient-vertical);
    box-sizing: border-box;
}
    cursor: pointer;
    display: block;
    width: 15em;
     margin: 2em auto;
    padding: .45em 1em;


/*
    border: none;
  Facebook
    border-radius: 6px;
  */
    background: #4c91c9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;


.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
    font-size: 1.35em;
     color: #4267B2 !important;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-weight: bold;
     transition: .35s ease;
}
}


.initialPage--socialMedia.facebook:before {
#calculate-btn:hover {
     background: #4267B2;
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
    transform: scale(.95);
     background: #4685b8;
}
}


.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
#calc-result {
     fill: #4267B2 !important;
    margin-top: 1em;
    display: flex;
     justify-content: center;
}
}


/*--------------------------------------------------
#calc-result .badge {
  Ocultação de componentes
    display: flex;
  --------------------------------------------------*/
    align-items: center;
 
    justify-content: center;
#p-navigation {
    max-height: 5em;
     background-color: transparent;
     width: 5em;
}
}


#mw-head-base {
.calcXp--xpIcon {
     background-color: transparent;
     margin-left: -.2em;
    width: auto !important;
}
}


#p-logo {
.calcXp--numberOfPots {
     background-color: transparent;
     padding-top: .2em;
    font-size: 1.15em;
}
}


#mw-page-base {
#characters-container {
     background: transparent;
    display: flex;
    flex-wrap: wrap;
     padding: 1em;
}
}


#mw-panel #p-tb h3 {
#characters-container>div {
     color: rgb(0, 0, 0);
    box-sizing: border-box;
     font-size: .75em;
    display: none;
    padding: 1em;
     width: 19%;
     margin-right: 1%;
}
}


#p-tb {
#characters-container>div.show {
     display: none;
     display: block;
}
}


/* #ca-nstab-mediawiki { display: none; } */
#characters-container>div>a>img {
/* #ca-talk { display: none; } */
    width: 100%;
#ca-view {
    border-radius: 8px;
     display: none;
    filter: grayscale(.3);
     transition: all .25s ease;
}
}


#ca-history {
#characters-container>div:hover>a>img {
     display: none;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    filter: grayscale(0);
    transform: scale(1.06);
}
}


#ca-viewsource {
.characterPage--splashArt {
     display: none !important;
     position: absolute;
    top: -2%;
    right: -2%;
    width: 35%;
}
}


/* #ca-unwatch { display: none; } */
.characterPage--table {
/* #p-cactions { display: none; } */
     margin-top: -4em;
/*
     width: 100%;
  Pacientes
  */
 
.table-pacients {
     display: block;
     max-width: 1400px;
    overflow-x: auto;
}
}


.table-pacients img {
.characterPage--table>tbody {
     width: 15.715em;
     position: relative;
    height: auto;
}
 
/*
  PERSONAGENS
  */
 
.filter--containerSearch {
     display: flex;
     display: flex;
    padding: 0 2em;
     justify-content: space-between;
     justify-content: flex-end;
     align-items: flex-end;
     align-items: center;
}
}


.filter--container {
.characterPage--table>tbody>.characterPage--mainSection {
     display: flex;
     display: flex;
     padding: 0 2em;
     flex-wrap: wrap;
     justify-content: space-between;
     justify-content: space-between;
     align-items: center;
     width: 65%;
}
}


.filter {
.characterPage--table>tbody>.characterPage--sideSection {
     width: fit-content;
     box-sizing: border-box;
     display: flex;
     display: flex;
     justify-content: center;
     justify-content: center;
     border: 3px solid #b0cff1;
     width: 33%;
     border-collapse: collapse;
     padding: 0 1em;
    border-radius: 8px;
}
}


.filter--title {
.characterPage--characterInfoContainer {
     display: flex;
     width: 43%;
    border-right: 3px solid #b0cff1;
}
    background: #4c91c9;
 
    padding: 0 1em;
.characterPage--statsInfoContainer {
    align-items: center;
     width: 55%;
    border-radius: 4px 0 0 4px;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: bold;
     color: white;
}
}


.filter--icon,
.stats--container {
.calcXp--tierIcon {
    display: flex;
     padding: .35em .95em;
     justify-content: center;
     background: transparent;
     flex-wrap: wrap;
     cursor: pointer;
     padding: 1.25em;
}
}


.filter--icon.tier img {
.stats--container>div {
     filter: grayscale(.0);
     width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5em;
}
}


.filter--icon.tier.active img {
.stats--container div img {
     box-shadow: none;
     width: 2.25em;
}
}


.filter--icon img {
.stats--bar {
     filter: grayscale(.8);
     display: flex;
     border-radius: 10px;
    width: -webkit-fill-available;
     justify-content: space-between;
    padding: 0 1.25em;
}


     transition: all .25s ease;
.bar-filled:first-child,
.bar-notFilled:first-child {
     border-radius: 6px 0 0 6px;
}
}


.calcXp--tierIcon img {
.bar-filled:last-child,
    filter: drop-shadow(0px 1px 8px #4c91c900);
.bar-notFilled:last-child {
     border-radius: 10px;
     border-radius: 0 6px 6px 0;
}


     transition: all .25s ease;
.bar-filled,
.bar-notFilled {
    display: block;
     width: 18%;
    height: 6px;
}
}


.filter--icon.active img {
.bar-filled {
     box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
     background: var(--blue);
    filter: grayscale(0);
}
}


.filter--icon.tier.active img,
.bar-notFilled {
.calcXp--tierIcon.active img {
     background: var(--transparent-blue);
     transform: scale(.85);
}
}


.filter--icon.tier#bronze.active img,
.characterInfo--name {
.calcXp--tierIcon#bronze.active img {
     margin: 0 !important;
     filter: drop-shadow(0px 1px 8px #f18a05);
}
}


.filter--icon.tier#silver.active img,
.characterInfo--badgeContainer {
.calcXp--tierIcon#silver.active img {
    display: flex;
     filter: drop-shadow(0px 1px 8px #8b8b8b);
    justify-content: center;
    flex-wrap: wrap;
     width: fit-content;
    margin: 0 auto;
}
}


.filter--icon.tier#gold.active img,
.characterInfo--contentContainer {
.calcXp--tierIcon#gold.active img {
    display: flex;
     filter: drop-shadow(0px 1px 8px #fbc300);
    justify-content: space-between;
     padding: .6em 1.3em;
}
}


.filter--icon.tier#diamond.active img,
.characterInfo--imageContainer {
.calcXp--tierIcon#diamond.active img {
     width: 25%;
     filter: drop-shadow(0px 1px 8px #0391c5);
}
}


.filter--input {
.characterInfo--medal {
     box-sizing: border-box;
     margin-top: -1.5em;
    padding: .45em;
    padding-right: 2.5em;
    border: 3px solid #b0cff1;
    font-size: 1.2em;
    border-radius: 8px;
    width: 23em;
}
}


.filter--inputContainer {
 
     box-sizing: border-box;
.characterInfo--infoContainer {
     position: relative;
     width: 75%;
     text-align: center;
}
}


.filter--searchButton {
.characterInfo--infoContainer #toc {
    cursor: pointer;
     display: none;
     display: inline-block;
    border: 3px solid #b0cff1;
    position: absolute;
    width: 4.5em;
    height: -webkit-fill-available;
    right: 0;
    bottom: 0;
    border-radius: 0 8px 8px 0;
    background: #4c91c9;
 
}
}


.filter--searchButton img {
.characterPage--skins {
     filter: invert(1);
     width: 100%;
}
}


.calcXp--container {
.characterPage--characterSkills {
    box-sizing: border-box;
     width: 100%;
    padding: 2.25em 1.25em;
     width: 43em;
    border: 3px solid #b0cff1;
    border-radius: 26px;
}
}


.calcXp--resultTitle {
/*
     text-align: center;
      Card de Skins
     color: #4f7ca0;
      */
     margin: 0;
 
     margin-top: -.5em !important;
.skins--container {
     letter-spacing: .05em;
     display: flex;
    justify-content: flex-start;
     flex-wrap: wrap;
     padding: -0.75em 0.75em;
     gap: -0.5em;
     /* Adiciona espaçamento consistente entre os itens */
}
}


.calcXp--formItem {
.skins--container span {
    width: 33.3%;
     display: flex;
     display: flex;
    justify-content: center;
     align-items: center;
     align-items: center;
}
}


.calcXp--formItem input {
.skins--imageSkin {
     box-sizing: border-box;
     max-width: 100%;
    padding: .35em;
     /* Limita o tamanho máximo da imagem */
    border: 2px solid #b0cff1;
     max-height: 100%;
    border-radius: 8px;
     /* Limita o tamanho máximo da imagem */
     text-align: center;
     object-fit: contain;
     font-size: 1em;
     /* Garante que a imagem se ajusta proporcionalmente */
     font-weight: bold;
     letter-spacing: .05em;
     width: 4em;
}
}


.calcXp--formItem span {
/*
     font-size: 1.225em;
      Seção das skills do personagem
     font-weight: 500;
      */
     letter-spacing: .05em;
 
    margin-right: .5em;
.tabsContainer {
    color: #386a93;
     width: 95%;
     margin: 0 auto;
     padding-bottom: .5em;
}
}


#calculate-btn {
.tabsContainer table {
    box-sizing: border-box;
     width: 100%;
    cursor: pointer;
     border-collapse: collapse;
    display: block;
}
     width: 15em;
     margin: 2em auto;
    padding: .45em 1em;


    border: none;
.tabsContainer table>tbody>tr>td {
     border-radius: 6px;
     border-bottom: 2px solid rgb(225, 225, 225);
    background: #4c91c9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;
 
    font-size: 1.35em;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: .35s ease;
}
}


#calculate-btn:hover {
.tabSkill--container {
     color: #ffffff;
     padding-bottom: .85em;
     box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
     display: flex;
     transform: scale(.95);
     max-width: 72em;
     background: #4685b8;
     overflow-x: auto;
}
}


#calc-result {
.skillInfo--description::-webkit-scrollbar,
    margin-top: 1em;
.tabSkill--container::-webkit-scrollbar {
     display: flex;
     width: 8px;
     justify-content: center;
     height: 8px;
}
}


#calc-result .badge {
.skillInfo--description::-webkit-scrollbar-track,
    display: flex;
.tabSkill--container::-webkit-scrollbar-track {
    align-items: center;
     background-color: #4799c954;
     justify-content: center;
     border-radius: 10px;
     max-height: 5em;
    width: 5em;
}
}


.calcXp--xpIcon {
.skillInfo--description::-webkit-scrollbar-thumb,
     margin-left: -.2em;
.tabSkill--container::-webkit-scrollbar-thumb {
     background-color: rgb(85 135 200 / 74%);
    border-radius: 10px;
}
}


.calcXp--numberOfPots {
.tab-skill {
     padding-top: .2em;
     transition: all .25s ease;
     font-size: 1.15em;
     width: 100%;
    min-width: 5em;
}
}


#characters-container {
.tab-skill.active {
     display: flex;
     border-color: #459cca;
    flex-wrap: wrap;
    padding: 1em;
}
}


#characters-container>div {
.tab-skill>div {
    cursor: pointer;
     box-sizing: border-box;
     box-sizing: border-box;
     display: none;
    width: 100%;
     padding: 1em;
     display: flex;
     width: 19%;
     justify-content: center;
     margin-right: 1%;
     align-items: center;
     padding: .25em;
}
}


#characters-container>div.show {
.tab-skill>div>img {
     display: block;
     width: 100%;
    max-width: 40px;
    height: auto;
}
}


#characters-container>div>a>img {
.skillInfo--container {
     width: 100%;
     width: 100%;
    border-radius: 8px;
    filter: grayscale(.3);
    transition: all .25s ease;
}
}


#characters-container>div:hover>a>img {
.skillInfo--container>td {
     box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
     border: none !important;
    filter: grayscale(0);
    transform: scale(1.06);
}
}


.characterPage--splashArt {
.skillInfo {
     position: absolute;
     display: none;
    top: -2%;
    right: -2%;
    width: 35%;
}
}


.characterPage--table {
.skillInfo.active {
     margin-top: -4em;
     display: table-cell;
    width: 100%;
}
}


.characterPage--table>tbody {
.skillInfo.active {
    position: relative;
     display: table-cell;
     display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
}


.characterPage--table>tbody>.characterPage--mainSection {
.skillInfo--videoContainer {
    display: flex;
 
     flex-wrap: wrap;
     align-self: center;
    justify-content: space-between;
     width: 45%;
     width: 65%;
}
}


.characterPage--table>tbody>.characterPage--sideSection {
.skillInfo--skillVideo2 {
     box-sizing: border-box;
     display: none;
    border-radius: 8px;
}
 
.skillInfo--skillVideo2.active {
     display: flex;
     display: flex;
    justify-content: center;
    width: 33%;
    padding: 0 1em;
}
}


.characterPage--characterInfoContainer {
.skillInfo--videoSelector {
     width: 43%;
    display: inline-block;
     width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
    background: var(--transparent-blue);
    cursor: pointer;
    margin-right: .85em;
 
    transition: all .25s ease;
}
}


.characterPage--statsInfoContainer {
.skillInfo--videoSelector.active {
     width: 55%;
     background: var(--blue);
    transform: scale(.8);
}
}


.stats--container {
.skillInfo--infoContainer {
     display: flex;
     width: 50%;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.25em;
}
}


.stats--container>div {
.skillInfo>div>.skillInfo--infoContainer b {
    width: 45%;
     color: #2a87c4 !important;
    display: flex;
    align-items: center;
    justify-content: center;
     margin: .5em;
}
}


.stats--container div img {
.skillInfo--infoContainer>center>b {
     width: 2.25em;
     font-size: 1.15em;
}
}


.stats--bar {
.skillInfo--name {
     display: flex;
     font-size: 1.85em;
     width: -webkit-fill-available;
     letter-spacing: 1px;
     justify-content: space-between;
     text-align: center;
    padding: 0 1.25em;
}
}


.bar-filled:first-child,
.skillInfo--description {
.bar-notFilled:first-child {
    display: inline-block;
     border-radius: 6px 0 0 6px;
    font-size: 1.03em;
    line-height: 1.5em;
    padding: 0 1em;
    height: 12em;
    max-height: 12em;
    overflow-y: auto;
     text-align: justify;
}
}


.bar-filled:last-child,
.skillInfo--attributesContainer>h1 {
.bar-notFilled:last-child {
    color: #717171;
     border-radius: 0 6px 6px 0;
    font-size: 1.4em;
    text-align: center;
     letter-spacing: 1px;
}
}


.bar-filled,
/* card attributes */
.bar-notFilled {
.attribute--cardsContainer {
     display: block;
     display: flex;
     width: 18%;
     align-items: flex-start;
    height: 6px;
}


.bar-filled {
    width: fit-content;
     background: var(--blue);
     margin: 0 auto;
}


.bar-notFilled {
    background: var(--lightGray);
     background: var(--transparent-blue);
     border: 2px solid var(--gray);
}
}


.characterInfo--name {
.cardAttribute {
     margin: 0 !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     width: 8em;
}
}


.characterInfo--badgeContainer {
.cardAttribute--icon {
     display: flex;
     margin: .6em 0;
    justify-content: center;
     height: 2em;
     flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
}
}


.characterInfo--contentContainer {
.cardAttribute--value {
     display: flex;
     margin: 0 !important;
    justify-content: space-between;
    padding: .6em 1.3em;
}


.characterInfo--imageContainer {
    font-size: .9em !important;
     width: 25%;
    font-weight: bold;
    line-height: 1.65em !important;
     letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
}


.characterInfo--medal {
/*------------------------------------
    margin-top: -1.5em;
      WANTED
}
      -----------------------------------*/


 
.selectWanted--container {
.characterInfo--infoContainer {
     display: flex;
     width: 75%;
     justify-content: center;
     text-align: center;
}
}


.characterInfo--infoContainer #toc {
#selectbox-wanted {
     display: none;
    padding: .35em .5em;
    font-family: sans-serif;
    letter-spacing: .04em;
    font-size: 1.25em;
    width: 21em;
    border: 2px solid #5684c8;
     border-radius: 6px;
}
}


.characterPage--skins {
.wantedPortrait--container {
     width: 100%;
     width: 100%;
}
}


.characterPage--characterSkills {
.wantedPortrait--title {
     width: 100%;
     width: 100%;
    color: #292929;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .035em;
}
}


/*
.wantedPortraits {
  Card de Skins
  */
 
.skins--container {
     display: flex;
     display: flex;
    justify-content: flex-start;
     flex-wrap: wrap;
     flex-wrap: wrap;
    padding: -0.75em 0.75em;
    gap: -0.5em;
    /* Adiciona espaçamento consistente entre os itens */
}
}


.skins--container span {
.wantedPortrait {
     width: 33.3%;
     box-sizing: border-box;
     display: flex;
     width: 18em;
     justify-content: center;
     padding: .35em;
    align-items: center;
}
}


.skins--imageSkin {
.wantedPortrait img {
     max-width: 100%;
     width: 100%;
    /* Limita o tamanho máximo da imagem */
    max-height: 100%;
    /* Limita o tamanho máximo da imagem */
    object-fit: contain;
    /* Garante que a imagem se ajusta proporcionalmente */
}
}


/*
@media screen and (max-width: 1440px) {
  Seção das skills do personagem
    :root {
  */
        font-size: 14px;
    }


.tabsContainer {
    .characterInfo--contentContainer {
    width: 95%;
        padding: .6em;
    margin: 0 auto;
    }
    padding-bottom: .5em;
}


.tabsContainer table {
    .characterInfo--infoContainer {
    width: 100%;
        width: 65%;
     border-collapse: collapse;
     }
}


.tabsContainer table>tbody>tr>td {
    .characterInfo--imageContainer {
    border-bottom: 2px solid rgb(225, 225, 225);
        width: 35%;
}
    }


.tabSkill--container {
    .tabSkill--container {
    padding-bottom: .85em;
        max-width: 61em;
    display: flex;
        margin: 0 auto;
    max-width: 72em;
    }
    overflow-x: auto;
}


.skillInfo--description::-webkit-scrollbar,
    .tab-skill>div>img {
.tabSkill--container::-webkit-scrollbar {
        max-width: 38px;
    width: 8px;
     }
     height: 8px;
}


.skillInfo--description::-webkit-scrollbar-track,
.tabSkill--container::-webkit-scrollbar-track {
    background-color: #4799c954;
    border-radius: 10px;
}
}


.skillInfo--description::-webkit-scrollbar-thumb,
@media screen and (max-width: 1220px) {
.tabSkill--container::-webkit-scrollbar-thumb {
    .tabSkill--container {
    background-color: rgb(85 135 200 / 74%);
        max-width: 48em;
     border-radius: 10px;
     }
}
}


.tab-skill {
    transition: all .25s ease;
    width: 100%;
    min-width: 5em;
}


.tab-skill.active {
@media screen and (max-width: 1024px) {
    border-color: #459cca;
}


.tab-skill>div {
    .flex-wrap-md {
    cursor: pointer;
        flex-wrap: wrap;
    box-sizing: border-box;
     }
    width: 100%;
    display: flex;
    justify-content: center;
     align-items: center;
    padding: .25em;
}


.tab-skill>div>img {
    .justify-center-md {
    width: 100%;
        justify-content: center;
    max-width: 40px;
     }
     height: auto;
}


.skillInfo--container {
    .initialPage--mainContainer {
    width: 100%;
        flex-wrap: wrap;
}
    }


.skillInfo--container>td {
    .initialPage--menuContainer {
    border: none !important;
        width: 100%;
}
        margin-right: 0;
    }


.skillInfo {
    .initialPage--sideMenuContainer {
    display: none;
        width: 100%;
}
        display: flex;
        flex-direction: column;
        margin-top: 1.5em;
    }


.skillInfo.active {
    .initialPage--sideMenuContainer .card {
    display: table-cell;
        width: 45%;
}
        min-height: 15em;
    }


.skillInfo.active {
    #event-time {
    display: table-cell;
        bottom: 5%;
}
        right: 5%;
        font-size: 1.25em;
    }


.skillInfo--videoContainer {
    .initialPage--socialMediaContainer {
        margin-top: 2em;
        display: flex;
        justify-content: space-between;
    }


     align-self: center;
     .initialPage--socialMedia {
    width: 45%;
        width: 32%;
}
    }


.skillInfo--skillVideo2 {
    #p-search {
    display: none;
        margin-right: 1em;
     border-radius: 8px;
     }
}


.skillInfo--skillVideo2.active {
    .filter--containerSearch {
    display: flex;
        justify-content: center;
}
    }


.skillInfo--videoSelector {
    .filter--container {
    display: inline-block;
        margin-top: 1em;
    width: 1.1em;
        flex-wrap: wrap;
    height: 1.1em;
        justify-content: center;
    border-radius: 50%;
     }
    background: var(--transparent-blue);
    cursor: pointer;
     margin-right: .85em;


     transition: all .25s ease;
     .filter:last-of-type {
}
        margin-top: 1em;
    }


.skillInfo--videoSelector.active {
    #characters-container>div {
    background: var(--blue);
        width: 24%;
     transform: scale(.8);
     }
}


.skillInfo--infoContainer {
    .characterPage--splashArt {
    width: 50%;
        display: none;
}
    }


.skillInfo>div>.skillInfo--infoContainer b {
    .characterPage--table>tbody>.characterPage--mainSection {
    color: #2a87c4 !important;
        width: 100%;
}
        justify-content: flex-start;
    }


.skillInfo--infoContainer>center>b {
    .characterPage--characterInfoContainer {
    font-size: 1.15em;
        width: 38%;
}
    }


.skillInfo--name {
    .characterPage--statsInfoContainer {
    font-size: 1.85em;
        width: 30%;
    letter-spacing: 1px;
        margin-left: 1.5%;
     text-align: center;
     }
}


.skillInfo--description {
    .stats--container>div {
    display: inline-block;
        width: 100%;
    font-size: 1.03em;
     }
     line-height: 1.5em;
    padding: 0 1em;
    height: 12em;
    max-height: 12em;
    overflow-y: auto;
    text-align: justify;
}


.skillInfo--attributesContainer>h1 {
    .characterInfo--contentContainer {
    color: #717171;
        flex-wrap: wrap;
    font-size: 1.4em;
     }
    text-align: center;
     letter-spacing: 1px;
}


/* card attributes */
    .characterInfo--imageContainer {
.attribute--cardsContainer {
        width: 100%;
    display: flex;
        display: flex;
    align-items: flex-start;
        justify-content: center;
    }


     width: fit-content;
     .characterInfo--medal {
     margin: 0 auto;
        margin-top: -2.5em;
     }


     background: var(--lightGray);
     .characterInfo--infoContainer {
    border: 2px solid var(--gray);
        width: 100%;
}
    }


.cardAttribute {
    .tabsContainer {
    box-sizing: border-box;
        width: 100%;
    display: flex;
     }
    flex-direction: column;
     justify-content: center;
    align-items: center;
    width: 8em;
}


.cardAttribute--icon {
    .tab-skill {
    margin: .6em 0;
        min-width: 3.5em;
     height: 2em;
     }
}


.cardAttribute--value {
    .tab-skill>div>img {
    margin: 0 !important;
        max-width: 36px;
    }


     font-size: .9em !important;
     .skillInfo>div {
    font-weight: bold;
        flex-wrap: wrap-reverse;
    line-height: 1.65em !important;
     }
     letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}


/*------------------------------------
    .skillInfo--infoContainer {
  WANTED
        width: 100%;
  -----------------------------------*/
    }


.selectWanted--container {
    .skillInfo--infoContainer>center>b {
    display: flex;
        font-size: 1.2em;
     justify-content: center;
     }
}


#selectbox-wanted {
    .skillInfo--name {
    padding: .35em .5em;
        font-size: 2.2em !important;
    font-family: sans-serif;
        letter-spacing: 1px;
    letter-spacing: .04em;
        margin-top: .5em !important;
    font-size: 1.25em;
        text-align: center;
    width: 21em;
     }
     border: 2px solid #5684c8;
    border-radius: 6px;
}


.wantedPortrait--container {
    .skillInfo--description {
    width: 100%;
        font-size: 1.35em !important;
}
        display: table;
        margin: 1em !important;


.wantedPortrait--title {
        height: 5em;
    width: 100%;
        max-height: 5em;
    color: #292929;
     }
    font-size: 1.5em;
     font-weight: bold;
    letter-spacing: .035em;
}


.wantedPortraits {
    .skillInfo--videoContainer {
    display: flex;
        width: 100%;
    flex-wrap: wrap;
        margin: 0 auto;
}
        padding: 1em 10em;
        padding-bottom: 1em;
    }


.wantedPortrait {
    .cardAttribute--value {
    box-sizing: border-box;
        letter-spacing: 1px;
    width: 18em;
        font-size: 1.1em;
     padding: .35em;
     }
}


.wantedPortrait img {
    .characterPage--table>tbody>.characterPage--sideSection {
    width: 100%;
        width: 30%;
}
        padding-left: 1.5%;
        position: absolute;
        top: 0;
        right: 0;
    }


@media screen and (max-width: 1440px) {
    .skins--imageSkin {
    :root {
         width: 100%;
         font-size: 14px;
     }
     }


     .characterInfo--contentContainer {
     .skins--container {
         padding: .6em;
         max-height: 14em;
        overflow-x: clip;
        overflow-y: auto;
     }
     }


     .characterInfo--infoContainer {
     .skins--container span {
         width: 65%;
         width: 50%;
     }
     }


     .characterInfo--imageContainer {
     .calcXp--formItem {
         width: 35%;
         justify-content: center;
     }
     }


     .tabSkill--container {
     .calcXp--container:last-of-type {
         max-width: 61em;
         margin-top: 2em;
        margin: 0 auto;
     }
     }


     .tab-skill>div>img {
     #p-tb h3 {
         max-width: 38px;
         display: none;
     }
     }


}
}


@media screen and (max-width: 1220px) {
/*******************************************************************************
     .tabSkill--container {
      PRESET: ABAS
        max-width: 48em;
      *******************************************************************************/
     }
.tabela-abas {
    width: 100%;
     border-collapse: collapse;
    text-align: center;
     margin-bottom: 20px;
}
}


.mostrar-aba {
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    text-align: center;
    border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}


@media screen and (max-width: 1024px) {
.imagem-botao {
    display: inline-block;
    width: auto;
    height: auto;
}


    .flex-wrap-md {
.sec-aba-cem {
        flex-wrap: wrap;
    padding: 5px;
     }
    font-weight: bold;
    text-align: center;
     color: #333;
}


     .justify-center-md {
.mostrar-aba img {
        justify-content: center;
    border: none;
     }
    background-color: transparent;
     margin: 5px;
}
 
.mostrar-aba:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.4);
     /* Barrinha sutil ao passar o mouse */
}


    .initialPage--mainContainer {
.mostrar-aba:hover img {
        flex-wrap: wrap;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
     }
     /* Sombra leve ao passar o mouse */
}


    .initialPage--menuContainer {
.mostrar-aba:active img {
        width: 100%;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
        margin-right: 0;
}
    }


    .initialPage--sideMenuContainer {
.mostrar-aba.ativa::after {
        width: 100%;
    content: '';
        display: flex;
    position: absolute;
        flex-direction: column;
    bottom: 0;
        margin-top: 1.5em;
    left: 0;
    }
    right: 0;
    height: 3px;
    background-color: #000;
}


    .initialPage--sideMenuContainer .card {
.preset-aba {
        width: 45%;
    margin: 0;
        min-height: 15em;
    padding: 0;
    }
}


    #event-time {
.container-conteudo {
        bottom: 5%;
    margin: 0;
        right: 5%;
    padding: 0;
        font-size: 1.25em;
}
    }


    .initialPage--socialMediaContainer {
.aba {
        margin-top: 2em;
    display: none;
        display: flex;
    opacity: 0;
        justify-content: space-between;
    transform: translateY(-10px);
    }
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
}


    .initialPage--socialMedia {
.aba.atual {
        width: 32%;
    display: block;
     }
    opacity: 1;
     transform: translateY(0);
}


    #p-search {
.container-coliseu {
        margin-right: 1em;
    display: block;
    }
    text-align: center;
}


    .filter--containerSearch {
.coluna-abas {
        justify-content: center;
    flex: 0 0 200px;
    }
    margin-right: 20px;
}


     .filter--container {
/*******************************************************************************
        margin-top: 1em;
      PRESET: DIÁLOGOS
        flex-wrap: wrap;
      *******************************************************************************/
        justify-content: center;
.transcrições {
     }
     background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 10px 10px 18px;
    position: relative;
    vertical-align: top;
    width: 100%;
     color: #000;
    /* Garante que o texto dentro das transcrições será preto */
}


    .filter:last-of-type {
.transcrições b,
        margin-top: 1em;
.transcrições strong {
     }
    color: #000 !important;
     /* Garante que o texto negrito também será preto */
}


     #characters-container>div {
.transcrições::before {
        width: 24%;
     background-color: #F2F2F2;
    }
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate(29deg) skew(-35deg);
    -moz-transform: rotate(29deg) skew(-35deg);
    -ms-transform: rotate(29deg) skew(-35deg);
    -o-transform: rotate(29deg) skew(-35deg);
    -webkit-transform: rotate(29deg) skew(-35deg);
    width: 20px;
}


     .characterPage--splashArt {
.me {
        display: none;
    float: left;
    }
    margin: 5px 45px 5px 20px;
    color: #000;
     /* Garante que o texto dentro da classe .me será preto */
}
 
.me::before {
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
    left: -9px;
}


    .characterPage--table>tbody>.characterPage--mainSection {
/*******************************************************************************
        width: 100%;
      PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
        justify-content: flex-start;
      *******************************************************************************/
    }
.item-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 20px auto;
    max-width: 100%;
}


     .characterPage--characterInfoContainer {
@media (max-width: 1024px) {
         width: 38%;
     .item-grid>* {
        flex: 1 1 calc(25% - 10px);
         max-width: calc(25% - 10px);
     }
     }
}


     .characterPage--statsInfoContainer {
@media (max-width: 768px) {
         width: 30%;
     .item-grid>* {
         margin-left: 1.5%;
         flex: 1 1 calc(33.33% - 10px);
         max-width: calc(33.33% - 10px);
     }
     }
}


     .stats--container>div {
@media (max-width: 480px) {
         width: 100%;
     .item-grid>* {
         flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
     }
     }
}


     .characterInfo--contentContainer {
@media (max-width: 360px) {
         flex-wrap: wrap;
     .item-grid>* {
         flex: 1 1 100%;
        max-width: 100%;
     }
     }
}


     .characterInfo--imageContainer {
.iteminfobox {
        width: 100%;
    padding: 10px;
        display: flex;
    background: #eeeded;
        justify-content: center;
     border-radius: 25px;
     }
    box-shadow: rgba(24, 27, 46, 0.24) 4px 4px 4px;
 
    width: 230px;
     .characterInfo--medal {
    height: 270px;
        margin-top: -2.5em;
    position: relative;
    }
    text-align: center;
     box-sizing: border-box;
    display: flex;
     flex-direction: column;
    justify-content: center;
}


     .characterInfo--infoContainer {
.iteminfobox b {
        width: 100%;
    font-size: clamp(10px, 2vw, 14px);
     }
    color: #6587c4;
     text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
     text-overflow: ellipsis;
}


    .tabsContainer {
/**********************
        width: 100%;
      VECTOR.CSS
    }
  **********************/


    .tab-skill {
/* Geral */
        min-width: 3.5em;
a {
    }
    color: #0645ad;
}


    .tab-skill>div>img {
a:visited {
        max-width: 36px;
    color: #0645ad;
    }
}


    .skillInfo>div {
a.new {
        flex-wrap: wrap-reverse;
    color: rgb(206, 0, 0) !important;
    }
}


    .skillInfo--infoContainer {
h1,
        width: 100%;
h2,
    }
h3,
h4,
h5,
h6 {
    color: #000000;
}


    .skillInfo--infoContainer>center>b {
hr {
        font-size: 1.2em;
    color: #222;
    }
}


    .skillInfo--name {
ul {
        font-size: 2.2em !important;
    list-style-image: none;
        letter-spacing: 1px;
}
        margin-top: .5em !important;
        text-align: center;
    }


     .skillInfo--description {
/* Cabeçalho */
        font-size: 1.35em !important;
#mw-head-base {
        display: table;
     background: url(http://70.39.70.36/images/f/fd/azul_capriw2.png);
        margin: 1em !important;
    background-repeat: repeat-x;
    width: 1531px;
    max-height: 63px;
    margin-top: -3.5em;
    display: block;
}


        height: 5em;
/* Navegação */
        max-height: 5em;
#p-cactions {
    }
    background: none;
    margin-top: -0.6em;
}


    .skillInfo--videoContainer {
#p-cactions li {
        width: 100%;
    background: none;
        margin: 0 auto;
}
        padding: 1em 10em;
        padding-bottom: 1em;
    }


    .cardAttribute--value {
#p-cactions li.selected {
        letter-spacing: 1px;
    background: none;
        font-size: 1.1em;
    border: 2px solid #5c3f2a;
    }
}


    .characterPage--table>tbody>.characterPage--sideSection {
#p-cactions li.new {
        width: 30%;
    background-color: #e2e2e2;
        padding-left: 1.5%;
}
        position: absolute;
        top: 0;
        right: 0;
    }


    .skins--imageSkin {
#p-cactions li a {
        width: 100%;
    background-color: #e2e2e2;
     }
     color: #7070FF;
}


    .skins--container {
#p-cactions li.selected a {
        max-height: 14em;
    background-color: #324f74;
        overflow-x: clip;
}
        overflow-y: auto;
    }


     .skins--container span {
/* Barra de Pesquisa */
        width: 50%;
#searchInput {
    }
     background-color: #ffffff;
    border-color: #0645ad;
}


     .calcXp--formItem {
#content {
        justify-content: center;
     color: var(--content-text);
     }
     background-color: var(--content-bg) !important;
 
     border: none !important;
    .calcXp--container:last-of-type {
     box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
        margin-top: 2em;
}
     }
 
     #p-tb h3 {
        display: none;
    }


#simpleSearch {
    position: relative;
    height: 100%;
    background-color: white;
}
}


/*******************************************************************************
/* Menu */
  PRESET: ABAS
.vector-menu-tabs,
  *******************************************************************************/
.vector-menu-tabs a,
.tabela-abas {
#mw-head .vector-menu-dropdown h3 {
    width: 100%;
     background: none;
    border-collapse: collapse;
    text-align: center;
     margin-bottom: 20px;
}
}


.mostrar-aba {
.vector-menu-tabs li a {
     cursor: pointer;
     background-position: center;
     padding: 0;
     background: transparent;
     background-color: transparent;
     display: block;
     text-align: center;
     float: left;
     border: none;
     height: 3.07692308em;
     position: relative;
     position: relative;
     transition: all 0.2s ease-in-out;
     padding-top: 0.9em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
}
}


.imagem-botao {
.vector-menu-tabs .selected {
     display: inline-block;
     font-weight: bold;
     width: auto;
     background: #ffffff;
     height: auto;
     border: 1px #0645ad solid;
}
}


.sec-aba-cem {
.vector-menu-tabs ul {
     padding: 5px;
     float: left;
     font-weight: bold;
    height: 100%;
     text-align: center;
     list-style: none none;
     color: #333;
     margin: 0;
    padding: 0;
     margin-top: -0.3em;
}
}


.mostrar-aba img {
.vector-menu-dropdown .vector-menu-content {
     border: none;
     background-color: none;
     background-color: transparent;
    list-style: none none;
     margin: 5px;
     min-width: 100%;
    position: absolute;
    top: 2.5em;
    right: -1px;
     margin: 0;
    border: 2px solid #0645ad !important;
    border-top-width: 0;
    padding: 0;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
    z-index: 3;
}
}


.mostrar-aba:hover::after {
/* Conteúdo */
     content: '';
.mw-body {
     position: absolute;
     margin-top: -1px;
    bottom: 0;
     border: 1px solid #8d6e63;
    left: 0;
     border-right-width: 1px;
     right: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.4);
    /* Barrinha sutil ao passar o mouse */
}
}


.mostrar-aba:hover img {
.mw-parser-output small li {
     filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
     color: #000000;
    /* Sombra leve ao passar o mouse */
}
}


.mostrar-aba:active img {
.mw-parser-output tr i {
     filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
     color: #000000;
}
}


.mostrar-aba.ativa::after {
.mw-parser-output tr big {
     content: '';
     color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #000;
}
}


.preset-aba {
.mw-parser-output .center .thumbcaption,
     margin: 0;
.mw-parser-output .tright .thumbcaption {
    padding: 0;
     color: #000000;
}
}


.container-conteudo {
/* Tabelas */
     margin: 0;
.jquery-tablesorter tr td {
     padding: 0;
     background-color: #fcfcfc !important;
     color: #000000 !important;
}
}


.aba {
#mw-content-text .mw-parser-output .jquery-tablesorter {
     display: none;
     transform: translatex(0px) translatey(0px);
     opacity: 0;
     background-color: #fcfcfc;
     transform: translateY(-10px);
     color: #000000 !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
     border-color: #0645ad;
     margin-top: 20px;
}
}


.aba.atual {
/* Links */
    display: block;
#mw-normal-catlinks ul a,
    opacity: 1;
#mw-normal-catlinks a,
     transform: translateY(0);
#ca-delete a,
#ca-move a,
#ca-unprotect a {
     color: #0645ad !important;
}
}


.container-coliseu {
#ca-delete a,
     display: block;
#ca-move a,
     text-align: center;
#ca-unprotect a {
     background-color: #ffffff !important;
    border-color: #0645ad;
     border-width: 0px;
}
}


.coluna-abas {
/* Rodapé */
     flex: 0 0 200px;
#footer-info-lastmod {
    margin-right: 20px;
     display: none !important;
}
}


/*******************************************************************************
/* Outros */
  PRESET: DIÁLOGOS
.mw-destfile-warning {
  *******************************************************************************/
     border: 1px solid #8d6e63;
.transcrições {
     padding: 0.5em 1em;
     background-color: #F2F2F2;
     margin-bottom: 1em;
     border-radius: 5px;
     color: #f8f9fa;
     box-shadow: 0 0 6px #B2B2B2;
     background-color: #0d1b2d;
     display: inline-block;
}
     padding: 10px 10px 10px 18px;
 
    position: relative;
.mw-logline-protect {
    vertical-align: top;
     color: #f8f9fa !important;
    width: 100%;
     color: #000;
    /* Garante que o texto dentro das transcrições será preto */
}
}


.transcrições b,
.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
.transcrições strong {
     margin-left: 12px;
     color: #000 !important;
     color: white;
     /* Garante que o texto negrito também será preto */
}
}


.transcrições::before {
#msupload-div a {
     background-color: #F2F2F2;
     color: #3366cc;
     content: "\00a0";
     cursor: pointer;
     display: block;
     color: blue !important;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate(29deg) skew(-35deg);
    -moz-transform: rotate(29deg) skew(-35deg);
    -ms-transform: rotate(29deg) skew(-35deg);
    -o-transform: rotate(29deg) skew(-35deg);
    -webkit-transform: rotate(29deg) skew(-35deg);
    width: 20px;
}
}


.me {
#msupload-bottom a {
     float: left;
     font-weight: bold;
     margin: 5px 45px 5px 20px;
     margin-right: 20px;
     color: #000;
     color: black !important;
    /* Garante que o texto dentro da classe .me será preto */
}
}


.me::before {
#msupload-list .file {
     box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
    background: #8b929e;
     left: -9px;
    border-top: 1px solid #c8ccd1;
     margin: 0;
     padding: 10px;
    position: relative;
    color: black !important;
}
}


/*******************************************************************************
.wikiEditor-ui-toolbar .booklet>.index {
  BUZINAS
    float: left;
  *******************************************************************************/
    width: 20%;
.horn-audio {
    height: 125px;
     cursor: pointer;
    overflow: auto;
     transition: transform 0.2s ease;
     resize: horizontal;
     color: black;
}
}


/* Efeito visual ao passar o mouse */
.codeEditor-status-message {
.horn-audio:hover {
    border-left: 1px solid #c8ccd1;
     transform: scale(1.1);
    border-right: 1px solid #c8ccd1;
     filter: brightness(1.2);
     padding: 0 0.3em;
    width: 100%;
     display: table-cell;
    color: black !important;
}
}


/*******************************************************************************
.wikiEditor-ui-toolbar .tabs span.tab a {
  PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
     color: #000000 !important;
  *******************************************************************************/
     cursor: pointer;
.item-grid {
     display: block;
     display: flex;
     height: 32px;
     flex-wrap: wrap;
     padding-left: 18px;
     gap: 10px;
     padding-right: 12px;
     justify-content: center;
     margin: 20px auto;
     max-width: 100%;
}
}


@media (max-width: 1024px) {
.wikiEditor-ui-toolbar .group .tool-select .label {
     .item-grid>* {
    position: relative;
        flex: 1 1 calc(25% - 10px);
    padding: 0 26px 0 4px;
        max-width: calc(25% - 10px);
     margin: 0;
     }
    cursor: pointer;
    text-decoration: none;
     color: #222 !important;
}
}


@media (max-width: 768px) {
.wikiEditor-ui-toolbar .group .tool-select .options .option {
    .item-grid>* {
    display: block;
        flex: 1 1 calc(33.33% - 10px);
    padding: 0.5em;
        max-width: calc(33.33% - 10px);
    text-decoration: none;
     }
    color: #000 !important;
     white-space: nowrap;
}
}


@media (max-width: 480px) {
div.mw-number-text {
     .item-grid>* {
     color: #888 !important;
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}
}


@media (max-width: 360px) {
div.mw-number-text h3 {
     .item-grid>* {
     color: #c1c1c1 !important;
        flex: 1 1 100%;
        max-width: 100%;
    }
}
}


.iteminfobox {
/* Tooltip */
.tip2 {
    background-color: #F2F2F2;
    border-radius: 2px;
    box-shadow: 0 0 6px #B2B2B2;
    display: none;
    position: absolute;
     padding: 10px;
     padding: 10px;
     background: #eeeded;
     z-index: 1;
    border-radius: 25px;
    box-shadow: rgba(24, 27, 46, 0.24) 4px 4px 4px;
    width: 230px;
    height: 270px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}


.iteminfobox b {
.tooltip {
     font-size: clamp(10px, 2vw, 14px);
     position: relative;
    color: #6587c4;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}


#tip-espaco {
    margin-left: 10px;
}


/**********************************
#youtube {
  SKINS
     margin-left: -155px;
  **********************************/
.characterPage--skins-test {
     width: 55%;
    overflow: hidden;
    /* Garante que nada saia do contêiner */
    position: relative;
    /* Para controle preciso de posicionamento */
}
}


.skins--container-test {
.tooltip,
    display: flex;
.tooltip:hover+.tip2,
    justify-content: flex-start;
.tip2:hover {
    align-items: flex-end;
     display: inline;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2.68em;
    padding-left: 1em;
     white-space: nowrap;
    scroll-behavior: smooth;
    box-sizing: border-box;
}
}


.skins--container-test::-webkit-scrollbar {
/* tira o toggle do indice, ocultar/exibir */
     height: 8px;
#toc .toctogglelabel {
     display: none !important;
}
}


.skins--container-test::-webkit-scrollbar-thumb {
span.toctogglespan {
     background: rgba(0, 0, 0, 0.4);
     display: none !important;
    border-radius: 5px;
}
}


.skins--container-test::-webkit-scrollbar-track {
/*  WIKITABLE */
     background: rgba(0, 0, 0, 0.1);
table.wikitablec,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
     border-collapse: collapse;
}
}


.skins--container-test span {
table.wikitablecenter,
     display: inline-flex;
table.prettytable {
     justify-content: center;
    margin-left: auto;
     align-items: flex-end;
    margin-right: auto;
     background: #f9f9f9;
     border: 1px #aaa solid;
     border-collapse: collapse;
}
}


.skins--imageSkin-test {
table.wikitablec th,
     width: auto;
table.wikitablec td,
     height: auto;
table.prettytable th,
    max-height: 100%;
table.prettytable td {
     object-fit: contain;
     border: 1px #aaa solid;
     padding: 0.2em;
     text-align: center;
}
}


/**********************************
table.wikitablec th,
  INFOPERSO
table.prettytable th {
  **********************************/
     background: #f2f2f2;
.characterInfo--infoContainer-test #toc {
     text-align: center;
     display: none;
     gap: 0.2em;
}
}


.characterInfo--contentContainer-test {
table.wikitablec caption,
     display: flex;
table.prettytable caption {
     justify-content: flex-start;
     margin-left: inherit;
     align-items: flex-start;
     margin-right: inherit;
    position: relative;
     font-weight: bold;
    gap: 0.5em;
}
}


.characterInfo--name-test {
table.prettytablec code,
    margin: 0.2em 0 !important;
table.wikitablec code {
    font-size: 1.5em;
     background-color: transparent;
    font-weight: bold;
    display: inline-flex;
     /* Para alinhar o nome e a estrela na mesma linha */
    align-items: center;
    /* Garante o alinhamento vertical entre o nome e a estrela */
}
}


.tier-image {
table.wikitablew-tr th,
     width: 24px;
table.wikitablew-tr td {
    /* Tamanho da estrela */
     padding: 0.3em 0.4em;
    height: 24px;
    margin-left: 8px;
    /* Espaçamento entre o nome e a estrela */
}
}


.characterInfo--infoContainer-test {
table.wikitablecenter th,
    width: 70%;
table.wikitablecenter td,
    text-align: left;
table.prettytable th,
    display: flex;
table.prettytable td {
     flex-direction: column;
     border: 1px #aaa solid;
     gap: 0.3em;
     padding: 0.2em;
     padding-left: 0.5em;
     text-align: center;
}
}


.characterInfo--badgeContainer-test {
table.wikitablecenter th,
     display: flex;
table.prettytable th {
     justify-content: flex-start;
     background: #f2f2f2;
    flex-wrap: wrap;
     text-align: center;
    gap: 0.2em;
    padding: 0.2em 0;
}
}


.characterInfo--obtain-test {
table.wikitablecenter caption,
     margin: 0.2em 0;
table.prettytable caption {
     /* Ajuste de espaço */
     margin-left: inherit;
     text-align: left;
     margin-right: inherit;
    /* Alinhamento opcional */
     font-weight: bold;
}
}


.characterInfo--imageContainer-test {
table.prettytablecenter code,
     width: 25%;
table.wikitablecenter code {
    display: flex;
     background-color: transparent;
    justify-content: center;
    align-items: center;
}
}


.characterInfo--splashArt-test {
table.elements {}
    position: absolute;
    top: -70px;
    right: -65px;
    object-fit: cover;
    z-index: 0;
}


/**********************************
table.elements th,
  CARD/BADGE/TABLE MAINSECTION
table.elements td {
  **********************************/
     padding: 0.5em;
.card-test {
     width: 100%;
    min-height: 16em;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


.card-title-test {
td.effective {
     display: block;
     background-color: #BFFFBF;
    padding: .25em 0;
}
    margin-bottom: 1em;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to bottom, #459cca, #5684c8);


    font-size: 1.2em;
td.ineffective {
    font-weight: bold;
     background-color: #FFBF7F;
    text-align: center;
     letter-spacing: 1px;
    color: white;
}
}


.badge-test {
td.nullified {
     padding: 0.3em 0.7em;
     background-color: #FFBFBF;
}


     border-radius: 8px;
/*  Wikitable White */
table.wikitablew,
table.prettytable,
table.wikitablew-tr {
    margin: 1em 0;
    background: #f9f9f9;
    border: 2px #fff solid;
     border-collapse: collapse;
}


     color: white;
table.wikitablewhite,
table.prettytable {
     margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 2px #fff solid;
    border-collapse: collapse;
}


     font-weight: bold;
/*  Wikitable White */
     text-transform: capitalize;
table.wikitablenb,
     white-space: nowrap;
table.prettytable,
     font-size: 0.9em;
table.wikitablenb-tr {
     margin: 1em 0;
     background: #f9f9f9;
     border: none;
     border-opacity: 0.5;
    border-collapse: collapse;
}


     background: linear-gradient(to bottom, #459cca, #5684c8);
.wikitablenb border: opacity {
     opacity: 0.5;
}


table.wikitablenoborder,
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 2px #e9e8e8 solid;
    border-collapse: collapse;
}
}


.characterPage--table-test {
/* HOVER DA TABELA*/
     margin-top: -4em;
.wikitablew td: hover {
    width: 100%;
     background: #e9e8e8;
}
}


.characterPage--table-test>tbody {
.wikitablew-tr tr: hover {
     position: relative;
     background: #e9e8e8;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
}


.characterPage--table-test>tbody>.characterPage--mainSection-test {
.wikitablenb border: hover {
     display: flex;
     color: #e9e8e8;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
}


/**********************************
table.wikitablew th,
  SKILLS
table.wikitablew td,
  **********************************/
table.prettytable th,
.characterPage--characterSkills-test {
table.prettytable td,
     width: 100%;
table.wikitablew-tr th,
     margin-top: 0rem;
table.wikitablew-tr td {
     border: 2px #fff solid;
     padding: 0.3em 0.4em;
}
}


.tabsContainer-test {
table.wikitablew th,
     width: 95%;
table.prettytable th,
    margin: 0 auto;
table.wikitablew-tr th {
    padding-bottom: .5em;
     background: #eaecf0;
}
}


.tabsContainer-test table {
table.wikitablew caption,
     width: 100%;
table.prettytable caption,
     border-collapse: collapse;
table.wikitablew-tr caption {
     margin-left: inherit;
    margin-right: inherit;
     font-weight: bold;
}
}


.tabsContainer-test table>tbody>tr>td {
table.prettytablec code,
     border-bottom: 2px solid rgb(225, 225, 225);
table.prettytable code,
table.wikitablew-tr code {
     background-color: transparent;
}
}


.tabSkill--container-test {
table.wikitablewhite th,
    padding-bottom: .85em;
table.wikitablewhite td,
     display: flex;
table.prettytable th,
     max-width: 72em;
table.prettytable td {
     overflow-x: auto;
     border: 2px #fff solid;
     padding: 0.2em;
     text-align: center;
}
}


.tabSkill--container-test.test {
table.wikitablewhite th,
     width: 100%;
table.prettytable th,
     max-width: none;
table.wikitablew-tr th {
     background: #eaecf0;
    text-align: center;
     border-right: 1px #fff solid;
    padding: 0.3em 0.4em;
}
}


.tab-skill-test {
table.wikitablewhite caption,
     transition: all .25s ease;
table.prettytable caption,
     width: 100%;
table.wikitablew-tr caption {
     min-width: 5em;
    margin-left: inherit;
     margin-right: inherit;
     font-weight: bold;
     text-align: center;
}
}


.tab-skill-test.active {
table.prettytablecenter code,
     border-color: #459cca;
table.wikitablewhite code,
table.wikitablew-tr code {
     background-color: #000;
}
}


.tab-skill-test>div {
table.elements {}
    cursor: pointer;
 
    box-sizing: border-box;
table.elements th,
    width: 100%;
table.elements td {
    display: flex;
     padding: 0.5em;
    justify-content: center;
    align-items: center;
     padding: .25em;
}
}


.tab-skill-test>div>img {
td.effective {
     width: 100%;
     background-color: #BFFFBF;
    max-width: 40px;
    height: auto;
}
}


.skillInfo--container-test {
td.ineffective {
     width: 100%;
     background-color: #FFBF7F;
}
}


.skillInfo--container-test>td {
td.nullified {
     border: none !important;
     background-color: #FFBFBF;
}
}


.skillInfo-test {
/**********************************
    display: none;
wiki.gla.com.br/index.php/Predefini%C3%A7%C3%A3o:Img
}


.skillInfo-test.active {
predefinição:img | deixa as imagens responsivas pro mobile
     display: table-cell;
**********************************/
.responsive-image {
    max-width: 100%;
     display: block;
    margin: 0 auto;
    overflow: hidden;
}
}


.skillInfo--videoContainer-test {
.custom-image {
 
    width: 100%;
     align-self: center;
     max-width: 800px;
     width: 45%;
     height: auto;
}
}


.skillInfo--skillVideo2-test {
.responsive-image[style*="text-align:left"] {
     display: none;
     margin: 0;
     border-radius: 8px;
     text-align: left;
}
}


.skillInfo--skillVideo2-test.active {
.responsive-image[style*="text-align:right"] {
     display: flex;
    margin: 0;
    text-align: right;
}
 
.responsive-image[style*="text-align:center"] {
     text-align: center;
}
}


.skillInfo--videoSelector-test {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
    background: var(--transparent-blue);
    cursor: pointer;
    margin-right: .85em;


     transition: all .25s ease;
/* ---------------------------------------------------------------------------------------------------------------- */
 
/* Estilos CSS para o componente de abas MediaWiki */
/* Adicione este CSS na sua MediaWiki (Common.css ou página de estilos) */
 
/* Container principal responsivo */
.mw-tabber-container {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid #a7d7f9;
    border-radius: 4px;
    background-color: #f8f9fa;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
}


.skillInfo--videoSelector-test.active {
/* Container das abas */
     background: var(--blue);
.mw-tabber-tabs {
     transform: scale(.8);
    display: flex;
    flex-wrap: wrap;
     background-color: #eaecf0;
    border-bottom: 2px solid #a7d7f9;
    padding: 0;
    margin: 0;
     list-style: none;
}
}


.skillInfo--infoContainer-test {
/* Estilo individual de cada aba */
     width: 50%;
.mw-tabber-tab {
     flex: 1 1 auto;
    min-width: 100px;
    padding: 12px 20px;
    cursor: pointer;
    background-color: #eaecf0;
    border: none;
    border-right: 1px solid #c8ccd1;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #0645ad;
    transition: all 0.2s ease;
    user-select: none;
    position: relative;
}
}


.skillInfo-test>div>.skillInfo--infoContainer-test b {
.mw-tabber-tab:last-child {
     color: #2a87c4 !important;
     border-right: none;
}
}


.skillInfo--infoContainer-test>center>b {
/* Hover nas abas */
     font-size: 1.15em;
.mw-tabber-tab:hover {
     background-color: #f8f9fa;
    color: #0b0080;
}
}


.skillInfo--name-test {
/* Aba ativa */
     font-size: 1.85em;
.mw-tabber-tab.active {
     letter-spacing: 1px;
     background-color: #ffffff;
     text-align: center;
    color: #0645ad;
     border-bottom: 3px solid #0645ad;
     font-weight: 600;
}
}


.skillInfo--description-test {
/* Container do conteúdo */
     display: inline-block;
.mw-tabber-content {
    font-size: 1.03em;
     padding: 20px;
     line-height: 1.5em;
     background-color: #ffffff;
    padding: 0 1em;
     min-height: 200px;
    height: 12em;
     max-height: 12em;
    overflow-y: auto;
    text-align: justify;
}
}


.skillInfo--attributesContainer-test>h1 {
/* Painel de conteúdo individual */
     color: #717171;
.mw-tabber-panel {
     font-size: 1.4em;
     display: none;
    text-align: center;
     animation: fadeIn 0.3s ease;
    letter-spacing: 1px;
}
}


.attribute--cardsContainer-test {
.mw-tabber-panel.active {
     display: flex;
     display: block;
    align-items: flex-start;
}


     width: fit-content;
/* Animação de fade in */
    margin: 0 auto;
@keyframes fadeIn {
     from {
        opacity: 0;
        transform: translateY(5px);
    }


     background: var(--lightGray);
     to {
    border: 2px solid var(--gray);
        opacity: 1;
        transform: translateY(0);
    }
}
}


.cardAttribute-test {
/* Responsividade para tablets */
    box-sizing: border-box;
@media (max-width: 768px) {
     display: flex;
    .mw-tabber-tabs {
    flex-direction: column;
        flex-direction: column;
    justify-content: center;
     }
     align-items: center;
 
    width: 8em;
    .mw-tabber-tab {
}
        border-right: none;
        border-bottom: 1px solid #c8ccd1;
        width: 100%;
     }
 
    .mw-tabber-tab.active {
        border-bottom: 3px solid #0645ad;
        border-right: none;
    }


.cardAttribute--icon-test {
    .mw-tabber-content {
    margin: .6em 0;
        padding: 15px;
     height: 2em;
     }
}
}


.cardAttribute--value-test {
/* Responsividade para mobile */
    margin: 0 !important;
@media (max-width: 480px) {
    .mw-tabber-tab {
        padding: 10px 15px;
        font-size: 13px;
    }


     font-size: .9em !important;
     .mw-tabber-content {
    font-weight: bold;
        padding: 12px;
    line-height: 1.65em !important;
        min-height: 150px;
    letter-spacing: 2px;
     }
    text-align: center;
     text-transform: uppercase;
}
}


/* SKILL ALTERNATIVA */
/* =========================================
.alternate-version-icon,
  WIKITABLE RESPONSIVO (GLOBAL)
.return-skill-icon {
  Mantém visual atual e adiciona scroll horizontal no mobile.
    position: absolute;
========================================= */
    top: 10px;
@media (max-width: 900px) {
    left: 10px;
 
    cursor: pointer;
    table.wikitable,
    z-index: 10;
    table.wikitablec,
    transition: transform 0.2s ease, filter 0.2s ease;
    table.wikitablecenter,
}
    table.wikitablew,
    table.wikitablewhite,
    table.wikitablenb,
    table.wikitablenoborder,
    table.wikitablew-tr,
    table.prettytable {
        display: block;
        width: max-content !important;
        min-width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }


.alternate-version-icon:hover,
    table.wikitable th,
.return-skill-icon:hover {
    table.wikitable td,
    transform: scale(1.03);
    table.wikitablec th,
    filter: brightness(1.1);
    table.wikitablec td,
}
    table.wikitablecenter th,
    table.wikitablecenter td,
    table.wikitablew th,
    table.wikitablew td,
    table.wikitablewhite th,
    table.wikitablewhite td,
    table.wikitablenb th,
    table.wikitablenb td,
    table.wikitablenoborder th,
    table.wikitablenoborder td,
    table.wikitablew-tr th,
    table.wikitablew-tr td {
        padding: 0.32em 0.45em;
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }


.alternate-version-icon.active,
    table.wikitable th,
.return-skill-icon.active {
    table.wikitablec th,
     transform: scale(1.05);
    table.wikitablecenter th,
     filter: brightness(1.2) drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
    table.wikitablew th,
     table.wikitablewhite th,
     table.wikitablenb th,
    table.wikitablenoborder th,
    table.wikitablew-tr th {
        white-space: nowrap;
    }
}
}


/* FLEXBOX PERSONAGENS */
 
.characterFlexbox {
/**************
     display: flex;
gurren (2026)
     flex-direction: column;
**************/
     gap: 1em;
.gla-responsive-frame {
     width: 100%;
     width: fit-content;
     margin: 2em auto;
     max-width: 100%;
    margin: 12px auto;
     padding: 0;
     background: transparent;
     box-shadow: none;
}
}


.flex-row {
/* neutraliza molduras do MediaWiki */
     display: flex;
.gla-responsive-frame .thumbinner,
     justify-content: space-between;
.gla-responsive-frame .thumb,
     gap: 1em;
.gla-responsive-frame figure,
.gla-responsive-frame .mw-file-description {
     max-width: 100% !important;
     width: auto !important;
    padding: 0 !important;
    margin: 0 auto !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
     box-sizing: border-box;
}
}


/*PERSONAGENS/CARDS */
/* imagem: tamanho natural + responsivo */
/* HABILIDADES */
.gla-responsive-frame img {
.cardskill {
     display: block !important;
     width: 100%;
    max-width: 100% !important;
     min-height: 16em;
     width: auto !important;
     border-radius: 0px 0px 10px 10px;
     height: auto !important;
     margin: 0 auto;
     margin: 0 auto !important;
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
     border: 0 !important;
    border-radius: 8px;
    /* pode tirar também se quiser totalmente cru */
}


    position: relative;
/* [temporariamente desativado] GLA Wiki – dark mode
    z-index: 3;
  (toggle; base; links; Vector; busca/inputs/botões; tabelas; home; imagens; ::selection)
    background: #fcfcfc;
  =========================
    overflow: hidden;
}


.cardskill-title {
#gla-darkmode-toggle {
     display: block;
     position: fixed;
     padding: .25em 0;
     right: 18px;
     margin-bottom: 1em;
     bottom: 18px;
     width: 100%;
     z-index: 99999;
    background: linear-gradient(to bottom, #459cca, #5684c8);


     font-size: 1.2em;
    display: inline-flex;
     font-weight: bold;
    align-items: center;
     text-align: center;
    gap: 7px;
     letter-spacing: 1px;
 
     color: white;
    min-height: 38px;
    padding: 8px 12px;
 
    border: 1px solid #a2a9b1;
    border-radius: 999px;
 
    background: #ffffff;
    color: #202122;
 
    font-family: inherit;
     font-size: 13px;
     font-weight: 700;
     line-height: 1;
 
    cursor: pointer;
     box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
 
     transition:
        background-color 160ms ease,
        color 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}


     position: relative;
#gla-darkmode-toggle:hover {
     z-index: 4;
     background: #f8f9fa;
     border-color: #72777d;
    transform: translateY(-1px);
}
}


/* INFORMAÇÕES DO PERSONAGEM */
#gla-darkmode-toggle:focus {
.cardperso {
     outline: 2px solid #36c;
    width: 100%;
     outline-offset: 2px;
    min-height: 14em;
    margin: 0;
     border-radius: 10px 10px 0px 0px;
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
    overflow: hidden;
    position: relative;
}
}


.cardperso-title {
.gla-darkmode-icon {
     display: block;
     display: inline-block;
     padding: .25em 0;
     min-width: 16px;
    margin-bottom: 1em;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to bottom, #459cca, #5684c8);
    font-size: 1.2em;
    font-weight: bold;
     text-align: center;
     text-align: center;
     letter-spacing: 1px;
     font-size: 16px;
     color: white;
     line-height: 1;
    position: relative;
    z-index: 10;
}
}


/* SKINS */
.gla-darkmode-text {
.cardskins {
     white-space: nowrap;
    width: 100%;
    min-height: 14em;
    margin: 0 auto;
    border-radius: 10px;
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


.cardskins-title {
@media screen and (max-width: 700px) {
     display: block;
     #gla-darkmode-toggle {
    padding: .25em 0;
        right: 12px;
    margin-bottom: 1em;
        bottom: 12px;
    width: 100%;
        width: 42px;
    border-radius: 10px 10px 0 0;
        height: 42px;
     background: linear-gradient(to bottom, #459cca, #5684c8);
        justify-content: center;
        padding: 0;
     }


     font-size: 1.2em;
     #gla-darkmode-toggle .gla-darkmode-text {
    font-weight: bold;
        display: none;
    text-align: center;
     }
    letter-spacing: 1px;
     color: white;
}
}


/**********************
html.gla-dark-mode,
  VECTOR.CSS
html.gla-dark-mode body {
  **********************/
     background: #0f172a !important;
.mw-destfile-warning {
     color: #e5e7eb !important;
     border: 1px solid #8d6e63;
    padding: 0.5em 1em;
     margin-bottom: 1em;
    color: #f8f9fa;
    background-color: #0d1b2d;
}
}


.mw-logline-protect {
html.gla-dark-mode #mw-page-base,
     color: #f8f9fa !important;
html.gla-dark-mode #mw-head-base {
     background: #0b1120 !important;
    background-image: none !important;
}
}


.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
html.gla-dark-mode #content,
     margin-left: 12px;
html.gla-dark-mode .mw-body {
     color: white;
     background: #111827 !important;
    color: #e5e7eb !important;
     border-color: #334155 !important;
}
}


/* Search input */
html.gla-dark-mode #bodyContent,
#searchInput {
html.gla-dark-mode .mw-body-content,
     background-color: #ffffff;
html.gla-dark-mode .mw-parser-output {
     border-color: #0645ad;
    color: #e5e7eb !important;
}
 
html.gla-dark-mode h1,
html.gla-dark-mode h2,
html.gla-dark-mode h3,
html.gla-dark-mode h4,
html.gla-dark-mode h5,
html.gla-dark-mode h6 {
     color: #f8fafc !important;
     border-color: #334155 !important;
}
}


#msupload-div a {
html.gla-dark-mode p,
     color: #3366cc;
html.gla-dark-mode li,
    cursor: pointer;
html.gla-dark-mode dd,
    color: blue !important;
html.gla-dark-mode dt {
     color: #e5e7eb !important;
}
}


#msupload-bottom a {
html.gla-dark-mode hr {
     font-weight: bold;
     border-color: #334155 !important;
    margin-right: 20px;
    color: black !important;
}
}


#msupload-list .file {
html.gla-dark-mode a {
     background: #8b929e;
     color: #7dd3fc !important;
    border-top: 1px solid #c8ccd1;
    margin: 0;
    padding: 10px;
    position: relative;
    color: black !important;
}
}


.wikiEditor-ui-toolbar .booklet>.index {
html.gla-dark-mode a:visited {
    float: left;
     color: #c4b5fd !important;
    width: 20%;
    height: 125px;
    overflow: auto;
    resize: horizontal;
     color: black;
}
}


ul {
html.gla-dark-mode a:hover {
     list-style-image: none;
     color: #bae6fd !important;
}
}


.codeEditor-status-message {
html.gla-dark-mode #mw-navigation,
    border-left: 1px solid #c8ccd1;
html.gla-dark-mode #mw-panel,
    border-right: 1px solid #c8ccd1;
html.gla-dark-mode #p-logo,
    padding: 0 0.3em;
html.gla-dark-mode #p-personal,
    width: 100%;
html.gla-dark-mode #left-navigation,
     display: table-cell;
html.gla-dark-mode #right-navigation {
     color: black !important;
     background: transparent !important;
     color: #e5e7eb !important;
}
}


html.gla-dark-mode #mw-panel .portal h3,
html.gla-dark-mode .vector-menu-heading,
html.gla-dark-mode .vector-menu-tabs .selected a,
html.gla-dark-mode .vector-menu-tabs a {
    color: #e5e7eb !important;
}


.wikiEditor-ui-toolbar .tabs span.tab a {
html.gla-dark-mode .vector-menu-tabs,
     color: #000000 !important;
html.gla-dark-mode .vector-menu-tabs li,
     cursor: pointer;
html.gla-dark-mode .vector-menu-tabs li a,
     display: block;
html.gla-dark-mode .vector-menu-dropdown,
    height: 32px;
html.gla-dark-mode .vector-menu-content,
    padding-left: 18px;
html.gla-dark-mode .vector-menu-content-list {
     padding-right: 12px;
     background: #111827 !important;
     color: #e5e7eb !important;
     border-color: #334155 !important;
     background-image: none !important;
}
}


.wikiEditor-ui-toolbar .group .tool-select .label {
html.gla-dark-mode .vector-menu-tabs .selected {
     position: relative;
     background: #1e293b !important;
    padding: 0 26px 0 4px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    color: #222 !important;
}
}


.wikiEditor-ui-toolbar .group .tool-select .options .option {
html.gla-dark-mode #footer {
     display: block;
     background: #0f172a !important;
     padding: 0.5em;
     color: #cbd5e1 !important;
     text-decoration: none;
     border-color: #334155 !important;
    color: #000 !important;
    white-space: nowrap;
}
}


.mw-body {
html.gla-dark-mode input,
     margin-top: -1px;
html.gla-dark-mode textarea,
     border: 1px solid #8d6e63;
html.gla-dark-mode select,
     border-right-width: 1px;
html.gla-dark-mode #searchInput,
html.gla-dark-mode .oo-ui-inputWidget-input {
     background: #0f172a !important;
     color: #e5e7eb !important;
     border-color: #475569 !important;
}
}


#p-cactions {
html.gla-dark-mode input::placeholder,
    background: none;
html.gla-dark-mode textarea::placeholder {
     margin-top: -0.6em;
     color: #94a3b8 !important;
}
}


#p-cactions li {
html.gla-dark-mode button,
     background: none;
html.gla-dark-mode .mw-ui-button {
     background: #1e293b !important;
    color: #e5e7eb !important;
    border-color: #475569 !important;
}
}


#p-cactions li.selected {
html.gla-dark-mode button:hover,
     background: none;
html.gla-dark-mode .mw-ui-button:hover {
     border: 2px solid #5c3f2a;
     background: #334155 !important;
     color: #f8fafc !important;
}
}


#p-cactions li.new {
html.gla-dark-mode #gla-darkmode-toggle {
     background-color: #e2e2e2;
    background: #020617 !important;
    color: #f8fafc !important;
    border-color: #475569 !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}
 
html.gla-dark-mode #gla-darkmode-toggle:hover {
     background: #1e293b !important;
    border-color: #64748b !important;
}
}


#p-cactions li a {
html.gla-dark-mode table,
     background-color: #e2e2e2;
html.gla-dark-mode .wikitable,
     color: #7070FF;
html.gla-dark-mode .infobox,
html.gla-dark-mode .toc,
html.gla-dark-mode #toc,
html.gla-dark-mode .catlinks,
html.gla-dark-mode .thumbinner,
html.gla-dark-mode .mw-parser-output .ambox,
html.gla-dark-mode .mw-parser-output .metadata {
     background: #1e293b !important;
    color: #e5e7eb !important;
     border-color: #475569 !important;
}
}


#p-cactions li.selected a {
html.gla-dark-mode th,
     background-color: #324f74;
html.gla-dark-mode td,
html.gla-dark-mode .wikitable th,
html.gla-dark-mode .wikitable td {
     background-color: #1e293b !important;
    color: #e5e7eb !important;
    border-color: #475569 !important;
}
}


#simpleSearch {
html.gla-dark-mode .wikitable th,
     position: relative;
html.gla-dark-mode table th {
    height: 100%;
     background-color: #334155 !important;
     background-color: white;
     color: #f8fafc !important;
}
}


.vector-menu-tabs #ca-watch.icon a:before {
html.gla-dark-mode code,
     background-image: linear-gradient(transparent, transparent), url(/skins/Vector/resources/skins.vector.styles/images/watch-icon.svg?6ab6f);
html.gla-dark-mode pre,
html.gla-dark-mode .mw-code {
     background: #020617 !important;
    color: #e5e7eb !important;
    border-color: #334155 !important;
}
}


.vector-menu-tabs .mw-watchlink.icon a:before {
html.gla-dark-mode .mw-parser-output .home-card,
    background-repeat: no-repeat;
html.gla-dark-mode .home-card {
     background-position: 50% 50%;
     background: #1e293b !important;
     content: '';
     color: #e5e7eb !important;
     display: block;
     border-color: #334155 !important;
     position: absolute;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35) !important;
    top: 1.07692308em;
    left: 0.38461538em;
    width: 1.23076923em;
    height: 1.23076923em;
}
}


.vector-menu-dropdown h3 {
html.gla-dark-mode .mw-parser-output .home-title,
     color: rgb(6, 69, 173);
html.gla-dark-mode .home-title {
     font-weight: normal;
     background: linear-gradient(to bottom, #2563eb, #1e40af) !important;
     color: #ffffff !important;
}
}


.vector-menu-tabs,
html.gla-dark-mode .home-button-item {
.vector-menu-tabs a,
    background: #0f172a !important;
#mw-head .vector-menu-dropdown h3 {
    border-color: #334155 !important;
     background: none;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35) !important;
}
}


.vector-menu-tabs li a {
html.gla-dark-mode .home-button-item:hover {
    background-position: center;
     border-color: #38bdf8 !important;
    background: transparent;
     box-shadow: 0 4px 12px rgba(56, 189, 248, 0.18) !important;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 0.9em;
    padding-left: 8px;
     padding-right: 8px;
     font-size: 0.8125em;
    cursor: pointer;
}
}


.vector-menu-tabs .selected {
html.gla-dark-mode .home-button-title {
     font-weight: bold;
     background: #111827 !important;
     background: #ffffff;
    color: #7dd3fc !important;
     border: 1px #0645ad solid;
}
 
html.gla-dark-mode .index-cell {
    background: #0f172a !important;
     color: #e5e7eb !important;
     border-color: #38bdf8 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}
}


.vector-menu-tabs ul {
html.gla-dark-mode .index-title {
     float: left;
     color: #f8fafc !important;
    height: 100%;
    list-style: none none;
    margin: 0;
    padding: 0;
    margin-top: -0.3em;
}
}


.vector-menu-dropdown .vector-menu-content {
html.gla-dark-mode .index-links {
     background-color: none;
     color: #cbd5e1 !important;
    list-style: none none;
    min-width: 100%;
    position: absolute;
    top: 2.5em;
    right: -1px;
    margin: 0;
    border: 2px solid #0645ad !important;
    border-top-width: 0;
    padding: 0;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
    z-index: 3;
}
}


/* Table Data */
html.gla-dark-mode .index-grid .disabled-section {
.mw-parser-output tr td {
     opacity: 0.55 !important;
     border-color: #0645ad;
    transform: translatex(0px) translatey(0px);
}
}


/* List Item */
html.gla-dark-mode .index-grid .disabled-section::after {
.mw-parser-output small li {
     color: #f8fafc !important;
     color: #000000;
    text-shadow: 0 0 4px #000 !important;
}
}


/* Italic Tag */
html.gla-dark-mode img {
.mw-parser-output tr i {
     border-color: #334155 !important;
     color: #000000;
}
}


/* Cor da Data do Changelog */
html.gla-dark-mode .thumbcaption {
.mw-parser-output tr big {
     color: #cbd5e1 !important;
     color: #000000;
}
}


/* Th - Barras de Seções */
html.gla-dark-mode ::selection {
.mw-parser-output tr th {
     background: #2563eb !important;
     border-color: #0645ad;
     color: #ffffff !important;
    transform: translatex(0px) translatey(0px);
     color: #ffffff;
    background-color: #3498db;
}
}
*/


/* Thumbcaption */
/* ============================================================
.mw-parser-output .center .thumbcaption {
  GLA Wiki — botão Support na sidebar + modal de report/sugestão
     color: #000000;
  (Common.js: bloco glaSidebarSupport no final do ficheiro)
  ============================================================ */
 
#gla-sidebar-support {
    box-sizing: border-box;
    width: 100%;
    margin-top: 1.25em;
     padding: 0 0.65em 1.25em;
}
}


/* Thumbcaption */
.gla-sidebar-support__btn {
.mw-parser-output .tright .thumbcaption {
    display: inline-flex;
     color: #000000;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    width: 100%;
    margin: 0;
    padding: 0.65em 0.75em;
    border: 1px solid #4d7a9c;
    border-radius: 4px;
    background-color: #689cc0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
     color: #fff !important;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
}


/* Table Data */
.gla-sidebar-support__btn:hover {
.jquery-tablesorter tr td {
     background-color: #7aadcf;
     background-color: #fcfcfc !important;
     border-color: #5f8fb3;
     color: #000000 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
}


/* Table Data */
.gla-sidebar-support__btn:active {
.mw-parser-output tr td {
     transform: translateY(1px);
     transform: translatex(0px) translatey(0px);
    color: #000000;
}
}


/* Jquery tablesorter */
.gla-sidebar-support__btn:focus {
#mw-content-text .mw-parser-output .jquery-tablesorter {
     outline: 2px solid #338be5;
     transform: translatex(0px) translatey(0px);
     outline-offset: 2px;
    background-color: #fcfcfc;
     color: #000000 !important;
    border-color: #0645ad;
}
}


/* Link */
.gla-sidebar-support__icon {
#mw-normal-catlinks ul a {
    display: inline-flex;
     color: #0645ad !important;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 15px;
     height: 15px;
}
}


/* Link */
.gla-sidebar-support__icon svg {
#mw-normal-catlinks a {
    display: block;
     color: #0645ad;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
     stroke-linejoin: round;
}
}


/* Link */
.gla-sidebar-support__label {
#ca-delete a {
     display: block;
     color: #0645ad;
     line-height: 1;
    background-color: #ffffff !important;
     padding-top: 1px;
     border-color: #0645ad;
     border-width: 0px;
}
}


/* Link */
#gla-support-overlay {
#ca-move a {
     position: fixed;
     background-color: #ffffff !important;
    inset: 0;
     border-color: #0645ad;
    z-index: 2147483640;
     border-width: 0px;
    display: flex;
     color: #0645ad;
     align-items: center;
     justify-content: center;
    padding: 20px;
     background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
}
}


/* Link */
#gla-support-overlay[hidden] {
#ca-unprotect a {
     display: none !important;
     background-color: #ffffff !important;
    color: #0645ad;
    border-color: #0645ad;
    border-width: 0px;
}
}


/* Input */
#gla-support-modal {
#p-cactions input[type=checkbox] {
     box-sizing: border-box;
     transform: translatex(0px) translatey(0px);
    width: 100%;
    max-width: 440px;
    max-height: min(92vh, 720px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #4d7a9c;
    border-radius: 12px;
    background: #1c1c1c;
    color: #f0f0f0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5);
    color-scheme: dark;
}
}


/* Catlinks */
.gla-support-header {
#catlinks {
     flex-shrink: 0;
     background-color: #fcfcfc;
     padding: 1.35rem 1.35rem 0;
     border-color: #0645ad;
}
}


/* Bold Tag */
#gla-support-modal h2 {
.mw-parser-output tr b {
    margin: 0 0 0.35rem;
     color: #000;
    padding: 0;
    border: 0 !important;
     color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
}


#mw-head-base {
.gla-support-modal__lead {
     background: url(http://70.39.70.36/images/f/fd/azul_capriw2.png);
     margin: 0;
     background-repeat: repeat-x;
    color: #b8b8b8;
     width: 1531px;
    font-size: 0.8125rem;
     max-height: 63px;
    line-height: 1.45;
     margin-top: -3.5em;
}
     display: block;
 
.gla-support-page-hint {
    flex-shrink: 0;
     margin: 1rem 1.35rem 0;
     padding: 0.65rem 0.75rem;
     border: 1px solid #404040;
     border-radius: 8px;
     background: #262626;
}
}


/* New */
.gla-support-page-hint__title {
#content #bodyContent #mw-content-text .mw-parser-output .wikitable tbody tr td .new {
    display: block;
     color: #0645ad !important;
    margin-bottom: 0.25rem;
    color: #9ca3af;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
     text-transform: uppercase;
}
}


/* Bold Tag */
.gla-support-page-hint__url {
.wikitable td b {
    display: block;
     color: #000000 !important;
     color: #e5e5e5;
     font-weight: 400;
    font-size: 0.75rem;
     font-weight: 500;
    line-height: 1.4;
    word-break: break-all;
}
}


a {
.gla-support-form {
     color: #0645ad;
     flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 1rem 1.35rem 1.25rem;
}
}


a:visited {
.gla-support-field {
     color: #0645ad;
     margin-bottom: 1rem;
}
}


a.new {
.gla-support-field--last {
     color: rgb(206, 0, 0) !important;
     margin-bottom: 0;
}
}


h1,
.gla-support-field label {
h2,
    display: block;
h3,
    margin-bottom: 0.4rem;
h4,
    color: #f5f5f5;
h5,
    font-size: 0.8125rem;
h6 {
     font-weight: 600;
     color: #000000
}
}


div.mw-number-text {
.gla-support-field label span.gla-support-muted {
     color: #888 !important;
    font-weight: 400;
     color: #9ca3af;
}
}


div.mw-number-text h3 {
.gla-support-field input[type="text"],
     color: #c1c1c1 !important;
.gla-support-field select,
.gla-support-field textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: 1px solid #4a4a4a;
    border-radius: 8px;
    background: #2a2a2a;
     color: #f5f5f5;
    font: inherit;
    line-height: 1.4;
}
}


hr {
.gla-support-field select {
     color: #222;
     appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #b0b0b0 50%), linear-gradient(135deg, #b0b0b0 50%, transparent 50%);
    background-position: calc(100% - 16px) calc(50% + 1px), calc(100% - 11px) calc(50% + 1px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 2.25rem;
    cursor: pointer;
}
}


.mw-footer li {
.gla-support-field textarea {
     color: #0645ad;
     min-height: 108px;
     margin: 0;
     max-height: 200px;
    padding: 0.5em 0;
     resize: vertical;
     font-size: 0.75em;
}
}
/******************/
 
/* Tooltip */
.gla-support-field input[type="file"] {
.tip2 {
    width: 100%;
  background-color: #F2F2F2;
    padding: 0.5rem 0;
  border-radius: 2px;
    font-size: 0.8125rem;
  box-shadow: 0 0 6px #B2B2B2;
    color: #d1d5db;
  display: none;
  position: absolute;
  padding: 10px;
  z-index: 1;
}
}


.tooltip {
.gla-support-field input::placeholder,
  position: relative;
.gla-support-field textarea::placeholder {
    color: #737373;
}
}


#tip-espaco {
.gla-support-field input:focus,
  margin-left:10px;
.gla-support-field select:focus,
.gla-support-field textarea:focus {
    outline: none;
    border-color: #689cc0;
    box-shadow: 0 0 0 3px rgba(104, 156, 192, 0.2);
}
}


#youtube {
.gla-support-msg {
  margin-left: -155px;
    min-height: 0;
    margin: 1rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.4;
}
}


.tooltip,
.gla-support-msg:empty {
.tooltip:hover + .tip2,
    display: none;
.tip2:hover {
    margin: 0;
  display: inline;
}
}


/** Home **/
.gla-support-msg.ok {
    color: #6ee7b7;
}


.home-box-title {
.gla-support-msg.err {
  height:30px;
    color: #fca5a5;
  background: rgb(176,0,2);
  background: linear-gradient(120deg, rgba(176,0,2,1) 0%, rgba(181,5,3,1) 10%, rgba(185,11,5,1) 20%, rgba(190,16,6,1) 30%, rgba(194,22,7,1) 40%, rgba(199,27,9,1) 50%, rgba(204,32,10,1) 60%, rgba(208,38,11,1) 70%, rgba(213,43,12,1) 80%, rgba(217,49,14,1) 90%, rgba(222,54,15,1) 100%);
  border-bottom:1px solid #990000;
  border-radius:10px 10px 0px 0px;
  color:#FFFFFF;
  padding:8px 0px 8px 4px;
  display:flex;
  align-items:center;
}
}


.home-box-server-save {
.gla-support-actions {
  height:30px;  
    display: flex;
  background: rgb(176,0,2);  
    flex-direction: column;
  background: linear-gradient(120deg, rgba(176,0,2,1) 0%, rgba(181,5,3,1) 10%, rgba(185,11,5,1) 20%, rgba(190,16,6,1) 30%, rgba(194,22,7,1) 40%, rgba(199,27,9,1) 50%, rgba(204,32,10,1) 60%, rgba(208,38,11,1) 70%, rgba(213,43,12,1) 80%, rgba(217,49,14,1) 90%, rgba(222,54,15,1) 100%);  
    gap: 0.5rem;
  border-bottom:1px solid #990000;  
    margin-top: 1rem;
  border-radius:10px 10px 0px 0px;  
    padding-top: 1rem;
  color:#FFFFFF;
    border-top: 1px solid #333333;
  padding:8px 0px 8px 4px;
  display:flex;
  align-items:center;
}
}


.home-box-pedestal {
.gla-support-actions button {
  background-image: url("https://www.tibiawiki.com.br/images/b/ba/Boosted_Creature_Pedestal.gif");
    box-sizing: border-box;
  background-repeat: no-repeat;
    width: 100%;
  display: inline-block;
    margin: 0;
  width: 120px;
    border-radius: 8px;
  height: 76px;
    padding: 0.7rem 1rem;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
}


.home-box-bg-img {
.gla-support-actions button:disabled {
  text-align:center;
    opacity: 0.6;
  padding:15px 0px 0px 0px;
    cursor: wait;
  border-radius:0px 0px 10px 10px;
}
}


.home-box-info {
.gla-support-submit {
  height: 30px;
    border: 0;
  /*width: 94%;*/
    background: #689cc0;
  margin-top: -30px;
    color: #ffffff !important;
  /*margin: 0.4em 0.4em 0 0.4em;*/
  border-radius: 0px 0px 10px 10px;
  /*box-shadow: 0px 0px 3px 1px rgb(0,0,0,25%);*/
  background: rgb(95,103,107,0.2);
  backdrop-filter: blur(16px);
  letter-spacing: 1px;
  /*padding: 0px 15px;*/
}
}


#boostedcreature_home {
.gla-support-submit:hover:not(:disabled) {
  background-image: url("https://www.tibiawiki.com.br/images/b/b0/Background_Artwork_13.20.13560.jpg");
    background: #7aadcf;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height:120px;
}
}


#boostedboss_home {
.gla-support-cancel {
  background-image: url("https://www.tibiawiki.com.br/images/f/f0/Client_Artwork_12.20.jpg");
    border: 1px solid #4a4a4a;
  background-repeat: no-repeat;
    background: transparent;
  background-size: cover;
    color: #e5e5e5 !important;
  background-position: center;
  height:120px;
}
}


#dreamscarboss_home {
.gla-support-cancel:hover:not(:disabled) {
  background-image: url("https://www.tibiawiki.com.br/images/6/68/Background_Artwork_12.00.jpg");
    background: #2a2a2a;
  background-repeat: no-repeat;
    border-color: #5a5a5a;
  background-size: cover;
    color: #ffffff !important;
  background-position: center;
  height:120px;
}
}
/***gurren***/
/* Para achar um código de cor de sua preferência use: https://www.color-hex.com/ */


/* Admins */
.gla-support-hp {
a[title^="Usuário:Sabarath"],
     position: absolute;
.admin { font-weight:Bold; color:#ff0000 }
     left: -10000px;
 
     width: 1px;
/* Sub-admins */
     height: 1px;
a[title^="Usuário:Aurea"],
     overflow: hidden;
.sub-admin { font-weight:Bold; color:#FF7F50 }
     opacity: 0;
 
     pointer-events: none;
/* Burocratas */
a[title^="Usuário:Lioks"],
a[title^="Usuário:Tillzin"],
a[title^="Usuário:Njorn"],
a[title^="Usuário:Master Player"],
a[title^="Usuário:Valendrop"],
.burocrata { font-weight:Bold; color:#ccaa00 }
 
/* Revisores */
a[title^="Usuário:Dark Black Magician"],
.revisor { font-weight:Bold; color:#6911B5 }
 
/* Editores */
a[title^="Usuário:Grsalvatori"],
a[title^="Usuária:Iraesol"],
a[title^="Usuário:Lady Nathii"],
a[title^="Usuário:Leonnake"],
a[title^="Usuário:Malecinado"],
a[title^="Usuário:Sosseguilda"],
.editor { font-weight:Bold; color:#1288E1 }
 
/* Membros Honorários */
a[title^="Usuário:Jovic"],
a[title^="Usuária:Jcorzz"],
a[title^="Usuário:Bertgg6"],
a[title^="Usuário:Blush"],
a[title^="Usuário:Chitao"],
a[title^="Usuário:Elemental da amazonia"],
a[title^="Usuário:Emulovsun"],
a[title^="Usuário:Fairy Fox"],
a[title^="Usuária:Gabi Woodstock"],
a[title^="Usuária:Gladiadora"],
a[title^="Usuário:GrYllO"],
a[title^="Usuário:Guilro"],
a[title^="Usuário:Ivax"],
a[title^="Usuária:Jess"],
a[title^="Usuário:Kepler"],
a[title^="Usuário:King Gama"],
a[title^="Usuário:Lata"],
a[title^="Usuária:Lelehiah"],
a[title^="Usuário:Mador"],
a[title^="Usuário:Mas san"],
a[title^="Usuário:Mat Preparit"],
a[title^="Usuário:Plank"],
a[title^="Usuário:Ricci"],
a[title^="Usuário:Ruan Exonari"],
a[title^="Usuário:Sanosuke'Matheus"],
a[title^="Usuário:Strenght of War"],
.honorary { font-weight:Bold; color:#818181 }
 
/* Bots */
a[title^="Usuário:Bender"],
a[title^="Usuári"][title$="BOT"],
.bot { font-weight:Bold; color:#285c1c }
 
/* Infobox Borda */
.infobox {
     width:100%;
     box-shadow: 0 0 .3em #999;
    border-radius: 12px;
     padding: 1px;
}
 
.infobox-header {
     text-align: center;
     /*background: #0095CC;*//*Valor Hex Azul Antigo*/
     background: rgb(176,0,2);
    background: linear-gradient(120deg, rgba(176,0,2,1) 0%, rgba(181,5,3,1) 10%, rgba(185,11,5,1) 20%, rgba(190,16,6,1) 30%, rgba(194,22,7,1) 40%, rgba(199,27,9,1) 50%, rgba(204,32,10,1) 60%, rgba(208,38,11,1) 70%, rgba(213,43,12,1) 80%, rgba(217,49,14,1) 90%, rgba(222,54,15,1) 100%);
     border-radius: 6px;
    color: #FFF;
    padding: .1em .2em .1em;
}
}
.infobox-holder {
    width: 100%;
    display: flex;
}
.infobox-holder > div:first-child {
    width: 100%;
    flex: 100%;
    margin-right: 10px;
}
.infobox-holder > div:nth-child(2) {
    width: 200px;
    flex: 0 0 200px;
}
.infobox-main {
    width: 100%;
    box-shadow: 0 0 .3em #999;
    border-collapse: collapse;
    border-radius: 12px;
}
.infobox-main .infobox-separator {
    border-top: 1px dotted #CCC;
}
.infobox-main > tbody > tr > td:first-child {
    width: 20%;
    min-width: 135px;
    text-align: right;
    vertical-align: top;
    padding: 2px 5px 2px 12px;
}
.infobox-main > tbody > tr > td:last-child {
    width: 80%;
    text-align: left;
    padding: 2px 12px 2px 5px;
}
.infobox-main > tbody > tr:first-child > td {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
}
.infobox-main > tbody > tr:last-child > td {
    padding-bottom: 12px;
}
.infobox-sidebar {
    width: calc(100% - 10px);
    height: 225px;
    box-shadow: 0 0 .3em #999;
    border-radius: 12px;
    padding: 5px 0px 0px 10px;
    overflow: hidden;
    overflow-y: scroll;
    resize: vertical;   
}
/* adicionado */
.mw-plusminus-pos {
    color: #006500;
    }
.mw-plusminus-neg {
    color: #8B0000;
    }
/** Soft Boots **/
.softboots-regen {
    border:1px solid #000;
    width:100%;
    height:17px;
    width:91px;
    font-family:Arial;
    vertical-align:bottom;
    white-space:nowrap;
    font-weight:400;
    padding-left: 1px;
    padding-right:1px;
    padding-top:1px;
    }
.softboots-regen th {
    font-size:10px;
    text-align:left;
    }
.softboots-regen td {
    font-size:8px;
    border:1px solid #000;
    text-align:right;
    }
/* Estilo das Tabelas de DPL */
table#tabelaDPL {border-collapse: collapse; background-color: #CEDFF2; width:100%;}
table#tabelaDPL th {border:2px solid white;}
table#tabelaDPL tr td {border:2px solid white; background-color:#E8F2F8; text-align:center;}
table#tabelaDPL td:first-child {padding-left: 4px; background-color:transparent; text-align:left;}
table#tabelaDPL td:last-child {padding-left: 4px; text-align:left;}
table#tabelaBestiario {border-collapse: collapse; background-color: #CEDFF2; width:100%;}
table#tabelaBestiario th {border:2px solid white;}
table#tabelaBestiario tr td {border:2px solid white; background-color:#E8F2F8; text-align:center;}
table#tabelaBestiario td:first-child {padding-left: 4px; background-color:transparent; text-align:left;}
table#tabelaBestiario td:last-child {padding-left: 4px; text-align:left;}
/* Remove bordas */
div.thumb {
    border: none;
}
div.tright {
    border: none;
    margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    border: none;
    margin: 0.5em 1.4em 0.8em 0;}
/* tabela de exp */
table.experience td {
    background-color:#f1e0c6;
}
/* NPC Trades */
div.exception, td.exception {
    background-color:#ff8e8e;
}
td.buy table tbody tr td,
td.sell table tbody tr td {
    line-height: 1em;
    padding: 2px;
}
td.buy table,
td.sell table {
    padding: 0;
    margin: 0;
}
table.trades td {
    padding:0;
    line-height:1.25em;
}
div.npcprice, div.npcvalue, td.npcvalue, td.npcprice {
  background-color:#9eff8e;
  font-weight: bold;
  color:#000;
  line-height:100%;
}
/* Posicionar valores a direita */
.npcvalue, .exception {
text-align:right;
}
/* Equips Set */
.tibia_client_background_light { background: #808080 url('https://www.tibiawiki.com.br/images/3/39/Tibia_Client_Background_Light.gif'); }
.tibia_client_background_dark { background: #808080 url('https://tibiawiki.com.br/images/0/03/Tibia_Client_Background_Dark.gif'); }
/** Bloquear urls (anti-spam) **/
a[href*=".exe"] {display:none;}
a[href*=".at"] {display:none;}
/* Retirar ampliar dos thumbs */
.magnify {display:none !important;}
/** Link icons **/
a.portal[href*="portaltibia.com.br"] {
    display:inline;
    background:url('https://www.tibiawiki.com.br/images/d/d8/Portaltibiafavi.gif') center right no-repeat !important;
    padding-right:20px !important;
    }
a.tibia[href*="tibia.com"] {
    display:inline;
    background:url('https://www.tibiawiki.com.br/images/e/e1/Tibiafavi.png') center right no-repeat !important;
    padding-right:20px !important;
    }
/* Remover título da Home */
body.page-Home h1.firstHeading {
    display:none;
}
/* Descrições */
.descr>a:link {color:green; font-weight:bold; text-transform:lowercase;}
.descr>a:visited {color:green; font-weight:bold; text-transform:lowercase;}
.descr>a:hover {color:#6699FF; text-transform:lowercase;}
.descr>a:active {color:#6699FF; text-transform:lowercase;}
.descrr>a:link {color:green; font-weight:bold; text-transform:capitalize;}
.descrr>a:visited {color:green; font-weight:bold; text-transform:capitalize;}
.descrr>a:hover {color:#6699FF; text-transform:capitalize;}
.descrr>a:active {color:#6699FF; text-transform:capitalize;}
/* Tooltip */
.tip2 {
  background-color: #F2F2F2;
  border-radius: 2px;
  box-shadow: 0 0 6px #B2B2B2;
  display: none;
  position: absolute;
  padding: 10px;
  z-index: 1;
}
.tooltip {
  position: relative;
}
#tip-espaco {
  margin-left:10px;
}
#youtube {
  margin-left: -155px;
}
.tooltip,
.tooltip:hover + .tip2,
.tip2:hover {
  display: inline;
}
/* Mapa */
.map_frame {
    z-index:8010;
    display:none;
    position:fixed;
    width: 520px;
    height: 450px;
    top:50%;
    left:50%;
    margin-top: -225px;
    margin-left: -250px;
    margin-right: 250px;
    margin-bottom: 250px;
    webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
#my-map
{
    position : absolute;
    top      : -374px;
    left    : -192px;
    width    : 1280px;
    height  : 1200px;
}
.map_box {
    clip: rect(0px,520px,462px,0px);
    position: absolute;
}
.map_show {
    cursor:pointer;
    color:#0645AD;
}
.map_show:hover {
    cursor:pointer;
    color:#0645AD;
    text-decoration:underline;
}
.map_cross {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 8040;
}
.map_overlay {
    opacity: 0.65;
    cursor: auto;
    display:none;
    height: 7628px;
    background-color: rgb(0,0,0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8000;
}
.map_logobox {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 8040;
    opacity: 0.8;
}
.map_logobox:hover {
    opacity: 1;
}
a.map_logo {
    background: url("https://www.tibiawiki.com.br/images/4/4a/Logo_Wiki_Mapa.png");
    background-repeat: no-repeat;
    width: 70px;
    height: 60px;
    position: absolute;
    bottom: 18px;
    right: 8px;
}
/* Mapa/Box */
.mapbox_show {
    cursor:pointer;
}
/* Transcrições */
.transcrições {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 10px 10px 18px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.transcrições::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate( 29deg ) skew( -35deg );
    -moz-transform: rotate( 29deg ) skew( -35deg );
    -ms-transform: rotate( 29deg ) skew( -35deg );
    -o-transform: rotate( 29deg ) skew( -35deg );
    -webkit-transform: rotate( 29deg ) skew( -35deg );
    width: 20px;
}
.me {
    float: left; 
    margin: 5px 45px 5px 20px;       
}
.me::before {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;         
}
/* Calculadoras - Design */
.no, .hide {
    display:none;
}
    .calc_bg {
        background-color: #ffffff;
        color: #000000;
        font-family: Verdana, Arial, Times New Roman, sans-serif;
        font-size: 12px;
        border: 2px solid #a2a9b1;
        border-left: #c7451d 5px solid;
        border-collapse: separate;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
    }
    .calc_bg input {
        font-family: Verdana, Arial, Times New Roman, sans-serif;
        /* width: 55px; */
        border-radius: 5px;
        border-left: #c7451d 5px solid;
        background: #f8f8f8;
        border-collapse: separate;
        margin: 0px 5px 0px 5px;
        padding: 1px 1px 1px 1px;
        line-height: 18px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        font-size: 13px;
        color: black;
    }
    .calc_bg select {
        font-family: Verdana, Arial, Times New Roman, sans-serif;
        width: 200px;
        border-radius: 5px;
        border-left: #c7451d 5px solid;
        background: #f8f8f8;
        border-collapse: separate;
        margin: 0px 5px 0px 5px;
        padding: 1px 1px 1px 1px;
        height: 24px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        font-size: 13px;
        color: black;
    }
    .calc_bg select option {
        color: black;
    }
    .calc_border_bottom {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        border-bottom: 1px solid #000000;
        padding: 0.75rem;
    }
    .calc_header {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        -webkit-border-top-left-radius: 3px;
        -moz-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
    }
    .info-box {
        padding: 10px;
        text-align: left;
        margin: 0px 5px 0px 5px;
    }
    .border-bottom {
      border-bottom: 1px solid black;
    }
   
    .data-box {
        display: flex;
    }
    .data-box>div {
        padding-left: 10px;
        flex: 1;
        text-align: center;
        align-items: center;
    }
    .data-box>div>label {
        margin-bottom: 5px;
    }
    .data-box>div>div>select,
    .data-box>div>div>input {
        margin-top: 5px;
    }
    .span-version {
        padding: 15px;
        background-color: #f8f9fa;
        border: 1px solid #eaecf0;
        color: black;
        margin-top: 5px;
        width: 350px;
        text-align: center;
    }
    .panel-party-xp {
        max-width: 600px;
    }
    .loading {
        background-color: rgba(255, 255, 255, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 3px;
        position: absolute;
        height: 100%;
        width: 100%;
        top:0;
        left:0;
    }
    .loading > label {
        position: absolute;
        bottom: 0;
        display: grid;
        text-align: center;
        align-items: center;
        height: 30px;
        width: 100%;
        background-color: #c7451d;
        font-size: math;
        font-weight: bold;
    }
    .loading > img {
        height: 55px;
    }
#result_personagem table#alter tr td {
    background: #23303B;
    color: #FFF;
}
#result_personagem table#alter tr.dif td {
    background: #2A3B48;
}
#result_personagem table#alter tr td a {
    text-decoration: underline;
    color: #FFF;
}
#result_personagem table#alter tr td a:visited {
    text-decoration: underline;
    color: #FFF;
}
#result_personagem table#alter tr td a:hover {
    text-decoration: none;
    color: #FFF;
}
table#alter tr td {
    background: #CEDFF2;
    border: hidden;
}
table#alter tr.dif td {
    background: #E8F2F8;
    border: hidden;
}
/** Home **/
.home-box-title {
  height:30px;
  background: rgb(176,0,2);
  background: linear-gradient(120deg, rgba(176,0,2,1) 0%, rgba(181,5,3,1) 10%, rgba(185,11,5,1) 20%, rgba(190,16,6,1) 30%, rgba(194,22,7,1) 40%, rgba(199,27,9,1) 50%, rgba(204,32,10,1) 60%, rgba(208,38,11,1) 70%, rgba(213,43,12,1) 80%, rgba(217,49,14,1) 90%, rgba(222,54,15,1) 100%);
  border-bottom:1px solid #990000;
  border-radius:10px 10px 0px 0px;
  color:#FFFFFF;
  padding:8px 0px 8px 4px;
  display:flex;
  align-items:center;
}
.home-box-server-save {
  height:30px;
  background: rgb(176,0,2);
  background: linear-gradient(120deg, rgba(176,0,2,1) 0%, rgba(181,5,3,1) 10%, rgba(185,11,5,1) 20%, rgba(190,16,6,1) 30%, rgba(194,22,7,1) 40%, rgba(199,27,9,1) 50%, rgba(204,32,10,1) 60%, rgba(208,38,11,1) 70%, rgba(213,43,12,1) 80%, rgba(217,49,14,1) 90%, rgba(222,54,15,1) 100%);
  border-bottom:1px solid #990000;
  border-radius:10px 10px 0px 0px;
  color:#FFFFFF;
  padding:8px 0px 8px 4px;
  display:flex;
  align-items:center;
}
.home-box-pedestal {
  background-image: url("https://www.tibiawiki.com.br/images/b/ba/Boosted_Creature_Pedestal.gif");
  background-repeat: no-repeat;
  display: inline-block;
  width: 120px;
  height: 76px;
}
.home-box-bg-img {
  text-align:center;
  padding:15px 0px 0px 0px;
  border-radius:0px 0px 10px 10px;
}
.home-box-info {
  height: 30px;
  /*width: 94%;*/
  margin-top: -30px;
  /*margin: 0.4em 0.4em 0 0.4em;*/
  border-radius: 0px 0px 10px 10px;
  /*box-shadow: 0px 0px 3px 1px rgb(0,0,0,25%);*/
  background: rgb(95,103,107,0.2);
  backdrop-filter: blur(16px);
  letter-spacing: 1px;
  /*padding: 0px 15px;*/
}
#boostedcreature_home {
  background-image: url("https://www.tibiawiki.com.br/images/b/b0/Background_Artwork_13.20.13560.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height:120px;
}
#boostedboss_home {
  background-image: url("https://www.tibiawiki.com.br/images/f/f0/Client_Artwork_12.20.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height:120px;
}
#dreamscarboss_home {
  background-image: url("https://www.tibiawiki.com.br/images/6/68/Background_Artwork_12.00.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height:120px;
}
/*******************************************************************************
Classes CSS: Abas (Botões) - Design
Autor(s): Jovic
*******************************************************************************/
.abas {
width:100%;
border-spacing:8px 8px;
}
.tabela-abas {
width:100%;
border-spacing:8px 8px;
}
.targetDiv {display: none;}
td.sec-abas-dez {
  width: 10%;
}
td.sec-abas-quinze {
  width: 15%;
}
td.sec-abas-vinte {
  width: 20%;
}
td.sec-abas-vcinco {
  width: 25%;
}
td.sec-abas-trinta {
  width: 30%;
}
td.sec-abas-quarenta {
  width: 40%;
}
td.sec-abas-cinquenta {
  width: 50%;
}
td.sec-abas-sessenta {
  width: 60%;
}
td.sec-abas-setenta {
  width: 70%;
}
td.sec-abas-oitenta {
  width: 80%;
}
td.sec-abas-cem {
  width: 100%;
}
.titulo-quest {
  font-size:130%;
  font-weight:bold;
}
.link-color a{
  color: #FFFFFF;
  cursor: pointer;
}
.link-color:visited a{
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.link-color:hover a{
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
/********************************************************************************
Classes CSS: Updates (Botões) - Design
Autor(s): Jovic
********************************************************************************/
.button-update-color {
  background-color:#E8F2F8;
}
.button-update-color:hover {
  background-color: #CEDFF2;
  cursor: pointer;
  text-decoration: none;
}
.button-update-color:active {
  background-color: #E8F2F8;
  cursor: pointer;
  text-decoration: none;
}
/********************************************************************************/
/* Estilo Scrollbar
/********************************************************************************/
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #DDD;
  border-radius:8px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #BBB;
}
.abas td {
  border: 2px solid #F2AF4E;
  padding: 3px;
  text-align: center;
  color: #F2AF4E;
  height: 60px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 12px;
  background: #12222D;
}
td.showDiv:hover {
  background-color: #C3D3E6;
  border-radius:10px;
  cursor: pointer;
}
   
.aba {
  display:none;
}
.div {
  display:none;
}
/* hover */
.mostrar-aba {
  border: 0.14em solid #F5A00F;
  padding: 5px 0px;
  text-align: center;
  color: #F5A00F;
  font-weight: bold;
  font-size: 14px;
  border-radius: 10px;
  background: rgb(18,34,45);
background: linear-gradient(120deg, rgba(18,34,45,1) 0%, rgba(22,40,55,1) 25%, rgba(26,46,65,1) 50%, rgba(30,52,74,1) 75%, rgba(34,58,84,1) 100%);
}
.mostrar-aba:hover {
  background: rgb(18,34,45);
background: linear-gradient(120deg, rgba(18,34,45,1) 0%, rgba(22,40,55,1) 25%, rgba(26,46,65,1) 50%, rgba(30,52,74,1) 75%, rgba(34,58,84,1) 100%);
  box-shadow: 0 0 0.5em #3E3F40;
  cursor: pointer;
}
.mostrar-aba:active {
  background: rgb(18,34,45);
background: linear-gradient(120deg, rgba(18,34,45,1) 0%, rgba(22,40,55,1) 25%, rgba(26,46,65,1) 50%, rgba(30,52,74,1) 75%, rgba(34,58,84,1) 100%);
  box-shadow: 0 0 0.5em #FFFFFF;
  transform: translateY(0px);
}
.mostrar-aba td{
  height: 60px;
}
/*td.mostrar-aba:hover {
  box-shadow: 0 0 8px #3E3F40;
  background-color: #12222D;
  cursor: pointer;
}
td.mostrar-aba:active {
  box-shadow: 0 0 8px #FFFFFF;
  background-color: #12222D;
  transform: translateY(0px);
}*/
.aba.atual {
    display: block;
}
.div.atual {
    display: block;
}
/* NPC */
.cross {
    background: url('https://www.tibiawiki.com.br/images/2/25/Cross-gray.png');
    width: 24px;
    height: 24px;
    cursor: pointer;
    float: right;
}
.cross:hover {
    background: url('https://www.tibiawiki.com.br/images/0/05/Cross-red.png');
}
/* Mapa Locais de Caça */
.map_hunt_coord {display:none;}
/* Mapa Geografia */
.map_hunt_coord_geo {display:none;}
/* Ícones Infobox Hunts */
.huntopc img {opacity:0.3;}
/* Cor de link */
.showhide {cursor:pointer; color:#FFF; text-decoration:underline;}
.map_show, .showhab, #show, .showspoiler, .mostrar-todas-abas, .mostrar-todas-divs {cursor:pointer;color:#0645AD;}
.map_show:hover, .showhab:hover, #show:hover, .showspoiler:hover, .mostrar-todas-abas:hover, .mostrar-todas-divs:hover {text-decoration:underline;}
/* Margens Sistema de Revisões */
div#contentSub {
    margin: 0 0 1em 0;
}
div#mw-fr-revisiontag {
    margin: .5em 0 0 0;
}
/* Geografia */
#house,#guildh,#library,#street,#raid {  background-color: #F2F2F2;  border-radius: 2px;  box-shadow: 0 0 6px #B2B2B2;  padding: 10px;  margin: 10px;}
/* Bibliotecas */
.tabela-bibliotecas-background {
  background: url('https://www.tibiawiki.com.br/images/7/79/Background_Secret_Library.png');
}
/* Livros */
.livro-background-light {
  background: url('https://www.tibiawiki.com.br/images/3/39/Tibia_Client_Background_Light.gif');
}
.livro-background-dark {
  background: url('https://www.tibiawiki.com.br/images/0/03/Tibia_Client_Background_Dark.gif');
  color: #FFF;
}
.livro-titulo {
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 16px;
}
.livro-texto {
  margin-left: 12px;
  margin-bottom: 60px;
  margin-right: 12px;
  text-align: justify;
  border-width: 0.1em;
  border-color:#282828 #707070 #707070 #282828;
  border-style: solid;
}
.livro-texto div{
  max-height: 250px;
  overflow-y:auto;
}
/* Manutenção */
#p-logo a {background: url(https://www.tibiawiki.com.br/images/c/c9/Logo.png) 35% 50% no-repeat !important;}
.usermessage {display: none;}
html body, #mw-page-base {background: url('https://www.tibiawiki.com.br/images/bg-pattern.png') !important;}
.bookbg {background: url('https://www.tibiawiki.com.br/images/6/6c/Scrollbg.gif');}
/* Dialogos */
.link-like {
cursor:pointer;color:#FFF;text-decoration:underline;
}
.sempre-mostrar-spoiler {cursor:pointer;color:#FFF;text-decoration:underline;}

Edição atual tal como às 22h46min de 14 de junho de 2026

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');

/* body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat;
	filter: brightness(0.6);
  
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
*/
/* === FONTE PADRÃO === */
body,
.mw-parser-output,
.mw-headline,
#firstHeading,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
table,
td,
th,
caption {
    font-family: 'Noto Sans', sans-serif !important;
}

/* === LEGENDAS DE IMAGEM === */
.thumbcaption {
    font-size: 1.1em !important;
    text-align: center !important;
    line-height: 1.4;
    font-weight: 400;
}

/* === TABELAS ENHANCE === */
table.table-enhance {
    max-width: 600px;
    margin: 1em auto;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.table-enhance th,
.table-enhance td {
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    text-align: center;
    vertical-align: middle;
}

.table-enhance th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #333;
}

.table-enhance tr:nth-child(even) td {
    background-color: #fafafa;
}

.table-enhance tr:hover td {
    background-color: #f0f8ff;
    transition: background-color 0.2s ease;
}

.table-enhance-vertical td:first-child {
    font-weight: bold;
    color: #2c3e50;
}

/* === AJUSTES NA SIDEBAR === */
#p-logo {
    background-color: transparent !important;
}

#mw-panel .mw-portlet.portal .vector-menu-content-list>li>a {
    font-size: 0.80rem !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 600 !important;
}

/* === REMOÇÃO DE BORDAS EM TÍTULOS === */
.mw-headline {
    border-bottom: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    border-bottom: none !important;
}

.video-responsivo {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: black;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.video-responsivo video {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#contentSub,
#contentSub2 {
    margin: 0 !important;
    padding: 0 !important;
    display: none;
    /* opcional: se quiser sumir com tudo */
}

/* Discord */
#n-Discord {
    font-size: 10px;
    line-height: 1.5em;
}

#p-Discord-label {
    display: none;
}

#n-Discord a {
    color: #fff !important;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #4c57d0;
    background-color: #5865f2;
    display: block;
    position: relative;
    padding: 4px 4px 3px calc(14px + 6.5px * 2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

#n-Discord a::before {
    font-weight: normal;
    opacity: 0.85;
    margin-left: 1.25em
}

#n-Discord a::after {
    content: '';
    background: url(/images/7/76/Discord-brands.png) no-repeat;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 2px;
    left: 4px;
    width: 20px;
    height: 20px;
}

#n-Discord a:hover {
    text-decoration: none;
    background-color: #7885ff;
    border-color: #6c77f0;
    transition: .3s
}

/* css atual */
/* ESTILIZAÇÃO PADRÃO */

.thumb .thumbcaption .magnify:first-child {
    display: none;
}

html {
    scroll-behavior: auto;
    /*smooth*/
}

.dark-mode:root {
    --content-bg: #fcfcfc;
}

:root {
    --content-bg: #fcfcfc;
    --content-text: #000;
    --simpleSearch-bg: #fff;
    --searchInput-text: #aaaaaa;
    --link-text: #0645ad;
    --lightGray: rgba(240, 240, 240);
    --gray: rgb(190, 190, 190);
    --transparent-blue: #338be58c;
    --blue: #338be5;
}

.dark-mode:root {
    --content-bg: #fcfcfc;
}

a:visited,
a {
    color: var(--link-text) !important;
}

/*
body {
	position: relative;
}
body {
	position: relative;
}

body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url('https://wiki.gla.com.br/images/3/35/Fundodawikiglatest.png') no-repeat;
	filter: brightness(0.8);
  
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
*/
body {
    position: relative;
    background-image: url(/images/3/31/Cinza_capriw.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

/*
  h1,
  h2 {
      margin-bottom: 0.6em;
      border-bottom: 0px !important;
  }
  */
#firstHeading {
    border-bottom: 0px !important;
}

#simpleSearch {
    background-color: var(--simpleSearch-bg) !important;
}

#p-personal {
    right: 1em;
    top: .5em;
}

#p-search {
    float: left;
    margin-left: -0.1em;
    margin-right: 1em;
    margin-top: -0.4em;
}

#searchInput {
    background-color: #231813;
    color: var(--searchInput-text);
    width: 100%;
    height: 2.15384615em;
    border: 1px solid #524136;
    padding: 5px 2.15384615em 5px 0.4em;
    font-family: inherit;
    font-size: 0.8125em;
    direction: ltr;
}

.mw-body {
    margin-top: -1px;
    border: 2px solid #5c3f2b !important;
    border-right-width: 2px !important;
}

/* Force lining numbers in headers (for fonts like Georgia) */
h1,
h2,
.firstHeading {
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

/* Consistent size for sub/sup */
.mw-body sub,
.mw-body sup,
span.reference

/* for Parsoid */
    {
    font-size: 80%;
}


/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
       * For sanity, only do this if [[Project_talk:Support_desk]] is a
       * redirect (which goes back to [[Project:Support_desk]]).
       * If that is changed for some reason, it automatically comes back.
       */
.page-Project_Support_desk #ca-talk a.mw-redirect {
    display: none;
}

/* CSS Hover Gallery for Mediawiki */

.gallery_zoom_img img {
    -moz-transition: -moz-transform 0.1s ease-in;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    -o-transition: -o-transform 0.1s ease-in;
    transition: transform 0.1 ease-in;
}

.gallery_zoom_img img:hover {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

/*--------------------------------------------------
      CSS CUSTOMIZADO
      --------------------------------------------------*/

/*--------------------------------------------------
      Vector 
      --------------------------------------------------*/

.vector-menu-tabs li {
    background: transparent;
}

/*--------------------------------------------------
      Tabber 
      --------------------------------------------------*/

.center-tab .tabber__header {
    justify-content: center;
}

/*--------------------------------------------------
      Tags de uso generalizado
      --------------------------------------------------*/

.mt-1 {
    margin-top: .75em;
}

.mt-2 {
    margin-top: 1.5em;
}

.mt-4 {
    margin-top: 3em;
}

.mt--4 {
    margin-top: -2em;
}

.mb-2 {
    margin-bottom: 1em;
}


.d-flex,
.td-flex td {
    display: flex;
}

.d-block {
    display: block;
}

.relative {
    position: relative;
}

.text-justify {
    text-align: justify;
}

.align-center {
    align-items: center;
}

.align-top {
    align-items: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.border-none {
    border: none !important;
}

.w-25 {
    width: 25%;
}

.h-100 {
    height: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.section-title {
    display: block;
    border-radius: 8px;
    background: linear-gradient(to bottom, #459cca, #5684c8);
    width: fit-content;
    color: white;
    padding: .25em 5em;
    letter-spacing: 1px;
}

.badge {
    padding: .25em .57em;
    margin: .45em;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
    max-height: 1.5em;
    font-size: .9em;
    letter-spacing: 1px;
    box-shadow: rgb(3 102 214 / 30%) 0px 0px 0px 3px;
    background: linear-gradient(to bottom, #459cca, #5684c8);
}

.card {
    width: 100%;
    min-height: 14em;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}

.card-title {
    display: block;
    padding: .25em 0;
    margin-bottom: 1em;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to bottom, #459cca, #5684c8);

    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    color: white;
}

.scaleUp-hover {
    transition: all .25s ease;
    image-rendering: auto;
    /* ou crisp-edges */
}

.scaleUp-hover:hover {
    transform: scale(1.1);
}


/*--------------------------------------------------
      Tooltip 
      --------------------------------------------------*/

.simple-tooltip-inline {
    border: none !important;
}

.tooltipster-default {
    background-color: rgb(220, 220, 220);
    color: black !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.tooltipster-arrow {
    borde-color: rgb(220, 220, 220) !important;
}

#bigImage {
    position: absolute;
    transform: translate(0, -100%);
}

/**********************************
          Widget:GlobalEventTimer
          **********************************/
.global-event-widget {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

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

#global-event-time {
    position: absolute;
    bottom: 3%;
    left: 3px;
    padding: 2px 5px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    background: linear-gradient(to right, rgba(25, 25, 25, 0.85), rgba(0, 0, 0, 0));
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    max-width: fit-content;
}

/**********************************
      WIDGET: PAGEVIDEO
      **********************************/
.pagevideo-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px auto;
    width: 100%;
}

.pagevideo {
    width: 100%;
    max-width: 800px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #000;
}

@media screen and (max-width: 768px) {
    .pagevideo {
        max-width: 100%;
    }
}

/**********************************
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
      **********************************/
.mw-parser-output .external {
    background-image: none !important;
    padding-right: 0 !important;
}

/**********************************
      PREDEFINIÇÃO: Titulo
      #firstHeading {
      display: none;
  }
      **********************************/


#custom-title {
    display: inline-block;
    display: block;
    text-align: left;
}

#custom-title img {
    display: inline-block;
}

/*--------------------------------------------------
      Pagina Inicial
      --------------------------------------------------*/
.initialPage--table {
    width: 100%;
    text-align: center;
}

.initialPage--table>tbody>tr>th,
.initialPage--table>tbody>tr>td {
    background: transparent !important;
}

.initialPage--title,
.initialPage--events {
    border: none;
    border-collapse: separate;
}

.initialPage--events th,
.initialPage--title th {
    color: black !important;
    padding: .4em;
}

.initialPage--title th {
    background-color: transparent !important;
    font-size: 2em;
}

.initialPage--events {
    display: flex;
    height: 20em;
}

.initialPage--eventsLogo {
    height: 100%;
    padding: .5em 3.5em 2em 0;
    display: flex;
    align-items: center;
}

.initialPage--events td {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.initialPage--mainContainer {
    display: flex;
    align-items: flex-start;
}

.initialPage--menuContainer {
    width: 75%;
    margin-right: 1.5em;
}

.initialPage--sideMenuContainer {
    width: 25%;
}

.initialPage--menuTitle {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.75em;
    font-weight: bold;

    background: linear-gradient(to bottom, #459cca, #5684c8);
    border-radius: 10px 10px 0 0;
    color: white;
}

.initialPage--menu {
    display: flex;
    flex-wrap: wrap;
}

.initialPage--menuItemContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    padding: 1em 0;
}

.initialPage--menuItem {
    width: 22.5%;
}

.initialPage--menuItem a img {
    width: 100%;
}

.initialPage--socialMediaContainer {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8em;
    padding: 0 1.5em;
}

.initialPage--socialMedia {
    position: relative;
    border-top: 2px solid #689cc0;
    margin-top: 1em;
}

.initialPage--socialMedia:before {
    content: '';
    position: absolute;
    top: -2px;
    display: block;
    width: 0;
    height: 2px;
    z-index: 1;
    transition: width .25s ease;
}

.initialPage--socialMedia:hover::before {
    width: 100%;
}

.initialPage--socialMediaLink {
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: .03em;
    color: #689cc0 !important;

    padding: .9em .5em;
    transition: color .25s ease;
}

.initialPage--socialMediaLink:visited {
    color: #689cc0 !important;
}

.initialPage--socialMediaLink:hover {
    text-decoration: none;
}

.socialMedia--svg {
    display: flex;
    align-items: center;
}

.socialMedia--svg svg {
    width: 2em;
    fill: #689cc0;
    transition: all .25s ease;
}

.socialMedia--svg svg path {
    fill: inherit;
}

/*
      Discord
      */

.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
    color: #5865f2 !important;
}

.initialPage--socialMedia.discord:before {
    background: #5865f2;
}

.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    fill: #5865f2 !important;
}

/*
      Instagram
      */

.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
    color: #f09433 !important;
}

.initialPage--socialMedia.instagram:before {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    fill: url(#gradient-vertical);
}

/*
      Facebook
      */

.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
    color: #4267B2 !important;
}

.initialPage--socialMedia.facebook:before {
    background: #4267B2;
}

.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    fill: #4267B2 !important;
}

/*--------------------------------------------------
      Ocultação de componentes
      --------------------------------------------------*/

#p-navigation {
    background-color: transparent;
}

#mw-head-base {
    background-color: transparent;
    width: auto !important;
}

#mw-page-base {
    background: transparent;
}

#mw-panel #p-tb h3 {
    color: rgb(0, 0, 0);
    font-size: .75em;
}

#p-tb {
    display: none;
}

/* #ca-nstab-mediawiki { display: none; } */
/* #ca-talk { display: none; } */
#ca-view {
    display: none;
}

#ca-history {
    display: none;
}

#ca-viewsource {
    display: none !important;
}

/* #ca-unwatch { display: none; } */
/* #p-cactions { display: none; } */
/*
      Pacientes
      */

.table-pacients {
    display: block;
    max-width: 1400px;
    overflow-x: auto;
}

.table-pacients img {
    width: 15.715em;
    height: auto;
}

/*
      PERSONAGENS
      */

.filter--containerSearch {
    display: flex;
    padding: 0 2em;
    justify-content: flex-end;
    align-items: center;
}

.filter--container {
    display: flex;
    padding: 0 2em;
    justify-content: space-between;
    align-items: center;
}

.filter {
    width: fit-content;
    display: flex;
    justify-content: center;
    border: 3px solid #b0cff1;
    border-collapse: collapse;
    border-radius: 8px;
}

.filter--title {
    display: flex;
    border-right: 3px solid #b0cff1;
    background: #4c91c9;
    padding: 0 1em;
    align-items: center;
    border-radius: 4px 0 0 4px;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: bold;
    color: white;
}

.filter--icon,
.calcXp--tierIcon {
    padding: .35em .95em;
    background: transparent;
    cursor: pointer;
}

.filter--icon.tier img {
    filter: grayscale(.0);
}

.filter--icon.tier.active img {
    box-shadow: none;
}

.filter--icon img {
    filter: grayscale(.8);
    border-radius: 10px;

    transition: all .25s ease;
}

.calcXp--tierIcon img {
    filter: drop-shadow(0px 1px 8px #4c91c900);
    border-radius: 10px;

    transition: all .25s ease;
}

.filter--icon.active img {
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
    filter: grayscale(0);
}

.filter--icon.tier.active img,
.calcXp--tierIcon.active img {
    transform: scale(.85);
}

.filter--icon.tier#bronze.active img,
.calcXp--tierIcon#bronze.active img {
    filter: drop-shadow(0px 1px 8px #f18a05);
}

.filter--icon.tier#silver.active img,
.calcXp--tierIcon#silver.active img {
    filter: drop-shadow(0px 1px 8px #8b8b8b);
}

.filter--icon.tier#gold.active img,
.calcXp--tierIcon#gold.active img {
    filter: drop-shadow(0px 1px 8px #fbc300);
}

.filter--icon.tier#diamond.active img,
.calcXp--tierIcon#diamond.active img {
    filter: drop-shadow(0px 1px 8px #0391c5);
}

.filter--input {
    box-sizing: border-box;
    padding: .45em;
    padding-right: 2.5em;
    border: 3px solid #b0cff1;
    font-size: 1.2em;
    border-radius: 8px;
    width: 23em;
}

.filter--inputContainer {
    box-sizing: border-box;
    position: relative;
}

.filter--searchButton {
    cursor: pointer;
    display: inline-block;
    border: 3px solid #b0cff1;
    position: absolute;
    width: 4.5em;
    height: -webkit-fill-available;
    right: 0;
    bottom: 0;
    border-radius: 0 8px 8px 0;
    background: #4c91c9;

}

.filter--searchButton img {
    filter: invert(1);
}

.calcXp--container {
    box-sizing: border-box;
    padding: 2.25em 1.25em;
    width: 43em;
    border: 3px solid #b0cff1;
    border-radius: 26px;
}

.calcXp--resultTitle {
    text-align: center;
    color: #4f7ca0;
    margin: 0;
    margin-top: -.5em !important;
    letter-spacing: .05em;
}

.calcXp--formItem {
    display: flex;
    align-items: center;
}

.calcXp--formItem input {
    box-sizing: border-box;
    padding: .35em;
    border: 2px solid #b0cff1;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .05em;
    width: 4em;
}

.calcXp--formItem span {
    font-size: 1.225em;
    font-weight: 500;
    letter-spacing: .05em;
    margin-right: .5em;
    color: #386a93;
}

#calculate-btn {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    width: 15em;
    margin: 2em auto;
    padding: .45em 1em;

    border: none;
    border-radius: 6px;
    background: #4c91c9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;

    font-size: 1.35em;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: .35s ease;
}

#calculate-btn:hover {
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
    transform: scale(.95);
    background: #4685b8;
}

#calc-result {
    margin-top: 1em;
    display: flex;
    justify-content: center;
}

#calc-result .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 5em;
    width: 5em;
}

.calcXp--xpIcon {
    margin-left: -.2em;
}

.calcXp--numberOfPots {
    padding-top: .2em;
    font-size: 1.15em;
}

#characters-container {
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
}

#characters-container>div {
    box-sizing: border-box;
    display: none;
    padding: 1em;
    width: 19%;
    margin-right: 1%;
}

#characters-container>div.show {
    display: block;
}

#characters-container>div>a>img {
    width: 100%;
    border-radius: 8px;
    filter: grayscale(.3);
    transition: all .25s ease;
}

#characters-container>div:hover>a>img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    filter: grayscale(0);
    transform: scale(1.06);
}

.characterPage--splashArt {
    position: absolute;
    top: -2%;
    right: -2%;
    width: 35%;
}

.characterPage--table {
    margin-top: -4em;
    width: 100%;
}

.characterPage--table>tbody {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.characterPage--table>tbody>.characterPage--mainSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
}

.characterPage--table>tbody>.characterPage--sideSection {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 33%;
    padding: 0 1em;
}

.characterPage--characterInfoContainer {
    width: 43%;
}

.characterPage--statsInfoContainer {
    width: 55%;
}

.stats--container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.25em;
}

.stats--container>div {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5em;
}

.stats--container div img {
    width: 2.25em;
}

.stats--bar {
    display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
    padding: 0 1.25em;
}

.bar-filled:first-child,
.bar-notFilled:first-child {
    border-radius: 6px 0 0 6px;
}

.bar-filled:last-child,
.bar-notFilled:last-child {
    border-radius: 0 6px 6px 0;
}

.bar-filled,
.bar-notFilled {
    display: block;
    width: 18%;
    height: 6px;
}

.bar-filled {
    background: var(--blue);
}

.bar-notFilled {
    background: var(--transparent-blue);
}

.characterInfo--name {
    margin: 0 !important;
}

.characterInfo--badgeContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
}

.characterInfo--contentContainer {
    display: flex;
    justify-content: space-between;
    padding: .6em 1.3em;
}

.characterInfo--imageContainer {
    width: 25%;
}

.characterInfo--medal {
    margin-top: -1.5em;
}


.characterInfo--infoContainer {
    width: 75%;
    text-align: center;
}

.characterInfo--infoContainer #toc {
    display: none;
}

.characterPage--skins {
    width: 100%;
}

.characterPage--characterSkills {
    width: 100%;
}

/*
      Card de Skins
      */

.skins--container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: -0.75em 0.75em;
    gap: -0.5em;
    /* Adiciona espaçamento consistente entre os itens */
}

.skins--container span {
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skins--imageSkin {
    max-width: 100%;
    /* Limita o tamanho máximo da imagem */
    max-height: 100%;
    /* Limita o tamanho máximo da imagem */
    object-fit: contain;
    /* Garante que a imagem se ajusta proporcionalmente */
}

/*
      Seção das skills do personagem
      */

.tabsContainer {
    width: 95%;
    margin: 0 auto;
    padding-bottom: .5em;
}

.tabsContainer table {
    width: 100%;
    border-collapse: collapse;
}

.tabsContainer table>tbody>tr>td {
    border-bottom: 2px solid rgb(225, 225, 225);
}

.tabSkill--container {
    padding-bottom: .85em;
    display: flex;
    max-width: 72em;
    overflow-x: auto;
}

.skillInfo--description::-webkit-scrollbar,
.tabSkill--container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.skillInfo--description::-webkit-scrollbar-track,
.tabSkill--container::-webkit-scrollbar-track {
    background-color: #4799c954;
    border-radius: 10px;
}

.skillInfo--description::-webkit-scrollbar-thumb,
.tabSkill--container::-webkit-scrollbar-thumb {
    background-color: rgb(85 135 200 / 74%);
    border-radius: 10px;
}

.tab-skill {
    transition: all .25s ease;
    width: 100%;
    min-width: 5em;
}

.tab-skill.active {
    border-color: #459cca;
}

.tab-skill>div {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .25em;
}

.tab-skill>div>img {
    width: 100%;
    max-width: 40px;
    height: auto;
}

.skillInfo--container {
    width: 100%;
}

.skillInfo--container>td {
    border: none !important;
}

.skillInfo {
    display: none;
}

.skillInfo.active {
    display: table-cell;
}

.skillInfo.active {
    display: table-cell;
}

.skillInfo--videoContainer {

    align-self: center;
    width: 45%;
}

.skillInfo--skillVideo2 {
    display: none;
    border-radius: 8px;
}

.skillInfo--skillVideo2.active {
    display: flex;
}

.skillInfo--videoSelector {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
    background: var(--transparent-blue);
    cursor: pointer;
    margin-right: .85em;

    transition: all .25s ease;
}

.skillInfo--videoSelector.active {
    background: var(--blue);
    transform: scale(.8);
}

.skillInfo--infoContainer {
    width: 50%;
}

.skillInfo>div>.skillInfo--infoContainer b {
    color: #2a87c4 !important;
}

.skillInfo--infoContainer>center>b {
    font-size: 1.15em;
}

.skillInfo--name {
    font-size: 1.85em;
    letter-spacing: 1px;
    text-align: center;
}

.skillInfo--description {
    display: inline-block;
    font-size: 1.03em;
    line-height: 1.5em;
    padding: 0 1em;
    height: 12em;
    max-height: 12em;
    overflow-y: auto;
    text-align: justify;
}

.skillInfo--attributesContainer>h1 {
    color: #717171;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 1px;
}

/* card attributes */
.attribute--cardsContainer {
    display: flex;
    align-items: flex-start;

    width: fit-content;
    margin: 0 auto;

    background: var(--lightGray);
    border: 2px solid var(--gray);
}

.cardAttribute {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8em;
}

.cardAttribute--icon {
    margin: .6em 0;
    height: 2em;
}

.cardAttribute--value {
    margin: 0 !important;

    font-size: .9em !important;
    font-weight: bold;
    line-height: 1.65em !important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

/*------------------------------------
      WANTED
      -----------------------------------*/

.selectWanted--container {
    display: flex;
    justify-content: center;
}

#selectbox-wanted {
    padding: .35em .5em;
    font-family: sans-serif;
    letter-spacing: .04em;
    font-size: 1.25em;
    width: 21em;
    border: 2px solid #5684c8;
    border-radius: 6px;
}

.wantedPortrait--container {
    width: 100%;
}

.wantedPortrait--title {
    width: 100%;
    color: #292929;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .035em;
}

.wantedPortraits {
    display: flex;
    flex-wrap: wrap;
}

.wantedPortrait {
    box-sizing: border-box;
    width: 18em;
    padding: .35em;
}

.wantedPortrait img {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    :root {
        font-size: 14px;
    }

    .characterInfo--contentContainer {
        padding: .6em;
    }

    .characterInfo--infoContainer {
        width: 65%;
    }

    .characterInfo--imageContainer {
        width: 35%;
    }

    .tabSkill--container {
        max-width: 61em;
        margin: 0 auto;
    }

    .tab-skill>div>img {
        max-width: 38px;
    }

}

@media screen and (max-width: 1220px) {
    .tabSkill--container {
        max-width: 48em;
    }
}


@media screen and (max-width: 1024px) {

    .flex-wrap-md {
        flex-wrap: wrap;
    }

    .justify-center-md {
        justify-content: center;
    }

    .initialPage--mainContainer {
        flex-wrap: wrap;
    }

    .initialPage--menuContainer {
        width: 100%;
        margin-right: 0;
    }

    .initialPage--sideMenuContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 1.5em;
    }

    .initialPage--sideMenuContainer .card {
        width: 45%;
        min-height: 15em;
    }

    #event-time {
        bottom: 5%;
        right: 5%;
        font-size: 1.25em;
    }

    .initialPage--socialMediaContainer {
        margin-top: 2em;
        display: flex;
        justify-content: space-between;
    }

    .initialPage--socialMedia {
        width: 32%;
    }

    #p-search {
        margin-right: 1em;
    }

    .filter--containerSearch {
        justify-content: center;
    }

    .filter--container {
        margin-top: 1em;
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter:last-of-type {
        margin-top: 1em;
    }

    #characters-container>div {
        width: 24%;
    }

    .characterPage--splashArt {
        display: none;
    }

    .characterPage--table>tbody>.characterPage--mainSection {
        width: 100%;
        justify-content: flex-start;
    }

    .characterPage--characterInfoContainer {
        width: 38%;
    }

    .characterPage--statsInfoContainer {
        width: 30%;
        margin-left: 1.5%;
    }

    .stats--container>div {
        width: 100%;
    }

    .characterInfo--contentContainer {
        flex-wrap: wrap;
    }

    .characterInfo--imageContainer {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .characterInfo--medal {
        margin-top: -2.5em;
    }

    .characterInfo--infoContainer {
        width: 100%;
    }

    .tabsContainer {
        width: 100%;
    }

    .tab-skill {
        min-width: 3.5em;
    }

    .tab-skill>div>img {
        max-width: 36px;
    }

    .skillInfo>div {
        flex-wrap: wrap-reverse;
    }

    .skillInfo--infoContainer {
        width: 100%;
    }

    .skillInfo--infoContainer>center>b {
        font-size: 1.2em;
    }

    .skillInfo--name {
        font-size: 2.2em !important;
        letter-spacing: 1px;
        margin-top: .5em !important;
        text-align: center;
    }

    .skillInfo--description {
        font-size: 1.35em !important;
        display: table;
        margin: 1em !important;

        height: 5em;
        max-height: 5em;
    }

    .skillInfo--videoContainer {
        width: 100%;
        margin: 0 auto;
        padding: 1em 10em;
        padding-bottom: 1em;
    }

    .cardAttribute--value {
        letter-spacing: 1px;
        font-size: 1.1em;
    }

    .characterPage--table>tbody>.characterPage--sideSection {
        width: 30%;
        padding-left: 1.5%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .skins--imageSkin {
        width: 100%;
    }

    .skins--container {
        max-height: 14em;
        overflow-x: clip;
        overflow-y: auto;
    }

    .skins--container span {
        width: 50%;
    }

    .calcXp--formItem {
        justify-content: center;
    }

    .calcXp--container:last-of-type {
        margin-top: 2em;
    }

    #p-tb h3 {
        display: none;
    }

}

/*******************************************************************************
      PRESET: ABAS
      *******************************************************************************/
.tabela-abas {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px;
}

.mostrar-aba {
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    text-align: center;
    border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.imagem-botao {
    display: inline-block;
    width: auto;
    height: auto;
}

.sec-aba-cem {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.mostrar-aba img {
    border: none;
    background-color: transparent;
    margin: 5px;
}

.mostrar-aba:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.4);
    /* Barrinha sutil ao passar o mouse */
}

.mostrar-aba:hover img {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    /* Sombra leve ao passar o mouse */
}

.mostrar-aba:active img {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}

.mostrar-aba.ativa::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #000;
}

.preset-aba {
    margin: 0;
    padding: 0;
}

.container-conteudo {
    margin: 0;
    padding: 0;
}

.aba {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
}

.aba.atual {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.container-coliseu {
    display: block;
    text-align: center;
}

.coluna-abas {
    flex: 0 0 200px;
    margin-right: 20px;
}

/*******************************************************************************
      PRESET: DIÁLOGOS
      *******************************************************************************/
.transcrições {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 10px 10px 18px;
    position: relative;
    vertical-align: top;
    width: 100%;
    color: #000;
    /* Garante que o texto dentro das transcrições será preto */
}

.transcrições b,
.transcrições strong {
    color: #000 !important;
    /* Garante que o texto negrito também será preto */
}

.transcrições::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate(29deg) skew(-35deg);
    -moz-transform: rotate(29deg) skew(-35deg);
    -ms-transform: rotate(29deg) skew(-35deg);
    -o-transform: rotate(29deg) skew(-35deg);
    -webkit-transform: rotate(29deg) skew(-35deg);
    width: 20px;
}

.me {
    float: left;
    margin: 5px 45px 5px 20px;
    color: #000;
    /* Garante que o texto dentro da classe .me será preto */
}

.me::before {
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
    left: -9px;
}

/*******************************************************************************
       PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
      *******************************************************************************/
.item-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 20px auto;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .item-grid>* {
        flex: 1 1 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
}

@media (max-width: 768px) {
    .item-grid>* {
        flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
}

@media (max-width: 480px) {
    .item-grid>* {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 360px) {
    .item-grid>* {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.iteminfobox {
    padding: 10px;
    background: #eeeded;
    border-radius: 25px;
    box-shadow: rgba(24, 27, 46, 0.24) 4px 4px 4px;
    width: 230px;
    height: 270px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iteminfobox b {
    font-size: clamp(10px, 2vw, 14px);
    color: #6587c4;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**********************
      VECTOR.CSS
  **********************/

/* Geral */
a {
    color: #0645ad;
}

a:visited {
    color: #0645ad;
}

a.new {
    color: rgb(206, 0, 0) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

hr {
    color: #222;
}

ul {
    list-style-image: none;
}

/* Cabeçalho */
#mw-head-base {
    background: url(http://70.39.70.36/images/f/fd/azul_capriw2.png);
    background-repeat: repeat-x;
    width: 1531px;
    max-height: 63px;
    margin-top: -3.5em;
    display: block;
}

/* Navegação */
#p-cactions {
    background: none;
    margin-top: -0.6em;
}

#p-cactions li {
    background: none;
}

#p-cactions li.selected {
    background: none;
    border: 2px solid #5c3f2a;
}

#p-cactions li.new {
    background-color: #e2e2e2;
}

#p-cactions li a {
    background-color: #e2e2e2;
    color: #7070FF;
}

#p-cactions li.selected a {
    background-color: #324f74;
}

/* Barra de Pesquisa */
#searchInput {
    background-color: #ffffff;
    border-color: #0645ad;
}

#content {
    color: var(--content-text);
    background-color: var(--content-bg) !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
}

#simpleSearch {
    position: relative;
    height: 100%;
    background-color: white;
}

/* Menu */
.vector-menu-tabs,
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown h3 {
    background: none;
}

.vector-menu-tabs li a {
    background-position: center;
    background: transparent;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 0.9em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
}

.vector-menu-tabs .selected {
    font-weight: bold;
    background: #ffffff;
    border: 1px #0645ad solid;
}

.vector-menu-tabs ul {
    float: left;
    height: 100%;
    list-style: none none;
    margin: 0;
    padding: 0;
    margin-top: -0.3em;
}

.vector-menu-dropdown .vector-menu-content {
    background-color: none;
    list-style: none none;
    min-width: 100%;
    position: absolute;
    top: 2.5em;
    right: -1px;
    margin: 0;
    border: 2px solid #0645ad !important;
    border-top-width: 0;
    padding: 0;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
    z-index: 3;
}

/* Conteúdo */
.mw-body {
    margin-top: -1px;
    border: 1px solid #8d6e63;
    border-right-width: 1px;
}

.mw-parser-output small li {
    color: #000000;
}

.mw-parser-output tr i {
    color: #000000;
}

.mw-parser-output tr big {
    color: #000000;
}

.mw-parser-output .center .thumbcaption,
.mw-parser-output .tright .thumbcaption {
    color: #000000;
}

/* Tabelas */
.jquery-tablesorter tr td {
    background-color: #fcfcfc !important;
    color: #000000 !important;
}

#mw-content-text .mw-parser-output .jquery-tablesorter {
    transform: translatex(0px) translatey(0px);
    background-color: #fcfcfc;
    color: #000000 !important;
    border-color: #0645ad;
}

/* Links */
#mw-normal-catlinks ul a,
#mw-normal-catlinks a,
#ca-delete a,
#ca-move a,
#ca-unprotect a {
    color: #0645ad !important;
}

#ca-delete a,
#ca-move a,
#ca-unprotect a {
    background-color: #ffffff !important;
    border-color: #0645ad;
    border-width: 0px;
}

/* Rodapé */
#footer-info-lastmod {
    display: none !important;
}

/* Outros */
.mw-destfile-warning {
    border: 1px solid #8d6e63;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    color: #f8f9fa;
    background-color: #0d1b2d;
}

.mw-logline-protect {
    color: #f8f9fa !important;
}

.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
    margin-left: 12px;
    color: white;
}

#msupload-div a {
    color: #3366cc;
    cursor: pointer;
    color: blue !important;
}

#msupload-bottom a {
    font-weight: bold;
    margin-right: 20px;
    color: black !important;
}

#msupload-list .file {
    background: #8b929e;
    border-top: 1px solid #c8ccd1;
    margin: 0;
    padding: 10px;
    position: relative;
    color: black !important;
}

.wikiEditor-ui-toolbar .booklet>.index {
    float: left;
    width: 20%;
    height: 125px;
    overflow: auto;
    resize: horizontal;
    color: black;
}

.codeEditor-status-message {
    border-left: 1px solid #c8ccd1;
    border-right: 1px solid #c8ccd1;
    padding: 0 0.3em;
    width: 100%;
    display: table-cell;
    color: black !important;
}

.wikiEditor-ui-toolbar .tabs span.tab a {
    color: #000000 !important;
    cursor: pointer;
    display: block;
    height: 32px;
    padding-left: 18px;
    padding-right: 12px;
}

.wikiEditor-ui-toolbar .group .tool-select .label {
    position: relative;
    padding: 0 26px 0 4px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    color: #222 !important;
}

.wikiEditor-ui-toolbar .group .tool-select .options .option {
    display: block;
    padding: 0.5em;
    text-decoration: none;
    color: #000 !important;
    white-space: nowrap;
}

div.mw-number-text {
    color: #888 !important;
}

div.mw-number-text h3 {
    color: #c1c1c1 !important;
}

/* Tooltip */
.tip2 {
    background-color: #F2F2F2;
    border-radius: 2px;
    box-shadow: 0 0 6px #B2B2B2;
    display: none;
    position: absolute;
    padding: 10px;
    z-index: 1;
}

.tooltip {
    position: relative;
}

#tip-espaco {
    margin-left: 10px;
}

#youtube {
    margin-left: -155px;
}

.tooltip,
.tooltip:hover+.tip2,
.tip2:hover {
    display: inline;
}

/* tira o toggle do indice, ocultar/exibir */
#toc .toctogglelabel {
    display: none !important;
}

span.toctogglespan {
    display: none !important;
}

/*   WIKITABLE */
table.wikitablec,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}

table.wikitablecenter,
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}

table.wikitablec th,
table.wikitablec td,
table.prettytable th,
table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}

table.wikitablec th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}

table.wikitablec caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

table.prettytablec code,
table.wikitablec code {
    background-color: transparent;
}

table.wikitablew-tr th,
table.wikitablew-tr td {
    padding: 0.3em 0.4em;
}

table.wikitablecenter th,
table.wikitablecenter td,
table.prettytable th,
table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}

table.wikitablecenter th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}

table.wikitablecenter caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

table.prettytablecenter code,
table.wikitablecenter code {
    background-color: transparent;
}

table.elements {}

table.elements th,
table.elements td {
    padding: 0.5em;
}

td.effective {
    background-color: #BFFFBF;
}

td.ineffective {
    background-color: #FFBF7F;
}

td.nullified {
    background-color: #FFBFBF;
}

/*   Wikitable White */
table.wikitablew,
table.prettytable,
table.wikitablew-tr {
    margin: 1em 0;
    background: #f9f9f9;
    border: 2px #fff solid;
    border-collapse: collapse;
}

table.wikitablewhite,
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 2px #fff solid;
    border-collapse: collapse;
}

/*   Wikitable White */
table.wikitablenb,
table.prettytable,
table.wikitablenb-tr {
    margin: 1em 0;
    background: #f9f9f9;
    border: none;
    border-opacity: 0.5;
    border-collapse: collapse;
}

.wikitablenb border: opacity {
    opacity: 0.5;
}

table.wikitablenoborder,
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 2px #e9e8e8 solid;
    border-collapse: collapse;
}

/* HOVER DA TABELA*/
.wikitablew td: hover {
    background: #e9e8e8;
}

.wikitablew-tr tr: hover {
    background: #e9e8e8;
}

.wikitablenb border: hover {
    color: #e9e8e8;
}

table.wikitablew th,
table.wikitablew td,
table.prettytable th,
table.prettytable td,
table.wikitablew-tr th,
table.wikitablew-tr td {
    border: 2px #fff solid;
    padding: 0.3em 0.4em;
}

table.wikitablew th,
table.prettytable th,
table.wikitablew-tr th {
    background: #eaecf0;
}

table.wikitablew caption,
table.prettytable caption,
table.wikitablew-tr caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

table.prettytablec code,
table.prettytable code,
table.wikitablew-tr code {
    background-color: transparent;
}

table.wikitablewhite th,
table.wikitablewhite td,
table.prettytable th,
table.prettytable td {
    border: 2px #fff solid;
    padding: 0.2em;
    text-align: center;
}

table.wikitablewhite th,
table.prettytable th,
table.wikitablew-tr th {
    background: #eaecf0;
    text-align: center;
    border-right: 1px #fff solid;
    padding: 0.3em 0.4em;
}

table.wikitablewhite caption,
table.prettytable caption,
table.wikitablew-tr caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
    text-align: center;
}

table.prettytablecenter code,
table.wikitablewhite code,
table.wikitablew-tr code {
    background-color: #000;
}

table.elements {}

table.elements th,
table.elements td {
    padding: 0.5em;
}

td.effective {
    background-color: #BFFFBF;
}

td.ineffective {
    background-color: #FFBF7F;
}

td.nullified {
    background-color: #FFBFBF;
}

/**********************************
wiki.gla.com.br/index.php/Predefini%C3%A7%C3%A3o:Img

predefinição:img | deixa as imagens responsivas pro mobile
**********************************/
.responsive-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.custom-image {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.responsive-image[style*="text-align:left"] {
    margin: 0;
    text-align: left;
}

.responsive-image[style*="text-align:right"] {
    margin: 0;
    text-align: right;
}

.responsive-image[style*="text-align:center"] {
    text-align: center;
}


/* ---------------------------------------------------------------------------------------------------------------- */

/* Estilos CSS para o componente de abas MediaWiki */
/* Adicione este CSS na sua MediaWiki (Common.css ou página de estilos) */

/* Container principal responsivo */
.mw-tabber-container {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid #a7d7f9;
    border-radius: 4px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Container das abas */
.mw-tabber-tabs {
    display: flex;
    flex-wrap: wrap;
    background-color: #eaecf0;
    border-bottom: 2px solid #a7d7f9;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Estilo individual de cada aba */
.mw-tabber-tab {
    flex: 1 1 auto;
    min-width: 100px;
    padding: 12px 20px;
    cursor: pointer;
    background-color: #eaecf0;
    border: none;
    border-right: 1px solid #c8ccd1;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #0645ad;
    transition: all 0.2s ease;
    user-select: none;
    position: relative;
}

.mw-tabber-tab:last-child {
    border-right: none;
}

/* Hover nas abas */
.mw-tabber-tab:hover {
    background-color: #f8f9fa;
    color: #0b0080;
}

/* Aba ativa */
.mw-tabber-tab.active {
    background-color: #ffffff;
    color: #0645ad;
    border-bottom: 3px solid #0645ad;
    font-weight: 600;
}

/* Container do conteúdo */
.mw-tabber-content {
    padding: 20px;
    background-color: #ffffff;
    min-height: 200px;
}

/* Painel de conteúdo individual */
.mw-tabber-panel {
    display: none;
    animation: fadeIn 0.3s ease;
}

.mw-tabber-panel.active {
    display: block;
}

/* Animação de fade in */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsividade para tablets */
@media (max-width: 768px) {
    .mw-tabber-tabs {
        flex-direction: column;
    }

    .mw-tabber-tab {
        border-right: none;
        border-bottom: 1px solid #c8ccd1;
        width: 100%;
    }

    .mw-tabber-tab.active {
        border-bottom: 3px solid #0645ad;
        border-right: none;
    }

    .mw-tabber-content {
        padding: 15px;
    }
}

/* Responsividade para mobile */
@media (max-width: 480px) {
    .mw-tabber-tab {
        padding: 10px 15px;
        font-size: 13px;
    }

    .mw-tabber-content {
        padding: 12px;
        min-height: 150px;
    }
}

/* =========================================
   WIKITABLE RESPONSIVO (GLOBAL)
   Mantém visual atual e adiciona scroll horizontal no mobile.
========================================= */
@media (max-width: 900px) {

    table.wikitable,
    table.wikitablec,
    table.wikitablecenter,
    table.wikitablew,
    table.wikitablewhite,
    table.wikitablenb,
    table.wikitablenoborder,
    table.wikitablew-tr,
    table.prettytable {
        display: block;
        width: max-content !important;
        min-width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }

    table.wikitable th,
    table.wikitable td,
    table.wikitablec th,
    table.wikitablec td,
    table.wikitablecenter th,
    table.wikitablecenter td,
    table.wikitablew th,
    table.wikitablew td,
    table.wikitablewhite th,
    table.wikitablewhite td,
    table.wikitablenb th,
    table.wikitablenb td,
    table.wikitablenoborder th,
    table.wikitablenoborder td,
    table.wikitablew-tr th,
    table.wikitablew-tr td {
        padding: 0.32em 0.45em;
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }

    table.wikitable th,
    table.wikitablec th,
    table.wikitablecenter th,
    table.wikitablew th,
    table.wikitablewhite th,
    table.wikitablenb th,
    table.wikitablenoborder th,
    table.wikitablew-tr th {
        white-space: nowrap;
    }
}


/**************
gurren (2026)
**************/
.gla-responsive-frame {
    width: fit-content;
    max-width: 100%;
    margin: 12px auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

/* neutraliza molduras do MediaWiki */
.gla-responsive-frame .thumbinner,
.gla-responsive-frame .thumb,
.gla-responsive-frame figure,
.gla-responsive-frame .mw-file-description {
    max-width: 100% !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 auto !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box;
}

/* imagem: tamanho natural + responsivo */
.gla-responsive-frame img {
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    border: 0 !important;
    border-radius: 8px;
    /* pode tirar também se quiser totalmente cru */
}

/* [temporariamente desativado] GLA Wiki – dark mode
   (toggle; base; links; Vector; busca/inputs/botões; tabelas; home; imagens; ::selection)
   =========================

#gla-darkmode-toggle {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 99999;

    display: inline-flex;
    align-items: center;
    gap: 7px;

    min-height: 38px;
    padding: 8px 12px;

    border: 1px solid #a2a9b1;
    border-radius: 999px;

    background: #ffffff;
    color: #202122;

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;

    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);

    transition:
        background-color 160ms ease,
        color 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

#gla-darkmode-toggle:hover {
    background: #f8f9fa;
    border-color: #72777d;
    transform: translateY(-1px);
}

#gla-darkmode-toggle:focus {
    outline: 2px solid #36c;
    outline-offset: 2px;
}

.gla-darkmode-icon {
    display: inline-block;
    min-width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}

.gla-darkmode-text {
    white-space: nowrap;
}

@media screen and (max-width: 700px) {
    #gla-darkmode-toggle {
        right: 12px;
        bottom: 12px;
        width: 42px;
        height: 42px;
        justify-content: center;
        padding: 0;
    }

    #gla-darkmode-toggle .gla-darkmode-text {
        display: none;
    }
}

html.gla-dark-mode,
html.gla-dark-mode body {
    background: #0f172a !important;
    color: #e5e7eb !important;
}

html.gla-dark-mode #mw-page-base,
html.gla-dark-mode #mw-head-base {
    background: #0b1120 !important;
    background-image: none !important;
}

html.gla-dark-mode #content,
html.gla-dark-mode .mw-body {
    background: #111827 !important;
    color: #e5e7eb !important;
    border-color: #334155 !important;
}

html.gla-dark-mode #bodyContent,
html.gla-dark-mode .mw-body-content,
html.gla-dark-mode .mw-parser-output {
    color: #e5e7eb !important;
}

html.gla-dark-mode h1,
html.gla-dark-mode h2,
html.gla-dark-mode h3,
html.gla-dark-mode h4,
html.gla-dark-mode h5,
html.gla-dark-mode h6 {
    color: #f8fafc !important;
    border-color: #334155 !important;
}

html.gla-dark-mode p,
html.gla-dark-mode li,
html.gla-dark-mode dd,
html.gla-dark-mode dt {
    color: #e5e7eb !important;
}

html.gla-dark-mode hr {
    border-color: #334155 !important;
}

html.gla-dark-mode a {
    color: #7dd3fc !important;
}

html.gla-dark-mode a:visited {
    color: #c4b5fd !important;
}

html.gla-dark-mode a:hover {
    color: #bae6fd !important;
}

html.gla-dark-mode #mw-navigation,
html.gla-dark-mode #mw-panel,
html.gla-dark-mode #p-logo,
html.gla-dark-mode #p-personal,
html.gla-dark-mode #left-navigation,
html.gla-dark-mode #right-navigation {
    background: transparent !important;
    color: #e5e7eb !important;
}

html.gla-dark-mode #mw-panel .portal h3,
html.gla-dark-mode .vector-menu-heading,
html.gla-dark-mode .vector-menu-tabs .selected a,
html.gla-dark-mode .vector-menu-tabs a {
    color: #e5e7eb !important;
}

html.gla-dark-mode .vector-menu-tabs,
html.gla-dark-mode .vector-menu-tabs li,
html.gla-dark-mode .vector-menu-tabs li a,
html.gla-dark-mode .vector-menu-dropdown,
html.gla-dark-mode .vector-menu-content,
html.gla-dark-mode .vector-menu-content-list {
    background: #111827 !important;
    color: #e5e7eb !important;
    border-color: #334155 !important;
    background-image: none !important;
}

html.gla-dark-mode .vector-menu-tabs .selected {
    background: #1e293b !important;
}

html.gla-dark-mode #footer {
    background: #0f172a !important;
    color: #cbd5e1 !important;
    border-color: #334155 !important;
}

html.gla-dark-mode input,
html.gla-dark-mode textarea,
html.gla-dark-mode select,
html.gla-dark-mode #searchInput,
html.gla-dark-mode .oo-ui-inputWidget-input {
    background: #0f172a !important;
    color: #e5e7eb !important;
    border-color: #475569 !important;
}

html.gla-dark-mode input::placeholder,
html.gla-dark-mode textarea::placeholder {
    color: #94a3b8 !important;
}

html.gla-dark-mode button,
html.gla-dark-mode .mw-ui-button {
    background: #1e293b !important;
    color: #e5e7eb !important;
    border-color: #475569 !important;
}

html.gla-dark-mode button:hover,
html.gla-dark-mode .mw-ui-button:hover {
    background: #334155 !important;
    color: #f8fafc !important;
}

html.gla-dark-mode #gla-darkmode-toggle {
    background: #020617 !important;
    color: #f8fafc !important;
    border-color: #475569 !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

html.gla-dark-mode #gla-darkmode-toggle:hover {
    background: #1e293b !important;
    border-color: #64748b !important;
}

html.gla-dark-mode table,
html.gla-dark-mode .wikitable,
html.gla-dark-mode .infobox,
html.gla-dark-mode .toc,
html.gla-dark-mode #toc,
html.gla-dark-mode .catlinks,
html.gla-dark-mode .thumbinner,
html.gla-dark-mode .mw-parser-output .ambox,
html.gla-dark-mode .mw-parser-output .metadata {
    background: #1e293b !important;
    color: #e5e7eb !important;
    border-color: #475569 !important;
}

html.gla-dark-mode th,
html.gla-dark-mode td,
html.gla-dark-mode .wikitable th,
html.gla-dark-mode .wikitable td {
    background-color: #1e293b !important;
    color: #e5e7eb !important;
    border-color: #475569 !important;
}

html.gla-dark-mode .wikitable th,
html.gla-dark-mode table th {
    background-color: #334155 !important;
    color: #f8fafc !important;
}

html.gla-dark-mode code,
html.gla-dark-mode pre,
html.gla-dark-mode .mw-code {
    background: #020617 !important;
    color: #e5e7eb !important;
    border-color: #334155 !important;
}

html.gla-dark-mode .mw-parser-output .home-card,
html.gla-dark-mode .home-card {
    background: #1e293b !important;
    color: #e5e7eb !important;
    border-color: #334155 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35) !important;
}

html.gla-dark-mode .mw-parser-output .home-title,
html.gla-dark-mode .home-title {
    background: linear-gradient(to bottom, #2563eb, #1e40af) !important;
    color: #ffffff !important;
}

html.gla-dark-mode .home-button-item {
    background: #0f172a !important;
    border-color: #334155 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35) !important;
}

html.gla-dark-mode .home-button-item:hover {
    border-color: #38bdf8 !important;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.18) !important;
}

html.gla-dark-mode .home-button-title {
    background: #111827 !important;
    color: #7dd3fc !important;
}

html.gla-dark-mode .index-cell {
    background: #0f172a !important;
    color: #e5e7eb !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}

html.gla-dark-mode .index-title {
    color: #f8fafc !important;
}

html.gla-dark-mode .index-links {
    color: #cbd5e1 !important;
}

html.gla-dark-mode .index-grid .disabled-section {
    opacity: 0.55 !important;
}

html.gla-dark-mode .index-grid .disabled-section::after {
    color: #f8fafc !important;
    text-shadow: 0 0 4px #000 !important;
}

html.gla-dark-mode img {
    border-color: #334155 !important;
}

html.gla-dark-mode .thumbcaption {
    color: #cbd5e1 !important;
}

html.gla-dark-mode ::selection {
    background: #2563eb !important;
    color: #ffffff !important;
}
*/

/* ============================================================
   GLA Wiki — botão Support na sidebar + modal de report/sugestão
   (Common.js: bloco glaSidebarSupport no final do ficheiro)
   ============================================================ */

#gla-sidebar-support {
    box-sizing: border-box;
    width: 100%;
    margin-top: 1.25em;
    padding: 0 0.65em 1.25em;
}

.gla-sidebar-support__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    width: 100%;
    margin: 0;
    padding: 0.65em 0.75em;
    border: 1px solid #4d7a9c;
    border-radius: 4px;
    background-color: #689cc0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    color: #fff !important;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.gla-sidebar-support__btn:hover {
    background-color: #7aadcf;
    border-color: #5f8fb3;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.gla-sidebar-support__btn:active {
    transform: translateY(1px);
}

.gla-sidebar-support__btn:focus {
    outline: 2px solid #338be5;
    outline-offset: 2px;
}

.gla-sidebar-support__icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
}

.gla-sidebar-support__icon svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gla-sidebar-support__label {
    display: block;
    line-height: 1;
    padding-top: 1px;
}

#gla-support-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483640;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
}

#gla-support-overlay[hidden] {
    display: none !important;
}

#gla-support-modal {
    box-sizing: border-box;
    width: 100%;
    max-width: 440px;
    max-height: min(92vh, 720px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #4d7a9c;
    border-radius: 12px;
    background: #1c1c1c;
    color: #f0f0f0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5);
    color-scheme: dark;
}

.gla-support-header {
    flex-shrink: 0;
    padding: 1.35rem 1.35rem 0;
}

#gla-support-modal h2 {
    margin: 0 0 0.35rem;
    padding: 0;
    border: 0 !important;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.gla-support-modal__lead {
    margin: 0;
    color: #b8b8b8;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.gla-support-page-hint {
    flex-shrink: 0;
    margin: 1rem 1.35rem 0;
    padding: 0.65rem 0.75rem;
    border: 1px solid #404040;
    border-radius: 8px;
    background: #262626;
}

.gla-support-page-hint__title {
    display: block;
    margin-bottom: 0.25rem;
    color: #9ca3af;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gla-support-page-hint__url {
    display: block;
    color: #e5e5e5;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
    word-break: break-all;
}

.gla-support-form {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 1rem 1.35rem 1.25rem;
}

.gla-support-field {
    margin-bottom: 1rem;
}

.gla-support-field--last {
    margin-bottom: 0;
}

.gla-support-field label {
    display: block;
    margin-bottom: 0.4rem;
    color: #f5f5f5;
    font-size: 0.8125rem;
    font-weight: 600;
}

.gla-support-field label span.gla-support-muted {
    font-weight: 400;
    color: #9ca3af;
}

.gla-support-field input[type="text"],
.gla-support-field select,
.gla-support-field textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: 1px solid #4a4a4a;
    border-radius: 8px;
    background: #2a2a2a;
    color: #f5f5f5;
    font: inherit;
    line-height: 1.4;
}

.gla-support-field select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #b0b0b0 50%), linear-gradient(135deg, #b0b0b0 50%, transparent 50%);
    background-position: calc(100% - 16px) calc(50% + 1px), calc(100% - 11px) calc(50% + 1px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 2.25rem;
    cursor: pointer;
}

.gla-support-field textarea {
    min-height: 108px;
    max-height: 200px;
    resize: vertical;
}

.gla-support-field input[type="file"] {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 0.8125rem;
    color: #d1d5db;
}

.gla-support-field input::placeholder,
.gla-support-field textarea::placeholder {
    color: #737373;
}

.gla-support-field input:focus,
.gla-support-field select:focus,
.gla-support-field textarea:focus {
    outline: none;
    border-color: #689cc0;
    box-shadow: 0 0 0 3px rgba(104, 156, 192, 0.2);
}

.gla-support-msg {
    min-height: 0;
    margin: 1rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.4;
}

.gla-support-msg:empty {
    display: none;
    margin: 0;
}

.gla-support-msg.ok {
    color: #6ee7b7;
}

.gla-support-msg.err {
    color: #fca5a5;
}

.gla-support-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #333333;
}

.gla-support-actions button {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border-radius: 8px;
    padding: 0.7rem 1rem;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.gla-support-actions button:disabled {
    opacity: 0.6;
    cursor: wait;
}

.gla-support-submit {
    border: 0;
    background: #689cc0;
    color: #ffffff !important;
}

.gla-support-submit:hover:not(:disabled) {
    background: #7aadcf;
}

.gla-support-cancel {
    border: 1px solid #4a4a4a;
    background: transparent;
    color: #e5e5e5 !important;
}

.gla-support-cancel:hover:not(:disabled) {
    background: #2a2a2a;
    border-color: #5a5a5a;
    color: #ffffff !important;
}

.gla-support-hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}