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

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


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


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


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


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


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


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


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


/**********************************
/* === REMOÇÃO DE BORDAS EM TÍTULOS === */
  PÁGINA INICIAL: EVENTOS, MENU E INFORMAÇÕES
.mw-headline {
**********************************/
     border-bottom: none !important;
 
.homepage-layout {
     display: grid;
    grid-template-columns: 2fr 1fr;
    /* Primeira coluna: eventos + menu; Segunda coluna: informações */
    grid-template-rows: auto 1fr;
    /* Primeira linha: eventos; Segunda linha: menu e informações */
    gap: 20px;
    align-items: start;
}
}


/* Eventos */
h1,
.homepage-events {
h2,
    grid-column: 1 / 2;
h3,
    /* Ocupa a primeira coluna */
h4,
    grid-row: 1;
h5,
    /* Fica na primeira linha */
h6 {
    display: flex;
     border-bottom: none !important;
    justify-content: center;
    gap: 15px;
     flex-wrap: wrap;
}
}


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


.homepage-events h2 {
#contentSub,
#contentSub2 {
    margin: 0 !important;
    padding: 0 !important;
     display: none;
     display: none;
     /* Esconde o título de eventos */
     /* opcional: se quiser sumir com tudo */
}
 
/* Discord */
#n-Discord {
    font-size: 10px;
    line-height: 1.5em;
}
}


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


.homepage-menu h2 {
#n-Discord a {
    background: linear-gradient(to bottom, #4d9ed8, #3a88c5);
     color: #fff !important;
     color: #ffffff;
    text-align: center;
    padding: 10px;
    margin: 0;
    border-radius: 10px 10px 0 0;
    font-size: 1.4rem;
     font-weight: bold;
     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;
}
}


.homepage-menu-content {
#n-Discord a::before {
    padding: 15px;
     font-weight: normal;
    display: grid;
     opacity: 0.85;
     grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
     margin-left: 1.25em
     /* Ajusta os itens automaticamente */
    gap: 15px;
     /* Espaçamento entre os itens */
    justify-items: center;
    /* Centraliza os itens individualmente */
}
}


/* Informações */
#n-Discord a::after {
.homepage-infos {
     content: '';
     grid-column: 2 / 3;
     background: url(/images/7/76/Discord-brands.png) no-repeat;
     /* Ocupa a segunda coluna */
     background-size: contain;
     grid-row: 2;
     background-position: center;
     /* Fica na mesma linha do menu */
     background-repeat: no-repeat;
    border: 1px solid #d1e4f2;
     filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
     background: #ffffff;
    position: absolute;
     box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.2);
    top: 2px;
     border-radius: 10px;
     left: 4px;
     overflow: hidden;
    width: 20px;
     height: 20px;
}
}


.homepage-infos h2 {
#n-Discord a:hover {
     background: linear-gradient(to bottom, #4d9ed8, #3a88c5);
     text-decoration: none;
     color: #ffffff;
     background-color: #7885ff;
    text-align: center;
     border-color: #6c77f0;
    padding: 10px;
     transition: .3s
    margin: 0;
     border-radius: 10px 10px 0 0;
     font-size: 1.4rem;
    font-weight: bold;
}
}


.homepage-infos-content {
/* css atual */
     padding: 15px;
/* ESTILIZAÇÃO PADRÃO */
 
.thumb .thumbcaption .magnify:first-child {
     display: none;
}
}


/**********************************
html {
  PÁGINA INICIAL: WIKI ROW
     scroll-behavior: auto;
  **********************************/
     /*smooth*/
.wiki-row-container {
     margin-bottom: 10px;
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    text-decoration: none;
}
}


.wiki-row-item {
.dark-mode:root {
     text-align: center;
     --content-bg: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
}
}


.wiki-row-item:hover {
:root {
     transform: translateY(-5px);
    --content-bg: #fcfcfc;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    --content-text: #000;
     border-color: #007bff;
    --simpleSearch-bg: #fff;
     --searchInput-text: #aaaaaa;
    --link-text: #0645ad;
     --lightGray: rgba(240, 240, 240);
    --gray: rgb(190, 190, 190);
     --transparent-blue: #338be58c;
    --blue: #338be5;
}
}


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


.wiki-row-image img {
a:visited,
     width: 100%;
a {
    height: 100%;
     color: var(--link-text) !important;
    object-fit: cover;
    transition: transform 0.3s ease;
}
}


.wiki-row-item:hover .wiki-row-image img {
/*
    transform: scale(1.1);
body {
position: relative;
}
body {
position: relative;
}
}


.wiki-row-title {
body::before {
    font-weight: bold;
content: '';
    font-size: 1.1em;
position: fixed;
    background: white;
top: 0;
    color: #000;
left: 0;
    padding: 10px 0;
width: 100%;
    margin: 0;
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;
     position: relative;
     bottom: 0;
     background-image: url(/images/3/31/Cinza_capriw.png);
    text-transform: uppercase;
     background-repeat: repeat;
     border-top: 1px solid #ddd;
     background-attachment: fixed;
     text-decoration: none !important;
}
}


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


.wiki-row-title a {
#simpleSearch {
     text-decoration: none;
     background-color: var(--simpleSearch-bg) !important;
    color: inherit;
}
}


.wiki-row-title a:hover {
#p-personal {
     text-decoration: none;
    right: 1em;
     top: .5em;
}
}


/**********************************
#p-search {
  PRESET: IMG
     float: left;
  **********************************/
     margin-left: -0.1em;
.responsive-image {
     margin-right: 1em;
     max-width: 100%;
     margin-top: -0.4em;
     display: block;
     margin: 0 auto;
     overflow: hidden;
}
}


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


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


.responsive-image[style*="text-align:right"] {
/* Force lining numbers in headers (for fonts like Georgia) */
     margin: 0;
h1,
     text-align: right;
h2,
.firstHeading {
    -moz-font-feature-settings: "lnum";
     -webkit-font-feature-settings: "lnum";
     font-feature-settings: "lnum";
}
}


.responsive-image[style*="text-align:center"] {
/* Consistent size for sub/sup */
     text-align: center;
.mw-body sub,
.mw-body sup,
span.reference
 
/* for Parsoid */
    {
     font-size: 80%;
}
}


/**********************************
 
  WIDGET: PAGEVIDEO
/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
  **********************************/
      * For sanity, only do this if [[Project_talk:Support_desk]] is a
.pagevideo-wrapper {
      * redirect (which goes back to [[Project:Support_desk]]).
     display: flex;
      * If that is changed for some reason, it automatically comes back.
    justify-content: center;
      */
    align-items: flex-start;
.page-Project_Support_desk #ca-talk a.mw-redirect {
    margin: 20px auto;
     display: none;
    width: 100%;
}
}


.pagevideo {
/* CSS Hover Gallery for Mediawiki */
     width: 100%;
 
     max-width: 800px;
.gallery_zoom_img img {
     height: auto;
     -moz-transition: -moz-transform 0.1s ease-in;
     border: 1px solid #ccc;
     -webkit-transition: -webkit-transform 0.1s ease-in;
    border-radius: 5px;
     -o-transition: -o-transform 0.1s ease-in;
    background-color: #000;
     transition: transform 0.1 ease-in;
}
}


@media screen and (max-width: 768px) {
.gallery_zoom_img img:hover {
     .pagevideo {
    -moz-transform: scale(2);
        max-width: 100%;
    -webkit-transform: scale(2);
     }
     -o-transform: scale(2);
     transform: scale(2);
}
}


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


/**********************************
/*--------------------------------------------------
  MEDIAWIKI: THUMBS
      Vector
  **********************************/
      --------------------------------------------------*/
.thumb {
 
    border: 1px solid #ccc;
.vector-menu-tabs li {
     background-color: #fafafa;
     background: transparent;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    text-align: center;
    margin: 8px auto;
}
}


.thumbimage {
/*--------------------------------------------------
    max-width: 100%;
      Tabber
    height: auto;
      --------------------------------------------------*/
    border: none;
}


.thumbcaption {
.center-tab .tabber__header {
     font-family: Arial, sans-serif;
     justify-content: center;
    font-size: 12px;
    color: #666;
    background-color: #ffffff;
    padding: 4px;
    border-top: 1px solid #eee;
}
}


.magnify {
/*--------------------------------------------------
    display: none;
      Tags de uso generalizado
}
      --------------------------------------------------*/


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


/**********************************
.mt-2 {
  PREDEFINIÇÃO: Titulo
     margin-top: 1.5em;
  **********************************/
#firstHeading {
     display: none;
}
}


#custom-title {
.mt-4 {
     display: inline-block;
     margin-top: 3em;
    display: block;
    text-align: left;
}
}


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


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


