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

De Wiki Gla
Ir para navegação Ir para pesquisar
 
(297 revisões intermediárias por 2 usuários não estão sendo mostradas)
Linha 1: Linha 1:
/* Container do índice */
 
.index-row-container {
 
    display: grid;
 
    grid-template-columns: repeat(4, 1fr);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');
    /* 4 colunas */
 
    gap: 10px;
/* body::before {
    /* Espaço entre os itens */
content: '';
    padding: 10px;
position: fixed;
    /* Padding interno */
top: 0;
    box-sizing: border-box;
left: 0;
    /* Garante que o padding não aumente a largura total */
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;
}
}
 
*/
/* Itens do índice */
/* === FONTE PADRÃO === */
.index-row-item {
body,
    text-align: center;
.mw-parser-output,
    border: 1px solid #ddd;
.mw-headline,
    /* Borda simples */
#firstHeading,
    border-radius: 8px;
h1, h2, h3, h4, h5, h6,
    /* Bordas arredondadas */
p, ul, ol, li,
    background: #fff;
table, td, th, caption {
    /* Fundo branco */
     font-family: 'Noto Sans', sans-serif !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
     /* Transições suaves */
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    /* Cursor de clique */
}
}


.index-row-item:hover {
/* === LEGENDAS DE IMAGEM === */
     transform: translateY(-5px);
.thumbcaption {
     /* Efeito de levantar */
     font-size: 1.1em !important;
    border-color: #007bff;
     text-align: center !important;
     /* Cor da borda ao passar o mouse */
     line-height: 1.4;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
     font-weight: 400;
     /* Sombra ao passar o mouse */
}
}


/* Conteúdo do item */
/* === TABELAS ENHANCE === */
.index-row-content {
table.table-enhance {
     display: flex;
    max-width: 600px;
     align-items: center;
    margin: 1em auto;
     /* Alinha ícone e texto verticalmente */
     border-collapse: collapse;
     padding: 10px;
     background-color: #fff;
     /* Espaçamento interno */
    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);
}
}


/* Ícone */
.table-enhance th,
.index-row-icon {
.table-enhance td {
     width: 32px;
     border: 1px solid #e0e0e0;
     height: 32px;
     padding: 6px 10px;
     margin-right: 10px;
     text-align: center;
     /* Espaço entre o ícone e o texto */
     vertical-align: middle;
}
}


/* Título do item */
.table-enhance th {
.index-row-title {
     background-color: #f5f5f5;
     font-weight: bold;
     font-weight: 600;
     font-size: 1em;
    /* Tamanho da fonte */
     color: #333;
     color: #333;
    /* Cor do texto */
    margin: 0;
    text-transform: uppercase;
    /* Texto em maiúsculas */
    flex-grow: 1;
    /* Ocupa o espaço restante */
    text-align: center;
    /* Centraliza o texto */
}
}


/* Responsividade */
.table-enhance tr:nth-child(even) td {
@media (max-width: 1440px) {
     background-color: #fafafa;
     .index-row-container {
        grid-template-columns: repeat(4, 1fr);
        /* 4 colunas */
    }
}
}


@media (max-width: 1024px) {
.table-enhance tr:hover td {
     .index-row-container {
     background-color: #f0f8ff;
        grid-template-columns: repeat(3, 1fr);
    transition: background-color 0.2s ease;
        /* 3 colunas */
}
     }
 
.table-enhance-vertical td:first-child {
    font-weight: bold;
    color: #2c3e50;
}
 
/* === AJUSTES NA SIDEBAR === */
#p-logo {
     background-color: transparent !important;
}
}


@media (max-width: 768px) {
#mw-panel .mw-portlet.portal .vector-menu-content-list > li > a {
    .index-row-container {
    font-size: 0.80rem !important;
        grid-template-columns: repeat(2, 1fr);
    font-family: 'Noto Sans', sans-serif !important;
        /* 2 colunas */
    font-weight: 600 !important;
        gap: 8px;
        /* Espaço menor para mobile */
    }
}
}


@media (max-width: 480px) {
/* === REMOÇÃO DE BORDAS EM TÍTULOS === */
    .index-row-container {
.mw-headline {
        grid-template-columns: 1fr;
    border-bottom: none !important;
        /* 1 coluna em telas muito pequenas */
}
        gap: 6px;
        /* Espaço ainda menor */
    }


    .index-row-title {
h1, h2, h3, h4, h5, h6 {
        font-size: 0.9em;
    border-bottom: none !important;
        /* Fonte menor para mobile */
    }
}
}


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


.homepage-content {
.video-responsivo video {
     display: flex;
     width: 100% !important;
     flex-wrap: wrap;
    height: auto !important;
     gap: 20px;
     display: block;
     margin: 0;
     padding: 0;
     padding: 0;
    vertical-align: bottom;
}
}


.menu-container {
#contentSub,
     flex: 1;
#contentSub2 {
     min-width: 300px;
     margin: 0 !important;
    padding: 0 !important;
     display: none;
    /* opcional: se quiser sumir com tudo */
}
}


.sidemenu-container {
/* Discord */
     flex: 0 0 300px;
#n-Discord {
     font-size: 10px;
    line-height: 1.5em;
}
}


.menu-content {
#p-Discord-label {
     padding: 15px;
     display: none;
}
}


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


.menu-card p {
#n-Discord a::before {
     margin: 0;
     font-weight: normal;
    opacity: 0.85;
    margin-left: 1.25em
}
}


.menu-title {
#n-Discord a::after {
     text-align: center;
     content: '';
     display: block;
     background: url(/images/7/76/Discord-brands.png) no-repeat;
     font-size: 1.75em;
     background-size: contain;
     font-weight: bold;
     background-position: center;
     background: linear-gradient(to bottom, #459cca, #5684c8);
     background-repeat: no-repeat;
     color: white;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
     border-radius: 8px 8px 0 0;
     position: absolute;
     margin: 0;
    top: 2px;
     position: relative;
     left: 4px;
     width: 20px;
     height: 20px;
}
}


.indice-box-content ul {
#n-Discord a:hover {
     list-style: none;
     text-decoration: none;
     padding: 0;
     background-color: #7885ff;
     margin: 0;
     border-color: #6c77f0;
    transition: .3s
}
}


.indice-box-content li {
/* css atual */
    margin: 10px 0;
/* ESTILIZAÇÃO PADRÃO */
}


.indice-box-content a {
.thumb .thumbcaption .magnify:first-child {
     text-decoration: none;
     display: none;
    color: #0073e6;
    font-weight: bold;
}
}


.indice-box-content a:hover {
html {
     text-decoration: underline;
     scroll-behavior: auto;
    /*smooth*/
}
}


@media (max-width: 1440px) {
.dark-mode:root {
     .homepage-content {
     --content-bg: #fcfcfc;
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }
 
    .menu-container,
    .sidemenu-container {
        flex: 1 1 100%;
        min-width: auto;
    }
 
    .menu-container {
        gap: 15px;
    }
}
}


/**********************************
:root {
  PÁGINA INICIAL: WIKI ROW
    --content-bg: #fcfcfc;
  **********************************/
    --content-text: #000;
.wiki-row-container {
    --simpleSearch-bg: #fff;
     display: grid;
    --searchInput-text: #aaaaaa;
     grid-template-columns: repeat(4, 1fr);
     --link-text: #0645ad;
     gap: 10px;
     --lightGray: rgba(240, 240, 240);
     text-decoration: none;
     --gray: rgb(190, 190, 190);
     padding: 10px;
     --transparent-blue: #338be58c;
     --blue: #338be5;
}
}


.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;
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
}
}


.wiki-row-container,
a:visited,
.wiki-row-item {
a {
     box-sizing: border-box;
     color: var(--link-text) !important;
}
}


.wiki-row-item:hover {
/*
    transform: translateY(-5px);
body {
    border-color: #007bff;
position: relative;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
body {
position: relative;
}
}


.wiki-row-image {
body::before {
    width: 100%;
content: '';
    aspect-ratio: 16 / 9;
position: fixed;
    overflow: hidden;
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;
     position: relative;
     display: flex;
     background-image: url(/images/3/31/Cinza_capriw.png);
     justify-content: center;
     background-repeat: repeat;
     align-items: center;
     background-attachment: fixed;
}
}


.wiki-row-image img {
/*
    width: 100%;
  h1,
    height: 100%;
  h2 {
    object-fit: cover;
      margin-bottom: 0.6em;
    display: block;
      border-bottom: 0px !important;
     will-change: transform;
  }
    transition: filter 0.3s ease;
  */
#firstHeading {
     border-bottom: 0px !important;
}
}


