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

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Revertido
m
 
Linha 1: Linha 1:
/* Consistent size for <small>, <sub> and <sup> */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');
small {
 
font-size: 85%;
/* 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%;
}
}


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


/* Don't display some stuff on the main page */
@media screen and (max-width: 768px) {
body.page-Wikipédia_Página_principal #t-cite,
    .pagevideo {
body.page-Wikipédia_Página_principal #lastmod,
        max-width: 100%;
body.page-Wikipédia_Página_principal #siteSub,
    }
body.page-Wikipédia_Página_principal #contentSub,
body.page-Wikipédia_Página_principal h1.firstHeading {
display: none !important;
}
}


/* Reduzir saltos de página ao esconder conteúdo recolhido/dispensado */
/**********************************
.client-js .mw-special-Watchlist #watchlist-message,
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
.client-js .NavFrame.collapsed .NavContent,
      **********************************/
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
.mw-parser-output .external {
display: none;
    background-image: none !important;
    padding-right: 0 !important;
}
}


/* Criação de tópicos nas esplanadas "geral" e "propostas" */
/**********************************
/* Formata o aviso */
      PREDEFINIÇÃO: Titulo
div.aviso-novo-item-esplanada {
      #firstHeading {
font-style: italic;
      display: none;
  }
      **********************************/
 
 
#custom-title {
    display: inline-block;
    display: block;
    text-align: left;
}
}


/* Oculta ligação vermelha durante a criação dos tópicos */
#custom-title img {
div.aviso-novo-item-esplanada + p>a.new {
    display: inline-block;
display:none;
}
}


/* Resultados de busca */
/*--------------------------------------------------
.mw-search-results {
      Pagina Inicial
margin-left: 0;
      --------------------------------------------------*/
.initialPage--table {
    width: 100%;
    text-align: center;
}
}


.mw-search-results li {
.initialPage--table>tbody>tr>th,
margin: 0;
.initialPage--table>tbody>tr>td {
padding: 0.35em 1em;
    background: transparent !important;
border-bottom: 1px solid #d3daed;
background-color: #f6f8fc;
list-style-type: none;
list-style-image: none;
}
}


/* Modelos de predefinições */
.initialPage--title,
.initialPage--events {
    border: none;
    border-collapse: separate;
}


/* infobox */
.initialPage--events th,
.infobox {
.initialPage--title th {
border: 1px solid #a2a9b1;
    color: black !important;
border-spacing: 3px;
    padding: .4em;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
}
}


.infobox td,
.initialPage--title th {
.infobox th {
    background-color: transparent !important;
vertical-align: top;
    font-size: 2em;
/* @noflip */
text-align: left;
}
}


.infobox caption {
.initialPage--events {
font-size: 125%;
    display: flex;
font-weight: bold;
    height: 20em;
padding: 0.2em;
text-align: center;
}
}


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


.infobox.bordered td,
.initialPage--events td {
.infobox.bordered th {
    text-align: center;
border: 1px solid #a2a9b1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
}


.infobox.sisterproject {
.initialPage--mainContainer {
width: 20em;
    display: flex;
font-size: 90%;
    align-items: flex-start;
}
}


.infobox.standard-talk {
.initialPage--menuContainer {
border: 1px solid #c0c090;
    width: 75%;
background-color: #f8eaba;
    margin-right: 1.5em;
}
}


.infobox.standard-talk.bordered td,
.initialPage--sideMenuContainer {
.infobox.standard-talk.bordered th {
    width: 25%;
border: 1px solid #c0c090;
}
}


/* Estilos para infocaixa com bordas com linhas fundidas */
.initialPage--menuTitle {
.infobox.bordered .mergedtoprow td,
    display: block;
.infobox.bordered .mergedtoprow th {
    text-align: center;
border: 0;
    width: 100%;
border-top: 1px solid #a2a9b1;
    font-size: 1.75em;
/* @noflip */
    font-weight: bold;
border-right: 1px solid #a2a9b1;
 
    background: linear-gradient(to bottom, #459cca, #5684c8);
    border-radius: 10px 10px 0 0;
    color: white;
}
}


.infobox.bordered .mergedrow td,
.initialPage--menu {
.infobox.bordered .mergedrow th {
    display: flex;
border: 0;
    flex-wrap: wrap;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
}


/* Estilos para infocaixas de geografia */
.initialPage--menuItemContainer {
.infobox.geography {
    display: flex;
border-collapse: collapse;
    justify-content: center;
line-height: 1.2em;
    flex-wrap: wrap;
font-size: 90%;
 
    padding: 1em 0;
}
}


.infobox.geography  td,
.initialPage--menuItem {
.infobox.geography  th {
    width: 22.5%;
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.4em 0.6em;
}
}


.infobox.geography .mergedtoprow td,
.initialPage--menuItem a img {
.infobox.geography .mergedtoprow th {
    width: 100%;
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.2em 0.6em;
}
}


.infobox.geography .mergedrow td,
.initialPage--socialMediaContainer {
.infobox.geography .mergedrow th {
    box-sizing: border-box;
border: 0;
    width: 100%;
padding: 0 0.6em 0.2em 0.6em;
    margin-top: 8em;
    padding: 0 1.5em;
}
}


.infobox.geography .mergedbottomrow td,
.initialPage--socialMedia {
.infobox.geography .mergedbottomrow th {
    position: relative;
border-top: 0;
    border-top: 2px solid #689cc0;
border-bottom: 1px solid #a2a9b1;
    margin-top: 1em;
padding: 0 0.6em 0.4em 0.6em;
}
}


.infobox.geography .maptable td,
.initialPage--socialMedia:before {
.infobox.geography .maptable th {
    content: '';
border: 0;
    position: absolute;
padding: 0;
    top: -2px;
    display: block;
    width: 0;
    height: 2px;
    z-index: 1;
    transition: width .25s ease;
}
}


/**
.initialPage--socialMedia:hover::before {
* @deprecated: Remover assim que todas as ocorrências forem trocadas por "wikitable"
    width: 100%;
* @see: [[WP:Esplanada/propostas/Acabar com as tabelas bonitas! (4jul2012)]]
*/
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
}


table.prettytable th,
.initialPage--socialMediaLink {
table.prettytable td {
    display: flex;
border: 1px #aaa solid;
    justify-content: space-between;
padding: 0.2em;
    align-items: center;
 
    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: .03em;
    color: #689cc0 !important;
 
    padding: .9em .5em;
    transition: color .25s ease;
}
}


table.prettytable th {
.initialPage--socialMediaLink:visited {
background: #f2f2f2;
    color: #689cc0 !important;
text-align: center;
}
}


table.prettytable caption {
.initialPage--socialMediaLink:hover {
font-weight: bold;
    text-decoration: none;
}
}


/* Predefinições informativas e mensagens MediaWiki */
.socialMedia--svg {
.caixa {
    display: flex;
width: 80%;
    align-items: center;
margin: 0 auto;
padding: .1em;
border: 1px solid #C7C7C7;
}
}


.caixaMW {
.socialMedia--svg svg {
margin: 1px 0;
    width: 2em;
padding: .1em;
    fill: #689cc0;
font-size: 93%;
    transition: all .25s ease;
line-height:120%;
clear: both;
}
}


.caixaMW.info,
.socialMedia--svg svg path {
.caixa.info {
    fill: inherit;
background-color: white;
border: 1px solid #ccc;
}
}


.caixaMW.infodestaque,
/*
.caixa.infodestaque {
      Discord
background-color: #f5faff;
      */
border: 1px solid #cedff2;
 
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
    color: #5865f2 !important;
}
}


