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

De Wiki Gla
Ir para navegação Ir para pesquisar
 
(10 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
/* GURREN HOMEPAGE */
/** MENU/ÍNDICE/CHANGELOG/EVENTOS **/
.homepage-container {
.homepage-content {
    width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
}


/* Layout principal: duas colunas com flex-wrap para permitir quebra */
.menu-col {
.homepage-content {
  flex: 1;
    display: flex;
  min-width: 400px;
    flex-wrap: wrap;  /* Permite que a coluna da direita desça se não houver espaço */
    gap: 20px;
    padding: 0;
}
}


/* Coluna da esquerda (menu) - ocupa mais espaço */
.side-col {
.menu-container {
  flex: 0 0 300px;
    flex: 2 1 0;     /* Pesa duas vezes mais que a coluna da direita */
  display: flex;
    min-width: 600px; /* Força uma largura mínima para o menu */
  flex-direction: column;
}
}


/* Coluna da direita (side) */
.home-card {
.sidemenu-container {
  border: 1px solid #e0e0e0;
    flex: 1 1 0;     /* Aceita encolher proporcionalmente */
  border-radius: 8px;
    min-width: 300px; /* Largura mínima para o side */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
}
}


/* Cartões internos (Menu, Índice, Eventos, etc.) */
.home-title {
.menu-content {
  text-align: center;
    padding: 15px;
  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;
  padding: 3px;
}
}


.menu-card {
@media (max-width: 1024px) {
    border: 1px solid #e0e0e0;
 
    border-radius: 8px;
  .menu-col,
    background-color: #ffffff;
  .side-col {
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     flex: 1 1 100%;
     margin-bottom: 20px;
     min-width: 100%;
    position: relative;
  }
    overflow: hidden;
}
}


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


.menu-title {
html {
    text-align: center;
  scroll-behavior: auto;
    display: block;
  /*smooth*/
    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) */
.dark-mode:root {
.wiki-row-container {
   --content-bg: #fcfcfc;
   display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
}
}


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


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


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


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


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


.wiki-row-item:hover .wiki-row-image img {
body {
   filter: brightness(1.1);
  background-image: url(/images/3/31/Cinza_capriw.png);
  background-repeat: repeat;
   background-attachment: fixed;
}
}


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


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


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


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


@media (max-width: 1440px) {
#searchInput {
    .wiki-row-container {
  background-color: #231813;
        grid-template-columns: repeat(4, 1fr);
  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;
}
}


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


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


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


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


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


.dark-mode:root {
/* CSS Hover Gallery for Mediawiki */
    --content-bg: #fcfcfc;
 
.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;
}
}


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


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


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


a:visited,
.vector-menu-tabs li {
a {
  background: transparent;
    color: var(--link-text) !important;
}
}


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


body {
.center-tab .tabber__header {
    background-image: url(/images/3/31/Cinza_capriw.png);
  justify-content: center;
    background-repeat: repeat;
    background-attachment: fixed;
}
}


/*
/*--------------------------------------------------
  h1,
      Tags de uso generalizado
  h2 {
       --------------------------------------------------*/
       margin-bottom: 0.6em;
 
      border-bottom: 0px !important;
.mt-1 {
  }
  margin-top: .75em;
  */
#firstHeading {
    border-bottom: 0px !important;
}
}


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


#p-personal {
.mt-4 {
    right: 1em;
  margin-top: 3em;
    top: .5em;
}
}


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


#searchInput {
.mb-2 {
    background-color: #231813;
  margin-bottom: 1em;
    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;
.d-flex,
    border: 2px solid #5c3f2b !important;
.td-flex td {
    border-right-width: 2px !important;
  display: flex;
}
}


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


/* Consistent size for sub/sup */
.relative {
.mw-body sub,
  position: relative;
.mw-body sup,
}
span.reference


/* for Parsoid */
.text-justify {
    {
  text-align: justify;
    font-size: 80%;
}
}


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