.wiki-row-item:hover .wiki-row-image img {
#simpleSearch {
     filter: brightness(1.1);
     background-color: var(--simpleSearch-bg) !important;
}
}


.wiki-row-title {
#p-personal {
     font-weight: bold;
     right: 1em;
    font-size: 1.1em;
     top: .5em;
     background: white;
    color: #000;
    padding: 10px 5px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
}


.wiki-row-item:hover .wiki-row-title {
#p-search {
     background-color: #f9f9f9;
    float: left;
    margin-left: -0.1em;
    margin-right: 1em;
     margin-top: -0.4em;
}
}


.wiki-row-title a {
#searchInput {
     text-decoration: none;
     background-color: #231813;
     color: inherit;
     color: var(--searchInput-text);
     display: block;
    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;
}
}


/* Responsividade ajustada */
.mw-body {
@media (max-width: 1440px) {
     margin-top: -1px;
     .wiki-row-container {
    border: 2px solid #5c3f2b !important;
        grid-template-columns: repeat(4, 1fr);
    border-right-width: 2px !important;
        /* 4 colunas */
    }
}
}


@media (max-width: 1024px) {
/* Force lining numbers in headers (for fonts like Georgia) */
     .wiki-row-container {
h1,
        grid-template-columns: repeat(3, 1fr);
h2,
        /* 3 colunas */
.firstHeading {
     }
     -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
     font-feature-settings: "lnum";
}
}


@media (max-width: 768px) {
/* Consistent size for sub/sup */
    .wiki-row-container {
.mw-body sub,
        grid-template-columns: repeat(2, 1fr);
.mw-body sup,
        /* 2 colunas */
span.reference
        gap: 8px;
 
        /* Gap reduzido para mobile */
/* for Parsoid */
     }
     {
    font-size: 80%;
}
}


@media (max-width: 480px) {
    .wiki-row-container {
        grid-template-columns: 1fr;
        /* 1 coluna em telas muito pequenas */
        gap: 6px;
        /* Gap ainda menor para telas muito pequenas */
    }


    .wiki-row-title {
/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
        font-size: 0.9em;
      * For sanity, only do this if [[Project_talk:Support_desk]] is a
        /* Fonte um pouco menor para mobile */
      * redirect (which goes back to [[Project:Support_desk]]).
        padding: 8px 4px;
      * If that is changed for some reason, it automatically comes back.
        /* Padding reduzido para mobile */
      */
     }
.page-Project_Support_desk #ca-talk a.mw-redirect {
     display: none;
}
}


/**********************************
/* CSS Hover Gallery for Mediawiki */
      Widget:RankedTimer
 
      **********************************/
.gallery_zoom_img img {
.ranked-widget {
     -moz-transition: -moz-transform 0.1s ease-in;
     position: relative;
     -webkit-transition: -webkit-transform 0.1s ease-in;
     display: flex;
     -o-transition: -o-transform 0.1s ease-in;
     justify-content: center;
     transition: transform 0.1 ease-in;
    align-items: center;
     width: 320px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
}


.ranked-image {
.gallery_zoom_img img:hover {
     width: 100%;
     -moz-transform: scale(2);
     height: 100%;
     -webkit-transform: scale(2);
     object-fit: cover;
     -o-transform: scale(2);
    transform: scale(2);
}
}


#ranked-time {
/*--------------------------------------------------
    position: absolute;
      CSS CUSTOMIZADO
    bottom: 3%;
      --------------------------------------------------*/
    left: 3px;
 
    padding: 2px 5px;
/*--------------------------------------------------
    font-size: 1.2em;
      Vector
    font-weight: bold;
      --------------------------------------------------*/
    color: #fff;
 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
.vector-menu-tabs li {
    background: linear-gradient(to right, rgba(25, 25, 25, 0.85), rgba(0, 0, 0, 0));
     background: transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
     max-width: fit-content;
}
}


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


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


.global-event-image {
/*--------------------------------------------------
    width: 100%;
      Tags de uso generalizado
    height: 100%;
      --------------------------------------------------*/
    object-fit: cover;
}


#global-event-time {
.mt-1 {
     position: absolute;
     margin-top: .75em;
    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;
}
}


 
.mt-2 {
/**********************************
     margin-top: 1.5em;
    Widget:WorldBossTimer
    **********************************/
.worldboss-widget {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 90px;
     margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
}


.worldboss-image {
.mt-4 {
     width: 100%;
     margin-top: 3em;
    height: 100%;
    object-fit: cover;
}
}


#worldboss-time {
.mt--4 {
    position: absolute;
     margin-top: -2em;
    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;
}
}


/**********************************
.mb-2 {
    PRESET: IMG
     margin-bottom: 1em;
    **********************************/
.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"] {
.d-flex,
     margin: 0;
.td-flex td {
    text-align: left;
     display: flex;
}
}


.responsive-image[style*="text-align:right"] {
.d-block {
     margin: 0;
     display: block;
    text-align: right;
}
}


.responsive-image[style*="text-align:center"] {
.relative {
     text-align: center;
     position: relative;
}
}


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


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


@media screen and (max-width: 768px) {
.align-top {
     .pagevideo {
     align-items: flex-start;
        max-width: 100%;
    }
}
}


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


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


 
.border-none {
#custom-title {
     border: none !important;
     display: inline-block;
    display: block;
    text-align: left;
}
}


#custom-title img {
.w-25 {
     display: inline-block;
     width: 25%;
}
}


/**********************************
.h-100 {
    ESTILIZAÇÃO PADRÃO
     height: 100%;
    **********************************/
html {
     scroll-behavior: smooth;
}
}


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


:root {
.section-title {
     --content-bg: #fcfcfc;
     display: block;
     --content-text: #000;
     border-radius: 8px;
     !important --simpleSearch-bg: #fff;
     background: linear-gradient(to bottom, #459cca, #5684c8);
    --searchInput-text: #aaaaaa;
     width: fit-content;
     --link-text: #0645ad;
     color: white;
    g --lightGray: rgba(240, 240, 240);
     padding: .25em 5em;
     --gray: rgb(190, 190, 190);
     letter-spacing: 1px;
     --transparent-blue: #338be58c;
     --blue: #338be5;
}
}


.dark-mode:root {
.badge {
     --content-bg: #fcfcfc;
    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);
}
}


.mw-body h1,
.card {
.mw-body-content h1,
    width: 100%;
.mw-body-content h2 {
    min-height: 14em;
     font-family: sans-serif !important;
    margin: 0 auto;
    border-radius: 10px;
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


a:visited,
.card-title {
a {
    display: block;
     color: var(--link-text) !important;
    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;
}
}


body {
.scaleUp-hover {
     background-image: url(/images/3/31/Cinza_capriw.png);
     transition: all .25s ease;
     background-repeat: repeat;
     image-rendering: auto;
     background-attachment: fixed;
     /* ou crisp-edges */
}
}


/*
.scaleUp-hover:hover {
h1,
     transform: scale(1.1);
h2 {
    margin-bottom: 0.6em;
    border-bottom: 0px !important;
}
*/
#firstHeading {
     border-bottom: 0px !important;
}
}


#content {
    overflow-x: clip;


    color: var(--content-text);
/*--------------------------------------------------
    background-color: var(--content-bg) !important;
      Tooltip
      --------------------------------------------------*/
 
.simple-tooltip-inline {
     border: none !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 {
.tooltipster-default {
     background-color: var(--simpleSearch-bg) !important;
     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;
}
}


#p-personal {
.tooltipster-arrow {
     right: 1em;
     borde-color: rgb(220, 220, 220) !important;
    top: .5em;
}
}


#p-search {
#bigImage {
     float: left;
     position: absolute;
     margin-left: -0.1em;
     transform: translate(0, -100%);
    margin-right: 1em;
    margin-top: -0.4em;
}
}


#searchInput {
/**********************************
     background-color: #231813;
          Widget:GlobalEventTimer
     color: var(--searchInput-text);
          **********************************/
     width: 100%;
.global-event-widget {
     height: 2.15384615em;
     position: relative;
     border: 1px solid #524136;
     display: flex;
     padding: 5px 2.15384615em 5px 0.4em;
     justify-content: center;
     font-family: inherit;
     align-items: center;
     font-size: 0.8125em;
     width: 320px;
     direction: ltr;
     height: 90px;
     margin: 0 auto;
     text-align: center;
     overflow: hidden;
}
}


