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

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Revertido
Etiqueta: Reversão manual
(43 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
/* predefinição:img | deixa as imagens responsivas pro mobile */
.home-card {
/**********************************
  border: 1px solid #e0e0e0;
      PRESET: IMG
  border-radius: 8px;
      **********************************/
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
.responsive-image {
  overflow: hidden;
    max-width: 100%;
  margin-bottom: 20px;
    display: block;
  background: #fff;
    margin: 0 auto;
}
    overflow: hidden;
 
.home-title {
  text-align: center;
  display: block;
  font-size: 1.75em;
  font-weight: bold;
  background: linear-gradient(to bottom, #459cca, #5684c8);
  color: white;
  border-radius: 8px 8px 0 0;
  margin: 0;
  position: relative;
}
}


.custom-image {
/* GURREN HOMEPAGE */
.homepage-container {
     width: 100%;
     width: 100%;
    max-width: 800px;
    height: auto;
}
}


.responsive-image[style*="text-align:left"] {
.homepage-content {
     margin: 0;
    display: flex;
     text-align: left;
    flex-wrap: wrap;
     gap: 20px;
     padding: 0;
}
}


.responsive-image[style*="text-align:right"] {
.menu-container {
     margin: 0;
     flex: 1;
     text-align: right;
     min-width: 300px;
}
}


.responsive-image[style*="text-align:center"] {
.sidemenu-container {
     text-align: center;
     flex: 0 0 300px;
}
}


/* classe para imagens pequenas, como moedas, gemas, itens menores -gurren */
.menu-content {
.iconpage {
     padding: 15px;
     vertical-align: text-bottom;
    width: auto;
    height: auto;
}
}


/* mobile */
.menu-card {
@media (max-width: 767px) {
    border: 1px solid #e0e0e0;
     .iconpage {
    border-radius: 8px;
        width: 32px;
    background-color: #ffffff;
        height: 32px;  
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     }
    margin-bottom: 20px;
    position: relative;
     overflow: hidden;
}
}


.thumb .thumbcaption .magnify:first-child {
.menu-card p {
    display: none;
     margin: 0;
}
/* ESTILIZAÇÃO PADRÃO */
html {
     scroll-behavior: auto;
    /*smooth*/
}
}


.dark-mode:root {
.menu-title {
     --content-bg: #fcfcfc;
     text-align: center;
    display: block;
    font-size: 1.75em;
    font-weight: bold;
    background: linear-gradient(to bottom, #459cca, #5684c8);
    color: white;
    border-radius: 8px 8px 0 0;
    margin: 0;
    position: relative;
}
}


:root {
/* Grid de botões (wiki row) */
    --content-bg: #fcfcfc;
.wiki-row-container {
    --content-text: #000;
  display: grid;
    --simpleSearch-bg: #fff;
  grid-template-columns: repeat(4, 1fr);
    --searchInput-text: #aaaaaa;
  gap: 10px;
    --link-text: #0645ad;
  padding: 10px;
    --lightGray: rgba(240, 240, 240);
  box-sizing: border-box;
    --gray: rgb(190, 190, 190);
}
    --transparent-blue: #338be58c;
 
    --blue: #338be5;
/* Cada botão/item da grid */
.wiki-row-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
}
}


.dark-mode:root {
.wiki-row-item:hover {
    --content-bg: #fcfcfc;
  transform: translateY(-5px);
  border-color: #007bff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
}


.mw-body h1,
/* Parte da imagem do botão */
.mw-body-content h1,
.wiki-row-image {
.mw-body-content h2 {
  width: 100%;
    font-family: sans-serif !important;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0;
  padding: 0;
}
}


a:visited,
.wiki-row-image a {
a {
  display: block;
    color: var(--link-text) !important;
  width: 100%;
  height: 100%;
}
}


body {
.wiki-row-image img {
    background-image: url(/images/3/31/Cinza_capriw.png);
  width: 100%;
    background-repeat: repeat;
  height: 100%;
    background-attachment: fixed;
  object-fit: cover;
  display: block;
  transition: filter 0.3s ease;
}
}


/*
.wiki-row-item:hover .wiki-row-image img {
  h1,
   filter: brightness(1.1);
  h2 {
      margin-bottom: 0.6em;
      border-bottom: 0px !important;
   }
  */
#firstHeading {
    border-bottom: 0px !important;
}
}


#content {
/* Título do botão */
    overflow-x: clip;
.wiki-row-title {
 
  font-weight: bold;
    color: var(--content-text);
  font-size: 1.1em;
    background-color: var(--content-bg) !important;
  background: #fff;
    border: none !important;
  color: #000;
    box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
}
}


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


#p-personal {
.wiki-row-item:hover .wiki-row-title {
    right: 1em;
  background-color: #f9f9f9;
    top: .5em;
}
}
/* Responsividade ajustada */
@media (max-width: 1440px) {
    .homepage-content {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }


#p-search {
    .menu-container,
    float: left;
    .sidemenu-container {
    margin-left: -0.1em;
        flex: 1 1 100%;
     margin-right: 1em;
        min-width: auto;
     margin-top: -0.4em;
     }
 
    .menu-container {
        gap: 15px;
     }
}
}


#searchInput {
@media (max-width: 1440px) {
    background-color: #231813;
     .wiki-row-container {
    color: var(--searchInput-text);
        grid-template-columns: repeat(4, 1fr);
    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 {
@media (max-width: 1024px) {
     margin-top: -1px;
     .wiki-row-container {
    border: 2px solid #5c3f2b !important;
        grid-template-columns: repeat(3, 1fr);
     border-right-width: 2px !important;
     }
}
}


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


/* Consistent size for sub/sup */
@media (max-width: 480px) {
.mw-body sub,
    .wiki-row-container {
.mw-body sup,
        grid-template-columns: 1fr;
span.reference
        gap: 6px;
    }


/* for Parsoid */
     .wiki-row-title {
     {
        font-size: 0.9em;
    font-size: 80%;
        padding: 8px 4px;
    }
}
}
/* ESTILIZAÇÃO PADRÃO */


 
.thumb .thumbcaption .magnify:first-child {
/* 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;
     display: none;
}
html {
    scroll-behavior: auto;
    /*smooth*/
}
}


/* CSS Hover Gallery for Mediawiki */
.dark-mode:root {
    --content-bg: #fcfcfc;
}


.gallery_zoom_img img {
:root {
     -moz-transition: -moz-transform 0.1s ease-in;
     --content-bg: #fcfcfc;
     -webkit-transition: -webkit-transform 0.1s ease-in;
    --content-text: #000;
     -o-transition: -o-transform 0.1s ease-in;
     --simpleSearch-bg: #fff;
     transition: transform 0.1 ease-in;
    --searchInput-text: #aaaaaa;
     --link-text: #0645ad;
    --lightGray: rgba(240, 240, 240);
    --gray: rgb(190, 190, 190);
     --transparent-blue: #338be58c;
    --blue: #338be5;
}
}


.gallery_zoom_img img:hover {
.dark-mode:root {
     -moz-transform: scale(2);
     --content-bg: #fcfcfc;
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
}


/*--------------------------------------------------
.mw-body h1,
      CSS CUSTOMIZADO
.mw-body-content h1,
      --------------------------------------------------*/
.mw-body-content h2 {
 
     font-family: sans-serif !important;
/*--------------------------------------------------
      Vector
      --------------------------------------------------*/
 
.vector-menu-tabs li {
     background: transparent;
}
}


/*--------------------------------------------------
a:visited,
      Tabber
a {
      --------------------------------------------------*/
    color: var(--link-text) !important;
 
.center-tab .tabber__header {
    justify-content: center;
}
}


/*--------------------------------------------------
/*
      Tags de uso generalizado
body {
      --------------------------------------------------*/
position: relative;
 
.mt-1 {
    margin-top: .75em;
}
}
*/


.mt-2 {
body {
     margin-top: 1.5em;
    background-image: url(/images/3/31/Cinza_capriw.png);
    background-repeat: repeat;
     background-attachment: fixed;
}
}


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


.mt--4 {
#simpleSearch {
     margin-top: -2em;
     background-color: var(--simpleSearch-bg) !important;
}
}


.mb-2 {
#p-personal {
     margin-bottom: 1em;
     right: 1em;
    top: .5em;
}
}


 
#p-search {
.d-flex,
    float: left;
.td-flex td {
    margin-left: -0.1em;
     display: flex;
    margin-right: 1em;
     margin-top: -0.4em;
}
}


.d-block {
#searchInput {
     display: block;
    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;
}


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


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


.align-center {
/* Consistent size for sub/sup */
    align-items: center;
.mw-body sub,
}
.mw-body sup,
span.reference


.align-top {
/* for Parsoid */
     align-items: flex-start;
    {
     font-size: 80%;
}
}


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


.justify-center {
/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
     justify-content: center;
      * 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;
}
}


.border-none {
/* CSS Hover Gallery for Mediawiki */
    border: none !important;
}


.w-25 {
.gallery_zoom_img img {
     width: 25%;
    -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;
}
}


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


.flex-wrap {
/*--------------------------------------------------
     flex-wrap: wrap;
      CSS CUSTOMIZADO
      --------------------------------------------------*/
 
/*--------------------------------------------------
      Vector
      --------------------------------------------------*/
 
.vector-menu-tabs li {
     background: transparent;
}
}


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