.caixaMW.aviso,
.initialPage--socialMedia.discord:before {
.caixa.aviso {
    background: #5865f2;
background-color:#fff3f3;
border: 1px solid #ffc9c9;
}
}


.caixaMW.avisodestaque,
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.caixa.avisodestaque {
    fill: #5865f2 !important;
background-color:#fff;
border: 2px solid #f00;
}
}


/* Referências */
/*
      Instagram
      */


/* Make the list of references smaller */
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
.references-small {
    color: #f09433 !important;
font-size: 90%;
}
}


/* Realce a azul das referências ''clicadas'' para ajudar na navegação */
.initialPage--socialMedia.instagram:before {
body.action-info .mw-body-content :target,
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
.citation:target {
background-color: #def;  /* Fallback */
background-color: rgba(0, 127, 255, 0.133);
}
}


/* Formatação de citações. Quebrar URLs longas etc., em vez de uma caixa transbordante */
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.citation {
    fill: url(#gradient-vertical);
word-wrap: break-word;
}
}


/*
/*
Para números e IDs de documentos ligados, em que o número
      Facebook
não precisa ser mostrado em uma tela ou dispositivo de mão,
      */
mas deve ser incluído na versão impressa
 
*/
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
@media screen, handheld {
    color: #4267B2 !important;
.citation .printonly {
}
display: none;
 
}
.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 {
* Style for horizontal lists (separator following item).
    background: transparent;
* @source https://www.mediawiki.org/wiki/Snippets/Horizontal_lists
* @revision 7 (2015-11-12)
* @author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
}


/* Display list items inline */
#mw-panel #p-tb h3 {
.hlist dd,
    color: rgb(0, 0, 0);
.hlist dt,
    font-size: .75em;
.hlist li {
margin: 0;
display: inline;
}
}


.nonumtoc .tocnumber {
#p-tb {
display: none;
    display: none;
}
}


.nonumtoc #toc ul,
/* #ca-nstab-mediawiki { display: none; } */
.nonumtoc .toc ul {
/* #ca-talk { display: none; } */
line-height: 1.5em;
#ca-view {
list-style: none none;
    display: none;
margin: .3em 0 0;
padding: 0;
}
}


.hlist.nonumtoc #toc ul ul,
#ca-history {
.hlist.nonumtoc .toc ul ul {
    display: none;
/* @noflip */
margin: 0;
}
}


/* Display nested lists inline */
#ca-viewsource {
.hlist.inline,
    display: none !important;
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
display: inline;
}
}


/* Hide empty list items */
/* #ca-unwatch { display: none; } */
.hlist .mw-empty-li {
/* #p-cactions { display: none; } */
display: none;
/*
      Pacientes
      */
 
.table-pacients {
    display: block;
    max-width: 1400px;
    overflow-x: auto;
}
}


/* Generate interpuncts */
.table-pacients img {
.hlist dt:after {
    width: 15.715em;
content: ": ";
    height: auto;
}
}


.hlist dd:after,
/*
.hlist li:after {
      PERSONAGENS
content: " · ";
      */
font-weight: bold;
 
.filter--containerSearch {
    display: flex;
    padding: 0 2em;
    justify-content: flex-end;
    align-items: center;
}
}


.hlist dd:last-child:after,
.filter--container {
.hlist dt:last-child:after,
    display: flex;
.hlist li:last-child:after {
    padding: 0 2em;
content: none;
    justify-content: space-between;
    align-items: center;
}
}


/* Add parentheses around nested lists */
.filter {
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
    width: fit-content;
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
    display: flex;
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    justify-content: center;
content: " (";
    border: 3px solid #b0cff1;
font-weight: normal;
    border-collapse: collapse;
    border-radius: 8px;
}
}


.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.filter--title {
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
    display: flex;
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    border-right: 3px solid #b0cff1;
content: " )";
    background: #4c91c9;
font-weight: normal;
    padding: 0 1em;
    align-items: center;
    border-radius: 4px 0 0 4px;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: bold;
    color: white;
}
}