.mw-body {
.global-event-image {
     margin-top: -1px;
     width: 100%;
     border: 2px solid #5c3f2b !important;
     height: 100%;
     border-right-width: 2px !important;
     object-fit: cover;
}
}


/* Force lining numbers in headers (for fonts like Georgia) */
#global-event-time {
h1,
    position: absolute;
h2,
    bottom: 3%;
.firstHeading {
    left: 3px;
     -moz-font-feature-settings: "lnum";
    padding: 2px 5px;
     -webkit-font-feature-settings: "lnum";
    font-size: 1.2em;
     font-feature-settings: "lnum";
    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;
}
}


/* Consistent size for sub/sup */
/**********************************
.mw-body sub,
      WIDGET: PAGEVIDEO
.mw-body sup,
      **********************************/
span.reference
.pagevideo-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px auto;
    width: 100%;
}


/* for Parsoid */
.pagevideo {
     {
    width: 100%;
     font-size: 80%;
     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%;
    }
}


/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
/**********************************
    * For sanity, only do this if [[Project_talk:Support_desk]] is a
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
    * redirect (which goes back to [[Project:Support_desk]]).
      **********************************/
    * If that is changed for some reason, it automatically comes back.
.mw-parser-output .external {
    */
     background-image: none !important;
.page-Project_Support_desk #ca-talk a.mw-redirect {
    padding-right: 0 !important;
     display: none;
}
}


/* CSS Hover Gallery for Mediawiki */
/**********************************
      PREDEFINIÇÃO: Titulo
      #firstHeading {
      display: none;
  }
      **********************************/
 


.gallery_zoom_img img {
#custom-title {
     -moz-transition: -moz-transform 0.1s ease-in;
     display: inline-block;
     -webkit-transition: -webkit-transform 0.1s ease-in;
     display: block;
     -o-transition: -o-transform 0.1s ease-in;
     text-align: left;
    transition: transform 0.1 ease-in;
}
}


.gallery_zoom_img img:hover {
#custom-title img {
     -moz-transform: scale(2);
     display: inline-block;
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
}


/*--------------------------------------------------
/*--------------------------------------------------
    CSS CUSTOMIZADO
      Pagina Inicial
    --------------------------------------------------*/
      --------------------------------------------------*/
 
.initialPage--table {
/*--------------------------------------------------
     width: 100%;
     Vector
     text-align: center;
     --------------------------------------------------*/
 
.vector-menu-tabs li {
    background: transparent;
}
}


/*--------------------------------------------------
.initialPage--table>tbody>tr>th,
    Tabber
.initialPage--table>tbody>tr>td {
    --------------------------------------------------*/
     background: transparent !important;
 
.center-tab .tabber__header {
     justify-content: center;
}
}


/*--------------------------------------------------
.initialPage--title,
     Tags de uso generalizado
.initialPage--events {
     --------------------------------------------------*/
     border: none;
 
     border-collapse: separate;
.mt-1 {
    margin-top: .75em;
}
}


.mt-2 {
.initialPage--events th,
     margin-top: 1.5em;
.initialPage--title th {
     color: black !important;
    padding: .4em;
}
}


.mt-4 {
.initialPage--title th {
     margin-top: 3em;
     background-color: transparent !important;
    font-size: 2em;
}
}


.mt--4 {
.initialPage--events {
     margin-top: -2em;
     display: flex;
    height: 20em;
}
}


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


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


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


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


.text-justify {
.initialPage--sideMenuContainer {
     text-align: justify;
     width: 25%;
}
}


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


.align-top {
    background: linear-gradient(to bottom, #459cca, #5684c8);
     align-items: flex-start;
     border-radius: 10px 10px 0 0;
    color: white;
}
}


.justify-between {
.initialPage--menu {
     justify-content: space-between;
     display: flex;
    flex-wrap: wrap;
}
}


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


.border-none {
.initialPage--menuItem {
     border: none !important;
     width: 22.5%;
}
}


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


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


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


.section-title {
.initialPage--socialMedia:before {
    content: '';
    position: absolute;
    top: -2px;
     display: block;
     display: block;
     border-radius: 8px;
     width: 0;
     background: linear-gradient(to bottom, #459cca, #5684c8);
     height: 2px;
     width: fit-content;
     z-index: 1;
    color: white;
     transition: width .25s ease;
     padding: .25em 5em;
    letter-spacing: 1px;
}
}


.badge {
.initialPage--socialMedia:hover::before {
     padding: .25em .57em;
     width: 100%;
    margin: .45em;
}
    border-radius: 6px;
 
     color: white;
.initialPage--socialMediaLink {
     font-weight: bold;
     display: flex;
     text-transform: capitalize;
     justify-content: space-between;
    white-space: nowrap;
     align-items: center;
     max-height: 1.5em;
 
     font-size: .9em;
     font-size: 1.35em;
     letter-spacing: 1px;
     font-weight: 600;
     box-shadow: rgb(3 102 214 / 30%) 0px 0px 0px 3px;
     letter-spacing: .03em;
     background: linear-gradient(to bottom, #459cca, #5684c8);
    color: #689cc0 !important;
 
     padding: .9em .5em;
     transition: color .25s ease;
}
}


.card {
.initialPage--socialMediaLink:visited {
    width: 100%;
     color: #689cc0 !important;
    min-height: 14em;
    margin: 0 auto;
    border-radius: 10px;
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


.card-title {
.initialPage--socialMediaLink:hover {
    display: block;
     text-decoration: none;
    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;
.socialMedia--svg {
     font-weight: bold;
     display: flex;
     text-align: center;
     align-items: center;
    letter-spacing: 1px;
    color: white;
}
}


.scaleUp-hover {
.socialMedia--svg svg {
    width: 2em;
    fill: #689cc0;
     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--socialMedia.facebook>.initialPage--socialMediaLink:hover {
     color: #4267B2 !important;
}
}


.initialPage--title,
.initialPage--socialMedia.facebook:before {
.initialPage--events {
     background: #4267B2;
     border: none;
    border-collapse: separate;
}
}


.initialPage--events th,
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.initialPage--title th {
     fill: #4267B2 !important;
     color: black !important;
    padding: .4em;
}
}


.initialPage--title th {
/*--------------------------------------------------
     background-color: transparent !important;
      Ocultação de componentes
    font-size: 2em;
      --------------------------------------------------*/
 
#p-navigation {
     background-color: transparent;
}
}


.initialPage--events {
#mw-head-base {
     display: flex;
     background-color: transparent;
     height: 20em;
     width: auto !important;
}
}


.initialPage--eventsLogo {
#mw-page-base {
     height: 100%;
     background: transparent;
    padding: .5em 3.5em 2em 0;
    display: flex;
    align-items: center;
}
}


.initialPage--events td {
#mw-panel #p-tb h3 {
     text-align: center;
     color: rgb(0, 0, 0);
     display: flex;
     font-size: .75em;
    align-items: center;
    justify-content: flex-end;
}
}


.initialPage--mainContainer {
#p-tb {
     display: flex;
     display: none;
    align-items: flex-start;
}
}


.initialPage--menuContainer {
/* #ca-nstab-mediawiki { display: none; } */
    width: 75%;
/* #ca-talk { display: none; } */
     margin-right: 1.5em;
#ca-view {
     display: none;
}
}


.initialPage--sideMenuContainer {
#ca-history {
     width: 25%;
     display: none;
}
}


.initialPage--menuTitle {
#ca-viewsource {
     display: block;
     display: none !important;
    text-align: center;
}
    width: 100%;
    font-size: 1.75em;
    font-weight: bold;


     background: linear-gradient(to bottom, #459cca, #5684c8);
/* #ca-unwatch { display: none; } */
     border-radius: 10px 10px 0 0;
/* #p-cactions { display: none; } */
     color: white;
/*
      Pacientes
      */
 
.table-pacients {
     display: block;
    max-width: 1400px;
     overflow-x: auto;
}
 
.table-pacients img {
    width: 15.715em;
     height: auto;
}
}


.initialPage--menu {
/*
      PERSONAGENS
      */
 
.filter--containerSearch {
     display: flex;
     display: flex;
     flex-wrap: wrap;
     padding: 0 2em;
    justify-content: flex-end;
    align-items: center;
}
}


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


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


.initialPage--menuItem a img {
.filter--title {
     width: 100%;
     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;
}
}


.initialPage--socialMediaContainer {
.filter--icon,
    box-sizing: border-box;
.calcXp--tierIcon {
     width: 100%;
     padding: .35em .95em;
     margin-top: 8em;
     background: transparent;
     padding: 0 1.5em;
     cursor: pointer;
}
}