.badge {
/*--------------------------------------------------
    padding: .25em .57em;
      Tags de uso generalizado
    margin: .45em;
      --------------------------------------------------*/
    border-radius: 6px;
 
    color: white;
.mt-1 {
    font-weight: bold;
     margin-top: .75em;
    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 {
.mt-2 {
    width: 100%;
     margin-top: 1.5em;
    min-height: 14em;
     margin: 0 auto;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


.card-title {
.mt-4 {
    display: block;
     margin-top: 3em;
    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;
.mt--4 {
    font-weight: bold;
     margin-top: -2em;
     text-align: center;
    letter-spacing: 1px;
    color: white;
}
}


.scaleUp-hover {
.mb-2 {
     transition: all .25s ease;
     margin-bottom: 1em;
    image-rendering: auto;
    /* ou crisp-edges */
}
}


.scaleUp-hover:hover {
 
     transform: scale(1.1);
.d-flex,
.td-flex td {
     display: flex;
}
}


.d-block {
    display: block;
}


/*--------------------------------------------------
.relative {
      Tooltip
    position: relative;
      --------------------------------------------------*/
}


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


.tooltipster-default {
.align-center {
     background-color: rgb(220, 220, 220);
     align-items: center;
    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 {
.align-top {
     borde-color: rgb(220, 220, 220) !important;
     align-items: flex-start;
}
}


#bigImage {
.justify-between {
     position: absolute;
     justify-content: space-between;
    transform: translate(0, -100%);
}
}


/**********************************
.justify-center {
          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 {
.border-none {
     width: 100%;
    border: none !important;
}
 
.w-25 {
     width: 25%;
}
 
.h-100 {
     height: 100%;
     height: 100%;
    object-fit: cover;
}
}


#global-event-time {
.flex-wrap {
     position: absolute;
     flex-wrap: wrap;
    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;
}


/**********************************
.section-title {
      WIDGET: PAGEVIDEO
     display: block;
      **********************************/
     border-radius: 8px;
.pagevideo-wrapper {
     background: linear-gradient(to bottom, #459cca, #5684c8);
     display: flex;
    width: fit-content;
     justify-content: center;
     color: white;
     align-items: flex-start;
     padding: .25em 5em;
     margin: 20px auto;
    letter-spacing: 1px;
     width: 100%;
}
}


.pagevideo {
.badge {
     width: 100%;
     padding: .25em .57em;
     max-width: 800px;
    margin: .45em;
     height: auto;
    border-radius: 6px;
     border: 1px solid #ccc;
    color: white;
     border-radius: 5px;
    font-weight: bold;
     background-color: #000;
    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);
}
}


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


/**********************************
.card-title {
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
    display: block;
      **********************************/
    padding: .25em 0;
.mw-parser-output .external {
    margin-bottom: 1em;
     background-image: none !important;
    width: 100%;
     padding-right: 0 !important;
    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 {
      PREDEFINIÇÃO: Titulo
    transition: all .25s ease;
      #firstHeading {
    image-rendering: auto;
      display: none;
    /* ou crisp-edges */
  }
}
      **********************************/


 
.scaleUp-hover:hover {
#custom-title {
     transform: scale(1.1);
     display: inline-block;
    display: block;
    text-align: left;
}
}


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


/*--------------------------------------------------
/*--------------------------------------------------
       Pagina Inicial
       Tooltip
       --------------------------------------------------*/
       --------------------------------------------------*/
.initialPage--table {
 
     width: 100%;
.simple-tooltip-inline {
    text-align: center;
     border: none !important;
}
}


.initialPage--table>tbody>tr>th,
.tooltipster-default {
.initialPage--table>tbody>tr>td {
     background-color: rgb(220, 220, 220);
     background: transparent !important;
}
 
.initialPage--title,
.initialPage--events {
    border: none;
    border-collapse: separate;
}
 
.initialPage--events th,
.initialPage--title th {
     color: black !important;
     color: black !important;
     padding: .4em;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
}


.initialPage--title th {
.tooltipster-arrow {
     background-color: transparent !important;
     borde-color: rgb(220, 220, 220) !important;
    font-size: 2em;
}
}


.initialPage--events {
#bigImage {
     display: flex;
     position: absolute;
     height: 20em;
     transform: translate(0, -100%);
}
}


.initialPage--eventsLogo {
/**********************************
     height: 100%;
          Widget:GlobalEventTimer
    padding: .5em 3.5em 2em 0;
          **********************************/
.global-event-widget {
     position: relative;
     display: flex;
     display: flex;
    justify-content: center;
     align-items: center;
     align-items: center;
}
    width: 320px;
 
    height: 90px;
.initialPage--events td {
    margin: 0 auto;
     text-align: center;
     text-align: center;
     display: flex;
     overflow: hidden;
    align-items: center;
    justify-content: flex-end;
}
}


.initialPage--mainContainer {
.global-event-image {
     display: flex;
     width: 100%;
     align-items: flex-start;
     height: 100%;
    object-fit: cover;
}
}


.initialPage--menuContainer {
#global-event-time {
     width: 75%;
     position: absolute;
     margin-right: 1.5em;
     bottom: 3%;
}
     left: 3px;
 
     padding: 2px 5px;
.initialPage--sideMenuContainer {
     font-size: 1.2em;
    width: 25%;
}
 
.initialPage--menuTitle {
    display: block;
     text-align: center;
     width: 100%;
     font-size: 1.75em;
     font-weight: bold;
     font-weight: bold;
 
    color: #fff;
     background: linear-gradient(to bottom, #459cca, #5684c8);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
     border-radius: 10px 10px 0 0;
     background: linear-gradient(to right, rgba(25, 25, 25, 0.85), rgba(0, 0, 0, 0));
     color: white;
     border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
     max-width: fit-content;
}
}


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


.initialPage--menuItemContainer {
.pagevideo {
     display: flex;
     width: 100%;
     justify-content: center;
     max-width: 800px;
     flex-wrap: wrap;
    height: auto;
 
    border: 1px solid #ccc;
     padding: 1em 0;
     border-radius: 5px;
     background-color: #000;
}
}


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


.initialPage--menuItem a img {
/**********************************
     width: 100%;
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
      **********************************/
.mw-parser-output .external {
     background-image: none !important;
    padding-right: 0 !important;
}
}


.initialPage--socialMediaContainer {
/**********************************
    box-sizing: border-box;
      PREDEFINIÇÃO: Titulo
    width: 100%;
      #firstHeading {
    margin-top: 8em;
      display: none;
    padding: 0 1.5em;
  }
}
      **********************************/
 


.initialPage--socialMedia {
#custom-title {
     position: relative;
     display: inline-block;
     border-top: 2px solid #689cc0;
     display: block;
     margin-top: 1em;
     text-align: left;
}
}


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


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


.initialPage--socialMediaLink {
.initialPage--table>tbody>tr>th,
    display: flex;
.initialPage--table>tbody>tr>td {
    justify-content: space-between;
     background: transparent !important;
     align-items: center;
}


    font-size: 1.35em;
.initialPage--title,
     font-weight: 600;
.initialPage--events {
     letter-spacing: .03em;
     border: none;
    color: #689cc0 !important;
     border-collapse: separate;
}


     padding: .9em .5em;
.initialPage--events th,
     transition: color .25s ease;
.initialPage--title th {
     color: black !important;
     padding: .4em;
}
}


.initialPage--socialMediaLink:visited {
.initialPage--title th {
     color: #689cc0 !important;
     background-color: transparent !important;
    font-size: 2em;
}
}


.initialPage--socialMediaLink:hover {
.initialPage--events {
     text-decoration: none;
    display: flex;
     height: 20em;
}
}


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


.socialMedia--svg svg {
.initialPage--events td {
     width: 2em;
     text-align: center;
     fill: #689cc0;
    display: flex;
     transition: all .25s ease;
     align-items: center;
     justify-content: flex-end;
}
}


.socialMedia--svg svg path {
.initialPage--mainContainer {
     fill: inherit;
     display: flex;
    align-items: flex-start;
}
}


/*
.initialPage--menuContainer {
      Discord
    width: 75%;
      */
     margin-right: 1.5em;
 
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
     color: #5865f2 !important;
}
}


.initialPage--socialMedia.discord:before {
.initialPage--sideMenuContainer {
     background: #5865f2;
     width: 25%;
}
}


.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.initialPage--menuTitle {
     fill: #5865f2 !important;
    display: block;
}
    text-align: center;
    width: 100%;
    font-size: 1.75em;
     font-weight: bold;


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


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


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


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


/*
.initialPage--menuItem {
      Facebook
     width: 22.5%;
      */
 
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
     color: #4267B2 !important;
}
}


.initialPage--socialMedia.facebook:before {
.initialPage--menuItem a img {
     background: #4267B2;
     width: 100%;
}
}


.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.initialPage--socialMediaContainer {
     fill: #4267B2 !important;
    box-sizing: border-box;
    width: 100%;
    margin-top: 8em;
     padding: 0 1.5em;
}
}


/*--------------------------------------------------
.initialPage--socialMedia {
      Ocultação de componentes
    position: relative;
      --------------------------------------------------*/
    border-top: 2px solid #689cc0;
 
     margin-top: 1em;
#p-navigation {
     background-color: transparent;
}
}


#mw-head-base {
.initialPage--socialMedia:before {
     background-color: transparent;
     content: '';
     width: auto !important;
    position: absolute;
    top: -2px;
    display: block;
     width: 0;
    height: 2px;
    z-index: 1;
    transition: width .25s ease;
}
}


#p-logo {
.initialPage--socialMedia:hover::before {
     background-color: transparent;
     width: 100%;
}
}


#mw-page-base {
.initialPage--socialMediaLink {
     background: transparent;
     display: flex;
}
    justify-content: space-between;
    align-items: center;


#mw-panel #p-tb h3 {
    font-size: 1.35em;
     color: rgb(0, 0, 0);
     font-weight: 600;
     font-size: .75em;
     letter-spacing: .03em;
}
    color: #689cc0 !important;


#p-tb {
    padding: .9em .5em;
     display: none;
     transition: color .25s ease;
}
}


