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

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Reversão manual
 
Linha 1: Linha 1:
/* CSS placed here will be applied to all skins */
/*--------------------------------------------------
ESTILIZAÇÃO PADRÃO
--------------------------------------------------*/


/* temp nicer background before theme changes, ty teg for the idea o/ */
html{
body {
scroll-behavior: smooth;
    background-image: url(images/background.png);
    background-repeat: no-repeat;
}
}


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


div#mw-head div.vectorMenu h3 {
.dark-mode:root{
  background-image: none;
--content-bg: #fcfcfc;
}
}


div.vectorMenu h3 span {
.mw-body h1, .mw-body-content h1, .mw-body-content h2{
    padding-top: 1em;
font-family: sans-serif!important;
}
}


div.vectorTabs {
a:visited,
    border-top: 1px solid #dceefb;
a {
    height: 2.2em;
color: var(--link-text) !important;
}
}


div.vectorTabs li a {
body {
    height: 1.95em;
background-image: url(/images/3/31/Cinza_capriw.png);
background-repeat: repeat;
background-attachment: fixed;
}
}


div.vectorTabs span a {
h1, h2 {
     padding-top: 0.8em;
     margin-bottom: 0.6em;
    border-bottom: 0px !important;
}
}


#p-personal {
#content {
top: 0;
overflow-x: clip;
right: 0;
background-color: #fff;
    color: var(--content-text);
padding-top: 0.25em;
    background-color: var(--content-bg) !important;
padding-right: 0.75em;
border: none!important;
border-radius: 0px 0px 0px 5px;
box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
}
}


#p-personal ul {
#simpleSearch {
padding-left: 0;
    background-color: var(--simpleSearch-bg) !important;
}
}


#p-logo {
#p-personal{
padding-top: 8px;
right: 1em;
    top: .5em;
}
}


div#content {
#p-search {
     box-shadow: rgba(0,0,0,0.15) 0 0.1em 0.75em;
float: left;
     margin-left: -0.1em;
    margin-right: 1em;
    margin-top: -0.4em;
}
}


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


#ca-unwatch.icon a,
.mw-body {
#ca-watch.icon a {
     margin-top: -1px;
     padding-top: 2.7em;
    border: 2px solid #5c3f2b !important;
}
    border-right-width: 2px !important;
}  


#left-navigation,
/* Force lining numbers in headers (for fonts like Georgia) */
#right-navigation {
h1,
     margin-top: 2.75em;
h2,
.firstHeading {
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
     font-feature-settings: "lnum";
}
}


#p-personal {
/* Consistent size for sub/sup */
     text-shadow: 0 0 2px #FEFEFE, 0 0 4px #FFF;
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
     font-size: 80%;
}
}


#pt-anonuserpage {
    margin-bottom: 0.8em;
}


/* Fix the `More` tab */
/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
#p-search,
* For sanity, only do this if [[Project_talk:Support_desk]] is a
div#mw-head div.vectorMenu h3 {
* redirect (which goes back to [[Project:Support_desk]]).
    margin-top: 1px;
* If that is changed for some reason, it automatically comes back.
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAO0lEQVR4AeSKhREAMQzDdN5/5uixuEKDpqgBjl2f78wd2DVj1+26/h///PfteVMN7zoGebcg1/Y/ZQQAlAUtQCujIJMAAAAASUVORK5CYII=);
*/
    background-repeat: repeat-x;
.page-Project_Support_desk #ca-talk a.mw-redirect {
    background-position: bottom left;
display: none;
}
}


#p-search,
/* CSS Hover Gallery for Mediawiki */
div#mw-head div.vectorMenu h3,
div#mw-head div.vectorMenu h3 a {
    height: 2.2em;
}


div#mw-head div.vectorMenu h3 a:after {
.gallery_zoom_img img{
    content: '';
-moz-transition:-moz-transform 0.1s ease-in;  
    display: block;
-webkit-transition:-webkit-transform 0.1s ease-in;  
    width: inherit;
-o-transition:-o-transform 0.1s ease-in;
    height: 2.2em;
transition:transform 0.1 ease-in;
    margin: 1px 0 0 1px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAQ0lEQVR4AWVOhQEAIAzC/X+xAXbXeoDFGA3A9yk1n4juBROcUegfarWjP3ojZvEzxs6j+nygmo+zzsk79nY+tOxdEhlf3UHVgUFrVwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: bottom right;
}
}


#p-search {
.gallery_zoom_img img:hover{
    margin: 1px 0 0 0.5em;
-moz-transform:scale(2);
    padding: 0 0.5em;
-webkit-transform:scale(2);
-o-transform:scale(2);
transform:scale(2);
}
}


#p-cactions > .menu { top: 2.2em; }
/*--------------------------------------------------
CSS CUSTOMIZADO
--------------------------------------------------*/


/* Background Ends Here */
/*--------------------------------------------------
Vector
--------------------------------------------------*/


/* Faster visible changes */
.vector-menu-tabs li {
tr.hide {
background: transparent ;
visibility: collapse;
}
}
.hide:not(tr) {
display: none;
}
/* Faster visible changes ends here */


.tabs-label {
/*--------------------------------------------------
border-radius: 0 0 0 0 !important;
Tabber
--------------------------------------------------*/
 
.center-tab .tabber__header {
    justify-content: center;
}
}


.tabs-container {
/*--------------------------------------------------
border-radius: 0 0 0 0  !important;
Tags de uso generalizado
}
--------------------------------------------------*/


table.wikitable.stripe > * > tr:nth-child(even) > td,
.mt-1{
table.wikitable.stripe2 > * > tr:nth-child(4n+1) > td,
margin-top: .75em;
table.wikitable.stripe2 > * > tr:nth-child(4n+2) > td {
background-color: #fdfdfd;
}
}


.summon_template a,
.mt-2{
.summon_template a.extiw,
margin-top: 1.5em;
.summon_template a.extiw:visited {
  color: white;
  display: inline-block;
  border-bottom: 1px dotted;
}
.summon_template a:hover, .summon_template a:active {
  text-decoration: none;
}
.summon_template span.image_link a:nth-child(1) {
  border-bottom: 0; !important;
}
table.summon_template {
    color: white;
    border-spacing: 0;
    border-collapse: separate;
    border-width: 0 5px 0 5px;
    border-style: solid;
    position: relative;
    width: 627px;
}
table.summon_template .caption {
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16pt;
}
table.summon_template .subcaption {
    background-color: rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 12pt;
}
table.summon_template tr > th .tooltiptext {
    font-size: 14px;
    font-weight: normal;
}
table.summon_template tr > th {
    background: rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-width: 5px;
    text-align: center;
}
table.summon_template tr > td {
    background: rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 5px;
    text-align: center;
}
.summon_template.fire {
    background: #fc9084;
    border-color: #fc9084;
}
.summon_template.fire td, .summon_template.fire th {
    border-color: #fc9084;
}
.summon_template.water {
    background: #84c6fc;
    border-color: #84c6fc;
}
.summon_template.water td, .summon_template.water th {
    border-color: #84c6fc;
}
.summon_template.earth {
    background: #ba9072;
    border-color: #ba9072;
}
.summon_template.earth td, .summon_template.earth th {
    border-color: #ba9072;
}
.summon_template.wind {
    background: #b4f090;
    border-color: #b4f090;
}
.summon_template.wind td, .summon_template.wind th {
    border-color: #b4f090;
}
.summon_template.light {
    background: #f0f08a;
    border-color: #f0f08a
}
.summon_template.light td, .summon_template.light th {
    border-color: #f0f08a
}
.summon_template.dark {
    background: #8472c0;
    border-color: #8472c0
}
.summon_template.dark td, .summon_template.dark th {
    border-color: #8472c0
}
}


.weapon_template a {
.mt-4{
  color: white;
margin-top: 3em;
  display: inline-block;
  border-bottom: 1px dotted;
}
}


.weapon_template a:hover, .weapon_template a:active {
.mt--4{
  text-decoration: none;
margin-top: -2em;
}
}


.weapon_template span.image_link a:nth-child(1) {
.mb-2{
  border-bottom: 0; !important;
margin-bottom: 1em;
}
}


.weapon .image_assets-sprite img {
    outline: 1px dashed #000;
}


span.image_link {
.d-flex,
  white-space: nowrap;
.td-flex td{
display:flex;
}
}


span.image_link.white a:nth-child(1) {
.d-block{
  border-bottom: 0px;
display: block;
}
}


span.image_link.white a:nth-child(2) {
.relative{
  color: white;
position:relative;
  display: inline-block;
  border-bottom: 1px dotted;
}
}


span.image_link.white a:hover, span.item_link.white a:active {
.text-justify{
  text-decoration: none;
text-align: justify;
}
}


span.bold_link > a {
.align-center{
  font-weight: bold;
align-items: center;
}
}


ul.elementlist {
.align-top{
list-style: none;
align-items: flex-start;
margin-left: 0.7em;
margin-top: 0;
}
}


ul.elementlist li {
.justify-between{
/* Text color */
justify-content: space-between;
color: black;
}
}


ul.elementlist li:before {
.justify-center{
    /* Unicode bullet symbol */
justify-content: center;
    content: '\25a0 ';
    /* Bullet color */
    color: black;
    padding-right: 0.5em;
}
}


ul.elementlist li.fire:before {
.border-none{
color: rgb(250,70,50);
border: none!important;
}
ul.elementlist li.water:before {
color: rgb(50,160,250);
}
ul.elementlist li.earth:before {
color: rgb(140,70,20);
}
ul.elementlist li.wind:before {
color: rgb(130,230,70);
}
ul.elementlist li.light:before {
color: rgb(230,230,60);
}
ul.elementlist li.dark:before {
color: rgb(50,20,150);
}
}


/* Tabber start */
.w-25{
.tabber .tabbertab {
width: 25%;
border: none;
padding: 0;
}
}


ul.tabbernav {
.h-100 {
    margin: 0;
height: 100%;
    padding: 3px 0;
    border: 0;
    /*border-bottom: 1px solid #CCC;*/
    font: bold 14px Ariel, sans-serif !important;
}
}


ul.tabbernav li a {
.flex-wrap{
    border-radius: 4px !important;
flex-wrap: wrap;
    padding: 3px .5em;
    margin-left: 3px;
    border: 1px solid #CCC;
    background: #F2F7FF;
    text-decoration: none;
    line-height: 1;
}
}


ul.tabbernav li.tabberactive a {
.section-title{
     background-color: #FFF;
display: block;
     border: 1px solid #7ec0ee !important;
border-radius: 8px;
background: linear-gradient(to bottom, #459cca, #5684c8);
     width: fit-content;
    color: white;
    padding: .25em 5em;
     letter-spacing: 1px;
}
}


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


/* Hides invididual raid image from Six-Dragon Advent page */
.card{
.tabber-images + p > img:first-child {
width: 100%;
    display: none;
min-height: 14em;
margin: 0 auto;
border-radius: 10px;
box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}
/* Tabber end */


/* used for vertical alignment of tabber contents */
.card-title{
#mw-content-text > .wikitable:first-child tr:nth-child(2) > td:nth-child(2) > div > .tabber {
display: block;
    min-height: 436px;
padding:.25em 0;
    max-height: 1000px;
margin-bottom: 1em;
    height: 100%;
width: 100%;
    display: flex;
border-radius: 10px 10px 0 0;
    flex-direction: column;
background: linear-gradient(to bottom, #459cca, #5684c8);
    justify-content: center;
font-size: 1.2em;
font-weight: bold;
text-align:center;
letter-spacing: 1px;
color:white;
}
}


#mw-content-text > .wikitable:first-child tr:nth-child(2) > td:nth-child(2) > div > .tabber > .tabbernav {
.scaleUp-hover {
    margin-bottom: auto;
transition: all .25s ease;
image-rendering: auto; /* ou crisp-edges */
}
}


#mw-content-text > .wikitable:first-child tr:nth-child(2) > td:nth-child(2) > div > .tabber > .tabbertab {
.scaleUp-hover:hover {
    margin-bottom: auto;
transform: scale(1.1);
}
}


/* hide title on Main_Page */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }


/* hide discussion on Main_Page */
/*--------------------------------------------------
.page-page-Main_Page #ca-talk { display: none !important; }
Tooltip
--------------------------------------------------*/


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


/* Gallery "tweaks" */
.tooltipster-default{
/* auto-expand gallery slideshow images */
background-color: rgb(220, 220, 220);
.gallerybox { display: inline-block !important; }
color: black!important;
/* hide gallery expand slideshow images button */
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
.oo-ui-iconElement-icon.oo-ui-icon-imageGallery { display: none !important; }
}
/* remove ugly margin */
.gallery.mw-gallery-slideshow { margin: 0 !important; }


/* Tooltip */
.tooltipster-arrow{
.tooltip {
borde-color: rgb(220, 220, 220)!important;
  position: relative;
  display: inline;
  border-bottom: 1px dotted black;
}
}


.tooltiptext {
#bigImage{
  visibility: hidden;
position: absolute;
  min-width: 250px;
transform: translate(0, -100%);
  padding: 12px 14px;
 
  position: absolute;
  left: 50%;
  bottom: calc(20px + 100%);
  z-index: 99999;
 
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
  border: 1px solid #a2a9b1;
  border-radius: 2px;
 
  white-space: normal;
  font-weight: normal;
  font-style: initial;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
}


.tooltiptext:after,
/*--------------------------------------------------
.tooltiptext:before {
Pagina Inicial
  content: '';
--------------------------------------------------*/
  position: absolute;
.initialPage--table{
  left: 50%;
width: 100%;
  border-style: solid;
text-align: center;
}
}


.tooltiptext:after {
.initialPage--table > tbody > tr > th,
  top: 100%;
.initialPage--table > tbody > tr > td {
  bottom: auto;
background: transparent !important;
  width: 20px;
  height: 20px;
  background: #fff;
  margin-top: -10px;
  margin-left: -10px;
  box-shadow: 1px 1px 0px #a2a9b1;
  transform: rotate(45deg);
  border-width: 0;
}
}


.tooltiptext:before {
.initialPage--title,
  top: 100%;
.initialPage--events{
  bottom: auto;
border: none;
  border-width: 18px;
border-collapse: separate;
  margin-left: -18px;
  border-color: rgba(0,0,0,0.15) transparent transparent transparent;
  pointer-events: none;
}
}


.tooltip .tooltip .tooltiptext,
.initialPage--events th,  
.header-fixed-helper .tooltip .tooltiptext {
.initialPage--title th {
  bottom: auto;
color: black !important;
  top: calc(20px + 100%);
padding: .4em;
}
}


.tooltip .tooltip .tooltiptext:after,
.initialPage--title th {
.header-fixed-helper .tooltip .tooltiptext:after {
background-color: transparent !important;
  top: auto;
font-size: 2em;
  bottom: 100%;
  border-width: 15px;
  margin-left: -15px;
  border-color: transparent transparent white transparent;
  width: 0;
  height: 0;
  box-shadow: none;
  background: none;
  transform: none;
}
}


.tooltip .tooltip .tooltiptext:before,
.initialPage--events{
.header-fixed-helper .tooltip .tooltiptext:before {
display: flex;
  top: auto;
height: 20em;
  bottom: 100%;
  border-width: 16px;
  margin-left: -16px;
  border-color: transparent transparent #888 transparent;
}
}


.tooltiptext span.hr {
.event-image{
    display: block;
aspect-ratio: 32 / 10;
    height: 1px;
width: -webkit-fill-available;
    background-color: #a2a9b1;
max-width: 350px;
height: auto;
object-fit: fill;
position: relative;
}
}


.tooltiptext hr,
#event-time{
.tooltiptext span.hr {
position: absolute;
  margin: 10px 0 12px;
bottom: 3%;
  position: relative;
right: 15%;
  background: none;
letter-spacing: 2px;
font-size: 1.15em;
font-weight: bold;
color: #fff;
}
}


.tooltiptext hr:after,
.initialPage--eventsLogo{
.tooltiptext span.hr:after {
height: 100%;
  content: '';
padding: .5em 3.5em 2em 0;
  display: block;
display: flex;
  width: 100%;
align-items: center;
  height: 1px !important;
  position: absolute;
  left: -14px;
  background: #a2a9b1;
  padding: 0 14px;
}
}


.tooltip:hover > .tooltiptext,
.initialPage--events td{
.tooltip.hover > .tooltiptext {
text-align:center;
  visibility: visible;
display: flex;
align-items: center;
justify-content: flex-end;
}
}


.tooltiptext {
.initialPage--mainContainer{
  opacity: 0;
display: flex;
  transition: opacity 200ms ease, visibility 0s ease 200ms, transform 200ms ease;
align-items: flex-start;
  transform: translate(-50%, 8px);
}
}


.tooltip .tooltip .tooltiptext,
.initialPage--menuContainer{
.header-fixed-helper .tooltip .tooltiptext {
width: 75%;
  transform: translate(-50%, -8px);
margin-right: 1.5em;
}
}


.tooltip:hover > .tooltiptext,
.initialPage--sideMenuContainer{
.tooltip.hover > .tooltiptext {
width: 25%;
  opacity: 1;
  transition-delay: 0s;
  transform: translate(-50%, 0);
}
}