.initialPage--socialMedia {
.filter--icon.tier img {
     position: relative;
     filter: grayscale(.0);
    border-top: 2px solid #689cc0;
    margin-top: 1em;
}
}


.initialPage--socialMedia:before {
.filter--icon.tier.active img {
     content: '';
     box-shadow: none;
    position: absolute;
    top: -2px;
    display: block;
    width: 0;
    height: 2px;
    z-index: 1;
    transition: width .25s ease;
}
}


.initialPage--socialMedia:hover::before {
.filter--icon img {
     width: 100%;
    filter: grayscale(.8);
    border-radius: 10px;
 
     transition: all .25s ease;
}
}


.initialPage--socialMediaLink {
.calcXp--tierIcon img {
     display: flex;
     filter: drop-shadow(0px 1px 8px #4c91c900);
    justify-content: space-between;
     border-radius: 10px;
     align-items: center;


     font-size: 1.35em;
     transition: all .25s ease;
    font-weight: 600;
}
    letter-spacing: .03em;
    color: #689cc0 !important;


     padding: .9em .5em;
.filter--icon.active img {
     transition: color .25s ease;
     box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
     filter: grayscale(0);
}
}


.initialPage--socialMediaLink:visited {
.filter--icon.tier.active img,
     color: #689cc0 !important;
.calcXp--tierIcon.active img {
     transform: scale(.85);
}
}


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


.socialMedia--svg {
.filter--icon.tier#silver.active img,
     display: flex;
.calcXp--tierIcon#silver.active img {
    align-items: center;
     filter: drop-shadow(0px 1px 8px #8b8b8b);
}
}


.socialMedia--svg svg {
.filter--icon.tier#gold.active img,
     width: 2em;
.calcXp--tierIcon#gold.active img {
    fill: #689cc0;
     filter: drop-shadow(0px 1px 8px #fbc300);
    transition: all .25s ease;
}
}


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


/*
.filter--input {
     Discord
     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.discord>.initialPage--socialMediaLink:hover {
.filter--inputContainer {
     color: #5865f2 !important;
    box-sizing: border-box;
     position: relative;
}
}


.initialPage--socialMedia.discord:before {
.filter--searchButton {
     background: #5865f2;
    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;


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


/*
.filter--searchButton img {
    Instagram
     filter: invert(1);
    */
 
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
     color: #f09433 !important;
}
}


.initialPage--socialMedia.instagram:before {
.calcXp--container {
     background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-sizing: border-box;
    padding: 2.25em 1.25em;
    width: 43em;
     border: 3px solid #b0cff1;
    border-radius: 26px;
}
}


.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.calcXp--resultTitle {
     fill: url(#gradient-vertical);
    text-align: center;
    color: #4f7ca0;
    margin: 0;
    margin-top: -.5em !important;
     letter-spacing: .05em;
}
}


/*
.calcXp--formItem {
    Facebook
    display: flex;
    */
     align-items: center;
 
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
     color: #4267B2 !important;
}
}


.initialPage--socialMedia.facebook:before {
.calcXp--formItem input {
     background: #4267B2;
    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;
}
}


.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.calcXp--formItem span {
     fill: #4267B2 !important;
    font-size: 1.225em;
    font-weight: 500;
    letter-spacing: .05em;
    margin-right: .5em;
     color: #386a93;
}
}


/*--------------------------------------------------
#calculate-btn {
     Ocultação de componentes
    box-sizing: border-box;
     --------------------------------------------------*/
    cursor: pointer;
    display: block;
    width: 15em;
     margin: 2em auto;
     padding: .45em 1em;


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


#mw-head-base {
    font-size: 1.35em;
     background-color: transparent;
    text-transform: capitalize;
     width: auto !important;
    letter-spacing: 0.05em;
     font-weight: bold;
     transition: .35s ease;
}
}


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


#mw-page-base {
#calc-result {
     background: transparent;
    margin-top: 1em;
    display: flex;
     justify-content: center;
}
}


#mw-panel #p-tb h3 {
#calc-result .badge {
     color: rgb(0, 0, 0);
    display: flex;
     font-size: .75em;
    align-items: center;
     justify-content: center;
     max-height: 5em;
    width: 5em;
}
}


#p-tb {
.calcXp--xpIcon {
     display: none;
     margin-left: -.2em;
}
}


/* #ca-nstab-mediawiki { display: none; } */
.calcXp--numberOfPots {
/* #ca-talk { display: none; } */
    padding-top: .2em;
#ca-view {
    font-size: 1.15em;
    display: none;
}
}


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


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


/* #ca-unwatch { display: none; } */
#characters-container>div.show {
/* #p-cactions { display: none; } */
/*
    Pacientes
    */
 
.table-pacients {
     display: block;
     display: block;
    max-width: 1400px;
    overflow-x: auto;
}
}


.table-pacients img {
#characters-container>div>a>img {
     width: 15.715em;
    width: 100%;
     height: auto;
    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 {
     PERSONAGENS
     position: absolute;
     */
     top: -2%;
    right: -2%;
    width: 35%;
}


.filter--containerSearch {
.characterPage--table {
     display: flex;
     margin-top: -4em;
    padding: 0 2em;
     width: 100%;
    justify-content: flex-end;
     align-items: center;
}
}


.filter--container {
.characterPage--table>tbody {
    position: relative;
     display: flex;
     display: flex;
    padding: 0 2em;
     justify-content: space-between;
     justify-content: space-between;
     align-items: center;
     align-items: flex-end;
}
}


.filter {
.characterPage--table>tbody>.characterPage--mainSection {
    width: fit-content;
     display: flex;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     border: 3px solid #b0cff1;
     justify-content: space-between;
    border-collapse: collapse;
     width: 65%;
     border-radius: 8px;
}
}


.filter--title {
.characterPage--table>tbody>.characterPage--sideSection {
    box-sizing: border-box;
     display: flex;
     display: flex;
     border-right: 3px solid #b0cff1;
     justify-content: center;
     background: #4c91c9;
     width: 33%;
     padding: 0 1em;
     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,
.characterPage--characterInfoContainer {
.calcXp--tierIcon {
     width: 43%;
     padding: .35em .95em;
    background: transparent;
    cursor: pointer;
}
}


.filter--icon.tier img {
.characterPage--statsInfoContainer {
     filter: grayscale(.0);
     width: 55%;
}
}


.filter--icon.tier.active img {
.stats--container {
     box-shadow: none;
     display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.25em;
}
}


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


     transition: all .25s ease;
.stats--container div img {
     width: 2.25em;
}
}


.calcXp--tierIcon img {
.stats--bar {
     filter: drop-shadow(0px 1px 8px #4c91c900);
     display: flex;
     border-radius: 10px;
    width: -webkit-fill-available;
     justify-content: space-between;
    padding: 0 1.25em;
}


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


.filter--icon.active img {
.bar-filled:last-child,
     box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
.bar-notFilled:last-child {
    filter: grayscale(0);
     border-radius: 0 6px 6px 0;
}
}


.filter--icon.tier.active img,
.bar-filled,
.calcXp--tierIcon.active img {
.bar-notFilled {
     transform: scale(.85);
     display: block;
    width: 18%;
    height: 6px;
}
}


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


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


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


.filter--icon.tier#diamond.active img,
.characterInfo--badgeContainer {
.calcXp--tierIcon#diamond.active img {
    display: flex;
     filter: drop-shadow(0px 1px 8px #0391c5);
    justify-content: center;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
}
 
.characterInfo--contentContainer {
     display: flex;
    justify-content: space-between;
    padding: .6em 1.3em;
}
}


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


.filter--inputContainer {
.characterInfo--medal {
     box-sizing: border-box;
     margin-top: -1.5em;
    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;


.characterInfo--infoContainer {
    width: 75%;
    text-align: center;
}
.characterInfo--infoContainer #toc {
    display: none;
}
}


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


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


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


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


.calcXp--formItem input {
.skins--container span {
     box-sizing: border-box;
     width: 33.3%;
    padding: .35em;
     display: flex;
     border: 2px solid #b0cff1;
     justify-content: center;
     border-radius: 8px;
     align-items: center;
     text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .05em;
    width: 4em;
}
}


.calcXp--formItem span {
.skins--imageSkin {
     font-size: 1.225em;
     max-width: 100%;
     font-weight: 500;
     /* Limita o tamanho máximo da imagem */
     letter-spacing: .05em;
    max-height: 100%;
     margin-right: .5em;
     /* Limita o tamanho máximo da imagem */
     color: #386a93;
     object-fit: contain;
     /* Garante que a imagem se ajusta proporcionalmente */
}
}


#calculate-btn {
/*
    box-sizing: border-box;
      Seção das skills do personagem
    cursor: pointer;
      */
    display: block;
    width: 15em;
    margin: 2em auto;
    padding: .45em 1em;


    border: none;
.tabsContainer {
     border-radius: 6px;
     width: 95%;
     background: #4c91c9;
     margin: 0 auto;
     box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
     padding-bottom: .5em;
    color: white;
}


    font-size: 1.35em;
.tabsContainer table {
    text-transform: capitalize;
     width: 100%;
     letter-spacing: 0.05em;
     border-collapse: collapse;
     font-weight: bold;
    transition: .35s ease;
}
}


#calculate-btn:hover {
.tabsContainer table>tbody>tr>td {
     color: #ffffff;
     border-bottom: 2px solid rgb(225, 225, 225);
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
    transform: scale(.95);
    background: #4685b8;
}
}


#calc-result {
.tabSkill--container {
     margin-top: 1em;
     padding-bottom: .85em;
     display: flex;
     display: flex;
     justify-content: center;
     max-width: 72em;
    overflow-x: auto;
}
}


#calc-result .badge {
.skillInfo--description::-webkit-scrollbar,
    display: flex;
.tabSkill--container::-webkit-scrollbar {
    align-items: center;
     width: 8px;
     justify-content: center;
     height: 8px;
     max-height: 5em;
    width: 5em;
}
}


