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

De Wiki Gla
Ir para navegação Ir para pesquisar
m
Etiqueta: Reversão manual
m
Etiqueta: Revertido
Linha 1: Linha 1:
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');


/* body::before {
/* === FONTE PADRAO === */
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,
body,
.mw-parser-output,
.mw-parser-output,
Linha 40: Linha 23:
}
}


/* === LEGENDAS DE IMAGEM === */
/* CSS placed here will be applied to all skins (Vector and Minerva, which are respectively the desktop and mobile skins) */
.thumbcaption {
 
     font-size: 1.1em !important;
/**
     text-align: center !important;
* See [[MediaWiki:Vector.css]] for desktop theme related styles.
     line-height: 1.4;
*
     font-weight: 400;
* See [[MediaWiki:Minerva.css]] for mobile theme related styles.
}
*/
 
:root {
     color-scheme: dark;
    /*------------------
BASE COLORS
  ----------------*/
    --theme-sticky-nav-background-color: #161289;
    --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: #0b0965;
    --theme-page-headings-font: 'Noto Sans';
    --theme-link-label-color: #000;
    --theme-accent-color: #1612b9;
    --theme-accent-color--hover: #4844ec;
    --theme-accent-label-color: #fff;
    --theme-border-color: #463a3a;
    --theme-alert-color: #1700bf;
    --theme-alert-color--hover: #4025fe;
    --theme-alert-color--secondary: #1c00ec;
    --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: #0b0965;
    /* Background color outside the main content div */
    --button-background: pink;
    --button-color: #000098;
    --button-border: #0000b0;
    --button-dark: #0b0965;
    --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: #8482e1;
    --text-color: #ccc;
    --color-base: var(--text-color);
    --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);
    --background-color-neutral-subtle: var(--body-light);
 
    /* 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: #1e269f;
    --errorbox-border: #0b0965;
    --warningbox-bg: #342a14;
    --warningbox-border: #765816;
    --successbox-bg: #2e5e05;
    --successbox-border: #3c780a;
 
    /* diff */
    --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: #1e269f;
 
    /* 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);
 
    /* 1.43 */
    --background-color-interactive-subtle: var(--ooui-interface);
    --border-color-base: var(--ooui-interface-border);
    --color-subtle: var(--subtle-color);
    --background-color-disabled-subtle: var(--ooui-interface);
    --background-color-base: var(--ooui-interface);
     --background-color-notice-subtle: var(--ooui-normal);
 
    /* Messageboxes */
    --messagebox-notice-border: #eab759;


/* === TABELAS ENHANCE === */
    /* Template:Quote */
table.table-enhance {
    --pull-quote-max-width: 80%;
    max-width: 600px;
     --pull-quote-text-color: var(--text-color);
     margin: 1em auto;
     --pull-quote-mark-color: var(--messagebox-notice-border);
     border-collapse: collapse;
     --pull-quote-mark-font: "Noto Sans", serif;
    background-color: #fff;
     --pull-quote-hyphens: auto;
     border: 1px solid #ccc;
     --pull-quote-frame-color: #bbb;
     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,
    /* Recent changes */
.table-enhance td {
    --rc-positive-color: #407813;
     border: 1px solid #e0e0e0;
    --rc-negative-color: #0f1eb4;
     padding: 6px 10px;
    --rc-highlight-c1: #232746;
     text-align: center;
    /* blue */
     vertical-align: middle;
     --rc-highlight-c2: #143d31;
}
     /* green */
    --rc-highlight-c3: #594a2b;
     /* yellow */
    --rc-highlight-c4: #5c3a23;
     /* orange */
    --rc-highlight-c5: #4a1313;
    /* red */
    --rc-highlight-grey: #423636;


.table-enhance th {
    /* Extra classes */
     background-color: #f5f5f5;
    --text-color-red: #8a94f8;
     font-weight: 600;
    --text-color-orange: #f9b575;
     color: #333;
    --text-color-yellow: #fbe062;
}
    --text-color-green: #a8de7a;
     --text-color-blue: #7cc5f0;
     --text-color-purple: #b097e6;
     --text-color-pink: #dd9ded;
    --text-color-grey: #c5d2da;
    --table-bg-blue: #0b5884;
    --table-bg-green: #3c780a;
    --table-bg-yellow: #a48900;
    --table-bg-orange: #b55e0c;
    --table-bg-red: #1e269f;
    --table-bg-pink: #984c89;
    --table-bg-grey: #5d6773;


.table-enhance tr:nth-child(even) td {
    /* SVG */
    background-color: #fafafa;
    --arrow-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5' fill='%23cbd9f4'/%3E%3C/svg%3E");
}
}


.table-enhance tr:hover td {
/* --------------------
    background-color: #f0f8ff;
          body
     transition: background-color 0.2s ease;
  -------------------- */
#mw-page-base {
     background: none;
}
}


.table-enhance-vertical td:first-child {
.mw-body {
     font-weight: bold;
    background-color: var(--body-main);
     color: #2c3e50;
    color: var(--text-color);
    border-color: transparent;
     box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
     margin-top: 0;
}
}


/* === AJUSTES NA SIDEBAR === */
/* --------------------
#p-logo {
  Vector Legacy - layout de navegacao
     background-color: transparent !important;
  -------------------- */
#left-navigation {
     margin-left: 12.5em;
    margin-top: 2.9em;
    margin-bottom: -1px;
    position: relative;
}
}


#mw-panel .mw-portlet.portal .vector-menu-content-list>li>a {
#right-navigation {
     font-size: 0.80rem !important;
     margin-top: 2.9em;
     font-family: 'Noto Sans', sans-serif !important;
     margin-bottom: -1px;
     font-weight: 600 !important;
     position: relative;
}
}


/* === REMOÇÃO DE BORDAS EM TÍTULOS === */
#p-search {
.mw-headline {
    margin-top: 0;
     border-bottom: none !important;
    margin-left: 4px;
}
 
html:not(.nav-ready) #right-navigation {
     opacity: 0;
}
 
html.nav-ready #right-navigation {
    opacity: 1;
}
}


/* --------------------
        headings
  -------------------- */
h1,
h1,
h2,
h2,
Linha 110: Linha 281:
h5,
h5,
h6 {
h6 {
     border-bottom: none !important;
     color: var(--text-color);
}
}


.video-responsivo {
h1,
    max-width: 600px;
h2,
    width: 100%;
h3,
    margin: 0 auto;
h4,
    background: black;
h5,
    padding: 0;
h6,
     overflow: hidden;
body .vector-body h1,
     position: relative;
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: 'Noto Sans', sans-serif;
     font-weight: 600;
}
}


.video-responsivo video {
h1,
     width: 100% !important;
h2 {
    height: auto !important;
     border-color: var(--sidebar);
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
}


#contentSub,
#firstHeading {
#contentSub2 {
     color: var(--heading-color);
     margin: 0 !important;
    padding: 0 !important;
    display: none;
    /* opcional: se quiser sumir com tudo */
}
}


/* Discord */
/* -------------------------
#n-Discord {
    <footer> below content
     font-size: 10px;
  ------------------------- */
    line-height: 1.5em;
.mw-footer {
     color: var(--background-text-color);
}
}


#p-Discord-label {
.mw-footer li {
     display: none;
     color: var(--background-text-color);
}
}


#n-Discord a {
.mw-footer a,
    color: #fff !important;
.mw-footer a:active,
    font-weight: bold;
.mw-footer a:visited {
    border-radius: 4px;
     color: var(--background-link-color);
     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;
    <input> placeholder
    opacity: 0.85;
  ------------------------- */
    margin-left: 1.25em
::placeholder {
     color: var(--subtle-color);
}
}


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


#n-Discord a:hover {
a:visited,
    text-decoration: none;
a:active {
     background-color: #7885ff;
     color: var(--link-color);
    border-color: #6c77f0;
    transition: .3s
}
}


/* css atual */
a.new,
/* ESTILIZAÇÃO PADRÃO */
a.new:visited,
 
.mw-usertoollinks-contribs-no-edits {
.thumb .thumbcaption .magnify:first-child {
     color: var(--redlink-color);
     display: none;
}
}


html {
/* interwiki & external links */
     scroll-behavior: auto;
.mw-parser-output a.extiw,
    /*smooth*/
.mw-parser-output a.external {
     color: var(--link-color);
}
}


.dark-mode:root {
.mw-parser-output a.extiw:visited,
     --content-bg: #fcfcfc;
.mw-parser-output a.external:visited,
.mw-parser-output a.extiw:active,
.mw-parser-output a.external:active {
     color: var(--link-color);
}
}


:root {
/* =====================
    --content-bg: #fcfcfc;
      Common MediaWiki
    --content-text: #000;
  elements inside .mw-body
    --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 {
.mw-message-box-error,
     --content-bg: #fcfcfc;
.errorbox,
.cdx-message--error {
     background-color: var(--errorbox-bg);
    border-color: var(--errorbox-border);
}
}


a:visited,
.mw-notification.mw-notification-type-warn,
a {
.mw-message-box-warning,
     color: var(--link-text) !important;
.warningbox,
.usermessage,
.cdx-message--warning {
     background-color: var(--warningbox-bg);
    border-color: var(--warningbox-border);
}
}


/*
.mw-message-box-success,
body {
.successbox,
position: relative;
.cdx-message--success {
}
    background-color: var(--successbox-bg);
body {
    border-color: var(--successbox-border);
position: relative;
}
}


body::before {
.catlinks {
content: '';
    background: var(--body-light);
position: fixed;
    border: 1px solid var(--body-border);
top: 0;
    /*padding: 8px 15px;*/
left: 0;
     /*box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);*/
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;
}
}


/*
.catlinks li {
  h1,
     border-color: var(--body-border);
  h2 {
      margin-bottom: 0.6em;
      border-bottom: 0px !important;
  }
  */
#firstHeading {
     border-bottom: 0px !important;
}
}


#simpleSearch {
/* fix AA blur on image scaling */
     background-color: var(--simpleSearch-bg) !important;
img.mw-file-element,
table.filehistory img[alt^="Thumbnail"],
.gallery.mw-gallery-traditional .gallerybox img {
     image-rendering: pixelated;
}
}


#p-personal {
/* --------------------
     right: 1em;
      page history
     top: .5em;
  -------------------- */
}
/*#pagehistory ul {
     list-style: none;
     margin: 0;
}*/


#p-search {
#pagehistory li {
     float: left;
     border: 1px solid transparent;
     margin-left: -0.1em;
     /*padding: 1px 10px;*/
    margin-right: 1em;
     /*margin: 2px 0;*/
     margin-top: -0.4em;
}
}


#searchInput {
#pagehistory li.selected {
     background-color: #231813;
     background-color: var(--body-light);
    color: var(--searchInput-text);
     color: inherit;
     width: 100%;
     border: 1px dashed var(--body-border);
    height: 2.15384615em;
     outline: none;
     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;
  sticky compare revs
     border: 2px solid #5c3f2b !important;
  -------------------- */
     border-right-width: 2px !important;
#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;*/
}
}


/* Force lining numbers in headers (for fonts like Georgia) */
/*.wgl-stickyheader #mw-history-compare > div:first-of-type {
h1,
     top: 2.5rem;
h2,
}*/
.firstHeading {
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
     font-feature-settings: "lnum";
}


/* Consistent size for sub/sup */
/*body.wgl-stickyheader.action-view .mw-headline:target::before {
.mw-body sub,
    display: block;
.mw-body sup,
    content: '';
span.reference
    margin-top: -3rem;
    height: 3rem;
    visibility: hidden;
    pointer-events: none;
}*/


/* for Parsoid */
.mw-mmv-post-image {
     {
     color: var(--text-color);
     font-size: 80%;
     background-color: var(--body-main);
}
}


.mw-mmv-image-metadata {
    border-top-color: var(--body-mid);
    background-color: var(--body-light);
}


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


/* CSS Hover Gallery for Mediawiki */
.mw-mmv-options-enable-alert {
    background-color: var(--body-light);
    color: var(--text-color);
}


.gallery_zoom_img img {
.mw-mmv-options-dialog-header,
    -moz-transition: -moz-transform 0.1s ease-in;
.mw-mmv-options-text-header,
    -webkit-transition: -webkit-transform 0.1s ease-in;
.mw-mmv-options-text-body,
    -o-transition: -o-transform 0.1s ease-in;
.mw-mmv-options-enable-alert,
     transition: transform 0.1 ease-in;
.mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-dialog-header,
.mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-text-header {
     color: var(--text-color);
}
}


.gallery_zoom_img img:hover {
.mw-revslider-container {
    -moz-transform: scale(2);
     border-color: var(--sidebar);
     -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
}


/*--------------------------------------------------
.mw-revslider-slider-wrapper {
      CSS CUSTOMIZADO
    border-top-color: var(--sidebar);
      --------------------------------------------------*/
}


/*--------------------------------------------------
.mw-ui-button {
      Vector
    background-color: var(--ooui-normal);
      --------------------------------------------------*/
    color: var(--ooui-text);
    border-color: var(--ooui-normal-border);
}


.vector-menu-tabs li {
.cdx-button:not( :disabled),
     background: transparent;
.mw-ui-button:not( :disabled),
.cdx-button:enabled,
.mw-ui-button:enabled,
.cdx-button.cdx-button--fake-button--enabled,
.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),
      Tabber
.mw-ui-button:not( :disabled):focus:not(:active):not(.cdx-button--is-active),
      --------------------------------------------------*/
.cdx-button:enabled:focus:not(:active):not(.cdx-button--is-active),
.mw-ui-button:enabled:focus:not(:active):not(.cdx-button--is-active),
.cdx-button.cdx-button--fake-button--enabled:focus:not(:active):not(.cdx-button--is-active),
.mw-ui-button.cdx-button--fake-button--enabled:focus:not(:active):not(.cdx-button--is-active) {
    color: var(--ooui-text);
    border-color: var(--ooui-accent);
    box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
}


.center-tab .tabber__header {
.cdx-button:not( :disabled):hover,
     justify-content: center;
.mw-ui-button:not( :disabled):hover,
.cdx-button:enabled:hover,
.mw-ui-button:enabled:hover,
.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,
      Tags de uso generalizado
.mw-ui-button:not( :disabled):visited,
      --------------------------------------------------*/
.cdx-button:enabled:visited,
.mw-ui-button:enabled:visited,
.cdx-button.cdx-button--fake-button--enabled:visited,
.mw-ui-button.cdx-button--fake-button--enabled:visited {
    color: var(--ooui-text);
}


.mt-1 {
.cdx-button:not( :disabled).cdx-button--weight-primary.cdx-button--action-progressive,
     margin-top: .75em;
.mw-ui-button:not( :disabled).cdx-button--weight-primary.cdx-button--action-progressive,
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive,
.mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive,
.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);
}
}


.mt-2 {
.cdx-button:not( :disabled).cdx-button--weight-primary.cdx-button--action-progressive:hover,
     margin-top: 1.5em;
.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,
.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);
}
}


.mt-4 {
.cdx-button:not( :disabled).cdx-button--weight-primary.cdx-button--action-progressive:focus,
     margin-top: 3em;
.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;
}
}


.mt--4 {
.cdx-button:not( :disabled).cdx-button--weight-primary.cdx-button--action-progressive:active,
     margin-top: -2em;
.mw-ui-button:not( :disabled).cdx-button--weight-primary.cdx-button--action-progressive:active,
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
.mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
.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,
.cdx-button:not( :disabled).mw-ui-progressive:not(:disabled):active,
.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;
}
}


.mb-2 {
.cdx-button.cdx-button--action-destructive:not( :disabled),
     margin-bottom: 1em;
.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,
.cdx-button.mw-ui-button--weight-quiet,
.mw-ui-button.cdx-button--weight-quiet,
.mw-ui-button.mw-ui-button--weight-quiet,
.cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive,
.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);
}


.d-flex,
.cdx-checkbox__input:enabled:checked+.cdx-checkbox__icon,
.td-flex td {
.mw-ui-checkbox__input:enabled:checked+.cdx-checkbox__icon,
     display: flex;
.cdx-checkbox__input:enabled:indeterminate+.cdx-checkbox__icon,
.mw-ui-checkbox__input:enabled:indeterminate+.cdx-checkbox__icon {
     background-color: var(--ooui-progressive);
    border-color: var(--ooui-progressive);
}
}


.d-block {
.cdx-checkbox__input:enabled:checked:hover+.cdx-checkbox__icon,
     display: block;
.mw-ui-checkbox__input:enabled:checked:hover+.cdx-checkbox__icon,
.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);
}
}


.relative {
.cdx-checkbox__input:enabled:checked:active+.cdx-checkbox__icon,
     position: relative;
.mw-ui-checkbox__input:enabled:checked:active+.cdx-checkbox__icon,
.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);
}
}


.text-justify {
.cdx-checkbox__input:enabled:checked:focus:not(:active),
     text-align: justify;
.mw-ui-checkbox__input:enabled:checked:focus:not(:active),
.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;
}
}


.align-center {
.cdx-checkbox__input:enabled:checked:focus:not(:active):not(:hover)+.cdx-checkbox__icon,
     align-items: center;
.mw-ui-checkbox__input:enabled:checked:focus:not(:active):not(:hover)+.cdx-checkbox__icon,
.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;
}
}


.align-top {
.cdx-checkbox__input:enabled:hover+.cdx-checkbox__icon,
     align-items: flex-start;
.mw-ui-checkbox__input:enabled:hover+.cdx-checkbox__icon {
     border-color: var(--ooui-accent);
}
}


.justify-between {
.cdx-checkbox__input:enabled:active+.cdx-checkbox__icon,
     justify-content: space-between;
.mw-ui-checkbox__input:enabled: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);
}
}


.justify-center {
input[type='checkbox']:hover+.cdx-button.cdx-button--weight-quiet,
     justify-content: center;
input[type='checkbox']:hover+.cdx-button.mw-ui-button--weight-quiet,
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;
}
}


.border-none {
input[type='checkbox']:focus+.cdx-button.cdx-button--weight-quiet,
     border: none !important;
input[type='checkbox']:focus+.cdx-button.mw-ui-button--weight-quiet,
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);
}
}


.w-25 {
input[type='checkbox']:active+.cdx-button.cdx-button--weight-quiet,
     width: 25%;
input[type='checkbox']:active+.cdx-button.mw-ui-button--weight-quiet,
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 */
}
}


.h-100 {
.mw-ui-input:not(:disabled),
     height: 100%;
.cdx-text-input__input:enabled {
     background-color: var(--ooui-input);
    color: var(--text-color);
    border-color: var(--ooui-input-border);
}
}


.flex-wrap {
.mw-ui-input:not(:disabled):hover,
     flex-wrap: wrap;
.cdx-text-input__input:enabled:hover {
     border-color: var(--ooui-input-border--hover);
}
}


.section-title {
.mw-ui-input:not(:disabled):focus,
    display: block;
.cdx-text-input__input:enabled:focus {
    border-radius: 8px;
     border-color: var(--ooui-accent);
    background: linear-gradient(to bottom, #459cca, #5684c8);
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
     width: fit-content;
    color: white;
    padding: .25em 5em;
     letter-spacing: 1px;
}
}


.badge {
.mw-ui-input:not(:disabled)::placeholder,
    padding: .25em .57em;
.cdx-text-input__input:enabled::placeholder {
    margin: .45em;
     color: var(--byline-color);
    border-radius: 6px;
}
     color: white;
 
    font-weight: bold;
.mw-content-ltr.mw-highlight-lines pre,
    text-transform: capitalize;
.mw-content-ltr.content .mw-highlight-lines pre {
    white-space: nowrap;
     box-shadow: inset 2.75em 0 0 var(--mw-code-background-color);
    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 {
/*.mw-content-ltr .redirectText li:first-child::before {*/
    width: 100%;
/*    content: '';*/
    min-height: 14em;
/*    background: currentcolor;*/
     margin: 0 auto;
/*    -webkit-mask: url("filepath://Redirect-arrow.svg") no-repeat 50% 50% / contain;*/
     border-radius: 10px;
/*    mask: url("filepath://Redirect-arrow.svg") no-repeat 50% 50% / contain;*/
     box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
/*    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);
}
}


.card-title {
.article-table>tr>th,
    display: block;
.article-table>tr>td,
    padding: .25em 0;
.article-table>*>tr>th,
    margin-bottom: 1em;
.article-table>*>tr>td,
    width: 100%;
.fandom-table>tr>th,
     border-radius: 10px 10px 0 0;
.fandom-table>tr>td,
    background: linear-gradient(to bottom, #459cca, #5684c8);
.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);
}


    font-size: 1.2em;
.wikitable>tr>th.table-noborder,
     font-weight: bold;
.wikitable>tr>td.table-noborder,
     text-align: center;
.wikitable>*>tr>th.table-noborder,
     letter-spacing: 1px;
.wikitable>*>tr>td.table-noborder {
     color: white;
     border-left-style: hidden;
     border-right-style: hidden;
     padding-left: 0;
     padding-right: 0;
}
}


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


.scaleUp-hover:hover {
.tabber .wikitable {
     transform: scale(1.1);
     box-shadow: none;
}
}


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


/*--------------------------------------------------
.mw_metadata th {
      Tooltip
    background-color: var(--wikitable-header-bg);
      --------------------------------------------------*/
}


.simple-tooltip-inline {
.mw_metadata td {
     border: none !important;
     background-color: var(--wikitable-bg);
}
}


.tooltipster-default {
/* Special:Allpages, blocklist, etc */
     background-color: rgb(220, 220, 220);
.mw-datatable {
    color: black !important;
     border-color: var(--wikitable-border);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
}


.tooltipster-arrow {
.mw-datatable td,
     borde-color: rgb(220, 220, 220) !important;
.mw-datatable th {
     border-color: var(--wikitable-border);
}
}


#bigImage {
.mw-datatable th {
     position: absolute;
     background-color: var(--wikitable-header-bg);
    transform: translate(0, -100%);
}
}


/**********************************
.mw-datatable td {
          Widget:GlobalEventTimer
     background-color: var(--wikitable-bg);
          **********************************/
.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 {
.mw-datatable tr:hover td {
     width: 100%;
     background-color: var(--wikitable-bg);
    height: 100%;
    object-fit: cover;
}
}


#global-event-time {
table.alternating-rows tr:nth-child(odd),
    position: absolute;
table.alternating-cols td:nth-child(odd) {
    bottom: 3%;
     background: var(--wikitable-alternating-bg);
    left: 3px;
}
    padding: 2px 5px;
 
    font-size: 1.2em;
table.mw-json th,
    font-weight: bold;
table.mw-json td {
    color: #fff;
     border-color: var(--wikitable-border);
    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;
}
}


/**********************************
table.mw-json th {
      WIDGET: PAGEVIDEO
     background-color: var(--wikitable-header-bg);
      **********************************/
.pagevideo-wrapper {
     display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px auto;
    width: 100%;
}
}


.pagevideo {
table.mw-json td {
     width: 100%;
     background: var(--wikitable-bg);
    max-width: 800px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #000;
}
}


@media screen and (max-width: 768px) {
/* Special:AllMessages */
    .pagevideo {
#mw-allmessagestable .am_actual,
        max-width: 100%;
#mw-allmessagestable .am_default {
    }
    background-color: var(--wikitable-bg);
}
}


/**********************************
#mw-allmessagestable .am_default:hover,
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
#mw-allmessagestable .am_actual:hover,
      **********************************/
#mw-allmessagestable tbody:hover td {
.mw-parser-output .external {
     background-color: var(--wikitable-bg-lighter);
     background-image: none !important;
    padding-right: 0 !important;
}
}


/**********************************
/* For tables within tables, to make them take up the full space of a cell */
      PREDEFINIÇÃO: Titulo
/*table.wikitable td.no-cell-spacing {*/
      #firstHeading {
/*   padding: 0;*/
      display: none;
/*   height: 0;*/
  }
/*}*/
      **********************************/


/*table.wikitable td.no-cell-spacing table {*/
/*    margin: -1px;*/
/*    width: calc(100% + 2px);*/
/*    height: calc(100% + 2px);*/
/*}*/


#custom-title {
.collection-table td {
     display: inline-block;
     vertical-align: top;
    display: block;
    text-align: left;
}
}


#custom-title img {
.collection-table {
     display: inline-block;
     table-layout: fixed;
    max-width: 1700px;
}
}


/*--------------------------------------------------
@media screen and (max-width: 900px) {
      Pagina Inicial
    table.wikitable.collection-table {
      --------------------------------------------------*/
        display: block;
.initialPage--table {
        overflow-x: auto;
    width: 100%;
    }
    text-align: center;
}
}


.initialPage--table>tbody>tr>th,
/* =================
.initialPage--table>tbody>tr>td {
        diffs
     background: transparent !important;
  ================= */
.diff-context {
    border-color: var(--diff-context-border-color);
    background: var(--diff-context-background);
     color: inherit;
}
}


.initialPage--title,
.diff-addedline {
.initialPage--events {
     border-color: var(--diff-addedline-border-color);
     border: none;
    border-collapse: separate;
}
}


.initialPage--events th,
.diff-addedline .diffchange {
.initialPage--title th {
     background: var(--diff-addedline-background);
     color: black !important;
     color: var(--diff-addedline-color);
     padding: .4em;
}
}


.initialPage--title th {
.diff-deletedline {
     background-color: transparent !important;
     border-color: var(--diff-deletedline-border-color);
    font-size: 2em;
}
}


.initialPage--events {
.diff-deletedline .diffchange {
     display: flex;
     background: var(--diff-deletedline-background);
     height: 20em;
     color: var(--diff-deletedline-color);
}
}


.initialPage--eventsLogo {
/* "↪" */
    height: 100%;
.mw-diff-movedpara-left:after,
    padding: .5em 3.5em 2em 0;
/* "↩" */
     display: flex;
.mw-diff-movedpara-right:after {
    align-items: center;
     color: var(--text-color);
}
}


.initialPage--events td {
/* ------------------
     text-align: center;
NEW INLINE DIFFS
    display: flex;
----------------- */
    align-items: center;
.mw-diff-table-prefix .mw-diff-inline-legend .mw-diff-inline-legend-ins {
    justify-content: flex-end;
     background: var(--diff-addedline-background);
}
}


.initialPage--mainContainer {
.mw-diff-table-prefix .mw-diff-inline-legend .mw-diff-inline-legend-del {
     display: flex;
     background: var(--diff-inline-deletedline);
    align-items: flex-start;
}
}


.initialPage--menuContainer {
.mw-diff-inline-added.mw-diff-empty-line::after,
     width: 75%;
.mw-inline-diff-newline::after {
     margin-right: 1.5em;
     background: var(--diff-addedline-background);
     color: var(--byline-color);
}
}


.initialPage--sideMenuContainer {
.mw-diff-inline-added ins,
     width: 25%;
.mw-diff-inline-changed ins,
.mw-diff-inline-moved ins {
     background: var(--diff-addedline-background);
}
}


.initialPage--menuTitle {
.mw-diff-inline-deleted.mw-diff-empty-line::after,
    display: block;
.mw-inline-diff-newline::after {
    text-align: center;
     background: var(--diff-inline-deletedline);
     width: 100%;
     color: var(--byline-color);
     font-size: 1.75em;
}
    font-weight: bold;


    background: linear-gradient(to bottom, #459cca, #5684c8);
.mw-diff-inline-deleted del,
    border-radius: 10px 10px 0 0;
.mw-diff-inline-changed del,
     color: white;
.mw-diff-inline-moved del {
     background: var(--diff-inline-deletedline);
}
}


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


.initialPage--menuItemContainer {
/* Special:Notifications */
     display: flex;
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
    justify-content: center;
     background: var(--body-main);
    flex-wrap: wrap;
}


     padding: 1em 0;
.mw-body-content .mw-echo-ui-datedSubGroupListWidget-title-secondary {
     color: var(--byline-color);
}
}


.initialPage--menuItem {
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
     width: 22.5%;
     background-color: var(--ooui-normal);
    color: var(--ooui-accent);
}
}


.initialPage--menuItem a img {
.mw-echo-ui-pageNotificationsOptionWidget-label-count {
     width: 100%;
     background-color: var(--ooui-normal);
    color: var(--byline-color);
}
}


.initialPage--socialMediaContainer {
.oo-ui-optionWidget-selected .mw-echo-ui-pageNotificationsOptionWidget-label-count {
     box-sizing: border-box;
     color: var(--ooui-accent);
    width: 100%;
    margin-top: 8em;
    padding: 0 1.5em;
}
}


.initialPage--socialMedia {
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted {
     position: relative;
     background-color: var(--ooui-normal);
     border-top: 2px solid #689cc0;
     color: var(--text-color);
    margin-top: 1em;
}
}


.initialPage--socialMedia:before {
.mw-echo-ui-crossWikiUnreadFilterWidget {
     content: '';
     border-color: var(--body-border);
    position: absolute;
    top: -2px;
    display: block;
    width: 0;
    height: 2px;
    z-index: 1;
    transition: width .25s ease;
}
}


.initialPage--socialMedia:hover::before {
.mw-echo-ui-crossWikiUnreadFilterWidget-subtitle {
     width: 100%;
     color: var(--byline-color);
}
}


.initialPage--socialMediaLink {
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup>.oo-ui-popupWidget-popup>.oo-ui-popupWidget-head,
     display: flex;
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup>.oo-ui-popupWidget-popup>.oo-ui-popupWidget-footer {
    justify-content: space-between;
     border-color: var(--ooui-interface-border);
    align-items: center;
}


    font-size: 1.35em;
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup>.oo-ui-popupWidget-popup>.oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child {
    font-weight: 600;
     border-left-color: var(--ooui-normal-border);
     letter-spacing: .03em;
}
    color: #689cc0 !important;


     padding: .9em .5em;
.mw-echo-ui-notificationItemWidget {
     transition: color .25s ease;
     background-color: var(--ooui-normal);
     border-color: var(--ooui-normal-border);
}
}