.homepage-streamer h2 {
    background: linear-gradient(to bottom, #9146ff, #772ce8);


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


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


@media (max-width: 1220px) {
.relative {
    .homepage-container {
     position: relative;
        flex-direction: column;
    }
 
     .homepage-guia,
    .homepage-eventos {
        flex: none;
        /* Remove o comportamento flex no mobile */
        width: 100%;
        /* Ocupa 100% da largura */
    }
}
}


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


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


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


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


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


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


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


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


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


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


.homepage-destaques-conteudo {
.badge {
     padding: 15px 15px 5px;
     padding: .25em .57em;
}
    margin: .45em;
 
    border-radius: 6px;
/**********************************
    color: white;
  Widget:WorldBossTimer
    font-weight: bold;
  **********************************/
    text-transform: capitalize;
.worldboss-widget {
    white-space: nowrap;
     position: relative;
     max-height: 1.5em;
     display: flex;
     font-size: .9em;
     justify-content: center;
     letter-spacing: 1px;
     align-items: center;
     box-shadow: rgb(3 102 214 / 30%) 0px 0px 0px 3px;
     width: 320px;
    background: linear-gradient(to bottom, #459cca, #5684c8);
     height: 90px;
}
 
.card {
     width: 100%;
     min-height: 14em;
     margin: 0 auto;
     margin: 0 auto;
     text-align: center;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


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


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


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


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


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


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


.mw-body h1,
.simple-tooltip-inline {
.mw-body-content h1,
     border: none !important;
.mw-body-content h2 {
     font-family: sans-serif !important;
}
}


a:visited,
.tooltipster-default {
a {
    background-color: rgb(220, 220, 220);
     color: var(--link-text) !important;
    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;
}
}


body {
.tooltipster-arrow {
     background-image: url(/images/3/31/Cinza_capriw.png);
     borde-color: rgb(220, 220, 220) !important;
    background-repeat: repeat;
    background-attachment: fixed;
}
}


h1,
#bigImage {
h2 {
     position: absolute;
     margin-bottom: 0.6em;
     transform: translate(0, -100%);
     border-bottom: 0px !important;
}
}


#content {
/**********************************
     overflow-x: clip;
          Widget:GlobalEventTimer
 
          **********************************/
     color: var(--content-text);
.global-event-widget {
     background-color: var(--content-bg) !important;
     position: relative;
     border: none !important;
    display: flex;
     box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
     justify-content: center;
    align-items: center;
    width: 320px;
     height: 90px;
     margin: 0 auto;
     text-align: center;
    overflow: hidden;
}
}


#simpleSearch {
.global-event-image {
     background-color: var(--simpleSearch-bg) !important;
     width: 100%;
    height: 100%;
    object-fit: cover;
}
}


#p-personal {
#global-event-time {
     right: 1em;
     position: absolute;
     top: .5em;
    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;
}
}


#p-search {
/**********************************
     float: left;
      WIDGET: PAGEVIDEO
     margin-left: -0.1em;
      **********************************/
     margin-right: 1em;
.pagevideo-wrapper {
     margin-top: -0.4em;
     display: flex;
     justify-content: center;
    align-items: flex-start;
     margin: 20px auto;
     width: 100%;
}
}


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


.mw-body {
@media screen and (max-width: 768px) {
     margin-top: -1px;
     .pagevideo {
     border: 2px solid #5c3f2b !important;
        max-width: 100%;
    border-right-width: 2px !important;
     }
}
}


/* Force lining numbers in headers (for fonts like Georgia) */
/**********************************
h1,
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
h2,
      **********************************/
.firstHeading {
.mw-parser-output .external {
    -moz-font-feature-settings: "lnum";
     background-image: none !important;
     -webkit-font-feature-settings: "lnum";
     padding-right: 0 !important;
     font-feature-settings: "lnum";
}
}


/* Consistent size for sub/sup */
/**********************************
.mw-body sub,
      PREDEFINIÇÃO: Titulo
.mw-body sup,
      #firstHeading {
span.reference
      display: none;
  }
      **********************************/
 


/* for Parsoid */
#custom-title {
     {
    display: inline-block;
     font-size: 80%;
     display: block;
     text-align: left;
}
}


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


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


/* CSS Hover Gallery for Mediawiki */
.initialPage--table>tbody>tr>th,
 
.initialPage--table>tbody>tr>td {
.gallery_zoom_img img {
     background: transparent !important;
    -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 {
.initialPage--title,
    -moz-transform: scale(2);
.initialPage--events {
    -webkit-transform: scale(2);
     border: none;
     -o-transform: scale(2);
     border-collapse: separate;
     transform: scale(2);
}
}


/*--------------------------------------------------
.initialPage--events th,
  CSS CUSTOMIZADO
.initialPage--title th {
  --------------------------------------------------*/
     color: black !important;
 
    padding: .4em;
/*--------------------------------------------------
  Vector
  --------------------------------------------------*/
 
.vector-menu-tabs li {
     background: transparent;
}
}


/*--------------------------------------------------
.initialPage--title th {
  Tabber
    background-color: transparent !important;
  --------------------------------------------------*/
     font-size: 2em;
 
.center-tab .tabber__header {
     justify-content: center;
}
}


/*--------------------------------------------------
.initialPage--events {
  Tags de uso generalizado
    display: flex;
  --------------------------------------------------*/
     height: 20em;
 
.mt-1 {
     margin-top: .75em;
}
}


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


.mt-4 {
.initialPage--events td {
     margin-top: 3em;
     text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
}


.mt--4 {
.initialPage--mainContainer {
     margin-top: -2em;
     display: flex;
    align-items: flex-start;
}
}


.mb-2 {
.initialPage--menuContainer {
     margin-bottom: 1em;
    width: 75%;
     margin-right: 1.5em;
}
}


 
.initialPage--sideMenuContainer {
.d-flex,
     width: 25%;
.td-flex td {
     display: flex;
}
}


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


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


.text-justify {
.initialPage--menu {
     text-align: justify;
     display: flex;
    flex-wrap: wrap;
}
}


.align-center {
.initialPage--menuItemContainer {
     align-items: center;
     display: flex;
    justify-content: center;
    flex-wrap: wrap;
 
    padding: 1em 0;
}
}


.align-top {
.initialPage--menuItem {
     align-items: flex-start;
     width: 22.5%;
}
}


.justify-between {
.initialPage--menuItem a img {
     justify-content: space-between;
     width: 100%;
}
}


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


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


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


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


.flex-wrap {
.initialPage--socialMediaLink {
     flex-wrap: wrap;
     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;
}
}


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


.badge {
.initialPage--socialMediaLink:hover {
    padding: .25em .57em;
     text-decoration: none;
    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 {
.socialMedia--svg {
     width: 100%;
     display: flex;
    min-height: 14em;
     align-items: center;
    margin: 0 auto;
    border-radius: 10px;
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


.card-title {
.socialMedia--svg svg {
    display: block;
     width: 2em;
    padding: .25em 0;
     fill: #689cc0;
    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;
     transition: all .25s ease;
    image-rendering: auto;
    /* ou crisp-edges */
}
}


.scaleUp-hover:hover {
.socialMedia--svg svg path {
     transform: scale(1.1);
     fill: inherit;
}
}


/*
      Discord
      */


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


.simple-tooltip-inline {
.initialPage--socialMedia.discord:before {
     border: none !important;
     background: #5865f2;
}
}


.tooltipster-default {
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    background-color: rgb(220, 220, 220);
     fill: #5865f2 !important;
     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;
      Instagram
      */
 
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
     color: #f09433 !important;
}
}


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


/*--------------------------------------------------
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
  Pagina Inicial
     fill: url(#gradient-vertical);
  --------------------------------------------------*/
.initialPage--table {
     width: 100%;
    text-align: center;
}
}


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


.initialPage--title,
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
.initialPage--events {
     color: #4267B2 !important;
     border: none;
    border-collapse: separate;
}
}


.initialPage--events th,
.initialPage--socialMedia.facebook:before {
.initialPage--title th {
     background: #4267B2;
     color: black !important;
    padding: .4em;
}
}


.initialPage--title th {
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
     background-color: transparent !important;
     fill: #4267B2 !important;
    font-size: 2em;
}
}


.initialPage--events {
/*--------------------------------------------------
     display: flex;
      Ocultação de componentes
    height: 20em;
      --------------------------------------------------*/
 
#p-navigation {
     background-color: transparent;
}
}


.initialPage--eventsLogo {
#mw-head-base {
     height: 100%;
     background-color: transparent;
    padding: .5em 3.5em 2em 0;
     width: auto !important;
     display: flex;
    align-items: center;
}
}


.initialPage--events td {
#mw-page-base {
     text-align: center;
     background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
}


.initialPage--mainContainer {
#mw-panel #p-tb h3 {
     display: flex;
     color: rgb(0, 0, 0);
     align-items: flex-start;
     font-size: .75em;
}
}