/* #ca-nstab-mediawiki { display: none; } */
.initialPage--socialMediaLink:visited {
/* #ca-talk { display: none; } */
     color: #689cc0 !important;
#ca-view {
     display: none;
}
}


#ca-history {
.initialPage--socialMediaLink:hover {
     display: none;
     text-decoration: none;
}
}


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


/* #ca-unwatch { display: none; } */
.socialMedia--svg svg {
/* #p-cactions { display: none; } */
     width: 2em;
/*
     fill: #689cc0;
      Pacientes
     transition: all .25s ease;
      */
 
.table-pacients {
     display: block;
     max-width: 1400px;
     overflow-x: auto;
}
}


.table-pacients img {
.socialMedia--svg svg path {
     width: 15.715em;
     fill: inherit;
    height: auto;
}
}


/*
/*
       PERSONAGENS
       Discord
       */
       */


.filter--containerSearch {
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
    display: flex;
     color: #5865f2 !important;
    padding: 0 2em;
    justify-content: flex-end;
     align-items: center;
}
}


.filter--container {
.initialPage--socialMedia.discord:before {
     display: flex;
     background: #5865f2;
    padding: 0 2em;
    justify-content: space-between;
    align-items: center;
}
}


.filter {
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    width: fit-content;
     fill: #5865f2 !important;
    display: flex;
    justify-content: center;
     border: 3px solid #b0cff1;
    border-collapse: collapse;
    border-radius: 8px;
}
}


.filter--title {
/*
    display: flex;
      Instagram
    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,
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
.calcXp--tierIcon {
     color: #f09433 !important;
     padding: .35em .95em;
    background: transparent;
    cursor: pointer;
}
}


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


.filter--icon.tier.active img {
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
     box-shadow: none;
     fill: url(#gradient-vertical);
}
}


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


     transition: all .25s ease;
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
     color: #4267B2 !important;
}
}


.calcXp--tierIcon img {
.initialPage--socialMedia.facebook:before {
     filter: drop-shadow(0px 1px 8px #4c91c900);
     background: #4267B2;
    border-radius: 10px;
}


     transition: all .25s ease;
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
     fill: #4267B2 !important;
}
}


.filter--icon.active img {
/*--------------------------------------------------
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
      Ocultação de componentes
    filter: grayscale(0);
      --------------------------------------------------*/
}


.filter--icon.tier.active img,
#p-navigation {
.calcXp--tierIcon.active img {
     background-color: transparent;
     transform: scale(.85);
}
}


.filter--icon.tier#bronze.active img,
#mw-head-base {
.calcXp--tierIcon#bronze.active img {
    background-color: transparent;
     filter: drop-shadow(0px 1px 8px #f18a05);
     width: auto !important;
}
}


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


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


.filter--icon.tier#diamond.active img,
#mw-panel #p-tb h3 {
.calcXp--tierIcon#diamond.active img {
     color: rgb(0, 0, 0);
     filter: drop-shadow(0px 1px 8px #0391c5);
    font-size: .75em;
}
}


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


.filter--inputContainer {
/* #ca-nstab-mediawiki { display: none; } */
    box-sizing: border-box;
/* #ca-talk { display: none; } */
     position: relative;
#ca-view {
     display: none;
}
}


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


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


.filter--searchButton img {
/* #ca-unwatch { display: none; } */
     filter: invert(1);
/* #p-cactions { display: none; } */
/*
      Pacientes
      */
 
.table-pacients {
    display: block;
    max-width: 1400px;
     overflow-x: auto;
}
}


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


.calcXp--resultTitle {
/*
     text-align: center;
      PERSONAGENS
     color: #4f7ca0;
      */
    margin: 0;
 
     margin-top: -.5em !important;
.filter--containerSearch {
     letter-spacing: .05em;
     display: flex;
     padding: 0 2em;
     justify-content: flex-end;
     align-items: center;
}
}


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


.calcXp--formItem input {
.filter {
     box-sizing: border-box;
     width: fit-content;
     padding: .35em;
     display: flex;
     border: 2px solid #b0cff1;
    justify-content: center;
     border: 3px solid #b0cff1;
    border-collapse: collapse;
     border-radius: 8px;
     border-radius: 8px;
     text-align: center;
}
     font-size: 1em;
 
.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;
     font-weight: bold;
     letter-spacing: .05em;
     color: white;
    width: 4em;
}
}


.calcXp--formItem span {
.filter--icon,
     font-size: 1.225em;
.calcXp--tierIcon {
    font-weight: 500;
     padding: .35em .95em;
    letter-spacing: .05em;
     background: transparent;
     margin-right: .5em;
     cursor: pointer;
     color: #386a93;
}
}


#calculate-btn {
.filter--icon.tier img {
     box-sizing: border-box;
     filter: grayscale(.0);
    cursor: pointer;
}
    display: block;
    width: 15em;
    margin: 2em auto;
    padding: .45em 1em;


    border: none;
.filter--icon.tier.active img {
    border-radius: 6px;
     box-shadow: none;
    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 {
.filter--icon img {
     color: #ffffff;
     filter: grayscale(.8);
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
     border-radius: 10px;
     transform: scale(.95);
    background: #4685b8;
}


#calc-result {
     transition: all .25s ease;
     margin-top: 1em;
    display: flex;
    justify-content: center;
}
}


#calc-result .badge {
.calcXp--tierIcon img {
     display: flex;
     filter: drop-shadow(0px 1px 8px #4c91c900);
    align-items: center;
     border-radius: 10px;
     justify-content: center;
    max-height: 5em;
    width: 5em;
}


.calcXp--xpIcon {
     transition: all .25s ease;
     margin-left: -.2em;
}
}


.calcXp--numberOfPots {
.filter--icon.active img {
     padding-top: .2em;
     box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
     font-size: 1.15em;
     filter: grayscale(0);
}
}


#characters-container {
.filter--icon.tier.active img,
    display: flex;
.calcXp--tierIcon.active img {
    flex-wrap: wrap;
     transform: scale(.85);
     padding: 1em;
}
}


#characters-container>div {
.filter--icon.tier#bronze.active img,
    box-sizing: border-box;
.calcXp--tierIcon#bronze.active img {
    display: none;
     filter: drop-shadow(0px 1px 8px #f18a05);
     padding: 1em;
    width: 19%;
    margin-right: 1%;
}
}


#characters-container>div.show {
.filter--icon.tier#silver.active img,
     display: block;
.calcXp--tierIcon#silver.active img {
     filter: drop-shadow(0px 1px 8px #8b8b8b);
}
}


#characters-container>div>a>img {
.filter--icon.tier#gold.active img,
     width: 100%;
.calcXp--tierIcon#gold.active img {
    border-radius: 8px;
     filter: drop-shadow(0px 1px 8px #fbc300);
    filter: grayscale(.3);
    transition: all .25s ease;
}
}


#characters-container>div:hover>a>img {
.filter--icon.tier#diamond.active img,
     box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
.calcXp--tierIcon#diamond.active img {
    filter: grayscale(0);
     filter: drop-shadow(0px 1px 8px #0391c5);
    transform: scale(1.06);
}
}


.characterPage--splashArt {
.filter--input {
     position: absolute;
     box-sizing: border-box;
     top: -2%;
     padding: .45em;
     right: -2%;
    padding-right: 2.5em;
     width: 35%;
    border: 3px solid #b0cff1;
     font-size: 1.2em;
    border-radius: 8px;
     width: 23em;
}
}


.characterPage--table {
.filter--inputContainer {
     margin-top: -4em;
     box-sizing: border-box;
     width: 100%;
     position: relative;
}
}


.characterPage--table>tbody {
.filter--searchButton {
     position: relative;
    cursor: pointer;
     display: flex;
    display: inline-block;
     justify-content: space-between;
    border: 3px solid #b0cff1;
     align-items: flex-end;
     position: absolute;
     width: 4.5em;
     height: -webkit-fill-available;
    right: 0;
    bottom: 0;
    border-radius: 0 8px 8px 0;
     background: #4c91c9;
 
}
}


.characterPage--table>tbody>.characterPage--mainSection {
.filter--searchButton img {
     display: flex;
     filter: invert(1);
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
}
}


.characterPage--table>tbody>.characterPage--sideSection {
.calcXp--container {
     box-sizing: border-box;
     box-sizing: border-box;
     display: flex;
     padding: 2.25em 1.25em;
     justify-content: center;
     width: 43em;
     width: 33%;
     border: 3px solid #b0cff1;
     padding: 0 1em;
     border-radius: 26px;
}
}


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


.characterPage--statsInfoContainer {
.calcXp--formItem {
    width: 55%;
}
 
.stats--container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.25em;
}
 
.stats--container>div {
    width: 45%;
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
    justify-content: center;
    margin: .5em;
}
}


.stats--container div img {
.calcXp--formItem input {
     width: 2.25em;
    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;
}
}


.stats--bar {
.calcXp--formItem span {
     display: flex;
     font-size: 1.225em;
     width: -webkit-fill-available;
     font-weight: 500;
     justify-content: space-between;
    letter-spacing: .05em;
     padding: 0 1.25em;
     margin-right: .5em;
     color: #386a93;
}
}


.bar-filled:first-child,
#calculate-btn {
.bar-notFilled:first-child {
    box-sizing: border-box;
     border-radius: 6px 0 0 6px;
    cursor: pointer;
}
    display: block;
    width: 15em;
     margin: 2em auto;
    padding: .45em 1em;


.bar-filled:last-child,
    border: none;
.bar-notFilled:last-child {
    border-radius: 6px;
     border-radius: 0 6px 6px 0;
    background: #4c91c9;
}
     box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;


.bar-filled,
    font-size: 1.35em;
.bar-notFilled {
    text-transform: capitalize;
     display: block;
     letter-spacing: 0.05em;
     width: 18%;
     font-weight: bold;
     height: 6px;
     transition: .35s ease;
}
}


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