.initialPage--socialMediaLink:visited {
.mw-echo-ui-notificationItemWidget:hover,
     color: #689cc0 !important;
.mw-echo-ui-notificationItemWidget-unread:hover {
     background-color: var(--ooui-normal--hover);
}
}


.initialPage--socialMediaLink:hover {
.mw-echo-ui-notificationItemWidget:last-child {
     text-decoration: none;
     border-bottom-color: var(--ooui-normal-border);
}
}


.socialMedia--svg {
.mw-echo-ui-notificationItemWidget-unread {
     display: flex;
     background-color: var(--notification);
    align-items: center;
}
}


.socialMedia--svg svg {
.mw-echo-ui-crossWikiNotificationItemWidget-group,
     width: 2em;
.mw-echo-ui-bundleNotificationItemWidget-group {
    fill: #689cc0;
     background-color: var(--ooui-interface);
    transition: all .25s ease;
}
}


.socialMedia--svg svg path {
.mw-echo-ui-toggleReadCircleButtonWidget-circle {
     fill: inherit;
     background-color: var(--ooui-progressive);
}
}


/*
.mw-echo-ui-toggleReadCircleButtonWidget:hover .mw-echo-ui-toggleReadCircleButtonWidget-circle {
      Discord
    background-color: var(--ooui-progressive--hover);
      */
}


.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread {
     color: #5865f2 !important;
    background-color: var(--ooui-normal);
     border-color: var(--ooui-normal-border);
}
}


.initialPage--socialMedia.discord:before {
.mw-echo-ui-notificationItemWidget-content-message-header,
     background: #5865f2;
.mw-echo-ui-notificationItemWidget-content-message-body,
.mw-echo-ui-menuItemWidget>.oo-ui-buttonElement-button>.oo-ui-labelElement-label,
.mw-echo-ui-notificationItemWidget-content-actions-timestamp {
     color: var(--ooui-text);
}
}


.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
.mw-echo-ui-bundleNotificationItemWidget-group {
     fill: #5865f2 !important;
     background-color: var(--body-main);
}
}


/*
@keyframes unseen-fadeout-to-unread {
      Instagram
    from {
      */
        background-color: var(--wikitable-bg-lighter);
    }
 
    to {
        background-color: var(--notification);
    }


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


.initialPage--socialMedia.instagram:before {
@keyframes unseen-fadeout-to-read {
     background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
     from {
}
        background-color: var(--wikitable-bg-lighter);
    }
 
    to {
        background-color: var(--body-main);
    }


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


/*
/* ==============================
      Facebook
        <tabber> styling
      */
  ============================== */


.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
.tabber .tabbertab {
     color: #4267B2 !important;
    background-color: var(--tabber-tab-bg);
    border: none;
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
}


.initialPage--socialMedia.facebook:before {
:root.client-js .tabber:not(.tabberlive)>.tabbertab:nth-child(n+2) {
     background: #4267B2;
     display: none;
}
}


.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
ul.tabbernav {
     fill: #4267B2 !important;
    border-bottom: 1px solid var(--body-border);
    font-family: inherit;
     padding: unset;
}
}


/*--------------------------------------------------
ul.tabbernav li a:link,
      Ocultação de componentes
ul.tabbernav li a:visited {
      --------------------------------------------------*/
    color: var(--tabber-inactive-tab-color);
}


#p-navigation {
ul.tabbernav li.tabberactive>a {
     background-color: transparent;
     background-color: transparent;
    color: var(--tabber-active-tab-color);
    border-bottom: 3px solid var(--link-color);
    position: relative;
}
}


#mw-head-base {
ul.tabbernav li.tabberactive>a:hover,
ul.tabbernav li a:hover {
    color: var(--tabber-active-tab-color);
     background-color: transparent;
     background-color: transparent;
     width: auto !important;
     border-color: var(--tabber-active-tab-hover-border-color);
    border-bottom: 3px solid var(--tabber-active-tab-color);
    filter: brightness(1.1);
}
}


#mw-page-base {
ul.tabbernav li a {
     background: transparent;
     background-color: transparent;
    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;
}
}


#mw-panel #p-tb h3 {
/* ======================
     color: rgb(0, 0, 0);
            OOUI
    font-size: .75em;
  ====================== */
.oo-ui-widget {
     color: var(--ooui-text);
}
}


#p-tb {
.oo-ui-checkboxInputWidget [type='checkbox']+span,
     display: none;
.oo-ui-radioInputWidget [type='radio']+span {
     background-color: var(--ooui-input);
    border-color: var(--ooui-input-border);
}
}


/* #ca-nstab-mediawiki { display: none; } */
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked+span,
/* #ca-talk { display: none; } */
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate+span {
#ca-view {
    background-color: var(--ooui-progressive);
    display: none;
    border-color: var(--ooui-progressive);
}
}


#ca-history {
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked+span {
     display: none;
     border-color: var(--ooui-progressive);
}
}


#ca-viewsource {
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:hover+span,
     display: none !important;
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:hover+span {
     background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}
}


/* #ca-unwatch { display: none; } */
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:hover+span {
/* #p-cactions { display: none; } */
    border-color: var(--ooui-progressive--hover);
/*
}
      Pacientes
      */


.table-pacients {
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover+span,
    display: block;
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:hover+span {
    max-width: 1400px;
     border-color: var(--ooui-accent);
     overflow-x: auto;
}
}


.table-pacients img {
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus+span {
     width: 15.715em;
     border-color: var(--ooui-accent);
     height: auto;
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
}
}


/*
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:active+span,
      PERSONAGENS
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:active+span,
      */
.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);
}


.filter--containerSearch {
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:active+span {
     display: flex;
     background-color: var(--ooui-progressive--hover);
     padding: 0 2em;
     border-color: var(--ooui-progressive--hover);
    justify-content: flex-end;
    align-items: center;
}
}


.filter--container {
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active+span {
     display: flex;
     border-color: var(--ooui-progressive--hover);
     padding: 0 2em;
     box-shadow: inset 0 0 0 1px var(--ooui-progressive--hover);
    justify-content: space-between;
    align-items: center;
}
}


.filter {
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active+span:before {
    width: fit-content;
     border-color: var(--ooui-progressive--hover);
    display: flex;
    justify-content: center;
    border: 3px solid #b0cff1;
     border-collapse: collapse;
    border-radius: 8px;
}
}


.filter--title {
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus+span,
    display: flex;
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:focus+span {
    border-right: 3px solid #b0cff1;
     background-color: var(--ooui-progressive--hover);
     background: #4c91c9;
     border-color: var(--ooui-accent);
     padding: 0 1em;
     box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
    align-items: center;
     border-radius: 4px 0 0 4px;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: bold;
    color: white;
}
}


.filter--icon,
.oo-ui-checkboxInputWidget [type='checkbox']:disabled+span,
.calcXp--tierIcon {
.oo-ui-radioInputWidget [type='radio']:disabled+span {
    padding: .35em .95em;
     background-color: var(--ooui-disabled);
     background: transparent;
     border-color: var(--ooui-disabled);
     cursor: pointer;
}
}


.filter--icon.tier img {
.oo-ui-dropdownWidget-handle {
     filter: grayscale(.0);
     border-color: var(--ooui-normal-border);
}
}


.filter--icon.tier.active img {
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
     box-shadow: none;
     background-color: var(--ooui-input);
    color: var(--ooui-text);
    border-color: var(--body-border);
}
}


.filter--icon img {
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover {
     filter: grayscale(.8);
     background-color: var(--ooui-normal--hover);
     border-radius: 10px;
    color: var(--ooui-text);
     border-color: var(--ooui-normal-border);
}


     transition: all .25s ease;
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:active {
     color: var(--ooui-text);
}
}


.calcXp--tierIcon img {
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus {
     filter: drop-shadow(0px 1px 8px #4c91c900);
     border-color: var(--ooui-accent);
     border-radius: 10px;
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
}


     transition: all .25s ease;
.oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle {
     background-color: var(--ooui-normal--hover);
}
}


.filter--icon.active img {
.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle {
     box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
     color: var(--ooui-disabled-text);
     filter: grayscale(0);
    text-shadow: none;
    border-color: var(--ooui-disabled-border);
     background-color: var(--ooui-disabled);
}
}


.filter--icon.tier.active img,
.oo-ui-dropdownInputWidget select {
.calcXp--tierIcon.active img {
     border-color: var(--ooui-normal-border);
     transform: scale(.85);
}
}


.filter--icon.tier#bronze.active img,
.oo-ui-dropdownInputWidget option {
.calcXp--tierIcon#bronze.active img {
     background-color: var(--ooui-interface);
     filter: drop-shadow(0px 1px 8px #f18a05);
}
}


.filter--icon.tier#silver.active img,
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled {
.calcXp--tierIcon#silver.active img {
     background-color: var(--ooui-normal);
     filter: drop-shadow(0px 1px 8px #8b8b8b);
}
}


.filter--icon.tier#gold.active img,
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled:hover {
.calcXp--tierIcon#gold.active img {
     background-color: var(--ooui-normal--hover);
     filter: drop-shadow(0px 1px 8px #fbc300);
}
}


.filter--icon.tier#diamond.active img,
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select {
.calcXp--tierIcon#diamond.active img {
     color: var(--ooui-text);
     filter: drop-shadow(0px 1px 8px #0391c5);
}
}


.filter--input {
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover,
    box-sizing: border-box;
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:active {
    padding: .45em;
     color: var(--ooui-text);
    padding-right: 2.5em;
     border-color: var(--ooui-normal-border);
     border: 3px solid #b0cff1;
    font-size: 1.2em;
     border-radius: 8px;
    width: 23em;
}
}


.filter--inputContainer {
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:focus {
     box-sizing: border-box;
    border-color: var(--ooui-accent);
     position: relative;
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
}
 
.oo-ui-labelWidget.oo-ui-inline-help {
     color: var(--byline-color);
}
}


.filter--searchButton {
.oo-ui-menuSelectWidget {
     cursor: pointer;
     background-color: var(--ooui-interface);
    display: inline-block;
     border-color: var(--ooui-interface-border);
     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-menuSelectWidget-frameless {
    box-shadow: inset 0 -1px 0 0 var(--ooui-normal-border);
}
}


.filter--searchButton img {
.oo-ui-menuSectionOptionWidget {
     filter: invert(1);
     color: var(--byline-color);
}
}


.calcXp--container {
.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted,
    box-sizing: border-box;
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected {
    padding: 2.25em 1.25em;
     background-color: var(--ooui-normal--hover);
     width: 43em;
     color: var(--ooui-text);
     border: 3px solid #b0cff1;
    border-radius: 26px;
}
}


.calcXp--resultTitle {
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted,
    text-align: center;
.oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
     color: #4f7ca0;
     color: var(--ooui-accent);
    margin: 0;
     background-color: #282828;
    margin-top: -.5em !important;
     letter-spacing: .05em;
}
}


.calcXp--formItem {
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget:hover {
     display: flex;
     background: #282828;
     align-items: center;
     color: var(--ooui-accent);
}
}


.calcXp--formItem input {
.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget {
    box-sizing: border-box;
     color: var(--ooui-text);
    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 {
.oo-ui-messageDialog-title {
    font-size: 1.225em;
     color: inherit;
    font-weight: 500;
    letter-spacing: .05em;
    margin-right: .5em;
     color: #386a93;
}
}


#calculate-btn {
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error {
     box-sizing: border-box;
     background-color: var(--errorbox-bg);
     cursor: pointer;
     border-color: var(--errorbox-border);
    display: block;
}
    width: 15em;
    margin: 2em auto;
    padding: .45em 1em;


    border: none;
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning {
    border-radius: 6px;
     background-color: var(--warningbox-bg);
     background: #4c91c9;
     border-color: var(--warningbox-border);
     box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
    color: white;


    font-size: 1.35em;
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success {
    text-transform: capitalize;
     background-color: var(--successbox-bg);
    letter-spacing: 0.05em;
     border-color: var(--successbox-border);
     font-weight: bold;
     transition: .35s ease;
}
}


#calculate-btn:hover {
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice {
     color: #ffffff;
     border-color: var(--messagebox-notice-border);
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
    transform: scale(.95);
    background: #4685b8;
}
}


#calc-result {
.oo-ui-messageWidget.oo-ui-flaggedElement-error:not(.oo-ui-messageWidget-block),
    margin-top: 1em;
.oo-ui-messageWidget.oo-ui-flaggedElement-success:not(.oo-ui-messageWidget-block) {
     display: flex;
     color: var(--ooui-text);
    justify-content: center;
}
}


#calc-result .badge {
.oo-ui-optionWidget.oo-ui-widget-disabled {
     display: flex;
     color: var(--ooui-disabled-text);
    align-items: center;
    justify-content: center;
    max-height: 5em;
    width: 5em;
}
}


.calcXp--xpIcon {
.oo-ui-outlineControlsWidget {
     margin-left: -.2em;
     background-color: var(--ooui-normal);
}
}


.calcXp--numberOfPots {
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted {
     padding-top: .2em;
     background-color: var(--ooui-normal--hover);
     font-size: 1.15em;
     color: var(--ooui-text);
}
}


#characters-container {
.oo-ui-popupWidget-popup {
     display: flex;
     background-color: var(--ooui-interface);
     flex-wrap: wrap;
     border-color: var(--ooui-interface-border);
    padding: 1em;
}
}


#characters-container>div {
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after {
     box-sizing: border-box;
     border-bottom-color: var(--ooui-interface);
    display: none;
    padding: 1em;
    width: 19%;
    margin-right: 1%;
}
}


#characters-container>div.show {
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before {
     display: block;
     border-bottom-color: var(--ooui-interface-border);
}
}


#characters-container>div>a>img {
.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after {
    width: 100%;
     border-top-color: var(--ooui-interface);
     border-radius: 8px;
    filter: grayscale(.3);
    transition: all .25s ease;
}
}


#characters-container>div:hover>a>img {
.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:before {
     box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
     border-top-color: var(--ooui-interface-border);
    filter: grayscale(0);
    transform: scale(1.06);
}
}


.characterPage--splashArt {
.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:after {
     position: absolute;
     border-right-color: var(--ooui-interface);
    top: -2%;
    right: -2%;
    width: 35%;
}
}


.characterPage--table {
.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:before {
     margin-top: -4em;
     border-right-color: var(--ooui-interface-border);
    width: 100%;
}
}


.characterPage--table>tbody {
.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:after {
     position: relative;
     border-left-color: var(--ooui-interface);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
}


.characterPage--table>tbody>.characterPage--mainSection {
.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:before {
     display: flex;
     border-left-color: var(--ooui-interface-border);
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
}
}


.characterPage--table>tbody>.characterPage--sideSection {
.oo-ui-searchWidget-query {
     box-sizing: border-box;
     border-bottom-color: var(--ooui-interface-border);
    display: flex;
    justify-content: center;
    width: 33%;
    padding: 0 1em;
}
}


.characterPage--characterInfoContainer {
.oo-ui-selectFileWidget-dropTarget {
     width: 43%;
     background-color: var(--ooui-interface);
    border-color: var(--ooui-interface-border);
}
}


.characterPage--statsInfoContainer {
.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget {
     width: 55%;
     background-color: var(--ooui-interface);
}
}


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


.stats--container>div {
.oo-ui-tabOptionWidget {
     width: 45%;
     color: var(--ooui-text);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5em;
}
}


.stats--container div img {
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
     width: 2.25em;
     background-color: var(--body-dark);
    color: var(--ooui-text);
}
}


.stats--bar {
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
     display: flex;
     border-bottom-color: var(--link-color);
    width: -webkit-fill-available;
     color: var(--link-color);
     justify-content: space-between;
    padding: 0 1.25em;
}
}


.bar-filled:first-child,
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover,
.bar-notFilled:first-child {
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active {
     border-radius: 6px 0 0 6px;
     background-color: var(--body-light);
    color: var(--ooui-text);
}
}


.bar-filled:last-child,
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover {
.bar-notFilled:last-child {
     background-color: var(--body-dark);
     border-radius: 0 6px 6px 0;
}
}


.bar-filled,
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
.bar-notFilled {
     color: var(--ooui-progressive);
     display: block;
     box-shadow: inset 0 -2px 0 0 var(--ooui-progressive);
     width: 18%;
    height: 6px;
}
}


.bar-filled {
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected:hover,
     background: var(--blue);
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected:focus {
     color: var(--ooui-progressive--hover);
    box-shadow: inset 0 -2px 0 0 var(--ooui-progressive--hover);
}
}


.bar-notFilled {
.oo-ui-tabSelectWidget-framed {
     background: var(--transparent-blue);
     background: none;
    border-bottom: 1px solid var(--ooui-interface-border);
}
}


.characterInfo--name {
.oo-ui-tabSelectWidget-frameless {
     margin: 0 !important;
     box-shadow: inset 0 -1px 0 0 var(--ooui-interface-border);
}
}


.characterInfo--badgeContainer {
.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-framed:after {
     display: flex;
     background: var(--mobile-navbox-linear-gradient);
    justify-content: center;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
}
}


.characterInfo--contentContainer {
.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-frameless:after {
     display: flex;
     background: var(--mobile-navbox-linear-gradient);
    justify-content: space-between;
    padding: .6em 1.3em;
}
}


.characterInfo--imageContainer {
.oo-ui-tagItemWidget {
     width: 25%;
     border-color: var(--ooui-normal-border);
}
}


.characterInfo--medal {
.oo-ui-tagItemWidget.oo-ui-widget-enabled {
     margin-top: -1.5em;
     color: var(--ooui-text);
}
}


.oo-ui-tagItemWidget.oo-ui-widget-enabled:hover {
    background-color: var(--ooui-normal--hover);
    color: var(--ooui-text);
    border-color: var(--ooui-normal-border);
}


.characterInfo--infoContainer {
.oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed) {
     width: 75%;
     background-color: var(--ooui-normal);
    text-align: center;
}
}


.characterInfo--infoContainer #toc {
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover {
     display: none;
     background-color: var(--ooui-normal--hover);
}
}


.characterPage--skins {
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled {
     width: 100%;
     background-color: var(--ooui-interface);
}
}


.characterPage--characterSkills {
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined {
     width: 100%;
     background-color: var(--ooui-normal);
}
}


/*
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled {
      Card de Skins
    background-color: var(--ooui-interface);
      */
}


.skins--container {
.oo-ui-textInputWidget .oo-ui-inputWidget-input,
     display: flex;
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle {
    justify-content: flex-start;
     background-color: var(--ooui-input);
    flex-wrap: wrap;
     color: var(--ooui-text);
     padding: -0.75em 0.75em;
     border-color: var(--ooui-input-border);
     gap: -0.5em;
    /* Adiciona espaçamento consistente entre os itens */
}
}


.skins--container span {
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input::placeholder {
     width: 33.3%;
     color: var(--subtle-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
}


.skins--imageSkin {
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus {
     max-width: 100%;
     border-color: var(--ooui-accent);
     /* Limita o tamanho máximo da imagem */
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
    max-height: 100%;
    /* Limita o tamanho máximo da imagem */
    object-fit: contain;
    /* Garante que a imagem se ajusta proporcionalmente */
}
}


/*
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly]:not(.oo-ui-pendingElement-pending) {
      Seção das skills do personagem
    background-color: var(--ooui-disabled);
      */
    color: var(--ooui-disabled-text);
}


.tabsContainer {
.oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input {
     width: 95%;
     border-color: var(--ooui-input-border--hover);
    margin: 0 auto;
    padding-bottom: .5em;
}
}


.tabsContainer table {
.oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input:focus {
    width: 100%;
     border-color: var(--ooui-accent);
     border-collapse: collapse;
}
}


.tabsContainer table>tbody>tr>td {
@media screen and (min-width: 0) {
     border-bottom: 2px solid rgb(225, 225, 225);
     .oo-ui-textInputWidget.oo-ui-widget-enabled textarea.oo-ui-inputWidget-input:focus {
        outline: 1px solid var(--ooui-accent);
    }
}
}


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


.skillInfo--description::-webkit-scrollbar,
.oo-ui-toggleSwitchWidget {
.tabSkill--container::-webkit-scrollbar {
    background-color: var(--ooui-input);
    width: 8px;
     border-color: var(--ooui-input-border);
     height: 8px;
}
}


.skillInfo--description::-webkit-scrollbar-track,
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip {
.tabSkill--container::-webkit-scrollbar-track {
     background-color: var(--ooui-input);
     background-color: #4799c954;
     border-color: var(--ooui-input-border);
     border-radius: 10px;
}
}


.skillInfo--description::-webkit-scrollbar-thumb,
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover {
.tabSkill--container::-webkit-scrollbar-thumb {
     background-color: var(--ooui-input);
     background-color: rgb(85 135 200 / 74%);
     border-color: var(--ooui-accent);
     border-radius: 10px;
}
}


.tab-skill {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover .oo-ui-toggleSwitchWidget-grip {
    transition: all .25s ease;
     background-color: var(--ooui-input);
     width: 100%;
     border-color: var(--ooui-accent);
     min-width: 5em;
}
}


.tab-skill.active {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active,
     border-color: #459cca;
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover,
.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);
}
}


.tab-skill>div {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active .oo-ui-toggleSwitchWidget-grip,
    cursor: pointer;
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover .oo-ui-toggleSwitchWidget-grip,
    box-sizing: border-box;
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:focus .oo-ui-toggleSwitchWidget-grip {
    width: 100%;
     background-color: var(--ooui-input);
    display: flex;
     border-color: var(--ooui-input);
     justify-content: center;
     align-items: center;
    padding: .25em;
}
}


.tab-skill>div>img {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus {
     width: 100%;
     border-color: var(--ooui-accent);
     max-width: 40px;
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
    height: auto;
}
}


.skillInfo--container {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus .oo-ui-toggleSwitchWidget-grip {
     width: 100%;
     border-color: var(--ooui-accent);
}
}


.skillInfo--container>td {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on {
     border: none !important;
    background-color: var(--ooui-progressive);
     border-color: var(--ooui-progressive);
}
}


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


.skillInfo.active {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:hover {
     display: table-cell;
     background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}
}


.skillInfo.active {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active,
     display: table-cell;
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active:hover {
     background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}
}


.skillInfo--videoContainer {
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus {
    border-color: var(--ooui-progressive);
}


     align-self: center;
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus::before {
     width: 45%;
     border-color: #fff;
     /* TODO Color */
}
}


.skillInfo--skillVideo2 {
.oo-ui-toggleSwitchWidget.oo-ui-widget-disabled {
     display: none;
     background-color: var(--ooui-disabled);
     border-radius: 8px;
     border-color: var(--ooui-disabled);
}
}


.skillInfo--skillVideo2.active {
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled>.oo-ui-buttonElement-button {
     display: flex;
     color: var(--ooui-text);
}
}


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


     transition: all .25s ease;
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled>.oo-ui-buttonElement-button:focus {
     border-color: var(--ooui-accent);
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}
}


.skillInfo--videoSelector.active {
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed>input.oo-ui-buttonElement-button,
     background: var(--blue);
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled>.oo-ui-buttonElement-button:active {
    transform: scale(.8);
     color: var(--ooui-text);
}
}


.skillInfo--infoContainer {
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button,
     width: 50%;
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:hover {
     color: var(--ooui-text);
}
}


.skillInfo>div>.skillInfo--infoContainer b {
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:active,
     color: #2a87c4 !important;
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed>.oo-ui-buttonElement-button {
     color: var(--ooui-text);
    border-color: var(--ooui-text);
}
}


.skillInfo--infoContainer>center>b {
.oo-ui-buttonElement-frameless.oo-ui-widget-disabled>.oo-ui-buttonElement-button {
     font-size: 1.15em;
     color: var(--ooui-disabled-text);
}
}


.skillInfo--name {
.oo-ui-buttonElement-framed.oo-ui-widget-disabled>.oo-ui-buttonElement-button {
     font-size: 1.85em;
     background-color: var(--ooui-disabled);
     letter-spacing: 1px;
     border-color: var(--ooui-disabled-border);
    text-align: center;
}
}


.skillInfo--description {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button {
     display: inline-block;
     background-color: var(--ooui-input);
    font-size: 1.03em;
     color: var(--ooui-text);
    line-height: 1.5em;
     border-color: var(--ooui-normal-border);
     padding: 0 1em;
     height: 12em;
    max-height: 12em;
    overflow-y: auto;
    text-align: justify;
}
}


.skillInfo--attributesContainer>h1 {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button:hover {
     color: #717171;
     background-color: var(--ooui-normal--hover);
     font-size: 1.4em;
     color: var(--ooui-text);
     text-align: center;
     border-color: var(--ooui-normal-border);
    letter-spacing: 1px;
}
}


/* card attributes */
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button:focus {
.attribute--cardsContainer {
     border-color: var(--ooui-accent);
     display: flex;
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
     align-items: flex-start;
}


     width: fit-content;
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active>.oo-ui-buttonElement-button {
     margin: 0 auto;
     background-color: var(--ooui-progressive--hover);
     color: #fff;
    /* TODO Color */
    border-color: var(--ooui-progressive--hover);
}


     background: var(--lightGray);
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active>.oo-ui-buttonElement-button:focus {
     border: 2px solid var(--gray);
     border-color: var(--ooui-progressive--hover);
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
}
}


.cardAttribute {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button:active,
     box-sizing: border-box;
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed>.oo-ui-buttonElement-button {
     display: flex;
     background-color: var(--ooui-normal--hover);
     flex-direction: column;
     color: var(--ooui-text);
    justify-content: center;
     border-color: var(--ooui-normal-border);
    align-items: center;
    width: 8em;
}
}


.cardAttribute--icon {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button {
     margin: .6em 0;
     color: var(--ooui-text);
    height: 2em;
}
}


.cardAttribute--value {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:hover {
     margin: 0 !important;
     background-color: var(--ooui-normal--hover);
    border-color: var(--ooui-progressive--hover);
}


    font-size: .9em !important;
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:focus {
    font-weight: bold;
     border-color: var(--ooui-accent);
    line-height: 1.65em !important;
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
    letter-spacing: 2px;
     text-align: center;
     text-transform: uppercase;
}
}


/*------------------------------------
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive>.oo-ui-buttonElement-button {
      WANTED
     color: var(--ooui-text);
      -----------------------------------*/
 
.selectWanted--container {
     display: flex;
    justify-content: center;
}
}


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


.wantedPortrait--container {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button {
     width: 100%;
     background-color: var(--ooui-progressive);
    border-color: var(--ooui-progressive);
}
}


.wantedPortrait--title {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:hover {
     width: 100%;
     background-color: var(--ooui-progressive--hover);
     color: #292929;
     border-color: var(--ooui-progressive--hover);
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .035em;
}
}


.wantedPortraits {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:focus {
     display: flex;
     border-color: var(--ooui-accent);
     flex-wrap: wrap;
     box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
}
}


.wantedPortrait {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:active,
     box-sizing: border-box;
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed>.oo-ui-buttonElement-button,
     width: 18em;
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active>.oo-ui-buttonElement-button,
     padding: .35em;
.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);
}
}


.wantedPortrait img {
.oo-ui-pendingElement-pending {
     width: 100%;
     background-image: var(--ooui-pending-background-image);
    background-size: 200%;
    animation: oo-ui-pendingElement-stripes 6s linear infinite;
}
}


@media screen and (max-width: 1440px) {
@keyframes oo-ui-pendingElement-stripes {
     :root {
     100% {
         font-size: 14px;
         background-position: 100%;
     }
     }
}


    .characterInfo--contentContainer {
.oo-ui-messageDialog-content>.oo-ui-window-foot {
        padding: .6em;
    outline-color: var(--ooui-interface-border);
    }
}


    .characterInfo--infoContainer {
.oo-ui-messageDialog-message {
        width: 65%;
    color: var(--ooui-text);
    }
}


    .characterInfo--imageContainer {
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
        width: 35%;
    border-right-color: var(--ooui-interface-border);
    }
}


    .tabSkill--container {
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget {
        max-width: 61em;
    border-bottom-color: var(--ooui-interface-border);
        margin: 0 auto;
}
    }


    .tab-skill>div>img {
.oo-ui-processDialog-content .oo-ui-window-head,
        max-width: 38px;
.oo-ui-processDialog-content .oo-ui-window-foot {
    }
    outline-color: var(--ooui-interface-border);
}


.oo-ui-processDialog .oo-ui-actionWidget>.oo-ui-buttonElement-button {
    border-top-color: transparent;
    border-bottom-color: transparent;
}
}