.initialPage--menuContainer {
#p-tb {
     width: 75%;
     display: none;
    margin-right: 1.5em;
}
}


.initialPage--sideMenuContainer {
/* #ca-nstab-mediawiki { display: none; } */
     width: 25%;
/* #ca-talk { display: none; } */
#ca-view {
     display: none;
}
}


.initialPage--menuTitle {
#ca-history {
     display: block;
     display: none;
    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 {
#ca-viewsource {
     display: flex;
     display: none !important;
    flex-wrap: wrap;
}
}


.initialPage--menuItemContainer {
/* #ca-unwatch { display: none; } */
    display: flex;
/* #p-cactions { display: none; } */
    justify-content: center;
/*
    flex-wrap: wrap;
      Pacientes
      */


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


.initialPage--menuItem {
.table-pacients img {
     width: 22.5%;
     width: 15.715em;
    height: auto;
}
}


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


.initialPage--socialMediaContainer {
.filter--containerSearch {
     box-sizing: border-box;
     display: flex;
     width: 100%;
     padding: 0 2em;
     margin-top: 8em;
     justify-content: flex-end;
     padding: 0 1.5em;
     align-items: center;
}
}


.initialPage--socialMedia {
.filter--container {
     position: relative;
     display: flex;
     border-top: 2px solid #689cc0;
     padding: 0 2em;
     margin-top: 1em;
    justify-content: space-between;
     align-items: center;
}
}


.initialPage--socialMedia:before {
.filter {
     content: '';
     width: fit-content;
    position: absolute;
     display: flex;
    top: -2px;
     justify-content: center;
     display: block;
     border: 3px solid #b0cff1;
     width: 0;
     border-collapse: collapse;
     height: 2px;
     border-radius: 8px;
     z-index: 1;
     transition: width .25s ease;
}
}


.initialPage--socialMedia:hover::before {
.filter--title {
    width: 100%;
}
 
.initialPage--socialMediaLink {
     display: flex;
     display: flex;
     justify-content: space-between;
     border-right: 3px solid #b0cff1;
    background: #4c91c9;
    padding: 0 1em;
     align-items: center;
     align-items: center;
    border-radius: 4px 0 0 4px;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: bold;
    color: white;
}


    font-size: 1.35em;
.filter--icon,
    font-weight: 600;
.calcXp--tierIcon {
     letter-spacing: .03em;
     padding: .35em .95em;
    color: #689cc0 !important;
     background: transparent;
 
     cursor: pointer;
     padding: .9em .5em;
     transition: color .25s ease;
}
}


.initialPage--socialMediaLink:visited {
.filter--icon.tier img {
     color: #689cc0 !important;
     filter: grayscale(.0);
}
}


.initialPage--socialMediaLink:hover {
.filter--icon.tier.active img {
     text-decoration: none;
     box-shadow: none;
}
}


.socialMedia--svg {
.filter--icon img {
     display: flex;
     filter: grayscale(.8);
     align-items: center;
     border-radius: 10px;
}


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


.socialMedia--svg svg path {
.calcXp--tierIcon img {
     fill: inherit;
     filter: drop-shadow(0px 1px 8px #4c91c900);
}
    border-radius: 10px;


/*
     transition: all .25s ease;
  Discord
  */
 
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
     color: #5865f2 !important;
}
}


.initialPage--socialMedia.discord:before {
.filter--icon.active img {
     background: #5865f2;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
     filter: grayscale(0);
}
}


.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.filter--icon.tier.active img,
     fill: #5865f2 !important;
.calcXp--tierIcon.active img {
     transform: scale(.85);
}
}


/*
.filter--icon.tier#bronze.active img,
  Instagram
.calcXp--tierIcon#bronze.active img {
  */
     filter: drop-shadow(0px 1px 8px #f18a05);
 
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
     color: #f09433 !important;
}
}


.initialPage--socialMedia.instagram:before {
.filter--icon.tier#silver.active img,
     background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
.calcXp--tierIcon#silver.active img {
     filter: drop-shadow(0px 1px 8px #8b8b8b);
}
}


.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.filter--icon.tier#gold.active img,
     fill: url(#gradient-vertical);
.calcXp--tierIcon#gold.active img {
     filter: drop-shadow(0px 1px 8px #fbc300);
}
}


/*
.filter--icon.tier#diamond.active img,
  Facebook
.calcXp--tierIcon#diamond.active img {
  */
     filter: drop-shadow(0px 1px 8px #0391c5);
 
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
     color: #4267B2 !important;
}
}


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


.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.filter--inputContainer {
     fill: #4267B2 !important;
    box-sizing: border-box;
     position: relative;
}
}


/*--------------------------------------------------
.filter--searchButton {
  Ocultação de componentes
    cursor: pointer;
  --------------------------------------------------*/
    display: inline-block;
 
    border: 3px solid #b0cff1;
#p-navigation {
    position: absolute;
     background-color: transparent;
    width: 4.5em;
}
    height: -webkit-fill-available;
    right: 0;
    bottom: 0;
    border-radius: 0 8px 8px 0;
     background: #4c91c9;


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


#p-logo {
.filter--searchButton img {
     background-color: transparent;
     filter: invert(1);
}
}


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


#mw-panel #p-tb h3 {
.calcXp--resultTitle {
     color: rgb(0, 0, 0);
    text-align: center;
     font-size: .75em;
     color: #4f7ca0;
    margin: 0;
     margin-top: -.5em !important;
    letter-spacing: .05em;
}
}


#p-tb {
.calcXp--formItem {
     display: none;
     display: flex;
    align-items: center;
}
}


/* #ca-nstab-mediawiki { display: none; } */
.calcXp--formItem input {
/* #ca-talk { display: none; } */
    box-sizing: border-box;
#ca-view {
    padding: .35em;
     display: none;
    border: 2px solid #b0cff1;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .05em;
     width: 4em;
}
}


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


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


/* #ca-unwatch { display: none; } */
    border: none;
/* #p-cactions { display: none; } */
    border-radius: 6px;
/*
    background: #4c91c9;
  Pacientes
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  */
    color: white;


.table-pacients {
    font-size: 1.35em;
     display: block;
    text-transform: capitalize;
     max-width: 1400px;
     letter-spacing: 0.05em;
     overflow-x: auto;
     font-weight: bold;
     transition: .35s ease;
}
}


.table-pacients img {
#calculate-btn:hover {
     width: 15.715em;
     color: #ffffff;
     height: auto;
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
    transform: scale(.95);
     background: #4685b8;
}
}


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


.filter--containerSearch {
#calc-result .badge {
     display: flex;
     display: flex;
    padding: 0 2em;
    justify-content: flex-end;
     align-items: center;
     align-items: center;
    justify-content: center;
    max-height: 5em;
    width: 5em;
}
}


.filter--container {
.calcXp--xpIcon {
     display: flex;
     margin-left: -.2em;
     padding: 0 2em;
}
     justify-content: space-between;
 
    align-items: center;
.calcXp--numberOfPots {
     padding-top: .2em;
     font-size: 1.15em;
}
}


.filter {
#characters-container {
    width: fit-content;
     display: flex;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     border: 3px solid #b0cff1;
     padding: 1em;
    border-collapse: collapse;
    border-radius: 8px;
}
}


.filter--title {
#characters-container>div {
     display: flex;
     box-sizing: border-box;
    border-right: 3px solid #b0cff1;
     display: none;
     background: #4c91c9;
     padding: 1em;
     padding: 0 1em;
     width: 19%;
     align-items: center;
     margin-right: 1%;
     border-radius: 4px 0 0 4px;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: bold;
    color: white;
}
}


.filter--icon,
#characters-container>div.show {
.calcXp--tierIcon {
     display: block;
     padding: .35em .95em;
    background: transparent;
    cursor: pointer;
}
}


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


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


.filter--icon img {
.characterPage--splashArt {
     filter: grayscale(.8);
     position: absolute;
     border-radius: 10px;
     top: -2%;
 
    right: -2%;
     transition: all .25s ease;
     width: 35%;
}
}


