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

De Wiki Gla
Ir para navegação Ir para pesquisar
m
Etiqueta: Revertido
 
(165 revisões intermediárias por 2 usuários não estão sendo mostradas)
Linha 1: Linha 1:
/* CSS placed here will be applied to all skins (Vector and Minerva, which are respectively the desktop and mobile skins) */


/**
* See [[MediaWiki:Vector.css]] for desktop theme related styles.
*
* See [[MediaWiki:Minerva.css]] for mobile theme related styles.
*/


:root {
color-scheme: dark;
/*------------------
BASE COLORS
  ----------------*/
    --theme-sticky-nav-background-color: #891216;
    --theme-success-color: #0c742f;
    --theme-success-color--secondary: #0e8b38;
    --theme-sticky-nav-text-color: #fff;
    --theme-sticky-nav-text-color--hover: #cccccc;
    --theme-page-background-color: #110000;
    --theme-page-background-color--secondary: #352626;
    --theme-page-text-color: #e6e6e6;
    --theme-page-text-color--hover: #b3b3b3;
    --theme-page-text-mix-color: #7c7373;
    --theme-page-text-mix-color-95: #481a1a;
    --theme-page-accent-mix-color: #65090b;
    --theme-page-headings-font: 'Inknut Antiqua';
    --theme-link-label-color: #000;
    --theme-accent-color: #b91216;
    --theme-accent-color--hover: #ec4448;
    --theme-accent-label-color: #fff;
    --theme-border-color: #463a3a;
    --theme-alert-color: #bf0017;
    --theme-alert-color--hover: #fe2540;
    --theme-alert-color--secondary: #ec001c;
    --theme-alert-label: #fff;
    --theme-warning-color: #cf721c;
    --theme-warning-color--secondary: #cf721c;
    --theme-warning-label: #000;
    --theme-success-label: #fff;
    --theme-message-color: #913f82;
    --theme-message-label: #fff;
    --theme-community-header-color: #C8AA6E;
    --theme-community-header-color--hover: #8a5407;
/*------------------
  THEME VARIABLES
  ------------------*/
    --body-main: #151414;
    --body-light: #222121;
    --body-mid: #171717;
    --body-dark: var(--body-mid);
    --body-border: #463a3a;
    --body-background-color: #65090b; /* Background color outside the main content div */
    --button-background: pink;
    --button-color: #980000;
    --button-border: #b00000;
    --button-dark: #65090b;
    --button-light: blue;
    --sidebar: #565656;
    --background-text-color: white;
    --background-link-color: var(--link-color);
    --heading-color: #fdb71d;
    --notification: var(--body-main);
    --link-color: #C8AA6E;
    --link-color--hover:#f7bb66; /*TODO*/
    --redlink-color: #e18284;
    --text-color: #ccc;
    --byline-color: grey;
    --subtle-color: grey;
    --thumb-bg: #282828;
    --thumb-caption-bg: var(--body-light);
    --sourceeditor-input-background: var(--body-dark);
    --sourceeditor-background: var(--body-light);
    --sourceeditor-background-secondary: var(--body-mid);
    --sourceeditor-border: var(--body-mid);
    --codemirror-gutter-background: var(--body-mid);
    --mw-code-background-color: var(--body-dark);
   
    /* Wikitables */
    --wikitable-header-bg: var(--body-light);
    --wikitable-header-bg-border: var(--body-border);
    --wikitable-bg: var(--body-main);
    --wikitable-bg-lighter: var(--body-mid);
    --wikitable-color: var(--text-color);
--wikitable-border: var(--body-border);
   
    /* msgbox */
--errorbox-bg: #9f261e;
    --errorbox-border: #65090b;
    --warningbox-bg: #342a14;
    --warningbox-border: #765816;
    --successbox-bg: #2e5e05;
    --successbox-border: #3c780a;


    /* diff */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');
    --diff-context-border-color: var(--body-mid);
    --diff-context-background: var(--body-mid);
    --diff-addedline-background: var(--rc-positive-color);
    --diff-addedline-border-color: var(--rc-positive-color);
    --diff-addedline-color: #fff;
    --diff-deletedline-background: var(--rc-negative-color);
    --diff-deletedline-border-color: var(--rc-negative-color);
    --diff-deletedline-color: #fff;
    --diff-inline-deletedline: #9f261e;
   
    /* Tabber */
    --tabber-tab-bg: var(--body-main);
    --tabber-tab-border-color: var(--link-color);
    --tabber-active-tab-bg: var(--body-main);
    --tabber-active-tab-color: var(--link-color);
    --tabber-active-tab-hover-bg: var(--body-light);
    --tabber-active-tab-hover-border-color: transparent;
    --tabber-active-tab-hover-color: var(--text-color);
    --tabber-active-tab-border-hider-color: var(--body-light);
    --tabber-inactive-tab-bg: var(--body-main);
    --tabber-inactive-tab-border-color: transparent;
    --tabber-inactive-tab-color: #7c7373;
    --tabber-inactive-tab-hover-bg: var(--body-light);
    --tabber-inactive-tab-hover-border-color: transparent;
   
/* OOUI */   
    --ooui-text: var(--text-color);
    --ooui-interface: var(--body-light);
    --ooui-interface-border: var(--body-border);
    --ooui-window-background: rgba(0, 0, 0, 0.5); /* Overlay color when full screen popup occurs */
    --ooui-normal: var(--body-mid); /* Match body light to reduce contrast, this is used for "show preview" */
    --ooui-normal--hover: var(--body-light); /* Slightly lighter than above color */
    --ooui-normal-border: var(--body-border);
    --ooui-progressive: var(--button-color);
    --ooui-progressive--hover: var(--button-border); /* Slightly lighter than above color */
    --ooui-accent: var(--link-color);
    --ooui-input: var(--body-light); /* Text boxes, unchecked boxes */
    --ooui-input-border: var(--body-border);
    --ooui-input-border--hover: var(--body-border); /* Slightly lighter than above color */
    --ooui-disabled: #7c7373;
    --ooui-disabled-border: #c2b9ab;
    --ooui-disabled-text: var(--subtle-color);
    --ooui-destructive-text: white;
    --ooui-pending-background-image: repeating-linear-gradient(-45deg, var(--notification), var(--notification) 20px, var(--body-main) 20px, var(--body-main) 30px);


/* Messageboxes */
/* body::before {
    --messagebox-notice-border: #eab759;
content: '';
   
position: fixed;
    /* Template:Quote */
top: 0;
    --pull-quote-max-width: 80%;
left: 0;
    --pull-quote-text-color: var(--text-color);
width: 100%;
    --pull-quote-mark-color: var(--messagebox-notice-border);
height: 100vh;
    --pull-quote-mark-font: "Times New Roman", serif;
background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat;
    --pull-quote-hyphens: auto;
filter: brightness(0.6);
    --pull-quote-frame-color: #bbb;
 
   
background-attachment: fixed;
    /* Recent changes */
background-position: center;
    --rc-positive-color: #407813;
background-repeat: no-repeat;
    --rc-negative-color: #b41e0f;
background-size: cover;
    --rc-highlight-c1: #232746; /* blue */
z-index: -1;
    --rc-highlight-c2: #143d31; /* green */
}
    --rc-highlight-c3: #594a2b; /* yellow */
*/
    --rc-highlight-c4: #5c3a23; /* orange */
/* === FONTE PADRÃO === */
     --rc-highlight-c5: #4a1313; /* red */
body,
    --rc-highlight-grey: #423636;
.mw-parser-output,
.mw-headline,
#firstHeading,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
table, td, th, caption {
     font-family: 'Noto Sans', sans-serif !important;
}
}


/* --------------------
/* === LEGENDAS DE IMAGEM === */
          body
.thumbcaption {
  -------------------- */
    font-size: 1.1em !important;
#mw-page-base {
    text-align: center !important;
     background: none;
    line-height: 1.4;
     font-weight: 400;
}
}


.mw-body {
/* === TABELAS ENHANCE === */
     background-color: var(--body-main);
table.table-enhance {
     color: var(--text-color);
     max-width: 600px;
     border-color: transparent;
     margin: 1em auto;
     box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    border-collapse: collapse;
    margin-top: 0;
    background-color: #fff;
     border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
}


/* --------------------
.table-enhance th,
        headings
.table-enhance td {
  -------------------- */
    border: 1px solid #e0e0e0;
h1, h2, h3, h4, h5, h6 {
     padding: 6px 10px;
     color: var(--text-color);
    text-align: center;
    vertical-align: middle;
}
}


h1, h2, h3, h4, h5, h6,
.table-enhance th {
body .vector-body h1,
     background-color: #f5f5f5;
body .vector-body h2,
body .vector-body h3,
body .vector-body h4,
body .vector-body h5,
body .vector-body h6,
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
     font-family: 'Courier New', Courier, monospace;
     font-weight: 600;
     font-weight: 600;
    color: #333;
}
}


h1,
.table-enhance tr:nth-child(even) td {
h2 {
     background-color: #fafafa;
     border-color: var(--sidebar);
}
}


#firstHeading {
.table-enhance tr:hover td {
color: var(--heading-color);
    background-color: #f0f8ff;
    transition: background-color 0.2s ease;
}
}


/* -------------------------
.table-enhance-vertical td:first-child {
    <footer> below content
    font-weight: bold;
  ------------------------- */
     color: #2c3e50;
.mw-footer {
     color: var(--background-text-color);
}
}


.mw-footer li {
/* === AJUSTES NA SIDEBAR === */
     color: var(--background-text-color);
#p-logo {
     background-color: transparent !important;
}
}


.mw-footer a,
#mw-panel .mw-portlet.portal .vector-menu-content-list > li > a {
.mw-footer a:active,
     font-size: 0.80rem !important;
.mw-footer a:visited {
    font-family: 'Noto Sans', sans-serif !important;
     color: var(--background-link-color);
    font-weight: 600 !important;
}
}


/* -------------------------
/* === REMOÇÃO DE BORDAS EM TÍTULOS === */
    <input> placeholder
.mw-headline {
  ------------------------- */
     border-bottom: none !important;
::placeholder {
     color: var(--subtle-color);
}
}


/* --------------------
h1, h2, h3, h4, h5, h6 {
      internal links
     border-bottom: none !important;
  -------------------- */
a,
a:visited,
a:active {
     color: var(--link-color);
}
}


a:visited,
.video-responsivo {
a:active {
    max-width: 600px;
     color: var(--link-color);
    width: 100%;
}
     margin: 0 auto;
 
    background: black;
a.new,
    padding: 0;
a.new:visited,
    overflow: hidden;
.mw-usertoollinks-contribs-no-edits {
     position: relative;
     color: var(--redlink-color);
}
}


/* interwiki & external links */
.video-responsivo video {
.mw-parser-output a.extiw,
    width: 100% !important;
.mw-parser-output a.external {
    height: auto !important;
     color: var(--link-color);
    display: block;
    margin: 0;
     padding: 0;
    vertical-align: bottom;
}
}


.mw-parser-output a.extiw:visited,
#contentSub,
.mw-parser-output a.external:visited,
#contentSub2 {
.mw-parser-output a.extiw:active,
    margin: 0 !important;
.mw-parser-output a.external:active {
    padding: 0 !important;
     color: var(--link-color);
    display: none;
     /* opcional: se quiser sumir com tudo */
}
}


/* =====================
/* Discord */
      Common MediaWiki
#n-Discord {
  elements inside .mw-body
     font-size: 10px;
  ===================== */
     line-height: 1.5em;
 
.mw-message-box-error,
.errorbox {
     background-color: var(--errorbox-bg);
     border-color: var(--errorbox-border);
}
}


.mw-notification.mw-notification-type-warn,
#p-Discord-label {
.mw-message-box-warning,
     display: none;
.warningbox,
.usermessage {
     background-color: var(--warningbox-bg);
    border-color: var(--warningbox-border);
}
}


.mw-message-box-success,
#n-Discord a {
.successbox {
    color: #fff !important;
     background-color: var(--successbox-bg);
    font-weight: bold;
     border-color: var(--successbox-border);
    border-radius: 4px;
    border: 1px solid #4c57d0;
     background-color: #5865f2;
    display: block;
    position: relative;
    padding: 4px 4px 3px calc(14px + 6.5px * 2);
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}
}


.catlinks {
#n-Discord a::before {
     background: var(--body-light);
     font-weight: normal;
    border: 1px solid var(--body-border);
     opacity: 0.85;
     /*padding: 8px 15px;*/
     margin-left: 1.25em
     /*box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);*/
}
}


.catlinks li {
#n-Discord a::after {
     border-color: var(--body-border);
    content: '';
    background: url(/images/7/76/Discord-brands.png) no-repeat;
     background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 2px;
    left: 4px;
    width: 20px;
    height: 20px;
}
}


/* fix AA blur on image scaling */
#n-Discord a:hover {
img.mw-file-element,
    text-decoration: none;
table.filehistory img[alt^="Thumbnail"] {
    background-color: #7885ff;
image-rendering: pixelated;
    border-color: #6c77f0;
    transition: .3s
}
}


/* --------------------
/* css atual */
      page history
/* ESTILIZAÇÃO PADRÃO */
  -------------------- */
/*#pagehistory ul {
    list-style: none;
    margin: 0;
}*/


#pagehistory li {
.thumb .thumbcaption .magnify:first-child {
     border: 1px solid transparent;
     display: none;
    /*padding: 1px 10px;*/
    /*margin: 2px 0;*/
}
}


#pagehistory li.selected {
html {
     background-color: var(--body-light);
     scroll-behavior: auto;
    color: inherit;
     /*smooth*/
    border: 1px dashed var(--body-border);
     outline: none;
}
}


/* --------------------
.dark-mode:root {
  sticky compare revs
     --content-bg: #fcfcfc;
  -------------------- */
#mw-history-compare > div:first-of-type {
     /*position: -webkit-sticky;*/
    /*position: sticky;*/
    /*top: 0;*/
    background-color: var(--body-main);
    border-bottom: 1px solid var(--body-dark);
    /*padding: 0.25em 0;*/
}
}


/*.wgl-stickyheader #mw-history-compare > div:first-of-type {
:root {
     top: 2.5rem;
     --content-bg: #fcfcfc;
}*/
     --content-text: #000;
 
     --simpleSearch-bg: #fff;
/*body.wgl-stickyheader.action-view .mw-headline:target::before {
     --searchInput-text: #aaaaaa;
    display: block;
     --link-text: #0645ad;
     content: '';
     --lightGray: rgba(240, 240, 240);
     margin-top: -3rem;
    --gray: rgb(190, 190, 190);
     height: 3rem;
     --transparent-blue: #338be58c;
     visibility: hidden;
     --blue: #338be5;
     pointer-events: none;
}*/
 
.mw-mmv-post-image {
     color: var(--text-color);
     background-color: var(--body-main);
}
}


.mw-mmv-image-metadata {
.dark-mode:root {
     border-top-color: var(--body-mid);
     --content-bg: #fcfcfc;
    background-color: var(--body-light);
}
}


.mw-mmv-dialog,
a:visited,
.mw-mmv-dialog .mw-mmv-dialog-down-arrow,
a {
.mw-mmv-options-dialog .mw-mmv-dialog-down-arrow {
     color: var(--link-text) !important;
     background-color: var(--body-light);
    /*box-shadow: none;*/
}
}


.mw-mmv-options-enable-alert {
/*
    background-color: var(--body-light);
body {
    color: var(--text-color);
position: relative;
}
body {
position: relative;
}
}


.mw-mmv-options-dialog-header,
body::before {
.mw-mmv-options-text-header,
content: '';
.mw-mmv-options-text-body,
position: fixed;
.mw-mmv-options-enable-alert,
top: 0;
.mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-dialog-header,
left: 0;
.mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-text-header {
width: 100%;
     color: var(--text-color);
height: 100vh;
background: url('https://wiki.gla.com.br/images/3/35/Fundodawikiglatest.png') no-repeat;
filter: brightness(0.8);
 
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
*/
body {
     position: relative;
    background-image: url(/images/3/31/Cinza_capriw.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
}


.mw-revslider-container {
/*
     border-color: var(--sidebar);
  h1,
  h2 {
      margin-bottom: 0.6em;
      border-bottom: 0px !important;
  }
  */
#firstHeading {
     border-bottom: 0px !important;
}
}


.mw-revslider-slider-wrapper {
#simpleSearch {
     border-top-color: var(--sidebar);
     background-color: var(--simpleSearch-bg) !important;
}
}


.mw-ui-button {
#p-personal {
     background-color: var(--ooui-normal);
     right: 1em;
     color: var(--ooui-text);
     top: .5em;
    border-color: var(--ooui-normal-border);
}
}


.cdx-button:not( :disabled ),
#p-search {
.mw-ui-button:not( :disabled ),
    float: left;
.cdx-button:enabled,
    margin-left: -0.1em;
.mw-ui-button:enabled,
     margin-right: 1em;
.cdx-button.cdx-button--fake-button--enabled,
     margin-top: -0.4em;
.mw-ui-button.cdx-button--fake-button--enabled {
     background-color: var(--ooui-normal);
    color: var(--ooui-text);
     border-color: var(--ooui-normal-border);
}
}


.cdx-button:not( :disabled ):focus:not(:active):not(.cdx-button--is-active),
#searchInput {
.mw-ui-button:not( :disabled ):focus:not(:active):not(.cdx-button--is-active),
    background-color: #231813;
.cdx-button:enabled:focus:not(:active):not(.cdx-button--is-active),
    color: var(--searchInput-text);
.mw-ui-button:enabled:focus:not(:active):not(.cdx-button--is-active),
    width: 100%;
.cdx-button.cdx-button--fake-button--enabled:focus:not(:active):not(.cdx-button--is-active),
    height: 2.15384615em;
.mw-ui-button.cdx-button--fake-button--enabled:focus:not(:active):not(.cdx-button--is-active) {
    border: 1px solid #524136;
     color: var(--ooui-text);
    padding: 5px 2.15384615em 5px 0.4em;
     border-color: var(--ooui-accent);
     font-family: inherit;
     box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
     font-size: 0.8125em;
     direction: ltr;
}
}


.cdx-button:not( :disabled ):hover,
.mw-body {
.mw-ui-button:not( :disabled ):hover,
     margin-top: -1px;
.cdx-button:enabled:hover,
     border: 2px solid #5c3f2b !important;
.mw-ui-button:enabled:hover,
     border-right-width: 2px !important;
.cdx-button.cdx-button--fake-button--enabled:hover,
.mw-ui-button.cdx-button--fake-button--enabled:hover,
.cdx-button:not( :disabled ):active,
.mw-ui-button:not( :disabled ):active,
.cdx-button:enabled:active,
.mw-ui-button:enabled:active,
.cdx-button.cdx-button--fake-button--enabled:active,
.mw-ui-button.cdx-button--fake-button--enabled:active {
     background-color: var(--ooui-normal--hover);
     color: var(--ooui-text);
     border-color: var(--ooui-normal-border);
}
}


.cdx-button:not( :disabled ):visited,
/* Force lining numbers in headers (for fonts like Georgia) */
.mw-ui-button:not( :disabled ):visited,
h1,
.cdx-button:enabled:visited,
h2,
.mw-ui-button:enabled:visited,
.firstHeading {
.cdx-button.cdx-button--fake-button--enabled:visited,
    -moz-font-feature-settings: "lnum";
.mw-ui-button.cdx-button--fake-button--enabled:visited {
    -webkit-font-feature-settings: "lnum";
     color: var(--ooui-text);
     font-feature-settings: "lnum";
}
}


.cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive,
/* Consistent size for sub/sup */
.mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive,
.mw-body sub,
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive,
.mw-body sup,
.mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive,
span.reference
.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive,
.mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive,
.cdx-button:not( :disabled ).mw-ui-progressive:not(:disabled),
.mw-ui-button:not( :disabled ).mw-ui-progressive:not(:disabled),
.cdx-button:enabled.mw-ui-progressive:not(:disabled),
.mw-ui-button:enabled.mw-ui-progressive:not(:disabled),
.cdx-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled),
.mw-ui-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled) {
    background-color: var(--ooui-progressive);
    color: #fff;/* TODO Color */
    border-color: var(--ooui-progressive);
}


.cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:hover,
/* for Parsoid */
.mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:hover,
    {
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover,
     font-size: 80%;
.mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover,
.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover,
.mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:hover,
.cdx-button:not( :disabled ).mw-ui-progressive:not(:disabled):hover,
.mw-ui-button:not( :disabled ).mw-ui-progressive:not(:disabled):hover,
.cdx-button:enabled.mw-ui-progressive:not(:disabled):hover,
.mw-ui-button:enabled.mw-ui-progressive:not(:disabled):hover,
.cdx-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):hover,
.mw-ui-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):hover {
     background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}
}


.cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:focus,
.mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:focus,
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus,
.mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus,
.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus,
.mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:focus,
.cdx-button:not( :disabled ).mw-ui-progressive:not(:disabled):focus,
.mw-ui-button:not( :disabled ).mw-ui-progressive:not(:disabled):focus,
.cdx-button:enabled.mw-ui-progressive:not(:disabled):focus,
.mw-ui-button:enabled.mw-ui-progressive:not(:disabled):focus,
.cdx-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):focus,
.mw-ui-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):focus {
    box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
}


.cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:active,
/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
.mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive:active,
      * For sanity, only do this if [[Project_talk:Support_desk]] is a
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
      * redirect (which goes back to [[Project:Support_desk]]).
.mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
      * If that is changed for some reason, it automatically comes back.
.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
      */
.mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
.page-Project_Support_desk #ca-talk a.mw-redirect {
.cdx-button:not( :disabled ).mw-ui-progressive:not(:disabled):active,
     display: none;
.mw-ui-button:not( :disabled ).mw-ui-progressive:not(:disabled):active,
.cdx-button:enabled.mw-ui-progressive:not(:disabled):active,
.mw-ui-button:enabled.mw-ui-progressive:not(:disabled):active,
.cdx-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):active,
.mw-ui-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled):active,
.cdx-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive.is-on,
.mw-ui-button:not( :disabled ).cdx-button--weight-primary.cdx-button--action-progressive.is-on,
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on,
.mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on,
.cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on,
.mw-ui-button.cdx-button--fake-button--enabled.cdx-button--weight-primary.cdx-button--action-progressive.is-on,
.cdx-button:not( :disabled ).mw-ui-progressive:not(:disabled).is-on,
.mw-ui-button:not( :disabled ).mw-ui-progressive:not(:disabled).is-on,
.cdx-button:enabled.mw-ui-progressive:not(:disabled).is-on,
.mw-ui-button:enabled.mw-ui-progressive:not(:disabled).is-on,
.cdx-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled).is-on,
.mw-ui-button.cdx-button--fake-button--enabled.mw-ui-progressive:not(:disabled).is-on {
     background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
    box-shadow: none;
}
}


.cdx-button.cdx-button--action-destructive:not( :disabled ),
/* CSS Hover Gallery for Mediawiki */
.cdx-button.mw-ui-button--action-destructive:not( :disabled ),
.mw-ui-button.cdx-button--action-destructive:not( :disabled ),
.mw-ui-button.mw-ui-button--action-destructive:not( :disabled ) {
    color: var(--ooui-destructive-text);
}