@media screen and (max-width: 1220px) {
.oo-ui-processDialog .oo-ui-actionWidget>.oo-ui-buttonElement-button:hover,
    .tabSkill--container {
.oo-ui-processDialog .oo-ui-actionWidget>.oo-ui-buttonElement-button:active {
        max-width: 48em;
    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,
.oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive)>.oo-ui-buttonElement-button:active {
    border-right-color: var(--ooui-interface-border);
    border-left-color: transparent;
}


@media screen and (max-width: 1024px) {
.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);
}


    .flex-wrap-md {
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget>.oo-ui-buttonElement-button,
        flex-wrap: wrap;
.oo-ui-processDialog-actions-other .oo-ui-actionWidget>.oo-ui-buttonElement-button {
     }
    border-right-color: var(--ooui-normal-border);
     border-left-color: transparent;
}


    .justify-center-md {
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not(.oo-ui-labelElement)>.oo-ui-buttonElement-button:hover {
        justify-content: center;
    background-color: var(--ooui-normal--hover);
     }
     border-right-color: var(--ooui-interface-border);
}


    .initialPage--mainContainer {
.oo-ui-windowManager-modal>.oo-ui-dialog {
        flex-wrap: wrap;
    background-color: var(--ooui-window-background);
    }
}


    .initialPage--menuContainer {
.oo-ui-windowManager-modal>.oo-ui-dialog>.oo-ui-window-frame {
        width: 100%;
    background-color: var(--ooui-interface);
        margin-right: 0;
}
    }


    .initialPage--sideMenuContainer {
.oo-ui-windowManager-modal.oo-ui-windowManager-floating>.oo-ui-dialog>.oo-ui-window-frame {
        width: 100%;
    border-color: var(--ooui-interface-border);
        display: flex;
}
        flex-direction: column;
        margin-top: 1.5em;
    }


    .initialPage--sideMenuContainer .card {
.oo-ui-window {
        width: 45%;
    color: var(--ooui-text);
        min-height: 15em;
}
    }


    #event-time {
.oo-ui-toolbar-bar {
        bottom: 5%;
    background-color: var(--ooui-interface);
        right: 5%;
    color: var(--ooui-text);
        font-size: 1.25em;
}
    }


    .initialPage--socialMediaContainer {
.oo-ui-toolbar-position-top>.oo-ui-toolbar-bar {
        margin-top: 2em;
    border-bottom-color: var(--body-mid);
        display: flex;
}
        justify-content: space-between;
    }


    .initialPage--socialMedia {
.oo-ui-toolbar-bar .oo-ui-bookletLayout>.oo-ui-menuLayout-menu {
        width: 32%;
    border-right-color: var(--body-mid);
    }
}


    #p-search {
.oo-ui-tool.oo-ui-widget-enabled>.oo-ui-tool-link:hover {
        margin-right: 1em;
    background-color: var(--ooui-normal--hover);
    }
}


    .filter--containerSearch {
.oo-ui-tool.oo-ui-widget-enabled>.oo-ui-tool-link:focus {
        justify-content: center;
    outline: 1px solid var(--ooui-accent);
    }
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}


    .filter--container {
.oo-ui-tool.oo-ui-widget-enabled>.oo-ui-tool-link:active,
        margin-top: 1em;
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active>.oo-ui-tool-link,
        flex-wrap: wrap;
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active>.oo-ui-tool-link {
        justify-content: center;
    background-color: var(--ooui-normal--hover);
    }
    color: var(--ooui-accent);
    box-shadow: none;
}


    .filter:last-of-type {
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-tool-link {
        margin-top: 1em;
    background-color: var(--ooui-progressive);
    }
}


    #characters-container>div {
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-tool-link:hover {
        width: 24%;
    background-color: var(--ooui-progressive--hover);
    }
}


    .characterPage--splashArt {
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-tool-link:focus {
        display: none;
    box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
    }
}


    .characterPage--table>tbody>.characterPage--mainSection {
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-tool-link:active,
        width: 100%;
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-tool-active>.oo-ui-tool-link {
        justify-content: flex-start;
    background-color: var(--ooui-progressive--hover);
    }
}


    .characterPage--characterInfoContainer {
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled {
        width: 38%;
    background-color: var(--ooui-normal);
    }
}


    .characterPage--statsInfoContainer {
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover {
        width: 30%;
    background-color: var(--ooui-normal--hover);
        margin-left: 1.5%;
    color: var(--ooui-text);
    }
}


    .stats--container>div {
.oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
        width: 100%;
    color: var(--ooui-progressive);
    }
}


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


    .characterInfo--imageContainer {
.oo-ui-popupToolGroup-tools {
        width: 100%;
    background-color: var(--ooui-interface);
        display: flex;
    border-color: var(--body-mid);
        justify-content: center;
}
    }


    .characterInfo--medal {
.oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle:hover {
        margin-top: -2.5em;
    background-color: var(--ooui-normal--hover);
    }
}


    .characterInfo--infoContainer {
.oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle:focus {
        width: 100%;
    outline: 1px solid var(--ooui-accent);
     }
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
}


    .tabsContainer {
.oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle:hover {
        width: 100%;
    border-right-color: var(--ooui-normal--hover);
    }
}


    .tab-skill {
.oo-ui-popupToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus {
        min-width: 3.5em;
    box-shadow: inset 0 0 0 2px var(--ooui-accent);
    }
}


    .tab-skill>div>img {
.oo-ui-popupToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
        max-width: 36px;
    color: var(--ooui-progressive);
    }
}


    .skillInfo>div {
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active>.oo-ui-popupToolGroup-handle {
        flex-wrap: wrap-reverse;
    background-color: var(--ooui-normal);
     }
     color: var(--ooui-accent);
}


    .skillInfo--infoContainer {
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active>.oo-ui-popupToolGroup-handle:hover {
        width: 100%;
    background-color: var(--ooui-normal--hover);
     }
     color: var(--ooui-accent);
}


    .skillInfo--infoContainer>center>b {
.oo-ui-bookletLayout-outlinePanel>.oo-ui-outlineControlsWidget {
        font-size: 1.2em;
    border-top-color: var(--ooui-interface-border);
    }
}


    .skillInfo--name {
.oo-ui-bookletLayout>.oo-ui-menuLayout-menu {
        font-size: 2.2em !important;
    border-right-color: var(--ooui-interface-border);
        letter-spacing: 1px;
}
        margin-top: .5em !important;
        text-align: center;
    }


    .skillInfo--description {
.oo-ui-fieldLayout-disabled>.oo-ui-fieldLayout-body>.oo-ui-fieldLayout-header>.oo-ui-labelElement-label {
        font-size: 1.35em !important;
    color: var(--ooui-disabled-text);
        display: table;
}
        margin: 1em !important;


        height: 5em;
.oo-ui-panelLayout-framed {
        max-height: 5em;
    border-color: var(--sidebar);
    }
}


    .skillInfo--videoContainer {
.oo-ui-icon-settings {
        width: 100%;
    /* TODO SVG */
        margin: 0 auto;
    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");
        padding: 1em 10em;
}
        padding-bottom: 1em;
    }


    .cardAttribute--value {
.oo-ui-icon-clear {
        letter-spacing: 1px;
    /* TODO SVG */
        font-size: 1.1em;
    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");
    }
}


    .characterPage--table>tbody>.characterPage--sideSection {
.mw-widget-dateInputWidget-handle {
        width: 30%;
    background-color: var(--ooui-input);
        padding-left: 1.5%;
    color: var(--ooui-text);
        position: absolute;
    border-color: var(--ooui-input-border);
        top: 0;
}
        right: 0;
    }


    .skins--imageSkin {
.mw-widget-dateInputWidget-calendar {
        width: 100%;
    background-color: var(--ooui-interface);
    }
}


    .skins--container {
.mw-widget-dateInputWidget.oo-ui-widget-enabled .mw-widget-dateInputWidget-handle:hover {
        max-height: 14em;
    border-color: var(--ooui-input-border--hover);
        overflow-x: clip;
}
        overflow-y: auto;
    }


    .skins--container span {
.mw-widget-calendarWidget {
        width: 50%;
    border-color: var(--ooui-interface-border);
    }
}


    .calcXp--formItem {
.mw-widget-calendarWidget:focus {
        justify-content: center;
    border-color: var(--ooui-accent);
     }
     box-shadow: inset 0 0 0 1px var(--ooui-accent);
}


    .calcXp--container:last-of-type {
.mw-widget-calendarWidget-day,
        margin-top: 2em;
.mw-widget-calendarWidget-day-heading {
    }
    color: var(--ooui-text);
}


    #p-tb h3 {
.mw-widget-calendarWidget-day-additional {
        display: none;
    color: var(--ooui-text);
     }
     opacity: 0.67;
}


.mw-widget-calendarWidget-day-today {
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}
}


/*******************************************************************************
.mw-widget-calendarWidget-item:hover {
      PRESET: ABAS
     background-color: var(--ooui-progressive);
      *******************************************************************************/
.tabela-abas {
     width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px;
}
}


.mostrar-aba {
.mw-widget-calendarWidget-item-selected {
    cursor: pointer;
     background-color: var(--ooui-progressive--hover);
    padding: 0;
     background-color: transparent;
    text-align: center;
    border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}
}


.imagem-botao {
.mw-widgets-datetime-calendarWidget {
     display: inline-block;
     background-color: var(--ooui-interface);
     width: auto;
     border-color: var(--ooui-interface-border);
     height: auto;
}
 
.mw-widgets-datetime-calendarWidget:focus {
    border-color: var(--ooui-accent);
     box-shadow: inset 0 0 0 1px var(--ooui-accent), 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
}


.sec-aba-cem {
.mw-widgets-datetime-calendarWidget-grid .mw-widgets-datetime-calendarWidget-cell.mw-widgets-datetime-calendarWidget-extra .oo-ui-buttonElement-button .oo-ui-labelElement-label {
     padding: 5px;
     color: var(--subtle-color);
    font-weight: bold;
    text-align: center;
    color: #333;
}
}


.mostrar-aba img {
.mw-widgets-datetime-calendarWidget-grid .mw-widgets-datetime-calendarWidget-cell.mw-widgets-datetime-calendarWidget-selected .oo-ui-buttonElement-button {
    border: none;
     background-color: var(--ooui-progressive--hover);
     background-color: transparent;
    margin: 5px;
}
}


.mostrar-aba:hover::after {
.mw-widgets-datetime-dateTimeInputWidget-handle {
     content: '';
     background-color: var(--ooui-input);
     position: absolute;
     color: var(--ooui-text);
     bottom: 0;
     border-color: var(--ooui-input-border);
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.4);
    /* Barrinha sutil ao passar o mouse */
}
}


.mostrar-aba:hover img {
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled.mw-widgets-datetime-dateTimeInputWidget-handle:hover {
     filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
     border-color: var(--ooui-input-border--hover);
    /* Sombra leve ao passar o mouse */
}
}


.mostrar-aba:active img {
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled:hover input,
     filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled:hover textarea {
     border-color: var(--ooui-input-border--hover);
}
}


.mostrar-aba.ativa::after {
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-editField:hover {
    content: '';
     background-color: var(--ooui-normal);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
     background-color: #000;
}
}


.preset-aba {
/* ==========================
     margin: 0;
          VisualEditor
    padding: 0;
  ========================== */
.ve-activated .ve-init-mw-desktopArticleTarget-originalContent #catlinks:hover {
     background: var(--ooui-normal--hover);
}
}


.container-conteudo {
.ve-ui-overlay {
     margin: 0;
     font-family: inherit;
    padding: 0;
}
}


.aba {
.oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above {
     display: none;
     border-top-color: var(--body-mid);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
}
}


.aba.atual {
.ve-ce-branchNode-blockSlug,
     display: block;
.ve-ce-branchNode-newSlug {
    opacity: 1;
     outline-color: var(--body-border);
     transform: translateY(0);
     background-color: var(--ooui-interface);
}
}


.container-coliseu {
.ve-ui-specialCharacterPage h3 {
     display: block;
     color: var(--byline-color);
     text-align: center;
}
 
.ve-ui-toolbarDialog {
     background: var(--ooui-interface);
}
}


.coluna-abas {
.ve-ui-specialCharacterPage-character {
     flex: 0 0 200px;
     border-color: var(--body-mid);
    margin-right: 20px;
}
}


/*******************************************************************************
.ve-ui-specialCharacterPage-character:hover {
      PRESET: DIÁLOGOS
     border-color: var(--body-dark);
      *******************************************************************************/
.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,
.ve-ce-linkAnnotation.ve-ce-annotation-active {
.transcrições strong {
     box-shadow: 0 0 0 1px var(--body-mid);
     color: #000 !important;
     background: none;
     /* Garante que o texto negrito também será preto */
}
}


.transcrições::before {
.ve-ui-desktopContext .ve-ui-linkContextItem .ve-ui-linkContextItem-label {
    background-color: #F2F2F2;
     border-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;
}
}


.me {
.ve-ui-mwHelpPopupTool-version-label,
    float: left;
.ve-ui-mwHelpPopupTool-version-link,
    margin: 5px 45px 5px 20px;
.ve-ui-mwHelpPopupTool-version-date {
     color: #000;
     color: var(--byline-color);
    /* Garante que o texto dentro da classe .me será preto */
}
}


.me::before {
.ve-ce-tableCellableNode {
     box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
     border-color: var(--body-mid);
    left: -9px;
}
}


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


@media (max-width: 1024px) {
.ve-ui-mwTemplatePage-description,
    .item-grid>* {
.ve-ui-mwParameterPage-label,
        flex: 1 1 calc(25% - 10px);
.ve-ui-mwParameterPage-description-required,
        max-width: calc(25% - 10px);
.ve-ui-mwParameterPage-description-deprecated {
    }
    color: var(--byline-color);
}
}


@media (max-width: 768px) {
.mw-widget-titleWidget-menu .mw-widget-titleOptionWidget-description {
    .item-grid>* {
    color: var(--byline-color);
        flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
}
}


@media (max-width: 480px) {
.ve-ui-mwGalleryDialog-menuLayout>.oo-ui-menuLayout-menu,
    .item-grid>* {
.ve-ui-mwGalleryDialog-innerMenuLayout>.oo-ui-menuLayout-menu,
        flex: 1 1 calc(50% - 10px);
.ve-ui-mwGalleryDialog .ve-ui-mwGalleryDialog-image-container,
        max-width: calc(50% - 10px);
.ve-ui-targetWidget {
    }
    border-color: var(--body-border);
}
}


@media (max-width: 360px) {
.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending) {
     .item-grid>* {
     background-color: var(--body-main);
        flex: 1 1 100%;
        max-width: 100%;
    }
}
}


.iteminfobox {
.ve-ui-mwSaveDialog {
     padding: 10px;
     color: var(--ooui-text);
    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 {
.ve-ui-mwSaveDialog-options {
     font-size: clamp(10px, 2vw, 14px);
     background-color: var(--ooui-interface);
     color: #6587c4;
     border-color: var(--body-border);
    text-align: center;
}
     line-height: 1.2;
 
    white-space: nowrap;
.ve-ui-mwSaveDialog-summary {
     overflow: hidden;
     background-color: var(--ooui-input);
    text-overflow: ellipsis;
}
 
.ve-ui-mwSaveDialog-editSummary-count {
     border-color: var(--body-border);
}
}


/**********************
.ve-ui-mwSaveDialog-license {
      VECTOR.CSS
    color: var(--byline-color);
  **********************/
}


/* Geral */
.ve-ui-mwReferenceContextItem-muted {
a {
     color: var(--byline-color);
     color: #0645ad;
}
}


a:visited {
.ve-ui-mwNoticesPopupTool-items>div:not(:first-child),
     color: #0645ad;
.ve-ui-mwHelpPopupTool-item:not(:first-child) {
     border-color: var(--body-border);
}
}


a.new {
.ve-ui-mwTransclusionOutlineControlsWidget {
     color: rgb(206, 0, 0) !important;
     background-color: var(--ooui-interface);
    border-top-color: var(--body-border);
}
}


h1,
.ve-ui-mwTransclusionOutlineTemplateWidget-sticky {
h2,
     background-color: var(--ooui-interface);
h3,
h4,
h5,
h6 {
     color: #000000;
}
}


hr {
.ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.oo-ui-optionWidget-highlighted {
     color: #222;
     color: var(--ooui-text);
}
}


ul {
.ve-ui-mwTransclusionOutlineTemplateWidget-no-template-parameters {
     list-style-image: none;
     color: var(--subtle-color);
}
}


/* Cabeçalho */
.ve-ui-mwParameterPage-undocumentedLabel {
#mw-head-base {
     color: var(--subtle-color);
     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 */
.ve-ui-mwTwoPaneTransclusionDialogLayout>.oo-ui-menuLayout-menu {
#p-cactions {
     border-right: var(--body-border);
     background: none;
    margin-top: -0.6em;
}
}


#p-cactions li {
.ve-ui-mwParameterPage-doc-required,
     background: none;
.ve-ui-mwParameterPage-doc-deprecated,
.ve-ui-mwParameterPage-inlineDescription .ve-ui-mwParameterPage-doc-example {
     color: var(--byline-color);
}
}


#p-cactions li.selected {
.ve-ui-expandableContent-toggle {
     background: none;
     background-color: var(--ooui-interface);
    border: 2px solid #5c3f2a;
}
}


#p-cactions li.new {
.ve-ui-expandableContent-fade {
     background-color: #e2e2e2;
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, var(--ooui-interface) 90%);
}
}


#p-cactions li a {
.ve-ui-commandHelpDialog-shortcut>kbd,
     background-color: #e2e2e2;
.ve-ui-commandHelpDialog-sequence>kbd {
     color: #7070FF;
     background-color: var(--keypress-background);
     color: var(--keypress-color);
    border-color: var(--keypress-border);
    box-shadow: none;
    text-shadow: none;
}
}


#p-cactions li.selected a {
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-floating .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
     background-color: #324f74;
     background: var(--ooui-interface);
}
}


/* Barra de Pesquisa */
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
#searchInput {
     border-bottom-color: var(--body-mid);
     background-color: #ffffff;
    border-color: #0645ad;
}
}


#content {
/* ==============================
    color: var(--content-text);
      [[Template:Editnotice]]
     background-color: var(--content-bg) !important;
  ============================== */
     border: none !important;
.editnotice {
     box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
     font-size: 0.9em;
     padding-bottom: 0.75em;
     margin-bottom: 0.6em;
}
}


#simpleSearch {
.editnotice .editnotice-title {
     position: relative;
     font-size: 1.2em;
     height: 100%;
     font-weight: bold;
     background-color: white;
     margin-bottom: 0.4em;
}
}


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


.vector-menu-tabs li a {
.mw-highlight pre {
     background-position: center;
     background-color: inherit;
    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 {
.mw-highlight pre .hll {
     font-weight: bold;
     background-color: #49483e;
    background: #ffffff;
    border: 1px #0645ad solid;
}
}


.vector-menu-tabs ul {
.mw-highlight pre .c {
     float: left;
     color: #949eaa;
    height: 100%;
    list-style: none none;
    margin: 0;
    padding: 0;
    margin-top: -0.3em;
}
}


.vector-menu-dropdown .vector-menu-content {
/* Comment */
     background-color: none;
.mw-highlight pre .err {
    list-style: none none;
     color: #960050;
    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 */
/* Error */
.mw-body {
.mw-highlight pre .k {
     margin-top: -1px;
     color: #66d9ef;
    border: 1px solid #8d6e63;
    border-right-width: 1px;
}
}


.mw-parser-output small li {
/* Keyword */
     color: #000000;
.mw-highlight pre .l {
     color: #ae81ff;
}
}


.mw-parser-output tr i {
/* Literal */
     color: #000000;
.mw-highlight pre .n {
     color: #f8f8f2;
}
}


.mw-parser-output tr big {
/* Name */
     color: #000000;
.mw-highlight pre .o {
     color: #7226f9;
}
}


.mw-parser-output .center .thumbcaption,
/* Operator */
.mw-parser-output .tright .thumbcaption {
.mw-highlight pre .p {
     color: #000000;
     color: #f8f8f2;
}
}


/* Tabelas */
/* Punctuation */
.jquery-tablesorter tr td {
.mw-highlight pre .ch {
    background-color: #fcfcfc !important;
     color: #949eaa;
     color: #000000 !important;
}
}


#mw-content-text .mw-parser-output .jquery-tablesorter {
/* Comment.Hashbang */
     transform: translatex(0px) translatey(0px);
.mw-highlight pre .cm {
    background-color: #fcfcfc;
     color: #949eaa;
    color: #000000 !important;
    border-color: #0645ad;
}
}


/* Links */
/* Comment.Multiline */
#mw-normal-catlinks ul a,
.mw-highlight pre .cp {
#mw-normal-catlinks a,
     color: #949eaa;
#ca-delete a,
#ca-move a,
#ca-unprotect a {
     color: #0645ad !important;
}
}


#ca-delete a,
/* Comment.Preproc */
#ca-move a,
.mw-highlight pre .cpf {
#ca-unprotect a {
     color: #949eaa;
     background-color: #ffffff !important;
    border-color: #0645ad;
    border-width: 0px;
}
}


/* Rodapé */
/* Comment.PreprocFile */
#footer-info-lastmod {
.mw-highlight pre .c1 {
     display: none !important;
     color: #949eaa;
}
}


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


.mw-logline-protect {
/* Comment.Special */
     color: #f8f9fa !important;
.mw-highlight pre .gd {
     color: #7226f9;
}
}


.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
/* Generic.Deleted */
     margin-left: 12px;
.mw-highlight pre .ge {
    color: white;
     font-style: italic;
}
}


#msupload-div a {
/* Generic.Emph */
     color: #3366cc;
.mw-highlight pre .gi {
    cursor: pointer;
     color: #a6e22e;
    color: blue !important;
}
}


#msupload-bottom a {
/* Generic.Inserted */
.mw-highlight pre .gs {
     font-weight: bold;
     font-weight: bold;
    margin-right: 20px;
    color: black !important;
}
}


#msupload-list .file {
/* Generic.Strong */
     background: #8b929e;
.mw-highlight pre .gu {
    border-top: 1px solid #c8ccd1;
     color: #949eaa;
    margin: 0;
    padding: 10px;
    position: relative;
    color: black !important;
}
}


.wikiEditor-ui-toolbar .booklet>.index {
/* Generic.Subheading */
    float: left;
.mw-highlight pre .kc {
    width: 20%;
     color: #66d9ef;
    height: 125px;
    overflow: auto;
    resize: horizontal;
     color: black;
}
}


.codeEditor-status-message {
/* Keyword.Constant */
    border-left: 1px solid #c8ccd1;
.mw-highlight pre .kd {
    border-right: 1px solid #c8ccd1;
     color: #66d9ef;
    padding: 0 0.3em;
    width: 100%;
    display: table-cell;
     color: black !important;
}
}


.wikiEditor-ui-toolbar .tabs span.tab a {
/* Keyword.Declaration */
     color: #000000 !important;
.mw-highlight pre .kn {
    cursor: pointer;
     color: #7226f9;
    display: block;
    height: 32px;
    padding-left: 18px;
    padding-right: 12px;
}
}


.wikiEditor-ui-toolbar .group .tool-select .label {
/* Keyword.Namespace */
    position: relative;
.mw-highlight pre .kp {
    padding: 0 26px 0 4px;
     color: #66d9ef;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
     color: #222 !important;
}
}


.wikiEditor-ui-toolbar .group .tool-select .options .option {
/* Keyword.Pseudo */
    display: block;
.mw-highlight pre .kr {
    padding: 0.5em;
     color: #66d9ef;
    text-decoration: none;
     color: #000 !important;
    white-space: nowrap;
}
}


div.mw-number-text {
/* Keyword.Reserved */
     color: #888 !important;
.mw-highlight pre .kt {
     color: #66d9ef;
}
}


div.mw-number-text h3 {
/* Keyword.Type */
     color: #c1c1c1 !important;
.mw-highlight pre .ld {
     color: #e6db74;
}
}


/* Tooltip */
/* Literal.Date */
.tip2 {
.mw-highlight pre .m {
     background-color: #F2F2F2;
     color: #ae81ff;
    border-radius: 2px;
    box-shadow: 0 0 6px #B2B2B2;
    display: none;
    position: absolute;
    padding: 10px;
    z-index: 1;
}
}


.tooltip {
/* Literal.Number */
     position: relative;
.mw-highlight pre .s {
     color: #e6db74;
}
}


#tip-espaco {
/* Literal.String */
     margin-left: 10px;
.mw-highlight pre .na {
     color: #a6e22e;
}
}


#youtube {
/* Name.Attribute */
     margin-left: -155px;
.mw-highlight pre .nb {
     color: #f8f8f2;
}
}


.tooltip,
/* Name.Builtin */
.tooltip:hover+.tip2,
.mw-highlight pre .nc {
.tip2:hover {
     color: #a6e22e;
     display: inline;
}
}


/* tira o toggle do indice, ocultar/exibir */
/* Name.Class */
#toc .toctogglelabel {
.mw-highlight pre .no {
     display: none !important;
     color: #66d9ef;
}
}


span.toctogglespan {
/* Name.Constant */
     display: none !important;
.mw-highlight pre .nd {
     color: #a6e22e;
}
}