.bar-notFilled {
#calc-result {
     background: var(--transparent-blue);
     margin-top: 1em;
    display: flex;
    justify-content: center;
}
}


.characterInfo--name {
#calc-result .badge {
    margin: 0 !important;
}
 
.characterInfo--badgeContainer {
     display: flex;
     display: flex;
    align-items: center;
     justify-content: center;
     justify-content: center;
     flex-wrap: wrap;
     max-height: 5em;
     width: fit-content;
     width: 5em;
    margin: 0 auto;
}
}


.characterInfo--contentContainer {
.calcXp--xpIcon {
     display: flex;
     margin-left: -.2em;
    justify-content: space-between;
    padding: .6em 1.3em;
}
}


.characterInfo--imageContainer {
.calcXp--numberOfPots {
     width: 25%;
     padding-top: .2em;
    font-size: 1.15em;
}
}


.characterInfo--medal {
#characters-container {
     margin-top: -1.5em;
     display: flex;
    flex-wrap: wrap;
    padding: 1em;
}
}


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


.characterInfo--infoContainer {
#characters-container>div.show {
     width: 75%;
     display: block;
    text-align: center;
}
}


.characterInfo--infoContainer #toc {
#characters-container>div>a>img {
     display: none;
    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--skins {
.characterPage--splashArt {
     width: 100%;
    position: absolute;
    top: -2%;
    right: -2%;
     width: 35%;
}
}


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


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


.skins--container {
.characterPage--table>tbody>.characterPage--mainSection {
     display: flex;
     display: flex;
    justify-content: flex-start;
     flex-wrap: wrap;
     flex-wrap: wrap;
     padding: -0.75em 0.75em;
     justify-content: space-between;
     gap: -0.5em;
     width: 65%;
    /* Adiciona espaçamento consistente entre os itens */
}
}


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


.skins--imageSkin {
.characterPage--characterInfoContainer {
     max-width: 100%;
     width: 43%;
    /* 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 */
}
}


/*
.characterPage--statsInfoContainer {
      Seção das skills do personagem
     width: 55%;
      */
 
.tabsContainer {
     width: 95%;
    margin: 0 auto;
    padding-bottom: .5em;
}
}


.tabsContainer table {
.stats--container {
     width: 100%;
    display: flex;
     border-collapse: collapse;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.25em;
}
 
.stats--container>div {
     width: 45%;
     display: flex;
    align-items: center;
    justify-content: center;
    margin: .5em;
}
}


.tabsContainer table>tbody>tr>td {
.stats--container div img {
     border-bottom: 2px solid rgb(225, 225, 225);
     width: 2.25em;
}
}


.tabSkill--container {
.stats--bar {
    padding-bottom: .85em;
     display: flex;
     display: flex;
     max-width: 72em;
     width: -webkit-fill-available;
     overflow-x: auto;
     justify-content: space-between;
    padding: 0 1.25em;
}
}


.skillInfo--description::-webkit-scrollbar,
.bar-filled:first-child,
.tabSkill--container::-webkit-scrollbar {
.bar-notFilled:first-child {
     width: 8px;
     border-radius: 6px 0 0 6px;
    height: 8px;
}
}


.skillInfo--description::-webkit-scrollbar-track,
.bar-filled:last-child,
.tabSkill--container::-webkit-scrollbar-track {
.bar-notFilled:last-child {
     background-color: #4799c954;
    border-radius: 0 6px 6px 0;
     border-radius: 10px;
}
 
.bar-filled,
.bar-notFilled {
     display: block;
    width: 18%;
     height: 6px;
}
}


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


.tab-skill {
.bar-notFilled {
     transition: all .25s ease;
     background: var(--transparent-blue);
    width: 100%;
    min-width: 5em;
}
}


.tab-skill.active {
.characterInfo--name {
     border-color: #459cca;
     margin: 0 !important;
}
}


.tab-skill>div {
.characterInfo--badgeContainer {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
     display: flex;
     display: flex;
     justify-content: center;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     padding: .25em;
    width: fit-content;
    margin: 0 auto;
}
 
.characterInfo--contentContainer {
    display: flex;
    justify-content: space-between;
     padding: .6em 1.3em;
}
}


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


.skillInfo--container {
.characterInfo--medal {
     width: 100%;
     margin-top: -1.5em;
}
}


.skillInfo--container>td {
 
     border: none !important;
.characterInfo--infoContainer {
     width: 75%;
    text-align: center;
}
}


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


.skillInfo.active {
.characterPage--skins {
     display: table-cell;
     width: 100%;
}
}


.skillInfo.active {
.characterPage--characterSkills {
     display: table-cell;
     width: 100%;
}
}