.cdx-button.cdx-button--weight-quiet,
.gallery_zoom_img img {
.cdx-button.mw-ui-button--weight-quiet,
    -moz-transition: -moz-transform 0.1s ease-in;
.mw-ui-button.cdx-button--weight-quiet,
    -webkit-transition: -webkit-transform 0.1s ease-in;
.mw-ui-button.mw-ui-button--weight-quiet,
    -o-transition: -o-transform 0.1s ease-in;
.cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive,
     transition: transform 0.1 ease-in;
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive,
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
.cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive,
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive,
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive {
     color: var(--text-color);
}
}


.cdx-checkbox__input:enabled:checked + .cdx-checkbox__icon,
.gallery_zoom_img img:hover {
.mw-ui-checkbox__input:enabled:checked + .cdx-checkbox__icon,
    -moz-transform: scale(2);
.cdx-checkbox__input:enabled:indeterminate + .cdx-checkbox__icon,
    -webkit-transform: scale(2);
.mw-ui-checkbox__input:enabled:indeterminate + .cdx-checkbox__icon {
     -o-transform: scale(2);
     background-color: var(--ooui-progressive);
     transform: scale(2);
     border-color: var(--ooui-progressive);
}
}


.cdx-checkbox__input:enabled:checked:hover + .cdx-checkbox__icon,
/*--------------------------------------------------
.mw-ui-checkbox__input:enabled:checked:hover + .cdx-checkbox__icon,
      CSS CUSTOMIZADO
.cdx-checkbox__input:enabled:indeterminate:hover + .cdx-checkbox__icon,
      --------------------------------------------------*/
.mw-ui-checkbox__input:enabled:indeterminate:hover + .cdx-checkbox__icon {
    background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}


.cdx-checkbox__input:enabled:checked:active + .cdx-checkbox__icon,
/*--------------------------------------------------
.mw-ui-checkbox__input:enabled:checked:active + .cdx-checkbox__icon,
      Vector
.cdx-checkbox__input:enabled:indeterminate:active + .cdx-checkbox__icon,
      --------------------------------------------------*/
.mw-ui-checkbox__input:enabled:indeterminate:active + .cdx-checkbox__icon {
    background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
    box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover);
}


.cdx-checkbox__input:enabled:checked:focus:not(:active),
.vector-menu-tabs li {
.mw-ui-checkbox__input:enabled:checked:focus:not(:active),
     background: transparent;
.cdx-checkbox__input:enabled:indeterminate:focus:not(:active),
.mw-ui-checkbox__input:enabled:indeterminate:focus:not(:active) {
     background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-accent);
    box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
}
}


.cdx-checkbox__input:enabled:checked:focus:not(:active):not(:hover) + .cdx-checkbox__icon,
/*--------------------------------------------------
.mw-ui-checkbox__input:enabled:checked:focus:not(:active):not(:hover) + .cdx-checkbox__icon,
      Tabber
.cdx-checkbox__input:enabled:indeterminate:focus:not(:active):not(:hover) + .cdx-checkbox__icon,
      --------------------------------------------------*/
.mw-ui-checkbox__input:enabled:indeterminate:focus:not(:active):not(:hover) + .cdx-checkbox__icon {
    background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-accent);
    box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
}


.cdx-checkbox__input:enabled:hover + .cdx-checkbox__icon,
.center-tab .tabber__header {
.mw-ui-checkbox__input:enabled:hover + .cdx-checkbox__icon {
     justify-content: center;
     border-color: var(--ooui-accent);
}
}


.cdx-checkbox__input:enabled:active + .cdx-checkbox__icon,
/*--------------------------------------------------
.mw-ui-checkbox__input:enabled:active + .cdx-checkbox__icon {
      Tags de uso generalizado
    background-color: var(--ooui-progressive--hover);
      --------------------------------------------------*/
    border-color: var(--ooui-progressive--hover);
    box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover);
}


input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet,
.mt-1 {
input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet,
     margin-top: .75em;
input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet,
input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet,
input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:hover + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:hover + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:hover + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:hover + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
.cdx-button.cdx-button--weight-quiet:hover,
.cdx-button.mw-ui-button--weight-quiet:hover,
.mw-ui-button.cdx-button--weight-quiet:hover,
.mw-ui-button.mw-ui-button--weight-quiet:hover,
.cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive:hover,
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:hover,
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:hover,
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:hover,
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive:hover,
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:hover,
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:hover,
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:hover,
.cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive:hover,
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:hover,
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:hover,
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:hover,
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive:hover,
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:hover,
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:hover,
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:hover {
     background-color: rgba(0, 24, 73, 0.02745098);/* TODO Color */
    color: var(--text-color);
    border-color: transparent;
}
}


input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet,
.mt-2 {
input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet,
    margin-top: 1.5em;
input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet,
input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet,
input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:focus + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:focus + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:focus + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:focus + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
.cdx-button.cdx-button--weight-quiet:focus,
.cdx-button.mw-ui-button--weight-quiet:focus,
.mw-ui-button.cdx-button--weight-quiet:focus,
.mw-ui-button.mw-ui-button--weight-quiet:focus,
.cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive:focus,
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:focus,
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:focus,
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:focus,
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive:focus,
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:focus,
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:focus,
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:focus,
.cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive:focus,
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:focus,
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:focus,
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:focus,
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive:focus,
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:focus,
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:focus,
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:focus {
    color: var(--text-color);
}
}


input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet,
.mt-4 {
input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet,
     margin-top: 3em;
input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet,
input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet,
input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive,
input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive,
input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:active + .cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:active + .cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:active + .mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive,
input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive,
input[type='checkbox']:active + .mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive,
.cdx-button.cdx-button--weight-quiet:active,
.cdx-button.mw-ui-button--weight-quiet:active,
.mw-ui-button.cdx-button--weight-quiet:active,
.mw-ui-button.mw-ui-button--weight-quiet:active,
.cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive:active,
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:active,
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:active,
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:active,
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-progressive:active,
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-progressive:active,
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-progressive:active,
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-progressive:active,
.cdx-button.cdx-button--weight-quiet.cdx-button--action-destructive:active,
.cdx-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:active,
.cdx-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:active,
.cdx-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:active,
.mw-ui-button.cdx-button--weight-quiet.cdx-button--action-destructive:active,
.mw-ui-button.cdx-button--weight-quiet.mw-ui-button--action-destructive:active,
.mw-ui-button.mw-ui-button--weight-quiet.cdx-button--action-destructive:active,
.mw-ui-button.mw-ui-button--weight-quiet.mw-ui-button--action-destructive:active {
     background-color: rgba(0, 36, 73, 0.08235294);/* TODO Color */
    color: var(--text-color);
    border-color: #72777d;/* TODO Color */
}
}


.mw-ui-input:not(:disabled),
.mt--4 {
.cdx-text-input__input:enabled {
     margin-top: -2em;
     background-color: var(--ooui-input);
    color: var(--text-color);
    border-color: var(--ooui-input-border);
}
}


.mw-ui-input:not(:disabled):hover,
.mb-2 {
.cdx-text-input__input:enabled:hover {
     margin-bottom: 1em;
     border-color: var(--ooui-input-border--hover);
}
}


.mw-ui-input:not(:disabled):focus,
.cdx-text-input__input:enabled:focus {
    border-color: var(--ooui-accent);
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}


.mw-ui-input:not(:disabled)::placeholder,
.d-flex,
.cdx-text-input__input:enabled::placeholder {
.td-flex td {
     color: var(--byline-color);
     display: flex;
}
}


.mw-content-ltr.mw-highlight-lines pre,
.d-block {
.mw-content-ltr.content .mw-highlight-lines pre {
    display: block;
box-shadow: inset 2.75em 0 0 var(--mw-code-background-color);
}
}


/*.mw-content-ltr .redirectText li:first-child::before {*/
.relative {
/*    content: '';*/
     position: relative;
/*    background: currentcolor;*/
/*    -webkit-mask: url("filepath://Redirect-arrow.svg") no-repeat 50% 50% / contain;*/
/*    mask: url("filepath://Redirect-arrow.svg") no-repeat 50% 50% / contain;*/
/*    display: inline-block;*/
/*    width: 47px;*/
/*    height: 20px;*/
/*}*/
 
/*==================
  Wikitables
  ==================*/
 
.fandom-table,
.article-table,
.wikitable {
     background: var(--wikitable-bg);
    color: var(--wikitable-color);
    border-color: var(--wikitable-border);
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
}


.article-table > tr > th,
.text-justify {
.article-table > tr > td,
     text-align: justify;
.article-table > * > tr > th,
.article-table > * > tr > td,
.fandom-table > tr > th,
.fandom-table > tr > td,
.fandom-table > * > tr > th,
.fandom-table > * > tr > td,
.wikitable > tr > th,
.wikitable > tr > td,
.wikitable > * > tr > th,
.wikitable > * > tr > td {
     border-color: var(--wikitable-border);
}
}


.wikitable > tr > th.table-noborder,
.align-center {
.wikitable > tr > td.table-noborder,
     align-items: center;
.wikitable > * > tr > th.table-noborder,
.wikitable > * > tr > td.table-noborder {
     border-left-style: hidden;
    border-right-style: hidden;
    padding-left: 0;
    padding-right: 0;
}
}


.article-table > tr > th,
.align-top {
.article-table > * > tr > th,
     align-items: flex-start;
.fandom-table > tr > th,
.fandom-table > * > tr > th,
.wikitable > tr > th,
.wikitable > * > tr > th {
     background-color: var(--wikitable-header-bg);
}
}


.tabber .wikitable {
.justify-between {
     box-shadow: none;
     justify-content: space-between;
}
}


/* Metadata tables, allmessages, etc */
.justify-center {
.mw_metadata td,
     justify-content: center;
.mw_metadata th {
     border-color: var(--wikitable-border);
}
}


.mw_metadata th {
.border-none {
     background-color: var(--wikitable-header-bg);
     border: none !important;
}
}


.mw_metadata td {
.w-25 {
     background-color: var(--wikitable-bg);
     width: 25%;
}
}


/* Special:Allpages, blocklist, etc */
.h-100 {
.mw-datatable {
     height: 100%;
     border-color: var(--wikitable-border);
}
}


.mw-datatable td,
.flex-wrap {
.mw-datatable th {
     flex-wrap: wrap;
     border-color: var(--wikitable-border);
}
}


.mw-datatable th {
.section-title {
     background-color: var(--wikitable-header-bg);
    display: block;
    border-radius: 8px;
     background: linear-gradient(to bottom, #459cca, #5684c8);
    width: fit-content;
    color: white;
    padding: .25em 5em;
    letter-spacing: 1px;
}
}


.mw-datatable td {
.badge {
     background-color: var(--wikitable-bg);
     padding: .25em .57em;
    margin: .45em;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
    max-height: 1.5em;
    font-size: .9em;
    letter-spacing: 1px;
    box-shadow: rgb(3 102 214 / 30%) 0px 0px 0px 3px;
    background: linear-gradient(to bottom, #459cca, #5684c8);
}
}


.mw-datatable tr:hover td {
.card {
     background-color: var(--wikitable-bg);
    width: 100%;
    min-height: 14em;
    margin: 0 auto;
    border-radius: 10px;
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


table.alternating-rows tr:nth-child(odd),
.card-title {
table.alternating-cols td:nth-child(odd) {
    display: block;
     background: var(--wikitable-alternating-bg);
    padding: .25em 0;
}
    margin-bottom: 1em;
    width: 100%;
    border-radius: 10px 10px 0 0;
     background: linear-gradient(to bottom, #459cca, #5684c8);


table.mw-json th,
    font-size: 1.2em;
table.mw-json td {
    font-weight: bold;
     border-color: var(--wikitable-border);
    text-align: center;
     letter-spacing: 1px;
    color: white;
}
}


table.mw-json th {
.scaleUp-hover {
     background-color: var(--wikitable-header-bg);
     transition: all .25s ease;
    image-rendering: auto;
    /* ou crisp-edges */
}
}


table.mw-json td {
.scaleUp-hover:hover {
     background: var(--wikitable-bg);
     transform: scale(1.1);
}
}


/* Special:AllMessages */
#mw-allmessagestable .am_actual,
#mw-allmessagestable .am_default {
    background-color: var(--wikitable-bg);
}


#mw-allmessagestable .am_default:hover,
/*--------------------------------------------------
#mw-allmessagestable .am_actual:hover,
      Tooltip
#mw-allmessagestable tbody:hover td {
      --------------------------------------------------*/
    background-color: var(--wikitable-bg-lighter);
}
 
/* For tables within tables, to make them take up the full space of a cell */
/*table.wikitable td.no-cell-spacing {*/
/*    padding: 0;*/
/*    height: 0;*/
/*}*/
 
/*table.wikitable td.no-cell-spacing table {*/
/*    margin: -1px;*/
/*    width: calc(100% + 2px);*/
/*    height: calc(100% + 2px);*/
/*}*/


.collection-table td {
.simple-tooltip-inline {
vertical-align: top;
    border: none !important;
}
}


/* =================
.tooltipster-default {
        diffs
     background-color: rgb(220, 220, 220);
  ================= */
     color: black !important;
.diff-context {
     box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
     border-color: var(--diff-context-border-color);
     background: var(--diff-context-background);
     color: inherit;
}
}


.diff-addedline {
.tooltipster-arrow {
     border-color: var(--diff-addedline-border-color);
     borde-color: rgb(220, 220, 220) !important;
}
}


.diff-addedline .diffchange {
#bigImage {
     background: var(--diff-addedline-background);
     position: absolute;
     color: var(--diff-addedline-color);
     transform: translate(0, -100%);
}
}


.diff-deletedline {
/**********************************
     border-color: var(--diff-deletedline-border-color);
          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;
}
}


.diff-deletedline .diffchange {
.global-event-image {
     background: var(--diff-deletedline-background);
     width: 100%;
     color: var(--diff-deletedline-color);
     height: 100%;
}
    object-fit: cover;
/* "↪" */
.mw-diff-movedpara-left:after,
/* "↩" */
.mw-diff-movedpara-right:after {
    color: var(--text-color);
}
}


/* ------------------
#global-event-time {
NEW INLINE DIFFS
    position: absolute;
----------------- */
    bottom: 3%;
.mw-diff-table-prefix .mw-diff-inline-legend .mw-diff-inline-legend-ins {
    left: 3px;
     background: var(--diff-addedline-background);
    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;
}
}


.mw-diff-table-prefix .mw-diff-inline-legend .mw-diff-inline-legend-del {
/**********************************
     background: var(--diff-inline-deletedline);
      WIDGET: PAGEVIDEO
      **********************************/
.pagevideo-wrapper {
     display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px auto;
    width: 100%;
}
}


.mw-diff-inline-added.mw-diff-empty-line::after,
.pagevideo {
.mw-inline-diff-newline::after {
    width: 100%;
     background: var(--diff-addedline-background);
    max-width: 800px;
     color: var(--byline-color);
    height: auto;
     border: 1px solid #ccc;
    border-radius: 5px;
     background-color: #000;
}
}


.mw-diff-inline-added ins,
@media screen and (max-width: 768px) {
.mw-diff-inline-changed ins,
    .pagevideo {
.mw-diff-inline-moved ins {
        max-width: 100%;
     background: var(--diff-addedline-background);
     }
}
}


.mw-diff-inline-deleted.mw-diff-empty-line::after,
/**********************************
.mw-inline-diff-newline::after {
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
     background: var(--diff-inline-deletedline);
      **********************************/
     color: var(--byline-color);
.mw-parser-output .external {
     background-image: none !important;
     padding-right: 0 !important;
}
}


.mw-diff-inline-deleted del,
/**********************************
.mw-diff-inline-changed del,
      PREDEFINIÇÃO: Titulo
.mw-diff-inline-moved del {
      #firstHeading {
    background: var(--diff-inline-deletedline);
      display: none;
}
  }
      **********************************/


/* MediaWiki notif popup when saving edits or adding page to watchlist */
.mw-notification {
    background-color: var(--body-light);
    border-color: var(--body-border);
    color: var(--text-color);
}


/* Special:Notifications */
#custom-title {
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
     display: inline-block;
     background: var(--body-main);
    display: block;
    text-align: left;
}
}


.mw-body-content .mw-echo-ui-datedSubGroupListWidget-title-secondary {
#custom-title img {
     color: var(--byline-color);
     display: inline-block;
}
}


.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
/*--------------------------------------------------
    background-color: var(--ooui-normal);
      Pagina Inicial
     color: var(--ooui-accent);
      --------------------------------------------------*/
.initialPage--table {
    width: 100%;
     text-align: center;
}
}


.mw-echo-ui-pageNotificationsOptionWidget-label-count {
.initialPage--table>tbody>tr>th,
     background-color: var(--ooui-normal);
.initialPage--table>tbody>tr>td {
    color: var(--byline-color);
     background: transparent !important;
}
}


.oo-ui-optionWidget-selected .mw-echo-ui-pageNotificationsOptionWidget-label-count {
.initialPage--title,
     color: var(--ooui-accent);
.initialPage--events {
     border: none;
    border-collapse: separate;
}
}


.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted {
.initialPage--events th,
     background-color: var(--ooui-normal);
.initialPage--title th {
     color: var(--text-color);
     color: black !important;
     padding: .4em;
}
}


.mw-echo-ui-crossWikiUnreadFilterWidget {
.initialPage--title th {
     border-color: var(--body-border);
     background-color: transparent !important;
    font-size: 2em;
}
}


.mw-echo-ui-crossWikiUnreadFilterWidget-subtitle {
.initialPage--events {
     color: var(--byline-color);
     display: flex;
    height: 20em;
}
}


.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head,
.initialPage--eventsLogo {
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer {
    height: 100%;
     border-color: var(--ooui-interface-border);
    padding: .5em 3.5em 2em 0;
    display: flex;
     align-items: center;
}
}


.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child {
.initialPage--events td {
     border-left-color: var(--ooui-normal-border);
    text-align: center;
    display: flex;
    align-items: center;
     justify-content: flex-end;
}
}


.mw-echo-ui-notificationItemWidget {
.initialPage--mainContainer {
     background-color: var(--ooui-normal);
     display: flex;
     border-color: var(--ooui-normal-border);
     align-items: flex-start;
}
}


.mw-echo-ui-notificationItemWidget:hover,
.initialPage--menuContainer {
.mw-echo-ui-notificationItemWidget-unread:hover {
    width: 75%;
     background-color: var(--ooui-normal--hover);
     margin-right: 1.5em;
}
}


.mw-echo-ui-notificationItemWidget:last-child {
.initialPage--sideMenuContainer {
     border-bottom-color: var(--ooui-normal-border);
     width: 25%;
}
}


.mw-echo-ui-notificationItemWidget-unread {
.initialPage--menuTitle {
     background-color: var(--notification);
     display: block;
}
    text-align: center;
    width: 100%;
    font-size: 1.75em;
    font-weight: bold;


.mw-echo-ui-crossWikiNotificationItemWidget-group,
    background: linear-gradient(to bottom, #459cca, #5684c8);
.mw-echo-ui-bundleNotificationItemWidget-group {
    border-radius: 10px 10px 0 0;
     background-color: var(--ooui-interface);
     color: white;
}
}


.mw-echo-ui-toggleReadCircleButtonWidget-circle {
.initialPage--menu {
     background-color: var(--ooui-progressive);
     display: flex;
    flex-wrap: wrap;
}
}


.mw-echo-ui-toggleReadCircleButtonWidget:hover .mw-echo-ui-toggleReadCircleButtonWidget-circle {
.initialPage--menuItemContainer {
     background-color: var(--ooui-progressive--hover);
    display: flex;
}
    justify-content: center;
     flex-wrap: wrap;


.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread {
     padding: 1em 0;
     background-color: var(--ooui-normal);
    border-color: var(--ooui-normal-border);
}
}


.mw-echo-ui-notificationItemWidget-content-message-header,
.initialPage--menuItem {
.mw-echo-ui-notificationItemWidget-content-message-body,
     width: 22.5%;
.mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button > .oo-ui-labelElement-label,
.mw-echo-ui-notificationItemWidget-content-actions-timestamp {
     color: var(--ooui-text);
}
}


.mw-echo-ui-bundleNotificationItemWidget-group {
.initialPage--menuItem a img {
     background-color: var(--body-main);
     width: 100%;
}
}


@keyframes unseen-fadeout-to-unread {
.initialPage--socialMediaContainer {
     from {
    box-sizing: border-box;
          background-color: var(--wikitable-bg-lighter);
     width: 100%;
    }
    margin-top: 8em;
    padding: 0 1.5em;
}
 
.initialPage--socialMedia {
    position: relative;
    border-top: 2px solid #689cc0;
    margin-top: 1em;
}


     to {
.initialPage--socialMedia:before {
          background-color: var(--notification);
     content: '';
     }
    position: absolute;
    top: -2px;
    display: block;
    width: 0;
    height: 2px;
    z-index: 1;
     transition: width .25s ease;
}


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


@keyframes unseen-fadeout-to-read {
.initialPage--socialMediaLink {
     from {
     display: flex;
          background-color: var(--wikitable-bg-lighter);
    justify-content: space-between;
     }
     align-items: center;


     to {
     font-size: 1.35em;
          background-color: var(--body-main);
    font-weight: 600;
     }
    letter-spacing: .03em;
     color: #689cc0 !important;


    padding: .9em .5em;
    transition: color .25s ease;
}
}


/* ==============================
.initialPage--socialMediaLink:visited {
        <tabber> styling
    color: #689cc0 !important;
  ============================== */
}


.tabber .tabbertab {
.initialPage--socialMediaLink:hover {
    background-color: var(--tabber-tab-bg);
     text-decoration: none;
    border: none;
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
}


ul.tabbernav {
.socialMedia--svg {
     border-bottom: 1px solid var(--body-border);
     display: flex;
     font-family: inherit;
     align-items: center;
padding: unset;
}
}


ul.tabbernav li a:link,
.socialMedia--svg svg {
ul.tabbernav li a:visited {
    width: 2em;
     color: var(--tabber-inactive-tab-color);
    fill: #689cc0;
     transition: all .25s ease;
}
}


ul.tabbernav li.tabberactive > a {
.socialMedia--svg svg path {
    background-color: transparent;
     fill: inherit;
    color: var(--tabber-active-tab-color);
border-bottom: 3px solid var(--link-color);
     position: relative;
}
}


ul.tabbernav li.tabberactive > a:hover,
/*
ul.tabbernav li a:hover {
      Discord
  color: var(--tabber-active-tab-color);
      */
  background-color: transparent;
  border-color: var(--tabber-active-tab-hover-border-color);
  border-bottom: 3px solid var(--tabber-active-tab-color);
  filter: brightness(1.1);
}


ul.tabbernav li a {
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
    background-color: transparent;
     color: #5865f2 !important;
    border-bottom: transparent;
    border-color: var(--tabber-inactive-tab-border-color);
     color: var(--tabber-inactive-tab-color);
    display: inline-block;
    font-size: 110%;
    padding: 0.5em 1em;
}
}