/* Put ordinals in front of ordered list items */
.filter--icon,
.hlist ol {
.calcXp--tierIcon {
counter-reset: listitem;
    padding: .35em .95em;
    background: transparent;
    cursor: pointer;
}
}


.hlist ol > li {
.filter--icon.tier img {
counter-increment: listitem;
    filter: grayscale(.0);
}
}


.hlist ol > li:before {
.filter--icon.tier.active img {
content: " " counter(listitem) " ";
    box-shadow: none;
white-space: nowrap;
}
}


.hlist dd ol > li:first-child:before,
.filter--icon img {
.hlist dt ol > li:first-child:before,
    filter: grayscale(.8);
.hlist li ol > li:first-child:before {
    border-radius: 10px;
content: " (" counter(listitem) " ";
 
    transition: all .25s ease;
}
}


/* Unbulleted lists */
.calcXp--tierIcon img {
.plainlist ol,
    filter: drop-shadow(0px 1px 8px #4c91c900);
.plainlist ul {
    border-radius: 10px;
line-height: inherit;
 
list-style: none none;
    transition: all .25s ease;
margin: 0;
}
}
.plainlist ol li,
 
.plainlist ul li {
.filter--icon.active img {
margin-bottom: 0;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
    filter: grayscale(0);
}
}


/* Estilo padrão para caixas de navegação (navbox) */
.filter--icon.tier.active img,
.navbox {                    /* Navbox container style */
.calcXp--tierIcon.active img {
box-sizing: border-box;
    transform: scale(.85);
border: 1px solid #a2a9b1;
}
width: 100%;
 
clear: both;
.filter--icon.tier#bronze.active img,
font-size: 88%;
.calcXp--tierIcon#bronze.active img {
text-align: center;
    filter: drop-shadow(0px 1px 8px #f18a05);
padding: 1px;
}
margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
 
.filter--icon.tier#silver.active img,
.calcXp--tierIcon#silver.active img {
    filter: drop-shadow(0px 1px 8px #8b8b8b);
}
}


.navbox .navbox {
.filter--icon.tier#gold.active img,
margin-top: 0;           /* No top margin for nested navboxes */
.calcXp--tierIcon#gold.active img {
    filter: drop-shadow(0px 1px 8px #fbc300);
}
}


.navbox + .navbox {
.filter--icon.tier#diamond.active img,
margin-top: -1px;         /* Single pixel border between adjacent navboxes */
.calcXp--tierIcon#diamond.active img {
    filter: drop-shadow(0px 1px 8px #0391c5);
}
}


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


.navbox-group,
.filter--inputContainer {
.navbox-title,
    box-sizing: border-box;
.navbox-abovebelow {
    position: relative;
padding: 0.25em 1em;      /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
}


th.navbox-group {             /* Group style */
.filter--searchButton {
white-space: nowrap;
    cursor: pointer;
/* @noflip */
    display: inline-block;
text-align: right;
    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;
 
}
}


.navbox,
.filter--searchButton img {
.navbox-subgroup {
    filter: invert(1);
background-color: #fdfdfd; /* Background color */
}
}


.navbox-list {
.calcXp--container {
line-height: 1.5em;
    box-sizing: border-box;
border-color: #fdfdfd;   /* Must match background color */
    padding: 2.25em 1.25em;
    width: 43em;
    border: 3px solid #b0cff1;
    border-radius: 26px;
}
}


/* cell spacing for navbox cells */
.calcXp--resultTitle {
tr + tr > .navbox-abovebelow,
    text-align: center;
tr + tr > .navbox-group,
    color: #4f7ca0;
tr + tr > .navbox-image,
    margin: 0;
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
    margin-top: -.5em !important;
border-top: 2px solid #fdfdfd; /* Must match background color */
    letter-spacing: .05em;
}
}


.navbox th,
.calcXp--formItem {
.navbox-title {
    display: flex;
background-color: #ccccff;     /* Level 1 color */
    align-items: center;
}
}


.navbox-abovebelow,
.calcXp--formItem input {
th.navbox-group,
    box-sizing: border-box;
.navbox-subgroup .navbox-title {
    padding: .35em;
background-color: #ddddff;     /* Level 2 color */
    border: 2px solid #b0cff1;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .05em;
    width: 4em;
}
}


.navbox-subgroup .navbox-group,
.calcXp--formItem span {
.navbox-subgroup .navbox-abovebelow {
    font-size: 1.225em;
background-color: #e6e6ff;     /* Level 3 color */
    font-weight: 500;
    letter-spacing: .05em;
    margin-right: .5em;
    color: #386a93;
}
}


.navbox-even {
#calculate-btn {
background-color: #f7f7f7;     /* Even row striping */
    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;
}
}


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


.navbox .hlist td dl,
#calc-result {
.navbox .hlist td ol,
    margin-top: 1em;
.navbox .hlist td ul,
    display: flex;
.navbox td.hlist dl,
    justify-content: center;
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
}


/* Default styling for Navbar template */
#calc-result .badge {
.navbar {
    display: flex;
display: inline;
    align-items: center;
font-size: 88%;
    justify-content: center;
font-weight: normal;
    max-height: 5em;
    width: 5em;
}
}


.navbar ul {
.calcXp--xpIcon {
display: inline;
    margin-left: -.2em;
white-space: nowrap;
}
}


.mw-body-content .navbar ul {
.calcXp--numberOfPots {
line-height: inherit;
    padding-top: .2em;
    font-size: 1.15em;
}
}


.navbar li {
#characters-container {
word-spacing: -0.125em;
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
}
}


.navbar.mini li abbr[title] {
#characters-container>div {
font-variant: small-caps;
    box-sizing: border-box;
border-bottom: none;
    display: none;
text-decoration: none;
    padding: 1em;
cursor: inherit;
    width: 19%;
    margin-right: 1%;
}


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