/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
.align-top {
      * For sanity, only do this if [[Project_talk:Support_desk]] is a
  align-items: flex-start;
      * 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 */
.justify-between {
  justify-content: space-between;
}


.gallery_zoom_img img {
.justify-center {
    -moz-transition: -moz-transform 0.1s ease-in;
  justify-content: center;
    -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 {
.border-none {
    -moz-transform: scale(2);
  border: none !important;
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
}


/*--------------------------------------------------
.w-25 {
      CSS CUSTOMIZADO
  width: 25%;
      --------------------------------------------------*/
}


/*--------------------------------------------------
.h-100 {
      Vector
  height: 100%;
      --------------------------------------------------*/
}


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


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


/*--------------------------------------------------
.badge {
      Tags de uso generalizado
  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);
}


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


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


.mt-4 {
  font-size: 1.2em;
    margin-top: 3em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: white;
}
}


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


.mb-2 {
.scaleUp-hover:hover {
    margin-bottom: 1em;
  transform: scale(1.1);
}
}




.d-flex,
/*--------------------------------------------------
.td-flex td {
      Tooltip
    display: flex;
      --------------------------------------------------*/
 
.simple-tooltip-inline {
  border: none !important;
}
}


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


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


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


.align-center {
/**********************************
    align-items: center;
          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;
}
}


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


.justify-between {
#global-event-time {
    justify-content: space-between;
  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;
}
}


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


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


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


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


.flex-wrap {
/**********************************
    flex-wrap: wrap;
      PREDEFINIÇÃO: Titulo
}
      #firstHeading {
      display: none;
  }
      **********************************/


.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 {
#custom-title {
    padding: .25em .57em;
  display: inline-block;
    margin: .45em;
  display: block;
    border-radius: 6px;
  text-align: left;
    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 {
#custom-title img {
    width: 100%;
  display: inline-block;
    min-height: 14em;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


.card-title {
/*--------------------------------------------------
    display: block;
      Pagina Inicial
    padding: .25em 0;
      --------------------------------------------------*/
    margin-bottom: 1em;
.initialPage--table {
    width: 100%;
  width: 100%;
    border-radius: 10px 10px 0 0;
  text-align: center;
    background: linear-gradient(to bottom, #459cca, #5684c8);
 
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    color: white;
}
}


.scaleUp-hover {
.initialPage--table>tbody>tr>th,
    transition: all .25s ease;
.initialPage--table>tbody>tr>td {
    image-rendering: auto;
  background: transparent !important;
    /* ou crisp-edges */
}
}


.scaleUp-hover:hover {
.initialPage--title,
    transform: scale(1.1);
.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 {
      Tooltip
  display: flex;
      --------------------------------------------------*/
  height: 20em;
}


.simple-tooltip-inline {
.initialPage--eventsLogo {
    border: none !important;
  height: 100%;
  padding: .5em 3.5em 2em 0;
  display: flex;
  align-items: center;
}
}


.tooltipster-default {
.initialPage--events td {
    background-color: rgb(220, 220, 220);
  text-align: center;
    color: black !important;
  display: flex;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  align-items: center;
  justify-content: flex-end;
}
}


.tooltipster-arrow {
.initialPage--mainContainer {
    borde-color: rgb(220, 220, 220) !important;
  display: flex;
  align-items: flex-start;
}
}


#bigImage {
.initialPage--menuContainer {
    position: absolute;
  width: 75%;
    transform: translate(0, -100%);
  margin-right: 1.5em;
}
}


/**********************************
.initialPage--sideMenuContainer {
          Widget:GlobalEventTimer
  width: 25%;
          **********************************/
.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 {
.initialPage--menuTitle {
    width: 100%;
  display: block;
    height: 100%;
  text-align: center;
    object-fit: cover;
  width: 100%;
  font-size: 1.75em;
  font-weight: bold;
 
  background: linear-gradient(to bottom, #459cca, #5684c8);
  border-radius: 10px 10px 0 0;
  color: white;
}
}


#global-event-time {
.initialPage--menu {
    position: absolute;
  display: flex;
    bottom: 3%;
  flex-wrap: wrap;
    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;
}
}


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


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


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


/**********************************
.initialPage--socialMediaContainer {
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
  box-sizing: border-box;
      **********************************/
  width: 100%;
.mw-parser-output .external {
  margin-top: 8em;
    background-image: none !important;
  padding: 0 1.5em;
    padding-right: 0 !important;
}
}


/**********************************
.initialPage--socialMedia {
      PREDEFINIÇÃO: Titulo
  position: relative;
      #firstHeading {
  border-top: 2px solid #689cc0;
      display: none;
  margin-top: 1em;
  }
}
      **********************************/


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


#custom-title img {
.initialPage--socialMedia:hover::before {
    display: inline-block;
  width: 100%;
}
}


/*--------------------------------------------------
.initialPage--socialMediaLink {
      Pagina Inicial
  display: flex;
      --------------------------------------------------*/
  justify-content: space-between;
.initialPage--table {
  align-items: center;
    width: 100%;
 
    text-align: center;
  font-size: 1.35em;
  font-weight: 600;
  letter-spacing: .03em;
  color: #689cc0 !important;
 
  padding: .9em .5em;
  transition: color .25s ease;
}
}


.initialPage--table>tbody>tr>th,
.initialPage--socialMediaLink:visited {
.initialPage--table>tbody>tr>td {
  color: #689cc0 !important;
    background: transparent !important;
}
}


.initialPage--title,
.initialPage--socialMediaLink:hover {
.initialPage--events {
  text-decoration: none;
    border: none;
    border-collapse: separate;
}
}


.initialPage--events th,
.socialMedia--svg {
.initialPage--title th {
  display: flex;
    color: black !important;
  align-items: center;
    padding: .4em;
}
}


.initialPage--title th {
.socialMedia--svg svg {
    background-color: transparent !important;
  width: 2em;
    font-size: 2em;
  fill: #689cc0;
  transition: all .25s ease;
}
}


.initialPage--events {
.socialMedia--svg svg path {
    display: flex;
  fill: inherit;
    height: 20em;
}
}


.initialPage--eventsLogo {
/*
    height: 100%;
      Discord
    padding: .5em 3.5em 2em 0;
      */
    display: flex;
 
    align-items: center;
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
  color: #5865f2 !important;
}
}


.initialPage--events td {
.initialPage--socialMedia.discord:before {
    text-align: center;
  background: #5865f2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
}


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


.initialPage--menuContainer {
/*
    width: 75%;
      Instagram
    margin-right: 1.5em;
      */
 
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
  color: #f09433 !important;
}
}


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


.initialPage--menuTitle {
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    display: block;
  fill: url(#gradient-vertical);
    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;
      Facebook
    flex-wrap: wrap;
      */
 
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
  color: #4267B2 !important;
}
}


.initialPage--menuItemContainer {
.initialPage--socialMedia.facebook:before {
    display: flex;
  background: #4267B2;
    justify-content: center;
}
    flex-wrap: wrap;


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


.initialPage--menuItem {
/*--------------------------------------------------
    width: 22.5%;
      Ocultação de componentes
      --------------------------------------------------*/
 
#p-navigation {
  background-color: transparent;
}
}


.initialPage--menuItem a img {
#mw-head-base {
    width: 100%;
  background-color: transparent;
  width: auto !important;
}
}


.initialPage--socialMediaContainer {
#p-logo {
    box-sizing: border-box;
  background-color: transparent;
    width: 100%;
    margin-top: 8em;
    padding: 0 1.5em;
}
}


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


.initialPage--socialMedia:before {
#mw-panel #p-tb h3 {
    content: '';
  color: rgb(0, 0, 0);
    position: absolute;
  font-size: .75em;
    top: -2px;
    display: block;
    width: 0;
    height: 2px;
    z-index: 1;
    transition: width .25s ease;
}
}


.initialPage--socialMedia:hover::before {
#p-tb {
    width: 100%;
  display: none;
}
}


.initialPage--socialMediaLink {
/* #ca-nstab-mediawiki { display: none; } */
    display: flex;
/* #ca-talk { display: none; } */
    justify-content: space-between;
#ca-view {
    align-items: center;
  display: none;
 
    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: .03em;
    color: #689cc0 !important;
 
    padding: .9em .5em;
    transition: color .25s ease;
}
}


.initialPage--socialMediaLink:visited {
#ca-history {
    color: #689cc0 !important;
  display: none;
}
}


.initialPage--socialMediaLink:hover {
#ca-viewsource {
    text-decoration: none;
  display: none !important;
}
}


.socialMedia--svg {
/* #ca-unwatch { display: none; } */
    display: flex;
/* #p-cactions { display: none; } */
    align-items: center;
/*
}
      Pacientes
      */


.socialMedia--svg svg {
.table-pacients {
    width: 2em;
  display: block;
    fill: #689cc0;
  max-width: 1400px;
    transition: all .25s ease;
  overflow-x: auto;
}
}


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


/*
/*
       Discord
       PERSONAGENS
       */
       */


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


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


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


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


.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
.filter--icon,
    color: #f09433 !important;
.calcXp--tierIcon {
  padding: .35em .95em;
  background: transparent;
  cursor: pointer;
}
}


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


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


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


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


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


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


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