/* ======================
.initialPage--socialMedia.discord:before {
            OOUI
     background: #5865f2;
  ====================== */
.oo-ui-widget {
     color: var(--ooui-text);
}
}


.oo-ui-checkboxInputWidget [type='checkbox'] + span,
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.oo-ui-radioInputWidget [type='radio'] + span {
     fill: #5865f2 !important;
    background-color: var(--ooui-input);
     border-color: var(--ooui-input-border);
}
}


.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span,
/*
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span {
      Instagram
    background-color: var(--ooui-progressive);
      */
    border-color: var(--ooui-progressive);
}


.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span {
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
     border-color: var(--ooui-progressive);
     color: #f09433 !important;
}
}


.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:hover + span,
.initialPage--socialMedia.instagram:before {
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:hover + span {
     background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
     background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}
}


.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:hover + span {
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
     border-color: var(--ooui-progressive--hover);
     fill: url(#gradient-vertical);
}
}


.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover + span,
/*
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:hover + span {
      Facebook
    border-color: var(--ooui-accent);
      */
}


.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus + span {
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
     border-color: var(--ooui-accent);
     color: #4267B2 !important;
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}
}


.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:active + span,
.initialPage--socialMedia.facebook:before {
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:active + span,
     background: #4267B2;
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:active + span {
     background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
    box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover);
}
}


.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:active + span {
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    background-color: var(--ooui-progressive--hover);
     fill: #4267B2 !important;
     border-color: var(--ooui-progressive--hover);
}
}


.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active + span {
/*--------------------------------------------------
    border-color: var(--ooui-progressive--hover);
      Ocultação de componentes
    box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover);
      --------------------------------------------------*/
}


.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active + span:before {
#p-navigation {
     border-color: var(--ooui-progressive--hover);
     background-color: transparent;
}
}


.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus + span,
#mw-head-base {
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:focus + span {
     background-color: transparent;
     background-color: var(--ooui-progressive--hover);
     width: auto !important;
    border-color: var(--ooui-accent);
     box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
}
}


.oo-ui-checkboxInputWidget [type='checkbox']:disabled + span,
#mw-page-base {
.oo-ui-radioInputWidget [type='radio']:disabled + span {
     background: transparent;
     background-color: var(--ooui-disabled);
    border-color: var(--ooui-disabled);
}
}


.oo-ui-dropdownWidget-handle {
#mw-panel #p-tb h3 {
     border-color: var(--ooui-normal-border);
     color: rgb(0, 0, 0);
    font-size: .75em;
}
}


.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
#p-tb {
     background-color: var(--ooui-input);
     display: none;
    color: var(--ooui-text);
    border-color: var(--body-border);
}
}


.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover {
/* #ca-nstab-mediawiki { display: none; } */
    background-color: var(--ooui-normal--hover);
/* #ca-talk { display: none; } */
    color: var(--ooui-text);
#ca-view {
     border-color: var(--ooui-normal-border);
     display: none;
}
}


.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:active {
#ca-history {
     color: var(--ooui-text);
     display: none;
}
}


.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus {
#ca-viewsource {
     border-color: var(--ooui-accent);
     display: none !important;
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}
}


.oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle {
/* #ca-unwatch { display: none; } */
    background-color: var(--ooui-normal--hover);
/* #p-cactions { display: none; } */
}
/*
      Pacientes
      */


.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle {
.table-pacients {
     color: var(--ooui-disabled-text);
     display: block;
     text-shadow: none;
     max-width: 1400px;
     border-color: var(--ooui-disabled-border);
     overflow-x: auto;
    background-color: var(--ooui-disabled);
}
}


.oo-ui-dropdownInputWidget select {
.table-pacients img {
     border-color: var(--ooui-normal-border);
     width: 15.715em;
    height: auto;
}
}


.oo-ui-dropdownInputWidget option {
/*
    background-color: var(--ooui-interface);
      PERSONAGENS
}
      */


.oo-ui-dropdownInputWidget.oo-ui-widget-enabled {
.filter--containerSearch {
     background-color: var(--ooui-normal);
     display: flex;
    padding: 0 2em;
    justify-content: flex-end;
    align-items: center;
}
}


.oo-ui-dropdownInputWidget.oo-ui-widget-enabled:hover {
.filter--container {
     background-color: var(--ooui-normal--hover);
     display: flex;
}
    padding: 0 2em;
 
    justify-content: space-between;
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select {
     align-items: center;
     color: var(--ooui-text);
}
}


.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover,
.filter {
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:active {
    width: fit-content;
     color: var(--ooui-text);
    display: flex;
     border-color: var(--ooui-normal-border);
    justify-content: center;
     border: 3px solid #b0cff1;
    border-collapse: collapse;
     border-radius: 8px;
}
}


.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:focus {
.filter--title {
     border-color: var(--ooui-accent);
    display: flex;
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
     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;
}
}


.oo-ui-labelWidget.oo-ui-inline-help {
.filter--icon,
     color: var(--byline-color);
.calcXp--tierIcon {
     padding: .35em .95em;
    background: transparent;
    cursor: pointer;
}
}


.oo-ui-menuSelectWidget {
.filter--icon.tier img {
     background-color: var(--ooui-interface);
     filter: grayscale(.0);
    border-color: var(--ooui-interface-border);
}
}


.oo-ui-menuSelectWidget-frameless {
.filter--icon.tier.active img {
     box-shadow: inset 0 -1px 0 0 var(--ooui-normal-border);
     box-shadow: none;
}
}


.oo-ui-menuSectionOptionWidget {
.filter--icon img {
     color: var(--byline-color);
     filter: grayscale(.8);
}
    border-radius: 10px;


.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted,
     transition: all .25s ease;
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected {
     background-color: var(--ooui-normal--hover);
    color: var(--ooui-text);
}
}


.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted,
.calcXp--tierIcon img {
.oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
     filter: drop-shadow(0px 1px 8px #4c91c900);
     color: var(--ooui-accent);
    border-radius: 10px;
background-color: #282828;
}


.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget:hover {
    transition: all .25s ease;
  background: #282828;
  color: var(--ooui-accent);
}
}


.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget {
.filter--icon.active img {
     color: var(--ooui-text);
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
     filter: grayscale(0);
}
}


.oo-ui-messageDialog-title {
.filter--icon.tier.active img,
     color: inherit;
.calcXp--tierIcon.active img {
     transform: scale(.85);
}
}


.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error {
.filter--icon.tier#bronze.active img,
     background-color: var(--errorbox-bg);
.calcXp--tierIcon#bronze.active img {
    border-color: var(--errorbox-border);
     filter: drop-shadow(0px 1px 8px #f18a05);
}
}


.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning {
.filter--icon.tier#silver.active img,
     background-color: var(--warningbox-bg);
.calcXp--tierIcon#silver.active img {
    border-color: var(--warningbox-border);
     filter: drop-shadow(0px 1px 8px #8b8b8b);
}
}


.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success {
.filter--icon.tier#gold.active img,
     background-color: var(--successbox-bg);
.calcXp--tierIcon#gold.active img {
    border-color: var(--successbox-border);
     filter: drop-shadow(0px 1px 8px #fbc300);
}
}


.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice {
.filter--icon.tier#diamond.active img,
     border-color: var(--messagebox-notice-border);
.calcXp--tierIcon#diamond.active img {
     filter: drop-shadow(0px 1px 8px #0391c5);
}
}


.oo-ui-messageWidget.oo-ui-flaggedElement-error:not(.oo-ui-messageWidget-block),
.filter--input {
.oo-ui-messageWidget.oo-ui-flaggedElement-success:not(.oo-ui-messageWidget-block) {
    box-sizing: border-box;
     color: var(--ooui-text);
    padding: .45em;
    padding-right: 2.5em;
    border: 3px solid #b0cff1;
    font-size: 1.2em;
    border-radius: 8px;
     width: 23em;
}
}


.oo-ui-optionWidget.oo-ui-widget-disabled {
.filter--inputContainer {
     color: var(--ooui-disabled-text);
    box-sizing: border-box;
     position: relative;
}
}


.oo-ui-outlineControlsWidget {
.filter--searchButton {
     background-color: var(--ooui-normal);
     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;


.oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted {
    background-color: var(--ooui-normal--hover);
    color: var(--ooui-text);
}
}


.oo-ui-popupWidget-popup {
.filter--searchButton img {
     background-color: var(--ooui-interface);
     filter: invert(1);
    border-color: var(--ooui-interface-border);
}
}


.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after {
.calcXp--container {
     border-bottom-color: var(--ooui-interface);
    box-sizing: border-box;
    padding: 2.25em 1.25em;
    width: 43em;
    border: 3px solid #b0cff1;
     border-radius: 26px;
}
}


.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before {
.calcXp--resultTitle {
     border-bottom-color: var(--ooui-interface-border);
    text-align: center;
     color: #4f7ca0;
    margin: 0;
    margin-top: -.5em !important;
    letter-spacing: .05em;
}
}


.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after {
.calcXp--formItem {
     border-top-color: var(--ooui-interface);
    display: flex;
     align-items: center;
}
}


.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:before {
.calcXp--formItem input {
     border-top-color: var(--ooui-interface-border);
    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;
}
}


.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:after {
.calcXp--formItem span {
     border-right-color: var(--ooui-interface);
    font-size: 1.225em;
    font-weight: 500;
    letter-spacing: .05em;
     margin-right: .5em;
    color: #386a93;
}
}


.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:before {
#calculate-btn {
     border-right-color: var(--ooui-interface-border);
    box-sizing: border-box;
}
    cursor: pointer;
    display: block;
    width: 15em;
     margin: 2em auto;
    padding: .45em 1em;


.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:after {
    border: none;
     border-left-color: var(--ooui-interface);
     border-radius: 6px;
}
    background: #4c91c9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;


.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:before {
    font-size: 1.35em;
     border-left-color: var(--ooui-interface-border);
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-weight: bold;
     transition: .35s ease;
}
}


.oo-ui-searchWidget-query {
#calculate-btn:hover {
     border-bottom-color: var(--ooui-interface-border);
     color: #ffffff;
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
    transform: scale(.95);
    background: #4685b8;
}
}


.oo-ui-selectFileWidget-dropTarget {
#calc-result {
     background-color: var(--ooui-interface);
     margin-top: 1em;
     border-color: var(--ooui-interface-border);
    display: flex;
     justify-content: center;
}
}


.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget {
#calc-result .badge {
     background-color: var(--ooui-interface);
     display: flex;
    align-items: center;
    justify-content: center;
    max-height: 5em;
    width: 5em;
}
}


.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget:hover {
.calcXp--xpIcon {
     border-color: var(--ooui-input-border--hover);
     margin-left: -.2em;
}
}


.oo-ui-tabOptionWidget {
.calcXp--numberOfPots {
     color: var(--ooui-text);
     padding-top: .2em;
    font-size: 1.15em;
}
}


.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
#characters-container {
     background-color: var(--body-dark);
     display: flex;
     color: var(--ooui-text);
    flex-wrap: wrap;
     padding: 1em;
}
}


.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
#characters-container>div {
     border-bottom-color: var(--link-color);
     box-sizing: border-box;
color: var(--link-color);
    display: none;
    padding: 1em;
    width: 19%;
    margin-right: 1%;
}
}


.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover,
#characters-container>div.show {
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active {
     display: block;
     background-color: var(--body-light);
    color: var(--ooui-text);
}
}


.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover {
#characters-container>div>a>img {
     background-color: var(--body-dark);
    width: 100%;
    border-radius: 8px;
     filter: grayscale(.3);
    transition: all .25s ease;
}
}


.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
#characters-container>div:hover>a>img {
     color: var(--ooui-progressive);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
     box-shadow: inset 0 -2px 0 0 var(--ooui-progressive);
     filter: grayscale(0);
     transform: scale(1.06);
}
}


.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected:hover,
.characterPage--splashArt {
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected:focus {
    position: absolute;
     color: var(--ooui-progressive--hover);
    top: -2%;
     box-shadow: inset 0 -2px 0 0 var(--ooui-progressive--hover);
     right: -2%;
     width: 35%;
}
}


.oo-ui-tabSelectWidget-framed {
.characterPage--table {
     background: none;
     margin-top: -4em;
     border-bottom: 1px solid var(--ooui-interface-border);
     width: 100%;
}
}


.oo-ui-tabSelectWidget-frameless {
.characterPage--table>tbody {
     box-shadow: inset 0 -1px 0 0 var(--ooui-interface-border);
     position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
}


.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-framed:after {
.characterPage--table>tbody>.characterPage--mainSection {
     background: var(--mobile-navbox-linear-gradient);
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
}
}


.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-frameless:after {
.characterPage--table>tbody>.characterPage--sideSection {
     background: var(--mobile-navbox-linear-gradient);
    box-sizing: border-box;
     display: flex;
    justify-content: center;
    width: 33%;
    padding: 0 1em;
}
}


.oo-ui-tagItemWidget {
.characterPage--characterInfoContainer {
     border-color: var(--ooui-normal-border);
     width: 43%;
}
}


.oo-ui-tagItemWidget.oo-ui-widget-enabled {
.characterPage--statsInfoContainer {
     color: var(--ooui-text);
     width: 55%;
}
}


.oo-ui-tagItemWidget.oo-ui-widget-enabled:hover {
.stats--container {
     background-color: var(--ooui-normal--hover);
    display: flex;
     color: var(--ooui-text);
     justify-content: center;
     border-color: var(--ooui-normal-border);
     flex-wrap: wrap;
     padding: 1.25em;
}
}


.oo-ui-tagItemWidget.oo-ui-widget-enabled:not( .oo-ui-tagItemWidget-fixed ) {
.stats--container>div {
     background-color: var(--ooui-normal);
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
     margin: .5em;
}
}


.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover {
.stats--container div img {
     background-color: var(--ooui-normal--hover);
     width: 2.25em;
}
}


.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled {
.stats--bar {
     background-color: var(--ooui-interface);
    display: flex;
    width: -webkit-fill-available;
     justify-content: space-between;
    padding: 0 1.25em;
}
}


.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined {
.bar-filled:first-child,
     background-color: var(--ooui-normal);
.bar-notFilled:first-child {
     border-radius: 6px 0 0 6px;
}
}


.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled {
.bar-filled:last-child,
     background-color: var(--ooui-interface);
.bar-notFilled:last-child {
     border-radius: 0 6px 6px 0;
}
}


.oo-ui-textInputWidget .oo-ui-inputWidget-input,
.bar-filled,
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle {
.bar-notFilled {
     background-color: var(--ooui-input);
     display: block;
     color: var(--ooui-text);
     width: 18%;
     border-color: var(--ooui-input-border);
     height: 6px;
}
}


.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input::placeholder {
.bar-filled {
     color: var(--subtle-color);
     background: var(--blue);
}
}


.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus {
.bar-notFilled {
     border-color: var(--ooui-accent);
     background: var(--transparent-blue);
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}
}


.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending) {
.characterInfo--name {
     background-color: var(--ooui-disabled);
     margin: 0 !important;
    color: var(--ooui-disabled-text);
}
}


.oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input {
.characterInfo--badgeContainer {
     border-color: var(--ooui-input-border--hover);
     display: flex;
}
    justify-content: center;
 
    flex-wrap: wrap;
.oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input:focus {
     width: fit-content;
     border-color: var(--ooui-accent);
    margin: 0 auto;
}
}


@media screen and (min-width: 0) {
.characterInfo--contentContainer {
     .oo-ui-textInputWidget.oo-ui-widget-enabled textarea.oo-ui-inputWidget-input:focus {
     display: flex;
          outline: 1px solid var(--ooui-accent);
    justify-content: space-between;
     }
     padding: .6em 1.3em;
}
}


.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input {
.characterInfo--imageContainer {
     background-color: var(--ooui-disabled);
     width: 25%;
    color: var(--ooui-disabled-text);
    text-shadow: none;
    border-color: var(--ooui-disabled-border);
}
}