/* Navbar styling when nested in infobox and navbox */
#characters-container>div>a>img {
.infobox .navbar {
    width: 100%;
font-size: 100%;
    border-radius: 8px;
    filter: grayscale(.3);
    transition: all .25s ease;
}
}


.navbox .navbar {
#characters-container>div:hover>a>img {
display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
font-size: 100%;
    filter: grayscale(0);
    transform: scale(1.06);
}
}


.navbox-title .navbar {
.characterPage--splashArt {
/* @noflip */
    position: absolute;
float: left;
    top: -2%;
/* @noflip */
    right: -2%;
text-align: left;
    width: 35%;
/* @noflip */
margin-right: 0.5em;
}
}


/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.characterPage--table {
.mw-parser-output .mw-collapsible-toggle {
    margin-top: -4em;
font-weight: normal;
    width: 100%;
/* @noflip */
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
 
/* @noflip */
.characterPage--table>tbody {
float: left;
    position: relative;
/* @noflip */
    display: flex;
text-align: left;
    justify-content: space-between;
    align-items: flex-end;
}
}


/* Hatnotes and disambiguation notices */
.characterPage--table>tbody>.characterPage--mainSection {
.hatnote {
    display: flex;
font-style: italic;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
}
}


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


div.hatnote {
.characterPage--characterInfoContainer {
/* @noflip */
    width: 43%;
padding-left: 1.6em;
margin-bottom: 0.5em;
}
}


div.hatnote + div.hatnote {
.characterPage--statsInfoContainer {
margin-top: -0.5em;
    width: 55%;
}
}


/* Redirect em verde
.stats--container {
* Faz com que os redirects apareçam em itálico e verde em [[Special:Allpages]] e [[Special:Watchlist]]
    display: flex;
*/
    justify-content: center;
.allpagesredirect a,
    flex-wrap: wrap;
.redirect-in-category a,
    padding: 1.25em;
.unusedtemplatesredirect a,
.watchlistredir a {
font-style: italic;
color:green;
}
}


/* Íconpara predefinições medialist [[Template:Ouça]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
.stats--container>div {
div.listenlist {
    width: 45%;
background: url( "//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png" );
    display: flex;
padding-left: 40px;
    align-items: center;
    justify-content: center;
    margin: .5em;
}
}


div.videolist,
.stats--container div img {
div.multivideolist {
    width: 2.25em;
background: url( "//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png" );
padding-left: 50px;
}
}


/* Style rules for media list templates */
.stats--bar {
div.medialist {
    display: flex;
min-height: 50px;
    width: -webkit-fill-available;
margin: 1em;
    justify-content: space-between;
background-position: top left;
    padding: 0 1.25em;
background-repeat: no-repeat;
}
}


div.medialist ul {
.bar-filled:first-child,
list-style-type: none;
.bar-notFilled:first-child {
list-style-image: none;
    border-radius: 6px 0 0 6px;
margin: 0;
}
}


div.medialist ul li {
.bar-filled:last-child,
padding-bottom: 0.5em;
.bar-notFilled:last-child {
    border-radius: 0 6px 6px 0;
}
}


div.medialist ul li li {
.bar-filled,
font-size: 91%;
.bar-notFilled {
padding-bottom: 0;
    display: block;
    width: 18%;
    height: 6px;
}
}


/* Change the external link icon to an Adobe icon for all PDF files
.bar-filled {
* in browsers that support these CSS selectors, like Mozilla and Opera
    background: var(--blue);
*/
#content a[href$=".pdf"].external,
#content a[href*=".pdf?"].external,
#content a[href*=".pdf#"].external,
#content a[href$=".PDF"].external,
#content a[href*=".PDF?"].external,
#content a[href*=".PDF#"].external,
#mw_content a[href$=".pdf"].external,
#mw_content a[href*=".pdf?"].external,
#mw_content a[href*=".pdf#"].external,
#mw_content a[href$=".PDF"].external,
#mw_content a[href*=".PDF?"].external,
#mw_content a[href*=".PDF#"].external {
background: url( "//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif" ) center right no-repeat;
padding-right: 16px;
}
}


/* Change the external link icon to an Adobe icon anywhere the PDFlink class
.bar-notFilled {
* is used (notably Template:PDFlink). This works in IE, unlike the above.
    background: var(--transparent-blue);
*/
#content span.PDFlink a,
#mw_content span.PDFlink a {
background: url( "//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif" ) center right no-repeat;
padding-right: 17px;
}
}


/* Messagebox templates */
.characterInfo--name {
.messagebox {
    margin: 0 !important;
border: 1px solid #aaa;
background-color: #f9f9f9;
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
}
}


.messagebox.merge {
.characterInfo--badgeContainer {
border: 1px solid #c0b8cc;
    display: flex;
background-color: #f0e5ff;
    justify-content: center;
text-align: center;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
}
}


.messagebox.cleanup {
.characterInfo--contentContainer {
border: 1px solid #9f9fff;
    display: flex;
background-color: #efefff;
    justify-content: space-between;
text-align: center;
    padding: .6em 1.3em;
}
}


.messagebox.standard-talk {
.characterInfo--imageContainer {
border: 1px solid #c0c090;
    width: 25%;
background-color: #f8eaba;
}


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


.messagebox.nested-talk {
 
border: 1px solid #c0c090;
.characterInfo--infoContainer {
background-color: #f8eaba;
    width: 75%;
width: 100%;
    text-align: center;
margin: 2px 4px 2px 4px;
}
}


.messagebox.small {
.characterInfo--infoContainer #toc {
width: 238px;
    display: none;
font-size: 85%;
float: right;
clear: both;
margin: 0 0 1em 1em;
line-height: 1.25em;
}
}