.calcXp--tierIcon img {
.characterPage--table {
     filter: drop-shadow(0px 1px 8px #4c91c900);
     margin-top: -4em;
     border-radius: 10px;
     width: 100%;
 
    transition: all .25s ease;
}
}


.filter--icon.active img {
.characterPage--table>tbody {
     box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
     position: relative;
     filter: grayscale(0);
    display: flex;
    justify-content: space-between;
     align-items: flex-end;
}
}


.filter--icon.tier.active img,
.characterPage--table>tbody>.characterPage--mainSection {
.calcXp--tierIcon.active img {
    display: flex;
     transform: scale(.85);
    flex-wrap: wrap;
    justify-content: space-between;
     width: 65%;
}
}


.filter--icon.tier#bronze.active img,
.characterPage--table>tbody>.characterPage--sideSection {
.calcXp--tierIcon#bronze.active img {
    box-sizing: border-box;
     filter: drop-shadow(0px 1px 8px #f18a05);
     display: flex;
    justify-content: center;
    width: 33%;
    padding: 0 1em;
}
}


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


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


.filter--icon.tier#diamond.active img,
.stats--container {
.calcXp--tierIcon#diamond.active img {
    display: flex;
     filter: drop-shadow(0px 1px 8px #0391c5);
    justify-content: center;
    flex-wrap: wrap;
     padding: 1.25em;
}
}


.filter--input {
.stats--container>div {
     box-sizing: border-box;
     width: 45%;
     padding: .45em;
     display: flex;
     padding-right: 2.5em;
     align-items: center;
     border: 3px solid #b0cff1;
     justify-content: center;
     font-size: 1.2em;
     margin: .5em;
    border-radius: 8px;
    width: 23em;
}
}


.filter--inputContainer {
.stats--container div img {
     box-sizing: border-box;
     width: 2.25em;
    position: relative;
}
}


.filter--searchButton {
.stats--bar {
    cursor: pointer;
     display: flex;
     display: inline-block;
     width: -webkit-fill-available;
    border: 3px solid #b0cff1;
     justify-content: space-between;
    position: absolute;
     padding: 0 1.25em;
     width: 4.5em;
    height: -webkit-fill-available;
     right: 0;
     bottom: 0;
    border-radius: 0 8px 8px 0;
    background: #4c91c9;
 
}
}


.filter--searchButton img {
.bar-filled:first-child,
     filter: invert(1);
.bar-notFilled:first-child {
     border-radius: 6px 0 0 6px;
}
}


.calcXp--container {
.bar-filled:last-child,
     box-sizing: border-box;
.bar-notFilled:last-child {
    padding: 2.25em 1.25em;
     border-radius: 0 6px 6px 0;
     width: 43em;
}
     border: 3px solid #b0cff1;
 
     border-radius: 26px;
.bar-filled,
.bar-notFilled {
     display: block;
     width: 18%;
     height: 6px;
}
}


.calcXp--resultTitle {
.bar-filled {
     text-align: center;
     background: var(--blue);
    color: #4f7ca0;
    margin: 0;
    margin-top: -.5em !important;
    letter-spacing: .05em;
}
}


.calcXp--formItem {
.bar-notFilled {
     display: flex;
     background: var(--transparent-blue);
    align-items: center;
}
}


.calcXp--formItem input {
.characterInfo--name {
     box-sizing: border-box;
     margin: 0 !important;
    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 {
.characterInfo--badgeContainer {
     font-size: 1.225em;
     display: flex;
     font-weight: 500;
     justify-content: center;
     letter-spacing: .05em;
     flex-wrap: wrap;
     margin-right: .5em;
     width: fit-content;
     color: #386a93;
     margin: 0 auto;
}
}


#calculate-btn {
.characterInfo--contentContainer {
    box-sizing: border-box;
     display: flex;
    cursor: pointer;
     justify-content: space-between;
     display: block;
     padding: .6em 1.3em;
     width: 15em;
}
    margin: 2em auto;
     padding: .45em 1em;


    border: none;
.characterInfo--imageContainer {
    border-radius: 6px;
     width: 25%;
    background: #4c91c9;
}
     box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;


    font-size: 1.35em;
.characterInfo--medal {
    text-transform: capitalize;
     margin-top: -1.5em;
     letter-spacing: 0.05em;
    font-weight: bold;
    transition: .35s ease;
}
}


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


#calc-result {
.characterInfo--infoContainer #toc {
    margin-top: 1em;
     display: none;
     display: flex;
    justify-content: center;
}
}


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


.calcXp--xpIcon {
.characterPage--characterSkills {
     margin-left: -.2em;
     width: 100%;
}
}


.calcXp--numberOfPots {
/*
    padding-top: .2em;
      Card de Skins
    font-size: 1.15em;
      */
}


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


#characters-container>div {
.skins--container span {
     box-sizing: border-box;
     width: 33.3%;
     display: none;
     display: flex;
     padding: 1em;
     justify-content: center;
     width: 19%;
     align-items: center;
    margin-right: 1%;
}
}


#characters-container>div.show {
.skins--imageSkin {
     display: block;
     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 */
}


#characters-container>div>a>img {
/*
    width: 100%;
      Seção das skills do personagem
    border-radius: 8px;
      */
    filter: grayscale(.3);
    transition: all .25s ease;
}


#characters-container>div:hover>a>img {
.tabsContainer {
     box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
     width: 95%;
     filter: grayscale(0);
     margin: 0 auto;
     transform: scale(1.06);
     padding-bottom: .5em;
}
}


.characterPage--splashArt {
.tabsContainer table {
     position: absolute;
     width: 100%;
    top: -2%;
     border-collapse: collapse;
     right: -2%;
    width: 35%;
}
}


.characterPage--table {
.tabsContainer table>tbody>tr>td {
     margin-top: -4em;
     border-bottom: 2px solid rgb(225, 225, 225);
    width: 100%;
}
}


.characterPage--table>tbody {
.tabSkill--container {
     position: relative;
     padding-bottom: .85em;
     display: flex;
     display: flex;
     justify-content: space-between;
     max-width: 72em;
     align-items: flex-end;
     overflow-x: auto;
}
}


.characterPage--table>tbody>.characterPage--mainSection {
.skillInfo--description::-webkit-scrollbar,
    display: flex;
.tabSkill--container::-webkit-scrollbar {
    flex-wrap: wrap;
     width: 8px;
     justify-content: space-between;
     height: 8px;
     width: 65%;
}
}


.characterPage--table>tbody>.characterPage--sideSection {
.skillInfo--description::-webkit-scrollbar-track,
    box-sizing: border-box;
.tabSkill--container::-webkit-scrollbar-track {
     display: flex;
     background-color: #4799c954;
     justify-content: center;
     border-radius: 10px;
    width: 33%;
    padding: 0 1em;
}
}


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


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


.stats--container {
.tab-skill.active {
     display: flex;
     border-color: #459cca;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.25em;
}
}


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


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


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


.bar-filled:first-child,
.skillInfo--container>td {
.bar-notFilled:first-child {
     border: none !important;
     border-radius: 6px 0 0 6px;
}
}


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


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


.bar-filled {
.skillInfo.active {
     background: var(--blue);
     display: table-cell;
}
}


.bar-notFilled {
.skillInfo--videoContainer {
     background: var(--transparent-blue);
 
     align-self: center;
    width: 45%;
}
}


.characterInfo--name {
.skillInfo--skillVideo2 {
     margin: 0 !important;
     display: none;
    border-radius: 8px;
}
}


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


.characterInfo--contentContainer {
.skillInfo--videoSelector {
     display: flex;
     display: inline-block;
     justify-content: space-between;
     width: 1.1em;
     padding: .6em 1.3em;
    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);
}
}


.characterInfo--imageContainer {
.skillInfo--infoContainer {
     width: 25%;
     width: 50%;
}
}


.characterInfo--medal {
.skillInfo>div>.skillInfo--infoContainer b {
     margin-top: -1.5em;
     color: #2a87c4 !important;
}
}


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


.characterInfo--infoContainer {
.skillInfo--name {
     width: 75%;
     font-size: 1.85em;
    letter-spacing: 1px;
     text-align: center;
     text-align: center;
}
}


.characterInfo--infoContainer #toc {
.skillInfo--description {
     display: none;
     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;
}
}


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


.characterPage--characterSkills {
/* card attributes */
     width: 100%;
.attribute--cardsContainer {
}
     display: flex;
    align-items: flex-start;


/*
    width: fit-content;
  Card de Skins
    margin: 0 auto;
  */


.skins--container {
     background: var(--lightGray);
     display: flex;
     border: 2px solid var(--gray);
    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 {
.cardAttribute {
     width: 33.3%;
     box-sizing: border-box;
     display: flex;
     display: flex;
    flex-direction: column;
     justify-content: center;
     justify-content: center;
     align-items: center;
     align-items: center;
    width: 8em;
}
}


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


/*
.cardAttribute--value {
  Seção das skills do personagem
    margin: 0 !important;
  */


.tabsContainer {
    font-size: .9em !important;
     width: 95%;
    font-weight: bold;
     margin: 0 auto;
    line-height: 1.65em !important;
     padding-bottom: .5em;
     letter-spacing: 2px;
     text-align: center;
     text-transform: uppercase;
}
}


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


.tabsContainer table>tbody>tr>td {
.selectWanted--container {
     border-bottom: 2px solid rgb(225, 225, 225);
     display: flex;
    justify-content: center;
}
}


.tabSkill--container {
#selectbox-wanted {
     padding-bottom: .85em;
    padding: .35em .5em;
     display: flex;
    font-family: sans-serif;
     max-width: 72em;
     letter-spacing: .04em;
     overflow-x: auto;
     font-size: 1.25em;
     width: 21em;
    border: 2px solid #5684c8;
     border-radius: 6px;
}
}


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