#mw-head-base {
.filter--icon.tier.active img,
    background-color: transparent;
.calcXp--tierIcon.active img {
    width: auto !important;
  transform: scale(.85);
}
}


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


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


#mw-panel #p-tb h3 {
.filter--icon.tier#gold.active img,
    color: rgb(0, 0, 0);
.calcXp--tierIcon#gold.active img {
    font-size: .75em;
  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);
}
}


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


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


#ca-history {
.filter--searchButton {
    display: none;
  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;
 
}
}


#ca-viewsource {
.filter--searchButton img {
    display: none !important;
  filter: invert(1);
}
}


/* #ca-unwatch { display: none; } */
.calcXp--container {
/* #p-cactions { display: none; } */
  box-sizing: border-box;
/*
  padding: 2.25em 1.25em;
      Pacientes
  width: 43em;
      */
  border: 3px solid #b0cff1;
  border-radius: 26px;
}


.table-pacients {
.calcXp--resultTitle {
    display: block;
  text-align: center;
    max-width: 1400px;
  color: #4f7ca0;
    overflow-x: auto;
  margin: 0;
  margin-top: -.5em !important;
  letter-spacing: .05em;
}
}


.table-pacients img {
.calcXp--formItem {
    width: 15.715em;
  display: flex;
    height: auto;
  align-items: center;
}
}


/*
.calcXp--formItem input {
      PERSONAGENS
  box-sizing: border-box;
      */
  padding: .35em;
 
  border: 2px solid #b0cff1;
.filter--containerSearch {
  border-radius: 8px;
    display: flex;
  text-align: center;
    padding: 0 2em;
  font-size: 1em;
    justify-content: flex-end;
  font-weight: bold;
    align-items: center;
  letter-spacing: .05em;
  width: 4em;
}
}


.filter--container {
.calcXp--formItem span {
    display: flex;
  font-size: 1.225em;
    padding: 0 2em;
  font-weight: 500;
    justify-content: space-between;
  letter-spacing: .05em;
    align-items: center;
  margin-right: .5em;
  color: #386a93;
}
}


.filter {
#calculate-btn {
    width: fit-content;
  box-sizing: border-box;
    display: flex;
  cursor: pointer;
    justify-content: center;
  display: block;
    border: 3px solid #b0cff1;
  width: 15em;
    border-collapse: collapse;
  margin: 2em auto;
    border-radius: 8px;
  padding: .45em 1em;
}
 
  border: none;
  border-radius: 6px;
  background: #4c91c9;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  color: white;


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


.filter--icon,
#calculate-btn:hover {
.calcXp--tierIcon {
  color: #ffffff;
    padding: .35em .95em;
  box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
    background: transparent;
  transform: scale(.95);
    cursor: pointer;
  background: #4685b8;
}
}


.filter--icon.tier img {
#calc-result {
    filter: grayscale(.0);
  margin-top: 1em;
  display: flex;
  justify-content: center;
}
}


.filter--icon.tier.active img {
#calc-result .badge {
    box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 5em;
  width: 5em;
}
}


.filter--icon img {
.calcXp--xpIcon {
    filter: grayscale(.8);
  margin-left: -.2em;
    border-radius: 10px;
 
    transition: all .25s ease;
}
}


.calcXp--tierIcon img {
.calcXp--numberOfPots {
    filter: drop-shadow(0px 1px 8px #4c91c900);
  padding-top: .2em;
    border-radius: 10px;
  font-size: 1.15em;
 
    transition: all .25s ease;
}
}


.filter--icon.active img {
#characters-container {
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
  display: flex;
    filter: grayscale(0);
  flex-wrap: wrap;
  padding: 1em;
}
}


.filter--icon.tier.active img,
#characters-container>div {
.calcXp--tierIcon.active img {
  box-sizing: border-box;
    transform: scale(.85);
  display: none;
  padding: 1em;
  width: 19%;
  margin-right: 1%;
}
}


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


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


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


.filter--icon.tier#diamond.active img,
.characterPage--splashArt {
.calcXp--tierIcon#diamond.active img {
  position: absolute;
    filter: drop-shadow(0px 1px 8px #0391c5);
  top: -2%;
  right: -2%;
  width: 35%;
}
}


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


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


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


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


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


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


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


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


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


#calculate-btn {
.stats--bar {
    box-sizing: border-box;
  display: flex;
    cursor: pointer;
  width: -webkit-fill-available;
    display: block;
  justify-content: space-between;
    width: 15em;
  padding: 0 1.25em;
    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 {
.bar-filled:first-child,
    color: #ffffff;
.bar-notFilled:first-child {
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
  border-radius: 6px 0 0 6px;
    transform: scale(.95);
    background: #4685b8;
}
}


#calc-result {
.bar-filled:last-child,
    margin-top: 1em;
.bar-notFilled:last-child {
    display: flex;
  border-radius: 0 6px 6px 0;
    justify-content: center;
}
}


#calc-result .badge {
.bar-filled,
    display: flex;
.bar-notFilled {
    align-items: center;
  display: block;
    justify-content: center;
  width: 18%;
    max-height: 5em;
  height: 6px;
    width: 5em;
}
}


.calcXp--xpIcon {
.bar-filled {
    margin-left: -.2em;
  background: var(--blue);
}
}


.calcXp--numberOfPots {
.bar-notFilled {
    padding-top: .2em;
  background: var(--transparent-blue);
    font-size: 1.15em;
}
}


#characters-container {
.characterInfo--name {
    display: flex;
  margin: 0 !important;
    flex-wrap: wrap;
    padding: 1em;
}
}


#characters-container>div {
.characterInfo--badgeContainer {
    box-sizing: border-box;
  display: flex;
    display: none;
  justify-content: center;
    padding: 1em;
  flex-wrap: wrap;
    width: 19%;
  width: fit-content;
    margin-right: 1%;
  margin: 0 auto;
}
}


#characters-container>div.show {
.characterInfo--contentContainer {
    display: block;
  display: flex;
  justify-content: space-between;
  padding: .6em 1.3em;
}
}


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


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