.calcXp--xpIcon {
.skillInfo--description::-webkit-scrollbar-track,
     margin-left: -.2em;
.tabSkill--container::-webkit-scrollbar-track {
     background-color: #4799c954;
    border-radius: 10px;
}
}


.calcXp--numberOfPots {
.skillInfo--description::-webkit-scrollbar-thumb,
     padding-top: .2em;
.tabSkill--container::-webkit-scrollbar-thumb {
     font-size: 1.15em;
     background-color: rgb(85 135 200 / 74%);
     border-radius: 10px;
}
}


#characters-container {
.tab-skill {
     display: flex;
     transition: all .25s ease;
     flex-wrap: wrap;
    width: 100%;
     padding: 1em;
     min-width: 5em;
}
 
.tab-skill.active {
     border-color: #459cca;
}
}


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


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


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


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


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


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


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


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


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


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


.characterPage--statsInfoContainer {
     transition: all .25s ease;
     width: 55%;
}
}


.stats--container {
.skillInfo--videoSelector.active {
     display: flex;
     background: var(--blue);
    justify-content: center;
     transform: scale(.8);
    flex-wrap: wrap;
     padding: 1.25em;
}
}


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


.stats--container div img {
.skillInfo>div>.skillInfo--infoContainer b {
     width: 2.25em;
     color: #2a87c4 !important;
}
}


.stats--bar {
.skillInfo--infoContainer>center>b {
     display: flex;
     font-size: 1.15em;
    width: -webkit-fill-available;
    justify-content: space-between;
    padding: 0 1.25em;
}
}


.bar-filled:first-child,
.skillInfo--name {
.bar-notFilled:first-child {
    font-size: 1.85em;
     border-radius: 6px 0 0 6px;
    letter-spacing: 1px;
     text-align: center;
}
}


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


.bar-filled,
.skillInfo--attributesContainer>h1 {
.bar-notFilled {
     color: #717171;
     display: block;
    font-size: 1.4em;
     width: 18%;
     text-align: center;
     height: 6px;
     letter-spacing: 1px;
}
}


.bar-filled {
/* card attributes */
     background: var(--blue);
.attribute--cardsContainer {
}
     display: flex;
    align-items: flex-start;


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


.characterInfo--name {
    background: var(--lightGray);
     margin: 0 !important;
     border: 2px solid var(--gray);
}
}


.characterInfo--badgeContainer {
.cardAttribute {
    box-sizing: border-box;
     display: flex;
     display: flex;
    flex-direction: column;
     justify-content: center;
     justify-content: center;
     flex-wrap: wrap;
     align-items: center;
     width: fit-content;
     width: 8em;
    margin: 0 auto;
}
}


.characterInfo--contentContainer {
.cardAttribute--icon {
     display: flex;
     margin: .6em 0;
     justify-content: space-between;
     height: 2em;
    padding: .6em 1.3em;
}
}


.characterInfo--imageContainer {
.cardAttribute--value {
     width: 25%;
     margin: 0 !important;
}


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


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


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


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


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


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


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


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


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


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


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


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


.tabsContainer table>tbody>tr>td {
    .characterInfo--imageContainer {
    border-bottom: 2px solid rgb(225, 225, 225);
        width: 35%;
}
    }
 
    .tabSkill--container {
        max-width: 61em;
        margin: 0 auto;
    }
 
    .tab-skill>div>img {
        max-width: 38px;
    }


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


.skillInfo--description::-webkit-scrollbar,
@media screen and (max-width: 1220px) {
.tabSkill--container::-webkit-scrollbar {
    .tabSkill--container {
    width: 8px;
        max-width: 48em;
     height: 8px;
     }
}
}


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


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


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


.tab-skill.active {
    .justify-center-md {
    border-color: #459cca;
        justify-content: center;
}
    }


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


.tab-skill>div>img {
    .initialPage--menuContainer {
    width: 100%;
        width: 100%;
    max-width: 40px;
        margin-right: 0;
     height: auto;
     }
}


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


.skillInfo--container>td {
    .initialPage--sideMenuContainer .card {
    border: none !important;
        width: 45%;
}
        min-height: 15em;
    }


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


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


.skillInfo.active {
    .initialPage--socialMedia {
    display: table-cell;
        width: 32%;
}
    }


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


     align-self: center;
     .filter--containerSearch {
     width: 45%;
        justify-content: center;
}
     }


.skillInfo--skillVideo2 {
    .filter--container {
    display: none;
        margin-top: 1em;
    border-radius: 8px;
        flex-wrap: wrap;
}
        justify-content: center;
    }


.skillInfo--skillVideo2.active {
    .filter:last-of-type {
    display: flex;
        margin-top: 1em;
}
    }


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


     transition: all .25s ease;
     .characterPage--splashArt {
}
        display: none;
    }


.skillInfo--videoSelector.active {
    .characterPage--table>tbody>.characterPage--mainSection {
    background: var(--blue);
        width: 100%;
     transform: scale(.8);
        justify-content: flex-start;
}
     }


.skillInfo--infoContainer {
    .characterPage--characterInfoContainer {
     width: 50%;
        width: 38%;
}
     }
 
    .characterPage--statsInfoContainer {
        width: 30%;
        margin-left: 1.5%;
    }


.skillInfo>div>.skillInfo--infoContainer b {
    .stats--container>div {
    color: #2a87c4 !important;
        width: 100%;
}
    }


.skillInfo--infoContainer>center>b {
    .characterInfo--contentContainer {
    font-size: 1.15em;
        flex-wrap: wrap;
}
    }


.skillInfo--name {
    .characterInfo--imageContainer {
    font-size: 1.85em;
        width: 100%;
    letter-spacing: 1px;
        display: flex;
    text-align: center;
        justify-content: center;
}
    }


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


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


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


     width: fit-content;
     .tab-skill {
     margin: 0 auto;
        min-width: 3.5em;
     }


     background: var(--lightGray);
     .tab-skill>div>img {
     border: 2px solid var(--gray);
        max-width: 36px;
}
     }


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


.cardAttribute--icon {
    .skillInfo--infoContainer {
    margin: .6em 0;
        width: 100%;
     height: 2em;
     }
}


.cardAttribute--value {
    .skillInfo--infoContainer>center>b {
    margin: 0 !important;
        font-size: 1.2em;
    }


     font-size: .9em !important;
     .skillInfo--name {
    font-weight: bold;
        font-size: 2.2em !important;
    line-height: 1.65em !important;
        letter-spacing: 1px;
    letter-spacing: 2px;
        margin-top: .5em !important;
    text-align: center;
        text-align: center;
     text-transform: uppercase;
     }
}


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


.selectWanted--container {
        height: 5em;
    display: flex;
        max-height: 5em;
    justify-content: center;
    }
}


#selectbox-wanted {
     .skillInfo--videoContainer {
     padding: .35em .5em;
        width: 100%;
    font-family: sans-serif;
        margin: 0 auto;
    letter-spacing: .04em;
        padding: 1em 10em;
    font-size: 1.25em;
        padding-bottom: 1em;
    width: 21em;
     }
    border: 2px solid #5684c8;
     border-radius: 6px;
}