.skillInfo--description::-webkit-scrollbar-track,
.wantedPortrait--title {
.tabSkill--container::-webkit-scrollbar-track {
    width: 100%;
     background-color: #4799c954;
    color: #292929;
     border-radius: 10px;
    font-size: 1.5em;
     font-weight: bold;
     letter-spacing: .035em;
}
}


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


.tab-skill {
.wantedPortrait {
     transition: all .25s ease;
     box-sizing: border-box;
     width: 100%;
     width: 18em;
     min-width: 5em;
     padding: .35em;
}
}


.tab-skill.active {
.wantedPortrait img {
     border-color: #459cca;
     width: 100%;
}
}


.tab-skill>div {
@media screen and (max-width: 1440px) {
    cursor: pointer;
     :root {
    box-sizing: border-box;
        font-size: 14px;
    width: 100%;
     }
     display: flex;
    justify-content: center;
     align-items: center;
    padding: .25em;
}


.tab-skill>div>img {
    .characterInfo--contentContainer {
    width: 100%;
        padding: .6em;
    max-width: 40px;
     }
     height: auto;
}


.skillInfo--container {
    .characterInfo--infoContainer {
    width: 100%;
        width: 65%;
}
    }


.skillInfo--container>td {
    .characterInfo--imageContainer {
    border: none !important;
        width: 35%;
}
    }


.skillInfo {
    .tabSkill--container {
     display: none;
        max-width: 61em;
}
        margin: 0 auto;
    }
 
     .tab-skill>div>img {
        max-width: 38px;
    }


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


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


.skillInfo--videoContainer {


    align-self: center;
@media screen and (max-width: 1024px) {
    width: 45%;
}


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


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


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


     transition: all .25s ease;
     .initialPage--menuContainer {
}
        width: 100%;
        margin-right: 0;
    }


.skillInfo--videoSelector.active {
    .initialPage--sideMenuContainer {
    background: var(--blue);
        width: 100%;
    transform: scale(.8);
        display: flex;
}
        flex-direction: column;
        margin-top: 1.5em;
    }


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


.skillInfo>div>.skillInfo--infoContainer b {
    #event-time {
    color: #2a87c4 !important;
        bottom: 5%;
}
        right: 5%;
        font-size: 1.25em;
    }


.skillInfo--infoContainer>center>b {
    .initialPage--socialMediaContainer {
    font-size: 1.15em;
        margin-top: 2em;
}
        display: flex;
        justify-content: space-between;
    }


.skillInfo--name {
    .initialPage--socialMedia {
    font-size: 1.85em;
        width: 32%;
     letter-spacing: 1px;
     }
    text-align: center;
}


.skillInfo--description {
    #p-search {
    display: inline-block;
        margin-right: 1em;
    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 {
    .filter--containerSearch {
    color: #717171;
        justify-content: center;
    font-size: 1.4em;
     }
    text-align: center;
     letter-spacing: 1px;
}


/* card attributes */
    .filter--container {
.attribute--cardsContainer {
        margin-top: 1em;
    display: flex;
        flex-wrap: wrap;
    align-items: flex-start;
        justify-content: center;
    }


     width: fit-content;
     .filter:last-of-type {
    margin: 0 auto;
        margin-top: 1em;
    }


     background: var(--lightGray);
     #characters-container>div {
    border: 2px solid var(--gray);
        width: 24%;
}
    }


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


.cardAttribute--icon {
    .characterPage--table>tbody>.characterPage--mainSection {
    margin: .6em 0;
        width: 100%;
    height: 2em;
        justify-content: flex-start;
}
    }


.cardAttribute--value {
    .characterPage--characterInfoContainer {
    margin: 0 !important;
        width: 38%;
    }


     font-size: .9em !important;
     .characterPage--statsInfoContainer {
    font-weight: bold;
        width: 30%;
    line-height: 1.65em !important;
        margin-left: 1.5%;
    letter-spacing: 2px;
     }
     text-align: center;
    text-transform: uppercase;
}


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


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


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


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


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


.wantedPortraits {
    .tab-skill {
    display: flex;
        min-width: 3.5em;
     flex-wrap: wrap;
     }
}


.wantedPortrait {
    .tab-skill>div>img {
    box-sizing: border-box;
        max-width: 36px;
    width: 18em;
     }
     padding: .35em;
}


.wantedPortrait img {
    .skillInfo>div {
    width: 100%;
        flex-wrap: wrap-reverse;
}
 
@media screen and (max-width: 1440px) {
    :root {
        font-size: 14px;
     }
     }


     .characterInfo--contentContainer {
     .skillInfo--infoContainer {
         padding: .6em;
         width: 100%;
     }
     }


     .characterInfo--infoContainer {
     .skillInfo--infoContainer>center>b {
         width: 65%;
         font-size: 1.2em;
    }
 
    .skillInfo--name {
        font-size: 2.2em !important;
        letter-spacing: 1px;
        margin-top: .5em !important;
        text-align: center;
     }
     }


     .characterInfo--imageContainer {
     .skillInfo--description {
         width: 35%;
         font-size: 1.35em !important;
        display: table;
        margin: 1em !important;
 
        height: 5em;
        max-height: 5em;
     }
     }


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


     .tab-skill>div>img {
     .cardAttribute--value {
         max-width: 38px;
         letter-spacing: 1px;
        font-size: 1.1em;
     }
     }


}
    .characterPage--table>tbody>.characterPage--sideSection {
 
         width: 30%;
@media screen and (max-width: 1220px) {
        padding-left: 1.5%;
    .tabSkill--container {
        position: absolute;
         max-width: 48em;
        top: 0;
        right: 0;
     }
     }
}


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


@media screen and (max-width: 1024px) {
    .skins--container {
        max-height: 14em;
        overflow-x: clip;
        overflow-y: auto;
    }


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


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


     .initialPage--mainContainer {
     .calcXp--container:last-of-type {
         flex-wrap: wrap;
         margin-top: 2em;
     }
     }


     .initialPage--menuContainer {
     #p-tb h3 {
         width: 100%;
         display: none;
        margin-right: 0;
     }
     }


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


    .initialPage--sideMenuContainer .card {
/*******************************************************************************
        width: 45%;
      PRESET: ABAS
        min-height: 15em;
      *******************************************************************************/
     }
.tabela-abas {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
     margin-bottom: 20px;
}


    #event-time {
.mostrar-aba {
        bottom: 5%;
    cursor: pointer;
        right: 5%;
    padding: 0;
        font-size: 1.25em;
    background-color: transparent;
    }
    text-align: center;
    border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}


    .initialPage--socialMediaContainer {
.imagem-botao {
        margin-top: 2em;
    display: inline-block;
        display: flex;
    width: auto;
        justify-content: space-between;
    height: auto;
    }
}


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


    #p-search {
.mostrar-aba img {
        margin-right: 1em;
    border: none;
     }
    background-color: transparent;
     margin: 5px;
}


    .filter--containerSearch {
.mostrar-aba:hover::after {
        justify-content: center;
    content: '';
     }
     position: absolute;
 
    bottom: 0;
     .filter--container {
     left: 0;
        margin-top: 1em;
    right: 0;
        flex-wrap: wrap;
    height: 3px;
        justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
     }
     /* Barrinha sutil ao passar o mouse */
}


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


    #characters-container>div {