.characterPage--splashArt {
 
    position: absolute;
.characterInfo--infoContainer {
    top: -2%;
  width: 75%;
    right: -2%;
  text-align: center;
    width: 35%;
}
}


.characterPage--table {
.characterInfo--infoContainer #toc {
    margin-top: -4em;
  display: none;
    width: 100%;
}
}


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


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


.characterPage--table>tbody>.characterPage--sideSection {
/*
    box-sizing: border-box;
      Card de Skins
    display: flex;
      */
    justify-content: center;
 
    width: 33%;
.skins--container {
    padding: 0 1em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: -0.75em 0.75em;
  gap: -0.5em;
  /* Adiciona espaçamento consistente entre os itens */
}
}


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


.characterPage--statsInfoContainer {
.skins--imageSkin {
    width: 55%;
  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 */
}
}


.stats--container {
/*
    display: flex;
      Seção das skills do personagem
    justify-content: center;
      */
    flex-wrap: wrap;
 
    padding: 1.25em;
.tabsContainer {
  width: 95%;
  margin: 0 auto;
  padding-bottom: .5em;
}
}


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


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


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


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


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


.bar-filled,
.skillInfo--description::-webkit-scrollbar-thumb,
.bar-notFilled {
.tabSkill--container::-webkit-scrollbar-thumb {
    display: block;
  background-color: rgb(85 135 200 / 74%);
    width: 18%;
  border-radius: 10px;
    height: 6px;
}
}


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


.bar-notFilled {
.tab-skill.active {
    background: var(--transparent-blue);
  border-color: #459cca;
}
}


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


.characterInfo--badgeContainer {
.tab-skill>div>img {
    display: flex;
  width: 100%;
    justify-content: center;
  max-width: 40px;
    flex-wrap: wrap;
  height: auto;
    width: fit-content;
    margin: 0 auto;
}
}


.characterInfo--contentContainer {
.skillInfo--container {
    display: flex;
  width: 100%;
    justify-content: space-between;
    padding: .6em 1.3em;
}
}


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


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


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


.characterInfo--infoContainer {
.skillInfo.active {
    width: 75%;
  display: table-cell;
    text-align: center;
}
}


.characterInfo--infoContainer #toc {
.skillInfo--videoContainer {
    display: none;
 
  align-self: center;
  width: 45%;
}
}


.characterPage--skins {
.skillInfo--skillVideo2 {
    width: 100%;
  display: none;
  border-radius: 8px;
}
}


.characterPage--characterSkills {
.skillInfo--skillVideo2.active {
    width: 100%;
  display: flex;
}
}


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