/**
.characterPage--skins {
* Infobox V2 - em fase de teste
    width: 100%;
* Ver [[fr:Projet:Infobox/V2]]
**/
.infobox_v2 {
background: #f9f9f9;
color: #000;
font-size: 90%;
line-height: 1.1em;
float:right;
clear:right;
margin: 0.5em 0 0.5em 1em;
width: 23em;
border: 1px solid #aaa;
padding: 2px;
}
}


.infobox_v2 th {
.characterPage--characterSkills {
vertical-align:top;
    width: 100%;
text-align:left;
}
}


.infobox_v2 .topo{
/*
height:45px;
      Card de Skins
vertical-align:middle;
      */
text-align:center;
 
font-size:120%;
.skins--container {
font-weight:bolder;
    display: flex;
line-height:1.2em;
    justify-content: flex-start;
color:#000;
    flex-wrap: wrap;
    padding: -0.75em 0.75em;
    gap: -0.5em;
    /* Adiciona espaçamento consistente entre os itens */
}
}


.infobox_v2 .midia {
.skins--container span {
height:35px;
    width: 33.3%;
vertical-align:middle;
    display: flex;
text-align:center;
    justify-content: center;
font-weight:bolder;
    align-items: center;
color:#000;
}
}


/* Imagens transparentes dos topos da infobox V2 */
.skins--imageSkin {
/*.topo.padrao      {}*/
     max-width: 100%;
.topo.animangá    { background: url( "//upload.wikimedia.org/wikipedia/commons/6/63/Picto_infobox_anime_and_manga.png" ) no-repeat top right; }
     /* Limita o tamanho máximo da imagem */
.topo.astronomia  { background: url( "//upload.wikimedia.org/wikipedia/commons/e/ee/Picto_infobox_rocket.png" )          no-repeat top right; }
    max-height: 100%;
.topo.bd          { background: url( "//upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png" )  no-repeat top right; }
     /* Limita o tamanho máximo da imagem */
.topo.castelo     { background: url( "//upload.wikimedia.org/wikipedia/commons/5/5c/Picto_infobox_chateau.png" )      no-repeat top right; }
     object-fit: contain;
.topo.cerveja     { background: url( "//upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png" )          no-repeat top right; }
    /* Garante que a imagem se ajusta proporcionalmente */
.topo.cinema      { background: url( "//upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png" )        no-repeat top right; }
}
.topo.computador  { background: url( "//upload.wikimedia.org/wikipedia/commons/c/ce/Arduino_ftdi_chip-1.png" )        no-repeat top right; }
.topo.comunicacao { background: url( "//upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png" ) no-repeat top right; }
.topo.desporto   { background: url( "//upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png" ) no-repeat top right; }
.topo.edificioreligioso  { background: url( "//upload.wikimedia.org/wikipedia/commons/3/30/Pictogram-infobox-religious.png" ) no-repeat top right; }
.topo.europa      { background: url( "//upload.wikimedia.org/wikipedia/commons/c/c0/Picto_Infobox_Europe.png" )        no-repeat top right; }
.topo.fisica      { background: url( "//upload.wikimedia.org/wikipedia/commons/3/37/Fourier_infobox.png" )            no-repeat bottom right; }
.topo.internet    { background: url( "//upload.wikimedia.org/wikipedia/commons/a/aa/Picto_infobox_internet_PD.svg" )  no-repeat center right; }
.topo.humano      { background: url( "//upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png" )      no-repeat top right; }
.topo.jogo        { background: url( "//upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png" )      no-repeat bottom right; }
.topo.jornal      { background: url( "//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_journal.png" )      no-repeat bottom right; }
.topo.mapa        { background: url( "//upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png" )          no-repeat top right; }
.topo.musica      { background: url( "//upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png" )        no-repeat bottom right; }
.topo.televisao  { background: url( "//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png" )    no-repeat top right; }
.topo.novela, .topo.televisao2  { background: url( "//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png" )    no-repeat bottom right; }
.topo.palacio     { background: url( "//upload.wikimedia.org/wikipedia/commons/5/5e/Pictogram_infobox_palace.png" )    no-repeat top right; }
.topo.quimica     { background: url( "//upload.wikimedia.org/wikipedia/commons/9/95/Picto_infobox_chemistry.png" )    no-repeat bottom right; }
.topo.teatro      { background: url( "//upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png" )        no-repeat top right; }
.topo.autor      { background: url( "//upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png" )        no-repeat top right; }
.topo.wiki        { background: url( "//upload.wikimedia.org/wikipedia/commons/2/24/Picto_infobox_default.png" )      no-repeat top right; }
.topo.filme      { background: url( "//upload.wikimedia.org/wikipedia/commons/4/4d/Picto_infobox_film.png" )          no-repeat center right; }
.topo.ferramentas { background: url( "//upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png" )        no-repeat top right; }
.topo.livro      { background: url( "//upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png" )          no-repeat center right; }
.topo.espacial    { background: url( "//upload.wikimedia.org/wikipedia/commons/9/94/Picto_infobox_shuttle.png" )      no-repeat top right; }
.topo.rka        { background: url( "//upload.wikimedia.org/wikipedia/commons/1/1b/Picto_infobox_RKA.png" )          no-repeat top right; }
.topo.ginastica  { background: url( "//upload.wikimedia.org/wikipedia/commons/9/92/Picto_infobox_gymnastic.png" )    no-repeat top right; }
.topo.raio        { background: url( "//upload.wikimedia.org/wikipedia/commons/2/27/Picto_infobox_raio.png" )          no-repeat top right; }
.topo.robo        { background: url( "//upload.wikimedia.org/wikipedia/commons/5/5f/Picto_infobox_robot.png" )        no-repeat top right; }
.midia.audio { background: url( "//upload.wikimedia.org/wikipedia/commons/thumb/8/87/Gnome-mime-sound-openclipart.svg/35px-Gnome-mime-sound-openclipart.svg.png" ) no-repeat top left; }
.midia.video { background: url( "//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Video-x-generic.svg/35px-Video-x-generic.svg.png" ) no-repeat top left; }