.oo-ui-toggleSwitchWidget {
.characterInfo--medal {
     background-color: var(--ooui-input);
     margin-top: -1.5em;
    border-color: var(--ooui-input-border);
}
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip {
    background-color: var(--ooui-input);
    border-color: var(--ooui-input-border);
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover {
.characterInfo--infoContainer {
     background-color: var(--ooui-input);
     width: 75%;
     border-color: var(--ooui-accent);
     text-align: center;
}
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover .oo-ui-toggleSwitchWidget-grip {
.characterInfo--infoContainer #toc {
     background-color: var(--ooui-input);
     display: none;
    border-color: var(--ooui-accent);
}
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active,
.characterPage--skins {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover,
     width: 100%;
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:focus {
     background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
    box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover);
}
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active .oo-ui-toggleSwitchWidget-grip,
.characterPage--characterSkills {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover .oo-ui-toggleSwitchWidget-grip,
     width: 100%;
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:focus .oo-ui-toggleSwitchWidget-grip {
     background-color: var(--ooui-input);
    border-color: var(--ooui-input);
}
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus {
/*
    border-color: var(--ooui-accent);
      Card de Skins
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
      */
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus .oo-ui-toggleSwitchWidget-grip {
.skins--container {
     border-color: var(--ooui-accent);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: -0.75em 0.75em;
     gap: -0.5em;
    /* Adiciona espaçamento consistente entre os itens */
}
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on {
.skins--container span {
     background-color: var(--ooui-progressive);
    width: 33.3%;
     border-color: var(--ooui-progressive);
    display: flex;
     justify-content: center;
     align-items: center;
}
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip {
.skins--imageSkin {
     background-color: var(--ooui-input);
     max-width: 100%;
     border-color: var(--ooui-input);
    /* 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 */
}
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:hover {
/*
    background-color: var(--ooui-progressive--hover);
      Seção das skills do personagem
    border-color: var(--ooui-progressive--hover);
      */
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active,
.tabsContainer {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active:hover {
    width: 95%;
     background-color: var(--ooui-progressive--hover);
     margin: 0 auto;
     border-color: var(--ooui-progressive--hover);
     padding-bottom: .5em;
}
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus {
.tabsContainer table {
     border-color: var(--ooui-progressive);
    width: 100%;
     border-collapse: collapse;
}
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus::before {
.tabsContainer table>tbody>tr>td {
     border-color: #fff;/* TODO Color */
     border-bottom: 2px solid rgb(225, 225, 225);
}
}


.oo-ui-toggleSwitchWidget.oo-ui-widget-disabled {
.tabSkill--container {
     background-color: var(--ooui-disabled);
     padding-bottom: .85em;
     border-color: var(--ooui-disabled);
    display: flex;
    max-width: 72em;
     overflow-x: auto;
}
}


.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
.skillInfo--description::-webkit-scrollbar,
     color: var(--ooui-text);
.tabSkill--container::-webkit-scrollbar {
     width: 8px;
    height: 8px;
}
}


.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
.skillInfo--description::-webkit-scrollbar-track,
     color: var(--ooui-text);
.tabSkill--container::-webkit-scrollbar-track {
     background-color: #4799c954;
    border-radius: 10px;
}
}


.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus {
.skillInfo--description::-webkit-scrollbar-thumb,
     border-color: var(--ooui-accent);
.tabSkill--container::-webkit-scrollbar-thumb {
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
     background-color: rgb(85 135 200 / 74%);
     border-radius: 10px;
}
}


.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > input.oo-ui-buttonElement-button,
.tab-skill {
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active {
    transition: all .25s ease;
     color: var(--ooui-text);
    width: 100%;
     min-width: 5em;
}
}


.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button,
.tab-skill.active {
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
     border-color: #459cca;
     color: var(--ooui-text);
}
}


.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active,
.tab-skill>div {
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
     cursor: pointer;
     color: var(--ooui-text);
     box-sizing: border-box;
     border-color: var(--ooui-text);
    width: 100%;
}
    display: flex;
 
    justify-content: center;
.oo-ui-buttonElement-frameless.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
    align-items: center;
     color: var(--ooui-disabled-text);
     padding: .25em;
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
.tab-skill>div>img {
     background-color: var(--ooui-disabled);
     width: 100%;
     border-color: var(--ooui-disabled-border);
    max-width: 40px;
     height: auto;
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
.skillInfo--container {
     background-color: var(--ooui-input);
     width: 100%;
    color: var(--ooui-text);
    border-color: var(--ooui-normal-border);
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
.skillInfo--container>td {
    background-color: var(--ooui-normal--hover);
     border: none !important;
    color: var(--ooui-text);
     border-color: var(--ooui-normal-border);
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus {
.skillInfo {
     border-color: var(--ooui-accent);
     display: none;
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
.skillInfo.active {
     background-color: var(--ooui-progressive--hover);
     display: table-cell;
    color: #fff;/* TODO Color */
    border-color: var(--ooui-progressive--hover);
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button:focus {
.skillInfo.active {
     border-color: var(--ooui-progressive--hover);
     display: table-cell;
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active,
.skillInfo--videoContainer {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button {
    background-color: var(--ooui-normal--hover);
    color: var(--ooui-text);
    border-color: var(--ooui-normal-border);
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    align-self: center;
     color: var(--ooui-text);
     width: 45%;
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
.skillInfo--skillVideo2 {
     background-color: var(--ooui-normal--hover);
     display: none;
     border-color: var(--ooui-progressive--hover);
     border-radius: 8px;
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
.skillInfo--skillVideo2.active {
     border-color: var(--ooui-accent);
     display: flex;
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
.skillInfo--videoSelector {
     color: var(--ooui-text);
    display: inline-block;
}
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
     background: var(--transparent-blue);
    cursor: pointer;
    margin-right: .85em;


.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover {
     transition: all .25s ease;
     background-color: var(--ooui-normal--hover);
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
.skillInfo--videoSelector.active {
     background-color: var(--ooui-progressive);
     background: var(--blue);
     border-color: var(--ooui-progressive);
     transform: scale(.8);
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
.skillInfo--infoContainer {
     background-color: var(--ooui-progressive--hover);
     width: 50%;
    border-color: var(--ooui-progressive--hover);
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
.skillInfo>div>.skillInfo--infoContainer b {
     border-color: var(--ooui-accent);
     color: #2a87c4 !important;
    box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
}
}


.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active,
.skillInfo--infoContainer>center>b {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button,
     font-size: 1.15em;
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button {
     color: #fff;/* TODO Color */
    background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}
}


.oo-ui-pendingElement-pending {
.skillInfo--name {
     background-image: var(--ooui-pending-background-image);
     font-size: 1.85em;
     background-size: 200%;
     letter-spacing: 1px;
     animation: oo-ui-pendingElement-stripes 6s linear infinite;
     text-align: center;
}
}


@keyframes oo-ui-pendingElement-stripes {
.skillInfo--description {
     100% {
    display: inline-block;
          background-position: 100%;
    font-size: 1.03em;
     }
    line-height: 1.5em;
    padding: 0 1em;
    height: 12em;
     max-height: 12em;
    overflow-y: auto;
     text-align: justify;
}
}


.oo-ui-messageDialog-content > .oo-ui-window-foot {
.skillInfo--attributesContainer>h1 {
     outline-color: var(--ooui-interface-border);
     color: #717171;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 1px;
}
}


.oo-ui-messageDialog-message {
/* card attributes */
     color: var(--ooui-text);
.attribute--cardsContainer {
}
     display: flex;
    align-items: flex-start;


.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
    width: fit-content;
     border-right-color: var(--ooui-interface-border);
     margin: 0 auto;
}


.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget {
    background: var(--lightGray);
     border-bottom-color: var(--ooui-interface-border);
     border: 2px solid var(--gray);
}
}


.oo-ui-processDialog-content .oo-ui-window-head,
.cardAttribute {
.oo-ui-processDialog-content .oo-ui-window-foot {
    box-sizing: border-box;
     outline-color: var(--ooui-interface-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     width: 8em;
}
}


.oo-ui-processDialog .oo-ui-actionWidget > .oo-ui-buttonElement-button {
.cardAttribute--icon {
     border-top-color: transparent;
     margin: .6em 0;
     border-bottom-color: transparent;
     height: 2em;
}
}


.oo-ui-processDialog .oo-ui-actionWidget > .oo-ui-buttonElement-button:hover,
.cardAttribute--value {
.oo-ui-processDialog .oo-ui-actionWidget > .oo-ui-buttonElement-button:active {
     margin: 0 !important;
     border-top-color: transparent;
    border-bottom-color: transparent;
}


.oo-ui-processDialog .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:hover,
    font-size: .9em !important;
.oo-ui-processDialog .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:active {
    font-weight: bold;
     border-right-color: var(--ooui-interface-border);
    line-height: 1.65em !important;
     border-left-color: transparent;
    letter-spacing: 2px;
     text-align: center;
     text-transform: uppercase;
}
}


.oo-ui-processDialog .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:focus {
/*------------------------------------
    border-color: var(--ooui-accent);
      WANTED
}
      -----------------------------------*/


.oo-ui-processDialog-actions-safe .oo-ui-actionWidget > .oo-ui-buttonElement-button,
.selectWanted--container {
.oo-ui-processDialog-actions-other .oo-ui-actionWidget > .oo-ui-buttonElement-button {
     display: flex;
     border-right-color: var(--ooui-normal-border);
     justify-content: center;
     border-left-color: transparent;
}
}


.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button:hover {
#selectbox-wanted {
     background-color: var(--ooui-normal--hover);
    padding: .35em .5em;
     border-right-color: var(--ooui-interface-border);
    font-family: sans-serif;
    letter-spacing: .04em;
    font-size: 1.25em;
    width: 21em;
     border: 2px solid #5684c8;
     border-radius: 6px;
}
}


.oo-ui-windowManager-modal > .oo-ui-dialog {
.wantedPortrait--container {
     background-color: var(--ooui-window-background);
     width: 100%;
}
}


.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
.wantedPortrait--title {
     background-color: var(--ooui-interface);
     width: 100%;
    color: #292929;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .035em;
}
}


.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
.wantedPortraits {
     border-color: var(--ooui-interface-border);
     display: flex;
    flex-wrap: wrap;
}
}


.oo-ui-window {
.wantedPortrait {
     color: var(--ooui-text);
    box-sizing: border-box;
    width: 18em;
     padding: .35em;
}
}


.oo-ui-toolbar-bar {
.wantedPortrait img {
     background-color: var(--ooui-interface);
     width: 100%;
    color: var(--ooui-text);
}
}


.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
@media screen and (max-width: 1440px) {
     border-bottom-color: var(--body-mid);
     :root {
}
        font-size: 14px;
    }


.oo-ui-toolbar-bar .oo-ui-bookletLayout > .oo-ui-menuLayout-menu {
    .characterInfo--contentContainer {
    border-right-color: var(--body-mid);
        padding: .6em;
}
    }


.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover {
    .characterInfo--infoContainer {
    background-color: var(--ooui-normal--hover);
        width: 65%;
}
    }


.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:focus {
    .characterInfo--imageContainer {
    outline: 1px solid var(--ooui-accent);
        width: 35%;
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
     }
}


.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active,
    .tabSkill--container {
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link,
        max-width: 61em;
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link {
        margin: 0 auto;
    background-color: var(--ooui-normal--hover);
     }
    color: var(--ooui-accent);
     box-shadow: none;
}


.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link {
    .tab-skill>div>img {
    background-color: var(--ooui-progressive);
        max-width: 38px;
}
    }


.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:hover {
    background-color: var(--ooui-progressive--hover);
}
}


.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:focus {
@media screen and (max-width: 1220px) {
    box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
    .tabSkill--container {
        max-width: 48em;
    }
}
}


.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-tool-active > .oo-ui-tool-link {
    background-color: var(--ooui-progressive--hover);
}


.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled {
@media screen and (max-width: 1024px) {
    background-color: var(--ooui-normal);
}


.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover {
    .flex-wrap-md {
    background-color: var(--ooui-normal--hover);
        flex-wrap: wrap;
     color: var(--ooui-text);
     }
}


.oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
    .justify-center-md {
    color: var(--ooui-progressive);
        justify-content: center;
}
    }


.oo-ui-menuToolGroup {
    .initialPage--mainContainer {
    border-left-color: var(--body-mid);
        flex-wrap: wrap;
     border-right-color: var(--body-mid);
     }
}


.oo-ui-popupToolGroup-tools {
    .initialPage--menuContainer {
    background-color: var(--ooui-interface);
        width: 100%;
    border-color: var(--body-mid);
        margin-right: 0;
}
    }


.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover {
    .initialPage--sideMenuContainer {
    background-color: var(--ooui-normal--hover);
        width: 100%;
}
        display: flex;
        flex-direction: column;
        margin-top: 1.5em;
    }


.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:focus {
    .initialPage--sideMenuContainer .card {
    outline: 1px solid var(--ooui-accent);
        width: 45%;
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
        min-height: 15em;
}
    }


.oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover {
    #event-time {
    border-right-color: var(--ooui-normal--hover);
        bottom: 5%;
}
        right: 5%;
        font-size: 1.25em;
    }


.oo-ui-popupToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus {
    .initialPage--socialMediaContainer {
    box-shadow: inset 0 0 0 2px var(--ooui-accent);
        margin-top: 2em;
}
        display: flex;
        justify-content: space-between;
    }


.oo-ui-popupToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
    .initialPage--socialMedia {
    color: var(--ooui-progressive);
        width: 32%;
}
    }


.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle {
    #p-search {
    background-color: var(--ooui-normal);
        margin-right: 1em;
     color: var(--ooui-accent);
     }
}


.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover {
    .filter--containerSearch {
    background-color: var(--ooui-normal--hover);
        justify-content: center;
     color: var(--ooui-accent);
     }
}


.oo-ui-bookletLayout-outlinePanel > .oo-ui-outlineControlsWidget {
    .filter--container {
    border-top-color: var(--ooui-interface-border);
        margin-top: 1em;
}
        flex-wrap: wrap;
        justify-content: center;
    }


.oo-ui-bookletLayout > .oo-ui-menuLayout-menu {
    .filter:last-of-type {
    border-right-color: var(--ooui-interface-border);
        margin-top: 1em;
}
    }


.oo-ui-fieldLayout-disabled > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header > .oo-ui-labelElement-label {
    #characters-container>div {
    color: var(--ooui-disabled-text);
        width: 24%;
}
    }


.oo-ui-panelLayout-framed {
    .characterPage--splashArt {
    border-color: var(--sidebar);
        display: none;
}
    }


.oo-ui-icon-settings {
    .characterPage--table>tbody>.characterPage--mainSection {
/* TODO SVG */
        width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Esettings%3C/title%3E%3Cg transform='translate(10 10)'%3E%3Cpath id='a' d='M1.5-10h-3l-1 6.5h5m0 7h-5l1 6.5h3'/%3E%3Cuse xlink:href='%23a' transform='rotate(45)'/%3E%3Cuse xlink:href='%23a' transform='rotate(90)'/%3E%3Cuse xlink:href='%23a' transform='rotate(135)'/%3E%3C/g%3E%3Cpath d='M10 2.5a7.5 7.5 0 0 0 0 15 7.5 7.5 0 0 0 0-15v4a3.5 3.5 0 0 1 0 7 3.5 3.5 0 0 1 0-7'/%3E%3C/svg%3E");
        justify-content: flex-start;
}
    }


.oo-ui-icon-clear {
    .characterPage--characterInfoContainer {
/* TODO SVG */
        width: 38%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Eclear%3C/title%3E%3Cpath d='M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm5.66 14.24-1.41 1.41L10 11.41l-4.24 4.25-1.42-1.42L8.59 10 4.34 5.76l1.42-1.42L10 8.59l4.24-4.24 1.41 1.41L11.41 10z'/%3E%3C/svg%3E");
    }
}


.mw-widget-dateInputWidget-handle {
    .characterPage--statsInfoContainer {
    background-color: var(--ooui-input);
        width: 30%;
    color: var(--ooui-text);
        margin-left: 1.5%;
     border-color: var(--ooui-input-border);
     }
}


.mw-widget-dateInputWidget-calendar {
    .stats--container>div {
    background-color: var(--ooui-interface);
        width: 100%;
}
    }


.mw-widget-dateInputWidget.oo-ui-widget-enabled .mw-widget-dateInputWidget-handle:hover {
    .characterInfo--contentContainer {
    border-color: var(--ooui-input-border--hover);
        flex-wrap: wrap;
}
    }


.mw-widget-calendarWidget {
    .characterInfo--imageContainer {
    border-color: var(--ooui-interface-border);
        width: 100%;
}
        display: flex;
        justify-content: center;
    }


.mw-widget-calendarWidget:focus {
    .characterInfo--medal {
    border-color: var(--ooui-accent);
        margin-top: -2.5em;
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
     }
}


.mw-widget-calendarWidget-day,
    .characterInfo--infoContainer {
.mw-widget-calendarWidget-day-heading {
        width: 100%;
    color: var(--ooui-text);
    }
}


.mw-widget-calendarWidget-day-additional {
    .tabsContainer {
    color: var(--ooui-text);
        width: 100%;
     opacity: 0.67;
     }
}


.mw-widget-calendarWidget-day-today {
    .tab-skill {
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
        min-width: 3.5em;
}
    }


.mw-widget-calendarWidget-item:hover {
    .tab-skill>div>img {
    background-color: var(--ooui-progressive);
        max-width: 36px;
}
    }


.mw-widget-calendarWidget-item-selected {
    .skillInfo>div {
    background-color: var(--ooui-progressive--hover);
        flex-wrap: wrap-reverse;
}
    }


.mw-widgets-datetime-calendarWidget {
    .skillInfo--infoContainer {
    background-color: var(--ooui-interface);
        width: 100%;
     border-color: var(--ooui-interface-border);
     }
}


.mw-widgets-datetime-calendarWidget:focus {
    .skillInfo--infoContainer>center>b {
    border-color: var(--ooui-accent);
        font-size: 1.2em;
     box-shadow: inset 0 0 0 1px var(--ooui-accent), 0 2px 2px 0 rgba(0, 0, 0, 0.25);
     }
}


.mw-widgets-datetime-calendarWidget-grid .mw-widgets-datetime-calendarWidget-cell.mw-widgets-datetime-calendarWidget-extra .oo-ui-buttonElement-button .oo-ui-labelElement-label {
    .skillInfo--name {
    color: var(--subtle-color);
        font-size: 2.2em !important;
}
        letter-spacing: 1px;
        margin-top: .5em !important;
        text-align: center;
    }


.mw-widgets-datetime-calendarWidget-grid .mw-widgets-datetime-calendarWidget-cell.mw-widgets-datetime-calendarWidget-selected .oo-ui-buttonElement-button {
    .skillInfo--description {
    background-color: var(--ooui-progressive--hover);
        font-size: 1.35em !important;
}
        display: table;
        margin: 1em !important;


.mw-widgets-datetime-dateTimeInputWidget-handle {
        height: 5em;
    background-color: var(--ooui-input);
        max-height: 5em;
    color: var(--ooui-text);
     }
     border-color: var(--ooui-input-border);
}


.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled.mw-widgets-datetime-dateTimeInputWidget-handle:hover {
    .skillInfo--videoContainer {
    border-color: var(--ooui-input-border--hover);
        width: 100%;
}
        margin: 0 auto;
        padding: 1em 10em;
        padding-bottom: 1em;
    }


.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled:hover input,
    .cardAttribute--value {
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled:hover textarea {
        letter-spacing: 1px;
    border-color: var(--ooui-input-border--hover);
        font-size: 1.1em;
}
    }


.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-editField:hover {
    .characterPage--table>tbody>.characterPage--sideSection {
    background-color: var(--ooui-normal);
        width: 30%;
}
        padding-left: 1.5%;
        position: absolute;
        top: 0;
        right: 0;
    }


/* ==========================
    .skins--imageSkin {
          VisualEditor
        width: 100%;
  ========================== */
    }
.ve-activated .ve-init-mw-desktopArticleTarget-originalContent #catlinks:hover {
    background: var(--ooui-normal--hover);
}


.ve-ui-overlay {
    .skins--container {
    font-family: inherit;
        max-height: 14em;
}
        overflow-x: clip;
        overflow-y: auto;
    }


.oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above {
    .skins--container span {
    border-top-color: var(--body-mid);
        width: 50%;
}
    }


.ve-ce-branchNode-blockSlug,
    .calcXp--formItem {
.ve-ce-branchNode-newSlug {
        justify-content: center;
    outline-color: var(--body-border);
     }
     background-color: var(--ooui-interface);
}


.ve-ui-specialCharacterPage h3 {
    .calcXp--container:last-of-type {
    color: var(--byline-color);
        margin-top: 2em;
}
    }


.ve-ui-toolbarDialog {
    #p-tb h3 {
    background: var(--ooui-interface);
        display: none;
}
    }


.ve-ui-specialCharacterPage-character {
    border-color: var(--body-mid);
}
}


.ve-ui-specialCharacterPage-character:hover {
/*******************************************************************************
     border-color: var(--body-dark);
      PRESET: ABAS
      *******************************************************************************/
.tabela-abas {
    width: 100%;
     border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px;
}
}


.ve-ce-linkAnnotation.ve-ce-annotation-active {
.mostrar-aba {
     box-shadow: 0 0 0 1px var(--body-mid);
     cursor: pointer;
     background: none;
    padding: 0;
    background-color: transparent;
    text-align: center;
     border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}
}


.ve-ui-desktopContext .ve-ui-linkContextItem .ve-ui-linkContextItem-label {
.imagem-botao {
     border-color: var(--body-border);
     display: inline-block;
    width: auto;
    height: auto;
}
}


.ve-ui-mwHelpPopupTool-version-label,
.sec-aba-cem {
.ve-ui-mwHelpPopupTool-version-link,
    padding: 5px;
.ve-ui-mwHelpPopupTool-version-date {
    font-weight: bold;
     color: var(--byline-color);
    text-align: center;
     color: #333;
}
}


.ve-ce-tableCellableNode {
.mostrar-aba img {
     border-color: var(--body-mid);
     border: none;
    background-color: transparent;
    margin: 5px;
}
}


.ve-ce-mwReferencesListNode-muted {
.mostrar-aba:hover::after {
     color: var(--byline-color);
     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 */
}
}


.ve-ui-mwTemplatePage-description,
.mostrar-aba:hover img {
.ve-ui-mwParameterPage-label,
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
.ve-ui-mwParameterPage-description-required,
     /* Sombra leve ao passar o mouse */
.ve-ui-mwParameterPage-description-deprecated {
     color: var(--byline-color);
}
}


.mw-widget-titleWidget-menu .mw-widget-titleOptionWidget-description {
.mostrar-aba:active img {
     color: var(--byline-color);
     filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}
}


.ve-ui-mwGalleryDialog-menuLayout > .oo-ui-menuLayout-menu,
.mostrar-aba.ativa::after {
.ve-ui-mwGalleryDialog-innerMenuLayout > .oo-ui-menuLayout-menu,
    content: '';
.ve-ui-mwGalleryDialog .ve-ui-mwGalleryDialog-image-container,
    position: absolute;
.ve-ui-targetWidget {
    bottom: 0;
     border-color: var(--body-border);
    left: 0;
    right: 0;
    height: 3px;
     background-color: #000;
}
}


.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending) {
.preset-aba {
     background-color: var(--body-main);
    margin: 0;
     padding: 0;
}
}


.ve-ui-mwSaveDialog {
.container-conteudo {
     color: var(--ooui-text);
     margin: 0;
    padding: 0;
}
}


.ve-ui-mwSaveDialog-options {
.aba {
     background-color: var(--ooui-interface);
     display: none;
     border-color: var(--body-border);
    opacity: 0;
    transform: translateY(-10px);
     transition: opacity 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
}
}


.ve-ui-mwSaveDialog-summary {
.aba.atual {
     background-color: var(--ooui-input);
     display: block;
    opacity: 1;
    transform: translateY(0);
}
}


.ve-ui-mwSaveDialog-editSummary-count {
.container-coliseu {
     border-color: var(--body-border);
     display: block;
    text-align: center;
}
}


.ve-ui-mwSaveDialog-license {
.coluna-abas {
     color: var(--byline-color);
     flex: 0 0 200px;
    margin-right: 20px;
}
}


.ve-ui-mwReferenceContextItem-muted {
/*******************************************************************************
     color: var(--byline-color);
      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 */
}
}


.ve-ui-mwNoticesPopupTool-items > div:not(:first-child),
.transcrições b,
.ve-ui-mwHelpPopupTool-item:not(:first-child) {
.transcrições strong {
     border-color: var(--body-border);
     color: #000 !important;
    /* Garante que o texto negrito também será preto */
}
}


.ve-ui-mwTransclusionOutlineControlsWidget {
.transcrições::before {
     background-color: var(--ooui-interface);
     background-color: #F2F2F2;
     border-top-color: var(--body-border);
    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;
}
}


.ve-ui-mwTransclusionOutlineTemplateWidget-sticky {
.me {
     background-color: var(--ooui-interface);
     float: left;
    margin: 5px 45px 5px 20px;
    color: #000;
    /* Garante que o texto dentro da classe .me será preto */
}
}


.ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.oo-ui-optionWidget-highlighted {
.me::before {
     color: var(--ooui-text);
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
     left: -9px;
}
}


.ve-ui-mwTransclusionOutlineTemplateWidget-no-template-parameters {
/*******************************************************************************
     color: var(--subtle-color);
      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%;
}
}


.ve-ui-mwParameterPage-undocumentedLabel {
@media (max-width: 1024px) {
    color: var(--subtle-color);
    .item-grid>* {
        flex: 1 1 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
}
}


.ve-ui-mwTwoPaneTransclusionDialogLayout > .oo-ui-menuLayout-menu {
@media (max-width: 768px) {
    border-right: var(--body-border);
    .item-grid>* {
        flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
}
}


.ve-ui-mwParameterPage-doc-required,
@media (max-width: 480px) {
.ve-ui-mwParameterPage-doc-deprecated,
    .item-grid>* {
.ve-ui-mwParameterPage-inlineDescription .ve-ui-mwParameterPage-doc-example {
        flex: 1 1 calc(50% - 10px);
    color: var(--byline-color);
        max-width: calc(50% - 10px);
    }
}
}


.ve-ui-expandableContent-toggle {
@media (max-width: 360px) {
     background-color: var(--ooui-interface);
     .item-grid>* {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
}


.ve-ui-expandableContent-fade {
.iteminfobox {
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, var(--ooui-interface) 90%);
    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;
}
}


.ve-ui-commandHelpDialog-shortcut > kbd,
.iteminfobox b {
.ve-ui-commandHelpDialog-sequence > kbd {
     font-size: clamp(10px, 2vw, 14px);
     background-color: var(--keypress-background);
     color: #6587c4;
     color: var(--keypress-color);
    text-align: center;
     border-color: var(--keypress-border);
    line-height: 1.2;
     box-shadow: none;
     white-space: nowrap;
     text-shadow: none;
     overflow: hidden;
     text-overflow: ellipsis;
}
}


.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-floating .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
/**********************
     background: var(--ooui-interface);
      VECTOR.CSS
  **********************/
 
/* Geral */
a {
     color: #0645ad;
}
}


.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
a:visited {
     border-bottom-color: var(--body-mid);
     color: #0645ad;
}
}


/* ==============================
a.new {
      [[Template:Editnotice]]
     color: rgb(206, 0, 0) !important;
  ============================== */
.editnotice {
     font-size: 0.9em;
    padding-bottom: 0.75em;
    margin-bottom: 0.6em;
}
}


.editnotice .editnotice-title {
h1,
    font-size: 1.2em;
h2,
    font-weight: bold;
h3,
     margin-bottom: 0.4em;
h4,
h5,
h6 {
     color: #000000;
}
}


/* =====================
hr {
Messageboxes
     color: #222;
===================== */
.mw-message-box,
.mw-message-box-error,
.mw-message-box-warning,
.mw-message-box-success,
.usermessage {
     color: var(--text-color);
}
}


.messagebox {
ul {
display: flex;
     list-style-image: none;
max-width: 800px;
margin: auto;
    border: 1px solid #434242;
    box-sizing: border-box;
    gap: 1em;
    border-left: 8px solid;
    border-left-color: var(--body-dark);
     padding: 0.5em 1em;
    align-items: center;
    margin-bottom: .25em;
}
}


.messagebox-header {
/* Cabeçalho */
font-weight: 600;
#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;
}
}


.messagebox p {
/* Navegação */
margin: 0;
#p-cactions {
font-size: 0.9em;
    background: none;
color: #cccbcb;
    margin-top: -0.6em;
}
}


.messagebox.notice {
#p-cactions li {
border-left-color: var(--messagebox-notice-border);
    background: none;
background-color: var(--body-light);
}
}


/* =====================
#p-cactions li.selected {
Template:Quote
    background: none;
===================== */
    border: 2px solid #5c3f2a;
}


/* Sourced from https://dev.fandom.com/wiki/MediaWiki:Global_Lua_Modules/Quote.css */
#p-cactions li.new {
/* #content added as a parent selector to the following in order to override default blockquote styles. */
    background-color: #e2e2e2;
}


blockquote {
#p-cactions li a {
line-height: 1.5em;
     background-color: #e2e2e2;
font-size: 1em;
     color: #7070FF;
color: #c7c7c7;
     background: var(--body-light);
    border: 1px solid #434242;
    border-left: 8px solid var(--messagebox-notice-border) !important;
     color: #ccc !important;
    display: flex;
    margin: 1em auto;
}
}


#content .pull-quote {
#p-cactions li.selected a {
     flex-wrap: wrap;
     background-color: #324f74;
    max-width: var(--pull-quote-max-width);
    font-size: 1em;
    line-height: 1.8;
    overflow: hidden;
}
}


#content .pull-quote__text {
/* Barra de Pesquisa */
     flex-basis: 100%;