.skillInfo--videoContainer {
/*
      Card de Skins
      */


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


.skillInfo--skillVideo2 {
.skins--container span {
     display: none;
    width: 33.3%;
     border-radius: 8px;
     display: flex;
    justify-content: center;
     align-items: center;
}
}


.skillInfo--skillVideo2.active {
.skins--imageSkin {
     display: flex;
     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 */
}
}


.skillInfo--videoSelector {
/*
    display: inline-block;
      Seção das skills do personagem
    width: 1.1em;
      */
    height: 1.1em;
    border-radius: 50%;
    background: var(--transparent-blue);
    cursor: pointer;
    margin-right: .85em;


     transition: all .25s ease;
.tabsContainer {
    width: 95%;
    margin: 0 auto;
     padding-bottom: .5em;
}
}


.skillInfo--videoSelector.active {
.tabsContainer table {
     background: var(--blue);
     width: 100%;
     transform: scale(.8);
     border-collapse: collapse;
}
}


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


.skillInfo>div>.skillInfo--infoContainer b {
.tabSkill--container {
     color: #2a87c4 !important;
     padding-bottom: .85em;
    display: flex;
    max-width: 72em;
    overflow-x: auto;
}
}


.skillInfo--infoContainer>center>b {
.skillInfo--description::-webkit-scrollbar,
     font-size: 1.15em;
.tabSkill--container::-webkit-scrollbar {
     width: 8px;
    height: 8px;
}
}


.skillInfo--name {
.skillInfo--description::-webkit-scrollbar-track,
    font-size: 1.85em;
.tabSkill--container::-webkit-scrollbar-track {
     letter-spacing: 1px;
     background-color: #4799c954;
     text-align: center;
     border-radius: 10px;
}
}


.skillInfo--description {
.skillInfo--description::-webkit-scrollbar-thumb,
    display: inline-block;
.tabSkill--container::-webkit-scrollbar-thumb {
    font-size: 1.03em;
     background-color: rgb(85 135 200 / 74%);
    line-height: 1.5em;
     border-radius: 10px;
    padding: 0 1em;
    height: 12em;
    max-height: 12em;
     overflow-y: auto;
     text-align: justify;
}
}


.skillInfo--attributesContainer>h1 {
.tab-skill {
     color: #717171;
     transition: all .25s ease;
    font-size: 1.4em;
     width: 100%;
     text-align: center;
     min-width: 5em;
     letter-spacing: 1px;
}
}


/* card attributes */
.tab-skill.active {
.attribute--cardsContainer {
     border-color: #459cca;
     display: flex;
    align-items: flex-start;
 
    width: fit-content;
    margin: 0 auto;
 
    background: var(--lightGray);
    border: 2px solid var(--gray);
}
}


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


.cardAttribute--icon {
.tab-skill>div>img {
     margin: .6em 0;
     width: 100%;
     height: 2em;
    max-width: 40px;
     height: auto;
}
}


.cardAttribute--value {
.skillInfo--container {
     margin: 0 !important;
     width: 100%;
}


    font-size: .9em !important;
.skillInfo--container>td {
    font-weight: bold;
     border: none !important;
     line-height: 1.65em !important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
}


/*------------------------------------
.skillInfo {
      WANTED
    display: none;
      -----------------------------------*/
}


.selectWanted--container {
.skillInfo.active {
     display: flex;
     display: table-cell;
    justify-content: center;
}
}


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


.wantedPortrait--container {
.skillInfo--videoContainer {
     width: 100%;
 
    align-self: center;
     width: 45%;
}
}


.wantedPortrait--title {
.skillInfo--skillVideo2 {
     width: 100%;
     display: none;
     color: #292929;
     border-radius: 8px;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .035em;
}
}


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


.wantedPortrait {
.skillInfo--videoSelector {
     box-sizing: border-box;
     display: inline-block;
     width: 18em;
    width: 1.1em;
     padding: .35em;
    height: 1.1em;
    border-radius: 50%;
    background: var(--transparent-blue);
    cursor: pointer;
     margin-right: .85em;
 
     transition: all .25s ease;
}
}


.wantedPortrait img {
.skillInfo--videoSelector.active {
     width: 100%;
     background: var(--blue);
    transform: scale(.8);
}
}


@media screen and (max-width: 1440px) {
.skillInfo--infoContainer {
     :root {
     width: 50%;
        font-size: 14px;
}
    }


    .characterInfo--contentContainer {
.skillInfo>div>.skillInfo--infoContainer b {
        padding: .6em;
    color: #2a87c4 !important;
    }
}


    .characterInfo--infoContainer {
.skillInfo--infoContainer>center>b {
        width: 65%;
     font-size: 1.15em;
     }
}
 
    .characterInfo--imageContainer {
        width: 35%;
    }
 
    .tabSkill--container {
        max-width: 61em;
        margin: 0 auto;
    }
 
    .tab-skill>div>img {
        max-width: 38px;
    }


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


@media screen and (max-width: 1220px) {
.skillInfo--description {
     .tabSkill--container {
    display: inline-block;
        max-width: 48em;
     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;
}


@media screen and (max-width: 1024px) {
/* card attributes */
.attribute--cardsContainer {
    display: flex;
    align-items: flex-start;


     .flex-wrap-md {
     width: fit-content;
        flex-wrap: wrap;
    margin: 0 auto;
    }


     .justify-center-md {
     background: var(--lightGray);
        justify-content: center;
    border: 2px solid var(--gray);
    }
}


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


    .initialPage--menuContainer {
.cardAttribute--icon {
        width: 100%;
    margin: .6em 0;
        margin-right: 0;
    height: 2em;
    }
}


    .initialPage--sideMenuContainer {
.cardAttribute--value {
        width: 100%;
    margin: 0 !important;
        display: flex;
        flex-direction: column;
        margin-top: 1.5em;
    }


     .initialPage--sideMenuContainer .card {
     font-size: .9em !important;
        width: 45%;
    font-weight: bold;
        min-height: 15em;
    line-height: 1.65em !important;
     }
    letter-spacing: 2px;
    text-align: center;
     text-transform: uppercase;
}


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


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


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


    #p-search {
.wantedPortrait--container {
        margin-right: 1em;
    width: 100%;
    }
}


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


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


     .filter:last-of-type {
.wantedPortrait {
        margin-top: 1em;
     box-sizing: border-box;
     }
    width: 18em;
     padding: .35em;
}


     #characters-container>div {
.wantedPortrait img {
         width: 24%;
     width: 100%;
}
 
@media screen and (max-width: 1440px) {
    :root {
         font-size: 14px;
     }
     }


     .characterPage--splashArt {
     .characterInfo--contentContainer {
         display: none;
         padding: .6em;
     }
     }


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


     .characterPage--characterInfoContainer {
     .characterInfo--imageContainer {
         width: 38%;
         width: 35%;
     }
     }


     .characterPage--statsInfoContainer {
     .tabSkill--container {
         width: 30%;
         max-width: 61em;
         margin-left: 1.5%;
         margin: 0 auto;
     }
     }


     .stats--container>div {
     .tab-skill>div>img {
         width: 100%;
         max-width: 38px;
     }
     }


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


     .characterInfo--imageContainer {
@media screen and (max-width: 1220px) {
         width: 100%;
     .tabSkill--container {
        display: flex;
         max-width: 48em;
        justify-content: center;
     }
     }
}


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


    .characterInfo--infoContainer {
@media screen and (max-width: 1024px) {
        width: 100%;
    }


     .tabsContainer {
     .flex-wrap-md {
         width: 100%;
         flex-wrap: wrap;
     }
     }


     .tab-skill {
     .justify-center-md {
         min-width: 3.5em;
         justify-content: center;
     }
     }


     .tab-skill>div>img {
     .initialPage--mainContainer {
         max-width: 36px;
         flex-wrap: wrap;
     }
     }


     .skillInfo>div {
     .initialPage--menuContainer {
         flex-wrap: wrap-reverse;
         width: 100%;
        margin-right: 0;
     }
     }


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


     .skillInfo--infoContainer>center>b {
     .initialPage--sideMenuContainer .card {
         font-size: 1.2em;
         width: 45%;
        min-height: 15em;
     }
     }


     .skillInfo--name {
     #event-time {
         font-size: 2.2em !important;
         bottom: 5%;
         letter-spacing: 1px;
         right: 5%;
         margin-top: .5em !important;
         font-size: 1.25em;
        text-align: center;
     }
     }


     .skillInfo--description {
     .initialPage--socialMediaContainer {
         font-size: 1.35em !important;
         margin-top: 2em;
         display: table;
         display: flex;
         margin: 1em !important;
         justify-content: space-between;
 
        height: 5em;
        max-height: 5em;
     }
     }


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


     .cardAttribute--value {
     #p-search {
         letter-spacing: 1px;
         margin-right: 1em;
        font-size: 1.1em;
     }
     }


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


     .skins--imageSkin {
     .filter--container {
         width: 100%;
         margin-top: 1em;
        flex-wrap: wrap;
        justify-content: center;
     }
     }


     .skins--container {
     .filter:last-of-type {
         max-height: 14em;
         margin-top: 1em;
        overflow-x: clip;
        overflow-y: auto;
     }
     }


     .skins--container span {
     #characters-container>div {
         width: 50%;
         width: 24%;
     }
     }


     .calcXp--formItem {
     .characterPage--splashArt {
         justify-content: center;
         display: none;
     }
     }


     .calcXp--container:last-of-type {
     .characterPage--table>tbody>.characterPage--mainSection {
         margin-top: 2em;
        width: 100%;
        justify-content: flex-start;
    }
 
    .characterPage--characterInfoContainer {
         width: 38%;
     }
     }


     #p-tb h3 {
     .characterPage--statsInfoContainer {
         display: none;
         width: 30%;
        margin-left: 1.5%;
     }
     }


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


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


.mostrar-aba {
    .characterInfo--imageContainer {
    cursor: pointer;
        width: 100%;
    padding: 0;
        display: flex;
    background-color: transparent;
        justify-content: center;
    text-align: center;
     }
     border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}


.imagem-botao {
    .characterInfo--medal {
    display: inline-block;
        margin-top: -2.5em;
    width: auto;
     }
     height: auto;
}


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


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


.mostrar-aba:hover::after {
    .tab-skill {
    content: '';
        min-width: 3.5em;
     position: absolute;
     }
    bottom: 0;
 
     left: 0;
     .tab-skill>div>img {
    right: 0;
        max-width: 36px;
    height: 3px;
     }
    background-color: rgba(0, 0, 0, 0.4);
     /* Barrinha sutil ao passar o mouse */
}


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


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


.mostrar-aba.ativa::after {
    .skillInfo--infoContainer>center>b {
    content: '';
        font-size: 1.2em;
     position: absolute;
     }
     bottom: 0;
 
    left: 0;
     .skillInfo--name {
    right: 0;
        font-size: 2.2em !important;
    height: 3px;
        letter-spacing: 1px;
    background-color: #000;
        margin-top: .5em !important;
}
        text-align: center;
    }


.preset-aba {
    .skillInfo--description {
    margin: 0;
        font-size: 1.35em !important;
    padding: 0;
        display: table;
}
        margin: 1em !important;


.container-conteudo {
        height: 5em;
    margin: 0;
        max-height: 5em;
    padding: 0;
    }
}


.aba {
    .skillInfo--videoContainer {
    display: none;
        width: 100%;
    opacity: 0;
        margin: 0 auto;
    transform: translateY(-10px);
        padding: 1em 10em;
    transition: opacity 0.3s ease, transform 0.3s ease;
        padding-bottom: 1em;
     margin-top: 20px;
     }
}


.aba.atual {
    .cardAttribute--value {
    display: block;
        letter-spacing: 1px;
    opacity: 1;
        font-size: 1.1em;
     transform: translateY(0);
     }
}


.container-coliseu {
    .characterPage--table>tbody>.characterPage--sideSection {
     display: block;
        width: 30%;
     text-align: center;
        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;
    }


.coluna-abas {
    flex: 0 0 200px;
    margin-right: 20px;
}
}


/*******************************************************************************
/*******************************************************************************
       PRESET: DIÁLOGOS
       PRESET: ABAS
       *******************************************************************************/
       *******************************************************************************/
.transcrições {
.tabela-abas {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 10px 10px 18px;
    position: relative;
    vertical-align: top;
     width: 100%;
     width: 100%;
     color: #000;
     border-collapse: collapse;
     /* Garante que o texto dentro das transcrições será preto */
     text-align: center;
    margin-bottom: 20px;
}
}


.transcrições b,
.mostrar-aba {
.transcrições strong {
    cursor: pointer;
     color: #000 !important;
    padding: 0;
     /* Garante que o texto negrito também será preto */
     background-color: transparent;
     text-align: center;
    border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}
}


.transcrições::before {
.imagem-botao {
    background-color: #F2F2F2;
     display: inline-block;
    content: "\00a0";
     width: auto;
     display: block;
     height: auto;
     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 {
.sec-aba-cem {
     float: left;
     padding: 5px;
     margin: 5px 45px 5px 20px;
     font-weight: bold;
     color: #000;
    text-align: center;
    /* Garante que o texto dentro da classe .me será preto */
     color: #333;
}
}


.me::before {
.mostrar-aba img {
     box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
    border: none;
     left: -9px;
     background-color: transparent;
     margin: 5px;
}
}


/*******************************************************************************
.mostrar-aba:hover::after {
      PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
     content: '';
      *******************************************************************************/
    position: absolute;
.item-grid {
     bottom: 0;
     display: flex;
     left: 0;
     flex-wrap: wrap;
     right: 0;
     gap: 10px;
     height: 3px;
     justify-content: center;
     background-color: rgba(0, 0, 0, 0.4);
     margin: 20px auto;
    /* Barrinha sutil ao passar o mouse */
     max-width: 100%;
}
}


@media (max-width: 1024px) {
.mostrar-aba:hover img {
     .item-grid>* {
     filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
        flex: 1 1 calc(25% - 10px);
     /* Sombra leve ao passar o mouse */
        max-width: calc(25% - 10px);
     }
}
}


@media (max-width: 768px) {
.mostrar-aba:active img {
     .item-grid>* {
     filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
        flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
}
}


@media (max-width: 480px) {
.mostrar-aba.ativa::after {
     .item-grid>* {
     content: '';
        flex: 1 1 calc(50% - 10px);
    position: absolute;
        max-width: calc(50% - 10px);
    bottom: 0;
     }
    left: 0;
    right: 0;
    height: 3px;
     background-color: #000;
}
}


@media (max-width: 360px) {
.preset-aba {
     .item-grid>* {
     margin: 0;
        flex: 1 1 100%;
    padding: 0;
        max-width: 100%;
    }
}
}


.iteminfobox {
.container-conteudo {
     padding: 10px;
     margin: 0;
     background: #eeeded;
     padding: 0;
    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 {
.aba {
     font-size: clamp(10px, 2vw, 14px);
     display: none;
     color: #6587c4;
     opacity: 0;
     text-align: center;
     transform: translateY(-10px);
     line-height: 1.2;
     transition: opacity 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
     margin-top: 20px;
    overflow: hidden;
     text-overflow: ellipsis;
}
}


/**********************
.aba.atual {
      VECTOR.CSS
    display: block;
  **********************/
    opacity: 1;
 
     transform: translateY(0);
/* Geral */
a {
     color: #0645ad;
}
}


a:visited {
.container-coliseu {
     color: #0645ad;
    display: block;
     text-align: center;
}
}


a.new {
.coluna-abas {
     color: rgb(206, 0, 0) !important;
     flex: 0 0 200px;
    margin-right: 20px;
}
}


h1,
/*******************************************************************************
h2,
      PRESET: DIÁLOGOS
h3,
      *******************************************************************************/
h4,
.transcrições {
h5,
    background-color: #F2F2F2;
h6 {
    border-radius: 5px;
     color: #000000;
    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 */
}
}


hr {
.transcrições b,
     color: #222;
.transcrições strong {
     color: #000 !important;
    /* Garante que o texto negrito também será preto */
}
}


ul {
.transcrições::before {
     list-style-image: 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;
}
}


/* Cabeçalho */
.me {
#mw-head-base {
     float: left;
     background: url(http://70.39.70.36/images/f/fd/azul_capriw2.png);
     margin: 5px 45px 5px 20px;
     background-repeat: repeat-x;
     color: #000;
     width: 1531px;
     /* Garante que o texto dentro da classe .me será preto */
     max-height: 63px;
    margin-top: -3.5em;
    display: block;
}
}


/* Navegação */
.me::before {
#p-cactions {
     box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
     background: none;
     left: -9px;
     margin-top: -0.6em;
}
}


#p-cactions li {
/*******************************************************************************
     background: none;
      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%;
}
}


#p-cactions li.selected {
@media (max-width: 1024px) {
    background: none;
    .item-grid>* {
    border: 2px solid #5c3f2a;
        flex: 1 1 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
}
}


#p-cactions li.new {
@media (max-width: 768px) {
    background-color: #e2e2e2;
    .item-grid>* {
        flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
}
}


#p-cactions li a {
@media (max-width: 480px) {
     background-color: #e2e2e2;
     .item-grid>* {
    color: #7070FF;
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}
}


#p-cactions li.selected a {
@media (max-width: 360px) {
    background-color: #324f74;
    .item-grid>* {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
}


/* Barra de Pesquisa */
.iteminfobox {
#searchInput {
    padding: 10px;
     background-color: #ffffff;
     background: #eeeded;
     border-color: #0645ad;
     border-radius: 25px;
}
    box-shadow: rgba(24, 27, 46, 0.24) 4px 4px 4px;
 
    width: 230px;
#simpleSearch {
    height: 270px;
     position: relative;
     position: relative;
     height: 100%;
     text-align: center;
     background-color: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
     justify-content: center;
}
}


/* Menu */
.iteminfobox b {
.vector-menu-tabs,
    font-size: clamp(10px, 2vw, 14px);
.vector-menu-tabs a,
    color: #6587c4;
#mw-head .vector-menu-dropdown h3 {
    text-align: center;
     background: none;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
     text-overflow: ellipsis;
}
}