/* Fim da fase de teste da Infobox V2 */
/*
      Seção das skills do personagem
      */


/* Fundo logo Wikipédia */
.tabsContainer {
.fundologo {
    width: 95%;
background: url( "//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png" );
    margin: 0 auto;
    padding-bottom: .5em;
}
}


/* Barra de navegação */
.tabsContainer table {
div.Boxmerge,
    width: 100%;
div.NavFrame {
    border-collapse: collapse;
margin: 0;
padding: 2px;
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
}


div.Boxmerge div.NavFrame {
.tabsContainer table>tbody>tr>td {
border-style: none;
    border-bottom: 2px solid rgb(225, 225, 225);
border-style: hidden;
}
}


div.NavFrame + div.NavFrame {
.tabSkill--container {
border-top-style: none;
    padding-bottom: .85em;
border-top-style: hidden;
    display: flex;
    max-width: 72em;
    overflow-x: auto;
}
}


div.NavPic {
.skillInfo--description::-webkit-scrollbar,
background-color: #fff;
.tabSkill--container::-webkit-scrollbar {
margin: 0;
    width: 8px;
padding: 2px;
    height: 8px;
float: left;
}
}


div.NavFrame div.NavHead {
.skillInfo--description::-webkit-scrollbar-track,
height: 1.6em;
.tabSkill--container::-webkit-scrollbar-track {
font-weight: bold;
    background-color: #4799c954;
font-size: 100%;
    border-radius: 10px;
background-color: #efefef;
position:relative;
}
}


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


div.NavFrame div.NavContent {
.tab-skill {
font-size: 100%;
    transition: all .25s ease;
    width: 100%;
    min-width: 5em;
}
}


div.NavFrame div.NavContent p {
.tab-skill.active {
font-size: 100%;
    border-color: #459cca;
}
}


div.NavEnd {
.tab-skill>div {
margin: 0;
    cursor: pointer;
padding: 0;
    box-sizing: border-box;
line-height: 1px;
    width: 100%;
clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .25em;
}
}


a.NavToggle {
.tab-skill>div>img {
position:absolute;
    width: 100%;
top:0;
    max-width: 40px;
right:3px;
    height: auto;
font-weight:normal;
font-size:smaller;
}
}


/* Geographical coordinates defaults. See [[Template:Coord/link]]
.skillInfo--container {
  for how these are used. The classes "geo", "longitude", and
    width: 100%;
  "latitude" are used by the [[Geo microformat]]. */
}
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude            { white-space: nowrap; }


/* Permite limitar a quantidade de níveis num índice;
.skillInfo--container>td {
* <div class="toclimit-3">, por exemplo, limitará somente
    border: none !important;
* a ==nível 2== e ===nível 3=== e nada inferior, contanto
* que não exista =nível 1= na pagina.
*/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {
display: none;
}
}


/* Remove bordas brancas de miniaturas */
.skillInfo {
div.thumb {
    display: none;
border: none;
}
}


div.tright {
.skillInfo.active {
border: none;
    display: table-cell;
margin: 0.5em 0 0.8em 1.4em;
}
}


div.tleft {
.skillInfo.active {
border: none;
    display: table-cell;
margin: 0.5em 1.4em 0.8em 0;
}
}


/* Suporte para [[Predefinição:AFI]], [[Predefinição:Unicode]] e [[Predefinição:politônico]] */
.skillInfo--videoContainer {
.AFI {
 
font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
    align-self: center;
"DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
    width: 45%;
"Arial Unicode MS", "Lucida Sans Unicode",
"Chrysanthi Unicode";
}
}


.Unicode {
.skillInfo--skillVideo2 {
font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
    display: none;
"Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
    border-radius: 8px;
"Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
"Lucida Grande", "Free Sans", "Arial Unicode MS",
"Microsoft Sans Serif", "Lucida Sans Unicode";
}
}


.politonico {
.skillInfo--skillVideo2.active {
font-family: "Athena Unicode", Gentium, "Palatino Linotype",
    display: flex;
"Arial Unicode MS", "Lucida Sans Unicode",
"Lucida Grande", Code2000;
}
}


/* Prevent line breaks in silly places:
.skillInfo--videoSelector {
  1) Where desired
    display: inline-block;
  2) Links when we don't want them to
    width: 1.1em;
  3) Bold "links" to the page itself
    height: 1.1em;
  4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
    border-radius: 50%;
.nowrap,
    background: var(--transparent-blue);
.nowraplinks a,
    cursor: pointer;
.nowraplinks .selflink,
    margin-right: .85em;
sup.reference a {
 
white-space: nowrap;
    transition: all .25s ease;
}
}


/* But allow wrapping where desired: */
.skillInfo--videoSelector.active {
.wrap,
    background: var(--blue);
.wraplinks a {
    transform: scale(.8);
white-space: normal;
}
}


/* Para a documentação das predefinições */
.skillInfo--infoContainer {
.template-documentation {
    width: 50%;
clear: both;
margin: 1em 0 0 0;
border: 1px solid #C0C0C0;
background-color: #ECFCF4;
padding: 1em;
}
}


/* Ícone do [[MediaWiki:WikiLove.js]] */
.skillInfo>div>.skillInfo--infoContainer b {
#ca-wikilove.icon a {
    color: #2a87c4 !important;
background-image: url( //upload.wikimedia.org/wikipedia/commons/thumb/8/87/Symbol_thumbs_up.svg/16px-Symbol_thumbs_up.svg.png );
}
}