/*   WIKITABLE */
/* Name.Decorator */
table.wikitablec,
.mw-highlight pre .ni {
table.prettytable {
     color: #f8f8f2;
     margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
}


table.wikitablecenter,
/* Name.Entity */
table.prettytable {
.mw-highlight pre .ne {
     margin-left: auto;
     color: #a6e22e;
    margin-right: auto;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
}


table.wikitablec th,
/* Name.Exception */
table.wikitablec td,
.mw-highlight pre .nf {
table.prettytable th,
     color: #a6e22e;
table.prettytable td {
     border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}
}


table.wikitablec th,
/* Name.Function */
table.prettytable th {
.mw-highlight pre .nl {
     background: #f2f2f2;
     color: #f8f8f2;
    text-align: center;
}
}


table.wikitablec caption,
/* Name.Label */
table.prettytable caption {
.mw-highlight pre .nn {
     margin-left: inherit;
     color: #f8f8f2;
    margin-right: inherit;
    font-weight: bold;
}
}


table.prettytablec code,
/* Name.Namespace */
table.wikitablec code {
.mw-highlight pre .nx {
     background-color: transparent;
     color: #a6e22e;
}
}


table.wikitablew-tr th,
/* Name.Other */
table.wikitablew-tr td {
.mw-highlight pre .py {
     padding: 0.3em 0.4em;
     color: #f8f8f2;
}
}


table.wikitablecenter th,
/* Name.Property */
table.wikitablecenter td,
.mw-highlight pre .nt {
table.prettytable th,
     color: #7226f9;
table.prettytable td {
     border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}
}


table.wikitablecenter th,
/* Name.Tag */
table.prettytable th {
.mw-highlight pre .nv {
     background: #f2f2f2;
     color: #f8f8f2;
    text-align: center;
}
}


table.wikitablecenter caption,
/* Name.Variable */
table.prettytable caption {
.mw-highlight pre .ow {
     margin-left: inherit;
     color: #7226f9;
    margin-right: inherit;
    font-weight: bold;
}
}


table.prettytablecenter code,
/* Operator.Word */
table.wikitablecenter code {
.mw-highlight pre .w {
     background-color: transparent;
     color: #f8f8f2;
}
}


table.elements {}
/* Text.Whitespace */
.mw-highlight pre .mb {
    color: #ae81ff;
}


table.elements th,
/* Literal.Number.Bin */
table.elements td {
.mw-highlight pre .mf {
     padding: 0.5em;
     color: #ae81ff;
}
}


td.effective {
/* Literal.Number.Float */
     background-color: #BFFFBF;
.mw-highlight pre .mh {
     color: #ae81ff;
}
}


td.ineffective {
/* Literal.Number.Hex */
     background-color: #FFBF7F;
.mw-highlight pre .mi {
     color: #ae81ff;
}
}


td.nullified {
/* Literal.Number.Integer */
     background-color: #FFBFBF;
.mw-highlight pre .mo {
     color: #ae81ff;
}
}


/*   Wikitable White */
/* Literal.Number.Oct */
table.wikitablew,
.mw-highlight pre .sa {
table.prettytable,
     color: #e6db74;
table.wikitablew-tr {
     margin: 1em 0;
    background: #f9f9f9;
    border: 2px #fff solid;
    border-collapse: collapse;
}
}


table.wikitablewhite,
/* Literal.String.Affix */
table.prettytable {
.mw-highlight pre .sb {
     margin-left: auto;
     color: #e6db74;
    margin-right: auto;
}
     background: #f9f9f9;
 
    border: 2px #fff solid;
/* Literal.String.Backtick */
    border-collapse: collapse;
.mw-highlight pre .sc {
     color: #e6db74;
}
}


/*   Wikitable White */
/* Literal.String.Char */
table.wikitablenb,
.mw-highlight pre .dl {
table.prettytable,
     color: #e6db74;
table.wikitablenb-tr {
     margin: 1em 0;
    background: #f9f9f9;
    border: none;
    border-opacity: 0.5;
    border-collapse: collapse;
}
}


.wikitablenb border: opacity {
/* Literal.String.Delimiter */
     opacity: 0.5;
.mw-highlight pre .sd {
     color: #e6db74;
}
}


table.wikitablenoborder,
/* Literal.String.Doc */
table.prettytable {
.mw-highlight pre .s2 {
     margin-left: auto;
     color: #e6db74;
    margin-right: auto;
    background: #f9f9f9;
    border: 2px #e9e8e8 solid;
    border-collapse: collapse;
}
}


/* HOVER DA TABELA*/
/* Literal.String.Double */
.wikitablew td: hover {
.mw-highlight pre .se {
     background: #e9e8e8;
     color: #ae81ff;
}
}


.wikitablew-tr tr: hover {
/* Literal.String.Escape */
     background: #e9e8e8;
.mw-highlight pre .sh {
     color: #e6db74;
}
}


.wikitablenb border: hover {
/* Literal.String.Heredoc */
     color: #e9e8e8;
.mw-highlight pre .si {
     color: #e6db74;
}
}


table.wikitablew th,
/* Literal.String.Interpol */
table.wikitablew td,
.mw-highlight pre .sx {
table.prettytable th,
     color: #e6db74;
table.prettytable td,
table.wikitablew-tr th,
table.wikitablew-tr td {
     border: 2px #fff solid;
    padding: 0.3em 0.4em;
}
}


table.wikitablew th,
/* Literal.String.Other */
table.prettytable th,
.mw-highlight pre .sr {
table.wikitablew-tr th {
     color: #e6db74;
     background: #eaecf0;
}
}


table.wikitablew caption,
/* Literal.String.Regex */
table.prettytable caption,
.mw-highlight pre .s1 {
table.wikitablew-tr caption {
     color: #e6db74;
     margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
}


table.prettytablec code,
/* Literal.String.Single */
table.prettytable code,
.mw-highlight pre .ss {
table.wikitablew-tr code {
     color: #e6db74;
     background-color: transparent;
}
}


table.wikitablewhite th,
/* Literal.String.Symbol */
table.wikitablewhite td,
.mw-highlight pre .bp {
table.prettytable th,
     color: #f8f8f2;
table.prettytable td {
     border: 2px #fff solid;
    padding: 0.2em;
    text-align: center;
}
}


table.wikitablewhite th,
/* Name.Builtin.Pseudo */
table.prettytable th,
.mw-highlight pre .fm {
table.wikitablew-tr th {
     color: #a6e22e;
     background: #eaecf0;
    text-align: center;
    border-right: 1px #fff solid;
    padding: 0.3em 0.4em;
}
}


table.wikitablewhite caption,
/* Name.Function.Magic */
table.prettytable caption,
.mw-highlight pre .vc {
table.wikitablew-tr caption {
     color: #f8f8f2;
     margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
    text-align: center;
}
}


table.prettytablecenter code,
/* Name.Variable.Class */
table.wikitablewhite code,
.mw-highlight pre .vg {
table.wikitablew-tr code {
     color: #f8f8f2;
     background-color: #000;
}
}


table.elements {}
/* Name.Variable.Global */
.mw-highlight pre .vi {
    color: #f8f8f2;
}


table.elements th,
/* Name.Variable.Instance */
table.elements td {
.mw-highlight pre .vm {
     padding: 0.5em;
     color: #f8f8f2;
}
}


td.effective {
/* Name.Variable.Magic */
     background-color: #BFFFBF;
.mw-highlight pre .il {
     color: #ae81ff;
}
}


td.ineffective {
/* Literal.Number.Integer.Long */
     background-color: #FFBF7F;
.mw-highlight pre .lineno {
     color: #949eaa;
}
}


td.nullified {
/* Line number */
     background-color: #FFBFBF;
.mw-json th {
     background-color: var(--ooui-text);
    border-color: var(--ooui-normal);
    font-size: inherit;
}
}


/**********************************
.mw-json td {
wiki.gla.com.br/index.php/Predefini%C3%A7%C3%A3o:Img
    background-color: var(--ooui-text);
    border-color: var(--ooui-normal);
    font-size: inherit;
}


predefinição:img | deixa as imagens responsivas pro mobile
/* =======================================
**********************************/
      syntax highlight in ace editor
.responsive-image {
  ======================================= */
    max-width: 100%;
body .ace-tm .ace_gutter,
     display: block;
body .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter {
    margin: 0 auto;
     background: var(--sourceeditor-background);
     overflow: hidden;
     color: #cbd9f4;
}
}


.custom-image {
body .ace-tm .ace_print-margin,
     width: 100%;
body .ve-ui-mwAceEditorWidget .ace-tm .ace_print-margin {
    max-width: 800px;
     width: 1px;
     height: auto;
     background: #555651;
}
}


.responsive-image[style*="text-align:left"] {
body .ace-tm,
     margin: 0;
body .ve-ui-mwAceEditorWidget .ace-tm {
     text-align: left;
     background-color: var(--sourceeditor-background);
     color: #f8f8f2;
}
}


.responsive-image[style*="text-align:right"] {
body .ace-tm .ace_cursor,
     margin: 0;
body .ve-ui-mwAceEditorWidget .ace-tm .ace_cursor {
     text-align: right;
     color: #f8f8f0;
}
 
body .ace-tm .ace_marker-layer .ace_selection,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selection {
     background: var(--sourceeditor-background-secondary);
}
}


.responsive-image[style*="text-align:center"] {
body .ace-tm.ace_multiselect .ace_selection.ace_start,
     text-align: center;
body .ve-ui-mwAceEditorWidget .ace-tm.ace_multiselect .ace_selection.ace_start {
     box-shadow: 0 0 3px 0px var(--sourceeditor-background-secondary);
}
}


body .ace-tm .ace_marker-layer .ace_step,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_step {
    background: #665200;
}


/* ---------------------------------------------------------------------------------------------------------------- */
body .ace-tm .ace_marker-layer .ace_bracket,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_bracket {
    margin: -1px 0 0 -1px;
    border: 1px solid #49483e;
}


/* Estilos CSS para o componente de abas MediaWiki */
body .ace-tm .ace_marker-layer .ace_active-line,
/* Adicione este CSS na sua MediaWiki (Common.css ou página de estilos) */
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_active-line {
    background: var(--sourceeditor-background-secondary);
}


/* Container principal responsivo */
body .ace-tm .ace_gutter-active-line,
.mw-tabber-container {
body .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter-active-line {
    width: 100%;
     background-color: var(--sourceeditor-background-secondary);
    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 */
body .ace-tm .ace_marker-layer .ace_selected-word,
.mw-tabber-tabs {
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selected-word {
    display: flex;
     border: 1px solid #49483e;
    flex-wrap: wrap;
     background: #49483e;
    background-color: #eaecf0;
     border-bottom: 2px solid #a7d7f9;
     padding: 0;
    margin: 0;
    list-style: none;
}
}


/* Estilo individual de cada aba */
body .ace-tm .ace_invisible,
.mw-tabber-tab {
body .ve-ui-mwAceEditorWidget .ace-tm .ace_invisible {
    flex: 1 1 auto;
     color: #52524d;
    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 {
body .ace-tm .ace_entity.ace_name.ace_tag,
     border-right: none;
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_tag,
body .ace-tm .ace_keyword,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword,
body .ace-tm .ace_meta.ace_tag,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_meta.ace_tag,
body .ace-tm .ace_storage,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_storage {
     color: #7226f9;
}
}


/* Hover nas abas */
body .ace-tm .ace_punctuation,
.mw-tabber-tab:hover {
body .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation,
    background-color: #f8f9fa;
body .ace-tm .ace_punctuation.ace_tag,
     color: #0b0080;
body .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation.ace_tag {
     color: #fff;
}
}


/* Aba ativa */
body .ace-tm .ace_constant.ace_character,
.mw-tabber-tab.active {
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_character,
    background-color: #ffffff;
body .ace-tm .ace_constant.ace_language,
    color: #0645ad;
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_language,
    border-bottom: 3px solid #0645ad;
body .ace-tm .ace_constant.ace_numeric,
     font-weight: 600;
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_numeric,
body .ace-tm .ace_constant.ace_other,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_other {
     color: #ae81ff;
}
}


/* Container do conteúdo */
body .ace-tm .ace_invalid,
.mw-tabber-content {
body .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid {
     padding: 20px;
     color: #f8f8f0;
     background-color: #ffffff;
     background-color: #7226f9;
    min-height: 200px;
}
}


/* Painel de conteúdo individual */
body .ace-tm .ace_invalid.ace_deprecated,
.mw-tabber-panel {
body .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid.ace_deprecated {
     display: none;
     color: #f8f8f0;
     animation: fadeIn 0.3s ease;
     background-color: #ae81ff;
}
}


.mw-tabber-panel.active {
body .ace-tm .ace_support.ace_constant,
     display: block;
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_constant,
body .ace-tm .ace_support.ace_function,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_function {
     color: #66d9ef;
}
}


/* Animação de fade in */
body .ace-tm .ace_fold,
@keyframes fadeIn {
body .ve-ui-mwAceEditorWidget .ace-tm .ace_fold {
     from {
     background-color: #a6e22e;
        opacity: 0;
    border-color: #f8f8f2;
        transform: translateY(5px);
}
    }


    to {
body .ace-tm .ace_storage.ace_type,
        opacity: 1;
body .ve-ui-mwAceEditorWidget .ace-tm .ace_storage.ace_type,
        transform: translateY(0);
body .ace-tm .ace_support.ace_class,
    }
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_class,
body .ace-tm .ace_support.ace_type,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_type {
    color: #66d9ef;
}
}


/* Responsividade para tablets */
body .ace-tm .ace_entity.ace_name.ace_function,
@media (max-width: 768px) {
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_function,
     .mw-tabber-tabs {
body .ace-tm .ace_entity.ace_other,
        flex-direction: column;
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other,
    }
body .ace-tm .ace_entity.ace_other.ace_attribute-name,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other.ace_attribute-name,
body .ace-tm .ace_variable,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_variable {
    color: #a6e22e;
}
 
body .ace-tm .ace_variable.ace_parameter,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_variable.ace_parameter {
    color: #fd971f;
}
 
body .ace-tm .ace_string,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_string {
    color: #e6db74;
}
 
body .ace-tm .ace_keyword.ace_operator,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword.ace_operator {
    color: #949eaa;
}
 
body .ace-tm .ace_comment,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_comment {
    color: #949eaa;
}
 
body .ace-tm .ace_indent-guide,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_indent-guide {
    background: none;
    border-right: solid 1px #334567;
    margin-left: -1px;
}
 
/* ===========================
        Lua debug console
  =========================== */
body #mw-scribunto-input {
    background-color: var(--sourceeditor-background);
    border: 1px solid var(--sourceeditor-border);
}
 
body .mw-scribunto-console-fieldset {
     color: #cbd9f4;
    background-color: var(--sourceeditor-background);
}
 
body .mw-scribunto-normalOutput,
body .mw-scribunto-print,
body .mw-scribunto-error,
body .mw-scribunto-propList,
body .mw-scribunto-message,
body .mw-scribunto-tabcomplete {
    background: none;
}
 
body .mw-scribunto-input {
    color: #3ea6e6;
}


    .mw-tabber-tab {
body .mw-scribunto-normalOutput {
        border-right: none;
    color: #cbd9f4;
        border-bottom: 1px solid #c8ccd1;
}
        width: 100%;
    }


    .mw-tabber-tab.active {
body .mw-scribunto-print {
        border-bottom: 3px solid #0645ad;
    color: #f9d000;
        border-right: none;
}
    }


    .mw-tabber-content {
body .mw-scribunto-error {
        padding: 15px;
    color: #3142ee;
    }
}
}


/* Responsividade para mobile */
body .mw-scribunto-propList,
@media (max-width: 480px) {
body .mw-scribunto-message {
    .mw-tabber-tab {
    color: #6bc71f;
        padding: 10px 15px;
}
        font-size: 13px;
    }


     .mw-tabber-content {
body .mw-scribunto-tabcomplete {
        padding: 12px;
    color: #855cd8;
        min-height: 150px;
}
 
body .mw-scribunto-clear {
     color: #3142ee;
    border-bottom-color: #3142ee;
}
 
/* =====================
Messageboxes
===================== */
.mw-message-box,
.mw-message-box-error,
.mw-message-box-warning,
.mw-message-box-success,
.usermessage,
.cdx-message {
    color: var(--text-color);
}
 
.messagebox {
    display: flex;
    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 {
    font-weight: 600;
}
 
.mw-body-content .messagebox p {
    margin: 0;
    font-size: 0.9em;
    color: #cccbcb;
}
 
.messagebox.notice {
    border-left-color: var(--messagebox-notice-border);
    background-color: var(--body-light);
}
 
.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;
}
 
.messagebox.beta {
    background-color: #0b0965;
    border-left-color: #0000b0;
}
 
.messagebox.notice.plainlinks.removed {
    border-left-color: #2b06cc;
}
 
.messagebox.notice.dlc-content.dlc-Tides_of_the_Foscari {
    border-left-color: #52cf55;
    background: rgb(42 58 40);
    background: linear-gradient(45deg, rgb(42 58 40) 0%, rgb(27 60 27) 100%);
}
 
.messagebox.notice.dlc-content.dlc-Legacy_of_the_Moonspell {
    border-left-color: #66D0FF;
    background: rgb(35 58 68);
    background: linear-gradient(45deg, rgb(35 58 68) 0%, rgb(47 62 98) 100%);
}
 
.messagebox.notice.dlc-content.dlc-Emergency_Meeting {
    border-left-color: #d8b4ff;
    background: rgb(71 60 84);
    background: linear-gradient(45deg, rgb(71 60 84) 0%, rgb(60 45 82) 100%);
}
 
.messagebox.notice.dlc-content.dlc-Operation_Guns {
    border-left-color: #adadad;
    background: rgb(51 51 51);
    background: linear-gradient(45deg, rgb(51 51 51) 0%, rgb(53 52 52) 100%);
}
 
.messagebox.notice.dlc-content.dlc-Ode_to_Castlevania {
    border-left-color: #6662c6;
    background: rgb(54 55 87);
    background: linear-gradient(45deg, rgb(54 55 87) 0%, rgb(46 45 93) 100%);
}
 
.messagebox.notice.dlc-content.dlc-Emerald_Diorama {
    border-left-color: #53c69d;
    background: rgb(47 70 62);
    background: linear-gradient(45deg, rgb(47 70 62) 0%, rgb(43 60 54) 100%);
}
 
.messagebox.notice.dlc-content.dlc-Ante_Chamber {
    border-left-color: #7676FF;
    background: rgb(72 32 32);
    background: linear-gradient(45deg, rgb(72 32 32) 0%, rgb(52 52 94) 100%);
}
 
/* =====================
Template:Quote
===================== */
 
/* Sourced from https://dev.fandom.com/wiki/MediaWiki:Global_Lua_Modules/Quote.css */
/* #content added as a parent selector to the following in order to override default blockquote styles. */
 
blockquote {
    line-height: 1.5em;
    font-size: 1em;
    color: #c7c7c7;
    background: var(--body-light);
    border: 1px solid #434242;
    border-left: 8px solid var(--messagebox-notice-border) !important;
    color: #ccc !important;
    display: flex;
    flex-direction: column;
    margin: 1em auto;
}
 
blockquote.plain {
    border: 1px solid #434242 !important;
}
 
#content .pull-quote {
    flex-wrap: wrap;
    max-width: var(--pull-quote-max-width);
    font-size: 1em;
    line-height: 1.8;
    overflow: hidden;
}
 
#content .pull-quote__text {
    flex-basis: 100%;
    position: relative;
    padding: 0 2em;
    hyphens: var(--pull-quote-hyphens);
    color: var(--pull-quote-text-color);
    font-size: inherit;
    font-style: italic;
}
 
#content .pull-quote__text::before,
#content .pull-quote__text::after {
    display: inline;
    position: absolute;
    font-size: 3em;
    font-family: var(--pull-quote-mark-font);
    font-weight: 700;
    color: var(--pull-quote-mark-color);
}
 
#content .pull-quote__text::before {
    content: "“";
    top: 0;
    left: 0;
    line-height: 1;
}
 
#content .pull-quote__text::after {
    content: "”";
    bottom: 0;
    right: 0.1em;
    /* avoid clipping to edge due to italics */
    line-height: 0.2;
}
 
#content .pull-quote__text p:last-child {
    margin-bottom: 0;
}
 
/* render newline (\n) characters inside quote contents */
#content .pull-quote__text p {
    white-space: pre-line;
}
 
#content .pull-quote__line p {
    display: inline;
    white-space: pre-line;
}
 
#content .pull-quote__source {
    margin-left: auto;
}
 
#content .pull-quote__source cite {
    display: inline;
    font-style: normal;
    font-weight: bold;
}
 
#content .pull-quote__source::before {
    content: "—";
}
 
#content .pull-quote--right,
#content .pull-quote--left {
    border: 1px solid var(--pull-quote-frame-color);
    border-left: 0;
    border-right: 0;
    padding: 1em 0;
    text-align: justify;
}
 
#content .pull-quote--right {
    float: right;
    margin: 1em 0 1em 2em;
}
 
#content .pull-quote--left {
    float: left;
    margin: 1em 2em 1em 0;
}
 
/* ---------------------------------
      [[Special:Preferences]]
  --------------------------------- */
#preferences .mw-htmlform-submit-buttons {
    background-color: var(--body-main);
    border-top-color: var(--body-border);
}
 
.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed,
.mw-prefs-tabs>.oo-ui-menuLayout-content>.oo-ui-indexLayout-stackLayout>.oo-ui-tabPanelLayout {
    border-color: var(--body-border);
}
 
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td {
    background-color: var(--body-light);
}
 
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td {
    background-color: var(--body-mid);
}
 
.mw-prefs-tabs.mw-prefs-tabs-searching .oo-ui-tabPanelLayout.mw-prefs-search-matched>fieldset>legend {
    background: var(--body-mid);
}
 
.mw-prefs-search-highlight {
    background: var(--body-mid) !important;
    outline-color: var(--body-mid) !important;
}
 
/* ---------------------------------
      [[Special:RecentChanges]]
        [[Special:Watchlist]]
  --------------------------------- */
.mw-plusminus-pos {
    color: var(--rc-positive-color);
}
 
.mw-plusminus-neg {
    color: var(--rc-negative-color);
}
 
/* "Other review tools" box */
.client-js .mw-recentchanges-toplinks:not(.mw-recentchanges-toplinks-collapsed) {
    border-color: var(--body-border);
    background-color: var(--body-light);
    /*border-radius: 2px;*/
}
 
/* Filter box */
.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title {
    color: var(--text-color);
}
 
.mw-rcfilters-ui-filterTagMultiselectWidget-emptyFilters {
    color: var(--byline-color);
}
 
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
    background-color: var(--ooui-interface);
    border-color: var(--ooui-interface-border);
}
 
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget {
    border-color: var(--ooui-interface-border);
}
 
.mw-rcfilters-collapsed .mw-rcfilters-ui-filterTagMultiselectWidget {
    border-bottom-color: var(--ooui-interface-border);
}
 
.mw-rcfilters-ui-menuSelectWidget-footer {
    background-color: var(--ooui-interface);
    border-color: var(--ooui-interface-border);
}
 
.mw-rcfilters-ui-viewSwitchWidget label.oo-ui-labelWidget {
    color: var(--byline-color);
}
 
.mw-rcfilters-ui-tagItemWidget-popup-content {
    color: var(--ooui-text);
}
 
.mw-changeslist-legend,
.mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    background-color: var(--body-light);
    border-color: var(--body-border);
}
 
.mw-rcfilters-ui-changesListWrapperWidget-previousChangesIndicator {
    border-color: var(--sidebar);
}
 
.mw-rcfilters-ui-watchlistTopSectionWidget-separator {
    border-color: var(--sidebar);
}
 
.mw-rcfilters-ui-itemMenuOptionWidget-header {
    border-bottom-color: var(--ooui-interface);
    background-color: var(--ooui-interface-border);
}
 
.mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk) {
    border-bottom-color: var(--ooui-normal-border);
}
 
.mw-rcfilters-ui-itemMenuOptionWidget-label-title,
.mw-rcfilters-ui-itemMenuOptionWidget-label-desc {
    color: var(--text-color);
}
 
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) {
    background-color: var(--body-main);
}
 
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted .mw-rcfilters-ui-itemMenuOptionWidget-label-title,
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted .mw-rcfilters-ui-itemMenuOptionWidget-label-desc {
    color: var(--subtle-color);
}
 
.mw-rcfilters-ui-filterMenuSectionOptionWidget {
    background-color: var(--body-mid);
}
 
.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label {
    color: var(--ooui-text);
}
 
.mw-rcfilters-ui-filterMenuHeaderWidget-title {
    color: var(--ooui-text);
}
 
.mw-rcfilters-ui-filterMenuHeaderWidget-header {
    border-bottom-color: var(--ooui-interface-border);
    background-color: var(--ooui-interface);
}
 
.mw-rcfilters-ui-itemMenuOptionWidget-view-namespaces {
    border-top-color: var(--ooui-interface-border);
}
 
.mw-rcfilters-ui-datePopupWidget {
    border-color: var(--ooui-interface-border);
}
 
.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title {
    color: var(--byline-color);
}
 
.mw-rcfilters-ui-savedLinksListItemWidget-label {
    color: var(--ooui-accent);
}
 
.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1,
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1 tr:first-child,
.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)),
.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)) {
    background-color: var(--rc-highlight-c1);
    /* blue */
}
 
.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2,
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2 tr:first-child,
.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)),
.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,
.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)),
.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)) {
    background-color: var(--rc-highlight-c3);
    /* yellow */
}
 
.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4,
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4 tr:first-child,
.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,
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5 tr:first-child,
.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)) {
    background-color: var(--rc-highlight-grey);
    /* grey */
}
 
/* Active users list */
.oo-ui-tagMultiselectWidget-handle,
.oo-ui-tagMultiselectWidget-handle:hover,
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover {
    border-color: var(--body-border) !important;
}
 
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
    outline: none !important;
    box-shadow: none !important;
}
 
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-tagMultiselectWidget-focus.oo-ui-tagMultiselectWidget-handle {
    border-color: var(--link-color) !important;
    border-width: 2px;
}
 
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group>input {
    color: var(--ooui-text);
}
 
/* ---------------------------------
    [[Special:CreateAccount]]
      [[Special:UserLogin]]
  --------------------------------- */
/*.page-Special_CreateAccount .mw-ui-container,*/
/*.page-Special_UserLogin .mw-ui-container {*/
/*    max-width: 64rem;*/
/*    margin: 0 auto;*/
/*}*/
 
.mw-number-text {
    color: var(--byline-color);
}
 
.mw-body-content .mw-number-text h3 {
    color: var(--text-color);
}
 
/* ---------------------------
      [[Special:Search]]
  --------------------------- */
.results-info {
    color: inherit;
}
 
.mw-search-profile-tabs {
    background-color: var(--body-mid);
    border-color: transparent;
}
 
.search-types .current a {
    color: inherit;
}
 
#mw-searchoptions {
    background-color: var(--body-mid);
    border-color: transparent;
}
 
#mw-searchoptions .divider {
    border-color: var(--body-border);
}
 
#mw-searchoptions h4 {
    font-family: inherit;
}
 
#mw-searchoptions .oo-ui-labelElement:nth-of-type(odd) {
    font-weight: bold;
}
 
.searchresult {
    line-height: 1.5;
}
 
.searchalttitle,
#mw-search-interwiki li {
    font-size: 90%;
}
 
.mw-search-result-data {
    color: var(--byline-color);
}
 
.searchResultImage .searchResultImage-thumbnail img {
    border-color: var(--body-border);
}
 
/* -----------------------------
      [[Special:Listfiles]]
  ----------------------------- */
.page-Special_ListFiles a.mw-file-description img {
    width: inherit;
    height: inherit;
}
 
.page-Special_ListFiles .TablePager_col_thumb {
    text-align: center;
}
 
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup>.oo-ui-popupWidget-popup .mw-echo-ui-placeholderItemWidget {
    background-color: inherit;
}
 
table.mw-interwikitable.body td.mw-interwikitable-local-yes {
    background-color: var(--table-yes-background);
    color: var(--table-yes-color);
}
 
.mw-protectedpages-unknown {
    color: var(--byline-color);
}
 
.watchlistredir,
.allpagesredirect {
    font-style: italic;
}
 
.allpagesredirect:after {
    color: var(--byline-color);
    content: " (redirect)";
}
 
.mw-apisandbox-toolbar {
    background: var(--body-main);
}
 
.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 {
    background: var(--wikitable-bg);
    border-color: var(--wikitable-border);
}
 
table.mw-abuselog-details th {
    background: var(--wikitable-header-bg);
}
 
table.mw-abuselog-details th,
table.mw-abuselog-details td {
    border-color: var(--wikitable-border);
}
 
.mw-abusefilter-log-hidden-entry {
    color: var(--subtle-color);
}
 
body td.mw-abusefilter-history-changed {
    background: var(--table-no-background);
}
 
div.mw-abusefilter-editor,
#mw-abusefilter-warn-preview,
#mw-abusefilter-disallow-preview {
    border-color: var(--ooui-input-border);
}
 
.mw-destfile-warning {
    border-color: var(--warningbox-border);
    color: var(--text-color);
    background-color: var(--warningbox-bg);
}
 
/* ------------------------
      SimpleBatchUpload
  ------------------------*/
span.fileinput-button {
    background-color: var(--ooui-normal);
    border-color: var(--ooui-normal-border);
    color: var(--ooui-text);
}
 
ul.fileupload-results li.ful-success {
    background-color: var(--successbox-bg);
}
 
ul.fileupload-results li.ful-success a {
    color: var(--link-color);
}
 
ul.fileupload-results li.ful-error {
    background-color: var(--errorbox-bg);
}
 
/* sitenotice */
#siteNotice {
    text-align: center;
}
 
#siteNotice ul {
    list-style: none;
}
 
.sitedir-ltr .mw-dismissable-notice-body {
    margin: 0;
}
 
.sitedir-ltr .mw-dismissable-notice-close {
    float: none;
    text-align: right;
}
 
.mw-dismissable-notice-close-parent {
    min-height: 1em;
}
 
#filetoc {
    border-radius: 2px;
    background: var(--body-mid);
    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,
/* 1.43 */
.ext-codemirror-wrapper {
    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,
/* 1.43 */
.cm-editor .cm-gutters {
    background-color: var(--body-light);
    border-color: var(--body-main);
}
 
.CodeMirror-linenumber,
/* 1.43 */
.cm-lineNumbers {
    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;
}
 
.cm-mw-template-argument-name {
    color: #c1cc8e;
}
 
.cm-mw-templatevariable-bracket,
.cm-mw-templatevariable-name,
.cm-mw-templatevariable-delimiter,
.cm-mw-templatevariable {
    color: #5d7bea;
}
 
.cm-mw-extlink-bracket,
.cm-mw-link-bracket,
.cm-mw-link-delimiter {
    color: #cd9937;
}
 
.cm-mw-extlink-protocol,
.cm-mw-extlink,
.cm-mw-free-extlink-protocol,
.cm-mw-free-extlink,
.cm-mw-link-pagename,
.cm-mw-link,
.cm-mw-link-tosection {
    color: #c1b090;
}
 
.cm-mw-extlink-text,
.cm-mw-link-text {
    color: #938976;
}
 
.cm-mw-parserfunction-bracket,
.cm-mw-parserfunction-name,
.cm-mw-parserfunction-delimiter {
    color: #9765b3;
}
 
.cm-mw-htmltag-bracket,
.cm-mw-htmltag-name,
.cm-mw-exttag-bracket,
.cm-mw-exttag-name {
    color: #358db6;
}
 
.cm-mw-htmltag-attribute,
.cm-mw-exttag-attribute {
    color: #0ba7ef;
}
 
.cm-mw-mnemonic {
    color: #1c4ca6;
}
 
.cm-mw-comment {
    color: #84a0a0;
}
 
.cm-mw-apostrophes-bold,
.cm-mw-apostrophes-italic,
.cm-mw-section-header,
.cm-mw-hr,
.cm-mw-signature,
.cm-mw-list,
.cm-mw-indenting,
.cm-mw-doubleUnderscore {
    color: #0088ff;
}
 
.cm-mw-table-bracket,
.cm-mw-table-definition,
.cm-mw-table-delimiter {
    color: #c764ce;
}
 
.cm-editor .cm-selectionBackground {
    background: rgba(140, 171, 230, 0.2);
}
 
.cm-editor.cm-focused>.cm-scroller>.cm-selectionLayer .cm-selectionBackground {
    background-color: rgba(140, 171, 230, 0.1);
}
 
.cm-matchingBracket,
.cm-focused .cm-matchingBracket {
    background-color: var(--ooui-interface);
}
 
.CodeMirror-line::selection,
.CodeMirror-line>span::selection,
.CodeMirror-line>span>span::selection,
.cm-line::selection,
.cm-line>span::selection,
.cm-line>span>span::selection {
    background-color: rgba(140, 171, 230, 0.2);
}
 
.cm-mw-matchingbracket {
    background-color: var(--body-border);
}
 
.cm-editor .cm-cursor {
    border-left-color: var(--text-color);
}
 
/* =============================
          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);
}
 
/* 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);
    min-width: 250px;
    flex-direction: row;
}
 
#content .bestiary-desc .quotation-mark {
    color: var(--link-color);
    font-size: 4em;
    margin: 0.5em 0 0;
    font-family: 'Noto Sans', sans-serif;
}
 
#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;
}
 
#content .bestiary-desc .bestiary-desc-text .bestiary-desc-text-inner {
    font-style: italic;
}
 
#content .bestiary-desc-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 780px;
    min-width: 230px;
    margin: 0 auto;
    margin-top: 0.67em;
}
 
#content .bestiary-desc-nav span:nth-of-type(2) {
    text-align: center;
}
 
#content .bestiary-desc-nav span:nth-of-type(3) {
    text-align: right;
}
 
/* 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: 639px) {
    .infobox-root {
        width: 100%;
    }
}
.infobox-root .infobox-image.auto-rendering img.mw-file-element {
    image-rendering: auto;
}
/* general classes */
.table-metadata {
    display: none;
}
.table-na {
    background: rgba(0, 0, 0, 0.3);
    color: #777;
    vertical-align: middle;
    text-align: center;
}
.text-red {
    color: var(--text-color-red);
}
.text-orange {
    color: var(--text-color-orange);
}
.text-yellow {
    color: var(--text-color-yellow);
}
.text-green {
    color: var(--text-color-green);
}
.text-blue {
    color: var(--text-color-blue);
}
.text-purple {
    color: var(--text-color-purple);
}
.text-pink {
    color: var(--text-color-pink);
}
.text-gray,
.text-grey {
    color: var(--text-color-grey);
}
.table-bg-blue {
    background: var(--table-bg-blue) !important;
}
.table-bg-green {
    background: var(--table-bg-green) !important;
}
.table-bg-yellow {
    background: var(--table-bg-yellow) !important;
}
.table-bg-orange {
    background: var(--table-bg-orange) !important;
}
.table-bg-red {
    background: var(--table-bg-red) !important;
}
.table-bg-pink {
    background: var(--table-bg-pink) !important;
}
.table-bg-gray,
.table-bg-grey {
    background: var(--table-bg-grey) !important;
}
.hidden {
    display: none;
}
.text-italic {
    font-style: italic;
}
.text-bold {
    font-weight: bold;
}
.nowrap {
    white-space: nowrap;
}
.text-align-left,
table.align-left-1 td:nth-of-type(1),
table.align-left-2 td:nth-of-type(2),
table.align-left-3 td:nth-of-type(3),
table.align-left-4 td:nth-of-type(4),
table.align-left-5 td:nth-of-type(5),
table.align-left-6 td:nth-of-type(6),
table.align-left-7 td:nth-of-type(7),
table.align-left-8 td:nth-of-type(8),
table.align-left-9 td:nth-of-type(9),
table.align-left-10 td:nth-of-type(10),
table.align-left-11 td:nth-of-type(11),
table.align-left-12 td:nth-of-type(12),
table.align-left-13 td:nth-of-type(13),
table.align-left-14 td:nth-of-type(14),
table.align-left-15 td:nth-of-type(15),
table.align-left-16 td:nth-of-type(16),
table.align-left-17 td:nth-of-type(17),
table.align-left-18 td:nth-of-type(18),
table.align-left-19 td:nth-of-type(19),
table.align-left-20 td:nth-of-type(20) {
    text-align: left
}
.text-align-right,
table.align-right-1 td:nth-of-type(1),
table.align-right-2 td:nth-of-type(2),
table.align-right-3 td:nth-of-type(3),
table.align-right-4 td:nth-of-type(4),
table.align-right-5 td:nth-of-type(5),
table.align-right-6 td:nth-of-type(6),
table.align-right-7 td:nth-of-type(7),
table.align-right-8 td:nth-of-type(8),
table.align-right-9 td:nth-of-type(9),
table.align-right-10 td:nth-of-type(10),
table.align-right-11 td:nth-of-type(11),
table.align-right-12 td:nth-of-type(12),
table.align-right-13 td:nth-of-type(13),
table.align-right-14 td:nth-of-type(14),
table.align-right-15 td:nth-of-type(15),
table.align-right-16 td:nth-of-type(16),
table.align-right-17 td:nth-of-type(17),
table.align-right-18 td:nth-of-type(18),
table.align-right-19 td:nth-of-type(19),
table.align-right-20 td:nth-of-type(20) {
    text-align: right
}
.text-align-center,
table.align-center-1 td:nth-of-type(1),
table.align-center-2 td:nth-of-type(2),
table.align-center-3 td:nth-of-type(3),
table.align-center-4 td:nth-of-type(4),
table.align-center-5 td:nth-of-type(5),
table.align-center-6 td:nth-of-type(6),
table.align-center-7 td:nth-of-type(7),
table.align-center-8 td:nth-of-type(8),
table.align-center-9 td:nth-of-type(9),
table.align-center-10 td:nth-of-type(10),
table.align-center-11 td:nth-of-type(11),
table.align-center-12 td:nth-of-type(12),
table.align-center-13 td:nth-of-type(13),
table.align-center-14 td:nth-of-type(14),
table.align-center-15 td:nth-of-type(15),
table.align-center-16 td:nth-of-type(16),
table.align-center-17 td:nth-of-type(17),
table.align-center-18 td:nth-of-type(18),
table.align-center-19 td:nth-of-type(19),
table.align-center-20 td:nth-of-type(20) {
    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;
}
.content .infoboxNew caption {
    background: var(--body-main);
    text-align: center;
    display: table-caption;
}
.infoboxNew-buttons {
    text-align: center;
    margin: auto;
    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: 770px) {
    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: 770px) {
    .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);
}
/* Fix hover color link of expand/collapse */
.mw-collapsible-toggle-default .mw-collapsible-text:hover {
    color: var(--link-color);
}
/* 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: 'Noto Sans', sans-serif;
    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;
}
/* -------------------------------------------------------
        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;
}
/* [[Template:Reflist]] |quotes=no */
.hideQuotes .refhide {
    display: none
}
/* 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: #000098;
}
/* 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;
}
.unlocking-box.mw-collapsed :not(.mw-collapsible-content) .unlock-note {
    font-size: 0.85em;
    font-style: italic;
    color: grey;
}
.unlocking-box:not(.mw-collapsed) :not(.mw-collapsible-content) .unlock-note {
    display: none;
}
/* 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;
}
.archivelist {
    background-color: var(--body-light);
    border: solid 1px var(--body-border);
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    float: right;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 120px;
}
/* Template: Documentation */
div.documentation {
    background-color: var(--body-light);
    margin-top: 15px;
    font-family: 'Noto Sans', 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;
}
/** 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);
}
/* Audio template styles */
.audio-player {
    padding: .5em 1em;
    background: var(--body-light);
    border: 1px solid var(--body-border);
    max-width: 300px;
}
.audio-player-header {
    font-weight: bold;
}
.audio-player-header img {
    width: 27px;
    height: 27px;
    margin-right: .25em;
}
.audio-player-body {
    margin: 0.5em 0;
}
/* Template:Spoiler */
.spoiler-content {
    background-color: grey;
    color: transparent;
    transition: all 0.3s;
    padding: 0 5px;
}
.spoiler-content:hover {
    background-color: rgba(255, 0, 0, 0.2);
    color: var(--text-color);
}
.spoiler-content img {
    visibility: hidden;
}
.spoiler-content:hover img {
    visibility: visible;
    transition: .3s;
}
.spoiler-content:has(img) {
    height: auto;
    padding: 0;
    display: inline-block;
}
/* -----------------------
  CharacterSearch filter
  ----------------------- */