.vector-menu-tabs li a {
/**********************
    background-position: center;
      VECTOR.CSS
    background: transparent;
  **********************/
    display: block;
 
    float: left;
/* Geral */
    height: 3.07692308em;
a {
    position: relative;
     color: #0645ad;
    padding-top: 0.9em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
     cursor: pointer;
}
}


.vector-menu-tabs .selected {
a:visited {
     font-weight: bold;
     color: #0645ad;
    background: #ffffff;
    border: 1px #0645ad solid;
}
}


.vector-menu-tabs ul {
a.new {
     float: left;
     color: rgb(206, 0, 0) !important;
    height: 100%;
    list-style: none none;
    margin: 0;
    padding: 0;
    margin-top: -0.3em;
}
}


.vector-menu-dropdown .vector-menu-content {
h1,
    background-color: none;
h2,
    list-style: none none;
h3,
    min-width: 100%;
h4,
    position: absolute;
h5,
    top: 2.5em;
h6 {
    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;
     color: #000000;
}
}


.mw-parser-output tr i {
hr {
     color: #000000;
     color: #222;
}
}


.mw-parser-output tr big {
ul {
     color: #000000;
     list-style-image: none;
}
}


.mw-parser-output .center .thumbcaption,
/* Cabeçalho */
.mw-parser-output .tright .thumbcaption {
#mw-head-base {
     color: #000000;
    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;
}
}


/* Tabelas */
/* Navegação */
.jquery-tablesorter tr td {
#p-cactions {
     background-color: #fcfcfc !important;
     background: none;
     color: #000000 !important;
     margin-top: -0.6em;
}
}


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


/* Links */
#p-cactions li.selected {
#mw-normal-catlinks ul a,
    background: none;
#mw-normal-catlinks a,
     border: 2px solid #5c3f2a;
#ca-delete a,
#ca-move a,
#ca-unprotect a {
     color: #0645ad !important;
}
}


#ca-delete a,
#p-cactions li.new {
#ca-move a,
     background-color: #e2e2e2;
#ca-unprotect a {
     background-color: #ffffff !important;
    border-color: #0645ad;
    border-width: 0px;
}
}


/* Rodapé */
#p-cactions li a {
.mw-footer li {
     background-color: #e2e2e2;
     color: #0645ad;
     color: #7070FF;
     margin: 0;
    padding: 0.5em 0;
    font-size: 0.75em;
}
}


/* Outros */
#p-cactions li.selected a {
.mw-destfile-warning {
     background-color: #324f74;
    border: 1px solid #8d6e63;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    color: #f8f9fa;
     background-color: #0d1b2d;
}
}


.mw-logline-protect {
/* Barra de Pesquisa */
     color: #f8f9fa !important;
#searchInput {
    background-color: #ffffff;
     border-color: #0645ad;
}
}


.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
#content {
     margin-left: 12px;
     overflow-x: clip;
    color: white;
}


#msupload-div a {
    color: var(--content-text);
     color: #3366cc;
     background-color: var(--content-bg) !important;
     cursor: pointer;
     border: none !important;
     color: blue !important;
     box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
}
}


#msupload-bottom a {
#simpleSearch {
     font-weight: bold;
     position: relative;
     margin-right: 20px;
     height: 100%;
     color: black !important;
     background-color: white;
}
}


#msupload-list .file {
/* Menu */
     background: #8b929e;
.vector-menu-tabs,
    border-top: 1px solid #c8ccd1;
.vector-menu-tabs a,
    margin: 0;
#mw-head .vector-menu-dropdown h3 {
    padding: 10px;
     background: none;
    position: relative;
    color: black !important;
}
}


.wikiEditor-ui-toolbar .booklet>.index {
.vector-menu-tabs li a {
    background-position: center;
    background: transparent;
    display: block;
     float: left;
     float: left;
     width: 20%;
     height: 3.07692308em;
     height: 125px;
    position: relative;
     overflow: auto;
     padding-top: 0.9em;
     resize: horizontal;
    padding-left: 8px;
     color: black;
     padding-right: 8px;
     font-size: 0.8125em;
     cursor: pointer;
}
}


.codeEditor-status-message {
.vector-menu-tabs .selected {
     border-left: 1px solid #c8ccd1;
     font-weight: bold;
     border-right: 1px solid #c8ccd1;
     background: #ffffff;
     padding: 0 0.3em;
     border: 1px #0645ad solid;
    width: 100%;
    display: table-cell;
    color: black !important;
}
}


.wikiEditor-ui-toolbar .tabs span.tab a {
.vector-menu-tabs ul {
     color: #000000 !important;
     float: left;
     cursor: pointer;
     height: 100%;
     display: block;
     list-style: none none;
     height: 32px;
     margin: 0;
     padding-left: 18px;
     padding: 0;
     padding-right: 12px;
     margin-top: -0.3em;
}
}


.wikiEditor-ui-toolbar .group .tool-select .label {
.vector-menu-dropdown .vector-menu-content {
     position: relative;
    background-color: none;
     padding: 0 26px 0 4px;
    list-style: none none;
    min-width: 100%;
     position: absolute;
    top: 2.5em;
     right: -1px;
     margin: 0;
     margin: 0;
     cursor: pointer;
     border: 2px solid #0645ad !important;
     text-decoration: none;
    border-top-width: 0;
     color: #222 !important;
    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;
}
}


.wikiEditor-ui-toolbar .group .tool-select .options .option {
/* Conteúdo */
     display: block;
.mw-body {
    padding: 0.5em;
     margin-top: -1px;
    text-decoration: none;
     border: 1px solid #8d6e63;
     color: #000 !important;
     border-right-width: 1px;
     white-space: nowrap;
}
}


div.mw-number-text {
.mw-parser-output small li {
     color: #888 !important;
     color: #000000;
}
}


div.mw-number-text h3 {
.mw-parser-output tr i {
     color: #c1c1c1 !important;
     color: #000000;
}
}


/* Tooltip */
.mw-parser-output tr big {
.tip2 {
     color: #000000;
     background-color: #F2F2F2;
    border-radius: 2px;
    box-shadow: 0 0 6px #B2B2B2;
    display: none;
    position: absolute;
    padding: 10px;
    z-index: 1;
}
}


.tooltip {
.mw-parser-output .center .thumbcaption,
     position: relative;
.mw-parser-output .tright .thumbcaption {
     color: #000000;
}
}