.tooltiptext a { color: #0645ad; border-bottom: 0; }
.initialPage--menuTitle{
.tooltiptext a:visited { color: #0b0080; }
display: block;
.tooltiptext a:active { color: #faa700; }
text-align: center;
.tooltiptext a:hover, a:focus { text-decoration: underline; }
width: 100%;
.tooltiptext { color: #252525; }
font-size: 1.75em;
.tooltiptext a.new { color: #ba0000; }
font-weight: bold;
background: linear-gradient(to bottom, #459cca, #5684c8);
border-radius: 10px 10px 0 0;
color: white;
}


/* Remove .mw-body-content stacking context so the tooltip can
.initialPage--menu{
  overlap with elements outside content area and be shown properly */
display: flex;
.mw-body-content { z-index: auto; }
flex-wrap: wrap;
}


/* Fixes border-bottom on tooltips in Weapon/Summon template */
.initialPage--menuItemContainer{
.summon_template a,
display: flex;
.summon_template .tooltip,
justify-content: center;
.summon_template .image_link .tooltip a:nth-child(2),
flex-wrap: wrap;
.weapon_template a,
.weapon_template .tooltip,
padding: 1em 0;
.weapon_template .image_link .tooltip a:nth-child(2) {
  border-bottom: 1px dotted white;
}
}


.summon_template sup a,
.initialPage--menuItem{
.summon_template .tooltip a,
width: 22.5%;
.summon_template .image_link .tooltip,
.weapon_template sup a,
.weapon_template .tooltip a,
.weapon_template .image_link .tooltip {
  border-bottom: none;
}
}


.flow-post .flow-post-content {
.initialPage--menuItem a img {
  overflow: visible;
width: 100%;
}
}


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


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


.gridrec td {
.initialPage--socialMedia:before{
  background: white; padding: 4px;
content: '';
position: absolute;
top: -2px;
display: block;
width: 0;
height: 2px;
z-index: 1;
transition: width .25s ease;
}
}
.gridrectoptext td {
 
  vertical-align: text-top;
.initialPage--socialMedia:hover::before{
width: 100%;
}
}


/* start of styles for Template:GallerySwapImages */
.initialPage--socialMediaLink{
.gallery-swap-images {
display: flex;
  display: inline-block;
justify-content: space-between;
  position: relative;
align-items: center;
  vertical-align: middle
font-size: 1.35em;
font-weight: 600;
letter-spacing: .03em;
color:#689cc0 !important;
padding: .9em .5em;
transition: color .25s ease;
}
}
.gallery-swap-images > a,
 
.gallery-swap-images > img,
.initialPage--socialMediaLink:visited{
.gallery-swap-images > span {
color:#689cc0 !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease;
}
.gallery-swap-images .active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 200ms ease;
}
.gallery-swap-images:not(.enabled) :first-child {
  opacity: 1;
  pointer-events: auto;
  transition: none !important;
}
}
/* end of styles for Template:GallerySwapImages */


/* start of styles for Character Tracker */
.initialPage--socialMediaLink:hover{
.tracker-wrap {
text-decoration: none;
  max-width: 1050px;
}
.tracker-item {
  float: left;
  padding: 7px 7px 0px 7px;
  margin: 1px;
  line-height: 0;
  border-radius: 5px;
  border: 1px solid lightgrey;
  opacity: 0.7;
}
.tracker-hide-uncap > .tracker-item {
  padding: 7px;
}
.tracker-item.selected {
  background-color: #f1b7a5;
  border-color: #be3f21;
  opacity: 1;
}
.tracker-box {
  display: inline-block;
}
.tracker-filter-group {
  display: inline-block;
  margin-right: 0.2em;
}
.tracker-wrap label {
  font-size: 12px;
  line-height: 1.5;
}
.tracker-uncap {
  position: relative;
  height: 16px;
  width: 84px;
  padding: 1px 0 0 0;
  margin: 0;
  text-align: center;
}
.tracker-hide-uncap .tracker-uncap {
  display: none;
}
.tracker-uncap-star {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  background-size: 75%;
  background-repeat: no-repeat;
}
.tracker-uncap-base {
  background-image: url(https://gbf.wiki/images/d/d1/Icon_Yellow_Star_Empty.png)
}
.tracker-uncap-base.selected {
  background-image: url(https://gbf.wiki/images/9/9a/Icon_Yellow_Star.png)
}
.tracker-uncap-max {
  background-image: url(https://gbf.wiki/images/c/c4/Icon_Blue_Star.png)
}
.tracker-uncap-max.selected {
  background-image: url(https://gbf.wiki/images/7/7b/Icon_Blue_Star_Full.png)
}
.tracker-filter-options {
  margin-bottom: 4px;
}
}


.mw-ui-button.mw-ui-disabled {
.socialMedia--svg{
  background: #e2e5e8 !important;
display: flex;
  color: #495057 !important;
align-items: center;
  border-color: #9aa0a7 !important;
  cursor: initial;
}
}


.label + .mw-ui-button-group.items > label:first-child {
.socialMedia--svg svg{
  border-radius: 0;
width: 2em;
fill: #689cc0;
transition: all .25s ease;
}
}


.tracker-filter-group, .page-filter-group {
.socialMedia--svg svg path{
    display: flex;
fill: inherit;
    float: left;
    margin-bottom: 5px;
}
}


.tracker-filter-group .label,
/*
.page-filter-group .label {
Discord
    display: flex;
*/
    flex-direction: column;
    justify-content: center;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.tracker-filter-group .items,
.initialPage--socialMedia.discord > .initialPage--socialMediaLink:hover{
.page-filter-group .items {
color: #5865f2!important;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 0;
    margin-top: 1px;
}
}


.tracker-filter-group .items label,
.initialPage--socialMedia.discord:before{
.page-filter-group .items label {
background: #5865f2;
    margin-top: -1px;
    flex-grow: 1;
}
}
 
.initialPage--socialMedia.discord > .initialPage--socialMediaLink:hover > .socialMedia--svg svg{
.tracker-filter-group .items label:first-child,
fill: #5865f2!important;
.page-filter-group .items label:first-child {
    border-left: 0;
}
}


/* end of styles for Character Tracker */
/*
Instagram
*/


/* audio player start */
.initialPage--socialMedia.instagram > .initialPage--socialMediaLink:hover{
.audio-button {
color: #f09433!important;
width: 70px;
}
    height: 34px;
    border: none;
    background: url('https://gbf.wiki/images/c/cc/Audioplayer_play.png');
    display: inline-block;


.initialPage--socialMedia.instagram:before{
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
}
.audio-button.playing {
 
background: url('https://gbf.wiki/images/e/ef/Audioplayer_stop.png');
.initialPage--socialMedia.instagram > .initialPage--socialMediaLink:hover > .socialMedia--svg svg{
fill: url(#gradient-vertical);
}
}
/* audio player stop */


/* Tierlist */
/*
.tierlist td {
Facebook
    padding: 5px !important;
*/
}


.tierlist.tierlist-multi td {
.initialPage--socialMedia.facebook > .initialPage--socialMediaLink:hover{
    max-width: 140px;
color: #4267B2!important;
}
}


.tierlist.tierlist-single td:first-child {
.initialPage--socialMedia.facebook:before{
    max-width: 140px;
background: #4267B2;
}
}
 
.initialPage--socialMedia.facebook > .initialPage--socialMediaLink:hover > .socialMedia--svg svg{
.tierlist.tierlist-single {
fill: #4267B2!important;
    max-width: 771px;
}
}


.tierlist.tierlist-grades > tbody > tr > td {
/*--------------------------------------------------
    padding: 0 !important;
Ocultação de componentes
}
--------------------------------------------------*/


.tierlist hr {
#p-navigation { background-color: transparent; }
    box-shadow: 6px 0 #aaa, -6px 0 #aaa;
#mw-head-base { background-color: transparent; width: auto!important; }
    margin: 5px 0;
#p-logo { background-color: transparent; }
}
#mw-page-base { background: transparent; }
#mw-panel #p-tb h3 { color: rgb(0, 0, 0); font-size: .75em;}
#p-tb { display: none; }
/* #ca-nstab-mediawiki { display: none; } */
#ca-talk { display: none; }
#ca-view { display: none; }
#ca-history { display: none; }
#ca-viewsource { display: none !important; }
/* #ca-unwatch { display: none; } */
/* #p-cactions { display: none; } */
/*
Pacientes
*/


/* Tierlist Hover */
.table-pacients {
.tierlist-hover-detail {
display: block;
  position: absolute;
max-width: 1400px;
  z-index: 1;
overflow-x: auto;
  left: 0;
  background: #fff;
  border: 1px solid #000;
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
}
}


.tierlist-hover-detail td {
.table-pacients img{
  max-width: none !important;
width: 15.715em;
height: auto;
}
}


.tierlist-hover-detail .wikitable {
/*
  margin: 0;
PERSONAGENS
}
*/


.tierlist a[refid]:hover > img {
.filter--containerSearch{  
  position: relative;
display: flex;
  z-index: 2;
padding: 0 2em;
  box-shadow: 0 0 0 20px #fff, 21px -21px 0 #333, -21px -21px 0 #333, -21px 1px 0 #333, 21px 1px 0 #333;
justify-content: flex-end;
align-items: center;
}
}


.tierlist.tierlist-multi .tierlist-hover-detail {
.filter--container{
  width: 1192px;
display: flex;
padding: 0 2em;
justify-content: space-between;
align-items: center;
}
}


.tierlist img {
.filter{
    display: inline-flex;
width: fit-content;
     align-items: center;
     display: flex;
     justify-content: center;
     justify-content: center;
     text-align: center;
     border: 3px solid #b0cff1;
     line-height: 1;
    border-collapse: collapse;
     border-radius: 8px;
}
}


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


/* Default style for navigation boxes */
.filter--icon,
.navbox {                    /* Navbox container style */
.calcXp--tierIcon {
box-sizing: border-box;
padding: .35em .95em;
border: 1px solid #a2a9b1;
    background: transparent;
width: 100%;
    cursor: pointer;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
margin-top: 0;            /* No top margin for nested navboxes */
}
.navbox + .navbox {
margin-top: -1px;        /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em;      /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
th.navbox-group {            /* Group style */
white-space: nowrap;
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background-color: #fdfdfd; /* Background color */
}
.navbox-list {
line-height: 1.5em;
border-color: #fdfdfd;    /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
background-color: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
background-color: #ddddff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background-color: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
background-color: #f7f7f7;      /* Even row striping */
}
.navbox-odd {
background-color: transparent; /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
}


/* Default styling for Navbar template */
.filter--icon.tier img{
.navbar {
filter: grayscale(.0);
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.mw-body-content .navbar ul {
line-height: inherit;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
}
}


/* WIP Character Template */
.filter--icon.tier.active img{
.character-template > tbody > tr:not(:first-child) { background-color: #fff; }
box-shadow: none;
 
/* Tabber Fix */
/* Prevents tabber contents from showing up for a few frames before the script executes */
.tabber:not(.tabberlive) > .tabbertab:not(:first-child) { display: none; }
 
/* Accordion Gallery Swap Images */
.accordion-swap-images {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  overflow: hidden;
  text-align: initial;
}
.accordion-swap-images a {
  display: block;
  height: inherit;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  transition: flex-shrink 200ms ease 30ms, -webkit-flex 200ms ease 30ms, z-index 0ms linear 0ms;
  z-index: 0;
}
.accordion-swap-images a.active, .accordion-swap-images a:hover {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  transition: flex-shrink 200ms ease 30ms, -webkit-flex 200ms ease 30ms, z-index 0ms linear 200ms;
  z-index: 1;
}
.accordion-swap-images a img {
  width: inherit;
  height: inherit;
  position: absolute;
}
}


/* ----------------------
.filter--icon img{
WORLD PAGE STYLE START
     filter: grayscale(.8);
---------------------- */
     border-radius: 10px;
.mw-body {
      
     background-position: 0 0, 0px -4px, 0 0;
    transition: all .25s ease;
     background-repeat: no-repeat;
     background-size: 100%;
}
}


@media screen and (max-width: 800px) {
.calcXp--tierIcon img {
    .mw-body {
filter: drop-shadow(0px 1px 8px #4c91c900);
        background-size: auto 66%;
    border-radius: 10px;
        background-position: 0 0, top right, 0 0;
      
     }
    transition: all .25s ease;
}
}


/* ------------ */
.filter--icon.active img{
/* Phantagrande */
box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
/* ------------ */
    filter: grayscale(0);
.page-Zinkenstill .mw-body {
    background-image:
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
        url(https://gbf.wiki/images/e/e6/Town_bg_10001.jpg),
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


.page-Port_Breeze_Archipelago .mw-body {
.filter--icon.tier.active img,
    background-image:
.calcXp--tierIcon.active img{
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
transform: scale(.85);
        url(https://gbf.wiki/images/2/24/Town_bg_20001.jpg),
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


.page-Valtz_Duchy .mw-body {
.filter--icon.tier#bronze.active img,
    background-image:
.calcXp--tierIcon#bronze.active img{
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
filter: drop-shadow(0px 1px 8px #f18a05);
        url(https://gbf.wiki/images/3/37/Town_bg_20002.jpg),
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


.page-Auguste_Isles .mw-body {
.filter--icon.tier#silver.active img,
    background-image:
.calcXp--tierIcon#silver.active img{
        linear-gradient(180deg, rgba(255,255,255,0.8), white),
filter: drop-shadow(0px 1px 8px #8b8b8b);
        url(https://gbf.wiki/images/7/7f/Town_bg_20003.jpg),
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


.page-Lumacie_Archipelago .mw-body {
.filter--icon.tier#gold.active img,
    background-image:
.calcXp--tierIcon#gold.active img{
        linear-gradient(180deg, rgba(255,255,255,0.7), white),
filter: drop-shadow(0px 1px 8px #fbc300);
        url(https://gbf.wiki/images/e/e9/Town_bg_20004.jpg),
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


.page-Albion_Citadel .mw-body {
.filter--icon.tier#diamond.active img,
    background-image:
.calcXp--tierIcon#diamond.active img{
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
filter: drop-shadow(0px 1px 8px #0391c5);
        url(https://gbf.wiki/images/7/7c/Town_bg_20005.jpg),
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


.page-Mist-Shrouded_Isle .mw-body {
.filter--input{
    background-image:
box-sizing: border-box;
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
padding: .45em;
        url(https://gbf.wiki/images/a/ab/Town_bg_20006.jpg),
    padding-right: 2.5em;
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
    border: 3px solid #b0cff1;
    font-size: 1.2em;
    border-radius: 8px;
    width: 23em;
}
}


.page-Golonzo_Island .mw-body {
.filter--inputContainer{
    background-image:
box-sizing: border-box;
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
    position: relative;
        url(https://gbf.wiki/images/3/38/Town_bg_20007.jpg),
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


.page-Amalthea_Island .mw-body {
.filter--searchButton{
     background-image:
cursor: pointer;
        linear-gradient(180deg, rgba(255,255,255,0.7), white),
     display: inline-block;
        url(https://gbf.wiki/images/b/b6/Town_bg_20008.jpg),
    border: 3px solid #b0cff1;
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
    position: absolute;
    width: 4.5em;
    height: -webkit-fill-available;
    right: 0;
    bottom: 0;
    border-radius: 0 8px 8px 0;
    background: #4c91c9;
   
}
}


.page-Former_Capital_Mephorash .mw-body {
.filter--searchButton img{
    background-image:
filter: invert(1);
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
        url(https://gbf.wiki/images/d/df/Town_bg_20009.jpg),
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


.page-Agastia .mw-body {
.calcXp--container{
     background-image:
     box-sizing: border-box;
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
    padding: 2.25em 1.25em;
        url(https://gbf.wiki/images/3/3b/Town_bg_20011.jpg),
width: 43em;
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
    border: 3px solid #b0cff1;
    border-radius: 26px;
}
}


.page-Dydroit_Belt .mw-body {
.calcXp--resultTitle{
     background-image:
text-align: center;
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
     color: #4f7ca0;
        url(https://gbf.wiki/images/a/a8/Town_bg_20012.jpg),
    margin: 0;
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
    margin-top: -.5em!important;
    letter-spacing: .05em;
}
}


.page-Silverwind_Stretch_North_Vast .mw-body {
.calcXp--formItem{
    background-image:
display: flex;
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
align-items: center;
        url(https://gbf.wiki/images/5/55/Town_bg_20014.jpg),
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


 
.calcXp--formItem input{
/* ----------- */
box-sizing: border-box;
/* Nalhegrande */
padding: .35em;
/* ----------- */
    border: 2px solid #b0cff1;
 
    border-radius: 8px;
.page-Merkmal_Island .mw-body {
    text-align: center;
     background-image:
    font-size: 1em;
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
     font-weight: bold;
        url(https://gbf.wiki/images/1/19/Town_bg_21001.jpg),
    letter-spacing: .05em;
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
    width: 4em;
}
}


.page-Groz_Island .mw-body {
.calcXp--formItem span{
     background-image:
font-size: 1.225em;
        linear-gradient(180deg, rgba(255,255,255,0.75), white),
     font-weight: 500;
        url(https://gbf.wiki/images/6/63/Town_bg_21002.jpg),
    letter-spacing: .05em;
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
    margin-right: .5em;
    color: #386a93;
}
}


.page-Kluger_Island .mw-body {
#calculate-btn{
     background-image:
    box-sizing: border-box;
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
    cursor: pointer;
        url(https://gbf.wiki/images/e/ee/Town_bg_21003.jpg),
display: block;
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
    width: 15em;
    margin: 2em auto;
    padding: .45em 1em;
   
    border: none;
    border-radius: 6px;
     background: #4c91c9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;
   
    font-size: 1.35em;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: .35s ease;
}
}


.page-Bestia_Island .mw-body {
#calculate-btn:hover {
     background-image:
     color: #ffffff;
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
        url(https://gbf.wiki/images/e/e7/Town_bg_21004.jpg),
    transform: scale(.95);
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
    background: #4685b8;
}
}


.page-Reiche_Island .mw-body {
#calc-result{
    background-image:
margin-top: 1em;
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
display: flex;
        url(https://gbf.wiki/images/0/0b/Town_bg_21005.jpg),
    justify-content: center;
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


.page-Starke_Island .mw-body {
#calc-result .badge{
     background-image:
     display: flex;
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
    align-items: center;
        url(https://gbf.wiki/images/0/0f/Town_bg_21006.jpg),
    justify-content: center;
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
max-height: 5em;
    width: 5em;
}
}


.page-The_Edgelands .mw-body {
.calcXp--xpIcon{
    background-image:
margin-left: -.2em;
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
        url(https://gbf.wiki/images/0/0d/Town_bg_21007.jpg),
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


 
.calcXp--numberOfPots{
/* ------------ */
padding-top: .2em;
/* Oarlyegrande */
font-size: 1.15em;
/* ------------ */
 
.page-New_Utopia .mw-body {
    background-image:
        linear-gradient(180deg, rgba(255,255,255,0.6), white),
        url(https://gbf.wiki/images/b/b9/Town_bg_22001.jpg),
        -webkit-linear-gradient(left, #88aeb7 0%,#b8d0d3 5%,#cfe8eb 20%,#d2d4cf 80%,#c7cebd 95%,#afc1c5 100%);
}
}


 
#characters-container{
/* Specific page positions */
display: flex;
/* (to hide black bar on the top part of some images) */
flex-wrap: wrap;
.page-Valtz_Duchy .mw-body {
padding: 1em;
    background-position: 0 0, 0 calc(-6vw), 0 0;
}
}


.page-Silverwind_Stretch_North_Vast .mw-body {
#characters-container > div{
    background-position: 0 0, 0 calc(-3vw), 0 0;
box-sizing: border-box;
display: none;
padding: 1em;
width: 19%;
margin-right: 1%;
}
}


.page-The_Edgelands .mw-body {
#characters-container > div.show{
    background-position: 0 0, 0 calc(-0.5vw), 0 0;
display: block;
}
}


.page-New_Utopia .mw-body {
#characters-container > div > a > img{
    background-position: 0 0, 0 calc(-1.6vw), 0 0;
width: 100%;
border-radius: 8px;
filter: grayscale(.3);
transition: all .25s ease;
}
}


/* --------------------
#characters-container > div:hover > a > img{
WORLD PAGE STYLE END
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
-------------------- */
filter: grayscale(0);
 
transform: scale(1.06);
/* ----------------------------
BATTLE RESIST FORMATTING START
----------------------------- */
.battle-phase-phase-header {
text-align: center;
background-color: #eaecf0;
}
}


.battle-resist--row > p {
.characterPage--splashArt{
     margin: 0;
position: absolute;
    top: -2%;
    right: -2%;
     width: 35%;
}
}


.battle-resist--atk {
.characterPage--table{
    color: red;
margin-top: -4em;
width: 100%;
}
}


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


.battle-resist--number {
.characterPage--table > tbody > .characterPage--mainSection {
    display: inline-block;
display: flex;
    min-width: 35px;
flex-wrap: wrap;
    text-align: right;
justify-content: space-between;
width: 65%;
}
}


.battle-resist--hp {
.characterPage--table > tbody > .characterPage--sideSection {
    min-width: 50px;
box-sizing: border-box;
    padding-right: 4px;
display: flex;
justify-content: center;
width: 33%;
padding: 0 1em;
}
}


.battle-resist--atk {
.characterPage--characterInfoContainer{
    min-width: 90px;
width: 43%;
}
}


.battle-resist--def {
.characterPage--statsInfoContainer{
    min-width: 55px;
width: 55%;
}
}


.battle-resist--debuff {
.stats--container{
    display: flex;
display: flex;
    flex-direction: column;
justify-content:center;
    width: auto;
flex-wrap: wrap;
    text-align: center;
padding: 1.25em;
    margin: 0.5em 0 0 0 !important;
}
}


.battle-resist--debuff--resist-immune span.tooltip > a > img  {
.stats--container > div{
    opacity: 0.3;
width: 45%;
display: flex;
align-items: center;
justify-content: center;
margin: .5em;
}
}


.battle-resist--row.battle-resist--debuffs {
.stats--container div img{
    display: flex;
width: 2.25em;
    justify-content: space-around;
    max-width: 800px;
    padding-left: 3px;
}
}


/*
.stats--bar{
  This is because status icons are 25x25 in size
display: flex;
  However the circle inside the image is only 22px in diameter
    width: -webkit-fill-available;
*/
    justify-content: space-between;
.battle-resist--debuff .battle-resist--debuff--symbol {
     padding: 0 1.25em;
     margin-right: 3px;
}
}


/* ----------------------------
.bar-filled:first-child, .bar-notFilled:first-child{
  BATTLE RESIST FORMATTING END
border-radius: 6px 0 0 6px;  
----------------------------- */
 
 
/* ---------------------------
OBTAIN LIST FORMATTING START
--------------------------- */
/* Obtain items as raid */
.obtain-list-item,
.obtain-list-item > .image_link {
    display: grid;
    grid-template-columns: 54px auto auto;
    grid-column-gap: 6px;
    align-items: center;
}
}


.obtain-list-item:only-child {
.bar-filled:last-child, .bar-notFilled:last-child{
grid-template-columns: auto 1fr auto;
border-radius: 0 6px 6px 0;
}
}


/* Obtain items as materials */
.bar-filled, .bar-notFilled{
.obtain-list-item > .image_link {
display: block;
     justify-items: center;
width: 18%;
     height: 6px;
}
}


/* Obtain items without images */
.bar-filled{
.obtain-list-item > :only-child:not(.image_link) {
background: var(--blue);
    grid-column-start: 2;
    justify-self: center;
    text-align: center !important;
}
}


/* Obtain Text */
.bar-notFilled{
.obtain-list > :only-child:not(.obtain-list-item) {
background: var(--transparent-blue);
    display: block;
    text-align: center;
}
}


/* ---------------------------
.characterInfo--name{
  OBTAIN LIST FORMATTING END
margin: 0!important;
--------------------------- */
 
/* -------------------------------
  BULLET TABLE COLUMN FORMATTING
--------------------------------*/
.bullet-table td:nth-child(3),
.bullet-table td:nth-child(4),
.bullet-table td:nth-child(6) {
    text-align: center;
}
}


/* -------------------------
.characterInfo--badgeContainer{
  WHATSNEW LIST FORMATTING
display: flex;
------------------------- */
justify-content: center;
.whatsnew-list {
flex-wrap: wrap;
    overflow:hidden;
width: fit-content;
     width: 100%;
     margin:0 auto;
}
}


.whatsnew-list > span {
.characterInfo--contentContainer{
    float: left;
display: flex;
    margin: 0 0.25em 0.25em 0;
justify-content: space-between;
padding: .6em 1.3em;
}
}


.whatsnew-list > span:nth-child(4n + 1) {
.characterInfo--imageContainer{
    clear: both
width: 25%;
}
}


/* -------------------------
.characterInfo--medal{
Scenario formatting
margin-top:-1.5em;
------------------------- */
span.scene-font-italic {
font-style: italic;
}
}


/* -------------------------
Text colors
------------------------- */


.text-color--fire {
.characterInfo--infoContainer{
color: #C02E1D;
width: 75%;
text-align: center;
}
}
.text-color--water {
 
color: #4169E1;
.characterInfo--infoContainer #toc{
}
display: none;
.text-color--earth {
color: #8C4614;
}
.text-color--wind {
color: #228B22;
}
.text-color--light {
color: #ECAA38;
}
.text-color--dark {
color: #483D8B;
}
}


.text-color--aura0 {
.characterPage--skins{
color: #222222;
width: 100%;
}
.text-color--aura1 {
color: #99620f;
}
.text-color--aura2 {
color: #7b0f99;
}
.text-color--aura3 {
color: #007acc;
}
.text-color--auramain {
color: #e68900;
}
.text-color--aurasub {
color: #0f9999;
}
}


.text-color--cb-n {
.characterPage--characterSkills{
color: blue;
width: 100%;
font-size: 87%;
font-weight: 700;
}
.text-color--cb-od {
color: red;
font-size: 87%;
font-weight: 700;
}
.text-color--cb-tr {
color: olive;
font-size: 87%;
font-weight: 700;
}
}
/*
Card de Skins
*/


.text-color--added {
.skins--container{
background-color: LemonChiffon;
display: flex;
border-radius: 4px;
justify-content: flex-start;
font-size: 0.8em;
flex-wrap: wrap;
font-weight: 700;
padding: .25em .75em;
padding: 2px;
}
.text-color--new {
background-color: PeachPuff;
border-radius: 4px;
font-size: 0.8em;
font-weight: 700;
padding: 2px;
}
.text-color--removed {
background-color: Lavender;
border-radius: 4px;
font-size: 0.8em;
font-weight: 700;
padding: 2px;
}
.text-color--reworked {
background-color: LightBlue;
border-radius: 4px;
font-size: 0.8em;
font-weight: 700;
padding: 2px;
}
.text-color--new-effect {
background-color: DarkSeaGreen;
border-radius: 4px;
font-size: 0.8em;
font-weight: 700;
padding: 2px;
}
.text-color--old-effect {
background-color: LightPink;
border-radius: 4px;
font-size: 0.8em;
font-weight: 700;
padding: 2px;
}
}


.text-color--highlight-reward {
.skins--container span {
background-color: rgba(255,152,0,0.2);
width: 33.3%;
display: flex;
justify-content: center;
}
}


/* -------------------------
/*
NVD3 styling
Seção das skills do personagem
------------------------- */
*/
.nvtooltip {
position: absolute;
background-color: rgba(255,255,255,1.0);
color: rgba(0,0,0,1.0);
padding: 1px;
border: 1px solid rgba(0,0,0,.2);
z-index: 10000;
display: block;


font-family: Arial;
.tabsContainer{
font-size: 13px;
width: 95%;
text-align: left;
margin: 0 auto;
pointer-events: none;
padding-bottom: .5em;
}


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


-webkit-touch-callout: none;
.tabsContainer table > tbody> tr > td{
-webkit-user-select: none;
border-bottom: 2px solid rgb(225, 225, 225);
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
}


.nvtooltip {
.tabSkill--container{
background: rgba(255,255,255, 0.8);
padding-bottom: .85em;
border: 1px solid rgba(0,0,0,0.5);
display: flex;
border-radius: 4px;
max-width: 72em;
overflow-x: auto;
}
}


/* Give tooltips that old fade in transition by
.skillInfo--description::-webkit-scrollbar,
  putting a "with-transitions" class on the container div. */
.tabSkill--container::-webkit-scrollbar {
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
  width: 8px;
transition: opacity 50ms linear;
  height: 8px;
-moz-transition: opacity 50ms linear;
}
-webkit-transition: opacity 50ms linear;


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


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


.nvtooltip h3 {
.tab-skill{
margin: 0;
transition: all .25s ease;
padding: 4px 14px;
width: 100%;
line-height: 18px;
min-width: 5em;
font-weight: normal;
}
background-color: rgba(247,247,247,0.75);
color: rgba(0,0,0,1.0);
text-align: center;


border-bottom: 1px solid #ebebeb;
.tab-skill.active{
border-color: #459cca;
}


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


.nvtooltip p {
.tab-skill > div > img{
margin: 0;
width: 100%;
padding: 5px 14px;
max-width: 40px;
text-align: center;
height: auto;
}
}


.nvtooltip span {
.skillInfo--container{
display: inline-block;
width: 100%;
margin: 2px 0;
}
}


.nvtooltip table {
.skillInfo--container > td{
margin: 6px;
border: none!important;
border-spacing:0;
}
}


.skillInfo{
display: none;
}


.nvtooltip table td {
.skillInfo.active{
padding: 2px 9px 2px 0;
display: table-cell;
vertical-align: middle;
}
}


.nvtooltip table td.key {
.skillInfo.active{
font-weight:normal;
display: table-cell;
}
.nvtooltip table td.value {
text-align: right;
font-weight: bold;
}
}


.nvtooltip table tr.highlight td {
.skillInfo--videoContainer{
padding: 1px 9px 1px 0;
border-bottom-style: solid;
align-self: center;
border-bottom-width: 1px;
width: 45%;
border-top-style: solid;
border-top-width: 1px;
}
}


.nvtooltip table td.legend-color-guide div {
.skillInfo--skillVideo2 {
width: 8px;
display: none;
height: 8px;
border-radius: 8px;
vertical-align: middle;
}
}


.nvtooltip table td.legend-color-guide div {
.skillInfo--skillVideo2.active {
width: 12px;
display: flex;
height: 12px;
border: 1px solid #999;
}
}


.nvtooltip .footer {
.skillInfo--videoSelector{
padding: 3px;
display: inline-block;
text-align: center;
width: 1.1em;
height: 1.1em;
border-radius: 50%;
background: var(--transparent-blue);
cursor: pointer;
margin-right: .85em;
transition: all .25s ease;
}
}


.nvtooltip-pending-removal {
.skillInfo--videoSelector.active{
pointer-events: none;
background: var(--blue);
display: none;
transform: scale(.8);
}
}


 
.skillInfo--infoContainer{
/* Interactive Layer */
width: 50%;
.nvd3 .nv-interactiveGuideLine {
pointer-events:none;
}
.nvd3 line.nv-guideline {
stroke: #ccc;
}
}


.nvd3 .nv-groups path.nv-line {
.skillInfo > div > .skillInfo--infoContainer b{
fill: none;
color: #2a87c4 !important;
}
}


.nvd3 .nv-groups path.nv-area {
.skillInfo--infoContainer > center > b{
stroke: none;
font-size: 1.15em;
}
}


.nvd3 .nv-axis {
.skillInfo--name{
pointer-events:none;
font-size: 1.85em;
opacity: 1;
letter-spacing: 1px;
text-align: center;
}
}


.nvd3 .nv-axis path {
.skillInfo--description{
fill: none;
display: inline-block;
stroke: #000;
font-size: 1.03em;
stroke-opacity: .75;
line-height: 1.5em;
shape-rendering: crispEdges;
    padding: 0 1em;
height: 12em;
max-height: 12em;
overflow-y: auto;
text-align: justify;
}
}


.nvd3 .nv-axis path.domain {
.skillInfo--attributesContainer > h1{
stroke-opacity: .75;
color: #717171;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 1px;
}
}


.nvd3 .nv-axis.nv-x path.domain {
/* card attributes */
stroke-opacity: 0;
.attribute--cardsContainer{
display: flex;
align-items: flex-start;
width: fit-content;
margin:0 auto;
background: var(--lightGray);
border: 2px solid var(--gray);
}
}


.nvd3 .nv-axis line {
.cardAttribute{
fill: none;
box-sizing: border-box;
stroke: #e5e5e5;
display: flex;
shape-rendering: crispEdges;
flex-direction: column;
justify-content: center;
align-items: center;
width: 8em;
}
}


.nvd3 .nv-axis .zero line,
.cardAttribute--icon{
/*this selector may not be necessary*/ .nvd3 .nv-axis line.zero {
margin: .6em 0;
stroke-opacity: .75;
height: 2em;
}
}


.nvd3 .nv-axis .nv-axisMaxMin text {
.cardAttribute--value{
margin: 0!important;
font-size: .9em!important;
font-weight: bold;
font-weight: bold;
line-height: 1.65em!important;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
}
}
/*------------------------------------
WANTED
-----------------------------------*/


.nvd3 .x  .nv-axis .nv-axisMaxMin text,
.selectWanted--container{
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
display: flex;
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
justify-content: center;
text-anchor: middle
}
}


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


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


.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
.wantedPortrait--title{
fill-opacity: 0;
width: 100%;
stroke-opacity: 0;
    color: #292929;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .035em;
}
}


.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
.wantedPortraits{
fill-opacity: .5 !important;
display: flex;
stroke-opacity: .5 !important;
flex-wrap: wrap;
}
}


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


.with-transitions .nvd3 .nv-groups .nv-point {
.wantedPortrait img{
transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
width: 100%;
-moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
-webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
 
}
}


.nvd3.nv-scatter .nv-groups .nv-point.hover,
@media screen and (max-width: 1440px) {
.nvd3 .nv-groups .nv-point.hover {
:root{
stroke-width: 7px;
font-size: 14px;
fill-opacity: .95 !important;
}
stroke-opacity: .95 !important;
.characterInfo--contentContainer{
padding: .6em;
}
.characterInfo--infoContainer{
width: 65%;
}
.characterInfo--imageContainer{
width: 35%;
}
.tabSkill--container{
max-width: 61em;
    margin: 0 auto;
}
.tab-skill > div > img{
max-width: 38px;
}
}
}


.nvd3 .nv-point-paths path {
@media screen and (max-width: 1220px) {
stroke: #aaa;
.tabSkill--container{
stroke-opacity: 0;
max-width: 48em;
fill: #eee;
}
fill-opacity: 0;
}
}


.nvd3 .nv-indexLine {
cursor: ew-resize;
}


.lineChart svg {
@media screen and (max-width: 1024px) {
  background-color: white;
.flex-wrap-md{
flex-wrap: wrap;
}
.justify-center-md{
justify-content: center;
}
.initialPage--mainContainer{
flex-wrap: wrap;
}
.initialPage--menuContainer{
width: 100%;
margin-right: 0;
}
.initialPage--sideMenuContainer{
width: 100%;
display: flex;
flex-direction: column;
margin-top: 1.5em;
}
.initialPage--sideMenuContainer .card{
width: 45%;
min-height: 15em;
}
#event-time{
bottom: 5%;
right: 5%;
font-size: 1.25em;
}
.initialPage--socialMediaContainer{
margin-top: 2em;
display: flex;
justify-content: space-between;
}
.initialPage--socialMedia{
width: 32%;
}
#p-search{
margin-right: 1em;
}
.filter--containerSearch{
justify-content: center;
}
.filter--container{
margin-top: 1em;
flex-wrap: wrap;
    justify-content: center;
}
.filter:last-of-type{
margin-top: 1em;
}
#characters-container > div {
width: 24%;
}
.characterPage--splashArt{
display: none;
}
.characterPage--table > tbody > .characterPage--mainSection{
width: 100%;
    justify-content: flex-start;
}
.characterPage--characterInfoContainer{
width: 38%;
}
.characterPage--statsInfoContainer{
width: 30%;
    margin-left: 1.5%;
}
.stats--container > div{
width: 100%;
}
.characterInfo--contentContainer{
flex-wrap: wrap;
}
.characterInfo--imageContainer{
width: 100%;
    display: flex;
    justify-content: center;
}
.characterInfo--medal{
margin-top: -2.5em;
}
.characterInfo--infoContainer{
width: 100%;
}
.tabsContainer{
width: 100%;
}
.tab-skill{
min-width: 3.5em;
}
.tab-skill > div > img{
max-width: 36px;
}
.skillInfo > div{
flex-wrap: wrap-reverse;
}
.skillInfo--infoContainer{
width: 100%;
}
.skillInfo--infoContainer > center > b {
font-size: 1.2em;
}
.skillInfo--name{
font-size: 2.2em!important;
    letter-spacing: 1px;
    margin-top: .5em!important;
    text-align: center;
}
.skillInfo--description{
    font-size: 1.35em!important;
    display: table;
    margin: 1em!important;
   
    height: 5em;
    max-height: 5em;
}
.skillInfo--videoContainer{
    width: 100%;
    margin: 0 auto;
    padding: 1em 10em;
    padding-bottom: 1em;
}
.cardAttribute--value{
letter-spacing: 1px;
font-size: 1.1em;
}
.characterPage--table > tbody > .characterPage--sideSection{
width: 30%;
    padding-left: 1.5%;
    position: absolute;
    top: 0;
    right: 0;
}
.skins--imageSkin{
width: 100%;
}
.skins--container {
max-height: 14em;
overflow-x: clip;
    overflow-y: auto;
}
.skins--container span{
width: 50%;
}
.calcXp--formItem{
justify-content: center;
}
.calcXp--container:last-of-type{
margin-top: 2em;
}
#p-tb h3 { display: none; }
}
}
/*******************************************************************************
/*
PRESET: ABAS
* TOCLIMIT UTILITY CSS CLASS
*******************************************************************************/
*
.tabela-abas {
* Allow limiting of which header levels are shown in a TOC;
    width: 100%;
* <div class="toclimit-3">, for instance, will limit to
    border-collapse: collapse;
* showing ==headings== and ===headings=== but no further.
    text-align: center;
* Used in [[Template:TOC]]
    margin-bottom: 20px;
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}
}


/* ---------------------------
.mostrar-aba {
  TEMPLATE:BABYL_RAIDS START
    cursor: pointer;
--------------------------- */
    padding: 0;
/* Layer */
    background-color: transparent;
.babyl-layer {
    text-align: center;
     display: flex;
    border: none;
    position: relative;
     transition: all 0.2s ease-in-out;
}
}


.babyl-layers ~ .babyl-layer:not(.active) {
.imagem-botao {
     display: none;
    display: inline-block;
    width: auto;
     height: auto;
}
}


.babyl-layer .content-picker {
.sec-aba-cem {
     display: flex;
     padding: 5px;
     width: 300px;
     font-weight: bold;
     flex-direction: column;
     text-align: center;
     align-items: center;
     color: #333;
}
}


.babyl-layer .content-picker .image { 
.mostrar-aba img {
     filter: saturate(0.5) brightness(0.5);
    border: none;
    background-color: transparent;
     margin: 5px;
}
}


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


.babyl-layer .content-picker .missions {
.mostrar-aba:hover img {
     margin-top: 5px;
     filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3)); /* Sombra leve ao passar o mouse */
    padding-left: 33px;
    cursor: pointer;
}
}


.babyl-layer .content {
.mostrar-aba:active img {
     margin-left: 1em;
     filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}
}


@media (max-width: 1400px) {
.mostrar-aba.ativa::after {
.babyl-layer .content {
    content: '';
     transform: scale(0.85);
    position: absolute;
     transform-origin: top left;
     bottom: 0;
}
     left: 0;
}
    right: 0;
 
    height: 3px;
.babyl-layer .content table {
     background-color: #000;
     margin-top: 0.33em;
}
}


/* Hide images on the top of Raids: namespace pages */
.aba {
.babyl-layer .content .mw-parser-output > p:first-child {
     display: none;
     display: none;
    margin-top: 20px;
}
}


/* Floor */
.aba.atual {
.babyl-floor {
     display: block;
     display: flex;
    align-items: center;
    clear: both;
}
}


.babyl-floor > .number {
.container-coliseu {
     width: 30px;
     display: block;
    margin-right: 3px;
     text-align: center;
     text-align: center;
}
}


.babyl-floor .quests {
.coluna-abas {
     width: 267px;
     flex: 0 0 200px;
     display: flex;
     margin-right: 20px;
     justify-content: space-between;
}
/*******************************************************************************
TOC: ÍNDICE
*******************************************************************************/
.toc .tocnumber {
     display: none;  
}
}


/* Quest */
.toc ul li:before {
.babyl-quest {
    content: "• "; /* Adiciona um ponto antes de cada item */
    color: #000;
    font-weight: bold;
}
/*******************************************************************************
PRESET: DIÁLOGOS
*******************************************************************************/
.transcrições {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 10px 10px 18px;
     position: relative;
     position: relative;
     display: inline-block;
     vertical-align: top;
     cursor: pointer;
    width: 100%;
     color: #000; /* Garante que o texto dentro das transcrições será preto */
}
}


.babyl-quest > .number {
.transcrições b,
    position: absolute;
.transcrições strong {
    top: 5px;
     color: #000 !important; /* Garante que o texto negrito também será preto */
    left: 5px;
     color: white;
    font-size: 10px;
}
}


.babyl-quest > .icons {
.transcrições::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
     position: absolute;
     position: absolute;
     top: 6px;
     top: 11px;
     right: 5px;
     transform: rotate(29deg) skew(-35deg);
     display: flex;
     -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;
}
}


.babyl-quest > .icons img {
.me {
     padding-left: 2px;
     float: left;
    margin: 5px 45px 5px 20px;
    color: #000; /* Garante que o texto dentro da classe .me será preto */
}
}


/* -------------------------
.me::before {
  TEMPLATE:BABYL_RAIDS END
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
------------------------- */
     left: -9px;
 
/* Style for horizontal lists (separator following item).
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  @revision 9 (2016-08-10)
  @author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
     padding: 0;
}
}
/* Display list items inline */
/*******************************************************************************
.hlist dd,
BUZINAS
.hlist dt,
*******************************************************************************/
.hlist li {
.horn-audio {
     margin: 0;
     cursor: pointer;  
     display: inline;
     transition: transform 0.2s ease;  
}
}
/* Display nested lists inline */
 
.hlist.inline,
/* Efeito visual ao passar o mouse */
.hlist.inline dl,
.horn-audio:hover {
.hlist.inline ol,
    transform: scale(1.1);
.hlist.inline ul,
     filter: brightness(1.2);  
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
     display: inline;
}
}
/* Hide empty list items */
/*******************************************************************************
.hlist .mw-empty-li,
PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
.hlist .mw-empty-elt {
*******************************************************************************/
    display: none;
.item-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 20px auto;
  max-width: 100%;
}
}
/* Generate interpuncts */
 
.hlist dt:after {
@media (max-width: 1024px) {
     content: ": ";
  .item-grid > * {
     flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
}
.hlist dd:after,
 
.hlist li:after {
@media (max-width: 768px) {
     content: " · ";
  .item-grid > * {
     font-weight: bold;
     flex: 1 1 calc(33.33% - 10px);
     max-width: calc(33.33% - 10px);
  }
}
}
.hlist dd:last-child:after,
 
.hlist dt:last-child:after,
@media (max-width: 480px) {
.hlist li:last-child:after {
  .item-grid > * {
     content: none;
    flex: 1 1 calc(50% - 10px);
     max-width: calc(50% - 10px);
  }
}
}
/* Add parentheses around nested lists */
 
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
@media (max-width: 360px) {
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
  .item-grid > * {
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
     flex: 1 1 100%;
     content: " (";
     max-width: 100%;
     font-weight: normal;
  }
}
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
 
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.iteminfobox {
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
  padding: 10px;
    content: ")";
  background: #eeeded;
    font-weight: normal;
  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;
}
}
/* Put ordinals in front of ordered list items */
 
.hlist ol {
.iteminfobox b {
    counter-reset: listitem;
  font-size: clamp(10px, 2vw, 14px);
}
  color: #6587c4;
.hlist ol > li {
  text-align: center;
    counter-increment: listitem;
  line-height: 1.2;
}
  white-space: nowrap;
.hlist ol > li:before {
  overflow: hidden;
    content: " " counter(listitem) "\a0";
  text-overflow: ellipsis;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) "\a0";
}
}
/*
  Style for horizontal lists (separator following item) ends.
*/

Edição atual tal como às 17h36min de 21 de novembro de 2024

/*--------------------------------------------------
				ESTILIZAÇÃO PADRÃO
--------------------------------------------------*/

html{
	scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Consistent size for sub/sup */
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
    font-size: 80%;
}


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

/* CSS Hover Gallery for Mediawiki */

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.d-block{
	display: block;
}

.relative{
	position:relative;
}

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

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

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

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

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

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

.w-25{
	width: 25%;
}

.h-100 {
	height: 100%;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.event-image{
	aspect-ratio: 32 / 10;
	width: -webkit-fill-available;
	max-width: 350px;
	height: auto;
	object-fit: fill;
	
	position: relative;
}

#event-time{
	position: absolute;
	bottom: 3%;
	right: 15%;
	
	letter-spacing: 2px;
	
	font-size: 1.15em;
	font-weight: bold;
	color: #fff;
}

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

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

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

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

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

.initialPage--menuTitle{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 1.75em;
	font-weight: bold;
	
	background: linear-gradient(to bottom, #459cca, #5684c8);
	border-radius: 10px 10px 0 0;
	color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
	Discord
*/

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

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

/*
	Instagram
*/

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

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

/*
	Facebook
*/

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

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

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

#p-navigation { background-color: transparent; }
#mw-head-base { background-color: transparent; width: auto!important; }
#p-logo { background-color: transparent; }
#mw-page-base { background: transparent; }
#mw-panel #p-tb h3 { color: rgb(0, 0, 0); font-size: .75em;}
#p-tb { display: none; } 
/* #ca-nstab-mediawiki { display: none; } */
#ca-talk { display: none; } 
#ca-view { display: none; }
#ca-history { display: none; } 
#ca-viewsource { display: none !important; }
/* #ca-unwatch { display: none; } */
/* #p-cactions { display: none; } */
/*
	Pacientes
*/

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

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

/*
	PERSONAGENS
*/

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

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

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

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

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

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

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

.filter--icon img{
    filter: grayscale(.8);
    border-radius: 10px;
    
    transition: all .25s ease;
}

.calcXp--tierIcon img {
	filter: drop-shadow(0px 1px 8px #4c91c900);
    border-radius: 10px;
    
    transition: all .25s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#calculate-btn{
    box-sizing: border-box;
    cursor: pointer;
	display: block;
    width: 15em;
    margin: 2em auto;
    padding: .45em 1em;
    
    border: none;
    border-radius: 6px;
    background: #4c91c9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;
    
    font-size: 1.35em;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: .35s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.characterPage--characterSkills{
	width: 100%;
}
/*
	Card de Skins
*/

.skins--container{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: .25em .75em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.skillInfo{
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cardAttribute--value{
	margin: 0!important;
	
	font-size: .9em!important;
	font-weight: bold;
	line-height: 1.65em!important;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
/*------------------------------------
			WANTED
-----------------------------------*/

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

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

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

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

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

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

.wantedPortrait img{
	width: 100%;
}

@media screen and (max-width: 1440px) {
	:root{
		font-size: 14px;
	}
	
	.characterInfo--contentContainer{
		padding: .6em;
	}
	
	.characterInfo--infoContainer{
		width: 65%;
	}
	
	.characterInfo--imageContainer{
		width: 35%;
	}
	
	.tabSkill--container{
		max-width: 61em;
    	margin: 0 auto;
	}
	
	.tab-skill > div > img{
		max-width: 38px;
	}
	
}

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


@media screen and (max-width: 1024px) {
		
	.flex-wrap-md{
		flex-wrap: wrap;
	}
	
	.justify-center-md{
		justify-content: center;
	}
	
	.initialPage--mainContainer{
		flex-wrap: wrap;
	}
	
	.initialPage--menuContainer{
		width: 100%;
		margin-right: 0;
	}
	
	.initialPage--sideMenuContainer{
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-top: 1.5em;
	}
	
	.initialPage--sideMenuContainer .card{
		width: 45%;
		min-height: 15em;
	}
	
	#event-time{
		bottom: 5%;
		right: 5%;
		font-size: 1.25em;
	}
	
	.initialPage--socialMediaContainer{
		margin-top: 2em;
		display: flex;
		justify-content: space-between;
	}
	
	.initialPage--socialMedia{
		width: 32%;
	}
	
	#p-search{
		margin-right: 1em;
	}
	
	.filter--containerSearch{
		justify-content: center;
	}
	
	.filter--container{
		margin-top: 1em;
		flex-wrap: wrap;
    	justify-content: center;
	}
	
	.filter:last-of-type{
		margin-top: 1em;
	}
	
	#characters-container > div {
		width: 24%;
	}
	
	.characterPage--splashArt{
		display: none;
	}
	
	.characterPage--table > tbody > .characterPage--mainSection{
		width: 100%;
    	justify-content: flex-start;
	}
	
	.characterPage--characterInfoContainer{
		width: 38%;
	}
	
	.characterPage--statsInfoContainer{
		width: 30%;
    	margin-left: 1.5%;
	}
	
	.stats--container > div{
		width: 100%;
	}
	
	.characterInfo--contentContainer{
		flex-wrap: wrap;
	}
	
	.characterInfo--imageContainer{
		width: 100%;
    	display: flex;
    	justify-content: center;
	}
	
	.characterInfo--medal{
		margin-top: -2.5em;
	}
	
	.characterInfo--infoContainer{
		width: 100%;
	}
	
	.tabsContainer{
		width: 100%;
	}
	
	.tab-skill{
		min-width: 3.5em;
	}
	
	.tab-skill > div > img{
		max-width: 36px;
	}
	
	.skillInfo > div{
		flex-wrap: wrap-reverse;
	}
	
	.skillInfo--infoContainer{
		width: 100%;
	}
	
	.skillInfo--infoContainer > center > b {
		font-size: 1.2em;
	}
	
	.skillInfo--name{ 
		font-size: 2.2em!important;
    	letter-spacing: 1px;
    	margin-top: .5em!important;
    	text-align: center;
	}
	
	.skillInfo--description{
    	font-size: 1.35em!important;
    	display: table;
    	margin: 1em!important;
    	
    	height: 5em;
    	max-height: 5em;
	}
	
	.skillInfo--videoContainer{
	    width: 100%;
	    margin: 0 auto;
    	padding: 1em 10em;
    	padding-bottom: 1em;
	}
	
	.cardAttribute--value{
		letter-spacing: 1px;
		font-size: 1.1em;
	}
	
	.characterPage--table > tbody > .characterPage--sideSection{
		width: 30%;
    	padding-left: 1.5%;
    	position: absolute;
    	top: 0;
    	right: 0;
	}
	
	.skins--imageSkin{
		width: 100%;
	}
	
	.skins--container {
		max-height: 14em;
		overflow-x: clip;
    	overflow-y: auto;
	}
	
	.skins--container span{
		width: 50%;
	}
	
	.calcXp--formItem{
		justify-content: center;
	}
	
	.calcXp--container:last-of-type{
		margin-top: 2em;
	}
	
	#p-tb h3 { display: none; }
	
}
/*******************************************************************************
PRESET: ABAS
*******************************************************************************/
.tabela-abas {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

.aba {
    display: none;
    margin-top: 20px;
}

.aba.atual {
    display: block;
}

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

.coluna-abas {
    flex: 0 0 200px;
    margin-right: 20px;
}
/*******************************************************************************
TOC: ÍNDICE
*******************************************************************************/
.toc .tocnumber {
    display: none; 
}

.toc ul li:before {
    content: "• "; /* Adiciona um ponto antes de cada item */
    color: #000;
    font-weight: bold;
}
/*******************************************************************************
PRESET: DIÁLOGOS
*******************************************************************************/
.transcrições {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 10px 10px 18px;
    position: relative;
    vertical-align: top;
    width: 100%;
    color: #000; /* Garante que o texto dentro das transcrições será preto */
}

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

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

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

.me::before {
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
    left: -9px;
}
/*******************************************************************************
 BUZINAS
*******************************************************************************/
.horn-audio {
    cursor: pointer; 
    transition: transform 0.2s ease; 
}

/* Efeito visual ao passar o mouse */
.horn-audio:hover {
    transform: scale(1.1); 
    filter: brightness(1.2); 
}
/*******************************************************************************
 PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
*******************************************************************************/
.item-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 20px auto;
  max-width: 100%;
}

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

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

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

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

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

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