#searchInput {
    position: relative;
     background-color: #ffffff;
    padding: 0 2em;
     border-color: #0645ad;
     hyphens: var(--pull-quote-hyphens);
    color: var(--pull-quote-text-color);
    font-size: inherit;
}
}


#content .pull-quote__text::before, #content .pull-quote__text::after {
#content {
     display: inline;
     color: var(--content-text);
    position: absolute;
     background-color: var(--content-bg) !important;
    font-size: 3em;
     border: none !important;
     font-family: var(--pull-quote-mark-font);
     box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
     font-weight: 700;
     color: var(--pull-quote-mark-color);
}
}


#content .pull-quote__text::before {
#simpleSearch {
     content: "“";
     position: relative;
     top: 0;
     height: 100%;
     left: 0;
     background-color: white;
    line-height: 1;
}
}


#content .pull-quote__text::after {
/* Menu */
    content: "”";
.vector-menu-tabs,
    bottom: 0;
.vector-menu-tabs a,
    right: 0.1em; /* avoid clipping to edge due to italics */
#mw-head .vector-menu-dropdown h3 {
     line-height: 0.2;
     background: none;
}
}


#content .pull-quote__text p:last-child {
.vector-menu-tabs li a {
     margin-bottom: 0;
    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;
}
}


/* render newline (\n) characters inside quote contents */
.vector-menu-tabs .selected {
#content .pull-quote__text p {
     font-weight: bold;
     white-space: pre-line;
     background: #ffffff;
}
     border: 1px #0645ad solid;
#content .pull-quote__line p {
     display: inline;
     white-space: pre-line;
}
}


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


#content .pull-quote__source cite {
.vector-menu-dropdown .vector-menu-content {
     display: inline;
     background-color: none;
     font-style: normal;
     list-style: none none;
     font-weight: bold;
    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;
}
}


#content .pull-quote__source::before {
/* Conteúdo */
     content: "—";  
.mw-body {
    margin-top: -1px;
    border: 1px solid #8d6e63;
     border-right-width: 1px;
}
}


#content .pull-quote--right, #content .pull-quote--left {
.mw-parser-output small li {
     border: 1px solid var(--pull-quote-frame-color);
     color: #000000;
    border-left: 0;
    border-right: 0;
    padding: 1em 0;
    text-align: justify;
}
}


#content .pull-quote--right {
.mw-parser-output tr i {
     float: right;
     color: #000000;
    margin: 1em 0 1em 2em;
}
}


#content .pull-quote--left {
.mw-parser-output tr big {
     float: left;
     color: #000000;
    margin: 1em 2em 1em 0;
}
}


/* ---------------------------------
.mw-parser-output .center .thumbcaption,
      [[Special:Preferences]]
.mw-parser-output .tright .thumbcaption {
  --------------------------------- */
     color: #000000;
#preferences .mw-htmlform-submit-buttons {
     background-color: var(--body-main);
    border-top-color: var(--body-border);
}
}


.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed,
/* Tabelas */
.mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
.jquery-tablesorter tr td {
     border-color: var(--body-border);
     background-color: #fcfcfc !important;
    color: #000000 !important;
}
}


.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td {
#mw-content-text .mw-parser-output .jquery-tablesorter {
     background-color: var(--body-light);
    transform: translatex(0px) translatey(0px);
     background-color: #fcfcfc;
    color: #000000 !important;
    border-color: #0645ad;
}
}


.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td {
/* Links */
     background-color: var(--body-mid);
#mw-normal-catlinks ul a,
#mw-normal-catlinks a,
#ca-delete a,
#ca-move a,
#ca-unprotect a {
     color: #0645ad !important;
}
}


.mw-prefs-tabs.mw-prefs-tabs-searching .oo-ui-tabPanelLayout.mw-prefs-search-matched > fieldset > legend {
#ca-delete a,
     background: var(--body-mid);
#ca-move a,
#ca-unprotect a {
     background-color: #ffffff !important;
    border-color: #0645ad;
    border-width: 0px;
}
}


.mw-prefs-search-highlight {
/* Rodapé */
    background: var(--body-mid) !important;
#footer-info-lastmod {
    outline-color: var(--body-mid) !important;
  display: none !important;
}
}


/* ---------------------------------
/* Outros */
      [[Special:RecentChanges]]
.mw-destfile-warning {
        [[Special:Watchlist]]
    border: 1px solid #8d6e63;
  --------------------------------- */
    padding: 0.5em 1em;
.mw-plusminus-pos {
    margin-bottom: 1em;
     color: var(--rc-positive-color);
     color: #f8f9fa;
    background-color: #0d1b2d;
}
}


.mw-plusminus-neg {
.mw-logline-protect {
     color: var(--rc-negative-color);
     color: #f8f9fa !important;
}
}


/* "Other review tools" box */
.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
.client-js .mw-recentchanges-toplinks:not(.mw-recentchanges-toplinks-collapsed) {
     margin-left: 12px;
     border-color: var(--body-border);
     color: white;
     background-color: var(--body-light);
    /*border-radius: 2px;*/
}
}


/* Filter box */
#msupload-div a {
.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title {
     color: #3366cc;
     color: var(--text-color);
    cursor: pointer;
    color: blue !important;
}
}


.mw-rcfilters-ui-filterTagMultiselectWidget-emptyFilters {
#msupload-bottom a {
     color: var(--byline-color);
    font-weight: bold;
    margin-right: 20px;
     color: black !important;
}
}


.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
#msupload-list .file {
     background-color: var(--ooui-interface);
     background: #8b929e;
     border-color: var(--ooui-interface-border);
     border-top: 1px solid #c8ccd1;
    margin: 0;
    padding: 10px;
    position: relative;
    color: black !important;
}
}


.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget {
.wikiEditor-ui-toolbar .booklet>.index {
     border-color: var(--ooui-interface-border);
     float: left;
    width: 20%;
    height: 125px;
    overflow: auto;
    resize: horizontal;
    color: black;
}
}


.mw-rcfilters-collapsed .mw-rcfilters-ui-filterTagMultiselectWidget {
.codeEditor-status-message {
     border-bottom-color: var(--ooui-interface-border);
     border-left: 1px solid #c8ccd1;
    border-right: 1px solid #c8ccd1;
    padding: 0 0.3em;
    width: 100%;
    display: table-cell;
    color: black !important;
}
}


.mw-rcfilters-ui-menuSelectWidget-footer {
.wikiEditor-ui-toolbar .tabs span.tab a {
     background-color: var(--ooui-interface);
     color: #000000 !important;
     border-color: var(--ooui-interface-border);
    cursor: pointer;
    display: block;
    height: 32px;
    padding-left: 18px;
     padding-right: 12px;
}
}


.mw-rcfilters-ui-viewSwitchWidget label.oo-ui-labelWidget {
.wikiEditor-ui-toolbar .group .tool-select .label {
     color: var(--byline-color);
     position: relative;
    padding: 0 26px 0 4px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    color: #222 !important;
}
}


.mw-rcfilters-ui-tagItemWidget-popup-content {
.wikiEditor-ui-toolbar .group .tool-select .options .option {
     color: var(--ooui-text);
    display: block;
    padding: 0.5em;
    text-decoration: none;
     color: #000 !important;
    white-space: nowrap;
}
}


.mw-changeslist-legend,
div.mw-number-text {
.mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
     color: #888 !important;
background-color: var(--body-light);
     border-color: var(--body-border);
}
}


.mw-rcfilters-ui-changesListWrapperWidget-previousChangesIndicator {
div.mw-number-text h3 {
     border-color: var(--sidebar);
     color: #c1c1c1 !important;
}
}


.client-js .mw-changeslist ul,
/* Tooltip */
.client-js .mw-changeslist table.mw-enhanced-rc {
.tip2 {
     /*margin-left: 0;*/
    background-color: #F2F2F2;
    border-radius: 2px;
    box-shadow: 0 0 6px #B2B2B2;
    display: none;
    position: absolute;
    padding: 10px;
     z-index: 1;
}
}


.mw-rcfilters-ui-watchlistTopSectionWidget-separator {
.tooltip {
     border-color: var(--sidebar);
     position: relative;
}
}


.mw-rcfilters-ui-itemMenuOptionWidget-header {
#tip-espaco {
     border-bottom-color: var(--ooui-interface);
     margin-left: 10px;
    background-color: var(--ooui-interface-border);
}
}


.mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk) {
#youtube {
     border-bottom-color: var(--ooui-normal-border);
     margin-left: -155px;
}
}


.mw-rcfilters-ui-itemMenuOptionWidget-label-title,
.tooltip,
.mw-rcfilters-ui-itemMenuOptionWidget-label-desc {
.tooltip:hover+.tip2,
     color: var(--text-color);
.tip2:hover {
     display: inline;
}
}


.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) {
/* tira o toggle do indice, ocultar/exibir */
     background-color: var(--body-main);
#toc .toctogglelabel {
     display: none !important;
}
}


.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted .mw-rcfilters-ui-itemMenuOptionWidget-label-title,
span.toctogglespan {
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted .mw-rcfilters-ui-itemMenuOptionWidget-label-desc {
     display: none !important;
     color: var(--subtle-color);
}
}


.mw-rcfilters-ui-filterMenuSectionOptionWidget {
/*  WIKITABLE */
     background-color: var(--body-mid);
table.wikitablec,
table.prettytable {
    margin: 1em 1em 1em 0;
     background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
}


.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label {
table.wikitablecenter,
     color: var(--ooui-text);
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
     border: 1px #aaa solid;
    border-collapse: collapse;
}
}


.mw-rcfilters-ui-filterMenuHeaderWidget-title {
table.wikitablec th,
     color: var(--ooui-text);
table.wikitablec td,
table.prettytable th,
table.prettytable td {
     border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}
}


.mw-rcfilters-ui-filterMenuHeaderWidget-header {
table.wikitablec th,
     border-bottom-color: var(--ooui-interface-border);
table.prettytable th {
     background-color: var(--ooui-interface);
     background: #f2f2f2;
     text-align: center;
}
}


.mw-rcfilters-ui-itemMenuOptionWidget-view-namespaces {
table.wikitablec caption,
     border-top-color: var(--ooui-interface-border);
table.prettytable caption {
     margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
}


.mw-rcfilters-ui-datePopupWidget {
table.prettytablec code,
     border-color: var(--ooui-interface-border);
table.wikitablec code {
     background-color: transparent;
}
}


.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title {
table.wikitablew-tr th,
     color: var(--byline-color);
table.wikitablew-tr td {
     padding: 0.3em 0.4em;
}
}


.mw-rcfilters-ui-savedLinksListItemWidget-label {
table.wikitablecenter th,
     color: var(--ooui-accent);
table.wikitablecenter td,
table.prettytable th,
table.prettytable td {
     border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}
}


.client-js .mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget-highlighted ul,
table.wikitablecenter th,
.client-js .mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget-highlighted table.mw-enhanced-rc {
table.prettytable th {
     /*margin-left: 1.5em;*/
     background: #f2f2f2;
    text-align: center;
}
}


.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1,
table.wikitablecenter caption,
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1 tr:first-child,
table.prettytable caption {
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
    margin-left: inherit;
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
    margin-right: inherit;
background-color: var(--rc-highlight-c1); /* blue */
    font-weight: bold;
}
}


.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2,
table.prettytablecenter code,
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2 tr:first-child,
table.wikitablecenter code {
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
    background-color: transparent;
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: var(--rc-highlight-c2); /* green */
}
}


.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3,
table.elements {}
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3 tr:first-child,
 
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
table.elements th,
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
table.elements td {
background-color: var(--rc-highlight-c3); /* yellow */
    padding: 0.5em;
}
}


.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4,
td.effective {
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4 tr:first-child,
    background-color: #BFFFBF;
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: var(--rc-highlight-c4); /* orange */
}
}


.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c5,
td.ineffective {
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5 tr:first-child,
    background-color: #FFBF7F;
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: var(--rc-highlight-c5); /* red */
}
}


.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey td:not(:nth-child(-n+2)) {
td.nullified {
background-color: var(--rc-highlight-grey); /* grey */
    background-color: #FFBFBF;
}
}


/* Active users list */
/*   Wikitable White */
.oo-ui-tagMultiselectWidget-handle,
table.wikitablew,
.oo-ui-tagMultiselectWidget-handle:hover,
table.prettytable,
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover {
table.wikitablew-tr {
     border-color: var(--body-border) !important;
    margin: 1em 0;
    background: #f9f9f9;
    border: 2px #fff solid;
     border-collapse: collapse;
}
}


.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
table.wikitablewhite,
outline: none !important;
table.prettytable {
box-shadow: none !important;
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 2px #fff solid;
    border-collapse: collapse;
}
}


.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-tagMultiselectWidget-focus.oo-ui-tagMultiselectWidget-handle {
/*  Wikitable White */
border-color: var(--link-color) !important;
table.wikitablenb,
border-width: 2px;
table.prettytable,
table.wikitablenb-tr {
    margin: 1em 0;
    background: #f9f9f9;
    border: none;
    border-opacity: 0.5;
    border-collapse: collapse;
}
}


.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input {
.wikitablenb border: opacity {
color: var(--ooui-text);
    opacity: 0.5;
}
}


/* ---------------------------------
table.wikitablenoborder,
    [[Special:CreateAccount]]
table.prettytable {
      [[Special:UserLogin]]
    margin-left: auto;
  --------------------------------- */
    margin-right: auto;
/*.page-Special_CreateAccount .mw-ui-container,*/
    background: #f9f9f9;
/*.page-Special_UserLogin .mw-ui-container {*/
    border: 2px #e9e8e8 solid;
/*    max-width: 64rem;*/
    border-collapse: collapse;
/*    margin: 0 auto;*/
}
/*}*/


.mw-number-text {
/* HOVER DA TABELA*/
     color: var(--byline-color);
.wikitablew td: hover {
     background: #e9e8e8;
}
}


.mw-body-content .mw-number-text h3 {
.wikitablew-tr tr: hover {
     color: var(--text-color);
     background: #e9e8e8;
}
}


/* ---------------------------
.wikitablenb border: hover {
      [[Special:Search]]
     color: #e9e8e8;
  --------------------------- */
#mw-indicator-mw-helplink a {
     background: none;
    padding: 0;
    display: flex;
    align-items: center;
}
}


#mw-indicator-mw-helplink a::before {
table.wikitablew th,
    content: '';
table.wikitablew td,
    margin-right: 5px;
table.prettytable th,
    -webkit-mask: url("/resources/src/mediawiki.helplink/images/helpNotice.svg?46d34") no-repeat 50% 50% / contain;
table.prettytable td,
    mask: url("/resources/src/mediawiki.helplink/images/helpNotice.svg?46d34") no-repeat 50% 50% / contain;
table.wikitablew-tr th,
     background: var(--text-color);
table.wikitablew-tr td {
     height: 20px;
     border: 2px #fff solid;
    width: 20px;
     padding: 0.3em 0.4em;
}
}


.results-info {
table.wikitablew th,
     color: inherit;
table.prettytable th,
table.wikitablew-tr th {
     background: #eaecf0;
}
}


.mw-search-profile-tabs {
table.wikitablew caption,
     background-color: var(--body-mid);
table.prettytable caption,
     border-color: transparent;
table.wikitablew-tr caption {
     margin-left: inherit;
    margin-right: inherit;
     font-weight: bold;
}
}


.search-types .current a {
table.prettytablec code,
     color: inherit;
table.prettytable code,
table.wikitablew-tr code {
     background-color: transparent;
}
}


#mw-searchoptions {
table.wikitablewhite th,
     background-color: var(--body-mid);
table.wikitablewhite td,
     border-color: transparent;
table.prettytable th,
table.prettytable td {
    border: 2px #fff solid;
     padding: 0.2em;
     text-align: center;
}
}


#mw-searchoptions .divider {
table.wikitablewhite th,
     border-color: var(--body-border);
table.prettytable th,
}
table.wikitablew-tr th {
 
     background: #eaecf0;
#mw-searchoptions h4 {
    text-align: center;
     font-family: inherit;
    border-right: 1px #fff solid;
     padding: 0.3em 0.4em;
}
}


#mw-searchoptions .oo-ui-labelElement:nth-of-type(odd) {
table.wikitablewhite caption,
table.prettytable caption,
table.wikitablew-tr caption {
    margin-left: inherit;
    margin-right: inherit;
     font-weight: bold;
     font-weight: bold;
    text-align: center;
}
}


.searchresult {
table.prettytablecenter code,
     line-height: 1.5;
table.wikitablewhite code,
table.wikitablew-tr code {
     background-color: #000;
}
}


.searchalttitle,
table.elements {}
#mw-search-interwiki li {
    font-size: 90%;
}


.mw-search-result-data {
table.elements th,
     color: var(--byline-color);
table.elements td {
     padding: 0.5em;
}
}


.searchResultImage .searchResultImage-thumbnail img {
td.effective {
     border-color: var(--body-border);
     background-color: #BFFFBF;
}
}


/* -----------------------------
td.ineffective {
      [[Special:Listfiles]]
     background-color: #FFBF7F;
  ----------------------------- */
.page-Special_ListFiles a.mw-file-description img {
     width: inherit;
    height: inherit;
}
}


.page-Special_ListFiles .TablePager_col_thumb {
td.nullified {
     text-align: center;
     background-color: #FFBFBF;
}
}


.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup .mw-echo-ui-placeholderItemWidget {
/**********************************
    background-color: inherit;
wiki.gla.com.br/index.php/Predefini%C3%A7%C3%A3o:Img
}


table.mw-interwikitable.body td.mw-interwikitable-local-yes {
predefinição:img | deixa as imagens responsivas pro mobile
     background-color: var(--table-yes-background);
**********************************/
     color: var(--table-yes-color);
.responsive-image {
     max-width: 100%;
    display: block;
    margin: 0 auto;
     overflow: hidden;
}
}


.mw-protectedpages-unknown {
.custom-image {
     color: var(--byline-color);
     width: 100%;
    max-width: 800px;
    height: auto;
}
}


.watchlistredir,
.responsive-image[style*="text-align:left"] {
.allpagesredirect {
    margin: 0;
     font-style: italic;
     text-align: left;
}
}


.allpagesredirect:after {
.responsive-image[style*="text-align:right"] {
     color: var(--byline-color);
     margin: 0;
     content: " (redirect)";
     text-align: right;
}
}


.mw-apisandbox-toolbar {
.responsive-image[style*="text-align:center"] {
     background: var(--body-main);
     text-align: center;
}
}


.oo-ui-menuOptionWidget .mw-apisandbox-flag {
    color: var(--byline-color);
}


tr.mw-abusefilter-list-disabled,
/* ---------------------------------------------------------------------------------------------------------------- */
tr.mw-abusefilter-list-disabled td {
    color: var(--byline-color);
}


table.mw-abuselog-details {
/* Estilos CSS para o componente de abas MediaWiki */
    background: var(--wikitable-bg);
/* Adicione este CSS na sua MediaWiki (Common.css ou página de estilos) */
    border-color: var(--wikitable-border);
}


table.mw-abuselog-details th {
/* Container principal responsivo */
     background: var(--wikitable-header-bg);
.mw-tabber-container {
     width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid #a7d7f9;
    border-radius: 4px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
}


table.mw-abuselog-details th,
/* Container das abas */
table.mw-abuselog-details td {
.mw-tabber-tabs {
     border-color: var(--wikitable-border);
    display: flex;
    flex-wrap: wrap;
    background-color: #eaecf0;
     border-bottom: 2px solid #a7d7f9;
    padding: 0;
    margin: 0;
    list-style: none;
}
}


.mw-abusefilter-log-hidden-entry {
/* Estilo individual de cada aba */
     color: var(--subtle-color);
.mw-tabber-tab {
    flex: 1 1 auto;
    min-width: 100px;
    padding: 12px 20px;
    cursor: pointer;
    background-color: #eaecf0;
     border: none;
    border-right: 1px solid #c8ccd1;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #0645ad;
    transition: all 0.2s ease;
    user-select: none;
    position: relative;
}
}


body td.mw-abusefilter-history-changed {
.mw-tabber-tab:last-child {
     background: var(--table-no-background);
     border-right: none;
}
}


div.mw-abusefilter-editor,
/* Hover nas abas */
#mw-abusefilter-warn-preview,
.mw-tabber-tab:hover {
#mw-abusefilter-disallow-preview {
    background-color: #f8f9fa;
     border-color: var(--ooui-input-border);
     color: #0b0080;
}
}


.mw-destfile-warning {
/* Aba ativa */
     border-color: var(--warningbox-border);
.mw-tabber-tab.active {
     color: var(--text-color);
     background-color: #ffffff;
     background-color: var(--warningbox-bg);
     color: #0645ad;
    border-bottom: 3px solid #0645ad;
     font-weight: 600;
}
}


/* ------------------------
/* Container do conteúdo */
      SimpleBatchUpload
.mw-tabber-content {
  ------------------------*/
     padding: 20px;
span.fileinput-button {
     background-color: #ffffff;
     background-color: var(--ooui-normal);
     min-height: 200px;
     border-color: var(--ooui-normal-border);
     color: var(--ooui-text);
}
}


ul.fileupload-results li.ful-success {
/* Painel de conteúdo individual */
     background-color: var(--successbox-bg);
.mw-tabber-panel {
     display: none;
    animation: fadeIn 0.3s ease;
}
}


ul.fileupload-results li.ful-success a {
.mw-tabber-panel.active {
     color: var(--link-color);
     display: block;
}
}


ul.fileupload-results li.ful-error {
/* Animação de fade in */
     background-color: var(--errorbox-bg);
@keyframes fadeIn {
     from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
}


/* sitenotice */
/* Responsividade para tablets */
#siteNotice {
@media (max-width: 768px) {
     text-align: center;
     .mw-tabber-tabs {
}
        flex-direction: column;
    }


#siteNotice ul {
    .mw-tabber-tab {
    list-style: none;
        border-right: none;
}
        border-bottom: 1px solid #c8ccd1;
        width: 100%;
    }


.sitedir-ltr .mw-dismissable-notice-body {
    .mw-tabber-tab.active {
    margin: 0;
        border-bottom: 3px solid #0645ad;
}
        border-right: none;
    }


.sitedir-ltr .mw-dismissable-notice-close {
    .mw-tabber-content {
    float: none;
        padding: 15px;
     text-align: right;
     }
}
}