.mostrar-aba:active img {
        width: 24%;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
    }
}


    .characterPage--splashArt {
.mostrar-aba.ativa::after {
        display: none;
    content: '';
     }
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
     height: 3px;
    background-color: #000;
}


    .characterPage--table>tbody>.characterPage--mainSection {
.preset-aba {
        width: 100%;
    margin: 0;
        justify-content: flex-start;
    padding: 0;
    }
}


    .characterPage--characterInfoContainer {
.container-conteudo {
        width: 38%;
    margin: 0;
     }
     padding: 0;
}


    .characterPage--statsInfoContainer {
.aba {
        width: 30%;
    display: none;
        margin-left: 1.5%;
    opacity: 0;
     }
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
     margin-top: 20px;
}


    .stats--container>div {
.aba.atual {
        width: 100%;
    display: block;
     }
    opacity: 1;
     transform: translateY(0);
}


    .characterInfo--contentContainer {
.container-coliseu {
        flex-wrap: wrap;
    display: block;
    }
    text-align: center;
}


    .characterInfo--imageContainer {
.coluna-abas {
        width: 100%;
    flex: 0 0 200px;
        display: flex;
    margin-right: 20px;
        justify-content: center;
}
    }


     .characterInfo--medal {
/*******************************************************************************
        margin-top: -2.5em;
      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 */
}


    .characterInfo--infoContainer {
.transcrições b,
        width: 100%;
.transcrições strong {
     }
    color: #000 !important;
     /* Garante que o texto negrito também será preto */
}


    .tabsContainer {
.transcrições::before {
        width: 100%;
    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;
}


    .tab-skill {
.me {
        min-width: 3.5em;
    float: left;
     }
    margin: 5px 45px 5px 20px;
    color: #000;
     /* Garante que o texto dentro da classe .me será preto */
}


    .tab-skill>div>img {
.me::before {
        max-width: 36px;
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
     }
     left: -9px;
}


    .skillInfo>div {
/*******************************************************************************
        flex-wrap: wrap-reverse;
      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%;
}


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


     .skillInfo--infoContainer>center>b {
@media (max-width: 768px) {
         font-size: 1.2em;
     .item-grid>* {
         flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
     }
     }
}


     .skillInfo--name {
@media (max-width: 480px) {
         font-size: 2.2em !important;
     .item-grid>* {
        letter-spacing: 1px;
         flex: 1 1 calc(50% - 10px);
         margin-top: .5em !important;
         max-width: calc(50% - 10px);
        text-align: center;
     }
     }
}


     .skillInfo--description {
@media (max-width: 360px) {
         font-size: 1.35em !important;
     .item-grid>* {
        display: table;
         flex: 1 1 100%;
        margin: 1em !important;
         max-width: 100%;
 
        height: 5em;
         max-height: 5em;
     }
     }
}


    .skillInfo--videoContainer {
.iteminfobox {
        width: 100%;
    padding: 10px;
        margin: 0 auto;
    background: #eeeded;
        padding: 1em 10em;
    border-radius: 25px;
        padding-bottom: 1em;
    box-shadow: rgba(24, 27, 46, 0.24) 4px 4px 4px;
     }
    width: 230px;
 
    height: 270px;
     .cardAttribute--value {
     position: relative;
        letter-spacing: 1px;
    text-align: center;
        font-size: 1.1em;
     box-sizing: border-box;
    }
    display: flex;
    flex-direction: column;
    justify-content: center;
}


     .characterPage--table>tbody>.characterPage--sideSection {
.iteminfobox b {
        width: 30%;
     font-size: clamp(10px, 2vw, 14px);
        padding-left: 1.5%;
    color: #6587c4;
        position: absolute;
    text-align: center;
        top: 0;
    line-height: 1.2;
        right: 0;
    white-space: nowrap;
    }
    overflow: hidden;
    text-overflow: ellipsis;
}


    .skins--imageSkin {
/**********************
        width: 100%;
      VECTOR.CSS
    }
  **********************/


    .skins--container {
/* Geral */
        max-height: 14em;
a {
        overflow-x: clip;
    color: #0645ad;
        overflow-y: auto;
}
    }


    .skins--container span {
a:visited {
        width: 50%;
    color: #0645ad;
    }
}


    .calcXp--formItem {
a.new {
        justify-content: center;
    color: rgb(206, 0, 0) !important;
    }
}


    .calcXp--container:last-of-type {
h1,
        margin-top: 2em;
h2,
    }
h3,
 
h4,
    #p-tb h3 {
h5,
        display: none;
h6 {
    }
    color: #000000;
}


hr {
    color: #222;
}
}


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


.mostrar-aba {
/* Cabeçalho */
     cursor: pointer;
#mw-head-base {
    padding: 0;
     background: url(http://70.39.70.36/images/f/fd/azul_capriw2.png);
     background-color: transparent;
     background-repeat: repeat-x;
     text-align: center;
     width: 1531px;
     border: none;
     max-height: 63px;
     position: relative;
     margin-top: -3.5em;
     transition: all 0.2s ease-in-out;
     display: block;
}
}


.imagem-botao {
/* Navegação */
     display: inline-block;
#p-cactions {
     width: auto;
     background: none;
    height: auto;
     margin-top: -0.6em;
}
}


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


.mostrar-aba img {
#p-cactions li.selected {
     border: none;
     background: none;
     background-color: transparent;
     border: 2px solid #5c3f2a;
    margin: 5px;
}
}


.mostrar-aba:hover::after {
#p-cactions li.new {
    content: '';
     background-color: #e2e2e2;
    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 {
#p-cactions li a {
     filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
     background-color: #e2e2e2;
     /* Sombra leve ao passar o mouse */
     color: #7070FF;
}
}


.mostrar-aba:active img {
#p-cactions li.selected a {
     filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
     background-color: #324f74;
}
}


.mostrar-aba.ativa::after {
/* Barra de Pesquisa */
     content: '';
#searchInput {
    position: absolute;
     background-color: #ffffff;
    bottom: 0;
     border-color: #0645ad;
    left: 0;
     right: 0;
    height: 3px;
    background-color: #000;
}
}


.preset-aba {
#content {
     margin: 0;
    color: var(--content-text);
     padding: 0;
    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;
}
}


.container-conteudo {
#simpleSearch {
     margin: 0;
     position: relative;
     padding: 0;
    height: 100%;
     background-color: white;
}
}


.aba {
/* Menu */
    display: none;
.vector-menu-tabs,
    opacity: 0;
.vector-menu-tabs a,
    transform: translateY(-10px);
#mw-head .vector-menu-dropdown h3 {
    transition: opacity 0.3s ease, transform 0.3s ease;
     background: none;
     margin-top: 20px;
}
}


.aba.atual {
.vector-menu-tabs li a {
    background-position: center;
    background: transparent;
     display: block;
     display: block;
     opacity: 1;
     float: left;
     transform: translateY(0);
     height: 3.07692308em;
    position: relative;
    padding-top: 0.9em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
}
}


.container-coliseu {
.vector-menu-tabs .selected {
     display: block;
     font-weight: bold;
     text-align: center;
     background: #ffffff;
    border: 1px #0645ad solid;
}
}


.coluna-abas {
.vector-menu-tabs ul {
     flex: 0 0 200px;
     float: left;
     margin-right: 20px;
    height: 100%;
    list-style: none none;
    margin: 0;
    padding: 0;
     margin-top: -0.3em;
}
}


/*******************************************************************************
.vector-menu-dropdown .vector-menu-content {
  PRESET: DIÁLOGOS
    background-color: none;
  *******************************************************************************/
    list-style: none none;
.transcrições {
    min-width: 100%;
     background-color: #F2F2F2;
    position: absolute;
     border-radius: 5px;
    top: 2.5em;
     box-shadow: 0 0 6px #B2B2B2;
     right: -1px;
     display: inline-block;
    margin: 0;
     padding: 10px 10px 10px 18px;
    border: 2px solid #0645ad !important;
     position: relative;
     border-top-width: 0;
     vertical-align: top;
    padding: 0;
     width: 100%;
     box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
     color: #000;
     text-align: left;
    /* Garante que o texto dentro das transcrições será preto */
     opacity: 0;
     visibility: hidden;
     -webkit-transition: opacity 100ms;
     transition: opacity 100ms;
     z-index: 3;
}
}


.transcrições b,
/* Conteúdo */
.transcrições strong {
.mw-body {
     color: #000 !important;
     margin-top: -1px;
     /* Garante que o texto negrito também será preto */
    border: 1px solid #8d6e63;
     border-right-width: 1px;
}
}


.transcrições::before {
.mw-parser-output small li {
     background-color: #F2F2F2;
     color: #000000;
    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 {
.mw-parser-output tr i {
    float: left;
     color: #000000;
    margin: 5px 45px 5px 20px;
     color: #000;
    /* Garante que o texto dentro da classe .me será preto */
}
}


.me::before {
.mw-parser-output tr big {
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
     color: #000000;
     left: -9px;
}
}


/*******************************************************************************
.mw-parser-output .center .thumbcaption,
  BUZINAS
.mw-parser-output .tright .thumbcaption {
  *******************************************************************************/
     color: #000000;
.horn-audio {
     cursor: pointer;
    transition: transform 0.2s ease;
}
}


/* Efeito visual ao passar o mouse */
/* Tabelas */
.horn-audio:hover {
.jquery-tablesorter tr td {
     transform: scale(1.1);
     background-color: #fcfcfc !important;
     filter: brightness(1.2);
     color: #000000 !important;
}
}


/*******************************************************************************
#mw-content-text .mw-parser-output .jquery-tablesorter {
  PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
     transform: translatex(0px) translatey(0px);
  *******************************************************************************/
     background-color: #fcfcfc;
.item-grid {
     color: #000000 !important;
     display: flex;
     border-color: #0645ad;
     flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
     margin: 20px auto;
     max-width: 100%;
}
}


@media (max-width: 1024px) {
/* Links */
    .item-grid>* {
#mw-normal-catlinks ul a,
        flex: 1 1 calc(25% - 10px);
#mw-normal-catlinks a,
        max-width: calc(25% - 10px);
#ca-delete a,
     }
#ca-move a,
#ca-unprotect a {
     color: #0645ad !important;
}
}