.char-filter-wrapper .char-filter-dropdown ul {
    min-width: 10em;
    max-width: 50em;
    float: left;
    position: absolute;
    right: auto;
    left: auto;
    z-index: 1000;
    list-style: none;
    padding: 0.5em;
    border-radius: 2px;
    margin-left: 0;
    border-width: 2px;
    border-style: solid;
    text-align: left;
    border-color: var(--wikitable-border);
    color: var(--wikitable-color);
    background-color: var(--wikitable-bg);
}
.char-filter-wrapper .char-filter-dropdown-column-select ul {
    margin-top: 0.5em;
}
.char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item,
.char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item label {
    cursor: pointer;
}
.char-filter-wrapper input[type="checkbox"],
.char-filter-wrapper input[type="radio"] {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: center;
    margin-top: -0.2em;
    margin-right: 0.5em;
}
.wgl-theme-dark .char-filter-wrapper .char-filter-help button,
.wgl-theme-dark .char-filter-wrapper .char-filter-dropdown-column-select button {
    filter: invert(1);
}
.char-filter-wrapper input,
.char-filter-wrapper button {
    cursor: pointer;
}
.char-filter-wrapper .char-filter-dropdown-button:after {
    content: "â–¼";
    margin-left: 0.2em;
}
.char-filter-wrapper .char-filter-dropdown-column-select .char-filter-dropdown-button:after {
    content: "";
}
.char-filter-wrapper .char-filter-dropdown-column-select {
    float: left;
}
.char-filter-wrapper .char-filter-dropdown.char-filter-dropdown-hidden ul {
    display: none;
}
.char-filter-wrapper .char-filter-help button:hover,
.char-filter-wrapper .char-filter-dropdown-column-select button:hover {
    opacity: 0.5;
}
.oo-ui-icon-helpNotice,
.mw-ui-icon-helpNotice:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cpath d=%22M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm2.71-7.6a2.64 2.64 0 0 1-.33.74 3.16 3.16 0 0 1-.48.55l-.54.48c-.21.18-.41.35-.58.52a2.54 2.54 0 0 0-.47.56A2.3 2.3 0 0 0 11 12a3.79 3.79 0 0 0-.11 1H9.08a8.9 8.9 0 0 1 .07-1.25 3.28 3.28 0 0 1 .25-.9 2.79 2.79 0 0 1 .41-.67 4 4 0 0 1 .58-.58c.17-.16.34-.3.51-.44a3 3 0 0 0 .43-.44 1.83 1.83 0 0 0 .3-.55 2 2 0 0 0 .11-.72 2.06 2.06 0 0 0-.17-.86 1.71 1.71 0 0 0-1-.9 1.7 1.7 0 0 0-.5-.1 1.77 1.77 0 0 0-1.53.68 3 3 0 0 0-.5 1.82H6.16a4.74 4.74 0 0 1 .28-1.68 3.56 3.56 0 0 1 .8-1.29 3.88 3.88 0 0 1 1.28-.83A4.59 4.59 0 0 1 10.18 4a4.44 4.44 0 0 1 1.44.23 3.51 3.51 0 0 1 1.15.65 3.08 3.08 0 0 1 .78 1.06 3.54 3.54 0 0 1 .29 1.45 3.39 3.39 0 0 1-.13 1.01z%22/%3E%3C/svg%3E");
}
.char-filter-wrapper .char-filter-form>div {
    margin-right: 1em;
    margin-top: 0.5em;
}
.char-filter-wrapper .char-filter-help {
    font-weight: bold;
}
.char-filter-wrapper .char-filter-form * {
    font-size: 100%;
    line-height: 1.6;
    font-family: 'Noto Sans', sans-serif;
}
.char-filter-wrapper .char-filter-label,
.char-filter-wrapper label {
    font-weight: bold;
    margin-right: 1em;
    min-width: 10em;
    display: inline-block;
}
.char-filter-wrapper input,
.char-filter-wrapper button,
.char-filter-wrapper label {
    vertical-align: middle;
    user-select: none;
}
.char-filter-wrapper input[type="text"],
.char-filter-wrapper input[type="number"] {
    cursor: text;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    color: var(--ooui-text);
    background-color: var(--ooui-input);
    border-color: var(--ooui-input-border);
    padding: 5px 12px;
}
.char-filter-wrapper .char-filter-dropdown-field {
    display: inline-block;
}
.char-filter-wrapper button {
    border-style: solid;
    border-width: 1px;
    background-color: var(--ooui-progressive);
    border-color: var(--ooui-progressive);
    color: #fff;
    border-radius: 2px;
    padding: 5px 12px;
}
.char-filter-wrapper button:hover {
    background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}
.char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item:hover {
    filter: brightness(125%);
}
.char-filter-wrapper .char-filter-help button:hover,
.char-filter-wrapper .char-filter-dropdown-column-select button:hover {
    opacity: 0.5;
}
.char-filter-wrapper .char-filter-help button,
.char-filter-wrapper .char-filter-dropdown-column-select button {
    background-color: transparent;
    background-repeat: no-repeat;
    height: 1.9em;
    width: 1.9em;
    background-position: center center;
    border: none;
}
.char-filter-wrapper .char-filter-togglebuttons {
    cursor: pointer;
    display: inline-block;
}
.char-filter-wrapper .char-filter-togglebuttons .char-filter-togglebutton {
    display: inline-block;
}
.char-filter-wrapper .char-filter-togglebuttons input {
    appearance: none;
    display: none;
}
.char-filter-wrapper .char-filter-togglebuttons input+label.char-filter-togglebutton-label {
    display: inline-block;
    border-style: solid;
    border-color: var(--ooui-normal-border);
    border-left-width: 0;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: var(--ooui-normal);
    color: var(--ooui-disabled-text);
    padding: 5px 12px;
    margin: 0;
    min-width: unset;
    font-weight: normal;
    cursor: pointer;
}
.char-filter-wrapper .char-filter-togglebuttons input:checked+label.char-filter-togglebutton-label {
    border-color: var(--ooui-progressive);
    background-color: var(--ooui-progressive);
    color: #fff;
}
.char-filter-wrapper .char-filter-togglebuttons .char-filter-togglebutton:first-child label.char-filter-togglebutton-label {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left-width: 1px;
}
.char-filter-wrapper .char-filter-togglebuttons .char-filter-togglebutton:last-child label.char-filter-togglebutton-label {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right-width: 1px;
}
.char-filter-wrapper .char-filter-togglebuttons input:checked+label.char-filter-togglebutton-label:hover {
    border-color: var(--ooui-progressive--hover);
    background-color: var(--ooui-progressive--hover);
}
.char-filter-wrapper .char-filter-togglebuttons label.char-filter-togglebutton-label:hover {
    background-color: var(--ooui-normal--hover);
}
.char-filter-wrapper .char-filter-checkbox {
    display: inline-block;
}
.char-filter-wrapper .char-filter-checkbox input[type="checkbox"] {
    accent-color: var(--ooui-progressive);
    color: #fff;
    font-size: 1.1em;
}
.char-filter-wrapper .char-filter-checkbox input[type="checkbox"]:hover {
    accent-color: var(--ooui-progressive--hover);
    filter: brightness(1.5);
}
.char-table .nowrap {
    white-space: nowrap;
}
.char-filter-dropdown-menu {
    max-height: 55vh;
    overflow-y: auto;
}
@media screen and (max-width: 1020px) {
    .char-table .char-col-name .nowrap {
        white-space: normal;
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: flex-start;
    }
    .char-table .char-col-name .nowrap>span:nth-child(2) {
        display: flex;
        flex: 1;
        gap: 5px;
        align-items: center;
        justify-content: space-between;
    }
}
/* ChracterSearch Stat pills */
.stat-pills .stat-pill {
    border: 1px solid var(--body-border);
    border-radius: 10px;
    padding: 2px 5px;
    background: var(--body-light);
}
.stat-pills {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    padding: 5px 0;
}
/* ChracterSearch dropdown images */
#char-filter-dropdown-dlc-select-0.char-filter-dropdown ul label:after,
#char-filter-dropdown-stats-select-0.char-filter-dropdown ul label:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 0.3em;
    margin-bottom: -4px;
}
/* ChracterSearch dlc badge images */
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Legacy of the Moonspell-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-LegacyOfTheMoonSpell.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Tides of the Foscari-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-TidesOfTheFoscari.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Emergency Meeting-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-EmergencyMeeting.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Operation Guns-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-OperationGuns.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Ode to Castlevania-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-OdeToCastlevania.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Emerald Diorama-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-EmeraldDiorama.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Ante Chamber-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-AnteChamber.png?width=16px);
}
/* ChracterSearch stats images */
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-max-health-0"]:after {
    background-image: url(/images/Sprite-Hollow_Heart.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-recovery-0"]:after {
    background-image: url(/images/Sprite-Pummarola.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-armor-0"]:after {
    background-image: url(/images/Sprite-Armor.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-move-speed-0"]:after {
    background-image: url(/images/Sprite-Wings.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-might-0"]:after {
    background-image: url(/images/Sprite-Spinach.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-speed-0"]:after {
    background-image: url(/images/Sprite-Bracer.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-duration-0"]:after {
    background-image: url(/images/Sprite-Spellbinder.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-area-0"]:after {
    background-image: url(/images/Sprite-Candelabrador.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-cooldown-0"]:after {
    background-image: url(/images/Sprite-Empty_Tome.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-amount-0"]:after {
    background-image: url(/images/Sprite-Duplicator.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-revival-0"]:after {
    background-image: url(/images/Sprite-Tirajisú.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-magnet-0"]:after {
    background-image: url(/images/Sprite-Attractorb.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-luck-0"]:after {
    background-image: url(/images/Sprite-Clover.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-growth-0"]:after {
    background-image: url(/images/Sprite-Crown.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-greed-0"]:after {
    background-image: url(/images/Sprite-Stone_Mask.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-curse-0"]:after {
    background-image: url("/images/Sprite-Skull_O'Maniac.png?width=16px");
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-reroll-0"]:after {
    background-image: url(/images/Sprite-Reroll.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-skip-0"]:after {
    background-image: url(/images/Sprite-Skip.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-banish-0"]:after {
    background-image: url(/images/Sprite-Banish.png?width=16px);
}
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-charm-0"]:after {
    background-image: url(/images/Sprite-Apoplexy.png?width=16px);
}
/* ChracterSearch hide columns */
.char-table .char-row.char-row-hide,
.char-table.char-hidecol-starting-weapon .char-col-starting-weapon,
.char-table.char-hidecol-hidden-weapon .char-col-hidden-weapon,
.char-table.char-hidecol-starting-tech .char-col-starting-tech,
.char-table.char-hidecol-description .char-col-description,
.char-table.char-hidecol-unlock .char-col-unlock,
.char-table.char-hidecol-base-stats .char-col-base-stats,
.char-table.char-hidecol-max-health .char-col-max-health,
.char-table.char-hidecol-recovery .char-col-recovery,
.char-table.char-hidecol-armor .char-col-armor,
.char-table.char-hidecol-move-speed .char-col-move-speed,
.char-table.char-hidecol-might .char-col-might,
.char-table.char-hidecol-speed .char-col-speed,
.char-table.char-hidecol-duration .char-col-duration,
.char-table.char-hidecol-area .char-col-area,
.char-table.char-hidecol-cooldown .char-col-cooldown,
.char-table.char-hidecol-amount .char-col-amount,
.char-table.char-hidecol-revival .char-col-revival,
.char-table.char-hidecol-magnet .char-col-magnet,
.char-table.char-hidecol-luck .char-col-luck,
.char-table.char-hidecol-growth .char-col-growth,
.char-table.char-hidecol-greed .char-col-greed,
.char-table.char-hidecol-curse .char-col-curse,
.char-table.char-hidecol-reroll .char-col-reroll,
.char-table.char-hidecol-skip .char-col-skip,
.char-table.char-hidecol-banish .char-col-banish,
.char-table.char-hidecol-charm .char-col-charm,
.char-table.char-hidecol-defang .char-col-defang {
    display: none
}
/* Template:Update history */
.update-history {
    max-width: 800px;
    max-height: 50vh;
    overflow-y: auto;
    background: var(--body-light);
    padding: 1em 1.5em 0.25em;
    border: 1px solid var(--body-border);
    margin-top: -5px;
    margin-bottom: 5px;
}
.update-history>ul {
    margin: 0;
}
.update-history>ul>li {
    margin-bottom: 0.75em;
    list-style: none;
}
.update-history>ul>li>ul {
    margin: 0 0 0 40px;
    list-style-type: disc;
}
.update-history>ul>li>ul li::marker {
    font-size: 1.2em;
    line-height: 1em;
    margin-right: 5px;
}
.update-history>ul>li>ul>li>ul {
    margin: 0 0 0 20px;
    list-style-type: disc;
}
.update-type:hover a {
    text-decoration: none;
}
.update-type a {
    color: white;
    background: #2834af;
    font-size: 75%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 2px 5px;
}
.update-type.hidden-update a {
    background: #444e5a;
}
.update-type.patch-update a {
    background: #4d8d18;
}
.update-type.hotfix-update a {
    background: #b56213;
}
.update-type.beta-update a {
    background: #6c4ab1;
}
.update-platform {
    color: white;
    background: #555;
    font-size: 75%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 4px 5px;
}
.update-platform img {
    margin-top: -3px;
    padding: 0 1px;
}
/* [[Special:SearchDigest]] */
.searchdigest-stats-table thead tr {
    background-color: var(--body-light);
}
/* Make sortable table chevrons white */
.client-js body .sortable:not(.jquery-tablesorter)>*>tr:first-child>th:not(.unsortable),
body .jquery-tablesorter th.headerSort {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='9' viewBox='0 0 21 9'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M14.5 5l-4 4-4-4zM14.5 4l-4-4-4 4z'/%3E%3C/g%3E%3C/svg%3E");
}
body .jquery-tablesorter th.headerSortUp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='4' viewBox='0 0 21 4'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M6.5 4l4-4 4 4z'/%3E%3C/g%3E%3C/svg%3E");
}
body .jquery-tablesorter th.headerSortDown {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='4' viewBox='0 0 21 4'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M14.5 0l-4 4-4-4z'/%3E%3C/g%3E%3C/svg%3E");
}
/* Character select list head */
.character-select-list-head {
    display: inline-grid;
    grid-template-columns: repeat(4, 150px);
    gap: 16px;
}
/* Extension:Bucket boolean theming */
.bucket__value-boolean.bucket__value-boolean-true {
    background-color: var(--successbox-bg);
}
.bucket__value-boolean.bucket__value-boolean-false {
    background-color: var(--errorbox-bg);
}
/* [[MediaWiki:Gadget-skinToggles.js]] */
/* beta content toggle */
body:not(.show-beta-content) .beta-content,
body:not(.show-beta-content) li:has(.beta-content-item) {
    display: none;
}
.beta-content,
li .beta-content-item {
    background-color: #0000ff30;
}
/* [[Calculators]] */
/* [[Template:Fancy tiles]] */
.calc-container {
    display: block;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    column-count: auto;
    column-width: 491px;
    column-fill: balance;
    column-gap: 52px;
    column-rule: dashed 1px rgba(137, 142, 152, 0.1);
    pointer-events: none;
}
.calc-container>* {
    pointer-events: initial;
}
.calc-container.calc-container-compact {
    column-gap: 32px;
}
.calc-tile-compact {
    line-height: 1.4;
}
.calc-tile-container {
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -webkit-break-inside: avoid-column;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 0.25rem;
    background: none !important;
    width: calc(100% - 2px);
    pointer-events: none;
}
.calc-tile-container>* {
    pointer-events: initial;
}
.calc-tile-compact.calc-tile-container {
    padding-top: 56px;
}
@supports (break-inside: avoid-column) {
    .calc-tile-container {
        display: block;
    }
}
.calc-header-title {
    text-shadow: 1px 1px #0006;
    height: 55px;
    margin-left: 5px;
    grid-column-start: 2;
    grid-column-end: span 1;
    min-width: 0;
    color: rgba(255, 255, 255, 0.9);
    z-index: inherit;
}
.calc-tile-compact .calc-header-title {
    height: 35px;
}
.calc-tile-compact .calc-header-title>h2,
.calc-tile-compact .calc-header-title>.vsw-h2 {
    line-height: 35px;
}
.calc-header-noicon .calc-header-title {
    grid-column-start: 1;
    grid-column-end: span 2;
    margin-left: 10px;
}
.calc-header-title>h2,
.calc-header-title>.vsw-h2 {
    color: inherit !important;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 21px;
    line-height: 55px;
    display: grid;
    grid-template-rows: 0px 132px;
    margin-top: -77px !important;
    height: 132px;
    pointer-events: none;
}
.calc-header-title>h2 *,
.calc-header-title>.vsw-h2 * {
    pointer-events: initial;
}
.calc-header-title>h2>span,
.calc-header-title>.vsw-h2>span {
    display: inline-grid;
    grid-template-rows: 77px 55px;
    height: 0px;
    grid-row-start: 1;
    grid-row-end: span 1;
}
.calc-header-title>h2>span>span,
.calc-header-title>.vsw-h2>span>span {
    grid-row-start: 2;
    grid-row-end: span 1;
}
.calc-header-title>h2>.mw-headline-headanchor,
.calc-header-title>.vsw-h2>.mw-headline-headanchor {
    grid-row-start: 1;
    grid-row-end: span 1;
}
.calc.tile {
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 100%;
    height: unset;
    z-index: 0;
}
.calc .keyword {
    font-size: 1.125em;
    font-weight: bold;
}
.calc-header {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 1;
    display: grid;
    grid-template-columns: 55px minmax(0, max-content) max-content 1fr 68px;
    position: relative;
    top: 0;
    width: 100%;
    height: 55px;
    background: transparent;
    z-index: 2;
}
.calc-tile-compact .calc-header {
    height: 35px;
    grid-template-columns: 35px minmax(0, max-content) max-content 1fr 68px;
}
.calc-header-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.calc-header-background img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.calc-header-icon {
    grid-column-start: 1;
    grid-column-end: span 1;
    min-width: 55px;
    width: 55px;
    max-width: 55px;
    min-height: 55px;
    height: 55px;
    max-height: 55px;
    z-index: inherit;
}
.calc-header-icon img {
    object-fit: contain;
    min-width: 25px;
    width: 25px;
    max-width: 25px;
    min-height: 25px;
    height: 25px;
    max-height: 25px;
    padding: 15px;
}
.calc-tile-compact .calc-header-icon {
    min-width: 35px;
    width: 35px;
    max-width: 35px;
    min-height: 35px;
    height: 35px;
    max-height: 35px;
}
.calc-tile-compact .calc-header-icon img {
    padding: 5px 10px;
}
.calc-header-title-semantics {
    display: none;
}
.calc-header-command {
    margin-left: 10px;
    grid-column-start: 3;
    grid-column-end: span 1;
    height: 55px;
    line-height: 55px;
    z-index: inherit;
}
.calc-tile-compact .calc-header-command {
    height: 35px;
    line-height: 35px;
}
.calc-list {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: span 1;
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 5.5px;
}
.calc-list-item {
    position: relative;
    display: grid;
    grid-template-columns: [thumb] min-content [main] 1fr [key] max-content;
    grid-template-rows: min-content min-content;
    -webkit-column-break-inside: avoid;
    -webkit-break-inside: avoid-column;
    break-inside: avoid-column;
    width: auto;
    padding: 8.5px;
    margin: 0;
    border-bottom: 1px solid rgba(137, 142, 152, 0.075);
}
.calc-tile-compact .calc-list-item {
    padding: 5px;
}
.calc-list-item:last-child {
    border-bottom-color: transparent;
}
.calc-list-item-thumbnail {
    grid-column-start: thumb;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 2;
    margin-left: 5.5px;
    width: 44px;
    height: 52.8px;
    margin-right: 14px;
    padding-top: 8.5px;
}
.calc-list-item-thumbnail img {
    min-width: 44px;
    width: 44px !important;
    max-width: 44px;
    min-height: 44px;
    height: 44px !important;
    max-height: 44px;
    object-fit: contain;
    object-position: center 0;
    grid-row-start: 2;
    grid-row-end: span 1;
}
.calc-tile-compact .calc-list-item-thumbnail {
    width: 35px;
    height: 42px;
    margin-left: 5px;
    margin-right: 10px;
}
.calc-tile-compact .calc-list-item-thumbnail img {
    min-width: 35px;
    width: 35px !important;
    max-width: 35px;
    min-height: 35px;
    height: 35px !important;
    max-height: 35px;
}
.calc-list-item-key {
    width: 28px;
    grid-column-start: key;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1;
    margin-left: 8.5px;
}
.calc-list-item-key img {
    position: absolute;
    top: 8.5px;
    right: 8.5px;
}
.calc-list-item-title {
    grid-column-start: main;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1;
    padding-left: 8px;
    text-indent: -8px;
}
.calc-tile-compact .calc-list-item-title {
    text-indent: 0;
}
.calc-list-item-desc {
    grid-column-start: main;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 1;
    margin-left: 8px;
    text-indent: 0px;
}
}

Edição das 00h19min de 20 de janeiro de 2026

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

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

/* 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: #161289;
    --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: #0b0965;
    --theme-page-headings-font: 'Noto Sans';
    --theme-link-label-color: #000;
    --theme-accent-color: #1612b9;
    --theme-accent-color--hover: #4844ec;
    --theme-accent-label-color: #fff;
    --theme-border-color: #463a3a;
    --theme-alert-color: #1700bf;
    --theme-alert-color--hover: #4025fe;
    --theme-alert-color--secondary: #1c00ec;
    --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: #0b0965;
    /* Background color outside the main content div */
    --button-background: pink;
    --button-color: #000098;
    --button-border: #0000b0;
    --button-dark: #0b0965;
    --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: #8482e1;
    --text-color: #ccc;
    --color-base: var(--text-color);
    --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);
    --background-color-neutral-subtle: var(--body-light);

    /* 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: #1e269f;
    --errorbox-border: #0b0965;
    --warningbox-bg: #342a14;
    --warningbox-border: #765816;
    --successbox-bg: #2e5e05;
    --successbox-border: #3c780a;

    /* diff */
    --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: #1e269f;

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

    /* 1.43 */
    --background-color-interactive-subtle: var(--ooui-interface);
    --border-color-base: var(--ooui-interface-border);
    --color-subtle: var(--subtle-color);
    --background-color-disabled-subtle: var(--ooui-interface);
    --background-color-base: var(--ooui-interface);
    --background-color-notice-subtle: var(--ooui-normal);

    /* Messageboxes */
    --messagebox-notice-border: #eab759;

    /* Template:Quote */
    --pull-quote-max-width: 80%;
    --pull-quote-text-color: var(--text-color);
    --pull-quote-mark-color: var(--messagebox-notice-border);
    --pull-quote-mark-font: "Noto Sans", serif;
    --pull-quote-hyphens: auto;
    --pull-quote-frame-color: #bbb;

    /* Recent changes */
    --rc-positive-color: #407813;
    --rc-negative-color: #0f1eb4;
    --rc-highlight-c1: #232746;
    /* blue */
    --rc-highlight-c2: #143d31;
    /* green */
    --rc-highlight-c3: #594a2b;
    /* yellow */
    --rc-highlight-c4: #5c3a23;
    /* orange */
    --rc-highlight-c5: #4a1313;
    /* red */
    --rc-highlight-grey: #423636;

    /* Extra classes */
    --text-color-red: #8a94f8;
    --text-color-orange: #f9b575;
    --text-color-yellow: #fbe062;
    --text-color-green: #a8de7a;
    --text-color-blue: #7cc5f0;
    --text-color-purple: #b097e6;
    --text-color-pink: #dd9ded;
    --text-color-grey: #c5d2da;
    --table-bg-blue: #0b5884;
    --table-bg-green: #3c780a;
    --table-bg-yellow: #a48900;
    --table-bg-orange: #b55e0c;
    --table-bg-red: #1e269f;
    --table-bg-pink: #984c89;
    --table-bg-grey: #5d6773;

    /* SVG */
    --arrow-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5' fill='%23cbd9f4'/%3E%3C/svg%3E");
}

/* --------------------
           body
   -------------------- */
#mw-page-base {
    background: none;
}

.mw-body {
    background-color: var(--body-main);
    color: var(--text-color);
    border-color: transparent;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    margin-top: 0;
}

/* --------------------
   Vector Legacy - layout de navegacao
   -------------------- */
#left-navigation {
    margin-left: 12.5em;
    margin-top: 2.9em;
    margin-bottom: -1px;
    position: relative;
}

#right-navigation {
    margin-top: 2.9em;
    margin-bottom: -1px;
    position: relative;
}

#p-search {
    margin-top: 0;
    margin-left: 4px;
}

html:not(.nav-ready) #right-navigation {
    opacity: 0;
}

html.nav-ready #right-navigation {
    opacity: 1;
}

/* --------------------
         headings
   -------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
body .vector-body h1,
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: 'Noto Sans', sans-serif;
    font-weight: 600;
}

h1,
h2 {
    border-color: var(--sidebar);
}

#firstHeading {
    color: var(--heading-color);
}

/* -------------------------
     <footer> below content
   ------------------------- */
.mw-footer {
    color: var(--background-text-color);
}

.mw-footer li {
    color: var(--background-text-color);
}

.mw-footer a,
.mw-footer a:active,
.mw-footer a:visited {
    color: var(--background-link-color);
}

/* -------------------------
     <input> placeholder
   ------------------------- */
::placeholder {
    color: var(--subtle-color);
}

/* --------------------
      internal links
   -------------------- */
a,
a:visited,
a:active {
    color: var(--link-color);
}

a:visited,
a:active {
    color: var(--link-color);
}

a.new,
a.new:visited,
.mw-usertoollinks-contribs-no-edits {
    color: var(--redlink-color);
}

/* interwiki & external links */
.mw-parser-output a.extiw,
.mw-parser-output a.external {
    color: var(--link-color);
}

.mw-parser-output a.extiw:visited,
.mw-parser-output a.external:visited,
.mw-parser-output a.extiw:active,
.mw-parser-output a.external:active {
    color: var(--link-color);
}

/* =====================
      Common MediaWiki
   elements inside .mw-body
   ===================== */

.mw-message-box-error,
.errorbox,
.cdx-message--error {
    background-color: var(--errorbox-bg);
    border-color: var(--errorbox-border);
}

.mw-notification.mw-notification-type-warn,
.mw-message-box-warning,
.warningbox,
.usermessage,
.cdx-message--warning {
    background-color: var(--warningbox-bg);
    border-color: var(--warningbox-border);
}

.mw-message-box-success,
.successbox,
.cdx-message--success {
    background-color: var(--successbox-bg);
    border-color: var(--successbox-border);
}

.catlinks {
    background: var(--body-light);
    border: 1px solid var(--body-border);
    /*padding: 8px 15px;*/
    /*box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);*/
}

.catlinks li {
    border-color: var(--body-border);
}

/* fix AA blur on image scaling */
img.mw-file-element,
table.filehistory img[alt^="Thumbnail"],
.gallery.mw-gallery-traditional .gallerybox img {
    image-rendering: pixelated;
}

/* --------------------
      page history
   -------------------- */
/*#pagehistory ul {
    list-style: none;
    margin: 0;
}*/

#pagehistory li {
    border: 1px solid transparent;
    /*padding: 1px 10px;*/
    /*margin: 2px 0;*/
}

#pagehistory li.selected {
    background-color: var(--body-light);
    color: inherit;
    border: 1px dashed var(--body-border);
    outline: none;
}

/* --------------------
   sticky compare revs
   -------------------- */
#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 {
    top: 2.5rem;
}*/

/*body.wgl-stickyheader.action-view .mw-headline:target::before {
    display: block;
    content: '';
    margin-top: -3rem;
    height: 3rem;
    visibility: hidden;
    pointer-events: none;
}*/

.mw-mmv-post-image {
    color: var(--text-color);
    background-color: var(--body-main);
}

.mw-mmv-image-metadata {
    border-top-color: var(--body-mid);
    background-color: var(--body-light);
}

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

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

.mw-mmv-options-dialog-header,
.mw-mmv-options-text-header,
.mw-mmv-options-text-body,
.mw-mmv-options-enable-alert,
.mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-dialog-header,
.mw-mmv-options-dialog .mw-mmv-disable-confirmation .mw-mmv-options-text-header {
    color: var(--text-color);
}

.mw-revslider-container {
    border-color: var(--sidebar);
}

.mw-revslider-slider-wrapper {
    border-top-color: var(--sidebar);
}

.mw-ui-button {
    background-color: var(--ooui-normal);
    color: var(--ooui-text);
    border-color: var(--ooui-normal-border);
}

.cdx-button:not( :disabled),
.mw-ui-button:not( :disabled),
.cdx-button:enabled,
.mw-ui-button:enabled,
.cdx-button.cdx-button--fake-button--enabled,
.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),
.mw-ui-button:not( :disabled):focus:not(:active):not(.cdx-button--is-active),
.cdx-button:enabled:focus:not(:active):not(.cdx-button--is-active),
.mw-ui-button:enabled:focus:not(:active):not(.cdx-button--is-active),
.cdx-button.cdx-button--fake-button--enabled:focus:not(:active):not(.cdx-button--is-active),
.mw-ui-button.cdx-button--fake-button--enabled:focus:not(:active):not(.cdx-button--is-active) {
    color: var(--ooui-text);
    border-color: var(--ooui-accent);
    box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
}

.cdx-button:not( :disabled):hover,
.mw-ui-button:not( :disabled):hover,
.cdx-button:enabled:hover,
.mw-ui-button:enabled:hover,
.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,
.mw-ui-button:not( :disabled):visited,
.cdx-button:enabled:visited,
.mw-ui-button:enabled:visited,
.cdx-button.cdx-button--fake-button--enabled:visited,
.mw-ui-button.cdx-button--fake-button--enabled:visited {
    color: var(--ooui-text);
}

.cdx-button:not( :disabled).cdx-button--weight-primary.cdx-button--action-progressive,
.mw-ui-button:not( :disabled).cdx-button--weight-primary.cdx-button--action-progressive,
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive,
.mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive,
.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,
.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,
.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,
.mw-ui-button:not( :disabled).cdx-button--weight-primary.cdx-button--action-progressive:active,
.cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
.mw-ui-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive:active,
.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,
.cdx-button:not( :disabled).mw-ui-progressive:not(:disabled):active,
.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),
.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,
.cdx-button.mw-ui-button--weight-quiet,
.mw-ui-button.cdx-button--weight-quiet,
.mw-ui-button.mw-ui-button--weight-quiet,
.cdx-button.cdx-button--weight-quiet.cdx-button--action-progressive,
.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,
.mw-ui-checkbox__input:enabled:checked+.cdx-checkbox__icon,
.cdx-checkbox__input:enabled:indeterminate+.cdx-checkbox__icon,
.mw-ui-checkbox__input:enabled:indeterminate+.cdx-checkbox__icon {
    background-color: var(--ooui-progressive);
    border-color: var(--ooui-progressive);
}