.mw-dismissable-notice-close-parent {
/* Responsividade para mobile */
    min-height: 1em;
@media (max-width: 480px) {
}
    .mw-tabber-tab {
        padding: 10px 15px;
        font-size: 13px;
    }


#filetoc {
     .mw-tabber-content {
    border-radius: 2px;
        padding: 12px;
    background: var(--body-mid);
         min-height: 150px;
    border-color: transparent;
     }
    margin: 0.5em auto;
    text-align: center;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
 
li.gallerybox div.thumb {
    border: none;
    background-color: var(--thumb-bg);
}
 
.list-header {
    background-color: var(--body-mid);
    color: inherit;
}
 
/* Source editor w/o syntaxhighlight; also applies to mobile in case JS is turned off */
.editOptions {
    color: var(--text-color);
    background-color: var(--sourceeditor-background-secondary);
    border-color: var(--sourceeditor-border);
}
 
/* "updated since your last visit" notice when checking watchlisted page history */
.updatedmarker {
    background-color: #c3e8a3;/* TODO Color */
    color: #162e02;/* TODO Color */
}
 
/******************************************/
/*      CodeMirror editor settings        */
/******************************************/
/* CodeMirror is the normal wikitext editor on mobile and desktop */
.CodeMirror {
  background: var(--body-main);
  color: var(--text-color);
}
.CodeMirror pre {
  color: var(--text-color);
}
.codeEditor-status {
  border-color: var(--body-main);
  background-color: var(--body-light);
}
.codeEditor-status-message {
  border-color: var(--body-main);
}
.CodeMirror-gutters {
  background-color: var(--body-light);
  border-color: var(--body-main);
}
.CodeMirror-linenumber {
  color: var(--text-color);
}
 
.ve-init-mw-desktopArticleTarget .CodeMirror-linenumber {
    color: var(--byline-color);
}
 
/* Editor Color Settings */
.cm-mw-template-ext-link-ground.cm-mw-template-bracket,
.cm-mw-template-ext-link-ground.cm-mw-template-name,
.cm-mw-template-ext-link-ground.cm-mw-template-delimiter,
.cm-mw-template-ext-link-ground.cm-mw-template,
.cm-mw-template-ext2-link-ground.cm-mw-template-bracket,
.cm-mw-template-ext2-link-ground.cm-mw-template-name,
.cm-mw-template-ext2-link-ground.cm-mw-template-delimiter,
.cm-mw-template-ext2-link-ground.cm-mw-template,
.cm-mw-template-ext3-link-ground.cm-mw-template-bracket,
.cm-mw-template-ext3-link-ground.cm-mw-template-name,
.cm-mw-template-ext3-link-ground.cm-mw-template-delimiter,
.cm-mw-template-ext3-link-ground.cm-mw-template,
.cm-mw-template-link-ground.cm-mw-template-bracket,
.cm-mw-template-link-ground.cm-mw-template-name,
.cm-mw-template-link-ground.cm-mw-template-delimiter,
.cm-mw-template-link-ground.cm-mw-template,
.cm-mw-template-ext-ground.cm-mw-template-bracket,
.cm-mw-template-ext-ground.cm-mw-template-name,
.cm-mw-template-ext-ground.cm-mw-template-delimiter,
.cm-mw-template-ext-ground.cm-mw-template,
.cm-mw-template-ext2-ground.cm-mw-template-bracket,
.cm-mw-template-ext2-ground.cm-mw-template-name,
.cm-mw-template-ext2-ground.cm-mw-template-delimiter,
.cm-mw-template-ext2-ground.cm-mw-template,
.cm-mw-template-ext3-ground.cm-mw-template-bracket,
.cm-mw-template-ext3-ground.cm-mw-template-name,
.cm-mw-template-ext3-ground.cm-mw-template-delimiter,
.cm-mw-template-ext3-ground.cm-mw-template,
.cm-mw-template-ground.cm-mw-template-bracket,
.cm-mw-template-ground.cm-mw-template-name,
.cm-mw-template-ground.cm-mw-template-delimiter,
.cm-mw-template-ground.cm-mw-template {
color: #68e87b;
}
.cm-mw-template2-ext-link-ground.cm-mw-template-bracket,
.cm-mw-template2-ext-link-ground.cm-mw-template-name,
.cm-mw-template2-ext-link-ground.cm-mw-template-delimiter,
.cm-mw-template2-ext-link-ground.cm-mw-template,
.cm-mw-template2-ext2-link-ground.cm-mw-template-bracket,
.cm-mw-template2-ext2-link-ground.cm-mw-template-name,
.cm-mw-template2-ext2-link-ground.cm-mw-template-delimiter,
.cm-mw-template2-ext2-link-ground.cm-mw-template,
.cm-mw-template2-ext3-link-ground.cm-mw-template-bracket,
.cm-mw-template2-ext3-link-ground.cm-mw-template-name,
.cm-mw-template2-ext3-link-ground.cm-mw-template-delimiter,
.cm-mw-template2-ext3-link-ground.cm-mw-template,
.cm-mw-template2-link-ground.cm-mw-template-bracket,
.cm-mw-template2-link-ground.cm-mw-template-name,
.cm-mw-template2-link-ground.cm-mw-template-delimiter,
.cm-mw-template2-link-ground.cm-mw-template,
.cm-mw-template2-ext-ground.cm-mw-template-bracket,
.cm-mw-template2-ext-ground.cm-mw-template-name,
.cm-mw-template2-ext-ground.cm-mw-template-delimiter,
.cm-mw-template2-ext-ground.cm-mw-template,
.cm-mw-template2-ext2-ground.cm-mw-template-bracket,
.cm-mw-template2-ext2-ground.cm-mw-template-name,
.cm-mw-template2-ext2-ground.cm-mw-template-delimiter,
.cm-mw-template2-ext2-ground.cm-mw-template,
.cm-mw-template2-ext3-ground.cm-mw-template-bracket,
.cm-mw-template2-ext3-ground.cm-mw-template-name,
.cm-mw-template2-ext3-ground.cm-mw-template-delimiter,
.cm-mw-template2-ext3-ground.cm-mw-template,
.cm-mw-template2-ground.cm-mw-template-bracket,
.cm-mw-template2-ground.cm-mw-template-name,
.cm-mw-template2-ground.cm-mw-template-delimiter,
.cm-mw-template2-ground.cm-mw-template {
color: #34c576;
}
.cm-mw-template3-ext-link-ground.cm-mw-template-bracket,
.cm-mw-template3-ext-link-ground.cm-mw-template-name,
.cm-mw-template3-ext-link-ground.cm-mw-template-delimiter,
.cm-mw-template3-ext-link-ground.cm-mw-template,
.cm-mw-template3-ext2-link-ground.cm-mw-template-bracket,
.cm-mw-template3-ext2-link-ground.cm-mw-template-name,
.cm-mw-template3-ext2-link-ground.cm-mw-template-delimiter,
.cm-mw-template3-ext2-link-ground.cm-mw-template,
.cm-mw-template3-ext3-link-ground.cm-mw-template-bracket,
.cm-mw-template3-ext3-link-ground.cm-mw-template-name,
.cm-mw-template3-ext3-link-ground.cm-mw-template-delimiter,
.cm-mw-template3-ext3-link-ground.cm-mw-template,
.cm-mw-template3-link-ground.cm-mw-template-bracket,
.cm-mw-template3-link-ground.cm-mw-template-name,
.cm-mw-template3-link-ground.cm-mw-template-delimiter,
.cm-mw-template3-link-ground.cm-mw-template,
.cm-mw-template3-ext-ground.cm-mw-template-bracket,
.cm-mw-template3-ext-ground.cm-mw-template-name,
.cm-mw-template3-ext-ground.cm-mw-template-delimiter,
.cm-mw-template3-ext-ground.cm-mw-template,
.cm-mw-template3-ext2-ground.cm-mw-template-bracket,
.cm-mw-template3-ext2-ground.cm-mw-template-name,
.cm-mw-template3-ext2-ground.cm-mw-template-delimiter,
.cm-mw-template3-ext2-ground.cm-mw-template,
.cm-mw-template3-ext3-ground.cm-mw-template-bracket,
.cm-mw-template3-ext3-ground.cm-mw-template-name,
.cm-mw-template3-ext3-ground.cm-mw-template-delimiter,
.cm-mw-template3-ext3-ground.cm-mw-template,
.cm-mw-template3-ground.cm-mw-template-bracket,
.cm-mw-template3-ground.cm-mw-template-name,
.cm-mw-template3-ground.cm-mw-template-delimiter,
.cm-mw-template3-ground.cm-mw-template {
color: #248f5d;
}
.CodeMirror-line .cm-mw-template-argument-name {
color: #c1cc8e;
}
.CodeMirror-line .cm-mw-templatevariable-bracket,
.CodeMirror-line .cm-mw-templatevariable-name,
.CodeMirror-line .cm-mw-templatevariable-delimiter,
.CodeMirror-line .cm-mw-templatevariable {
color: #ea7b5d;
}
.CodeMirror-line .cm-mw-extlink-bracket,
.CodeMirror-line .cm-mw-link-bracket,
.CodeMirror-line .cm-mw-link-delimiter {
color: #cd9937;
}
.CodeMirror-line .cm-mw-extlink-protocol,
.CodeMirror-line .cm-mw-extlink,
.CodeMirror-line .cm-mw-free-extlink-protocol,
.CodeMirror-line .cm-mw-free-extlink,
.CodeMirror-line .cm-mw-link-pagename,
.CodeMirror-line .cm-mw-link,
.CodeMirror-line .cm-mw-link-tosection {
color: #c1b090;
}
.CodeMirror-line .cm-mw-extlink-text,
.CodeMirror-line .cm-mw-link-text {
color: #938976;
}
.CodeMirror-line .cm-mw-parserfunction-bracket,
.CodeMirror-line .cm-mw-parserfunction-name,
.CodeMirror-line .cm-mw-parserfunction-delimiter {
color: #9765b3;
}
.CodeMirror-line .cm-mw-htmltag-bracket,
.CodeMirror-line .cm-mw-htmltag-name,
.CodeMirror-line .cm-mw-exttag-bracket,
.CodeMirror-line .cm-mw-exttag-name {
color: #358db6;
}
.CodeMirror-line .cm-mw-htmltag-attribute,
.CodeMirror-line .cm-mw-exttag-attribute {
color: #0ba7ef;
}
.CodeMirror-line .cm-mw-mnemonic {
color: #1c4ca6;
}
.CodeMirror-line .cm-mw-comment {
color: #84a0a0;
}
.CodeMirror-line .cm-mw-apostrophes-bold,
.CodeMirror-line .cm-mw-apostrophes-italic,
.CodeMirror-line .cm-mw-section-header,
.CodeMirror-line .cm-mw-hr,
.CodeMirror-line .cm-mw-signature,
.CodeMirror-line .cm-mw-list,
.CodeMirror-line .cm-mw-indenting,
.CodeMirror-line .cm-mw-doubleUnderscore {
color: #0088ff;
}
.CodeMirror-line .cm-mw-table-bracket,
.CodeMirror-line .cm-mw-table-definition,
.CodeMirror-line .cm-mw-table-delimiter {
color: #c764ce;
}
 
.CodeMirror-selected {
    background-color: rgba(140, 171, 230, 0.1);
}
 
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
     background-color: rgba(140, 171, 230, 0.2);
}
 
.CodeMirror-line .cm-mw-matchingbracket {
background-color: var(--body-border);
}
 
/* =============================
          Source editor
  ============================== */
.wikiEditor-ui .wikiEditor-ui-view,
.wikiEditor-ui .wikiEditor-ui-top {
    border-color: var(--sourceeditor-border);
}
 
.wikiEditor-ui-toolbar {
    background-color: var(--sourceeditor-background);
}
 
.wikiEditor-ui-toolbar .tabs span.tab > a,
.wikiEditor-ui-toolbar .tabs span.tab > a:visited {
    color: var(--link-color);
}
 
.wikiEditor-ui-toolbar .tabs span.tab a.current,
.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
    color: var(--text-colour);
}
 
.wikiEditor-ui-toolbar .group,
.wikiEditor-ui-toolbar .section-secondary .group {
    border-color: var(--sourceeditor-border);
}
 
.wikiEditor-ui-toolbar .group .tool-select {
    background-color: var(--sourceeditor-background);
    border-color: var(--sourceeditor-border);
}
 
.wikiEditor-ui-toolbar .group .tool-select .options {
    border-color: var(--sourceeditor-border);
    background-color: var(--body-main);
}
 
.wikiEditor-ui-toolbar .group .tool-select .options .option {
    color: var(--link-color);
}
 
.wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover {
    background-color: var(--ooui-normal--hover);
}
 
.wikiEditor-ui-toolbar .group-search {
    border-left-color: var(--body-mid);
}
 
.wikiEditor-ui-toolbar .page-table td {
    border-color: var(--body-mid);
    color: var(--text-color);
}
 
.wikiEditor-ui-toolbar .page-table th {
    color: var(--text-color);
}
 
.wikiEditor-ui-toolbar .sections .section {
    border-color: var(--body-mid);
}
 
.wikiEditor-ui-toolbar .sections .toolbar .group > .label {
    color: var(--text-color);
}
 
.wikiEditor-ui-toolbar .sections .toolbar .tool > .label {
    color: var(--text-color);
}
 
.wikiEditor-ui-toolbar .booklet > .index > :hover {
    background-color: var(--body-mid);
    color: var(--text-color);
}
 
.wikiEditor-ui-toolbar .booklet .index > .current {
    background-color: var(--body-mid);
    color: var(--link-color);
}
 
.wikiEditor-ui-toolbar .page-characters div span {
    border-color: var(--body-mid);
    color: var(--text-color);
}
 
.wikiEditor-ui-toolbar .page-characters div span:hover {
    border-color: var(--body-dark);
    background-color: transparent;
}
 
.wikiEditor-ui-toolbar .tabs span.tab a:before,
.wikiEditor-ui-toolbar .group .tool-select .label:after {
    background: var(--text-color);
    -webkit-mask: var(--arrow-down) center no-repeat;
    mask: var(--arrow-down) center no-repeat;
}
 
.ext-WikiEditor-ResizingDragBar,
.ext-WikiEditor-ResizingDragBar-ew {
    background-color: var(--sourceeditor-background-secondary);
}
 
.ext-WikiEditor-ResizingDragBar-ns {
    border-color: var(--sourceeditor-border);
}
 
.ext-WikiEditor-ResizingDragBar span {
    background-color: var(--byline-color);
}
 
.ext-WikiEditor-ResizingDragBar span:hover {
    background-color: var(--text-color);
}
 
.ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane1,
.ext-WikiEditor-twopanes-TwoPaneLayout .ext-WikiEditor-twopanes-pane2 {
    border-color: var(--sourceeditor-border);
}
 
.ext-WikiEditor-realtimepreview-loadingbar div {
    background-color: var(--ooui-accent);
}
 
.ext-WikiEditor-realtimepreview-button:hover {
    background-color: var(--ooui-normal--hover);
}
 
.ext-WikiEditor-realtimepreview-button.oo-ui-toggleWidget-on .oo-ui-labelElement-label {
    color: var(--ooui-accent);
}
 
/* --------------------------
          ACE EDITOR
  -------------------------- */
.ace-tm {
    background-color: var(--sourceeditor-input-background);
    color: var(--text-color);
}
 
.ace-tm .ace_gutter {
    background: var(--body-mid);
    color: var(--text-color);
}
 
.ace-tm .ace_gutter-cell {
    color: var(--text-color);
}
 
.ace-tm .ace_gutter-active-line {
    background-color: var(--body-light);
}
 
.ace_search {
    background-color: var(--body-light);
    color: var(--text-color);
    border-color: var(--body-mid);
}
 
.ace_search_field {
    background-color: var(--ooui-input);
    color: var(--ooui-text);
    border-color: var(--ooui-input-border);
}
 
.ace_searchbtn {
    border-color: var(--ooui-normal-border);
    background-color: var(--ooui-normal);
    color: var(--ooui-text);
}
 
.ace_searchbtn:last-child {
    border-color: var(--ooui-normal-border);
}
 
.ace_searchbtn:hover {
    background-color: var(--ooui-normal--hover);
}
 
.ace_searchbtn.prev:after,
.ace_searchbtn.next:after {
    border-color: var(--ooui-text);
}
 
.ace_button {
    color: var(--text-color);
}
 
.ace_button:hover {
    background-color: rgba(0, 23, 70, 0.086);/* TODO Color */
}
 
.ace_button:active {
    background-color: rgba(0, 23, 70, 0.06);/* TODO Color */
}
 
.ace_button.checked {
    border-color: var(--ooui-accent);
}
 
/* Thumbnails */
figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"] {
  border: 1px solid var(--body-border) !important;
  border-bottom: none !important;
}
 
figure[typeof~="mw:File/Thumb"] > figcaption, figure[typeof~="mw:File/Frame"] > figcaption {
  border: 1px solid var(--body-border) !important;
  background: var(--thumb-caption-bg);
}
 
figure[typeof~="mw:File/Thumb"] > :not(figcaption) .mw-file-element, figure[typeof~="mw:File/Frame"] > :not(figcaption) .mw-file-element, .thumbimage {
  background: var(--thumb-bg);
}
 
/** Main page */
 
.page-Vampire_Survivors_Wiki #firstHeading {
display: none;
}
 
.mainpage-intro {
text-align: center;
font-size: 1.25em;
margin: 1em 0;
}
 
.mainpage-row {
display: flex;
gap: 1em;
flex-wrap: wrap;
}
 
.mainpage-box {
background: #1c1b1b;
padding: 1em;
border: 2px solid #212121;
margin-bottom: 1em;
}
 
.mainpage-box h2 {
margin: 0;
border: 0;
color: var(--heading-color);
text-transform: uppercase;
font-weight: 600;
}
 
.mainpage-game-platforms img:hover {
  transform: scale(1.1);
  transition: .1s;
}
 
.mainpage-box.mainpage-characters img:hover,
.mainpage-box.mainpage-weapons img:hover {
  transform: scale(1.1);
  transition: .2s;
}
 
.mainpage-game-platforms {
display: flex;
filter: drop-shadow(0 0 0.35em black);
}
 
.mainpage-game-platforms a {
padding: 0.5em;
width: auto;
display: inline-block;
border-radius: 5px;
}
 
.mainpage-game {
background: linear-gradient(0deg, rgba(92, 3, 3, 0.55), rgba(13, 13, 13, 0.8)), url('filepath://Main_page_tile_background.png');
background-size: cover;
background-position: center;
text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}
 
.mainpage-col {
flex-grow: 1;
}
 
.mainpage-row .mainpage-col:first-child {
flex-basis: 60%;
}
 
.mainpage-row .mainpage-col:last-child {
flex-basis: 30%;
}
 
.mainpage-game-sublists {
display: grid;
gap: 1em;
grid-template-columns: 1fr 1fr;
}
 
.mainpage-characters,
.mainpage-weapons {
padding: 0;
}
 
.mainpage-characters h2, .mainpage-characters h5,
.mainpage-weapons h2, .mainpage-weapons h5 {
padding: 0.5em 1rem;
}
 
.mainpage-characters h5,
.mainpage-weapons h5 {
background: #242424;
}
 
.mainpage-characters > p,
.mainpage-weapons > p {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 0 1em;
gap: 5px;
}
 
.mainpage-dlc > div {
display: flex;
justify-content: center;
margin-top: .5em;
flex-wrap: wrap;
flex-direction: column;
}
 
.mainpage-dlc-box > a {
background: #1c1b1b;
margin: 0.25em 0em;
padding: 0.5em 1em;
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
background-size: cover;
background-position: center;
display: flex;
align-items: center;
height: 60px;
font-weight: 600;
justify-content: space-between;
text-decoration: none;
text-shadow: 1px 1px 8px rgb(0, 0, 0);
font-family: 'Courier New', Courier, monospace;
}
 
.mainpage-dlc-box > a::after {
content: '';
width: 40px;
height: 40px;
display: block;
position: relative;
background-size: cover;
}
 
.mainpage-dlc-box.dlc-moonspell > a {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Moonspell_promo_art.jpg?width=500px');
}
 
.mainpage-dlc-box.dlc-moonspell > a::after {
background-image: url('filepath://Sprite-Miang.png');
}
 
.mainpage-dlc-box.dlc-foscari > a {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Foscari_promo_art.jpg?width=500px');
}
 
.mainpage-dlc-box.dlc-foscari > a::after {
background-image: url('filepath://Sprite-Luminaire-C.png');
}
 
.mainpage-dlc-box.dlc-amongus > a {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Emergency_Meeting_promo_art.jpg?width=500px');
}
 
.mainpage-dlc-box.dlc-amongus > a::after {
background-image: url('filepath://Sprite-Crewmate.png');
}
 
.mainpage-dlc-box.dlc-guns > a {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Guns_promo_art.jpg?width=500px');
}
 
.mainpage-dlc-box.dlc-guns > a::after {
background-image: url('filepath://Sprite-Bill.png');
}
 
.mainpage-dlc-box.dlc-castlevania > a {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Castlevania_promo_art.jpg?width=500px');
}
 
.mainpage-dlc-box.dlc-castlevania > a::after {
background-image: url('filepath://Sprite-Juste.png');
}
 
.mainpage-dlc-box.dlc-moonspell > a:hover {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Moonspell_promo_art.jpg?width=500px');
}
 
.mainpage-dlc-box.dlc-foscari > a:hover {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Foscari_promo_art.jpg?width=500px');
}
 
.mainpage-dlc-box.dlc-amongus > a:hover {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Emergency_Meeting_promo_art.jpg?width=500px');
}
 
.mainpage-dlc-box.dlc-guns > a:hover {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Guns_promo_art.jpg?width=500px');
}
 
.mainpage-dlc-box.dlc-castlevania > a:hover {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Castlevania_promo_art.jpg?width=500px');
}
 
.mainpage-dlc-box.dlc-diorama > a {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('filepath://Emerald_Diorama_promo_art.jpg?width=500px');
}
 
.mainpage-dlc-box.dlc-diorama > a::after {
background-image: url('filepath://Sprite-Tsunanori Mido.png');
}
 
.mainpage-dlc-box.dlc-diorama > a:hover {
background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.7)),url('filepath://Emerald_Diorama_promo_art.jpg?width=500px');
}
 
.mainpage-box .mainpage-navigation {
    display: flex;
flex-wrap: wrap;
gap: 1em .5em;
justify-content: center;
margin-top: 1.25em;
}
 
.mainpage-box .mainpage-navigation .navigation-tile {
  background: var(--tile-background-color);
  width: 120px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.1s ease-in-out;
}
 
.mainpage-box .mainpage-navigation .navigation-tile:hover {
  margin: -.5em 0 .5em 0;
  transition: .3s;
}
 
.mainpage-box .mainpage-navigation .navigation-tile a:hover {
  text-decoration: none;
}
 
.mainpage-box .mainpage-navigation .navigation-tile img {
  margin-top: -.75em;
}
 
.mainpage-box .mainpage-navigation .navigation-tile-link {
  padding: 0 0 .5em 0;
  text-align: center;
  display: block;
  width: 100%;
  margin: -.5em 0;
}
 
.mainpage-box .mainpage-navigation .navigation-tile-link a {
  color: var(--text-color);
  font-family: courier new;
  font-weight: bolder;
  padding: 1em 0;
  display: block;
}
 
.filter-btn-wrapper {
padding: 0 1em;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 2px 5px;
margin-bottom: 1em;
}
 
.filter-btn-wrapper button {
background: none;
padding: 2px 5px;
color: #c4c4c4;
cursor: pointer;
font-family: inherit;
border: 0;
border-bottom: 1px solid transparent;
}
 
.filter-btn-wrapper button[data-selected="true"] {
color: var(--heading-color);
border-color: var(--heading-color);
    border-bottom-width: 2px;
}
 