@media (max-width: 768px) {
#ca-delete a,
     .item-grid>* {
#ca-move a,
        flex: 1 1 calc(33.33% - 10px);
#ca-unprotect a {
        max-width: calc(33.33% - 10px);
     background-color: #ffffff !important;
    }
    border-color: #0645ad;
    border-width: 0px;
}
}


@media (max-width: 480px) {
/* Rodapé */
     .item-grid>* {
#footer-info-lastmod {
        flex: 1 1 calc(50% - 10px);
     display: none !important;
        max-width: calc(50% - 10px);
}
     }
 
/* Outros */
.mw-destfile-warning {
    border: 1px solid #8d6e63;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    color: #f8f9fa;
     background-color: #0d1b2d;
}
}


@media (max-width: 360px) {
.mw-logline-protect {
     .item-grid>* {
     color: #f8f9fa !important;
        flex: 1 1 100%;
        max-width: 100%;
    }
}
}


.iteminfobox {
.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
    padding: 10px;
     margin-left: 12px;
    background: #eeeded;
     color: white;
    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 {
#msupload-div a {
    font-size: clamp(10px, 2vw, 14px);
     color: #3366cc;
     color: #6587c4;
     cursor: pointer;
     text-align: center;
     color: blue !important;
     line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}


#msupload-bottom a {
    font-weight: bold;
    margin-right: 20px;
    color: black !important;
}


/**********************************
#msupload-list .file {
  SKINS
     background: #8b929e;
  **********************************/
     border-top: 1px solid #c8ccd1;
.characterPage--skins-test {
     margin: 0;
     width: 55%;
    padding: 10px;
     overflow: hidden;
     /* Garante que nada saia do contêiner */
     position: relative;
     position: relative;
     /* Para controle preciso de posicionamento */
     color: black !important;
}
}


.skins--container-test {
.wikiEditor-ui-toolbar .booklet>.index {
     display: flex;
     float: left;
     justify-content: flex-start;
     width: 20%;
     align-items: flex-end;
     height: 125px;
     overflow-x: auto;
     overflow: auto;
     overflow-y: hidden;
     resize: horizontal;
     padding-bottom: 2.68em;
     color: black;
    padding-left: 1em;
    white-space: nowrap;
    scroll-behavior: smooth;
    box-sizing: border-box;
}
}


.skins--container-test::-webkit-scrollbar {
.codeEditor-status-message {
     height: 8px;
    border-left: 1px solid #c8ccd1;
    border-right: 1px solid #c8ccd1;
    padding: 0 0.3em;
    width: 100%;
    display: table-cell;
     color: black !important;
}
}


.skins--container-test::-webkit-scrollbar-thumb {
.wikiEditor-ui-toolbar .tabs span.tab a {
     background: rgba(0, 0, 0, 0.4);
    color: #000000 !important;
     border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 32px;
     padding-left: 18px;
     padding-right: 12px;
}
}


.skins--container-test::-webkit-scrollbar-track {
.wikiEditor-ui-toolbar .group .tool-select .label {
     background: rgba(0, 0, 0, 0.1);
    position: relative;
     padding: 0 26px 0 4px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    color: #222 !important;
}
}


.skins--container-test span {
.wikiEditor-ui-toolbar .group .tool-select .options .option {
     display: inline-flex;
     display: block;
     justify-content: center;
    padding: 0.5em;
     align-items: flex-end;
    text-decoration: none;
}
     color: #000 !important;
     white-space: nowrap;
}


.skins--imageSkin-test {
div.mw-number-text {
     width: auto;
     color: #888 !important;
    height: auto;
}
    max-height: 100%;
 
     object-fit: contain;
div.mw-number-text h3 {
     color: #c1c1c1 !important;
}
}


/**********************************
/* Tooltip */
  INFOPERSO
.tip2 {
  **********************************/
    background-color: #F2F2F2;
.characterInfo--infoContainer-test #toc {
    border-radius: 2px;
    box-shadow: 0 0 6px #B2B2B2;
     display: none;
     display: none;
     gap: 0.2em;
     position: absolute;
    padding: 10px;
    z-index: 1;
}
}


.characterInfo--contentContainer-test {
.tooltip {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
     position: relative;
     position: relative;
    gap: 0.5em;
}
}


.characterInfo--name-test {
#tip-espaco {
     margin: 0.2em 0 !important;
     margin-left: 10px;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-flex;
    /* Para alinhar o nome e a estrela na mesma linha */
    align-items: center;
    /* Garante o alinhamento vertical entre o nome e a estrela */
}
}


.tier-image {
#youtube {
    width: 24px;
     margin-left: -155px;
    /* Tamanho da estrela */
    height: 24px;
     margin-left: 8px;
    /* Espaçamento entre o nome e a estrela */
}
}


.characterInfo--infoContainer-test {
.tooltip,
    width: 70%;
.tooltip:hover+.tip2,
    text-align: left;
.tip2:hover {
     display: flex;
     display: inline;
    flex-direction: column;
    gap: 0.3em;
    padding-left: 0.5em;
}
}


.characterInfo--badgeContainer-test {
/* tira o toggle do indice, ocultar/exibir */
     display: flex;
#toc .toctogglelabel {
    justify-content: flex-start;
     display: none !important;
    flex-wrap: wrap;
    gap: 0.2em;
    padding: 0.2em 0;
}
}


.characterInfo--obtain-test {
span.toctogglespan {
     margin: 0.2em 0;
     display: none !important;
    /* Ajuste de espaço */
    text-align: left;
    /* Alinhamento opcional */
}
}


.characterInfo--imageContainer-test {
/*  WIKITABLE */
     width: 25%;
table.wikitablec,
     display: flex;
table.prettytable {
     justify-content: center;
     margin: 1em 1em 1em 0;
     align-items: center;
     background: #f9f9f9;
     border: 1px #aaa solid;
     border-collapse: collapse;
}
}


.characterInfo--splashArt-test {
table.wikitablecenter,
     position: absolute;
table.prettytable {
     top: -70px;
     margin-left: auto;
     right: -65px;
     margin-right: auto;
     object-fit: cover;
     background: #f9f9f9;
     z-index: 0;
     border: 1px #aaa solid;
     border-collapse: collapse;
}
}


/**********************************
table.wikitablec th,
  CARD/BADGE/TABLE MAINSECTION
table.wikitablec td,
  **********************************/
table.prettytable th,
.card-test {
table.prettytable td {
     width: 100%;
     border: 1px #aaa solid;
    min-height: 16em;
     padding: 0.2em;
     margin: 0 auto;
     text-align: center;
    border-radius: 10px;
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


.card-title-test {
table.wikitablec th,
    display: block;
table.prettytable th {
    padding: .25em 0;
     background: #f2f2f2;
     margin-bottom: 1em;
     text-align: center;
     width: 100%;
}
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to bottom, #459cca, #5684c8);


     font-size: 1.2em;
table.wikitablec caption,
table.prettytable caption {
    margin-left: inherit;
     margin-right: inherit;
     font-weight: bold;
     font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    color: white;
}
}


.badge-test {
table.prettytablec code,
     padding: 0.3em 0.7em;
table.wikitablec code {
     background-color: transparent;
}


     border-radius: 8px;
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;
}


     color: white;
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;
     font-weight: bold;
    text-transform: capitalize;
}
    white-space: nowrap;
    font-size: 0.9em;
 
    background: linear-gradient(to bottom, #459cca, #5684c8);


table.prettytablecenter code,
table.wikitablecenter code {
    background-color: transparent;
}
}


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


.characterPage--table-test>tbody {
table.elements th,
     position: relative;
table.elements td {
    display: flex;
     padding: 0.5em;
    justify-content: space-between;
    align-items: flex-end;
}
}


.characterPage--table-test>tbody>.characterPage--mainSection-test {
td.effective {
     display: flex;
     background-color: #BFFFBF;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
}


/**********************************
td.ineffective {
  SKILLS
     background-color: #FFBF7F;
  **********************************/
.characterPage--characterSkills-test {
     width: 100%;
    margin-top: 0rem;
}
}


.tabsContainer-test {
td.nullified {
     width: 95%;
     background-color: #FFBFBF;
    margin: 0 auto;
    padding-bottom: .5em;
}
}


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


.tabsContainer-test table>tbody>tr>td {
table.wikitablewhite,
     border-bottom: 2px solid rgb(225, 225, 225);
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
     border: 2px #fff solid;
    border-collapse: collapse;
}
}


.tabSkill--container-test {
/*  Wikitable White */
     padding-bottom: .85em;
table.wikitablenb,
     display: flex;
table.prettytable,
     max-width: 72em;
table.wikitablenb-tr {
     overflow-x: auto;
     margin: 1em 0;
    background: #f9f9f9;
     border: none;
     border-opacity: 0.5;
     border-collapse: collapse;
}
}