.skins--container {
  transition: all .25s ease;
    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 {
.skillInfo--videoSelector.active {
    width: 33.3%;
  background: var(--blue);
    display: flex;
  transform: scale(.8);
    justify-content: center;
    align-items: center;
}
}


.skins--imageSkin {
.skillInfo--infoContainer {
    max-width: 100%;
  width: 50%;
    /* 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>div>.skillInfo--infoContainer b {
      Seção das skills do personagem
  color: #2a87c4 !important;
      */
}


.tabsContainer {
.skillInfo--infoContainer>center>b {
    width: 95%;
  font-size: 1.15em;
    margin: 0 auto;
    padding-bottom: .5em;
}
}


.tabsContainer table {
.skillInfo--name {
    width: 100%;
  font-size: 1.85em;
    border-collapse: collapse;
  letter-spacing: 1px;
  text-align: center;
}
}


.tabsContainer table>tbody>tr>td {
.skillInfo--description {
    border-bottom: 2px solid rgb(225, 225, 225);
  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;
}
}


.tabSkill--container {
.skillInfo--attributesContainer>h1 {
    padding-bottom: .85em;
  color: #717171;
    display: flex;
  font-size: 1.4em;
    max-width: 72em;
  text-align: center;
    overflow-x: auto;
  letter-spacing: 1px;
}
}


.skillInfo--description::-webkit-scrollbar,
/* card attributes */
.tabSkill--container::-webkit-scrollbar {
.attribute--cardsContainer {
    width: 8px;
  display: flex;
    height: 8px;
  align-items: flex-start;
}


.skillInfo--description::-webkit-scrollbar-track,
  width: fit-content;
.tabSkill--container::-webkit-scrollbar-track {
  margin: 0 auto;
    background-color: #4799c954;
    border-radius: 10px;
}


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


.tab-skill {
.cardAttribute {
    transition: all .25s ease;
  box-sizing: border-box;
    width: 100%;
  display: flex;
    min-width: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
}
}


.tab-skill.active {
.cardAttribute--icon {
    border-color: #459cca;
  margin: .6em 0;
  height: 2em;
}
}


.tab-skill>div {
.cardAttribute--value {
    cursor: pointer;
  margin: 0 !important;
    box-sizing: border-box;
 
    width: 100%;
  font-size: .9em !important;
    display: flex;
  font-weight: bold;
    justify-content: center;
  line-height: 1.65em !important;
    align-items: center;
  letter-spacing: 2px;
    padding: .25em;
  text-align: center;
  text-transform: uppercase;
}
}


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


.skillInfo--container {
.selectWanted--container {
    width: 100%;
  display: flex;
  justify-content: center;
}
}


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


.skillInfo {
.wantedPortrait--container {
    display: none;
  width: 100%;
}
}


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


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


.skillInfo--videoContainer {
.wantedPortrait {
 
  box-sizing: border-box;
    align-self: center;
  width: 18em;
    width: 45%;
  padding: .35em;
}
}


.skillInfo--skillVideo2 {
.wantedPortrait img {
    display: none;
  width: 100%;
    border-radius: 8px;
}
}


.skillInfo--skillVideo2.active {
@media screen and (max-width: 1440px) {
     display: flex;
  :root {
}
     font-size: 14px;
  }


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


     transition: all .25s ease;
  .characterInfo--infoContainer {
}
     width: 65%;
  }


.skillInfo--videoSelector.active {
  .characterInfo--imageContainer {
     background: var(--blue);
     width: 35%;
    transform: scale(.8);
  }
}


.skillInfo--infoContainer {
  .tabSkill--container {
     width: 50%;
     max-width: 61em;
}
    margin: 0 auto;
  }


.skillInfo>div>.skillInfo--infoContainer b {
  .tab-skill>div>img {
     color: #2a87c4 !important;
     max-width: 38px;
}
  }


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


.skillInfo--name {
@media screen and (max-width: 1220px) {
     font-size: 1.85em;
  .tabSkill--container {
    letter-spacing: 1px;
     max-width: 48em;
    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 {
@media screen and (max-width: 1024px) {
    color: #717171;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 1px;
}


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


     width: fit-content;
  .justify-center-md {
     margin: 0 auto;
     justify-content: center;
  }
 
  .initialPage--mainContainer {
     flex-wrap: wrap;
  }


     background: var(--lightGray);
  .initialPage--menuContainer {
     border: 2px solid var(--gray);
     width: 100%;
}
     margin-right: 0;
  }


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


.cardAttribute--icon {
  .initialPage--sideMenuContainer .card {
     margin: .6em 0;
     width: 45%;
     height: 2em;
     min-height: 15em;
}
  }


.cardAttribute--value {
  #event-time {
     margin: 0 !important;
     bottom: 5%;
    right: 5%;
    font-size: 1.25em;
  }


    font-size: .9em !important;
  .initialPage--socialMediaContainer {
    font-weight: bold;
     margin-top: 2em;
     line-height: 1.65em !important;
     display: flex;
     letter-spacing: 2px;
     justify-content: space-between;
     text-align: center;
  }
    text-transform: uppercase;
}


/*------------------------------------
  .initialPage--socialMedia {
      WANTED
    width: 32%;
      -----------------------------------*/
  }
 
  #p-search {
    margin-right: 1em;
  }


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


#selectbox-wanted {
  .filter--container {
    padding: .35em .5em;
     margin-top: 1em;
    font-family: sans-serif;
     flex-wrap: wrap;
     letter-spacing: .04em;
     justify-content: center;
     font-size: 1.25em;
  }
    width: 21em;
    border: 2px solid #5684c8;
     border-radius: 6px;
}


.wantedPortrait--container {
  .filter:last-of-type {
     width: 100%;
     margin-top: 1em;
}
  }


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


.wantedPortraits {
  .characterPage--splashArt {
     display: flex;
     display: none;
    flex-wrap: wrap;
  }
}
 
.wantedPortrait {
    box-sizing: border-box;
    width: 18em;
    padding: .35em;
}


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


@media screen and (max-width: 1440px) {
  .characterPage--characterInfoContainer {
     :root {
     width: 38%;
        font-size: 14px;
  }
    }


    .characterInfo--contentContainer {
  .characterPage--statsInfoContainer {
        padding: .6em;
    width: 30%;
    }
    margin-left: 1.5%;
  }


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


    .characterInfo--imageContainer {
  .characterInfo--contentContainer {
        width: 35%;
    flex-wrap: wrap;
    }
  }


    .tabSkill--container {
  .characterInfo--imageContainer {
        max-width: 61em;
    width: 100%;
        margin: 0 auto;
    display: flex;
     }
     justify-content: center;
  }


    .tab-skill>div>img {
  .characterInfo--medal {
        max-width: 38px;
    margin-top: -2.5em;
    }
  }


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


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


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


@media screen and (max-width: 1024px) {
  .tab-skill>div>img {
    max-width: 36px;
  }


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


    .justify-center-md {
  .skillInfo--infoContainer {
        justify-content: center;
    width: 100%;
    }
  }


    .initialPage--mainContainer {
  .skillInfo--infoContainer>center>b {
        flex-wrap: wrap;
    font-size: 1.2em;
    }
  }


    .initialPage--menuContainer {
  .skillInfo--name {
        width: 100%;
    font-size: 2.2em !important;
        margin-right: 0;
    letter-spacing: 1px;
     }
    margin-top: .5em !important;
     text-align: center;
  }


    .initialPage--sideMenuContainer {
  .skillInfo--description {
        width: 100%;
    font-size: 1.35em !important;
        display: flex;
    display: table;
        flex-direction: column;
    margin: 1em !important;
        margin-top: 1.5em;
    }


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


    #event-time {
  .skillInfo--videoContainer {
        bottom: 5%;
    width: 100%;
        right: 5%;
    margin: 0 auto;
        font-size: 1.25em;
    padding: 1em 10em;
    }
    padding-bottom: 1em;
  }


    .initialPage--socialMediaContainer {
  .cardAttribute--value {
        margin-top: 2em;
    letter-spacing: 1px;
        display: flex;
    font-size: 1.1em;
        justify-content: space-between;
  }
    }


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


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


    .filter--containerSearch {
  .skins--container {
        justify-content: center;
    max-height: 14em;
     }
     overflow-x: clip;
    overflow-y: auto;
  }


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


    .filter:last-of-type {
  .calcXp--formItem {
        margin-top: 1em;
    justify-content: center;
    }
  }


    #characters-container>div {
  .calcXp--container:last-of-type {
        width: 24%;
    margin-top: 2em;
    }
  }


    .characterPage--splashArt {
  #p-tb h3 {
        display: none;
    display: none;
    }
  }


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


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


    .characterPage--statsInfoContainer {
.mostrar-aba {
        width: 30%;
  cursor: pointer;
        margin-left: 1.5%;
  padding: 0;
    }
  background-color: transparent;
  text-align: center;
  border: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}


    .stats--container>div {
.imagem-botao {
        width: 100%;
  display: inline-block;
    }
  width: auto;
  height: auto;
}


    .characterInfo--contentContainer {
.sec-aba-cem {
        flex-wrap: wrap;
  padding: 5px;
    }
  font-weight: bold;
 
  text-align: center;
    .characterInfo--imageContainer {
  color: #333;
        width: 100%;
}
        display: flex;
        justify-content: center;
    }


    .characterInfo--medal {
.mostrar-aba img {
        margin-top: -2.5em;
  border: none;
    }
  background-color: transparent;
  margin: 5px;
}


    .characterInfo--infoContainer {
.mostrar-aba:hover::after {
        width: 100%;
  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 */
}


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


    .tab-skill {
.mostrar-aba:active img {
        min-width: 3.5em;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
    }
}


    .tab-skill>div>img {
.mostrar-aba.ativa::after {
        max-width: 36px;
  content: '';
    }
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #000;
}


    .skillInfo>div {
.preset-aba {
        flex-wrap: wrap-reverse;
  margin: 0;
    }
  padding: 0;
}


    .skillInfo--infoContainer {
.container-conteudo {
        width: 100%;
  margin: 0;
    }
  padding: 0;
}


    .skillInfo--infoContainer>center>b {
.aba {
        font-size: 1.2em;
  display: none;
    }
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}


    .skillInfo--name {
.aba.atual {
        font-size: 2.2em !important;
  display: block;
        letter-spacing: 1px;
  opacity: 1;
        margin-top: .5em !important;
  transform: translateY(0);
        text-align: center;
}
    }


    .skillInfo--description {
.container-coliseu {
        font-size: 1.35em !important;
  display: block;
        display: table;
  text-align: center;
        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;
    }


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


/*******************************************************************************
/*******************************************************************************
       PRESET: ABAS
       PRESET: DIÁLOGOS
       *******************************************************************************/
       *******************************************************************************/
.tabela-abas {
.transcrições {
    width: 100%;
  background-color: #F2F2F2;
    border-collapse: collapse;
  border-radius: 5px;
    text-align: center;
  box-shadow: 0 0 6px #B2B2B2;
    margin-bottom: 20px;
  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 */
}
}


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


.imagem-botao {
.transcrições::before {
    display: inline-block;
  background-color: #F2F2F2;
    width: auto;
  content: "\00a0";
    height: auto;
  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;
}
}


.sec-aba-cem {
.me {
    padding: 5px;
  float: left;
    font-weight: bold;
  margin: 5px 45px 5px 20px;
    text-align: center;
  color: #000;
    color: #333;
  /* Garante que o texto dentro da classe .me será preto */
}
}


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


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


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


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


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


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


.container-conteudo {
.iteminfobox {
    margin: 0;
  padding: 10px;
    padding: 0;
  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;
}
}


.aba {
.iteminfobox b {
    display: none;
  font-size: clamp(10px, 2vw, 14px);
    opacity: 0;
  color: #6587c4;
    transform: translateY(-10px);
  text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
  line-height: 1.2;
    margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}


.aba.atual {
/**********************
    display: block;
      VECTOR.CSS
    opacity: 1;
  **********************/
    transform: translateY(0);
}


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


.coluna-abas {
a:visited {
    flex: 0 0 200px;
  color: #0645ad;
    margin-right: 20px;
}
}


/*******************************************************************************
a.new {
      PRESET: DIÁLOGOS
  color: rgb(206, 0, 0) !important;
      *******************************************************************************/
.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,
h1,
.transcrições strong {
h2,
    color: #000 !important;
h3,
    /* Garante que o texto negrito também será preto */
h4,
h5,
h6 {
  color: #000000;
}
}


.transcrições::before {
hr {
    background-color: #F2F2F2;
  color: #222;
    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 {
ul {
    float: left;
  list-style-image: none;
    margin: 5px 45px 5px 20px;
    color: #000;
    /* Garante que o texto dentro da classe .me será preto */
}
}


.me::before {
/* Cabeçalho */
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
#mw-head-base {
    left: -9px;
  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 */
      PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
#p-cactions {
      *******************************************************************************/
  background: none;
.item-grid {
  margin-top: -0.6em;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 20px auto;
    max-width: 100%;
}
}


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


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


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


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


.iteminfobox {
#p-cactions li.selected a {
    padding: 10px;
  background-color: #324f74;
    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 {
/* Barra de Pesquisa */
    font-size: clamp(10px, 2vw, 14px);
#searchInput {
    color: #6587c4;
  background-color: #ffffff;
    text-align: center;
  border-color: #0645ad;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}


/**********************
#content {
      VECTOR.CSS
  overflow-x: clip;
   **********************/
 
 
   color: var(--content-text);
/* Geral */
  background-color: var(--content-bg) !important;
a {
  border: none !important;
    color: #0645ad;
  box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
}
}


a:visited {
#simpleSearch {
    color: #0645ad;
  position: relative;
  height: 100%;
  background-color: white;
}
}


a.new {
/* Menu */
    color: rgb(206, 0, 0) !important;
.vector-menu-tabs,
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown h3 {
  background: none;
}
}


h1,
.vector-menu-tabs li a {
h2,
  background-position: center;
h3,
  background: transparent;
h4,
  display: block;
h5,
  float: left;
h6 {
  height: 3.07692308em;
    color: #000000;
  position: relative;
  padding-top: 0.9em;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.8125em;
  cursor: pointer;
}
}


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


ul {
.vector-menu-tabs ul {
    list-style-image: none;
  float: left;
  height: 100%;
  list-style: none none;
  margin: 0;
  padding: 0;
  margin-top: -0.3em;
}
}


/* Cabeçalho */
.vector-menu-dropdown .vector-menu-content {
#mw-head-base {
  background-color: none;
    background: url(http://70.39.70.36/images/f/fd/azul_capriw2.png);
  list-style: none none;
    background-repeat: repeat-x;
  min-width: 100%;
    width: 1531px;
  position: absolute;
    max-height: 63px;
  top: 2.5em;
    margin-top: -3.5em;
  right: -1px;
    display: block;
  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;
}
}


/* Navegação */
/* Conteúdo */
#p-cactions {
.mw-body {
    background: none;
  margin-top: -1px;
    margin-top: -0.6em;
  border: 1px solid #8d6e63;
  border-right-width: 1px;
}
}


#p-cactions li {
.mw-parser-output small li {
    background: none;
  color: #000000;
}
}


#p-cactions li.selected {
.mw-parser-output tr i {
    background: none;
  color: #000000;
    border: 2px solid #5c3f2a;
}
}


#p-cactions li.new {
.mw-parser-output tr big {
    background-color: #e2e2e2;
  color: #000000;
}
}


#p-cactions li a {
.mw-parser-output .center .thumbcaption,
    background-color: #e2e2e2;
.mw-parser-output .tright .thumbcaption {
    color: #7070FF;
  color: #000000;
}
}


#p-cactions li.selected a {
/* Tabelas */
    background-color: #324f74;
.jquery-tablesorter tr td {
  background-color: #fcfcfc !important;
  color: #000000 !important;
}
}


/* Barra de Pesquisa */
#mw-content-text .mw-parser-output .jquery-tablesorter {
#searchInput {
  transform: translatex(0px) translatey(0px);
    background-color: #ffffff;
  background-color: #fcfcfc;
    border-color: #0645ad;
  color: #000000 !important;
  border-color: #0645ad;
}
}