/* Bestiary Description */
#content .bestiary-desc {
  display: flex;
  padding: 1em;
  border-image: url(/images/Container_border.png?d9b71) 10;
  border-image-width: auto;
  border-radius: .5em;
  max-width: 800px;
  margin: auto;
  gap: 1em;
  box-sizing: border-box;
  background: var(--body-light);
  margin-top: .67em;
  min-width: 250px;
}
 
#content .bestiary-desc .quotation-mark {
  color: var(--link-color);
  font-size: 4em;
  margin: 0.5em 0 0;
  font-family: fantasy;
}
 
#content .bestiary-desc p:last-child {
margin-left: auto;
}
 
#content .bestiary-desc .bestiary-desc-text {
flex-basis: 100%;
display: flex;
flex-direction: column;
}
 
#content .bestiary-desc .bestiary-desc-text dl {
margin: auto 0 0 auto;
}
 
/* Template:Statbox Enemy */
.statbox-enemy {
overflow: auto;
width: calc(100% - 320px);
max-width: 1400px;
}
 
@media screen and (max-width: 1275px) {
    .statbox-enemy {
    width: 100%;
    }
}
 
/* Template:Combos/* */
.combobox-stats,
.combobox-arcana,
.combobox-darkana {
overflow: auto;
width: calc(100% - 320px);
max-width: 1400px;
}
 
@media screen and (max-width: 1095px) {
    .combobox-stats,
.combobox-arcana,
.combobox-darkana {
    width: 100%;
    }
}
 
/* ====================
      infoboxes
  ==================== */
.infobox-root {
    background: var(--body-light);
    border: 1px solid var(--body-border);
    font-size: 0.85em;
    width: 300px;
    margin: 0 0 1em 1em;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    float: right;
    word-break: break-word;
}
 
.infobox-root .infobox-title {
    color: var(--infobox-text-color);
    font-size: 1.15em;
    line-height: 1.4em;
    background: var(--body-dark);
padding: 0.5em 1em;
text-align: center;
font-weight: bold;
}
 
.infobox-root .infobox-title,
.infobox-root .infobox-header {
border-bottom: 1px solid #434242;
}
 
.infobox-root .infobox-header {
border-top: 1px solid #434242;
font-weight: bold;
text-align: center;
    background: var(--body-dark);
    padding: 0.25em 0;
}
 
.infobox-root .infobox-image img {
    max-width: 100%;
    height: auto;
}
 
.infobox-root .infobox-image-container {
text-align: center;
padding: 0.25em 0.5em;
}
 
.infobox-root .infobox-image-caption {
color: #9a9a9a;
}
 
.infobox-row-container {
display: flex;
    gap: 2px;
    background-color: var(--body-light);
}
 
.infobox-row-container:not(:last-child) {
border-bottom: 1px solid #434242;
}
 
.infobox-row-label {
flex-basis: 130px;
border-right: 1px solid #434242;
padding: 0.25em 0.5em;
    background: var(--body-dark);
}
 
.infobox-row-value {
flex-basis: 100%;
padding: 0.25em 0.5em;
display: flex;
align-items: center;
}
 
.infobox-row-value audio {
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
 
.infobox-root .tabber {
width: 100%;
background-color: var(--body-dark);
border-top: 1px solid var(--body-border);
}
 
.infobox-root .tabber .tabbertab {
padding: 0;
}
 
.infobox-root .infobox-image ul.gallery {
display: flex;
overflow: auto;
}
 
@media screen and (max-width: 480px) {
    .infobox-root {
    width: 100%;
    }
}
 
.infobox-root .infobox-image.auto-rendering img.mw-file-element {
image-rendering: auto;
}
 
/* general table classes */
.table-metadata {
display: none;
}
 
.table-na {
    background: rgba(0,0,0,0.3);
    color: #777;
    vertical-align: middle;
    text-align: center;
}
 
/* ====================
      new infoboxes
  ==================== */
.infoboxNew-switch-resources.hidden {
display: none;
}
 
table.infoboxNew {
    font-size: 0.8em;
    width: 300px;
    margin: 0em 0 1em 1em;
    border-collapse: collapse;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1);
    float: right;
    table-layout: fixed;
    background: var(--body-light);
    border: 1px solid var(--body-border);
    word-break: break-word;
}
 
.infoboxNew th {
    white-space: nowrap;
}
 
.infoboxNew .infoboxNew-header {
    color: var(--text-color);
    font-size: 1.15em;
    line-height: 1.4em;
    background: var(--body-dark);
    padding: 0.5em 0;
    white-space: normal;
}
 
.infoboxNew .infoboxNew-subheader {
    background: var(--body-mid);
    color: var(--text-color);
    line-height: 2em;
}
 
.infoboxNew td {
    padding: 0.25em 0.5em;
    line-height: 1.6em;
}
 
.infoboxNew th:not(.infoboxNew-header):not(.infoboxNew-subheader):not(.infoboxNew-nested) {
    text-align: right;
    vertical-align: top;
    border-right: 2px solid var(--body-dark);
    padding: 0.2em 0.5em;
}
 
.infoboxNew-image,
.infoboxNew-audio {
    text-align: center;
}
 
.infoboxNew-image .tabber {
    width: 100%;
}
 
.infoboxNew-image .tabbernav {
    text-align: left;
}
 
.infoboxNew-image .tabbernav li {
    padding-top: 3px;
}
 
.infoboxNew-image .tabbertab {
    background: var(--body-light)
}
 
.infoboxNew-image-caption {
    color: #9a9a9a;
    font-style: italic;
    padding: 0.5em;
}
 
.infoboxNew-buttons {
    text-align: center;
    max-width: 300px;
    display: flex;
    justify-content: center;
    margin-bottom: 0.25em;
    flex-wrap: wrap;
}
 
.infoboxNew-switch .infoboxNew-buttons .button {
    display: inline;
    background: var(--body-light);
    border: 1px solid var(--ooui-normal-border);
    color: var(--ooui-disabled-text);
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1.7em;
    padding: 0.0625em 0.625em;
    margin: 0.25em;
    transition: background-color 100ms,color 100ms,border-color 100ms;
}
 
.infoboxNew-switch .infoboxNew-buttons .button:hover {
    color: #bbb;
}
 
.infoboxNew-switch .infoboxNew-buttons .button.button-selected {
    color: var(--text-color);
}
 
.infoboxNew-buttons .button {
    margin: 0 3px;
}
 
.infoboxNew .infoboxNew-buttons.infoboxNew-buttons-select {
    max-width: initial;
}
 
.infoboxNew .infoboxNew-buttons.infoboxNew-buttons-select select {
    background: var(--body-light);
    border: 1px solid var(--body-border);
    color: #ddd;
}
 
.infoboxNew .infoboxNew-image.infoboxNew-full-image img.mw-file-element {
image-rendering: auto;
}
 
.infoboxNew .infoboxNew-image img {
    max-width: 100%;
    height: auto;
}
 
.infoboxNew td audio {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
 
.infoboxNew-audio-caption {
    color: #9a9a9a;
    font-style: italic;
    text-align: center;
}
 
@media screen and (max-width: 720px) {
    table.infoboxNew {
        width: 100%;
         min-width: 300px;
        display: table;
    }
}
 
 
/* Multi infobox */
.multi-infobox {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}
 
.multi-infobox>.tabber {
    margin: 0;
}
 
.multi-infobox>.tabber>.tabbernav {
    text-align: center;
    margin: 0;
    max-width: calc(100% - 16px);
    margin-left: 16px;
    border-bottom: none;
}
 
.multi-infobox>.tabber>.tabbertab {
    padding: 5px;
    padding-top: 0;
}
 
.multi-infobox>.tabber>.tabbernav a {
    padding: 0.5em 0.8em;
    border: 1px solid var(--body-border);
    border-bottom: none;
}
 
.multi-infobox>.tabber>.tabbernav>.tabberactive>a {
    background-color: var(--body-light);
    color: var(--text-color);
}
 
.multi-infobox>.tabber>.tabbernav>.tabberactive>a:hover {
    border: 1px solid var(--body-border);
    border-bottom: none;
    background-color: var(--body-light);
    color: var(--text-color);
}
 
.multi-infobox>.tabber>.tabbernav>li:not(.tabberactive)>a:hover {
    color: var(--tabber-active-hover-color);
}
 
@media screen and (max-width: 720px) {
    .multi-infobox,
    .multi-infobox>.tabber,
    .multi-infobox>.tabber>.tabbernav,
    .multi-infobox>.tabber>.tabbertab,
    .multi-infobox>.tabber>.tabbertab>.infobox-root {
        width: 100%;
    }
    .multi-infobox>.tabber>.tabbernav {
        margin-left: 14px;
    }
}
 
/* Recent changes */
.client-js .mw-rcfilters-spinner .mw-rcfilters-spinner-bounce, .client-js .mw-rcfilters-spinner::before, .client-js .mw-rcfilters-spinner::after {
background-color: var(--link-color);
}
 
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget.oo-ui-widget-enabled.oo-ui-buttonGroupWidget {
  background: var(--body-light);
}
 
/* Fix bracket color of expand/collapse link */
.mw-collapsible-toggle::before, .mw-collapsible-toggle::after {
  color: var(--text-color);
}
 
/* Mainpage News Tile Stuff */
 
:root {
    --tile-background-color: #2b2929;
    --tile-border-color: var(--heading-color);
}
 
.mainpage-recent-updates {
    grid-area: update;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: 1em;
}
 
.mainpage-recent-updates .news-subtitle {
color: var(--byline-color);
font-size: 0.9em;
}
 
.mainpage-recent-updates .tile-halves {
    flex: 1;
    align-content: flex-start;
}
 
.mainpage-recent-updates .tile-halves:hover .tile-top img {
    transform: scale(1.04);
}
 
.mainpage-recent-updates .tile-halves .tile-top span {
    width: 100%;
}
 
.mainpage-recent-updates .tile-bottom.link-button a {
    text-align: left;
    padding: 1rem 1.5rem 0.75rem;
}
 
.mainpage-recent-updates h2 {
    margin: -0.5em 0 0.3em;
    color: var(--text-color);
    text-transform: none;
}
 
.mainpage-recent-updates p:not(.byline) {
    font-size: 0.9em;
    line-height: 1.75em;
    color: var(--text-color);
}
 
.mainpage-recent-updates .tile-bottom.link-button a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 
.tile {
    background: var(--tile-background-color);
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    padding: 1.5em 2em 1em;
    max-width: 40em;
    padding-left: 1.75em;
    padding-right: 1.75em;
    max-width: 100%;
}
 
.tile h2 {
    font-size: 1.4em;
    font-weight: bold;
    border: none;
    margin: 0 0 0.4em;
}
 
.tile .byline + h2 {
    margin-top: -0.5em;
}
 
.tile-halves a.external {
  background-image: none !important;
}
 
.tile-row {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1em;
}
 
.tile-halves {
    display: flex;
    flex-flow: column;
    background: var(--tile-background-color);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
 
.tile-halves h2 {
    font-size: 1.2em;
    font-weight: bold;
    border: none;
    margin: 0 0 0.4em;
}
 
.tile-top {
    width: 100%;
    padding: 1.3rem 1.5rem 0.6rem;
}
 
.tile-top.tile-image {
    display: flex;
    align-items: center;
    background-color: var(--byline-color);
    overflow: hidden;
    padding: 0;
    height: 40vw;
    max-height: 12em;
    transition: 0.4s ease-out;
}
 
.tile-halves:hover .tile-top.tile-image img {
    transform: scale(1.1);
    transition: 0.5s ease-out;
}
 
.tile-top.tile-image span {
    width: 100%;
}
 
.tile-top.tile-image img {
    width: 100%;
    object-fit: cover;
    max-height: 200px;
    transition: 0.4s ease-out;
}
 
.tile-bottom {
    background: var(--tile-background-color);
    width: 100%;
    padding: 1rem 1.5rem 0.6rem;
    flex-grow: 1;
}
 
.tile-bottom.link-button {
    align-self: flex-end;
    padding: 0;
    display: flex;
}
 
.tile-bottom.link-button a {
    display: block;
    text-align: center;
    padding: 0.75em 1.5em 0.8em;
    text-decoration: none;
    flex-grow: 1;
}
 
.tile-row {
    width: 100%;
    margin-bottom: 0;
    display: grid;
    gap: 0.9rem;
}
 
/* Character tooltip */
.character-tooltip-content {
display: flex;
gap: 1em;
background: var(--tile-background-color);
padding: 0.5em 1em;
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
font-size: .8em;
border: 2px solid #eebb5b;
}
 
.character-tooltip-content .character-info-section {
width: 150px;
margin-bottom: 0.5em;
}
 
.character-tooltip-content .character-image {
margin: 0.5em 0;
}
 
.character-info-section .character-description {
margin: 0.5em 0 1em 0;
}
 
.character-info-section .character-stat {
display: flex;
justify-content: space-between;
color: var(--subtle-color);
gap: 0.5em;
text-align: right;
}
 
.character-info-section .character-stat span:first-child {
color: #eebb5b;
font-weight: 600;
text-align: left;
}
 
/* Weapon tooltip */
.weapon-tooltip-content {
display: flex;
gap: 1em;
background: var(--tile-background-color);
padding: 0.5em 1em;
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
font-size: .8em;
border: 2px solid #eebb5b;
width: 350px;
}
 
.weapon-tooltip-content .weapon-info-section {
width: 250px;
margin-bottom: 0.5em;
}
 
.weapon-tooltip-content .weapon-info-section li {
    list-style-type: none;
}
 
.weapon-tooltip-content .weapon-image {
margin: 0.5em 0;
}
 
.weapon-tooltip-content .weapon-name {
  margin-left: 3px;
  font-size: 110%;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
}
 
.weapon-info-section .weapon-description {
margin: 0.5em -0.5em 1em 0;
}
 
.weapon-info-section .weapon-value {
display: flex;
justify-content: space-between;
color: var(--subtle-color);
gap: 0.5em;
text-align: right;
}
 
.weapon-info-section .weapon-value span:first-child {
color: #eebb5b;
font-weight: 600;
text-align: left;
}
 
.vs-gold-border {
border-image: url('/images/Container_border.png?17ce7') 10;
border-image-width: auto;
}
 
.fullwidth-img img {
max-width: 100%;
height: auto;
}
 
/* Special:Ask */
#ask-toplinks {
background-color: var(--ooui-interface);
}
 
#ask-toplinks .smw-icon-info {
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMS41IDE3YTUuNSA1LjUgMCAxIDEgMC0xMSA1LjUgNS41IDAgMCAxIDAgMTF6bTAtMTJhNi41IDYuNSAwIDEgMCAwIDEzIDYuNSA2LjUgMCAwIDAgMC0xM3ptLjUgNXY0aDF2MWgtM3YtMWgxdi0zaC0xdi0xem0tMS0yaDF2MWgtMXoiLz4KPC9zdmc+") no-repeat left center;
}
 
#ask-help .smw-modal-content {
background-color: var(--ooui-interface);
}
 
#ask-help .smw-modal-header {
background-color: var(--ooui-normal);
}
 
#ask-help .smw-modal-title {
color: var(--text-color);
}
 
#ask-help .smw-modal-close {
opacity: 0.8;
}
 
#ask-help .smw-modal-close:hover {
color: var(--text-color);
opacity: 1;
}
 
.smw-ask-format-list #formatSelector {
background-color: var(--ooui-input);
border-color: var(--ooui-input-border);
color: var(--text-color);
}
 
.smw-ask-format-list #formatSelector:hover {
background-color: var(--ooui-input);
border-color: var(--ooui-input-border--hover);
}
 
#ask #options-toggle:not(:checked) + #options-list .options-parameter-list:after {
background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(50,50,50,1) 90%);
}
 
.smw-table-row.smw-ask-options-row-odd {
background: var(--ooui-interface);
}
 
.smw-table-row.smw-ask-options-row-even {
background: var(--ooui-normal);
}
 
.smw-ask-button-submit input {
background-color: var(--ooui-progressive);
border-color: var(--ooui-progressive);
color: #fff;
font-weight: bold;
}
 
.smw-ask-button-submit input:active,
.smw-ask-button-submit input:hover {
background-color: var(--ooui-progressive--hover);
border-color: var(--ooui-progressive--hover);
}
 
.smw-callout.smw-callout-error {
    background: var(--errorbox-border);
    border-color: var(--errorbox-bg);
}
 
.smw-callout.smw-callout-info {
    background: var(--scribuntoconsole-input);
}
 
/* Special:Browse */
.smwb-container .smwb-factbox {
border-color: var(--ooui-interface-border);
}
 
.smwb-container .smwb-title,
.smwb-container .smwb-center,
.smwb-container .smwb-actions,
.smwb-container .smwb-prophead {
background-color: var(--ooui-interface);
}
 
.smwb-factbox .smwb-cell {
border-color: var(--ooui-interface-border);
}
 
.smwb-container .smwb-propval {
background-color: var(--theme-page-background-color);
}
 
.smwb-container .smwb-ifactbox {
border-color: var(--ooui-interface-border);
}
 
.smwb-ipropvalue {
background-color: var(--ooui-interface);
}
 
.smwb-ifactbox .smwb-cell {
border-color: var(--ooui-interface-border);
}
 
.tippy-tooltip.light-border-theme {
background-color: var(--body-light);
color: var(--text-color);
box-shadow: 0 3px 14px -0.5px rgba(230, 219, 116, 0.1);
}
 
.tippy-tooltip.light-border-theme[x-placement^=top] .tippy-arrow,
.tippy-tooltip.light-border-theme[x-placement^=top] .tippy-arrow:after {
border-top-color: var(--ooui-accent);
}
 
.tippy-header {
background-color: var(--body-light);
border-color: var(--body-border);
}
 
.autocomplete-suggestions {
background-color: var(--ooui-normal);
border-color: var(--ooui-normal-border);
color: var(--text-color);
}
 
.autocomplete-suggestion {
border-color: var(--ooui-normal-border);
}
 
.autocomplete-suggestion.autocomplete-selected {
background-color: var(--ooui-normal--hover);
}
 
/* Property:* ns */
.smw-tabs input.nav-tab:checked + label.nav-label,
.smw-property input.nav-tab:checked + label.nav-label.smw-tab-warning {
color: var(--text-color);
border-color: var(--ooui-accent);
}
 
#tab-smw-property-value:checked + label.nav-label .usage-count,
#tab-smw-property-errp:checked + label.nav-label .item-count {
color: var(--text-color);
background-color: var(--button-color);
}
 
.smw-column-header {
color: var(--ooui-text);
}
 
#tab-content-smw-property-value {
border-color: var(--ooui-accent);
}
 
.smw-ui-pagination .page-link.link-disabled {
background-color: var(--ooui-normal);
border-color: var(--ooui-normal-border);
color: var(--subtle-color);
}
 
.smw-ui-pagination .page-link {
background-color: var(--ooui-normal-border);
color: var(--text-color);
border-color: var(--ooui-disabled);
}
 
.smw-ui-pagination .page-link.link-active {
color: var(--text-color);
background-color: var(--ooui-progressive);
border-color: var(--ooui-progressive);
}
 
.smw-ui-pagination .page-link:hover {
color: var(--text-color);
    background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}
 
.smw-ui-input-filter {
    background-color: var(--ooui-interface);
    border-color: var(--ooui-interface-border);
    color: var(--ooui-text);
}
 
.smw-ui-input-filter input {
    border-left-color: var(--ooui-interface-border) !important;
    color: var(--ooui-text) !important;
}
 
.smw-property-page-results .header-title {
    background-color: var(--ooui-interface);
    color: var(--ooui-text);
}
 
.smw-property-page-results .value-row:hover {
    background-color: var(--ooui-normal--hover);
}
 
.smw-callout-warning {
    background-color: var(--warningbox-bg);
     border-left-color: var(--warningbox-border);
}
 
/* --------------------
        user badges
  -------------------- */
.mw-userlink[href="/w/User:Jack_poncle"], .mw-userlink[href="/w/User:Jack_poncle?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Julesmcraig"], .mw-userlink[href="/w/User:Julesmcraig?action=edit&redlink=1"],
.mw-userlink[href="/w/User:Kerri_poncle"], .mw-userlink[href="/w/User:Kerri_poncle?action=edit&redlink=1"] {
background: url('filepath://Poncle.png') left no-repeat;
background-size: contain;
padding-left: 18px;
}
 
/* -------------------------------------------------------
        other customizations
        may re-organize their place in the css file later
  ------------------------------------------------------- */
 
/* Change background color for a highlighted reference */
ol.references li:target, sup.reference:target {
background-color: #392628;
}
 
/* Make redirect arrow icon contrast well */
.redirectText li {
  filter: invert(100%);
}
.redirectText li a {
  filter: invert(100%);
}
 
/* Better contrast for "no attribution" warning in media viewer */
.mw-mmv-dialog .mw-mmv-dialog-warning {
background-color: #980000;
}
 
/* Styles for the "Unlocking" template */
.unlocking-box {
  background: var(--body-light);
  border: 1px solid #434242;
  padding: .5em 1em;
  border-left: 8px solid var(--messagebox-notice-border);
  overflow: hidden;
}
 
.unlocking-box button::before,
.unlocking-box button::after {
    content: '';
    text-decoration: none;
}
 
.unlocking-box button span.mw-collapsible-text {
    color: white;
    font-weight: bold;
}
 
.unlocking-box button:hover,
.unlocking-box button span.mw-collapsible-text:hover,
.unlocking-box .mw-collapsible-toggle-default:hover .mw-collapsible-text {
    text-decoration: none;
    background-color: var(--ooui-progressive--hover);
}
 
.unlocking-box button {
    background-color: var(--ooui-progressive);
    padding: 0.3em 0.5em;
    border-radius: 2px;
}
 
.unlocking-box .mw-collapsible-toggle-default .mw-collapsible-text,
.unlocking-box .mw-collapsible-toggle-default:active .mw-collapsible-text {
    color: white;
}
 
.unlocking-box button:active {
    border-color: var(--ooui-accent);
    box-shadow: inset 0 0 0 1px var(--ooui-accent),inset 0 0 0 2px #fff;
}
 
/* Remove ugly "transparent" background in media viewer */
.png.mw-mmv-dialog-is-open {
  background: none !important;
}
 
/* Template:Shortcut */
.shortcut {
    border: 1px solid var(--body-border);
    background: var(--body-light);
    float: right;
    font-size: 0.8em;
    margin: 0.5em 0em 0.5em 1em;
    padding: 0.5em;
}
 
.shortcut ::marker {
    font-size: 1.3em;
    line-height: 1em;
}
 
/* Template: Documentation */
div.documentation {
    background-color: var(--body-light);
    margin-top: 15px;
    font-family: sans-serif;
}
 
div.documentation-header {
    background-color: var(--body-background-color);
    padding: 10px 0 10px 20px;
    font-size: 14pt;
    font-weight: bold;
}
 
div.documentation-subheader {
    background-color: var(--body-dark);
    padding: 10px 0 10px 20px;
}
 
div.documentation-content {
    padding: 10px;
}
 
.seealso {
margin: 0.5em 2em 1em 2em;
font-style: italic;
}
 