.cdx-checkbox__input:enabled:checked:hover+.cdx-checkbox__icon,
.mw-ui-checkbox__input:enabled:checked:hover+.cdx-checkbox__icon,
.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,
.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),
.mw-ui-checkbox__input:enabled:checked:focus:not(:active),
.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,
.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,
.mw-ui-checkbox__input:enabled:hover+.cdx-checkbox__icon {
    border-color: var(--ooui-accent);
}

.cdx-checkbox__input:enabled:active+.cdx-checkbox__icon,
.mw-ui-checkbox__input:enabled: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);
}

input[type='checkbox']:hover+.cdx-button.cdx-button--weight-quiet,
input[type='checkbox']:hover+.cdx-button.mw-ui-button--weight-quiet,
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,
input[type='checkbox']:focus+.cdx-button.mw-ui-button--weight-quiet,
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,
input[type='checkbox']:active+.cdx-button.mw-ui-button--weight-quiet,
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),
.cdx-text-input__input:enabled {
    background-color: var(--ooui-input);
    color: var(--text-color);
    border-color: var(--ooui-input-border);
}

.mw-ui-input:not(:disabled):hover,
.cdx-text-input__input:enabled:hover {
    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,
.cdx-text-input__input:enabled::placeholder {
    color: var(--byline-color);
}

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

/*.mw-content-ltr .redirectText li:first-child::before {*/
/*    content: '';*/
/*    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,
.article-table>tr>td,
.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,
.wikitable>tr>td.table-noborder,
.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,
.article-table>*>tr>th,
.fandom-table>tr>th,
.fandom-table>*>tr>th,
.wikitable>tr>th,
.wikitable>*>tr>th {
    background-color: var(--wikitable-header-bg);
}

.tabber .wikitable {
    box-shadow: none;
}

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

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

.mw_metadata td {
    background-color: var(--wikitable-bg);
}

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

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

.mw-datatable th {
    background-color: var(--wikitable-header-bg);
}

.mw-datatable td {
    background-color: var(--wikitable-bg);
}

.mw-datatable tr:hover td {
    background-color: var(--wikitable-bg);
}

table.alternating-rows tr:nth-child(odd),
table.alternating-cols td:nth-child(odd) {
    background: var(--wikitable-alternating-bg);
}

table.mw-json th,
table.mw-json td {
    border-color: var(--wikitable-border);
}

table.mw-json th {
    background-color: var(--wikitable-header-bg);
}

table.mw-json td {
    background: var(--wikitable-bg);
}

/* 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,
#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 {
    vertical-align: top;
}

.collection-table {
    table-layout: fixed;
    max-width: 1700px;
}

@media screen and (max-width: 900px) {
    table.wikitable.collection-table {
        display: block;
        overflow-x: auto;
    }
}

/* =================
         diffs
   ================= */
.diff-context {
    border-color: var(--diff-context-border-color);
    background: var(--diff-context-background);
    color: inherit;
}

.diff-addedline {
    border-color: var(--diff-addedline-border-color);
}

.diff-addedline .diffchange {
    background: var(--diff-addedline-background);
    color: var(--diff-addedline-color);
}

.diff-deletedline {
    border-color: var(--diff-deletedline-border-color);
}

.diff-deletedline .diffchange {
    background: var(--diff-deletedline-background);
    color: var(--diff-deletedline-color);
}

/* "↪" */
.mw-diff-movedpara-left:after,
/* "↩" */
.mw-diff-movedpara-right:after {
    color: var(--text-color);
}

/* ------------------
	NEW INLINE DIFFS
	----------------- */
.mw-diff-table-prefix .mw-diff-inline-legend .mw-diff-inline-legend-ins {
    background: var(--diff-addedline-background);
}

.mw-diff-table-prefix .mw-diff-inline-legend .mw-diff-inline-legend-del {
    background: var(--diff-inline-deletedline);
}

.mw-diff-inline-added.mw-diff-empty-line::after,
.mw-inline-diff-newline::after {
    background: var(--diff-addedline-background);
    color: var(--byline-color);
}

.mw-diff-inline-added ins,
.mw-diff-inline-changed ins,
.mw-diff-inline-moved ins {
    background: var(--diff-addedline-background);
}

.mw-diff-inline-deleted.mw-diff-empty-line::after,
.mw-inline-diff-newline::after {
    background: var(--diff-inline-deletedline);
    color: var(--byline-color);
}

.mw-diff-inline-deleted del,
.mw-diff-inline-changed del,
.mw-diff-inline-moved del {
    background: var(--diff-inline-deletedline);
}

/* 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 */
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
    background: var(--body-main);
}

.mw-body-content .mw-echo-ui-datedSubGroupListWidget-title-secondary {
    color: var(--byline-color);
}

.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
    background-color: var(--ooui-normal);
    color: var(--ooui-accent);
}

.mw-echo-ui-pageNotificationsOptionWidget-label-count {
    background-color: var(--ooui-normal);
    color: var(--byline-color);
}

.oo-ui-optionWidget-selected .mw-echo-ui-pageNotificationsOptionWidget-label-count {
    color: var(--ooui-accent);
}

.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted {
    background-color: var(--ooui-normal);
    color: var(--text-color);
}

.mw-echo-ui-crossWikiUnreadFilterWidget {
    border-color: var(--body-border);
}

.mw-echo-ui-crossWikiUnreadFilterWidget-subtitle {
    color: var(--byline-color);
}

.mw-echo-ui-notificationBadgeButtonPopupWidget-popup>.oo-ui-popupWidget-popup>.oo-ui-popupWidget-head,
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup>.oo-ui-popupWidget-popup>.oo-ui-popupWidget-footer {
    border-color: var(--ooui-interface-border);
}

.mw-echo-ui-notificationBadgeButtonPopupWidget-popup>.oo-ui-popupWidget-popup>.oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child {
    border-left-color: var(--ooui-normal-border);
}

.mw-echo-ui-notificationItemWidget {
    background-color: var(--ooui-normal);
    border-color: var(--ooui-normal-border);
}

.mw-echo-ui-notificationItemWidget:hover,
.mw-echo-ui-notificationItemWidget-unread:hover {
    background-color: var(--ooui-normal--hover);
}

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

.mw-echo-ui-notificationItemWidget-unread {
    background-color: var(--notification);
}

.mw-echo-ui-crossWikiNotificationItemWidget-group,
.mw-echo-ui-bundleNotificationItemWidget-group {
    background-color: var(--ooui-interface);
}

.mw-echo-ui-toggleReadCircleButtonWidget-circle {
    background-color: var(--ooui-progressive);
}

.mw-echo-ui-toggleReadCircleButtonWidget:hover .mw-echo-ui-toggleReadCircleButtonWidget-circle {
    background-color: var(--ooui-progressive--hover);
}

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

.mw-echo-ui-notificationItemWidget-content-message-header,
.mw-echo-ui-notificationItemWidget-content-message-body,
.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 {
    background-color: var(--body-main);
}

@keyframes unseen-fadeout-to-unread {
    from {
        background-color: var(--wikitable-bg-lighter);
    }

    to {
        background-color: var(--notification);
    }

}

@keyframes unseen-fadeout-to-read {
    from {
        background-color: var(--wikitable-bg-lighter);
    }

    to {
        background-color: var(--body-main);
    }

}

/* ==============================
         <tabber> styling
   ============================== */

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

:root.client-js .tabber:not(.tabberlive)>.tabbertab:nth-child(n+2) {
    display: none;
}

ul.tabbernav {
    border-bottom: 1px solid var(--body-border);
    font-family: inherit;
    padding: unset;
}

ul.tabbernav li a:link,
ul.tabbernav li a:visited {
    color: var(--tabber-inactive-tab-color);
}