#ca-wikilove.icon a:hover,
.skillInfo--infoContainer>center>b {
#ca-wikilove.icon a:focus {
    font-size: 1.15em;
background-position: 5px 60%;
background-image: url( //upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Symbol_thumbs_up_color.svg/16px-Symbol_thumbs_up_color.svg.png );
}
}


/* Oculta qualquer conteúdo que só é de interesse para grupos específicos de usuários.
.skillInfo--name {
* Torna-se visível novamente por meio de
    font-size: 1.85em;
* - [[MediaWiki:Group-user.css]]
    letter-spacing: 1px;
* - [[MediaWiki:Group-autoreviewer.css]]
    text-align: center;
* - [[MediaWiki:Group-eliminator.css]]
* - [[MediaWiki:Group-rollbacker.css]]
* - [[MediaWiki:Group-sysop.css]]
* - [[MediaWiki:Group-bureaucrat.css]]
*/
.bureaucrat-show,
.sysop-show,
.eliminator-show,
.rollbacker-show,
.autoreviewer-show,
.autoconfirmed-show,
.user-show {
display: none;
}
}


/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
.skillInfo--description {
.mwe-math-fallback-image-display,
    display: inline-block;
.mwe-math-mathml-display {
    font-size: 1.03em;
margin-left: 1.6em !important;
    line-height: 1.5em;
margin-top: 0.6em;
    padding: 0 1em;
margin-bottom: 0.6em;
    height: 12em;
    max-height: 12em;
    overflow-y: auto;
    text-align: justify;
}
}
.mwe-math-mathml-display math {
 
display: inline;
.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);
}
}


/* hidden sortkey for tablesorter */
.cardAttribute {
td .sortkey,
    box-sizing: border-box;
th .sortkey {
    display: flex;
display: none;
    flex-direction: column;
speak: none;
    justify-content: center;
    align-items: center;
    width: 8em;
}
}


/* Aspas retas para <q> */
.cardAttribute--icon {
q {
    margin: .6em 0;
quotes: '"' '"' "'" "'";
    height: 2em;
}
}


/* Evitar colisão de blockquote com elementos flutuantes ao trocar margem com padding */
.cardAttribute--value {
blockquote {
    margin: 0 !important;
overflow: hidden;
 
margin: 1em 0;
    font-size: .9em !important;
padding: 0 40px;
    font-weight: bold;
    line-height: 1.65em !important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
}


pre, .mw-code {
/*------------------------------------
overflow-x: hidden;
      WANTED
overflow-wrap: break-word;
      -----------------------------------*/
 
.selectWanted--container {
    display: flex;
    justify-content: center;
}
}


/* Mesmo espaçamento para parágrafos indentados e não-indentados em páginas de discussões */
#selectbox-wanted {
.ns-talk .mw-body-content dd {
    padding: .35em .5em;
margin-top: 0.4em;
    font-family: sans-serif;
margin-bottom: 0.4em;
    letter-spacing: .04em;
    font-size: 1.25em;
    width: 21em;
    border: 2px solid #5684c8;
    border-radius: 6px;
}
}


/* Reajustar estilização em itálico definido pelo agente de utilizador */
.wantedPortrait--container {
cite, dfn {
    width: 100%;
font-style: inherit;
}


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


/* Classes genéricas para serifa baseada em Times, classe texhtml para matemática em linha */
.wantedPortraits {
.times-serif,
    display: flex;
span.texhtml {
    flex-wrap: wrap;
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
font-size: 118%;
line-height: 1;
}
}


span.texhtml {
.wantedPortrait {
white-space: nowrap;
    box-sizing: border-box;
    width: 18em;
    padding: .35em;
}
}


span.texhtml span.texhtml {
.wantedPortrait img {
font-size: 100%;
    width: 100%;
}
}


span.mwe-math-mathml-inline {
@media screen and (max-width: 1440px) {
font-size: 118%;
    :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;
    }
 
}
}


/* Forçar exibição tabular e de revestimento para dígitos e texhtml */
/*******************************************************************************
.digits,
      PRESET: ABAS
.texhtml {
      *******************************************************************************/
-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
.tabela-abas {
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
    width: 100%;
font-feature-settings: "lnum", "tnum", "kern" 0;
    border-collapse: collapse;
font-variant-numeric: lining-nums tabular-nums;
    text-align: center;
font-kerning: none;
    margin-bottom: 20px;
}
}


ol.references,
.mostrar-aba {
div.reflist {
    cursor: pointer;
font-size: 90%;           /* font-size padrão */
    padding: 0;
margin-bottom: 0.5em;
    background-color: transparent;
    text-align: center;
    border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}
}
div.reflist ol.references {
 
font-size: 100%;           /* Resetar font-size quando aninhado em div.reflist */
.imagem-botao {
margin-bottom: 0;         /* Evitar margem dupla quando aninhado em div.reflist */
    display: inline-block;
list-style-type: inherit; /* Habilitar tipos de estilo de lista personalizadoss */
    width: auto;
    height: auto;
}
}


/* Resetar margem de topo para listas embutidas em colunas */
.sec-aba-cem {
div.columns {
    padding: 5px;
margin-top: 0.3em;
    font-weight: bold;
    text-align: center;
    color: #333;
}
}
div.columns dl,
 
div.columns ol,
.mostrar-aba img {
div.columns ul {
    border: none;
margin-top: 0;
    background-color: transparent;
    margin: 5px;
}
}


/* Make it possible to hide checkboxes in <inputbox> */
.mostrar-aba:hover::after {
.inputbox-hidecheckboxes form .inputbox-element,
    content: '';
.inputbox-hidecheckboxes .mw-ui-checkbox {
    position: absolute;
display: none !important;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.4);
    /* Barrinha sutil ao passar o mouse */
}
}