.wantedPortrait--container {
    .cardAttribute--value {
    width: 100%;
        letter-spacing: 1px;
}
        font-size: 1.1em;
    }


.wantedPortrait--title {
    .characterPage--table>tbody>.characterPage--sideSection {
    width: 100%;
        width: 30%;
    color: #292929;
        padding-left: 1.5%;
    font-size: 1.5em;
        position: absolute;
    font-weight: bold;
        top: 0;
    letter-spacing: .035em;
        right: 0;
}
    }


.wantedPortraits {
    .skins--imageSkin {
    display: flex;
        width: 100%;
     flex-wrap: wrap;
     }
}


.wantedPortrait {
    .skins--container {
    box-sizing: border-box;
        max-height: 14em;
    width: 18em;
        overflow-x: clip;
    padding: .35em;
         overflow-y: auto;
}
 
.wantedPortrait img {
    width: 100%;
}
 
@media screen and (max-width: 1440px) {
    :root {
         font-size: 14px;
     }
     }


     .characterInfo--contentContainer {
     .skins--container span {
         padding: .6em;
         width: 50%;
     }
     }


     .characterInfo--infoContainer {
     .calcXp--formItem {
         width: 65%;
         justify-content: center;
     }
     }


     .characterInfo--imageContainer {
     .calcXp--container:last-of-type {
         width: 35%;
         margin-top: 2em;
     }
     }


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


}
}


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


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


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


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


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


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


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


    .initialPage--sideMenuContainer {
.mostrar-aba:active img {
        width: 100%;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
        display: flex;
}
        flex-direction: column;
        margin-top: 1.5em;
    }


    .initialPage--sideMenuContainer .card {
.mostrar-aba.ativa::after {
        width: 45%;
    content: '';
        min-height: 15em;
    position: absolute;
     }
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
     background-color: #000;
}


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


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


     .initialPage--socialMedia {
.aba {
        width: 32%;
    display: none;
     }
    opacity: 0;
     transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
     margin-top: 20px;
}


    #p-search {
.aba.atual {
        margin-right: 1em;
    display: block;
     }
     opacity: 1;
    transform: translateY(0);
}


    .filter--containerSearch {
.container-coliseu {
        justify-content: center;
    display: block;
    }
    text-align: center;
}


    .filter--container {
.coluna-abas {
        margin-top: 1em;
    flex: 0 0 200px;
        flex-wrap: wrap;
    margin-right: 20px;
        justify-content: center;
}
    }


     .filter:last-of-type {
/*******************************************************************************
        margin-top: 1em;
      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 */
}


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


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


    .characterPage--table>tbody>.characterPage--mainSection {
.me {
        width: 100%;
    float: left;
        justify-content: flex-start;
    margin: 5px 45px 5px 20px;
     }
    color: #000;
     /* Garante que o texto dentro da classe .me será preto */
}


     .characterPage--characterInfoContainer {
.me::before {
        width: 38%;
     box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
    }
    left: -9px;
}


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


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


     .characterInfo--contentContainer {
@media (max-width: 768px) {
         flex-wrap: wrap;
     .item-grid>* {
         flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
     }
     }
}


     .characterInfo--imageContainer {
@media (max-width: 480px) {
         width: 100%;
     .item-grid>* {
         display: flex;
         flex: 1 1 calc(50% - 10px);
        justify-content: center;
         max-width: calc(50% - 10px);
     }
     }
}


     .characterInfo--medal {
@media (max-width: 360px) {
         margin-top: -2.5em;
     .item-grid>* {
         flex: 1 1 100%;
        max-width: 100%;
     }
     }
}


     .characterInfo--infoContainer {
.iteminfobox {
        width: 100%;
    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;
}


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


    .tab-skill>div>img {
/**********************
        max-width: 36px;
      VECTOR.CSS
    }
  **********************/


    .skillInfo>div {
/* Geral */
        flex-wrap: wrap-reverse;
a {
    }
    color: #0645ad;
}


    .skillInfo--infoContainer {
a:visited {
        width: 100%;
    color: #0645ad;
    }
}


    .skillInfo--infoContainer>center>b {
a.new {
        font-size: 1.2em;
    color: rgb(206, 0, 0) !important;
    }
}


    .skillInfo--name {
h1,
        font-size: 2.2em !important;
h2,
        letter-spacing: 1px;
h3,
        margin-top: .5em !important;
h4,
        text-align: center;
h5,
    }
h6 {
    color: #000000;
}


    .skillInfo--description {
hr {
        font-size: 1.35em !important;
    color: #222;
        display: table;
}
        margin: 1em !important;


        height: 5em;
ul {
        max-height: 5em;
    list-style-image: none;
    }
}


     .skillInfo--videoContainer {
/* Cabeçalho */
        width: 100%;
#mw-head-base {
        margin: 0 auto;
     background: url(http://70.39.70.36/images/f/fd/azul_capriw2.png);
        padding: 1em 10em;
    background-repeat: repeat-x;
        padding-bottom: 1em;
    width: 1531px;
    }
    max-height: 63px;
    margin-top: -3.5em;
    display: block;
}


    .cardAttribute--value {
/* Navegação */
        letter-spacing: 1px;
#p-cactions {
        font-size: 1.1em;
    background: none;
    }
    margin-top: -0.6em;
}


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


    .skins--imageSkin {
#p-cactions li.selected {
        width: 100%;
    background: none;
     }
     border: 2px solid #5c3f2a;
}


    .skins--container {
#p-cactions li.new {
        max-height: 14em;
    background-color: #e2e2e2;
        overflow-x: clip;
}
        overflow-y: auto;
    }


    .skins--container span {
#p-cactions li a {
        width: 50%;
    background-color: #e2e2e2;
     }
     color: #7070FF;
}


    .calcXp--formItem {
#p-cactions li.selected a {
        justify-content: center;
     background-color: #324f74;
    }
}
 
     .calcXp--container:last-of-type {
        margin-top: 2em;
    }
 
    #p-tb h3 {
        display: none;
    }


/* Barra de Pesquisa */
#searchInput {
    background-color: #ffffff;
    border-color: #0645ad;
}
}


/*******************************************************************************
#content {
     PRESET: ABAS
     color: var(--content-text);
    *******************************************************************************/
     background-color: var(--content-bg) !important;
.tabela-abas {
     border: none !important;
    width: 100%;
     box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
     border-collapse: collapse;
     text-align: center;
     margin-bottom: 20px;
}
}


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


.imagem-botao {
/* Menu */
    display: inline-block;
.vector-menu-tabs,
    width: auto;
.vector-menu-tabs a,
     height: auto;
#mw-head .vector-menu-dropdown h3 {
     background: none;
}
}


.sec-aba-cem {
.vector-menu-tabs li a {
     padding: 5px;
    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;
     font-weight: bold;
     text-align: center;
     background: #ffffff;
     color: #333;
     border: 1px #0645ad solid;
}
}


.mostrar-aba img {
.vector-menu-tabs ul {
     border: none;
     float: left;
     background-color: transparent;
    height: 100%;
     margin: 5px;
    list-style: none none;
     margin: 0;
    padding: 0;
     margin-top: -0.3em;
}
}


.mostrar-aba:hover::after {
.vector-menu-dropdown .vector-menu-content {
     content: '';
    background-color: none;
    list-style: none none;
     min-width: 100%;
     position: absolute;
     position: absolute;
     bottom: 0;
     top: 2.5em;
     left: 0;
    right: -1px;
     right: 0;
    margin: 0;
     height: 3px;
     border: 2px solid #0645ad !important;
     background-color: rgba(0, 0, 0, 0.4);
     border-top-width: 0;
     /* Barrinha sutil ao passar o mouse */
     padding: 0;
     box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    text-align: left;
    opacity: 0;
     visibility: hidden;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
    z-index: 3;
}
}


.mostrar-aba:hover img {
/* Conteúdo */
     filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
.mw-body {
     /* Sombra leve ao passar o mouse */
     margin-top: -1px;
    border: 1px solid #8d6e63;
     border-right-width: 1px;
}
}


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


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


.preset-aba {
.mw-parser-output tr big {
     margin: 0;
     color: #000000;
    padding: 0;
}
}


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


.aba {
/* Tabelas */
     display: none;
.jquery-tablesorter tr td {
    opacity: 0;
     background-color: #fcfcfc !important;
    transform: translateY(-10px);
     color: #000000 !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
     margin-top: 20px;
}
}