#content {
/* Links */
    overflow-x: clip;
#mw-normal-catlinks ul a,
#mw-normal-catlinks a,
#ca-delete a,
#ca-move a,
#ca-unprotect a {
  color: #0645ad !important;
}


    color: var(--content-text);
#ca-delete a,
    background-color: var(--content-bg) !important;
#ca-move a,
    border: none !important;
#ca-unprotect a {
    box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
  background-color: #ffffff !important;
  border-color: #0645ad;
  border-width: 0px;
}
}


#simpleSearch {
/* Rodapé */
    position: relative;
.mw-footer li {
    height: 100%;
  color: #0645ad;
    background-color: white;
  margin: 0;
  padding: 0.5em 0;
  font-size: 0.75em;
}
}


/* Menu */
/* Outros */
.vector-menu-tabs,
.mw-destfile-warning {
.vector-menu-tabs a,
  border: 1px solid #8d6e63;
#mw-head .vector-menu-dropdown h3 {
  padding: 0.5em 1em;
    background: none;
  margin-bottom: 1em;
  color: #f8f9fa;
  background-color: #0d1b2d;
}
}


.vector-menu-tabs li a {
.mw-logline-protect {
    background-position: center;
  color: #f8f9fa !important;
    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 {
.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
    font-weight: bold;
  margin-left: 12px;
    background: #ffffff;
  color: white;
    border: 1px #0645ad solid;
}
}


.vector-menu-tabs ul {
#msupload-div a {
    float: left;
  color: #3366cc;
    height: 100%;
  cursor: pointer;
    list-style: none none;
  color: blue !important;
    margin: 0;
    padding: 0;
    margin-top: -0.3em;
}
}