ul.tabbernav li.tabberactive>a {
    background-color: transparent;
    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 {
    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 {
    background-color: transparent;
    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;
}

/* ======================
            OOUI
   ====================== */
.oo-ui-widget {
    color: var(--ooui-text);
}

.oo-ui-checkboxInputWidget [type='checkbox']+span,
.oo-ui-radioInputWidget [type='radio']+span {
    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 {
    background-color: var(--ooui-progressive);
    border-color: var(--ooui-progressive);
}

.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked+span {
    border-color: var(--ooui-progressive);
}

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

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

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

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus+span {
    border-color: var(--ooui-accent);
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:active+span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:active+span,
.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 {
    background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}

.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active+span {
    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']:checked:active+span:before {
    border-color: var(--ooui-progressive--hover);
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus+span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:focus+span {
    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;
}

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

.oo-ui-dropdownWidget-handle {
    border-color: var(--ooui-normal-border);
}

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

.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover {
    background-color: var(--ooui-normal--hover);
    color: var(--ooui-text);
    border-color: var(--ooui-normal-border);
}

.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:active {
    color: var(--ooui-text);
}

.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus {
    border-color: var(--ooui-accent);
    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 {
    background-color: var(--ooui-normal--hover);
}

.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle {
    color: var(--ooui-disabled-text);
    text-shadow: none;
    border-color: var(--ooui-disabled-border);
    background-color: var(--ooui-disabled);
}

.oo-ui-dropdownInputWidget select {
    border-color: var(--ooui-normal-border);
}

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

.oo-ui-dropdownInputWidget.oo-ui-widget-enabled {
    background-color: var(--ooui-normal);
}

.oo-ui-dropdownInputWidget.oo-ui-widget-enabled:hover {
    background-color: var(--ooui-normal--hover);
}

.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select {
    color: var(--ooui-text);
}

.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover,
.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:active {
    color: var(--ooui-text);
    border-color: var(--ooui-normal-border);
}

.oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:focus {
    border-color: var(--ooui-accent);
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}

.oo-ui-labelWidget.oo-ui-inline-help {
    color: var(--byline-color);
}

.oo-ui-menuSelectWidget {
    background-color: var(--ooui-interface);
    border-color: var(--ooui-interface-border);
}

.oo-ui-menuSelectWidget-frameless {
    box-shadow: inset 0 -1px 0 0 var(--ooui-normal-border);
}

.oo-ui-menuSectionOptionWidget {
    color: var(--byline-color);
}

.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted,
.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,
.oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
    color: var(--ooui-accent);
    background-color: #282828;
}

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

.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget {
    color: var(--ooui-text);
}

.oo-ui-messageDialog-title {
    color: inherit;
}

.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error {
    background-color: var(--errorbox-bg);
    border-color: var(--errorbox-border);
}

.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning {
    background-color: var(--warningbox-bg);
    border-color: var(--warningbox-border);
}

.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success {
    background-color: var(--successbox-bg);
    border-color: var(--successbox-border);
}

.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice {
    border-color: var(--messagebox-notice-border);
}

.oo-ui-messageWidget.oo-ui-flaggedElement-error:not(.oo-ui-messageWidget-block),
.oo-ui-messageWidget.oo-ui-flaggedElement-success:not(.oo-ui-messageWidget-block) {
    color: var(--ooui-text);
}

.oo-ui-optionWidget.oo-ui-widget-disabled {
    color: var(--ooui-disabled-text);
}

.oo-ui-outlineControlsWidget {
    background-color: var(--ooui-normal);
}

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

.oo-ui-popupWidget-popup {
    background-color: var(--ooui-interface);
    border-color: var(--ooui-interface-border);
}

.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after {
    border-bottom-color: var(--ooui-interface);
}

.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before {
    border-bottom-color: var(--ooui-interface-border);
}

.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after {
    border-top-color: var(--ooui-interface);
}

.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:before {
    border-top-color: var(--ooui-interface-border);
}

.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:after {
    border-right-color: var(--ooui-interface);
}

.oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:before {
    border-right-color: var(--ooui-interface-border);
}

.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:after {
    border-left-color: var(--ooui-interface);
}

.oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:before {
    border-left-color: var(--ooui-interface-border);
}

.oo-ui-searchWidget-query {
    border-bottom-color: var(--ooui-interface-border);
}

.oo-ui-selectFileWidget-dropTarget {
    background-color: var(--ooui-interface);
    border-color: var(--ooui-interface-border);
}

.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget {
    background-color: var(--ooui-interface);
}

.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget:hover {
    border-color: var(--ooui-input-border--hover);
}

.oo-ui-tabOptionWidget {
    color: var(--ooui-text);
}

.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
    background-color: var(--body-dark);
    color: var(--ooui-text);
}

.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
    border-bottom-color: var(--link-color);
    color: var(--link-color);
}

.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover,
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active {
    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 {
    background-color: var(--body-dark);
}

.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
    color: var(--ooui-progressive);
    box-shadow: inset 0 -2px 0 0 var(--ooui-progressive);
}

.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected:hover,
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected:focus {
    color: var(--ooui-progressive--hover);
    box-shadow: inset 0 -2px 0 0 var(--ooui-progressive--hover);
}

.oo-ui-tabSelectWidget-framed {
    background: none;
    border-bottom: 1px solid var(--ooui-interface-border);
}

.oo-ui-tabSelectWidget-frameless {
    box-shadow: inset 0 -1px 0 0 var(--ooui-interface-border);
}

.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-framed:after {
    background: var(--mobile-navbox-linear-gradient);
}

.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-frameless:after {
    background: var(--mobile-navbox-linear-gradient);
}

.oo-ui-tagItemWidget {
    border-color: var(--ooui-normal-border);
}

.oo-ui-tagItemWidget.oo-ui-widget-enabled {
    color: var(--ooui-text);
}

.oo-ui-tagItemWidget.oo-ui-widget-enabled:hover {
    background-color: var(--ooui-normal--hover);
    color: var(--ooui-text);
    border-color: var(--ooui-normal-border);
}

.oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed) {
    background-color: var(--ooui-normal);
}

.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover {
    background-color: var(--ooui-normal--hover);
}

.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled {
    background-color: var(--ooui-interface);
}

.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined {
    background-color: var(--ooui-normal);
}

.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled {
    background-color: var(--ooui-interface);
}

.oo-ui-textInputWidget .oo-ui-inputWidget-input,
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle {
    background-color: var(--ooui-input);
    color: var(--ooui-text);
    border-color: var(--ooui-input-border);
}

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

.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus {
    border-color: var(--ooui-accent);
    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) {
    background-color: var(--ooui-disabled);
    color: var(--ooui-disabled-text);
}

.oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input {
    border-color: var(--ooui-input-border--hover);
}

.oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input:focus {
    border-color: var(--ooui-accent);
}

@media screen and (min-width: 0) {
    .oo-ui-textInputWidget.oo-ui-widget-enabled textarea.oo-ui-inputWidget-input:focus {
        outline: 1px solid var(--ooui-accent);
    }
}

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

.oo-ui-toggleSwitchWidget {
    background-color: var(--ooui-input);
    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 {
    background-color: var(--ooui-input);
    border-color: var(--ooui-accent);
}

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

.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active,
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover,
.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,
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover .oo-ui-toggleSwitchWidget-grip,
.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);
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}

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

.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on {
    background-color: var(--ooui-progressive);
    border-color: var(--ooui-progressive);
}

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

.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:hover {
    background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}

.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active,
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active:hover {
    background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}

.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus {
    border-color: var(--ooui-progressive);
}

.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus::before {
    border-color: #fff;
    /* TODO Color */
}

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

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled>.oo-ui-buttonElement-button {
    color: var(--ooui-text);
}

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled>.oo-ui-buttonElement-button:hover {
    color: var(--ooui-text);
}

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

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed>input.oo-ui-buttonElement-button,
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled>.oo-ui-buttonElement-button:active {
    color: var(--ooui-text);
}

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button,
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:hover {
    color: var(--ooui-text);
}

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:active,
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed>.oo-ui-buttonElement-button {
    color: var(--ooui-text);
    border-color: var(--ooui-text);
}

.oo-ui-buttonElement-frameless.oo-ui-widget-disabled>.oo-ui-buttonElement-button {
    color: var(--ooui-disabled-text);
}

.oo-ui-buttonElement-framed.oo-ui-widget-disabled>.oo-ui-buttonElement-button {
    background-color: var(--ooui-disabled);
    border-color: var(--ooui-disabled-border);
}

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

.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button:hover {
    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-buttonElement-button:focus {
    border-color: var(--ooui-accent);
    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 {
    background-color: var(--ooui-progressive--hover);
    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 {
    border-color: var(--ooui-progressive--hover);
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button:active,
.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 {
    color: var(--ooui-text);
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:hover {
    background-color: var(--ooui-normal--hover);
    border-color: var(--ooui-progressive--hover);
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:focus {
    border-color: var(--ooui-accent);
    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 {
    color: var(--ooui-text);
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive>.oo-ui-buttonElement-button:hover {
    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 {
    background-color: var(--ooui-progressive);
    border-color: var(--ooui-progressive);
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive>.oo-ui-buttonElement-button:hover {
    background-color: var(--ooui-progressive--hover);
    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 {
    border-color: var(--ooui-accent);
    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,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed>.oo-ui-buttonElement-button,
.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 {
    background-image: var(--ooui-pending-background-image);
    background-size: 200%;
    animation: oo-ui-pendingElement-stripes 6s linear infinite;
}

@keyframes oo-ui-pendingElement-stripes {
    100% {
        background-position: 100%;
    }
}

.oo-ui-messageDialog-content>.oo-ui-window-foot {
    outline-color: var(--ooui-interface-border);
}

.oo-ui-messageDialog-message {
    color: var(--ooui-text);
}

.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
    border-right-color: var(--ooui-interface-border);
}

.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget {
    border-bottom-color: var(--ooui-interface-border);
}

.oo-ui-processDialog-content .oo-ui-window-head,
.oo-ui-processDialog-content .oo-ui-window-foot {
    outline-color: var(--ooui-interface-border);
}

.oo-ui-processDialog .oo-ui-actionWidget>.oo-ui-buttonElement-button {
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.oo-ui-processDialog .oo-ui-actionWidget>.oo-ui-buttonElement-button:hover,
.oo-ui-processDialog .oo-ui-actionWidget>.oo-ui-buttonElement-button:active {
    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,
.oo-ui-processDialog .oo-ui-actionWidget:not(.oo-ui-flaggedElement-progressive):not(.oo-ui-flaggedElement-destructive)>.oo-ui-buttonElement-button:active {
    border-right-color: var(--ooui-interface-border);
    border-left-color: transparent;
}

.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);
}

.oo-ui-processDialog-actions-safe .oo-ui-actionWidget>.oo-ui-buttonElement-button,
.oo-ui-processDialog-actions-other .oo-ui-actionWidget>.oo-ui-buttonElement-button {
    border-right-color: var(--ooui-normal-border);
    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 {
    background-color: var(--ooui-normal--hover);
    border-right-color: var(--ooui-interface-border);
}

.oo-ui-windowManager-modal>.oo-ui-dialog {
    background-color: var(--ooui-window-background);
}

.oo-ui-windowManager-modal>.oo-ui-dialog>.oo-ui-window-frame {
    background-color: var(--ooui-interface);
}

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

.oo-ui-window {
    color: var(--ooui-text);
}

.oo-ui-toolbar-bar {
    background-color: var(--ooui-interface);
    color: var(--ooui-text);
}

.oo-ui-toolbar-position-top>.oo-ui-toolbar-bar {
    border-bottom-color: var(--body-mid);
}

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

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

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

.oo-ui-tool.oo-ui-widget-enabled>.oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active>.oo-ui-tool-link,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active>.oo-ui-tool-link {
    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 {
    background-color: var(--ooui-progressive);
}

.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 {
    box-shadow: inset 0 0 0 1px var(--ooui-accent), inset 0 0 0 2px #fff;
}

.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 {
    background-color: var(--ooui-normal);
}

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

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

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

.oo-ui-popupToolGroup-tools {
    background-color: var(--ooui-interface);
    border-color: var(--body-mid);
}

.oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle:hover {
    background-color: var(--ooui-normal--hover);
}

.oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle:focus {
    outline: 1px solid var(--ooui-accent);
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}

.oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled>.oo-ui-popupToolGroup-handle:hover {
    border-right-color: var(--ooui-normal--hover);
}

.oo-ui-popupToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus {
    box-shadow: inset 0 0 0 2px var(--ooui-accent);
}

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

.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active>.oo-ui-popupToolGroup-handle {
    background-color: var(--ooui-normal);
    color: var(--ooui-accent);
}

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

.oo-ui-bookletLayout-outlinePanel>.oo-ui-outlineControlsWidget {
    border-top-color: var(--ooui-interface-border);
}

.oo-ui-bookletLayout>.oo-ui-menuLayout-menu {
    border-right-color: var(--ooui-interface-border);
}

.oo-ui-fieldLayout-disabled>.oo-ui-fieldLayout-body>.oo-ui-fieldLayout-header>.oo-ui-labelElement-label {
    color: var(--ooui-disabled-text);
}

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

.oo-ui-icon-settings {
    /* TODO SVG */
    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");
}

.oo-ui-icon-clear {
    /* TODO SVG */
    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 {
    background-color: var(--ooui-input);
    color: var(--ooui-text);
    border-color: var(--ooui-input-border);
}

.mw-widget-dateInputWidget-calendar {
    background-color: var(--ooui-interface);
}

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

.mw-widget-calendarWidget {
    border-color: var(--ooui-interface-border);
}

.mw-widget-calendarWidget:focus {
    border-color: var(--ooui-accent);
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}

.mw-widget-calendarWidget-day,
.mw-widget-calendarWidget-day-heading {
    color: var(--ooui-text);
}

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

.mw-widget-calendarWidget-day-today {
    box-shadow: inset 0 0 0 1px var(--ooui-accent);
}

.mw-widget-calendarWidget-item:hover {
    background-color: var(--ooui-progressive);
}

.mw-widget-calendarWidget-item-selected {
    background-color: var(--ooui-progressive--hover);
}

.mw-widgets-datetime-calendarWidget {
    background-color: var(--ooui-interface);
    border-color: var(--ooui-interface-border);
}

.mw-widgets-datetime-calendarWidget:focus {
    border-color: var(--ooui-accent);
    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 {
    color: var(--subtle-color);
}

.mw-widgets-datetime-calendarWidget-grid .mw-widgets-datetime-calendarWidget-cell.mw-widgets-datetime-calendarWidget-selected .oo-ui-buttonElement-button {
    background-color: var(--ooui-progressive--hover);
}

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

.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled.mw-widgets-datetime-dateTimeInputWidget-handle:hover {
    border-color: var(--ooui-input-border--hover);
}

.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled:hover input,
.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled:hover textarea {
    border-color: var(--ooui-input-border--hover);
}

.mw-widgets-datetime-dateTimeInputWidget.oo-ui-widget-enabled .mw-widgets-datetime-dateTimeInputWidget-editField:hover {
    background-color: var(--ooui-normal);
}

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

.ve-ui-overlay {
    font-family: inherit;
}

.oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above {
    border-top-color: var(--body-mid);
}

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

.ve-ui-specialCharacterPage h3 {
    color: var(--byline-color);
}

.ve-ui-toolbarDialog {
    background: var(--ooui-interface);
}

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

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

.ve-ce-linkAnnotation.ve-ce-annotation-active {
    box-shadow: 0 0 0 1px var(--body-mid);
    background: none;
}

.ve-ui-desktopContext .ve-ui-linkContextItem .ve-ui-linkContextItem-label {
    border-color: var(--body-border);
}

.ve-ui-mwHelpPopupTool-version-label,
.ve-ui-mwHelpPopupTool-version-link,
.ve-ui-mwHelpPopupTool-version-date {
    color: var(--byline-color);
}

.ve-ce-tableCellableNode {
    border-color: var(--body-mid);
}

.ve-ce-mwReferencesListNode-muted {
    color: var(--byline-color);
}

.ve-ui-mwTemplatePage-description,
.ve-ui-mwParameterPage-label,
.ve-ui-mwParameterPage-description-required,
.ve-ui-mwParameterPage-description-deprecated {
    color: var(--byline-color);
}

.mw-widget-titleWidget-menu .mw-widget-titleOptionWidget-description {
    color: var(--byline-color);
}

.ve-ui-mwGalleryDialog-menuLayout>.oo-ui-menuLayout-menu,
.ve-ui-mwGalleryDialog-innerMenuLayout>.oo-ui-menuLayout-menu,
.ve-ui-mwGalleryDialog .ve-ui-mwGalleryDialog-image-container,
.ve-ui-targetWidget {
    border-color: var(--body-border);
}

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

.ve-ui-mwSaveDialog {
    color: var(--ooui-text);
}

.ve-ui-mwSaveDialog-options {
    background-color: var(--ooui-interface);
    border-color: var(--body-border);
}

.ve-ui-mwSaveDialog-summary {
    background-color: var(--ooui-input);
}

.ve-ui-mwSaveDialog-editSummary-count {
    border-color: var(--body-border);
}

.ve-ui-mwSaveDialog-license {
    color: var(--byline-color);
}

.ve-ui-mwReferenceContextItem-muted {
    color: var(--byline-color);
}

.ve-ui-mwNoticesPopupTool-items>div:not(:first-child),
.ve-ui-mwHelpPopupTool-item:not(:first-child) {
    border-color: var(--body-border);
}

.ve-ui-mwTransclusionOutlineControlsWidget {
    background-color: var(--ooui-interface);
    border-top-color: var(--body-border);
}

.ve-ui-mwTransclusionOutlineTemplateWidget-sticky {
    background-color: var(--ooui-interface);
}

.ve-ui-mwTransclusionOutlineTemplateWidget .ve-ui-mwTransclusionOutlineParameterWidget.oo-ui-optionWidget-highlighted {
    color: var(--ooui-text);
}

.ve-ui-mwTransclusionOutlineTemplateWidget-no-template-parameters {
    color: var(--subtle-color);
}

.ve-ui-mwParameterPage-undocumentedLabel {
    color: var(--subtle-color);
}

.ve-ui-mwTwoPaneTransclusionDialogLayout>.oo-ui-menuLayout-menu {
    border-right: var(--body-border);
}

.ve-ui-mwParameterPage-doc-required,
.ve-ui-mwParameterPage-doc-deprecated,
.ve-ui-mwParameterPage-inlineDescription .ve-ui-mwParameterPage-doc-example {
    color: var(--byline-color);
}

.ve-ui-expandableContent-toggle {
    background-color: var(--ooui-interface);
}

.ve-ui-expandableContent-fade {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, var(--ooui-interface) 90%);
}

.ve-ui-commandHelpDialog-shortcut>kbd,
.ve-ui-commandHelpDialog-sequence>kbd {
    background-color: var(--keypress-background);
    color: var(--keypress-color);
    border-color: var(--keypress-border);
    box-shadow: none;
    text-shadow: none;
}

.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-floating .ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
    background: var(--ooui-interface);
}

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

/* ==============================
       [[Template:Editnotice]]
   ============================== */
.editnotice {
    font-size: 0.9em;
    padding-bottom: 0.75em;
    margin-bottom: 0.6em;
}

.editnotice .editnotice-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.4em;
}

/* =============================
           Syntax highlighting
   ============================== */
.mw-highlight {
    background: none;
}

.mw-highlight pre {
    background-color: inherit;
}

.mw-highlight pre .hll {
    background-color: #49483e;
}

.mw-highlight pre .c {
    color: #949eaa;
}

/* Comment */
.mw-highlight pre .err {
    color: #960050;
}

/* Error */
.mw-highlight pre .k {
    color: #66d9ef;
}

/* Keyword */
.mw-highlight pre .l {
    color: #ae81ff;
}

/* Literal */
.mw-highlight pre .n {
    color: #f8f8f2;
}

/* Name */
.mw-highlight pre .o {
    color: #7226f9;
}

/* Operator */
.mw-highlight pre .p {
    color: #f8f8f2;
}

/* Punctuation */
.mw-highlight pre .ch {
    color: #949eaa;
}

/* Comment.Hashbang */
.mw-highlight pre .cm {
    color: #949eaa;
}

/* Comment.Multiline */
.mw-highlight pre .cp {
    color: #949eaa;
}

/* Comment.Preproc */
.mw-highlight pre .cpf {
    color: #949eaa;
}

/* Comment.PreprocFile */
.mw-highlight pre .c1 {
    color: #949eaa;
}

/* Comment.Single */
.mw-highlight pre .cs {
    color: #949eaa;
}

/* Comment.Special */
.mw-highlight pre .gd {
    color: #7226f9;
}

/* Generic.Deleted */
.mw-highlight pre .ge {
    font-style: italic;
}

/* Generic.Emph */
.mw-highlight pre .gi {
    color: #a6e22e;
}

/* Generic.Inserted */
.mw-highlight pre .gs {
    font-weight: bold;
}

/* Generic.Strong */
.mw-highlight pre .gu {
    color: #949eaa;
}

/* Generic.Subheading */
.mw-highlight pre .kc {
    color: #66d9ef;
}

/* Keyword.Constant */
.mw-highlight pre .kd {
    color: #66d9ef;
}

/* Keyword.Declaration */
.mw-highlight pre .kn {
    color: #7226f9;
}

/* Keyword.Namespace */
.mw-highlight pre .kp {
    color: #66d9ef;
}

/* Keyword.Pseudo */
.mw-highlight pre .kr {
    color: #66d9ef;
}

/* Keyword.Reserved */
.mw-highlight pre .kt {
    color: #66d9ef;
}

/* Keyword.Type */
.mw-highlight pre .ld {
    color: #e6db74;
}

/* Literal.Date */
.mw-highlight pre .m {
    color: #ae81ff;
}

/* Literal.Number */
.mw-highlight pre .s {
    color: #e6db74;
}

/* Literal.String */
.mw-highlight pre .na {
    color: #a6e22e;
}

/* Name.Attribute */
.mw-highlight pre .nb {
    color: #f8f8f2;
}

/* Name.Builtin */
.mw-highlight pre .nc {
    color: #a6e22e;
}

/* Name.Class */
.mw-highlight pre .no {
    color: #66d9ef;
}

/* Name.Constant */
.mw-highlight pre .nd {
    color: #a6e22e;
}

/* Name.Decorator */
.mw-highlight pre .ni {
    color: #f8f8f2;
}

/* Name.Entity */
.mw-highlight pre .ne {
    color: #a6e22e;
}

/* Name.Exception */
.mw-highlight pre .nf {
    color: #a6e22e;
}

/* Name.Function */
.mw-highlight pre .nl {
    color: #f8f8f2;
}

/* Name.Label */
.mw-highlight pre .nn {
    color: #f8f8f2;
}

/* Name.Namespace */
.mw-highlight pre .nx {
    color: #a6e22e;
}

/* Name.Other */
.mw-highlight pre .py {
    color: #f8f8f2;
}

/* Name.Property */
.mw-highlight pre .nt {
    color: #7226f9;
}

/* Name.Tag */
.mw-highlight pre .nv {
    color: #f8f8f2;
}

/* Name.Variable */
.mw-highlight pre .ow {
    color: #7226f9;
}

/* Operator.Word */
.mw-highlight pre .w {
    color: #f8f8f2;
}

/* Text.Whitespace */
.mw-highlight pre .mb {
    color: #ae81ff;
}

/* Literal.Number.Bin */
.mw-highlight pre .mf {
    color: #ae81ff;
}

/* Literal.Number.Float */
.mw-highlight pre .mh {
    color: #ae81ff;
}

/* Literal.Number.Hex */
.mw-highlight pre .mi {
    color: #ae81ff;
}

/* Literal.Number.Integer */
.mw-highlight pre .mo {
    color: #ae81ff;
}

/* Literal.Number.Oct */
.mw-highlight pre .sa {
    color: #e6db74;
}

/* Literal.String.Affix */
.mw-highlight pre .sb {
    color: #e6db74;
}

/* Literal.String.Backtick */
.mw-highlight pre .sc {
    color: #e6db74;
}

/* Literal.String.Char */
.mw-highlight pre .dl {
    color: #e6db74;
}

/* Literal.String.Delimiter */
.mw-highlight pre .sd {
    color: #e6db74;
}

/* Literal.String.Doc */
.mw-highlight pre .s2 {
    color: #e6db74;
}

/* Literal.String.Double */
.mw-highlight pre .se {
    color: #ae81ff;
}

/* Literal.String.Escape */
.mw-highlight pre .sh {
    color: #e6db74;
}

/* Literal.String.Heredoc */
.mw-highlight pre .si {
    color: #e6db74;
}

/* Literal.String.Interpol */
.mw-highlight pre .sx {
    color: #e6db74;
}

/* Literal.String.Other */
.mw-highlight pre .sr {
    color: #e6db74;
}

/* Literal.String.Regex */
.mw-highlight pre .s1 {
    color: #e6db74;
}

/* Literal.String.Single */
.mw-highlight pre .ss {
    color: #e6db74;
}

/* Literal.String.Symbol */
.mw-highlight pre .bp {
    color: #f8f8f2;
}

/* Name.Builtin.Pseudo */
.mw-highlight pre .fm {
    color: #a6e22e;
}

/* Name.Function.Magic */
.mw-highlight pre .vc {
    color: #f8f8f2;
}

/* Name.Variable.Class */
.mw-highlight pre .vg {
    color: #f8f8f2;
}

/* Name.Variable.Global */
.mw-highlight pre .vi {
    color: #f8f8f2;
}

/* Name.Variable.Instance */
.mw-highlight pre .vm {
    color: #f8f8f2;
}

/* Name.Variable.Magic */
.mw-highlight pre .il {
    color: #ae81ff;
}

/* Literal.Number.Integer.Long */
.mw-highlight pre .lineno {
    color: #949eaa;
}

/* Line number */
.mw-json th {
    background-color: var(--ooui-text);
    border-color: var(--ooui-normal);
    font-size: inherit;
}

.mw-json td {
    background-color: var(--ooui-text);
    border-color: var(--ooui-normal);
    font-size: inherit;
}

/* =======================================
       syntax highlight in ace editor
   ======================================= */
body .ace-tm .ace_gutter,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter {
    background: var(--sourceeditor-background);
    color: #cbd9f4;
}

body .ace-tm .ace_print-margin,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_print-margin {
    width: 1px;
    background: #555651;
}

body .ace-tm,
body .ve-ui-mwAceEditorWidget .ace-tm {
    background-color: var(--sourceeditor-background);
    color: #f8f8f2;
}

body .ace-tm .ace_cursor,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_cursor {
    color: #f8f8f0;
}

body .ace-tm .ace_marker-layer .ace_selection,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selection {
    background: var(--sourceeditor-background-secondary);
}

body .ace-tm.ace_multiselect .ace_selection.ace_start,
body .ve-ui-mwAceEditorWidget .ace-tm.ace_multiselect .ace_selection.ace_start {
    box-shadow: 0 0 3px 0px var(--sourceeditor-background-secondary);
}

body .ace-tm .ace_marker-layer .ace_step,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_step {
    background: #665200;
}

body .ace-tm .ace_marker-layer .ace_bracket,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_bracket {
    margin: -1px 0 0 -1px;
    border: 1px solid #49483e;
}

body .ace-tm .ace_marker-layer .ace_active-line,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_active-line {
    background: var(--sourceeditor-background-secondary);
}

body .ace-tm .ace_gutter-active-line,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_gutter-active-line {
    background-color: var(--sourceeditor-background-secondary);
}

body .ace-tm .ace_marker-layer .ace_selected-word,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_marker-layer .ace_selected-word {
    border: 1px solid #49483e;
    background: #49483e;
}

body .ace-tm .ace_invisible,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_invisible {
    color: #52524d;
}

body .ace-tm .ace_entity.ace_name.ace_tag,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_tag,
body .ace-tm .ace_keyword,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword,
body .ace-tm .ace_meta.ace_tag,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_meta.ace_tag,
body .ace-tm .ace_storage,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_storage {
    color: #7226f9;
}

body .ace-tm .ace_punctuation,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation,
body .ace-tm .ace_punctuation.ace_tag,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_punctuation.ace_tag {
    color: #fff;
}

body .ace-tm .ace_constant.ace_character,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_character,
body .ace-tm .ace_constant.ace_language,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_language,
body .ace-tm .ace_constant.ace_numeric,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_numeric,
body .ace-tm .ace_constant.ace_other,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_constant.ace_other {
    color: #ae81ff;
}

body .ace-tm .ace_invalid,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid {
    color: #f8f8f0;
    background-color: #7226f9;
}

body .ace-tm .ace_invalid.ace_deprecated,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_invalid.ace_deprecated {
    color: #f8f8f0;
    background-color: #ae81ff;
}

body .ace-tm .ace_support.ace_constant,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_constant,
body .ace-tm .ace_support.ace_function,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_function {
    color: #66d9ef;
}

body .ace-tm .ace_fold,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_fold {
    background-color: #a6e22e;
    border-color: #f8f8f2;
}

body .ace-tm .ace_storage.ace_type,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_storage.ace_type,
body .ace-tm .ace_support.ace_class,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_class,
body .ace-tm .ace_support.ace_type,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_support.ace_type {
    color: #66d9ef;
}

body .ace-tm .ace_entity.ace_name.ace_function,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_name.ace_function,
body .ace-tm .ace_entity.ace_other,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other,
body .ace-tm .ace_entity.ace_other.ace_attribute-name,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_entity.ace_other.ace_attribute-name,
body .ace-tm .ace_variable,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_variable {
    color: #a6e22e;
}

body .ace-tm .ace_variable.ace_parameter,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_variable.ace_parameter {
    color: #fd971f;
}

body .ace-tm .ace_string,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_string {
    color: #e6db74;
}

body .ace-tm .ace_keyword.ace_operator,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_keyword.ace_operator {
    color: #949eaa;
}

body .ace-tm .ace_comment,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_comment {
    color: #949eaa;
}

body .ace-tm .ace_indent-guide,
body .ve-ui-mwAceEditorWidget .ace-tm .ace_indent-guide {
    background: none;
    border-right: solid 1px #334567;
    margin-left: -1px;
}

/* ===========================
        Lua debug console
   =========================== */
body #mw-scribunto-input {
    background-color: var(--sourceeditor-background);
    border: 1px solid var(--sourceeditor-border);
}

body .mw-scribunto-console-fieldset {
    color: #cbd9f4;
    background-color: var(--sourceeditor-background);
}

body .mw-scribunto-normalOutput,
body .mw-scribunto-print,
body .mw-scribunto-error,
body .mw-scribunto-propList,
body .mw-scribunto-message,
body .mw-scribunto-tabcomplete {
    background: none;
}

body .mw-scribunto-input {
    color: #3ea6e6;
}

body .mw-scribunto-normalOutput {
    color: #cbd9f4;
}

body .mw-scribunto-print {
    color: #f9d000;
}

body .mw-scribunto-error {
    color: #3142ee;
}

body .mw-scribunto-propList,
body .mw-scribunto-message {
    color: #6bc71f;
}

body .mw-scribunto-tabcomplete {
    color: #855cd8;
}

body .mw-scribunto-clear {
    color: #3142ee;
    border-bottom-color: #3142ee;
}

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

.messagebox {
    display: flex;
    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 {
    font-weight: 600;
}

.mw-body-content .messagebox p {
    margin: 0;
    font-size: 0.9em;
    color: #cccbcb;
}

.messagebox.notice {
    border-left-color: var(--messagebox-notice-border);
    background-color: var(--body-light);
}

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

.messagebox.beta {
    background-color: #0b0965;
    border-left-color: #0000b0;
}

.messagebox.notice.plainlinks.removed {
    border-left-color: #2b06cc;
}

.messagebox.notice.dlc-content.dlc-Tides_of_the_Foscari {
    border-left-color: #52cf55;
    background: rgb(42 58 40);
    background: linear-gradient(45deg, rgb(42 58 40) 0%, rgb(27 60 27) 100%);
}

.messagebox.notice.dlc-content.dlc-Legacy_of_the_Moonspell {
    border-left-color: #66D0FF;
    background: rgb(35 58 68);
    background: linear-gradient(45deg, rgb(35 58 68) 0%, rgb(47 62 98) 100%);
}

.messagebox.notice.dlc-content.dlc-Emergency_Meeting {
    border-left-color: #d8b4ff;
    background: rgb(71 60 84);
    background: linear-gradient(45deg, rgb(71 60 84) 0%, rgb(60 45 82) 100%);
}

.messagebox.notice.dlc-content.dlc-Operation_Guns {
    border-left-color: #adadad;
    background: rgb(51 51 51);
    background: linear-gradient(45deg, rgb(51 51 51) 0%, rgb(53 52 52) 100%);
}

.messagebox.notice.dlc-content.dlc-Ode_to_Castlevania {
    border-left-color: #6662c6;
    background: rgb(54 55 87);
    background: linear-gradient(45deg, rgb(54 55 87) 0%, rgb(46 45 93) 100%);
}

.messagebox.notice.dlc-content.dlc-Emerald_Diorama {
    border-left-color: #53c69d;
    background: rgb(47 70 62);
    background: linear-gradient(45deg, rgb(47 70 62) 0%, rgb(43 60 54) 100%);
}

.messagebox.notice.dlc-content.dlc-Ante_Chamber {
    border-left-color: #7676FF;
    background: rgb(72 32 32);
    background: linear-gradient(45deg, rgb(72 32 32) 0%, rgb(52 52 94) 100%);
}

/* =====================
		Template:Quote
	===================== */

/* Sourced from https://dev.fandom.com/wiki/MediaWiki:Global_Lua_Modules/Quote.css */
/* #content added as a parent selector to the following in order to override default blockquote styles. */

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

blockquote.plain {
    border: 1px solid #434242 !important;
}

#content .pull-quote {
    flex-wrap: wrap;
    max-width: var(--pull-quote-max-width);
    font-size: 1em;
    line-height: 1.8;
    overflow: hidden;
}

#content .pull-quote__text {
    flex-basis: 100%;
    position: relative;
    padding: 0 2em;
    hyphens: var(--pull-quote-hyphens);
    color: var(--pull-quote-text-color);
    font-size: inherit;
    font-style: italic;
}

#content .pull-quote__text::before,
#content .pull-quote__text::after {
    display: inline;
    position: absolute;
    font-size: 3em;
    font-family: var(--pull-quote-mark-font);
    font-weight: 700;
    color: var(--pull-quote-mark-color);
}

#content .pull-quote__text::before {
    content: "“";
    top: 0;
    left: 0;
    line-height: 1;
}

#content .pull-quote__text::after {
    content: "”";
    bottom: 0;
    right: 0.1em;
    /* avoid clipping to edge due to italics */
    line-height: 0.2;
}

#content .pull-quote__text p:last-child {
    margin-bottom: 0;
}

/* render newline (\n) characters inside quote contents */
#content .pull-quote__text p {
    white-space: pre-line;
}

#content .pull-quote__line p {
    display: inline;
    white-space: pre-line;
}

#content .pull-quote__source {
    margin-left: auto;
}

#content .pull-quote__source cite {
    display: inline;
    font-style: normal;
    font-weight: bold;
}

#content .pull-quote__source::before {
    content: "—";
}

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

#content .pull-quote--right {
    float: right;
    margin: 1em 0 1em 2em;
}

#content .pull-quote--left {
    float: left;
    margin: 1em 2em 1em 0;
}

/* ---------------------------------
       [[Special:Preferences]]
   --------------------------------- */
#preferences .mw-htmlform-submit-buttons {
    background-color: var(--body-main);
    border-top-color: var(--body-border);
}

.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed,
.mw-prefs-tabs>.oo-ui-menuLayout-content>.oo-ui-indexLayout-stackLayout>.oo-ui-tabPanelLayout {
    border-color: var(--body-border);
}

.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td {
    background-color: var(--body-light);
}

.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td {
    background-color: var(--body-mid);
}

.mw-prefs-tabs.mw-prefs-tabs-searching .oo-ui-tabPanelLayout.mw-prefs-search-matched>fieldset>legend {
    background: var(--body-mid);
}

.mw-prefs-search-highlight {
    background: var(--body-mid) !important;
    outline-color: var(--body-mid) !important;
}

/* ---------------------------------
       [[Special:RecentChanges]]
         [[Special:Watchlist]]
   --------------------------------- */
.mw-plusminus-pos {
    color: var(--rc-positive-color);
}

.mw-plusminus-neg {
    color: var(--rc-negative-color);
}

/* "Other review tools" box */
.client-js .mw-recentchanges-toplinks:not(.mw-recentchanges-toplinks-collapsed) {
    border-color: var(--body-border);
    background-color: var(--body-light);
    /*border-radius: 2px;*/
}

/* Filter box */
.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title {
    color: var(--text-color);
}

.mw-rcfilters-ui-filterTagMultiselectWidget-emptyFilters {
    color: var(--byline-color);
}

.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
    background-color: var(--ooui-interface);
    border-color: var(--ooui-interface-border);
}

.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget {
    border-color: var(--ooui-interface-border);
}

.mw-rcfilters-collapsed .mw-rcfilters-ui-filterTagMultiselectWidget {
    border-bottom-color: var(--ooui-interface-border);
}

.mw-rcfilters-ui-menuSelectWidget-footer {
    background-color: var(--ooui-interface);
    border-color: var(--ooui-interface-border);
}

.mw-rcfilters-ui-viewSwitchWidget label.oo-ui-labelWidget {
    color: var(--byline-color);
}

.mw-rcfilters-ui-tagItemWidget-popup-content {
    color: var(--ooui-text);
}

.mw-changeslist-legend,
.mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    background-color: var(--body-light);
    border-color: var(--body-border);
}

.mw-rcfilters-ui-changesListWrapperWidget-previousChangesIndicator {
    border-color: var(--sidebar);
}

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

.mw-rcfilters-ui-itemMenuOptionWidget-header {
    border-bottom-color: var(--ooui-interface);
    background-color: var(--ooui-interface-border);
}

.mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk) {
    border-bottom-color: var(--ooui-normal-border);
}

.mw-rcfilters-ui-itemMenuOptionWidget-label-title,
.mw-rcfilters-ui-itemMenuOptionWidget-label-desc {
    color: var(--text-color);
}

.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) {
    background-color: var(--body-main);
}

.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted .mw-rcfilters-ui-itemMenuOptionWidget-label-title,
.mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted .mw-rcfilters-ui-itemMenuOptionWidget-label-desc {
    color: var(--subtle-color);
}

.mw-rcfilters-ui-filterMenuSectionOptionWidget {
    background-color: var(--body-mid);
}

.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label {
    color: var(--ooui-text);
}

.mw-rcfilters-ui-filterMenuHeaderWidget-title {
    color: var(--ooui-text);
}

.mw-rcfilters-ui-filterMenuHeaderWidget-header {
    border-bottom-color: var(--ooui-interface-border);
    background-color: var(--ooui-interface);
}

.mw-rcfilters-ui-itemMenuOptionWidget-view-namespaces {
    border-top-color: var(--ooui-interface-border);
}

.mw-rcfilters-ui-datePopupWidget {
    border-color: var(--ooui-interface-border);
}

.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title {
    color: var(--byline-color);
}

.mw-rcfilters-ui-savedLinksListItemWidget-label {
    color: var(--ooui-accent);
}

.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1,
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1 tr:first-child,
.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)),
.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)) {
    background-color: var(--rc-highlight-c1);
    /* blue */
}

.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2,
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2 tr:first-child,
.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)),
.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,
.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)),
.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)) {
    background-color: var(--rc-highlight-c3);
    /* yellow */
}

.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4,
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4 tr:first-child,
.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,
.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5 tr:first-child,
.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)) {
    background-color: var(--rc-highlight-grey);
    /* grey */
}

/* Active users list */
.oo-ui-tagMultiselectWidget-handle,
.oo-ui-tagMultiselectWidget-handle:hover,
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover {
    border-color: var(--body-border) !important;
}

.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
    outline: none !important;
    box-shadow: none !important;
}

.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-tagMultiselectWidget-focus.oo-ui-tagMultiselectWidget-handle {
    border-color: var(--link-color) !important;
    border-width: 2px;
}

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

/* ---------------------------------
     [[Special:CreateAccount]]
       [[Special:UserLogin]]
   --------------------------------- */
/*.page-Special_CreateAccount .mw-ui-container,*/
/*.page-Special_UserLogin .mw-ui-container {*/
/*    max-width: 64rem;*/
/*    margin: 0 auto;*/
/*}*/

.mw-number-text {
    color: var(--byline-color);
}

.mw-body-content .mw-number-text h3 {
    color: var(--text-color);
}

/* ---------------------------
       [[Special:Search]]
   --------------------------- */
.results-info {
    color: inherit;
}

.mw-search-profile-tabs {
    background-color: var(--body-mid);
    border-color: transparent;
}

.search-types .current a {
    color: inherit;
}

#mw-searchoptions {
    background-color: var(--body-mid);
    border-color: transparent;
}

#mw-searchoptions .divider {
    border-color: var(--body-border);
}

#mw-searchoptions h4 {
    font-family: inherit;
}

#mw-searchoptions .oo-ui-labelElement:nth-of-type(odd) {
    font-weight: bold;
}

.searchresult {
    line-height: 1.5;
}

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

.mw-search-result-data {
    color: var(--byline-color);
}

.searchResultImage .searchResultImage-thumbnail img {
    border-color: var(--body-border);
}

/* -----------------------------
       [[Special:Listfiles]]
   ----------------------------- */
.page-Special_ListFiles a.mw-file-description img {
    width: inherit;
    height: inherit;
}

.page-Special_ListFiles .TablePager_col_thumb {
    text-align: center;
}

.mw-echo-ui-notificationBadgeButtonPopupWidget-popup>.oo-ui-popupWidget-popup .mw-echo-ui-placeholderItemWidget {
    background-color: inherit;
}

table.mw-interwikitable.body td.mw-interwikitable-local-yes {
    background-color: var(--table-yes-background);
    color: var(--table-yes-color);
}

.mw-protectedpages-unknown {
    color: var(--byline-color);
}

.watchlistredir,
.allpagesredirect {
    font-style: italic;
}

.allpagesredirect:after {
    color: var(--byline-color);
    content: " (redirect)";
}

.mw-apisandbox-toolbar {
    background: var(--body-main);
}

.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 {
    background: var(--wikitable-bg);
    border-color: var(--wikitable-border);
}

table.mw-abuselog-details th {
    background: var(--wikitable-header-bg);
}

table.mw-abuselog-details th,
table.mw-abuselog-details td {
    border-color: var(--wikitable-border);
}

.mw-abusefilter-log-hidden-entry {
    color: var(--subtle-color);
}

body td.mw-abusefilter-history-changed {
    background: var(--table-no-background);
}

div.mw-abusefilter-editor,
#mw-abusefilter-warn-preview,
#mw-abusefilter-disallow-preview {
    border-color: var(--ooui-input-border);
}

.mw-destfile-warning {
    border-color: var(--warningbox-border);
    color: var(--text-color);
    background-color: var(--warningbox-bg);
}

/* ------------------------
      SimpleBatchUpload
   ------------------------*/
span.fileinput-button {
    background-color: var(--ooui-normal);
    border-color: var(--ooui-normal-border);
    color: var(--ooui-text);
}

ul.fileupload-results li.ful-success {
    background-color: var(--successbox-bg);
}

ul.fileupload-results li.ful-success a {
    color: var(--link-color);
}

ul.fileupload-results li.ful-error {
    background-color: var(--errorbox-bg);
}

/* sitenotice */
#siteNotice {
    text-align: center;
}

#siteNotice ul {
    list-style: none;
}

.sitedir-ltr .mw-dismissable-notice-body {
    margin: 0;
}

.sitedir-ltr .mw-dismissable-notice-close {
    float: none;
    text-align: right;
}

.mw-dismissable-notice-close-parent {
    min-height: 1em;
}

#filetoc {
    border-radius: 2px;
    background: var(--body-mid);
    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,