.aba.atual {
#mw-content-text .mw-parser-output .jquery-tablesorter {
     display: block;
     transform: translatex(0px) translatey(0px);
     opacity: 1;
     background-color: #fcfcfc;
     transform: translateY(0);
     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;
}
}


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


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


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


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


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


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


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


/*******************************************************************************
.wikiEditor-ui-toolbar .booklet>.index {
    PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
     float: left;
    *******************************************************************************/
     width: 20%;
.item-grid {
     height: 125px;
     display: flex;
     overflow: auto;
     flex-wrap: wrap;
     resize: horizontal;
     gap: 10px;
     color: black;
     justify-content: center;
     margin: 20px auto;
     max-width: 100%;
}
}


@media (max-width: 1024px) {
.codeEditor-status-message {
     .item-grid>* {
     border-left: 1px solid #c8ccd1;
        flex: 1 1 calc(25% - 10px);
    border-right: 1px solid #c8ccd1;
        max-width: calc(25% - 10px);
    padding: 0 0.3em;
     }
    width: 100%;
    display: table-cell;
     color: black !important;
}
}


@media (max-width: 768px) {
.wikiEditor-ui-toolbar .tabs span.tab a {
     .item-grid>* {
    color: #000000 !important;
        flex: 1 1 calc(33.33% - 10px);
    cursor: pointer;
        max-width: calc(33.33% - 10px);
     display: block;
     }
    height: 32px;
    padding-left: 18px;
     padding-right: 12px;
}
}


@media (max-width: 480px) {
.wikiEditor-ui-toolbar .group .tool-select .label {
     .item-grid>* {
    position: relative;
        flex: 1 1 calc(50% - 10px);
    padding: 0 26px 0 4px;
        max-width: calc(50% - 10px);
    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;
}
}


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


.iteminfobox {
div.mw-number-text h3 {
    padding: 10px;
     color: #c1c1c1 !important;
    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 {
/* Tooltip */
     font-size: clamp(10px, 2vw, 14px);
.tip2 {
     color: #6587c4;
     background-color: #F2F2F2;
     text-align: center;
     border-radius: 2px;
     line-height: 1.2;
     box-shadow: 0 0 6px #B2B2B2;
     white-space: nowrap;
     display: none;
     overflow: hidden;
     position: absolute;
     text-overflow: ellipsis;
     padding: 10px;
     z-index: 1;
}
}


/**********************
.tooltip {
    VECTOR.CSS
     position: relative;
**********************/
 
/* Geral */
a {
     color: #0645ad;
}
}


a:visited {
#tip-espaco {
     color: #0645ad;
     margin-left: 10px;
}
}


a.new {
#youtube {
     color: rgb(206, 0, 0) !important;
     margin-left: -155px;
}
}


h1,
.tooltip,
h2,
.tooltip:hover+.tip2,
h3,
.tip2:hover {
h4,
     display: inline;
h5,
h6 {
     color: #000000;
}
}


hr {
/* tira o toggle do indice, ocultar/exibir */
     color: #222;
#toc .toctogglelabel {
     display: none !important;
}
}


ul {
span.toctogglespan {
     list-style-image: none;
     display: none !important;
}
}


/* Cabeçalho */
/*   WIKITABLE */
#mw-head-base {
table.wikitablec,
     background: url(http://70.39.70.36/images/f/fd/azul_capriw2.png);
table.prettytable {
     background-repeat: repeat-x;
     margin: 1em 1em 1em 0;
     width: 1531px;
     background: #f9f9f9;
     max-height: 63px;
     border: 1px #aaa solid;
    margin-top: -3.5em;
     border-collapse: collapse;
    display: block;
}
}


/* Navegação */
table.wikitablecenter,
#p-cactions {
table.prettytable {
     background: none;
     margin-left: auto;
     margin-top: -0.6em;
     margin-right: auto;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
}


#p-cactions li {
table.wikitablec th,
     background: none;
table.wikitablec td,
table.prettytable th,
table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
     text-align: center;
}
}


#p-cactions li.selected {
table.wikitablec th,
     background: none;
table.prettytable th {
     border: 2px solid #5c3f2a;
     background: #f2f2f2;
     text-align: center;
}
}


#p-cactions li.new {
table.wikitablec caption,
     background-color: #e2e2e2;
table.prettytable caption {
     margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
}


#p-cactions li a {
table.prettytablec code,
     background-color: #e2e2e2;
table.wikitablec code {
    color: #7070FF;
     background-color: transparent;
}
}


#p-cactions li.selected a {
table.wikitablew-tr th,
     background-color: #324f74;
table.wikitablew-tr td {
     padding: 0.3em 0.4em;
}
}


/* Barra de Pesquisa */
table.wikitablecenter th,
#searchInput {
table.wikitablecenter td,
     background-color: #ffffff;
table.prettytable th,
     border-color: #0645ad;
table.prettytable td {
     border: 1px #aaa solid;
     padding: 0.2em;
    text-align: center;
}
}


#simpleSearch {
table.wikitablecenter th,
     position: relative;
table.prettytable th {
     height: 100%;
     background: #f2f2f2;
    background-color: white;
     text-align: center;
}
}


/* Menu */
table.wikitablecenter caption,
.vector-menu-tabs,
table.prettytable caption {
.vector-menu-tabs a,
    margin-left: inherit;
#mw-head .vector-menu-dropdown h3 {
    margin-right: inherit;
     background: none;
     font-weight: bold;
}
}


.vector-menu-tabs li a {
table.prettytablecenter code,
     background-position: center;
table.wikitablecenter code {
    background: transparent;
     background-color: 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 {
table.elements {}
     font-weight: bold;
 
     background: #ffffff;
table.elements th,
     border: 1px #0645ad solid;
table.elements td {
     padding: 0.5em;
}
 
td.effective {
     background-color: #BFFFBF;
}
 
td.ineffective {
     background-color: #FFBF7F;
}
}


.vector-menu-tabs ul {
td.nullified {
     float: left;
     background-color: #FFBFBF;
    height: 100%;
    list-style: none none;
    margin: 0;
    padding: 0;
    margin-top: -0.3em;
}
}


.vector-menu-dropdown .vector-menu-content {
/*  Wikitable White */
    background-color: none;
table.wikitablew,
    list-style: none none;
table.prettytable,
    min-width: 100%;
table.wikitablew-tr {
    position: absolute;
     margin: 1em 0;
    top: 2.5em;
     background: #f9f9f9;
    right: -1px;
     border: 2px #fff solid;
     margin: 0;
     border-collapse: collapse;
     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 */
table.wikitablewhite,
.mw-body {
table.prettytable {
     margin-top: -1px;
     margin-left: auto;
     border: 1px solid #8d6e63;
    margin-right: auto;
     border-right-width: 1px;
    background: #f9f9f9;
     border: 2px #fff solid;
     border-collapse: collapse;
}
}


.mw-parser-output small li {
/*  Wikitable White */
     color: #000000;
table.wikitablenb,
table.prettytable,
table.wikitablenb-tr {
     margin: 1em 0;
    background: #f9f9f9;
    border: none;
    border-opacity: 0.5;
    border-collapse: collapse;
}
}


.mw-parser-output tr i {
.wikitablenb border: opacity {
     color: #000000;
     opacity: 0.5;
}
}


.mw-parser-output tr big {
table.wikitablenoborder,
     color: #000000;
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
     border: 2px #e9e8e8 solid;
    border-collapse: collapse;
}
}


.mw-parser-output .center .thumbcaption,
/* HOVER DA TABELA*/
.mw-parser-output .tright .thumbcaption {
.wikitablew td: hover {
     color: #000000;
     background: #e9e8e8;
}
}


/* Tabelas */
.wikitablew-tr tr: hover {
.jquery-tablesorter tr td {
     background: #e9e8e8;
     background-color: #fcfcfc !important;
    color: #000000 !important;
}
}


#mw-content-text .mw-parser-output .jquery-tablesorter {
.wikitablenb border: hover {
     transform: translatex(0px) translatey(0px);
     color: #e9e8e8;
    background-color: #fcfcfc;
    color: #000000 !important;
    border-color: #0645ad;
}
}


/* Links */
table.wikitablew th,
#mw-normal-catlinks ul a,
table.wikitablew td,
#mw-normal-catlinks a,
table.prettytable th,
#ca-delete a,
table.prettytable td,
#ca-move a,
table.wikitablew-tr th,
#ca-unprotect a {
table.wikitablew-tr td {
     color: #0645ad !important;
     border: 2px #fff solid;
    padding: 0.3em 0.4em;
}
}


#ca-delete a,
table.wikitablew th,
#ca-move a,
table.prettytable th,
#ca-unprotect a {
table.wikitablew-tr th {
     background-color: #ffffff !important;
     background: #eaecf0;
    border-color: #0645ad;
    border-width: 0px;
}
}