.vector-menu-dropdown .vector-menu-content {
#msupload-bottom a {
    background-color: none;
  font-weight: bold;
    list-style: none none;
  margin-right: 20px;
    min-width: 100%;
  color: black !important;
    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 */
#msupload-list .file {
.mw-body {
  background: #8b929e;
    margin-top: -1px;
  border-top: 1px solid #c8ccd1;
    border: 1px solid #8d6e63;
  margin: 0;
    border-right-width: 1px;
  padding: 10px;
  position: relative;
  color: black !important;
}
}


.mw-parser-output small li {
.wikiEditor-ui-toolbar .booklet>.index {
    color: #000000;
  float: left;
  width: 20%;
  height: 125px;
  overflow: auto;
  resize: horizontal;
  color: black;
}
}


.mw-parser-output tr i {
.codeEditor-status-message {
    color: #000000;
  border-left: 1px solid #c8ccd1;
  border-right: 1px solid #c8ccd1;
  padding: 0 0.3em;
  width: 100%;
  display: table-cell;
  color: black !important;
}
}


.mw-parser-output tr big {
.wikiEditor-ui-toolbar .tabs span.tab a {
    color: #000000;
  color: #000000 !important;
  cursor: pointer;
  display: block;
  height: 32px;
  padding-left: 18px;
  padding-right: 12px;
}
}


.mw-parser-output .center .thumbcaption,
.wikiEditor-ui-toolbar .group .tool-select .label {
.mw-parser-output .tright .thumbcaption {
  position: relative;
    color: #000000;
  padding: 0 26px 0 4px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: #222 !important;
}
}


/* Tabelas */
.wikiEditor-ui-toolbar .group .tool-select .options .option {
.jquery-tablesorter tr td {
  display: block;
    background-color: #fcfcfc !important;
  padding: 0.5em;
    color: #000000 !important;
  text-decoration: none;
  color: #000 !important;
  white-space: nowrap;
}
}


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


/* Links */
div.mw-number-text h3 {
#mw-normal-catlinks ul a,
  color: #c1c1c1 !important;
#mw-normal-catlinks a,
#ca-delete a,
#ca-move a,
#ca-unprotect a {
    color: #0645ad !important;
}
}


#ca-delete a,
/* Tooltip */
#ca-move a,
.tip2 {
#ca-unprotect a {
  background-color: #F2F2F2;
    background-color: #ffffff !important;
  border-radius: 2px;
    border-color: #0645ad;
  box-shadow: 0 0 6px #B2B2B2;
    border-width: 0px;
  display: none;
  position: absolute;
  padding: 10px;
  z-index: 1;
}
}


/* Rodapé */
.tooltip {
.mw-footer li {
  position: relative;
    color: #0645ad;
    margin: 0;
    padding: 0.5em 0;
    font-size: 0.75em;
}
}


/* Outros */
#tip-espaco {
.mw-destfile-warning {
  margin-left: 10px;
    border: 1px solid #8d6e63;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    color: #f8f9fa;
    background-color: #0d1b2d;
}
}


.mw-logline-protect {
#youtube {
    color: #f8f9fa !important;
  margin-left: -155px;
}
}


.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
.tooltip,
    margin-left: 12px;
.tooltip:hover+.tip2,
    color: white;
.tip2:hover {
  display: inline;
}
}


#msupload-div a {
/* tira o toggle do indice, ocultar/exibir */
    color: #3366cc;
#toc .toctogglelabel {
    cursor: pointer;
  display: none !important;
    color: blue !important;
}
}


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


#msupload-list .file {
/*  WIKITABLE */
    background: #8b929e;
table.wikitablec,
    border-top: 1px solid #c8ccd1;
table.prettytable {
    margin: 0;
  margin: 1em 1em 1em 0;
    padding: 10px;
  background: #f9f9f9;
    position: relative;
  border: 1px #aaa solid;
    color: black !important;
  border-collapse: collapse;
}
}


.wikiEditor-ui-toolbar .booklet>.index {
table.wikitablecenter,
    float: left;
table.prettytable {
    width: 20%;
  margin-left: auto;
    height: 125px;
  margin-right: auto;
    overflow: auto;
  background: #f9f9f9;
    resize: horizontal;
  border: 1px #aaa solid;
    color: black;
  border-collapse: collapse;
}
}


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


.wikiEditor-ui-toolbar .tabs span.tab a {
table.wikitablec th,
    color: #000000 !important;
table.prettytable th {
    cursor: pointer;
  background: #f2f2f2;
    display: block;
  text-align: center;
    height: 32px;
    padding-left: 18px;
    padding-right: 12px;
}
}


.wikiEditor-ui-toolbar .group .tool-select .label {
table.wikitablec caption,
    position: relative;
table.prettytable caption {
    padding: 0 26px 0 4px;
  margin-left: inherit;
    margin: 0;
  margin-right: inherit;
    cursor: pointer;
  font-weight: bold;
    text-decoration: none;
    color: #222 !important;
}
}


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