.tabSkill--container-test.test {
.wikitablenb border: opacity {
     width: 100%;
     opacity: 0.5;
    max-width: none;
}
}


.tab-skill-test {
table.wikitablenoborder,
     transition: all .25s ease;
table.prettytable {
     width: 100%;
    margin-left: auto;
     min-width: 5em;
    margin-right: auto;
     background: #f9f9f9;
     border: 2px #e9e8e8 solid;
     border-collapse: collapse;
}
}


.tab-skill-test.active {
/* HOVER DA TABELA*/
     border-color: #459cca;
.wikitablew td: hover {
     background: #e9e8e8;
}
}


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


.tab-skill-test>div>img {
.wikitablenb border: hover {
     width: 100%;
     color: #e9e8e8;
    max-width: 40px;
    height: auto;
}
}


.skillInfo--container-test {
table.wikitablew th,
     width: 100%;
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;
}
}


.skillInfo--container-test>td {
table.wikitablew th,
     border: none !important;
table.prettytable th,
table.wikitablew-tr th {
     background: #eaecf0;
}
}


.skillInfo-test {
table.wikitablew caption,
     display: none;
table.prettytable caption,
table.wikitablew-tr caption {
     margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
}


.skillInfo-test.active {
table.prettytablec code,
     display: table-cell;
table.prettytable code,
table.wikitablew-tr code {
     background-color: transparent;
}
}


.skillInfo--videoContainer-test {
table.wikitablewhite th,
 
table.wikitablewhite td,
     align-self: center;
table.prettytable th,
     width: 45%;
table.prettytable td {
    border: 2px #fff solid;
     padding: 0.2em;
     text-align: center;
}
}


.skillInfo--skillVideo2-test {
table.wikitablewhite th,
     display: none;
table.prettytable th,
     border-radius: 8px;
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;
}
}


.skillInfo--skillVideo2-test.active {
table.prettytablecenter code,
     display: flex;
table.wikitablewhite code,
table.wikitablew-tr code {
     background-color: #000;
}
}


.skillInfo--videoSelector-test {
table.elements {}
    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;
table.elements th,
table.elements td {
     padding: 0.5em;
}
}


.skillInfo--videoSelector-test.active {
td.effective {
     background: var(--blue);
     background-color: #BFFFBF;
    transform: scale(.8);
}
}


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


.skillInfo-test>div>.skillInfo--infoContainer-test b {
td.nullified {
     color: #2a87c4 !important;
     background-color: #FFBFBF;
}
}


.skillInfo--infoContainer-test>center>b {
/**********************************
    font-size: 1.15em;
wiki.gla.com.br/index.php/Predefini%C3%A7%C3%A3o:Img
}


.skillInfo--name-test {
predefinição:img | deixa as imagens responsivas pro mobile
     font-size: 1.85em;
**********************************/
     letter-spacing: 1px;
.responsive-image {
     text-align: center;
     max-width: 100%;
    display: block;
     margin: 0 auto;
     overflow: hidden;
}
}


.skillInfo--description-test {
.custom-image {
     display: inline-block;
     width: 100%;
     font-size: 1.03em;
     max-width: 800px;
     line-height: 1.5em;
     height: auto;
     padding: 0 1em;
}
     height: 12em;
 
    max-height: 12em;
.responsive-image[style*="text-align:left"] {
     overflow-y: auto;
     margin: 0;
     text-align: justify;
     text-align: left;
}
 
.responsive-image[style*="text-align:right"] {
     margin: 0;
     text-align: right;
}
}


.skillInfo--attributesContainer-test>h1 {
.responsive-image[style*="text-align:center"] {
    color: #717171;
    font-size: 1.4em;
     text-align: center;
     text-align: center;
    letter-spacing: 1px;
}
}


.attribute--cardsContainer-test {
    display: flex;
    align-items: flex-start;


    width: fit-content;
/* ---------------------------------------------------------------------------------------------------------------- */
    margin: 0 auto;


    background: var(--lightGray);
/* Estilos CSS para o componente de abas MediaWiki */
    border: 2px solid var(--gray);
/* Adicione este CSS na sua MediaWiki (Common.css ou página de estilos) */
}


.cardAttribute-test {
/* Container principal responsivo */
     box-sizing: border-box;
.mw-tabber-container {
     display: flex;
     width: 100%;
     flex-direction: column;
    max-width: 100%;
     justify-content: center;
     margin: 20px 0;
     align-items: center;
     border: 1px solid #a7d7f9;
     width: 8em;
     border-radius: 4px;
     background-color: #f8f9fa;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
}


.cardAttribute--icon-test {
/* Container das abas */
     margin: .6em 0;
.mw-tabber-tabs {
     height: 2em;
    display: flex;
    flex-wrap: wrap;
    background-color: #eaecf0;
    border-bottom: 2px solid #a7d7f9;
    padding: 0;
     margin: 0;
     list-style: none;
}
}


.cardAttribute--value-test {
/* Estilo individual de cada aba */
     margin: 0 !important;
.mw-tabber-tab {
 
     flex: 1 1 auto;
     font-size: .9em !important;
    min-width: 100px;
     font-weight: bold;
     padding: 12px 20px;
     line-height: 1.65em !important;
    cursor: pointer;
     letter-spacing: 2px;
     background-color: #eaecf0;
     border: none;
     border-right: 1px solid #c8ccd1;
     text-align: center;
     text-align: center;
     text-transform: uppercase;
     font-size: 14px;
    font-weight: 500;
    color: #0645ad;
    transition: all 0.2s ease;
    user-select: none;
    position: relative;
}
}


/* SKILL ALTERNATIVA */
.mw-tabber-tab:last-child {
.alternate-version-icon,
     border-right: none;
.return-skill-icon {
     position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.2s ease, filter 0.2s ease;
}
}


.alternate-version-icon:hover,
/* Hover nas abas */
.return-skill-icon:hover {
.mw-tabber-tab:hover {
     transform: scale(1.03);
     background-color: #f8f9fa;
     filter: brightness(1.1);
     color: #0b0080;
}
}


.alternate-version-icon.active,
/* Aba ativa */
.return-skill-icon.active {
.mw-tabber-tab.active {
     transform: scale(1.05);
    background-color: #ffffff;
     filter: brightness(1.2) drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
     color: #0645ad;
     border-bottom: 3px solid #0645ad;
    font-weight: 600;
}
}


/* FLEXBOX PERSONAGENS */
/* Container do conteúdo */
.characterFlexbox {
.mw-tabber-content {
     display: flex;
     padding: 20px;
     flex-direction: column;
     background-color: #ffffff;
     gap: 1em;
     min-height: 200px;
     width: 100%;
}
     margin: 2em auto;
 
/* Painel de conteúdo individual */
.mw-tabber-panel {
     display: none;
     animation: fadeIn 0.3s ease;
}
}


.flex-row {
.mw-tabber-panel.active {
     display: flex;
     display: block;
    justify-content: space-between;
    gap: 1em;
}
}


/*PERSONAGENS/CARDS */
/* Animação de fade in */
/* HABILIDADES */
@keyframes fadeIn {
.cardskill {
     from {
     width: 100%;
        opacity: 0;
    min-height: 16em;
        transform: translateY(5px);
    border-radius: 0px 0px 10px 10px;
    }
    margin: 0 auto;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;


     position: relative;
     to {
    z-index: 3;
        opacity: 1;
    background: #fcfcfc;
        transform: translateY(0);
     overflow: hidden;
     }
}
}


.cardskill-title {
/* Responsividade para tablets */
     display: block;
@media (max-width: 768px) {
    padding: .25em 0;
     .mw-tabber-tabs {
    margin-bottom: 1em;
        flex-direction: column;
     width: 100%;
     }
    background: linear-gradient(to bottom, #459cca, #5684c8);


     font-size: 1.2em;
     .mw-tabber-tab {
    font-weight: bold;
        border-right: none;
    text-align: center;
        border-bottom: 1px solid #c8ccd1;
    letter-spacing: 1px;
        width: 100%;
     color: white;
     }


     position: relative;
     .mw-tabber-tab.active {
    z-index: 4;
        border-bottom: 3px solid #0645ad;
}
        border-right: none;
    }


/* INFORMAÇÕES DO PERSONAGEM */
    .mw-tabber-content {
.cardperso {
        padding: 15px;
    width: 100%;
     }
    min-height: 14em;
    margin: 0;
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
    overflow: hidden;
     position: relative;
}
}


.cardperso-title {
/* Responsividade para mobile */
     display: block;
@media (max-width: 480px) {
    padding: .25em 0;
     .mw-tabber-tab {
    margin-bottom: 1em;
        padding: 10px 15px;
    width: 100%;
        font-size: 13px;
    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;
    position: relative;
     z-index: 10;
}


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

Edição atual tal como às 00h20min de 20 de janeiro 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;
    }
}