#tip-espaco {
/* Tabelas */
     margin-left: 10px;
.jquery-tablesorter tr td {
     background-color: #fcfcfc !important;
    color: #000000 !important;
}
}


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


.tooltip,
/* Links */
.tooltip:hover+.tip2,
#mw-normal-catlinks ul a,
.tip2:hover {
#mw-normal-catlinks a,
     display: inline;
#ca-delete a,
#ca-move a,
#ca-unprotect a {
     color: #0645ad !important;
}
}


/* tira o toggle do indice, ocultar/exibir */
#ca-delete a,
#toc .toctogglelabel {
#ca-move a,
     display: none !important;
#ca-unprotect a {
     background-color: #ffffff !important;
    border-color: #0645ad;
    border-width: 0px;
}
}


span.toctogglespan {
/* Rodapé */
    display: none !important;
.mw-footer li {
}
     color: #0645ad;
 
     margin: 0;
/*   WIKITABLE */
     padding: 0.5em 0;
table.wikitablec,
     font-size: 0.75em;
table.prettytable {
     margin: 1em 1em 1em 0;
     background: #f9f9f9;
     border: 1px #aaa solid;
     border-collapse: collapse;
}
}


table.wikitablecenter,
/* Outros */
table.prettytable {
.mw-destfile-warning {
     margin-left: auto;
     border: 1px solid #8d6e63;
     margin-right: auto;
     padding: 0.5em 1em;
     background: #f9f9f9;
     margin-bottom: 1em;
     border: 1px #aaa solid;
     color: #f8f9fa;
     border-collapse: collapse;
     background-color: #0d1b2d;
}
}


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


table.wikitablec th,
.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
table.prettytable th {
     margin-left: 12px;
     background: #f2f2f2;
     color: white;
     text-align: center;
}
}


table.wikitablec caption,
#msupload-div a {
table.prettytable caption {
     color: #3366cc;
     margin-left: inherit;
     cursor: pointer;
     margin-right: inherit;
     color: blue !important;
     font-weight: bold;
}
}


table.prettytablec code,
#msupload-bottom a {
table.wikitablec code {
    font-weight: bold;
     background-color: transparent;
     margin-right: 20px;
    color: black !important;
}
}


table.wikitablew-tr th,
#msupload-list .file {
table.wikitablew-tr td {
    background: #8b929e;
     padding: 0.3em 0.4em;
    border-top: 1px solid #c8ccd1;
    margin: 0;
     padding: 10px;
    position: relative;
    color: black !important;
}
}


table.wikitablecenter th,
.wikiEditor-ui-toolbar .booklet>.index {
table.wikitablecenter td,
    float: left;
table.prettytable th,
    width: 20%;
table.prettytable td {
    height: 125px;
     border: 1px #aaa solid;
     overflow: auto;
     padding: 0.2em;
     resize: horizontal;
     text-align: center;
     color: black;
}
}


table.wikitablecenter th,
.codeEditor-status-message {
table.prettytable th {
    border-left: 1px solid #c8ccd1;
     background: #f2f2f2;
    border-right: 1px solid #c8ccd1;
     text-align: center;
    padding: 0 0.3em;
     width: 100%;
     display: table-cell;
    color: black !important;
}
}


table.wikitablecenter caption,
.wikiEditor-ui-toolbar .tabs span.tab a {
table.prettytable caption {
     color: #000000 !important;
     margin-left: inherit;
    cursor: pointer;
     margin-right: inherit;
    display: block;
     font-weight: bold;
    height: 32px;
     padding-left: 18px;
     padding-right: 12px;
}
}


table.prettytablecenter code,
.wikiEditor-ui-toolbar .group .tool-select .label {
table.wikitablecenter code {
     position: relative;
     background-color: transparent;
    padding: 0 26px 0 4px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    color: #222 !important;
}
}


table.elements {}
.wikiEditor-ui-toolbar .group .tool-select .options .option {
 
    display: block;
table.elements th,
table.elements td {
     padding: 0.5em;
     padding: 0.5em;
    text-decoration: none;
    color: #000 !important;
    white-space: nowrap;
}
}


td.effective {
div.mw-number-text {
     background-color: #BFFFBF;
     color: #888 !important;
}
}


td.ineffective {
div.mw-number-text h3 {
     background-color: #FFBF7F;
     color: #c1c1c1 !important;
}
}


td.nullified {
/* Tooltip */
     background-color: #FFBFBF;
.tip2 {
     background-color: #F2F2F2;
    border-radius: 2px;
    box-shadow: 0 0 6px #B2B2B2;
    display: none;
    position: absolute;
    padding: 10px;
    z-index: 1;
}
}


/*  Wikitable White */
.tooltip {
table.wikitablew,
     position: relative;
table.prettytable,
}
table.wikitablew-tr {
 
     margin: 1em 0;
#tip-espaco {
    background: #f9f9f9;
     margin-left: 10px;
    border: 2px #fff solid;
     border-collapse: collapse;
}
}


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


/*  Wikitable White */
.tooltip,
table.wikitablenb,
.tooltip:hover+.tip2,
table.prettytable,
.tip2:hover {
table.wikitablenb-tr {
    display: inline;
     margin: 1em 0;
}
 
/* 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;
     background: #f9f9f9;
     border: none;
     border: 1px #aaa solid;
    border-opacity: 0.5;
     border-collapse: collapse;
     border-collapse: collapse;
}
}


.wikitablenb border: opacity {
table.wikitablecenter,
    opacity: 0.5;
}
 
table.wikitablenoborder,
table.prettytable {
table.prettytable {
     margin-left: auto;
     margin-left: auto;
     margin-right: auto;
     margin-right: auto;
     background: #f9f9f9;
     background: #f9f9f9;
     border: 2px #e9e8e8 solid;
     border: 1px #aaa solid;
     border-collapse: collapse;
     border-collapse: collapse;
}
}


/* HOVER DA TABELA*/
table.wikitablec th,
.wikitablew td: hover {
table.wikitablec td,
     background: #e9e8e8;
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;
}
}


.wikitablew-tr tr: hover {
table.wikitablec caption,
     background: #e9e8e8;
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
     font-weight: bold;
}
}


.wikitablenb border: hover {
table.prettytablec code,
     color: #e9e8e8;
table.wikitablec code {
     background-color: transparent;
}
}


table.wikitablew th,
table.wikitablew td,
table.prettytable th,
table.prettytable td,
table.wikitablew-tr th,
table.wikitablew-tr th,
table.wikitablew-tr td {
table.wikitablew-tr td {
    border: 2px #fff solid;
     padding: 0.3em 0.4em;
     padding: 0.3em 0.4em;
}
}


table.wikitablew th,
table.wikitablecenter th,
table.wikitablecenter td,
table.prettytable th,
table.prettytable th,
table.wikitablew-tr th {
table.prettytable td {
     background: #eaecf0;
    border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}
 
table.wikitablecenter th,
table.prettytable th {
     background: #f2f2f2;
    text-align: center;
}
}


table.wikitablew caption,
table.wikitablecenter caption,
table.prettytable caption,
table.prettytable caption {
table.wikitablew-tr caption {
     margin-left: inherit;
     margin-left: inherit;
     margin-right: inherit;
     margin-right: inherit;
Linha 2 342: Linha 2 398:
}
}


table.prettytablec code,
table.prettytablecenter code,
table.prettytable code,
table.wikitablecenter code {
table.wikitablew-tr code {
     background-color: transparent;
     background-color: transparent;
}
}


table.wikitablewhite th,
table.elements {}
table.wikitablewhite td,
 
table.prettytable th,
table.elements th,
table.prettytable td {
table.elements td {
    border: 2px #fff solid;
     padding: 0.5em;
     padding: 0.2em;
    text-align: center;
}
}


table.wikitablewhite th,
td.effective {
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;
     background-color: #BFFFBF;
}
}
Linha 2 399: Linha 2 421:
     background-color: #FFBFBF;
     background-color: #FFBFBF;
}
}
/* GURREN HOMEPAGE */
 
/* Container do índice */
/*   Wikitable White */
.index-row-container {
table.wikitablew,
     display: grid;
table.prettytable,
     grid-template-columns: repeat(4, 1fr);
table.wikitablew-tr {
     /* 4 colunas */
     margin: 1em 0;
    gap: 10px;
     background: #f9f9f9;
     /* Espaço entre os itens */
     border: 2px #fff solid;
    padding: 10px;
     border-collapse: collapse;
    /* Padding interno */
    box-sizing: border-box;
    /* Garante que o padding não aumente a largura total */
}
}