.seealso + .seealso {
margin-top: -1em;
}
 
.messagebox.info,
.messagebox.obsolete {
    border-color: #3c3c3c;
    background-color: var(--body-light);
    border-left: 15px solid #3c3c3c;
    border-radius: 3px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
 
/** Styles for "Browse Interactive History" **/
/* General */
.mw-revslider-revision {
  background-color: var(--link-color);
}
 
.mw-revslider-revision-border-box {
  border-color: #a88a4e;
}
 
.mw-revslider-revision-wrapper:hover, .mw-revslider-revision-wrapper-hovered {
  background-color: #c8aa6e;
}
 
/* Deleted line colors */
.mw-revslider-pointer-line .mw-revslider-lower-color {
  border-color: var(--diff-deletedline-border-color);
}
 
.mw-revslider-pointer.mw-revslider-pointer-older {
  border: 1px solid var(--diff-deletedline-border-color);
  background-color: var(--diff-deletedline-border-color);
  background-image: none;
}
 
.mw-revslider-pointer-container-older:hover .mw-revslider-slider-line {
  border-top-color: var(--diff-deletedline-border-color);
}
 
.mw-revslider-revision-hovered.mw-revslider-revision-wrapper-down .mw-revslider-pointer-ghost {
  background-color: var(--diff-deletedline-border-color);
  border: 2px solid var(--diff-deletedline-border-color);
}
 
.mw-revslider-revision-wrapper-hovered .mw-revslider-revision-hovered.mw-revslider-revision-wrapper-down {
  background-color: var(--diff-deletedline-border-color);
  opacity: .3;
}
 
.mw-revslider-pointer-container-older .mw-revslider-slider-line {
  border-top-color: var(--diff-deletedline-border-color);
  opacity: .5;
}
 
.mw-revslider-revision-old .mw-revslider-revision-border-box {
  border-bottom: 2px solid var(--diff-addedline-border-color);
}
 
/* Added line colors */
.mw-revslider-pointer-line .mw-revslider-upper-color {
  border-color: var(--diff-addedline-border-color);
}
 
.mw-revslider-pointer.mw-revslider-pointer-newer {
  border: 1px solid var(--diff-addedline-border-color);
  background-color: var(--diff-addedline-border-color);
  background-image: none;
}
 
.mw-revslider-pointer-container-newer:hover .mw-revslider-slider-line {
  border-bottom-color: var(--diff-addedline-border-color);
}
 
.mw-revslider-revision-hovered.mw-revslider-revision-wrapper-up .mw-revslider-pointer-ghost {
  background-color: var(--diff-addedline-border-color);
  border: 2px solid var(--diff-addedline-border-color);
}
 
.mw-revslider-revision-wrapper-hovered .mw-revslider-revision-hovered.mw-revslider-revision-wrapper-up {
  background-color: var(--diff-addedline-border-color);
  opacity: .3;
}
 
.mw-revslider-pointer-container-newer .mw-revslider-slider-line {
  border-bottom-color: var(--diff-addedline-border-color);
  opacity: .5;
}
 
.mw-revslider-revision-new .mw-revslider-revision-border-box {
  border-bottom: 2px solid var(--diff-addedline-border-color);
}
 
/* Template:Extimage */
.extimage div,
.extimage a,
.extimage img {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    width: inherit;
}
 
.plainlinks.thumb.tcenter .thumbinner.extimage {
    margin: 0 auto;
}
 
.plainlinks.thumb.tleft .thumbinner.extimage {
    float: left;
}
 
.plainlinks.thumb.tright .thumbinner.extimage {
    float: right;
}
 
/* Stylize on-focus background of search item */
.cdx-menu-item--enabled.cdx-menu-item--selected {
  background-color: var(--body-mid);
}
}

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




@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');

/* body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat;
	filter: brightness(0.6);
  
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
*/
/* === FONTE PADRÃO === */
body,
.mw-parser-output,
.mw-headline,
#firstHeading,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
table, td, th, caption {
    font-family: 'Noto Sans', sans-serif !important;
}

/* === LEGENDAS DE IMAGEM === */
.thumbcaption {
    font-size: 1.1em !important;
    text-align: center !important;
    line-height: 1.4;
    font-weight: 400;
}

/* === TABELAS ENHANCE === */
table.table-enhance {
    max-width: 600px;
    margin: 1em auto;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.table-enhance th,
.table-enhance td {
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    text-align: center;
    vertical-align: middle;
}

.table-enhance th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #333;
}

.table-enhance tr:nth-child(even) td {
    background-color: #fafafa;
}

.table-enhance tr:hover td {
    background-color: #f0f8ff;
    transition: background-color 0.2s ease;
}

.table-enhance-vertical td:first-child {
    font-weight: bold;
    color: #2c3e50;
}

/* === AJUSTES NA SIDEBAR === */
#p-logo {
    background-color: transparent !important;
}

#mw-panel .mw-portlet.portal .vector-menu-content-list > li > a {
    font-size: 0.80rem !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 600 !important;
}

/* === REMOÇÃO DE BORDAS EM TÍTULOS === */
.mw-headline {
    border-bottom: none !important;
}

h1, h2, h3, h4, h5, h6 {
    border-bottom: none !important;
}

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

.video-responsivo video {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#contentSub,
#contentSub2 {
    margin: 0 !important;
    padding: 0 !important;
    display: none;
    /* opcional: se quiser sumir com tudo */
}

/* Discord */
#n-Discord {
    font-size: 10px;
    line-height: 1.5em;
}

#p-Discord-label {
    display: none;
}

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

#n-Discord a::before {
    font-weight: normal;
    opacity: 0.85;
    margin-left: 1.25em
}

#n-Discord a::after {
    content: '';
    background: url(/images/7/76/Discord-brands.png) no-repeat;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 2px;
    left: 4px;
    width: 20px;
    height: 20px;
}

#n-Discord a:hover {
    text-decoration: none;
    background-color: #7885ff;
    border-color: #6c77f0;
    transition: .3s
}

/* css atual */
/* ESTILIZAÇÃO PADRÃO */

.thumb .thumbcaption .magnify:first-child {
    display: none;
}

html {
    scroll-behavior: auto;
    /*smooth*/
}

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

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

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

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

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

body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url('https://wiki.gla.com.br/images/3/35/Fundodawikiglatest.png') no-repeat;
	filter: brightness(0.8);
  
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
*/
body {
    position: relative;
    background-image: url(/images/3/31/Cinza_capriw.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

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

#simpleSearch {
    background-color: var(--simpleSearch-bg) !important;
}

#p-personal {
    right: 1em;
    top: .5em;
}

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

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

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

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

/* Consistent size for sub/sup */
.mw-body sub,
.mw-body sup,
span.reference

/* for Parsoid */
    {
    font-size: 80%;
}


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

/* CSS Hover Gallery for Mediawiki */

.gallery_zoom_img img {
    -moz-transition: -moz-transform 0.1s ease-in;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    -o-transition: -o-transform 0.1s ease-in;
    transition: transform 0.1 ease-in;
}

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

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

/*--------------------------------------------------
      Vector 
      --------------------------------------------------*/

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

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

.center-tab .tabber__header {
    justify-content: center;
}

/*--------------------------------------------------
      Tags de uso generalizado
      --------------------------------------------------*/

.mt-1 {
    margin-top: .75em;
}

.mt-2 {
    margin-top: 1.5em;
}

.mt-4 {
    margin-top: 3em;
}

.mt--4 {
    margin-top: -2em;
}

.mb-2 {
    margin-bottom: 1em;
}


.d-flex,
.td-flex td {
    display: flex;
}

.d-block {
    display: block;
}

.relative {
    position: relative;
}

.text-justify {
    text-align: justify;
}

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

.align-top {
    align-items: flex-start;
}

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

.justify-center {
    justify-content: center;
}

.border-none {
    border: none !important;
}

.w-25 {
    width: 25%;
}

.h-100 {
    height: 100%;
}

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

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

.badge {
    padding: .25em .57em;
    margin: .45em;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
    max-height: 1.5em;
    font-size: .9em;
    letter-spacing: 1px;
    box-shadow: rgb(3 102 214 / 30%) 0px 0px 0px 3px;
    background: linear-gradient(to bottom, #459cca, #5684c8);
}

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

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

    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    color: white;
}

.scaleUp-hover {
    transition: all .25s ease;
    image-rendering: auto;
    /* ou crisp-edges */
}

.scaleUp-hover:hover {
    transform: scale(1.1);
}


/*--------------------------------------------------
      Tooltip 
      --------------------------------------------------*/

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

.tooltipster-default {
    background-color: rgb(220, 220, 220);
    color: black !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

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

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

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

.global-event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

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

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

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

/**********************************
      PREDEFINIÇÃO: Titulo
      #firstHeading {
      display: none;
  }
      **********************************/


#custom-title {
    display: inline-block;
    display: block;
    text-align: left;
}

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

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

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

.initialPage--title,
.initialPage--events {
    border: none;
    border-collapse: separate;
}

.initialPage--events th,
.initialPage--title th {
    color: black !important;
    padding: .4em;
}

.initialPage--title th {
    background-color: transparent !important;
    font-size: 2em;
}

.initialPage--events {
    display: flex;
    height: 20em;
}

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

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

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

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

.initialPage--sideMenuContainer {
    width: 25%;
}

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

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

.initialPage--menu {
    display: flex;
    flex-wrap: wrap;
}

.initialPage--menuItemContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    padding: 1em 0;
}

.initialPage--menuItem {
    width: 22.5%;
}

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

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

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

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

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

.initialPage--socialMediaLink {
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: .03em;
    color: #689cc0 !important;

    padding: .9em .5em;
    transition: color .25s ease;
}

.initialPage--socialMediaLink:visited {
    color: #689cc0 !important;
}

.initialPage--socialMediaLink:hover {
    text-decoration: none;
}

.socialMedia--svg {
    display: flex;
    align-items: center;
}

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

.socialMedia--svg svg path {
    fill: inherit;
}

/*
      Discord
      */

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

.initialPage--socialMedia.discord:before {
    background: #5865f2;
}

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

/*
      Instagram
      */

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

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

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

/*
      Facebook
      */

.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
    color: #4267B2 !important;
}

.initialPage--socialMedia.facebook:before {
    background: #4267B2;
}

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

/*--------------------------------------------------
      Ocultação de componentes
      --------------------------------------------------*/

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

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

#mw-page-base {
    background: transparent;
}

#mw-panel #p-tb h3 {
    color: rgb(0, 0, 0);
    font-size: .75em;
}

#p-tb {
    display: none;
}

/* #ca-nstab-mediawiki { display: none; } */
/* #ca-talk { display: none; } */
#ca-view {
    display: none;
}

#ca-history {
    display: none;
}

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

/* #ca-unwatch { display: none; } */
/* #p-cactions { display: none; } */
/*
      Pacientes
      */

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

.table-pacients img {
    width: 15.715em;
    height: auto;
}

/*
      PERSONAGENS
      */

.filter--containerSearch {
    display: flex;
    padding: 0 2em;
    justify-content: flex-end;
    align-items: center;
}

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

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

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

.filter--icon,
.calcXp--tierIcon {
    padding: .35em .95em;
    background: transparent;
    cursor: pointer;
}

.filter--icon.tier img {
    filter: grayscale(.0);
}

.filter--icon.tier.active img {
    box-shadow: none;
}

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

    transition: all .25s ease;
}

.calcXp--tierIcon img {
    filter: drop-shadow(0px 1px 8px #4c91c900);
    border-radius: 10px;

    transition: all .25s ease;
}

.filter--icon.active img {
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
    filter: grayscale(0);
}

.filter--icon.tier.active img,
.calcXp--tierIcon.active img {
    transform: scale(.85);
}

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

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

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

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

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

.filter--inputContainer {
    box-sizing: border-box;
    position: relative;
}

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

}

.filter--searchButton img {
    filter: invert(1);
}

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

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

.calcXp--formItem {
    display: flex;
    align-items: center;
}

.calcXp--formItem input {
    box-sizing: border-box;
    padding: .35em;
    border: 2px solid #b0cff1;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .05em;
    width: 4em;
}

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

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

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

    font-size: 1.35em;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: .35s ease;
}

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

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

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

.calcXp--xpIcon {
    margin-left: -.2em;
}

.calcXp--numberOfPots {
    padding-top: .2em;
    font-size: 1.15em;
}

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

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

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

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

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

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

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

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

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

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

.characterPage--characterInfoContainer {
    width: 43%;
}

.characterPage--statsInfoContainer {
    width: 55%;
}

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

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

.stats--container div img {
    width: 2.25em;
}

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

.bar-filled:first-child,
.bar-notFilled:first-child {
    border-radius: 6px 0 0 6px;
}

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

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

.bar-filled {
    background: var(--blue);
}

.bar-notFilled {
    background: var(--transparent-blue);
}

.characterInfo--name {
    margin: 0 !important;
}

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

.characterInfo--contentContainer {
    display: flex;
    justify-content: space-between;
    padding: .6em 1.3em;
}

.characterInfo--imageContainer {
    width: 25%;
}

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


.characterInfo--infoContainer {
    width: 75%;
    text-align: center;
}

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

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

.characterPage--characterSkills {
    width: 100%;
}

/*
      Card de Skins
      */

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

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

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

/*
      Seção das skills do personagem
      */

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

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

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

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

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

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

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

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

.tab-skill.active {
    border-color: #459cca;
}

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

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

.skillInfo--container {
    width: 100%;
}

.skillInfo--container>td {
    border: none !important;
}

.skillInfo {
    display: none;
}

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

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

.skillInfo--videoContainer {

    align-self: center;
    width: 45%;
}

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

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

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

    transition: all .25s ease;
}

.skillInfo--videoSelector.active {
    background: var(--blue);
    transform: scale(.8);
}

.skillInfo--infoContainer {
    width: 50%;
}

.skillInfo>div>.skillInfo--infoContainer b {
    color: #2a87c4 !important;
}

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

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

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

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

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

    width: fit-content;
    margin: 0 auto;

    background: var(--lightGray);
    border: 2px solid var(--gray);
}

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

.cardAttribute--icon {
    margin: .6em 0;
    height: 2em;
}

.cardAttribute--value {
    margin: 0 !important;

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

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

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

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

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

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

.wantedPortraits {
    display: flex;
    flex-wrap: wrap;
}

.wantedPortrait {
    box-sizing: border-box;
    width: 18em;
    padding: .35em;
}

.wantedPortrait img {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    :root {
        font-size: 14px;
    }

    .characterInfo--contentContainer {
        padding: .6em;
    }

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

    .characterInfo--imageContainer {
        width: 35%;
    }

    .tabSkill--container {
        max-width: 61em;
        margin: 0 auto;
    }

    .tab-skill>div>img {
        max-width: 38px;
    }

}

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


@media screen and (max-width: 1024px) {

    .flex-wrap-md {
        flex-wrap: wrap;
    }

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

    .initialPage--mainContainer {
        flex-wrap: wrap;
    }

    .initialPage--menuContainer {
        width: 100%;
        margin-right: 0;
    }

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

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

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

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

    .initialPage--socialMedia {
        width: 32%;
    }

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

    .filter--containerSearch {
        justify-content: center;
    }

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

    .filter:last-of-type {
        margin-top: 1em;
    }

    #characters-container>div {
        width: 24%;
    }

    .characterPage--splashArt {
        display: none;
    }

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

    .characterPage--characterInfoContainer {
        width: 38%;
    }

    .characterPage--statsInfoContainer {
        width: 30%;
        margin-left: 1.5%;
    }

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

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

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

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

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

    .tabsContainer {
        width: 100%;
    }

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

    .tab-skill>div>img {
        max-width: 36px;
    }

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

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

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

    .skillInfo--name {
        font-size: 2.2em !important;
        letter-spacing: 1px;
        margin-top: .5em !important;
        text-align: center;
    }

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

        height: 5em;
        max-height: 5em;
    }

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

    .cardAttribute--value {
        letter-spacing: 1px;
        font-size: 1.1em;
    }

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

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

    .skins--container {
        max-height: 14em;
        overflow-x: clip;
        overflow-y: auto;
    }

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

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

    .calcXp--container:last-of-type {
        margin-top: 2em;
    }

    #p-tb h3 {
        display: none;
    }

}

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

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

.imagem-botao {
    display: inline-block;
    width: auto;
    height: auto;
}

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

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

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

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

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

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

.preset-aba {
    margin: 0;
    padding: 0;
}

.container-conteudo {
    margin: 0;
    padding: 0;
}

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

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

.container-coliseu {
    display: block;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .item-grid>* {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

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

.iteminfobox {
    padding: 10px;
    background: #eeeded;
    border-radius: 25px;
    box-shadow: rgba(24, 27, 46, 0.24) 4px 4px 4px;
    width: 230px;
    height: 270px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iteminfobox b {
    font-size: clamp(10px, 2vw, 14px);
    color: #6587c4;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**********************
      VECTOR.CSS
  **********************/

/* Geral */
a {
    color: #0645ad;
}

a:visited {
    color: #0645ad;
}

a.new {
    color: rgb(206, 0, 0) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

hr {
    color: #222;
}

ul {
    list-style-image: none;
}

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

/* Navegação */
#p-cactions {
    background: none;
    margin-top: -0.6em;
}

#p-cactions li {
    background: none;
}

#p-cactions li.selected {
    background: none;
    border: 2px solid #5c3f2a;
}

#p-cactions li.new {
    background-color: #e2e2e2;
}

#p-cactions li a {
    background-color: #e2e2e2;
    color: #7070FF;
}

#p-cactions li.selected a {
    background-color: #324f74;
}

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

#content {
    color: var(--content-text);
    background-color: var(--content-bg) !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
}

#simpleSearch {
    position: relative;
    height: 100%;
    background-color: white;
}

/* Menu */
.vector-menu-tabs,
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown h3 {
    background: none;
}

.vector-menu-tabs li a {
    background-position: center;
    background: transparent;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 0.9em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
}

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

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

.vector-menu-dropdown .vector-menu-content {
    background-color: none;
    list-style: none none;
    min-width: 100%;
    position: absolute;
    top: 2.5em;
    right: -1px;
    margin: 0;
    border: 2px solid #0645ad !important;
    border-top-width: 0;
    padding: 0;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
    z-index: 3;
}

/* Conteúdo */
.mw-body {
    margin-top: -1px;
    border: 1px solid #8d6e63;
    border-right-width: 1px;
}

.mw-parser-output small li {
    color: #000000;
}

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

.mw-parser-output tr big {
    color: #000000;
}

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

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

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

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

#ca-delete a,
#ca-move a,
#ca-unprotect a {
    background-color: #ffffff !important;
    border-color: #0645ad;
    border-width: 0px;
}

/* Rodapé */
#footer-info-lastmod {
  display: none !important;
}

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

.mw-logline-protect {
    color: #f8f9fa !important;
}

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

#msupload-div a {
    color: #3366cc;
    cursor: pointer;
    color: blue !important;
}

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

#msupload-list .file {
    background: #8b929e;
    border-top: 1px solid #c8ccd1;
    margin: 0;
    padding: 10px;
    position: relative;
    color: black !important;
}

.wikiEditor-ui-toolbar .booklet>.index {
    float: left;
    width: 20%;
    height: 125px;
    overflow: auto;
    resize: horizontal;
    color: black;
}

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

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

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

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

div.mw-number-text {
    color: #888 !important;
}

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

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

.tooltip {
    position: relative;
}

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

#youtube {
    margin-left: -155px;
}

.tooltip,
.tooltip:hover+.tip2,
.tip2:hover {
    display: inline;
}

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

span.toctogglespan {
    display: none !important;
}

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

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

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

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

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

table.prettytablec code,
table.wikitablec code {
    background-color: transparent;
}

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

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

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

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

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

table.elements {}

table.elements th,
table.elements td {
    padding: 0.5em;
}

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

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

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

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

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

/*   Wikitable White */
table.wikitablenb,
table.prettytable,
table.wikitablenb-tr {
    margin: 1em 0;
    background: #f9f9f9;
    border: none;
    border-opacity: 0.5;
    border-collapse: collapse;
}

.wikitablenb border: opacity {
    opacity: 0.5;
}

table.wikitablenoborder,
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 2px #e9e8e8 solid;
    border-collapse: collapse;
}

/* HOVER DA TABELA*/
.wikitablew td: hover {
    background: #e9e8e8;
}

.wikitablew-tr tr: hover {
    background: #e9e8e8;
}

.wikitablenb border: hover {
    color: #e9e8e8;
}

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

table.wikitablew th,
table.prettytable th,
table.wikitablew-tr th {
    background: #eaecf0;
}

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

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

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

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

table.wikitablewhite caption,
table.prettytable caption,
table.wikitablew-tr caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
    text-align: center;
}

table.prettytablecenter code,
table.wikitablewhite code,
table.wikitablew-tr code {
    background-color: #000;
}

table.elements {}

table.elements th,
table.elements td {
    padding: 0.5em;
}

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

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

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

/**********************************
wiki.gla.com.br/index.php/Predefini%C3%A7%C3%A3o:Img

predefinição:img | deixa as imagens responsivas pro mobile
**********************************/
.responsive-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.custom-image {
    width: 100%;
    max-width: 800px;
    height: auto;
}

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

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

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


/* ---------------------------------------------------------------------------------------------------------------- */

/* Estilos CSS para o componente de abas MediaWiki */
/* Adicione este CSS na sua MediaWiki (Common.css ou página de estilos) */

/* Container principal responsivo */
.mw-tabber-container {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid #a7d7f9;
    border-radius: 4px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

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

/* Estilo individual de cada aba */
.mw-tabber-tab {
    flex: 1 1 auto;
    min-width: 100px;
    padding: 12px 20px;
    cursor: pointer;
    background-color: #eaecf0;
    border: none;
    border-right: 1px solid #c8ccd1;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #0645ad;
    transition: all 0.2s ease;
    user-select: none;
    position: relative;
}

.mw-tabber-tab:last-child {
    border-right: none;
}

/* Hover nas abas */
.mw-tabber-tab:hover {
    background-color: #f8f9fa;
    color: #0b0080;
}

/* Aba ativa */
.mw-tabber-tab.active {
    background-color: #ffffff;
    color: #0645ad;
    border-bottom: 3px solid #0645ad;
    font-weight: 600;
}

/* Container do conteúdo */
.mw-tabber-content {
    padding: 20px;
    background-color: #ffffff;
    min-height: 200px;
}

/* Painel de conteúdo individual */
.mw-tabber-panel {
    display: none;
    animation: fadeIn 0.3s ease;
}

.mw-tabber-panel.active {
    display: block;
}

/* Animação de fade in */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsividade para tablets */
@media (max-width: 768px) {
    .mw-tabber-tabs {
        flex-direction: column;
    }

    .mw-tabber-tab {
        border-right: none;
        border-bottom: 1px solid #c8ccd1;
        width: 100%;
    }

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

    .mw-tabber-content {
        padding: 15px;
    }
}

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

    .mw-tabber-content {
        padding: 12px;
        min-height: 150px;
    }
}