/* 1.43 */
.ext-codemirror-wrapper {
    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,
/* 1.43 */
.cm-editor .cm-gutters {
    background-color: var(--body-light);
    border-color: var(--body-main);
}

.CodeMirror-linenumber,
/* 1.43 */
.cm-lineNumbers {
    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;
}

.cm-mw-template-argument-name {
    color: #c1cc8e;
}

.cm-mw-templatevariable-bracket,
.cm-mw-templatevariable-name,
.cm-mw-templatevariable-delimiter,
.cm-mw-templatevariable {
    color: #5d7bea;
}

.cm-mw-extlink-bracket,
.cm-mw-link-bracket,
.cm-mw-link-delimiter {
    color: #cd9937;
}

.cm-mw-extlink-protocol,
.cm-mw-extlink,
.cm-mw-free-extlink-protocol,
.cm-mw-free-extlink,
.cm-mw-link-pagename,
.cm-mw-link,
.cm-mw-link-tosection {
    color: #c1b090;
}

.cm-mw-extlink-text,
.cm-mw-link-text {
    color: #938976;
}

.cm-mw-parserfunction-bracket,
.cm-mw-parserfunction-name,
.cm-mw-parserfunction-delimiter {
    color: #9765b3;
}

.cm-mw-htmltag-bracket,
.cm-mw-htmltag-name,
.cm-mw-exttag-bracket,
.cm-mw-exttag-name {
    color: #358db6;
}

.cm-mw-htmltag-attribute,
.cm-mw-exttag-attribute {
    color: #0ba7ef;
}

.cm-mw-mnemonic {
    color: #1c4ca6;
}

.cm-mw-comment {
    color: #84a0a0;
}

.cm-mw-apostrophes-bold,
.cm-mw-apostrophes-italic,
.cm-mw-section-header,
.cm-mw-hr,
.cm-mw-signature,
.cm-mw-list,
.cm-mw-indenting,
.cm-mw-doubleUnderscore {
    color: #0088ff;
}

.cm-mw-table-bracket,
.cm-mw-table-definition,
.cm-mw-table-delimiter {
    color: #c764ce;
}

.cm-editor .cm-selectionBackground {
    background: rgba(140, 171, 230, 0.2);
}

.cm-editor.cm-focused>.cm-scroller>.cm-selectionLayer .cm-selectionBackground {
    background-color: rgba(140, 171, 230, 0.1);
}

.cm-matchingBracket,
.cm-focused .cm-matchingBracket {
    background-color: var(--ooui-interface);
}

.CodeMirror-line::selection,
.CodeMirror-line>span::selection,
.CodeMirror-line>span>span::selection,
.cm-line::selection,
.cm-line>span::selection,
.cm-line>span>span::selection {
    background-color: rgba(140, 171, 230, 0.2);
}

.cm-mw-matchingbracket {
    background-color: var(--body-border);
}

.cm-editor .cm-cursor {
    border-left-color: var(--text-color);
}

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

/* 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);
    min-width: 250px;
    flex-direction: row;
}

#content .bestiary-desc .quotation-mark {
    color: var(--link-color);
    font-size: 4em;
    margin: 0.5em 0 0;
    font-family: 'Noto Sans', sans-serif;
}

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

#content .bestiary-desc .bestiary-desc-text .bestiary-desc-text-inner {
    font-style: italic;
}

#content .bestiary-desc-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 780px;
    min-width: 230px;
    margin: 0 auto;
    margin-top: 0.67em;
}

#content .bestiary-desc-nav span:nth-of-type(2) {
    text-align: center;
}

#content .bestiary-desc-nav span:nth-of-type(3) {
    text-align: right;
}

/* 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: 639px) {
    .infobox-root {
        width: 100%;
    }
}

.infobox-root .infobox-image.auto-rendering img.mw-file-element {
    image-rendering: auto;
}

/* general classes */
.table-metadata {
    display: none;
}

.table-na {
    background: rgba(0, 0, 0, 0.3);
    color: #777;
    vertical-align: middle;
    text-align: center;
}

.text-red {
    color: var(--text-color-red);
}

.text-orange {
    color: var(--text-color-orange);
}

.text-yellow {
    color: var(--text-color-yellow);
}

.text-green {
    color: var(--text-color-green);
}

.text-blue {
    color: var(--text-color-blue);
}

.text-purple {
    color: var(--text-color-purple);
}

.text-pink {
    color: var(--text-color-pink);
}

.text-gray,
.text-grey {
    color: var(--text-color-grey);
}

.table-bg-blue {
    background: var(--table-bg-blue) !important;
}

.table-bg-green {
    background: var(--table-bg-green) !important;
}

.table-bg-yellow {
    background: var(--table-bg-yellow) !important;
}

.table-bg-orange {
    background: var(--table-bg-orange) !important;
}

.table-bg-red {
    background: var(--table-bg-red) !important;
}

.table-bg-pink {
    background: var(--table-bg-pink) !important;
}

.table-bg-gray,
.table-bg-grey {
    background: var(--table-bg-grey) !important;
}

.hidden {
    display: none;
}

.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.text-align-left,
table.align-left-1 td:nth-of-type(1),
table.align-left-2 td:nth-of-type(2),
table.align-left-3 td:nth-of-type(3),
table.align-left-4 td:nth-of-type(4),
table.align-left-5 td:nth-of-type(5),
table.align-left-6 td:nth-of-type(6),
table.align-left-7 td:nth-of-type(7),
table.align-left-8 td:nth-of-type(8),
table.align-left-9 td:nth-of-type(9),
table.align-left-10 td:nth-of-type(10),
table.align-left-11 td:nth-of-type(11),
table.align-left-12 td:nth-of-type(12),
table.align-left-13 td:nth-of-type(13),
table.align-left-14 td:nth-of-type(14),
table.align-left-15 td:nth-of-type(15),
table.align-left-16 td:nth-of-type(16),
table.align-left-17 td:nth-of-type(17),
table.align-left-18 td:nth-of-type(18),
table.align-left-19 td:nth-of-type(19),
table.align-left-20 td:nth-of-type(20) {
    text-align: left
}

.text-align-right,
table.align-right-1 td:nth-of-type(1),
table.align-right-2 td:nth-of-type(2),
table.align-right-3 td:nth-of-type(3),
table.align-right-4 td:nth-of-type(4),
table.align-right-5 td:nth-of-type(5),
table.align-right-6 td:nth-of-type(6),
table.align-right-7 td:nth-of-type(7),
table.align-right-8 td:nth-of-type(8),
table.align-right-9 td:nth-of-type(9),
table.align-right-10 td:nth-of-type(10),
table.align-right-11 td:nth-of-type(11),
table.align-right-12 td:nth-of-type(12),
table.align-right-13 td:nth-of-type(13),
table.align-right-14 td:nth-of-type(14),
table.align-right-15 td:nth-of-type(15),
table.align-right-16 td:nth-of-type(16),
table.align-right-17 td:nth-of-type(17),
table.align-right-18 td:nth-of-type(18),
table.align-right-19 td:nth-of-type(19),
table.align-right-20 td:nth-of-type(20) {
    text-align: right
}

.text-align-center,
table.align-center-1 td:nth-of-type(1),
table.align-center-2 td:nth-of-type(2),
table.align-center-3 td:nth-of-type(3),
table.align-center-4 td:nth-of-type(4),
table.align-center-5 td:nth-of-type(5),
table.align-center-6 td:nth-of-type(6),
table.align-center-7 td:nth-of-type(7),
table.align-center-8 td:nth-of-type(8),
table.align-center-9 td:nth-of-type(9),
table.align-center-10 td:nth-of-type(10),
table.align-center-11 td:nth-of-type(11),
table.align-center-12 td:nth-of-type(12),
table.align-center-13 td:nth-of-type(13),
table.align-center-14 td:nth-of-type(14),
table.align-center-15 td:nth-of-type(15),
table.align-center-16 td:nth-of-type(16),
table.align-center-17 td:nth-of-type(17),
table.align-center-18 td:nth-of-type(18),
table.align-center-19 td:nth-of-type(19),
table.align-center-20 td:nth-of-type(20) {
    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;
}

.content .infoboxNew caption {
    background: var(--body-main);
    text-align: center;
    display: table-caption;
}

.infoboxNew-buttons {
    text-align: center;
    margin: auto;
    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: 770px) {
    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: 770px) {

    .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);
}

/* Fix hover color link of expand/collapse */
.mw-collapsible-toggle-default .mw-collapsible-text:hover {
    color: var(--link-color);
}

/* 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: 'Noto Sans', sans-serif;
    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;
}

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

/* [[Template:Reflist]] |quotes=no */
.hideQuotes .refhide {
    display: none
}

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

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

.unlocking-box.mw-collapsed :not(.mw-collapsible-content) .unlock-note {
    font-size: 0.85em;
    font-style: italic;
    color: grey;
}

.unlocking-box:not(.mw-collapsed) :not(.mw-collapsible-content) .unlock-note {
    display: none;
}

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

.archivelist {
    background-color: var(--body-light);
    border: solid 1px var(--body-border);
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
    float: right;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 120px;
}

/* Template: Documentation */
div.documentation {
    background-color: var(--body-light);
    margin-top: 15px;
    font-family: 'Noto Sans', 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;
}

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

/* Audio template styles */
.audio-player {
    padding: .5em 1em;
    background: var(--body-light);
    border: 1px solid var(--body-border);
    max-width: 300px;
}

.audio-player-header {
    font-weight: bold;
}

.audio-player-header img {
    width: 27px;
    height: 27px;
    margin-right: .25em;
}

.audio-player-body {
    margin: 0.5em 0;
}

/* Template:Spoiler */
.spoiler-content {
    background-color: grey;
    color: transparent;
    transition: all 0.3s;
    padding: 0 5px;
}

.spoiler-content:hover {
    background-color: rgba(255, 0, 0, 0.2);
    color: var(--text-color);
}


.spoiler-content img {
    visibility: hidden;
}

.spoiler-content:hover img {
    visibility: visible;
    transition: .3s;
}

.spoiler-content:has(img) {
    height: auto;
    padding: 0;
    display: inline-block;
}

/* -----------------------
   CharacterSearch filter
   ----------------------- */
.char-filter-wrapper .char-filter-dropdown ul {
    min-width: 10em;
    max-width: 50em;
    float: left;
    position: absolute;
    right: auto;
    left: auto;
    z-index: 1000;
    list-style: none;
    padding: 0.5em;
    border-radius: 2px;
    margin-left: 0;
    border-width: 2px;
    border-style: solid;
    text-align: left;
    border-color: var(--wikitable-border);
    color: var(--wikitable-color);
    background-color: var(--wikitable-bg);
}

.char-filter-wrapper .char-filter-dropdown-column-select ul {
    margin-top: 0.5em;
}

.char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item,
.char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item label {
    cursor: pointer;
}

.char-filter-wrapper input[type="checkbox"],
.char-filter-wrapper input[type="radio"] {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: center;
    margin-top: -0.2em;
    margin-right: 0.5em;
}

.wgl-theme-dark .char-filter-wrapper .char-filter-help button,
.wgl-theme-dark .char-filter-wrapper .char-filter-dropdown-column-select button {
    filter: invert(1);
}

.char-filter-wrapper input,
.char-filter-wrapper button {
    cursor: pointer;
}

.char-filter-wrapper .char-filter-dropdown-button:after {
    content: "â–¼";
    margin-left: 0.2em;
}

.char-filter-wrapper .char-filter-dropdown-column-select .char-filter-dropdown-button:after {
    content: "";
}

.char-filter-wrapper .char-filter-dropdown-column-select {
    float: left;
}

.char-filter-wrapper .char-filter-dropdown.char-filter-dropdown-hidden ul {
    display: none;
}

.char-filter-wrapper .char-filter-help button:hover,
.char-filter-wrapper .char-filter-dropdown-column-select button:hover {
    opacity: 0.5;
}

.oo-ui-icon-helpNotice,
.mw-ui-icon-helpNotice:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cpath d=%22M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm2.71-7.6a2.64 2.64 0 0 1-.33.74 3.16 3.16 0 0 1-.48.55l-.54.48c-.21.18-.41.35-.58.52a2.54 2.54 0 0 0-.47.56A2.3 2.3 0 0 0 11 12a3.79 3.79 0 0 0-.11 1H9.08a8.9 8.9 0 0 1 .07-1.25 3.28 3.28 0 0 1 .25-.9 2.79 2.79 0 0 1 .41-.67 4 4 0 0 1 .58-.58c.17-.16.34-.3.51-.44a3 3 0 0 0 .43-.44 1.83 1.83 0 0 0 .3-.55 2 2 0 0 0 .11-.72 2.06 2.06 0 0 0-.17-.86 1.71 1.71 0 0 0-1-.9 1.7 1.7 0 0 0-.5-.1 1.77 1.77 0 0 0-1.53.68 3 3 0 0 0-.5 1.82H6.16a4.74 4.74 0 0 1 .28-1.68 3.56 3.56 0 0 1 .8-1.29 3.88 3.88 0 0 1 1.28-.83A4.59 4.59 0 0 1 10.18 4a4.44 4.44 0 0 1 1.44.23 3.51 3.51 0 0 1 1.15.65 3.08 3.08 0 0 1 .78 1.06 3.54 3.54 0 0 1 .29 1.45 3.39 3.39 0 0 1-.13 1.01z%22/%3E%3C/svg%3E");
}

.char-filter-wrapper .char-filter-form>div {
    margin-right: 1em;
    margin-top: 0.5em;
}

.char-filter-wrapper .char-filter-help {
    font-weight: bold;
}

.char-filter-wrapper .char-filter-form * {
    font-size: 100%;
    line-height: 1.6;
    font-family: 'Noto Sans', sans-serif;
}

.char-filter-wrapper .char-filter-label,
.char-filter-wrapper label {
    font-weight: bold;
    margin-right: 1em;
    min-width: 10em;
    display: inline-block;
}

.char-filter-wrapper input,
.char-filter-wrapper button,
.char-filter-wrapper label {
    vertical-align: middle;
    user-select: none;
}

.char-filter-wrapper input[type="text"],
.char-filter-wrapper input[type="number"] {
    cursor: text;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    color: var(--ooui-text);
    background-color: var(--ooui-input);
    border-color: var(--ooui-input-border);
    padding: 5px 12px;
}

.char-filter-wrapper .char-filter-dropdown-field {
    display: inline-block;
}

.char-filter-wrapper button {
    border-style: solid;
    border-width: 1px;
    background-color: var(--ooui-progressive);
    border-color: var(--ooui-progressive);
    color: #fff;
    border-radius: 2px;
    padding: 5px 12px;
}

.char-filter-wrapper button:hover {
    background-color: var(--ooui-progressive--hover);
    border-color: var(--ooui-progressive--hover);
}

.char-filter-wrapper .char-filter-dropdown ul .char-filter-dropdown-item:hover {
    filter: brightness(125%);
}

.char-filter-wrapper .char-filter-help button:hover,
.char-filter-wrapper .char-filter-dropdown-column-select button:hover {
    opacity: 0.5;
}

.char-filter-wrapper .char-filter-help button,
.char-filter-wrapper .char-filter-dropdown-column-select button {
    background-color: transparent;
    background-repeat: no-repeat;
    height: 1.9em;
    width: 1.9em;
    background-position: center center;
    border: none;
}

.char-filter-wrapper .char-filter-togglebuttons {
    cursor: pointer;
    display: inline-block;
}

.char-filter-wrapper .char-filter-togglebuttons .char-filter-togglebutton {
    display: inline-block;
}

.char-filter-wrapper .char-filter-togglebuttons input {
    appearance: none;
    display: none;
}

.char-filter-wrapper .char-filter-togglebuttons input+label.char-filter-togglebutton-label {
    display: inline-block;
    border-style: solid;
    border-color: var(--ooui-normal-border);
    border-left-width: 0;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: var(--ooui-normal);
    color: var(--ooui-disabled-text);
    padding: 5px 12px;
    margin: 0;
    min-width: unset;
    font-weight: normal;
    cursor: pointer;
}

.char-filter-wrapper .char-filter-togglebuttons input:checked+label.char-filter-togglebutton-label {
    border-color: var(--ooui-progressive);
    background-color: var(--ooui-progressive);
    color: #fff;
}

.char-filter-wrapper .char-filter-togglebuttons .char-filter-togglebutton:first-child label.char-filter-togglebutton-label {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left-width: 1px;
}

.char-filter-wrapper .char-filter-togglebuttons .char-filter-togglebutton:last-child label.char-filter-togglebutton-label {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right-width: 1px;
}

.char-filter-wrapper .char-filter-togglebuttons input:checked+label.char-filter-togglebutton-label:hover {
    border-color: var(--ooui-progressive--hover);
    background-color: var(--ooui-progressive--hover);
}

.char-filter-wrapper .char-filter-togglebuttons label.char-filter-togglebutton-label:hover {
    background-color: var(--ooui-normal--hover);
}

.char-filter-wrapper .char-filter-checkbox {
    display: inline-block;
}

.char-filter-wrapper .char-filter-checkbox input[type="checkbox"] {
    accent-color: var(--ooui-progressive);
    color: #fff;
    font-size: 1.1em;
}

.char-filter-wrapper .char-filter-checkbox input[type="checkbox"]:hover {
    accent-color: var(--ooui-progressive--hover);
    filter: brightness(1.5);
}

.char-table .nowrap {
    white-space: nowrap;
}

.char-filter-dropdown-menu {
    max-height: 55vh;
    overflow-y: auto;
}

@media screen and (max-width: 1020px) {
    .char-table .char-col-name .nowrap {
        white-space: normal;
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: flex-start;
    }

    .char-table .char-col-name .nowrap>span:nth-child(2) {
        display: flex;
        flex: 1;
        gap: 5px;
        align-items: center;
        justify-content: space-between;
    }
}

/* ChracterSearch Stat pills */
.stat-pills .stat-pill {
    border: 1px solid var(--body-border);
    border-radius: 10px;
    padding: 2px 5px;
    background: var(--body-light);
}

.stat-pills {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    padding: 5px 0;
}

/* ChracterSearch dropdown images */
#char-filter-dropdown-dlc-select-0.char-filter-dropdown ul label:after,
#char-filter-dropdown-stats-select-0.char-filter-dropdown ul label:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 0.3em;
    margin-bottom: -4px;
}

/* ChracterSearch dlc badge images */
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Legacy of the Moonspell-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-LegacyOfTheMoonSpell.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Tides of the Foscari-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-TidesOfTheFoscari.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Emergency Meeting-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-EmergencyMeeting.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Operation Guns-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-OperationGuns.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Ode to Castlevania-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-OdeToCastlevania.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Emerald Diorama-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-EmeraldDiorama.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-Ante Chamber-0"]:after {
    background-image: url(/images/Sprite-DLCBadge-AnteChamber.png?width=16px);
}

/* ChracterSearch stats images */
.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-max-health-0"]:after {
    background-image: url(/images/Sprite-Hollow_Heart.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-recovery-0"]:after {
    background-image: url(/images/Sprite-Pummarola.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-armor-0"]:after {
    background-image: url(/images/Sprite-Armor.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-move-speed-0"]:after {
    background-image: url(/images/Sprite-Wings.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-might-0"]:after {
    background-image: url(/images/Sprite-Spinach.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-speed-0"]:after {
    background-image: url(/images/Sprite-Bracer.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-duration-0"]:after {
    background-image: url(/images/Sprite-Spellbinder.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-area-0"]:after {
    background-image: url(/images/Sprite-Candelabrador.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-cooldown-0"]:after {
    background-image: url(/images/Sprite-Empty_Tome.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-amount-0"]:after {
    background-image: url(/images/Sprite-Duplicator.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-revival-0"]:after {
    background-image: url(/images/Sprite-Tirajisú.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-magnet-0"]:after {
    background-image: url(/images/Sprite-Attractorb.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-luck-0"]:after {
    background-image: url(/images/Sprite-Clover.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-growth-0"]:after {
    background-image: url(/images/Sprite-Crown.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-greed-0"]:after {
    background-image: url(/images/Sprite-Stone_Mask.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-curse-0"]:after {
    background-image: url("/images/Sprite-Skull_O'Maniac.png?width=16px");
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-reroll-0"]:after {
    background-image: url(/images/Sprite-Reroll.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-skip-0"]:after {
    background-image: url(/images/Sprite-Skip.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-banish-0"]:after {
    background-image: url(/images/Sprite-Banish.png?width=16px);
}

.char-filter-wrapper .char-filter-dropdown ul label[for="char-filter-check-charm-0"]:after {
    background-image: url(/images/Sprite-Apoplexy.png?width=16px);
}

/* ChracterSearch hide columns */
.char-table .char-row.char-row-hide,
.char-table.char-hidecol-starting-weapon .char-col-starting-weapon,
.char-table.char-hidecol-hidden-weapon .char-col-hidden-weapon,
.char-table.char-hidecol-starting-tech .char-col-starting-tech,
.char-table.char-hidecol-description .char-col-description,
.char-table.char-hidecol-unlock .char-col-unlock,
.char-table.char-hidecol-base-stats .char-col-base-stats,
.char-table.char-hidecol-max-health .char-col-max-health,
.char-table.char-hidecol-recovery .char-col-recovery,
.char-table.char-hidecol-armor .char-col-armor,
.char-table.char-hidecol-move-speed .char-col-move-speed,
.char-table.char-hidecol-might .char-col-might,
.char-table.char-hidecol-speed .char-col-speed,
.char-table.char-hidecol-duration .char-col-duration,
.char-table.char-hidecol-area .char-col-area,
.char-table.char-hidecol-cooldown .char-col-cooldown,
.char-table.char-hidecol-amount .char-col-amount,
.char-table.char-hidecol-revival .char-col-revival,
.char-table.char-hidecol-magnet .char-col-magnet,
.char-table.char-hidecol-luck .char-col-luck,
.char-table.char-hidecol-growth .char-col-growth,
.char-table.char-hidecol-greed .char-col-greed,
.char-table.char-hidecol-curse .char-col-curse,
.char-table.char-hidecol-reroll .char-col-reroll,
.char-table.char-hidecol-skip .char-col-skip,
.char-table.char-hidecol-banish .char-col-banish,
.char-table.char-hidecol-charm .char-col-charm,
.char-table.char-hidecol-defang .char-col-defang {
    display: none
}

/* Template:Update history */
.update-history {
    max-width: 800px;
    max-height: 50vh;
    overflow-y: auto;
    background: var(--body-light);
    padding: 1em 1.5em 0.25em;
    border: 1px solid var(--body-border);
    margin-top: -5px;
    margin-bottom: 5px;
}

.update-history>ul {
    margin: 0;
}

.update-history>ul>li {
    margin-bottom: 0.75em;
    list-style: none;
}

.update-history>ul>li>ul {
    margin: 0 0 0 40px;
    list-style-type: disc;
}

.update-history>ul>li>ul li::marker {
    font-size: 1.2em;
    line-height: 1em;
    margin-right: 5px;
}

.update-history>ul>li>ul>li>ul {
    margin: 0 0 0 20px;
    list-style-type: disc;
}

.update-type:hover a {
    text-decoration: none;
}

.update-type a {
    color: white;
    background: #2834af;
    font-size: 75%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 2px 5px;
}

.update-type.hidden-update a {
    background: #444e5a;
}

.update-type.patch-update a {
    background: #4d8d18;
}

.update-type.hotfix-update a {
    background: #b56213;
}

.update-type.beta-update a {
    background: #6c4ab1;
}

.update-platform {
    color: white;
    background: #555;
    font-size: 75%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 4px 5px;
}

.update-platform img {
    margin-top: -3px;
    padding: 0 1px;
}

/* [[Special:SearchDigest]] */
.searchdigest-stats-table thead tr {
    background-color: var(--body-light);
}

/* Make sortable table chevrons white */
.client-js body .sortable:not(.jquery-tablesorter)>*>tr:first-child>th:not(.unsortable),
body .jquery-tablesorter th.headerSort {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='9' viewBox='0 0 21 9'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M14.5 5l-4 4-4-4zM14.5 4l-4-4-4 4z'/%3E%3C/g%3E%3C/svg%3E");
}

body .jquery-tablesorter th.headerSortUp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='4' viewBox='0 0 21 4'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M6.5 4l4-4 4 4z'/%3E%3C/g%3E%3C/svg%3E");
}

body .jquery-tablesorter th.headerSortDown {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='4' viewBox='0 0 21 4'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M14.5 0l-4 4-4-4z'/%3E%3C/g%3E%3C/svg%3E");
}

/* Character select list head */
.character-select-list-head {
    display: inline-grid;
    grid-template-columns: repeat(4, 150px);
    gap: 16px;
}

/* Extension:Bucket boolean theming */
.bucket__value-boolean.bucket__value-boolean-true {
    background-color: var(--successbox-bg);
}

.bucket__value-boolean.bucket__value-boolean-false {
    background-color: var(--errorbox-bg);
}

/* [[MediaWiki:Gadget-skinToggles.js]] */
/* beta content toggle */
body:not(.show-beta-content) .beta-content,
body:not(.show-beta-content) li:has(.beta-content-item) {
    display: none;
}

.beta-content,
li .beta-content-item {
    background-color: #0000ff30;
}

/* [[Calculators]] */
/* [[Template:Fancy tiles]] */
.calc-container {
    display: block;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    column-count: auto;
    column-width: 491px;
    column-fill: balance;
    column-gap: 52px;
    column-rule: dashed 1px rgba(137, 142, 152, 0.1);
    pointer-events: none;
}

.calc-container>* {
    pointer-events: initial;
}

.calc-container.calc-container-compact {
    column-gap: 32px;
}

.calc-tile-compact {
    line-height: 1.4;
}

.calc-tile-container {
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -webkit-break-inside: avoid-column;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 0.25rem;
    background: none !important;
    width: calc(100% - 2px);
    pointer-events: none;
}

.calc-tile-container>* {
    pointer-events: initial;
}

.calc-tile-compact.calc-tile-container {
    padding-top: 56px;
}

@supports (break-inside: avoid-column) {
    .calc-tile-container {
        display: block;
    }

}

.calc-header-title {
    text-shadow: 1px 1px #0006;
    height: 55px;
    margin-left: 5px;
    grid-column-start: 2;
    grid-column-end: span 1;
    min-width: 0;
    color: rgba(255, 255, 255, 0.9);
    z-index: inherit;
}

.calc-tile-compact .calc-header-title {
    height: 35px;
}

.calc-tile-compact .calc-header-title>h2,
.calc-tile-compact .calc-header-title>.vsw-h2 {
    line-height: 35px;
}

.calc-header-noicon .calc-header-title {
    grid-column-start: 1;
    grid-column-end: span 2;
    margin-left: 10px;
}

.calc-header-title>h2,
.calc-header-title>.vsw-h2 {
    color: inherit !important;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 21px;
    line-height: 55px;
    display: grid;
    grid-template-rows: 0px 132px;
    margin-top: -77px !important;
    height: 132px;
    pointer-events: none;
}

.calc-header-title>h2 *,
.calc-header-title>.vsw-h2 * {
    pointer-events: initial;
}

.calc-header-title>h2>span,
.calc-header-title>.vsw-h2>span {
    display: inline-grid;
    grid-template-rows: 77px 55px;
    height: 0px;
    grid-row-start: 1;
    grid-row-end: span 1;
}

.calc-header-title>h2>span>span,
.calc-header-title>.vsw-h2>span>span {
    grid-row-start: 2;
    grid-row-end: span 1;
}

.calc-header-title>h2>.mw-headline-headanchor,
.calc-header-title>.vsw-h2>.mw-headline-headanchor {
    grid-row-start: 1;
    grid-row-end: span 1;
}

.calc.tile {
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 100%;
    height: unset;
    z-index: 0;
}

.calc .keyword {
    font-size: 1.125em;
    font-weight: bold;
}

.calc-header {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 1;
    display: grid;
    grid-template-columns: 55px minmax(0, max-content) max-content 1fr 68px;
    position: relative;
    top: 0;
    width: 100%;
    height: 55px;
    background: transparent;
    z-index: 2;
}

.calc-tile-compact .calc-header {
    height: 35px;
    grid-template-columns: 35px minmax(0, max-content) max-content 1fr 68px;
}

.calc-header-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.calc-header-background img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.calc-header-icon {
    grid-column-start: 1;
    grid-column-end: span 1;
    min-width: 55px;
    width: 55px;
    max-width: 55px;
    min-height: 55px;
    height: 55px;
    max-height: 55px;
    z-index: inherit;
}

.calc-header-icon img {
    object-fit: contain;
    min-width: 25px;
    width: 25px;
    max-width: 25px;
    min-height: 25px;
    height: 25px;
    max-height: 25px;
    padding: 15px;
}

.calc-tile-compact .calc-header-icon {
    min-width: 35px;
    width: 35px;
    max-width: 35px;
    min-height: 35px;
    height: 35px;
    max-height: 35px;
}

.calc-tile-compact .calc-header-icon img {
    padding: 5px 10px;
}

.calc-header-title-semantics {
    display: none;
}

.calc-header-command {
    margin-left: 10px;
    grid-column-start: 3;
    grid-column-end: span 1;
    height: 55px;
    line-height: 55px;
    z-index: inherit;
}

.calc-tile-compact .calc-header-command {
    height: 35px;
    line-height: 35px;
}

.calc-list {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: span 1;
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 5.5px;
}

.calc-list-item {
    position: relative;
    display: grid;
    grid-template-columns: [thumb] min-content [main] 1fr [key] max-content;
    grid-template-rows: min-content min-content;
    -webkit-column-break-inside: avoid;
    -webkit-break-inside: avoid-column;
    break-inside: avoid-column;
    width: auto;
    padding: 8.5px;
    margin: 0;
    border-bottom: 1px solid rgba(137, 142, 152, 0.075);
}

.calc-tile-compact .calc-list-item {
    padding: 5px;
}

.calc-list-item:last-child {
    border-bottom-color: transparent;
}

.calc-list-item-thumbnail {
    grid-column-start: thumb;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 2;
    margin-left: 5.5px;
    width: 44px;
    height: 52.8px;
    margin-right: 14px;
    padding-top: 8.5px;
}

.calc-list-item-thumbnail img {
    min-width: 44px;
    width: 44px !important;
    max-width: 44px;
    min-height: 44px;
    height: 44px !important;
    max-height: 44px;
    object-fit: contain;
    object-position: center 0;
    grid-row-start: 2;
    grid-row-end: span 1;
}

.calc-tile-compact .calc-list-item-thumbnail {
    width: 35px;
    height: 42px;
    margin-left: 5px;
    margin-right: 10px;
}

.calc-tile-compact .calc-list-item-thumbnail img {
    min-width: 35px;
    width: 35px !important;
    max-width: 35px;
    min-height: 35px;
    height: 35px !important;
    max-height: 35px;
}

.calc-list-item-key {
    width: 28px;
    grid-column-start: key;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1;
    margin-left: 8.5px;
}

.calc-list-item-key img {
    position: absolute;
    top: 8.5px;
    right: 8.5px;
}

.calc-list-item-title {
    grid-column-start: main;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1;
    padding-left: 8px;
    text-indent: -8px;
}

.calc-tile-compact .calc-list-item-title {
    text-indent: 0;
}

.calc-list-item-desc {
    grid-column-start: main;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 1;
    margin-left: 8px;
    text-indent: 0px;
}