/* Itens do índice */
table.wikitablewhite,
.index-row-item {
table.prettytable {
     text-align: center;
     margin-left: auto;
     border: 1px solid #ddd;
     margin-right: auto;
    /* Borda simples */
     background: #f9f9f9;
    border-radius: 8px;
     border: 2px #fff solid;
    /* Bordas arredondadas */
     border-collapse: collapse;
     background: #fff;
     /* Fundo branco */
    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 {
/*  Wikitable White */
     transform: translateY(-5px);
table.wikitablenb,
     /* Efeito de levantar */
table.prettytable,
     border-color: #007bff;
table.wikitablenb-tr {
     /* Cor da borda ao passar o mouse */
     margin: 1em 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
     background: #f9f9f9;
     /* Sombra ao passar o mouse */
     border: none;
     border-opacity: 0.5;
     border-collapse: collapse;
}
}


/* Conteúdo do item */
.wikitablenb border: opacity {
.index-row-content {
     opacity: 0.5;
     display: flex;
    align-items: center;
    /* Alinha ícone e texto verticalmente */
    padding: 10px;
    /* Espaçamento interno */
}
}


/* Ícone */
table.wikitablenoborder,
.index-row-icon {
table.prettytable {
     width: 32px;
    margin-left: auto;
     height: 32px;
    margin-right: auto;
     margin-right: 10px;
     background: #f9f9f9;
    /* Espaço entre o ícone e o texto */
     border: 2px #e9e8e8 solid;
     border-collapse: collapse;
}
}


/* Título do item */
/* HOVER DA TABELA*/
.index-row-title {
.wikitablew td: hover {
     font-weight: bold;
     background: #e9e8e8;
    font-size: 1em;
    /* Tamanho da fonte */
    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 */
.wikitablew-tr tr: hover {
@media (max-width: 1440px) {
     background: #e9e8e8;
     .index-row-container {
        grid-template-columns: repeat(4, 1fr);
        /* 4 colunas */
    }
}
}


@media (max-width: 1024px) {
.wikitablenb border: hover {
     .index-row-container {
     color: #e9e8e8;
        grid-template-columns: repeat(3, 1fr);
        /* 3 colunas */
    }
}
}


@media (max-width: 768px) {
table.wikitablew th,
    .index-row-container {
table.wikitablew td,
        grid-template-columns: repeat(2, 1fr);
table.prettytable th,
        /* 2 colunas */
table.prettytable td,
        gap: 8px;
table.wikitablew-tr th,
        /* Espaço menor para mobile */
table.wikitablew-tr td {
    }
    border: 2px #fff solid;
    padding: 0.3em 0.4em;
}
}


@media (max-width: 480px) {
table.wikitablew th,
    .index-row-container {
table.prettytable th,
        grid-template-columns: 1fr;
table.wikitablew-tr th {
        /* 1 coluna em telas muito pequenas */
    background: #eaecf0;
        gap: 6px;
}
        /* Espaço ainda menor */
    }


    .index-row-title {
table.wikitablew caption,
        font-size: 0.9em;
table.prettytable caption,
        /* Fonte menor para mobile */
table.wikitablew-tr caption {
     }
    margin-left: inherit;
    margin-right: inherit;
     font-weight: bold;
}
}


/*******/
table.prettytablec code,
.homepage-container {
table.prettytable code,
     width: 100%;
table.wikitablew-tr code {
     background-color: transparent;
}
}


.homepage-content {
table.wikitablewhite th,
     display: flex;
table.wikitablewhite td,
     flex-wrap: wrap;
table.prettytable th,
     gap: 20px;
table.prettytable td {
    padding: 0;
     border: 2px #fff solid;
     padding: 0.2em;
     text-align: center;
}
}


.menu-container {
table.wikitablewhite th,
     flex: 1;
table.prettytable th,
     min-width: 300px;
table.wikitablew-tr th {
     background: #eaecf0;
     text-align: center;
    border-right: 1px #fff solid;
    padding: 0.3em 0.4em;
}
}


.sidemenu-container {
table.wikitablewhite caption,
     flex: 0 0 300px;
table.prettytable caption,
table.wikitablew-tr caption {
     margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
    text-align: center;
}
}


.menu-content {
table.prettytablecenter code,
     padding: 15px;
table.wikitablewhite code,
table.wikitablew-tr code {
     background-color: #000;
}
}


.menu-card {
table.elements {}
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}


.menu-card p {
table.elements th,
     margin: 0;
table.elements td {
     padding: 0.5em;
}
}


.menu-title {
td.effective {
    text-align: center;
     background-color: #BFFFBF;
    display: block;
    font-size: 1.75em;
    font-weight: bold;
     background: linear-gradient(to bottom, #459cca, #5684c8);
    color: white;
    border-radius: 8px 8px 0 0;
    margin: 0;
    position: relative;
}
}


.indice-box-content ul {
td.ineffective {
     list-style: none;
     background-color: #FFBF7F;
    padding: 0;
    margin: 0;
}
}


.indice-box-content li {
td.nullified {
     margin: 10px 0;
     background-color: #FFBFBF;
}
}


.indice-box-content a {
/**********************************
     text-decoration: none;
classe para imagens pequenas, como moedas, gemas, itens menores -gurren
     color: #0073e6;
**********************************/
     font-weight: bold;
.iconpage {
     vertical-align: bottom;
     width: auto;
     height: auto;
}
}


.indice-box-content a:hover {
    text-decoration: underline;
}


@media (max-width: 1440px) {
@media (max-width: 768px) {  
     .homepage-content {
     .iconpage {
         flex-direction: column;
         width: 1.2em;  
         gap: 10px;
         height: auto;
        padding: 0;
         min-width: 16px;
    }
 
    .menu-container,
    .sidemenu-container {
        flex: 1 1 100%;
         min-width: auto;
    }
 
    .menu-container {
        gap: 15px;
     }
     }
}
}


/**********************************
/**********************************
  PÁGINA INICIAL: WIKI ROW
wiki.gla.com.br/index.php/Predefini%C3%A7%C3%A3o:Img
  **********************************/
 
.wiki-row-container {
predefinição:img | deixa as imagens responsivas pro mobile
     display: grid;
**********************************/
    grid-template-columns: repeat(4, 1fr);
.responsive-image {
     gap: 10px;
     max-width: 100%;
     text-decoration: none;
     display: block;
     padding: 10px;
     margin: 0 auto;
     overflow: hidden;
}
}


.wiki-row-item {
.custom-image {
    text-align: center;
    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%;
     width: 100%;
    max-width: 800px;
    height: auto;
}
}


.wiki-row-container,
.responsive-image[style*="text-align:left"] {
.wiki-row-item {
    margin: 0;
     box-sizing: border-box;
     text-align: left;
}
}


.wiki-row-item:hover {
.responsive-image[style*="text-align:right"] {
     transform: translateY(-5px);
     margin: 0;
    border-color: #007bff;
     text-align: right;
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
}


.wiki-row-image {
.responsive-image[style*="text-align:center"] {
    width: 100%;
     text-align: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.wiki-row-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    will-change: transform;
    transition: filter 0.3s ease;
}
 
.wiki-row-item:hover .wiki-row-image img {
    filter: brightness(1.1);
}
 
.wiki-row-title {
    font-weight: bold;
    font-size: 1.1em;
    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 {
    background-color: #f9f9f9;
}
 
.wiki-row-title a {
    text-decoration: none;
    color: inherit;
    display: block;
}
 
/* Responsividade ajustada */
@media (max-width: 1440px) {
    .wiki-row-container {
        grid-template-columns: repeat(4, 1fr);
        /* 4 colunas */
    }
}
 
@media (max-width: 1024px) {
    .wiki-row-container {
        grid-template-columns: repeat(3, 1fr);
        /* 3 colunas */
    }
}
 
@media (max-width: 768px) {
    .wiki-row-container {
        grid-template-columns: repeat(2, 1fr);
        /* 2 colunas */
        gap: 8px;
        /* Gap reduzido para mobile */
    }
}
 
@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 {
        font-size: 0.9em;
        /* Fonte um pouco menor para mobile */
        padding: 8px 4px;
        /* Padding reduzido para mobile */
    }
}
}

Edição das 19h55min de 28 de março de 2025

.home-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
}

.home-title {
  text-align: center;
  display: block;
  font-size: 1.75em;
  font-weight: bold;
  background: linear-gradient(to bottom, #459cca, #5684c8);
  color: white;
  border-radius: 8px 8px 0 0;
  margin: 0;
  position: relative;
}

/* GURREN HOMEPAGE */
.homepage-container {
    width: 100%;
}

.homepage-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

.menu-container {
    flex: 1;
    min-width: 300px;
}

.sidemenu-container {
    flex: 0 0 300px;
}

.menu-content {
    padding: 15px;
}

.menu-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.menu-card p {
    margin: 0;
}

.menu-title {
    text-align: center;
    display: block;
    font-size: 1.75em;
    font-weight: bold;
    background: linear-gradient(to bottom, #459cca, #5684c8);
    color: white;
    border-radius: 8px 8px 0 0;
    margin: 0;
    position: relative;
}

/* Grid de botões (wiki row) */
.wiki-row-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
}

/* Cada botão/item da grid */
.wiki-row-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
}

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

/* Parte da imagem do botão */
.wiki-row-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0;
  padding: 0;
}

.wiki-row-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.wiki-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s ease;
}

.wiki-row-item:hover .wiki-row-image img {
  filter: brightness(1.1);
}

/* Título do botão */
.wiki-row-title {
  font-weight: bold;
  font-size: 1.1em;
  background: #fff;
  color: #000;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
}

.wiki-row-title a {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: inherit;
}

.wiki-row-item:hover .wiki-row-title {
  background-color: #f9f9f9;
}
/* Responsividade ajustada */
@media (max-width: 1440px) {
    .homepage-content {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .menu-container,
    .sidemenu-container {
        flex: 1 1 100%;
        min-width: auto;
    }

    .menu-container {
        gap: 15px;
    }
}

@media (max-width: 1440px) {
    .wiki-row-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1024px) {
    .wiki-row-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .wiki-row-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .wiki-row-container {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .wiki-row-title {
        font-size: 0.9em;
        padding: 8px 4px;
    }
}
/* 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;
}

.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
    font-family: sans-serif !important;
}

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

/*
body {
	position: relative;
}
*/

body {
    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;
}

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

#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 {
    overflow-x: clip;

    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é */
.mw-footer li {
    color: #0645ad;
    margin: 0;
    padding: 0.5em 0;
    font-size: 0.75em;
}

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

/**********************************
classe para imagens pequenas, como moedas, gemas, itens menores -gurren
**********************************/
.iconpage {
    vertical-align: bottom;
    width: auto;
    height: auto;
}


@media (max-width: 768px) { 
    .iconpage {
        width: 1.2em; 
        height: auto;
        min-width: 16px;
    }
}

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