/* Rodapé */
table.wikitablew caption,
.mw-footer li {
table.prettytable caption,
     color: #0645ad;
table.wikitablew-tr caption {
     margin: 0;
     margin-left: inherit;
    padding: 0.5em 0;
     margin-right: inherit;
     font-size: 0.75em;
     font-weight: bold;
}
}


/* Outros */
table.prettytablec code,
.mw-destfile-warning {
table.prettytable code,
    border: 1px solid #8d6e63;
table.wikitablew-tr code {
    padding: 0.5em 1em;
     background-color: transparent;
    margin-bottom: 1em;
    color: #f8f9fa;
     background-color: #0d1b2d;
}
}


.mw-logline-protect {
table.wikitablewhite th,
     color: #f8f9fa !important;
table.wikitablewhite td,
table.prettytable th,
table.prettytable td {
     border: 2px #fff solid;
    padding: 0.2em;
    text-align: center;
}
}


.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
table.wikitablewhite th,
     margin-left: 12px;
table.prettytable th,
     color: white;
table.wikitablew-tr th {
    background: #eaecf0;
    text-align: center;
     border-right: 1px #fff solid;
     padding: 0.3em 0.4em;
}
}


#msupload-div a {
table.wikitablewhite caption,
     color: #3366cc;
table.prettytable caption,
     cursor: pointer;
table.wikitablew-tr caption {
    color: blue !important;
     margin-left: inherit;
}
     margin-right: inherit;
 
#msupload-bottom a {
     font-weight: bold;
     font-weight: bold;
     margin-right: 20px;
     text-align: center;
    color: black !important;
}
}


#msupload-list .file {
table.prettytablecenter code,
     background: #8b929e;
table.wikitablewhite code,
    border-top: 1px solid #c8ccd1;
table.wikitablew-tr code {
    margin: 0;
     background-color: #000;
    padding: 10px;
    position: relative;
    color: black !important;
}
}


.wikiEditor-ui-toolbar .booklet>.index {
table.elements {}
    float: left;
 
    width: 20%;
table.elements th,
    height: 125px;
table.elements td {
     overflow: auto;
     padding: 0.5em;
    resize: horizontal;
    color: black;
}
}


.codeEditor-status-message {
td.effective {
     border-left: 1px solid #c8ccd1;
     background-color: #BFFFBF;
    border-right: 1px solid #c8ccd1;
    padding: 0 0.3em;
    width: 100%;
    display: table-cell;
    color: black !important;
}
}


.wikiEditor-ui-toolbar .tabs span.tab a {
td.ineffective {
     color: #000000 !important;
     background-color: #FFBF7F;
    cursor: pointer;
    display: block;
    height: 32px;
    padding-left: 18px;
    padding-right: 12px;
}
}


.wikiEditor-ui-toolbar .group .tool-select .label {
td.nullified {
     position: relative;
     background-color: #FFBFBF;
    padding: 0 26px 0 4px;
}
    margin: 0;
 
    cursor: pointer;
/**********************************
    text-decoration: none;
wiki.gla.com.br/index.php/Predefini%C3%A7%C3%A3o:Img
    color: #222 !important;
}


.wikiEditor-ui-toolbar .group .tool-select .options .option {
predefinição:img | deixa as imagens responsivas pro mobile
**********************************/
.responsive-image {
    max-width: 100%;
     display: block;
     display: block;
     padding: 0.5em;
     margin: 0 auto;
     text-decoration: none;
     overflow: hidden;
    color: #000 !important;
    white-space: nowrap;
}
}


div.mw-number-text {
.custom-image {
     color: #888 !important;
    width: 100%;
    max-width: 800px;
     height: auto;
}
}


div.mw-number-text h3 {
.responsive-image[style*="text-align:left"] {
     color: #c1c1c1 !important;
     margin: 0;
    text-align: left;
}
}


/* Tooltip */
.responsive-image[style*="text-align:right"] {
.tip2 {
     margin: 0;
    background-color: #F2F2F2;
     text-align: right;
    border-radius: 2px;
     box-shadow: 0 0 6px #B2B2B2;
    display: none;
    position: absolute;
    padding: 10px;
     z-index: 1;
}
}


.tooltip {
.responsive-image[style*="text-align:center"] {
     position: relative;
     text-align: center;
}
}


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


#youtube {
/* ---------------------------------------------------------------------------------------------------------------- */
    margin-left: -155px;
 
}
/* Estilos CSS para o componente de abas MediaWiki */
/* Adicione este CSS na sua MediaWiki (Common.css ou página de estilos) */


.tooltip,
/* Container principal responsivo */
.tooltip:hover+.tip2,
.mw-tabber-container {
.tip2:hover {
    width: 100%;
     display: inline;
    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);
}
}


/* tira o toggle do indice, ocultar/exibir */
/* Container das abas */
#toc .toctogglelabel {
.mw-tabber-tabs {
     display: none !important;
     display: flex;
    flex-wrap: wrap;
    background-color: #eaecf0;
    border-bottom: 2px solid #a7d7f9;
    padding: 0;
    margin: 0;
    list-style: none;
}
}


span.toctogglespan {
/* Estilo individual de cada aba */
     display: none !important;
.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;
}
}


/*  Wikitablek */
.mw-tabber-tab:last-child {
table.wikitablec,
     border-right: none;
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
     border-collapse: collapse;
}
}


table.wikitablecenter,
/* Hover nas abas */
table.prettytable {
.mw-tabber-tab:hover {
    margin-left: auto;
     background-color: #f8f9fa;
    margin-right: auto;
     color: #0b0080;
     background: #f9f9f9;
     border: 1px #aaa solid;
    border-collapse: collapse;
}
}


table.wikitablec th,
/* Aba ativa */
table.wikitablec td,
.mw-tabber-tab.active {
table.prettytable th,
    background-color: #ffffff;
table.prettytable td {
     color: #0645ad;
     border: 1px #aaa solid;
     border-bottom: 3px solid #0645ad;
     padding: 0.2em;
     font-weight: 600;
     text-align: center;
}
}


table.wikitablec th,
/* Container do conteúdo */
table.prettytable th {
.mw-tabber-content {
     background: #f2f2f2;
    padding: 20px;
     text-align: center;
     background-color: #ffffff;
     min-height: 200px;
}
}


table.wikitablec caption,
/* Painel de conteúdo individual */
table.prettytable caption {
.mw-tabber-panel {
     margin-left: inherit;
     display: none;
     margin-right: inherit;
     animation: fadeIn 0.3s ease;
    font-weight: bold;
}
}


table.prettytablec code,
.mw-tabber-panel.active {
table.wikitablec code {
     display: block;
     background-color: transparent;
}
}


table.wikitablew-tr th,
/* Animação de fade in */
table.wikitablew-tr td {
@keyframes fadeIn {
     padding: 0.3em 0.4em;
     from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
}


table.wikitablecenter th,
/* Responsividade para tablets */
table.wikitablecenter td,
@media (max-width: 768px) {
table.prettytable th,
     .mw-tabber-tabs {
table.prettytable td {
        flex-direction: column;
     border: 1px #aaa solid;
    }
    padding: 0.2em;
    text-align: center;
}


table.wikitablecenter th,
    .mw-tabber-tab {
table.prettytable th {
        border-right: none;
    background: #f2f2f2;
        border-bottom: 1px solid #c8ccd1;
    text-align: center;
        width: 100%;
}
    }


table.wikitablecenter caption,
    .mw-tabber-tab.active {
table.prettytable caption {
        border-bottom: 3px solid #0645ad;
    margin-left: inherit;
        border-right: none;
    margin-right: inherit;
     }
     font-weight: bold;
}


table.prettytablecenter code,
    .mw-tabber-content {
table.wikitablecenter code {
        padding: 15px;
    background-color: transparent;
    }
}
}


table.elements {}
/* Responsividade para mobile */
@media (max-width: 480px) {
    .mw-tabber-tab {
        padding: 10px 15px;
        font-size: 13px;
    }


table.elements th,
     .mw-tabber-content {
table.elements td {
        padding: 12px;
    padding: 0.5em;
        min-height: 150px;
}
     }
 
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;
}
}

Edição atual tal como às 05h37min de 11 de novembro de 2025




@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;
    }
}