div.mw-number-text {
table.wikitablew-tr th,
    color: #888 !important;
table.wikitablew-tr td {
  padding: 0.3em 0.4em;
}
}


div.mw-number-text h3 {
table.wikitablecenter th,
    color: #c1c1c1 !important;
table.wikitablecenter td,
table.prettytable th,
table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
  text-align: center;
}
}


/* Tooltip */
table.wikitablecenter th,
.tip2 {
table.prettytable th {
    background-color: #F2F2F2;
  background: #f2f2f2;
    border-radius: 2px;
  text-align: center;
    box-shadow: 0 0 6px #B2B2B2;
    display: none;
    position: absolute;
    padding: 10px;
    z-index: 1;
}
}


.tooltip {
table.wikitablecenter caption,
    position: relative;
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
}


#tip-espaco {
table.prettytablecenter code,
    margin-left: 10px;
table.wikitablecenter code {
  background-color: transparent;
}
}


#youtube {
table.elements {}
    margin-left: -155px;
 
table.elements th,
table.elements td {
  padding: 0.5em;
}
}


.tooltip,
td.effective {
.tooltip:hover+.tip2,
  background-color: #BFFFBF;
.tip2:hover {
    display: inline;
}
}


/* tira o toggle do indice, ocultar/exibir */
td.ineffective {
#toc .toctogglelabel {
  background-color: #FFBF7F;
    display: none !important;
}
}


span.toctogglespan {
td.nullified {
    display: none !important;
  background-color: #FFBFBF;
}
}


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


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


table.wikitablec th,
/*  Wikitable White */
table.wikitablec td,
table.wikitablenb,
table.prettytable th,
table.prettytable,
table.prettytable td {
table.wikitablenb-tr {
    border: 1px #aaa solid;
  margin: 1em 0;
    padding: 0.2em;
  background: #f9f9f9;
    text-align: center;
  border: none;
  border-opacity: 0.5;
  border-collapse: collapse;
}
}


table.wikitablec th,
.wikitablenb border: opacity {
table.prettytable th {
  opacity: 0.5;
    background: #f2f2f2;
    text-align: center;
}
}


table.wikitablec caption,
table.wikitablenoborder,
table.prettytable caption {
table.prettytable {
    margin-left: inherit;
  margin-left: auto;
    margin-right: inherit;
  margin-right: auto;
    font-weight: bold;
  background: #f9f9f9;
  border: 2px #e9e8e8 solid;
  border-collapse: collapse;
}
}


table.prettytablec code,
/* HOVER DA TABELA*/
table.wikitablec code {
.wikitablew td: hover {
    background-color: transparent;
  background: #e9e8e8;
}
}


table.wikitablew-tr th,
.wikitablew-tr tr: hover {
table.wikitablew-tr td {
  background: #e9e8e8;
    padding: 0.3em 0.4em;
}
}


table.wikitablecenter th,
.wikitablenb border: hover {
table.wikitablecenter td,
  color: #e9e8e8;
}
 
table.wikitablew th,
table.wikitablew td,
table.prettytable th,
table.prettytable th,
table.prettytable td {
table.prettytable td,
    border: 1px #aaa solid;
table.wikitablew-tr th,
    padding: 0.2em;
table.wikitablew-tr td {
    text-align: center;
  border: 2px #fff solid;
  padding: 0.3em 0.4em;
}
}


table.wikitablecenter th,
table.wikitablew th,
table.prettytable th {
table.prettytable th,
    background: #f2f2f2;
table.wikitablew-tr th {
    text-align: center;
  background: #eaecf0;
}
}


table.wikitablecenter caption,
table.wikitablew caption,
table.prettytable caption {
table.prettytable caption,
    margin-left: inherit;
table.wikitablew-tr caption {
    margin-right: inherit;
  margin-left: inherit;
    font-weight: bold;
  margin-right: inherit;
  font-weight: bold;
}
}


table.prettytablecenter code,
table.prettytablec code,
table.wikitablecenter code {
table.prettytable code,
    background-color: transparent;
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;
}
}


Linha 2 391: Linha 2 398:
table.elements th,
table.elements th,
table.elements td {
table.elements td {
    padding: 0.5em;
  padding: 0.5em;
}
}


td.effective {
td.effective {
    background-color: #BFFFBF;
  background-color: #BFFFBF;
}
}


td.ineffective {
td.ineffective {
    background-color: #FFBF7F;
  background-color: #FFBF7F;
}
}


td.nullified {
td.nullified {
    background-color: #FFBFBF;
  background-color: #FFBFBF;
}
}


/*   Wikitable White */
/**********************************
table.wikitablew,
classe para imagens pequenas, como moedas, gemas, itens menores -gurren
table.prettytable,
**********************************/
table.wikitablew-tr {
.iconpage {
    margin: 1em 0;
  vertical-align: bottom;
    background: #f9f9f9;
  width: auto;
    border: 2px #fff solid;
  height: auto;
    border-collapse: collapse;
}
}


table.wikitablewhite,
 
table.prettytable {
@media (max-width: 768px) {
     margin-left: auto;
  .iconpage {
     margin-right: auto;
     width: 1.2em;
     background: #f9f9f9;
     height: auto;
    border: 2px #fff solid;
     min-width: 16px;
    border-collapse: collapse;
  }
}
}


/*   Wikitable White */
/**********************************
table.wikitablenb,
wiki.gla.com.br/index.php/Predefini%C3%A7%C3%A3o:Img
table.prettytable,
 
table.wikitablenb-tr {
predefinição:img | deixa as imagens responsivas pro mobile
    margin: 1em 0;
**********************************/
    background: #f9f9f9;
.responsive-image {
    border: none;
  max-width: 100%;
    border-opacity: 0.5;
  display: block;
    border-collapse: collapse;
  margin: 0 auto;
  overflow: hidden;
}
}


.wikitablenb border: opacity {
.custom-image {
    opacity: 0.5;
  width: 100%;
}
  max-width: 800px;
 
  height: auto;
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"] {
.responsive-image[style*="text-align:left"] {
    margin: 0;
  margin: 0;
    text-align: left;
  text-align: left;
}
}


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


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

Edição atual tal como às 19h21min de 31 de março de 2025

/** MENU/ÍNDICE/CHANGELOG/EVENTOS **/
.homepage-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.menu-col {
  flex: 1;
  min-width: 400px;
}

.side-col {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
}

.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;
  padding: 3px;
}

@media (max-width: 1024px) {

  .menu-col,
  .side-col {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

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