/* Ajuste na cor do símbolo de não-patrulhado nas [[WP:Mudanças recentes]], em conformidade com o [[WP:Padrão visual]] */
.mostrar-aba:hover img {
abbr.unpatrolled {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    color: #B60000
    /* Sombra leve ao passar o mouse */
}
}


/* Confetes do [[Mediawiki:Sitenotice]] dos 20 anos */
.mostrar-aba:active img {
.top-banner-20 {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
  background: url( "//upload.wikimedia.org/wikipedia/donate/0/08/Wikipedia20_banner_backgroundtop2.svg" );
  background-size: auto 36px;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 36px;
  overflow: hidden;
  z-index: 0;
  margin-right: 149px;
}
}
.bottom-banner-20 {
 
    background: url( "//upload.wikimedia.org/wikipedia/donate/c/c9/Wikipedia20_banner_backgroundbottom2.svg" );
.mostrar-aba.ativa::after {
    background-size: auto 36px;
     content: '';
     background-repeat: repeat-x;
     position: absolute;
     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%;
     width: 100%;
     height: 36px;
    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;
     overflow: hidden;
     transform: translateY(-36px);
     text-overflow: ellipsis;
    margin-right: 149px;
}
}


.summon_template a,
/**********************
.summon_template a.extiw,
      VECTOR.CSS
.summon_template a.extiw:visited {
  **********************/
  color: white;
 
  display: inline-block;
/* Geral */
  border-bottom: 1px dotted;
a {
    color: #0645ad;
}
}
.summon_template a:hover, .summon_template a:active {
 
  text-decoration: none;
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;
}
}
.summon_template span.image_link a:nth-child(1) {
 
  border-bottom: 0; !important;
.vector-menu-tabs .selected {
    font-weight: bold;
    background: #ffffff;
    border: 1px #0645ad solid;
}
}
table.summon_template {
 
.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;
     color: white;
     border-spacing: 0;
}
     border-collapse: separate;
 
     border-width: 0 5px 0 5px;
#msupload-div a {
     border-style: solid;
    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;
     position: relative;
    width: 627px;
}
}
table.summon_template .caption {
 
     background-color: rgba(0, 0, 0, 0.1);
#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;
     text-align: center;
    font-size: 16pt;
}
}
table.summon_template .subcaption {
 
     background-color: rgba(0, 0, 0, 0.05);
table.wikitablecenter th,
table.prettytable th {
     background: #f2f2f2;
     text-align: center;
     text-align: center;
    font-size: 12pt;
}
}
table.summon_template tr > th .tooltiptext {
 
     font-size: 14px;  
table.wikitablecenter caption,
     font-weight: normal;
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;
}
}
table.summon_template tr > th {
 
    background: rgba(0, 0, 0, 0.5);
.responsive-image[style*="text-align:center"] {
    border-style: solid;
    border-width: 5px;
     text-align: center;
     text-align: center;
}
}
table.summon_template tr > td {
 
     background: rgba(0, 0, 0, 0.3);
 
     border-style: solid;
/* ---------------------------------------------------------------------------------------------------------------- */
     border-width: 5px;
 
/* 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;
     text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #0645ad;
    transition: all 0.2s ease;
    user-select: none;
    position: relative;
}
}
.summon_template.fire {
 
    background: #fc9084;
.mw-tabber-tab:last-child {
     border-color: #fc9084;
     border-right: none;
}
}
.summon_template.fire td, .summon_template.fire th {
 
     border-color: #fc9084;
/* Hover nas abas */
.mw-tabber-tab:hover {
     background-color: #f8f9fa;
    color: #0b0080;
}
}
.summon_template.water {
 
     background: #84c6fc;
/* Aba ativa */
     border-color: #84c6fc;
.mw-tabber-tab.active {
     background-color: #ffffff;
    color: #0645ad;
     border-bottom: 3px solid #0645ad;
    font-weight: 600;
}
}
.summon_template.water td, .summon_template.water th {
 
     border-color: #84c6fc;
/* Container do conteúdo */
.mw-tabber-content {
     padding: 20px;
    background-color: #ffffff;
    min-height: 200px;
}
}
.summon_template.earth {
 
     background: #ba9072;
/* Painel de conteúdo individual */
     border-color: #ba9072;
.mw-tabber-panel {
     display: none;
     animation: fadeIn 0.3s ease;
}
}
.summon_template.earth td, .summon_template.earth th {
 
     border-color: #ba9072;
.mw-tabber-panel.active {
     display: block;
}
}
.summon_template.wind {
 
     background: #b4f090;
/* Animação de fade in */
     border-color: #b4f090;
@keyframes fadeIn {
     from {
        opacity: 0;
        transform: translateY(5px);
     }
 
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
}
.summon_template.wind td, .summon_template.wind th {
 
    border-color: #b4f090;
/* 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;
    }
}
}
.summon_template.light {
 
    background: #f0f08a;
/* Responsividade para mobile */
    border-color: #f0f08a
@media (max-width: 480px) {
    .mw-tabber-tab {
        padding: 10px 15px;
        font-size: 13px;
    }
 
    .mw-tabber-content {
        padding: 12px;
        min-height: 150px;
    }
}
}
.summon_template.light td, .summon_template.light th {
 
    border-color: #f0f08a
 
/**************
gurren (2026)
**************/
.gla-responsive-frame{
  width: fit-content;
  max-width: 100%;
  margin: 12px auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
}
.summon_template.dark {
 
    background: #8472c0;
/* neutraliza molduras do MediaWiki */
    border-color: #8472c0
.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;
}
}
.summon_template.dark td, .summon_template.dark th {
 
    border-color: #8472c0
/* 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 */
}
}

Edição atual tal como às 00h46min de 9 de fevereiro 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;
    }
}


/**************
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 */
}