:root {

    /**
    * colors
    */
    --navbar-color-logo: rgba(19, 20, 22, 0.88);
    --md-gray: #3A3D43;
    --lightest-gray: #CED2D9;

    --font-family-paragraph: "Open Sans",sans-serif;
    --yellow: #fbc321;

    --rich-black-fogra-29_95: hsla(222, 18%, 11%, 0.95);
    --raisin-black-1: hsl(0, 0%, 16%);
    --raisin-black-2: hsl(236, 17%, 17%);
    --raisin-black-3: hsl(280, 11%, 11%);
    --raisin-black-4: hsl(280, 8%, 15%);
    --english-violet: hsl(274, 21%, 23%);
    --eerie-black-1: hsl(277, 25%, 10%);
    --eerie-black-2: hsl(280, 7%, 8%);
    --roman-silver: hsl(220, 6%, 59%);
    --quick-silver: hsl(0, 1%, 65%);
    --lightest-gray: #ced2d9;
    --light-gray: #a6aab2;
    --light-gray-1: hsl(0, 0%, 80%);
    --light-gray-2: hsl(0, 2%, 82%);
    --marigold_75: hsla(42, 99%, 46%, 0.75);
    --xiketic_90: hsla(280, 37%, 8%, 0.9);
    --cultured-2: hsl(0, 0%, 97%);
    --marigold: hsl(42, 99%, 46%);
    --platinum: hsl(0, 0%, 89%);
    --dim-gray: hsl(0, 0%, 42%);
    --white_15: hsla(0, 0%, 100%, 0.15);
    --white_10: hsla(0, 0%, 100%, 0.1);
    --xiketic: hsl(277, 25%, 10%);
    --silver: hsl(0, 0%, 78%);
    --white: hsl(0, 0%, 100%);
    --jet: hsl(236, 13%, 23%);
    --navbar-color: rgba(19, 20, 22, 0.9);
    --bs-body-bg: #fff;

    /**
    * typography
    */
    --bs-border-width: 1px;
    --bs-modal-border-width: var(--bs-border-width);
    --ff-oxanium: 'Oxanium', cursive;
    --ff-poppins: 'Poppins', sans-serif;

    --fs-1: 7rem;
    --fs-2: 4.5rem;
    --fs-3: 3.6rem;
    --fs-4: 2.4rem;
    --fs-5: 2.2rem;
    --fs-6: 2rem;
    --fs-7: 1.6rem;
    --fs-8: 1.5rem;
    --fs-9: 1.4rem;
    --fs-10: 1.3rem;
    --fs-11: 1.2rem;

    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --darkblue: #040a2c;
    --lightblue: #00f0ff;

    /**
    * spacing
    */

    --section-padding: 120px;

    /**
    * gradient
    */

    --gradient: radial-gradient(circle, hsl(250, 7%, 17%), hsl(250, 11%, 11%));

    /**
    * box shadow
    */

    --shadow-1: 0px 2px 8px 0px hsla(0, 0%, 0%, 0.2), inset 0px 2px 8px 0px hsla(0, 0%, 0%, 0.4);
    --shadow-2: 0px 5px 10px 1px hsla(0, 0%, 0%, 0.4);
    --shadow-3: 0px 5px 10px 1px hsla(219, 98%, 17%, 0.2);
    --shadow-4: 0px 5px 10px 1px hsla(0, 0%, 0%, 0.15);

    /**
    * transition
    */

    --transition: 0.25s ease;
    --cubic-out: cubic-bezier(0.33, 0.85, 0.4, 0.96);

}

body {
    margin: 0px;
    padding:  0px !important; /* adicionei !important para parar a movimentação da tela ao abrir swal */
    position: relative;
    /*min-height: 300vh;*/
    min-width: 359px;
    height: auto;

    /* para parar a movimentação da tela ao abrir swal */
    overflow-y: scroll !important;

    /* Garante que o conteúdo não seja cortado durante o tremor */
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */

    /* Inicialmente sem animação */
    animation: none;
}
body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

p {
    text-align: justify;
}

.wrapper {
    width: 100%;
}

@font-face {
  font-family: martelTibia;
  src: url('/fonts/martel.ttf');
}

section {
    min-height: 150px;
    background-color: #d4c0a1;
    border: 1px solid #5f4d41;
    box-shadow: 3px 3px 2px #875f3e;
    padding: 8px;
}

hr {
    width: 100%;
}

section .resizeSectionImg {
    width: 140px;
    float: right;
    margin: 10px;
    position: relative;
    top: -29px;
}
.sectionX {
    display: none; /* Esconde todas as seções inicialmente */
    border-top: 1px solid #ddd; /* Linha separadora sutil */
}

.sectionX.active {
    display: block;
}

.sectionX img {
    max-width: 100%;
    height: auto;
    display: block;
}
.NavigationBarLinkListX {
    text-align: center;
    order: 1;
}



.NavigationBarContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 5px;
    margin-top: 0;
    padding-top: 0;
}

.NavigationBarLinkList {
    text-align: center;
    order: 1;
    width: 160px;
}

.NavigationBarLinkList nobr span {
    display: flex; /* Mantém o flex para centralizar o conteúdo interno (o "[ ]" e o botão) */
    justify-content: center; /* Centraliza o conteúdo interno */
    align-items: center; /* Centraliza o conteúdo interno verticalmente (opcional) */
    flex-grow: 1; /* Faz com que os spans ocupem o mesmo espaço */
    min-width: 120px; /* Garante uma largura mínima para cada "botão" */
}

.linkText {
    /* Estilos existentes para o botão, se houver */
    padding: 5px 10px; /* Exemplo de padding para o botão */
    border: 1px solid #ccc; /* Exemplo de borda */
    background-color: #f0f0f0; /* Exemplo de cor de fundo */
    cursor: pointer;
}

.monstersLink:before {    
    content: "\2606" !important;
    color: yellow;
    display: inline;
    font-size: 1.5em;
    height: 0;
    line-height: 0;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}

#ArtworkHelper {
  text-align: center;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  width: 100%;
  /*height: 100%;*/
  min-width: 1000px;/*
  min-height: 800px;*/
}

/* container to implement min/max width */
#Bodycontainer {
  text-align: left;
  min-width: 1000px;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  display: table;
}

#ContentRow {
  position: relative;
  top: 300px;
  max-width: 1280px;
}

/* "star-HTML-hack" to correct the position of the content row */
* html #ContentRow {
  display: inline-block;
}

#MenuColumn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 180px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px;
  font-family:  Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 12pt;
}

#ContentColumn {
  position: relative;
  margin: 0px;
  margin-left: 205px;
  margin-right: 205px;
}

#ThemeboxesColumn {
  text-align:  center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 180px;
  margin: 0px;
  margin-right: 15px;
  margin-left: 25px;
}

/* alterar bootstrap */
.bg-body {
    font-weight: 400;
}

#Footer {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  text-align: center;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  color: white;
}
* html #Footer {
  padding-bottom: 120px;
  margin-bottom: 50px;
}

/* Footer linkes */
#Footer a:link    { color: white; text-decoration: none; }
#Footer a:visited { color: white; text-decoration: none; }
#Footer a:focus   { color: white; text-decoration: none; }
#Footer a:active  { color: white; text-decoration: underline; }
#Footer a:hover   { color: white; text-decoration: underline; }

/** -------------------------------
 *  Stylesheet declarations for the
 *  HEADER AREA
 *  -------------------------------
 */

.InfoBar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 10px;
    z-index: 10;
}

 
.InfoBar > div {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px; /* Mantenha este padding, ou ajuste se precisar de mais área de hover no próprio botão */
    border-radius: 3px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.InfoBar > div:hover {
    background: rgba(215, 156, 88, .2);
    color: yellow;
}

.InfoBarNumbers {
    /* Remova 'top: 0px;' se estiver definido in-line, ou ajuste no CSS */
    /* top: 0px;  Esta propriedade 'top' provavelmente não é necessária aqui,
       especialmente se o flexbox já estiver alinhando o conteúdo.
       Pode estar causando desalinhamento se o span for posicionado absolutamente. */
}

 

.InfoBar a {
    border: 0;
}

.InfoBarBlock {
    margin-right: 15px; /* Mantenha se precisar de espaçamento extra para um bloco específico */
    border: 0
}


.top_languages:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Mantenha ou remova se o estilo acima já for suficiente */
}

.language-set {
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
}
 
.top_languages {
    position: relative;
    cursor: pointer;
    color: white;
    width: 140px; /* Mantenha ou ajuste conforme necessário */
    text-decoration: none;
    /* transition: background-color 0.3s ease; */
}

/* Quando o mouse passar sobre .top_languages, mostre a sublista */
.top_languages:hover .top_languages__sublist {
    display: block; /* Mostra a sublista */
}

.top_languages__sublist {
    position: absolute;
    /* Ajuste o 'top' para eliminar o espaço entre o botão e o dropdown */
    top: 100%; /* VOLTE PARA 100%. A setinha e a remoção do margin-top resolvem o "gap" */

    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    list-style: none;
    padding: 5px 0;
    /* REMOVA ESTE MARGIN-TOP: */
    /* margin-top: 5px; */ /* <--- ESTE É O PROVÁVEL CULPADO PELO ESPAÇO! */
    min-width: 80px;
    display: none; /* Escondido por padrão */
    z-index: 11;
}
#tema-container .tema-sublist.active {
    display: block; /* Mostra a sublista quando a classe active está presente */
}

.top_languages__sublist::before {
    content: '';
    position: absolute;
    top: -6px; /* Ajuste este valor para a setinha aparecer logo acima do dropdown */
    left: 15px; /* Ajuste para centralizar a setinha sobre o botão, ou posicione onde quiser */
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.8); /* Cor da setinha, igual ao background do dropdown */
    z-index: 12; /* Deve estar acima da sublista */
}
/* Mantenha os estilos para .top_languages__item e .top_languages__item a, etc. */
.top_languages__item a {
    display: flex;
    align-items: center;
    padding: 6px 10px; /* Ajuste o padding do item do dropdown para caber melhor */
    color: var(--lightest-gray) !important;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.top_languages__item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.top_languages__item img {
    width: 20px;
    height: 15px;
    margin-right: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.InfoBarSmallLogo {
    display: none;
    height: 15px;
    border: none
}

.InfoBarNumbers {
  /*top: -4px;*/
  position: relative;
}

#LeftArtwork {
    position: absolute;
    top: -181px;
}

#LeftArtwork img {
    top: -40px;
    width: 235px;
    left: -30px;
    z-index: 9;
    position: relative;
}

#LeftArtwork #TibiaLogoArtworkTop {
  cursor: pointer;
  border: 0px;
}

#LeftArtwork #LogoLink {
  position: absolute;
  bottom: 14px;
  left: 58px;
  height: 14px;
  width: 50px;
  z-index: 99;
  cursor: pointer;
}
.logo-flutuante {
  /* Ajuste a largura/altura conforme necessário para o seu logo */
  width: 150px; /* Exemplo */
  height: auto;

  /* Aplica a animação */
  animation-name: flutuar;
  animation-duration: 3s; /* Duração de um ciclo completo da animação */
  animation-timing-function: ease-in-out; /* Curva de aceleração para suavidade */
  animation-iteration-count: infinite; /* Repete a animação infinitamente */
  animation-direction: alternate; /* Faz a animação ir e voltar (subir e descer) */
}

/* Define os keyframes da animação "flutuar" */
@keyframes flutuar {
  0% {
    transform: translateY(0); /* Posição inicial */
  }
  100% {
    transform: translateY(-10px); /* Move 10 pixels para cima. Ajuste este valor para mais ou menos flutuação. */
  }
}
#RightArtwork {
    position: absolute;
    /* top: 38px; */
    /* right: 26px; */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin: auto;
    padding: 0px;
}

#RightArtwork #Monster {
    position: absolute;
    left: 10px;
    cursor: pointer;
    top: -100px;
    z-index: 100;
}

.Pedestal {
    width: 170px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 21px;
    margin: 0px;
}
.Pedestal img {
    width: 170px;
    top: -88px;
    right: -2px;
    position: relative;
    z-index: 1;
}

.countdownLeftChain {
    background-image: url(../images/general/chain.gif);
    height: 35px;
    width: 100%;
    right: 130px;
    background-position-x: right;
    background-repeat: repeat-y;
    position: relative;
    top: 3px;
    display: inline-block;
}

.countdownMidNoChain {
    position: relative;
    left: 103px;
    top: -22px;
}

.countdownRightChain {
    background-image: url(../images/general/chain.gif);
    height: 31px;
    width: 100%;
    left: 130px;
    background-position-x: left;
    background-repeat: repeat-y;
    position: relative;
    top: -39px;
    display: inline-block;
}

.last-updated {
    font-size: 11px;
    color: #b0b0b0;
    text-align: center;
    margin-top: 5px;
    z-index: 1;
    position: relative;
}
#RightArtwork #Boss {
    position: absolute;
    right: 46px;
    cursor: pointer;
    top: -100px;
    z-index: 100;
}

#PedestalAndOnline {
  position: absolute;
  left: -10px;
  top: -105px;
  width: 153px;
  height: 107px;
}

#RightArtwork #PlayersOnline {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size: 7pt;
  line-height: 8pt;
  text-align: center;
  position: absolute;
  width: 92px;
  bottom: 11px;
  left: 21px;
  color: #cfa600;
  border-bottom: 1px solid #010101;
  cursor: pointer;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  LOGINBOX
 *  -------------------------------
 */

#Loginbox {
  position: relative;
  left: 5px;
  top: 8px;
  width: 100%;
  margin-bottom: 42px;
  background-repeat: no-repeat;
}
#HelperDivContainer {
    display: none;
    position: absolute;
    width: 225px;
    z-index: 1100;
    color: #5a2800;
    font-family: Verdana,Arial,Times New Roman,sans-serif;
    font-size: 9pt;
    text-align: left;
    padding: 10px;
    border: 1px double #5a2800;
    margin-left: 8px;
}
.HelperDivIndicator {
    position: relative;
    cursor: help;
}
#HelperDivContainer .HelperDivArrow {
    position: absolute;
    top: -1px;
    left: -8px;
    width: 8px;
    height: 13px;
}
#HelperDivContainer .Ornament {
    width: 200px
}
#HelperDivContainer #HelperDivHeadline {
    font-size: 12pt;
    font-weight: 700
}
#HelperDivContainer #HelperDivHeadline {
    position: relative;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 15px
}

#HelperDivContainer #HelperDivText {
    text-align: justify;
}
#HelperDivContainer #HelperDivText ul {
    padding-left: 20px
}
#HelperDivContainer #HelperDivText .ItemOverLabel {
    margin-top: 7px;
    float: left
}
#HelperDivContainer #HelperDivText .ItemOverImage {
    float: left;
    margin-right: 20px;
    clear: both;
    margin-bottom: 10px
}

.LabelV120 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 120px;
}
.LabelV150 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 150px;
}
.LabelV175 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 175px;
}
.LabelV180 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 180px;
}
.LabelV200 {
  font-weight: 700;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
  width: 200px;
}
.GuildInformationTable {
    padding-right: 5px;
    vertical-align: top;
}
.text-disabled {
  color: gray;
  cursor: no-drop;
}
.text-enabled {
  /*color: green;*/
  cursor: pointer;
}
.loginBoxLogin {
  display: flex;
  flex-wrap: wrap;
}
.loginBoxLogin .Cell {
  flex-basis: 135px;
  margin-bottom: 5px;
}
.loginBoxLogin .InputField {
  flex-grow: 1;
  margin-right: 7px;
}
.loginBoxLogin .Break {
  flex-basis: 100%;
  height: 0;
}
.LoginButtons {
  vertical-align: top;
}
.LoginButtons .ButtonField {
    margin-bottom: 1px
}

#Loginbox #LoginTop {
  position: absolute;
  left: -5px;
  top: -12px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#Loginbox #LoginBottom {
  position: absolute;
  top: 52px;
  left: -5px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#Loginbox .LoginBorder {
  position: absolute;
  top: 0px;
  height: 52px;
  width: 8px;
  background-repeat: repeat-y;
  z-index: 10;
}

#Loginbox #BorderRight {
  right: 9px;
}

#Loginbox .Loginstatus {
  position: relative;
  top: 0px;
  left: 5px;
  height: 13px;
  width: 160px;
}

.LoginstatusTextLogout {
  position: absolute;
  top: 1px;
  left: 18px;
  width: 124px;
  height: 11px;
  cursor: pointer;

  background-image: url(../images/loginbox/loginbox-font-logout.gif);
}
.LoginstatusTextLogout:hover {
  background-image: url(../images/loginbox/loginbox-font-logout-over.gif);
}
.LoginstatusTextLogin {
  position: absolute;
  top: 1px;
  left: 18px;
  width: 124px;
  height: 11px;
  cursor: pointer;

  background-image: url(../images/loginbox/loginbox-font-create-account.gif);
}
.LoginstatusTextLogin:hover {
  background-image: url(../images/loginbox/loginbox-font-create-account-over.gif);
}

#Loginbox #LoginButtonContainer {
  margin-left: 5px;
  height: 26px;
  width: 160px;
  background-repeat: repeat-y;
}

#Loginbox #LoginButton {
  position: relative;
  top: 1px;
  left: 12px;
  height: 25px;
  width: 135px;
}

#Loginbox #LoginButton .Button {
  position: relative;
  top: 0px;
  left: 0px;
  width: 135px;
  height: 25px;
  visibility: hidden;
}

#Loginbox #LoginButton #ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 22px;
  width: 135px;
  z-index: 15;
  cursor: pointer;
}

.SmallMenuBox .Loginstatus {
    position: relative;
    top: 0;
    left: 5px;
    height: 13px;
    width: 160px
}

.SmallMenuBox {
    position: relative;
    left: 5px;
    top: 8px;
    width: 100%;
    margin-bottom: 38px;
    background-repeat: no-repeat;
    z-index: 11;
}

.SmallMenuBox .SmallBoxTop {
    position: absolute;
    left: -5px;
    top: -12px;
    height: 12px;
    width: 180px;
    background-repeat: no-repeat
}

.SmallMenuBox .SmallBoxBottom {
    position: absolute;
    top: 52px;
    left: -5px;
    height: 12px;
    width: 180px;
    background-repeat: no-repeat
}

.SmallMenuBox .SmallBoxBorder {
    position: absolute;
    top: 0;
    height: 52px;
    width: 8px;
    background-repeat: repeat-y;
    z-index: 10
}

.SmallMenuBox .BorderRight {
    right: 9px
}

.SmallMenuBox .SmallBoxButtonContainer {
    position: relative;
    height: 39px;
    width: 160px;
    left: 5px;
    background-repeat: repeat-y;
    z-index: 1
}

.SmallMenuBox#DownloadBox {
    top: 4px
}

.SmallMenuBox#DownloadBox .SmallBoxBottom {
    top: 39px
}

.SmallMenuBox#DownloadBox .SmallBoxBorder {
    height: 39px
}

.SmallMenuBorder {
    display: none
}

#PlayNowContainer {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    background-image:url(../images/buttons/mediumbutton.gif);
    background-position: center; 
    background-repeat: no-repeat;
}

#PlayNowContainer:hover {
  background-image:url(../images/buttons/mediumbutton-over.gif);
}

#PlayNowContainer form {
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0
}

.MediumButtonBackground {
    height: 100%;
    width: 100%;
    text-align: center;
}
.MediumButtonText {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Exocet Light', sans-serif;
    font-size: 19px;
    color: #ffd700;
    text-shadow: 0px 0px 0 #fbff00, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px 0 0 #ffa500, 0px 0px 0 #ffa500;
    background-image: linear-gradient(to right, #b08d57, #c69f6d, #daa520, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ff810073;
    background-clip: text;
    text-fill-color: transparent;
    border: none;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  MENU
 *  -------------------------------
 */

#Menu {
  position: relative;
  left: 5px;
  background-repeat: no-repeat;
}

#MenuTop {
  position: absolute;
  left: -5px;
  top: -12px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#MenuBottom {
  position: relative;
  left: -5px;
  bottom: 0px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

/* Menuitems */

.MenuButton {
  position: relative;
  height: 32px;
  width: 170px;
  display: block;
  cursor: pointer;
}

.Button {
  position: relative;
  height: 32px;
  width: 170px;
  visibility: hidden;
  display: block;
}

.Extend {
  position: absolute;
  top: 20px;
  right: -2px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
}

.Lights {
  visibility: hidden;
}

.Light_lu {
  position: absolute;
  top: 2px;
  left: 3px;
  height: 2px;
  width: 2px;
  background-repeat: no-repeat;
}

.Light_ru {
  position: absolute;
  top: 2px;
  right: 3px;
  height: 2px;
  width: 2px;
  background-repeat: no-repeat;
}

.Light_ld {
  position: absolute;
  height: 2px;
  width: 2px;
  top: 28px;
  left: 3px;
}

.Icon {
    position: absolute;
    height: 32px;
    width: 32px;
    top: 0px;
    left: 8px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Label {
    position: absolute;
    height: 22px;
    width: 100%;
    top: 7px;
    left: 15px;
}

.MenuButton .Label {
    margin: 0;
    text-align: center;
    color: #e6c89d;
    font-family: martel;
    font-size: 22px;
    font-weight: 400;
    text-shadow: -1px -2px 1px rgb(0 0 0), 1px 1px 1px rgb(0 0 0), 1px 1px 1px rgb(0 0 0), 1px -1px 1px rgb(0 0 0);
}

/* Submenus(items) */

.LeftChain {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 33px;
  width: 7px;
  background-repeat: repeat-y;
}

.RightChain {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 33px;
  width: 7px;
  background-repeat: repeat-y;
}

.Submenu {
  position: relative;
  margin-left: 1px;
  margin-right: 2px;
  background-color: #0D2E2B;
  width: 168px;
}

.Submenuitem {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.ActiveSubmenuItemIcon {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  visibility: hidden;
}

.SubmenuitemLabel {
  margin: 0px;
  border-top: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  border-bottom: 1px solid #4b7874;
  overflow: hidden;
}

/* Submenu links */
.Submenu a:link    { color: #d7d7d7; text-decoration: none; }
.Submenu a:visited { color: #d7d7d7; text-decoration: none; }
.Submenu a:focus   { color: #d7d7d7; text-decoration: none; }
.Submenu a:active  { color: white; text-decoration: none; }
.Submenu a:hover   { color: white; text-decoration: none; }

/** -------------------------------
 *  Stylesheet declarations for the
 *  CONTENT AREA
 *  -------------------------------
 */

.Content .BoxContent {
  padding: 10px;
}

/* "tanhack" for correction of IE bug */
* html .Content {
  top: -5px;
}

.Content {
  position: relative;
  top: 0px;
  width: 100%;
  /*z-index: 100;*/
}

/* "star-HTML-hack" to correct the position of the content area */
* html .Content {
  position: relative;
  top: 796px;
  margin: 20px;
  border: 0px dashed #061222;
  border-right-width: 550px;
}

#ContentHelper {
  position: relative;
  /* coloquei max-width por causa dos tickers, estava expandindo a tela */
}

/* "star-HTML-hack" to to implement min-width in IE */
* html #ContentHelper {
  display: inline-block;
  position: relative;
  top: -800px;
  margin: -20px;
  margin-right: -570px;
}

.Content .Box {
  font-size: 0pt;
  position: relative;
  margin: 5px;
  margin-bottom: 18px;
  color: #5A2800;
  border-left: 2px solid #3a3738;
  border-right: 2px solid #3a3738;
  background-color: #debb9d;
  background-repeat: no-repeat;
  overflow: visible;
}

.Content .BoxContent {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 9pt;
  background-color: #FFF2db;
  color: #5A2800;
  min-height: 395px;
  height: auto !important;
  height: 415px;
}

/* "star-HTML-hack" to correct Box width in IE */
* html .Content .Box {
  width: 100%;
}
/* "star-HTML-hack" to correct BoxContent width in IE */
* html .Content .BoxContent {
  width: 100%;
}

.Content th {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: white;
  background-color: #505050;
}

.Content .BoxContent td {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  color: #5A2800;
 }

/* Content Links */

.Content a {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-weight: bold;
  color: #004294;
  text-decoration: none;
}
.Content a:hover {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  color: #0063DC;
}
.Content .HelpLink {
  font-size: 7pt;
  cursor: pointer;
}

.Content .ThreeColumnsForm {
  display: flex;
  flex-wrap: wrap;
}
.Content .ThreeColumnsForm .ThreeColumnsFormCell {
    flex-basis: 145px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    flex-grow: 0;
}
.Content .ThreeColumnsForm .ThreeColumnsFormButton {
    margin-left: auto;
}

.Content .ThreeColumnsForm .ThreeColumnsFormInputCell {
    flex-basis: 200px;
    flex-grow: 2;
}
.ServerInformationIconContainer_Worlds {
    position: absolute;
    right: 10px;
}
.TableHeadlineNavigation {
    margin-top: 4px;
    font-size: 8px;
    float: right;
}
.TableHeadlineNavigation a {
  font-family: Verdana,Arial,Times New Roman,sans-serif;
  color: #fff;
}
.TableHeadlineNavigation a:hover {
  font-family: Verdana,Arial,Times New Roman,sans-serif;
  color: #fff;
  text-decoration: underline;
}
.sortarrow {
    width: 10px;
    height: 10px;
}
/* Corners */

.Content .Corner-tl {
  position: absolute;
  top: -4px;
  left: -5px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .Corner-tr {
  position: absolute;
  top: -4px;
  right: -5px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .BottomCornersHelper {
  position: absolute;
  width: 100%;
}

.Content .CornerWrapper-b {
  position: absolute;
  width:100%;
}

.Content .Corner-bl {
  position: absolute;
  bottom: -4px;
  left: -6px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .Corner-br {
  position: absolute;
  bottom: -4px;
  right: -6px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

/* Borders */

.Content .Border_1 {
  position: relative;
  height: 5px;
  width: 100%;
  background-repeat: repeat-x;
}

.Content .BorderTitleText {
  position: relative;
  height: 24px;
  background-repeat: repeat-x;
}

.Content .Title {
  position: absolute;
  top: 1px;
  left: 5px;
}

.Content .Border_2 {
  margin: 4px;
  padding: 0px;
  background-color: #793d03;
}

.Content .Border_3 {
  margin: 1px;
  border-top: 1px solid #793d03;
  border-bottom: 1px solid #793d03;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  THEMEBOXES of the Tibia
 *  website
 *  -------------------------------
 */

.main-themboxes {
  grid-area: sidebar
}

.main-themboxes {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 100
}
#DeactivationContainerThemebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 95;
    height: 1000px;
    width: 100%;
    display: none
}


.Themebox {
    background-image:url(/images/themebox/default_themebox4.png); 
    background-size: 174px 270px;
    position: relative;
    top: 0;
    margin-bottom: 10px;
    width: 174px;
    height: 270px;
    /* height: 154px; */
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}

.Themeboxes div {
    font-size: 10pt;
    background-repeat: no-repeat
}

.Themeboxes .ThemeboxButton {
    position: absolute;
    bottom: 20px;
    left: 22px;
    height: 25px;
    width: 135px;
    cursor: pointer
}

.Themeboxes .Bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 180px
}

.Themeboxes #AnniversaryCountDownBox {
    height: 120px;
    margin-bottom: 30px
}

.Themeboxes #AnniversaryCountDownExtendedBox {
    height: 146px
}

.Themeboxes #AnniversaryBox {
    height: 188px
}

.Themeboxes #NewcomerBox .ThemeboxButton {
    bottom: 15px
}

.Themeboxes #JobBox {
    height: 164px
}

#TrailerBox {
    height: 153px
}

.box-header-font {
    font-family: emoji;
    /* font-weight: bold; */
    text-transform: uppercase;
    color: #efefef;
    text-shadow: 2px 2px 4px rgb(0 0 0);
    position: absolute;
    width: 170px;
    left: 1px;
    top: 21px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #fbe9be;
    text-transform: uppercase;
}

.box-content-header-font {
    font-family: martel;
    text-transform: uppercase;
    color: #efd4ad;
    text-shadow: 2px 2px 4px rgb(0 0 0);
    position: absolute;
    font-size: 23px;
    top: 0;
}

.sorteio-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-family: Verdana, sans-serif;
    text-align: center;
    font-size: 11px;
}
.loading-bar {
    height: 5px;
    width: 85%;
    background-color: #ccc; /* Cor de fundo da barra (cinza claro, por exemplo) */
    position: relative;
    bottom: 0;
    overflow: hidden;
}

.sorteio-loading-bar-fill {
    height: 100%;
    width: 100%; 
    transition: width 0.5s ease; 
    position: absolute;
    bottom: 0;
    left: 0;
    --progress: 100%; /* Define o valor inicial de --progress para 100% (barra totalmente preta) */
}

.sorteio-loading-bar-fill::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000; /* Cor de fundo inicial preta */
    background: linear-gradient(to right, 
        #000 0%,      
        #008000 20%,    
        #ffff00 40%,    
        #ffa500 60%,   
        #ff0000 80%);   

    clip-path: inset(0 var(--progress) 0 0); 
}
 
#carouselStreamers {
    position: relative;
    top: -3px;
    perspective: 1000px;
    height: 100%;
}
#carouselStreamers .carousel-control-prev,
#carouselStreamers .carousel-control-next {
    /* Remove a transparência padrão */
    opacity: 1; 
    /* Adiciona um fundo semi-transparente para garantir contraste sobre qualquer imagem */
    background-color: rgba(0, 0, 0, 0.3); 
    /* Transforma os controles em círculos para um visual mais moderno */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 10%; /* Recomendo usar 50% em vez de 10% para centralizar verticalmente */
    transform: translateY(-50%);

    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* O resto do seu CSS continua igual */
#carouselStreamers .carousel-control-prev-icon,
#carouselStreamers .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}
/* Efeito 'acender' ao passar o mouse sobre os botões */
#carouselStreamers .carousel-control-prev:hover,
#carouselStreamers .carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.6); /* Fundo fica mais escuro/sólido */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); /* Adiciona um brilho branco suave ao redor */
}
.watch-stream-btn {
    /* Remove o fundo, borda e dimensões fixas para eliminar o círculo */
    background: transparent;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    
    /* Estiliza o ícone da seta (▶) */
    color: white;
    font-size: 52px; /* Aumenta o tamanho da seta para ser um bom alvo de clique */
    cursor: pointer;
    
    /* Adiciona uma sombra forte para garantir visibilidade sobre qualquer imagem */
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);

    /* Efeito de transição suave para o hover */
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

.watch-stream-btn:hover {
    /* Efeito de hover: a seta fica vermelha e aumenta um pouco */
    color: #ff3838;
    transform: scale(1.15);
}

#twitchModalLabel {
    color: green;
}
/* Estilos para o Modal da Twitch */
#twitchModal .modal-dialog {
    /* Faz o modal ocupar quase a tela toda */
    max-width: 90vw; 
}

#twitchModal .modal-content {
    background-color: #0e0e10; /* Cor escura da Twitch */
    color: white;
    border: 1px solid #444;
}

#twitchModal .modal-header {
    border-bottom: 1px solid #444;
}

#twitchModal .btn-close {
    /*filter: invert(1) grayscale(100%) brightness(200%);*/
}

#twitch-embed-container {
    /* Define uma altura responsiva para o container da stream */
    width: 100%;
    height: 80vh; /* 80% da altura da janela de visualização */
}
#CastleWarBox {
    width: 178px;
    height: 195px;
    margin: auto;
}

#SorteioBox {
    width: 178px;
    height: 195px;
    margin: auto;
}

#TrailerIdleFrame {
    position: absolute;
    top: 31px;
    left: 5px
}

#TrailerOverFrame {
    position: absolute;
    top: 31px;
    left: 5px;
    visibility: hidden;
    cursor: pointer
}

.Themeboxes #ScreenshotBox #ScreenshotContentFrame {
    position: relative;
    height: 111px;
    width: 170px;
    top: 31px;
    left: 0;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
    cursor: pointer
}

.Themeboxes #ScreenshotBox #ScreenshotContentImageContainer {
    position: absolute;
    top: 35px;
    left: 5px;
    overflow: hidden;
    width: 170px;
    height: 102px
}

.Themeboxes #ScreenshotBox #ScreenshotContentImage {
    position: absolute;
    width: 480px;
    height: 352px;
    left: -155px;
    top: -120px
}

.Themeboxes #CurrentPollBox #CurrentPollText {
    font-family: Verdana,Arial,sans-serif;
    font-weight: 700;
    line-height: 11pt;
    color: #5a2800;
    position: absolute;
    height: 70px;
    width: 150px;
    top: 37px;
    left: 15px;
    padding-top: 5px;
    overflow: hidden;
    text-align: center
}

.Themeboxes #FansiteBox {
    position: relative;
    height: 188px;
    text-align: center
}

.Themeboxes #FansiteLogoFrame {
    position: relative;
    top: 31px;
    width: 180;
    height: 145px
}

.Themeboxes #FansiteLogo {
    position: relative;
    height: 100px;
    width: 150px;
    top: 8px;
    border: 0;
    cursor: pointer
}

.Themeboxes #FansiteBox .ThemeboxButton {
    bottom: 19px
}

.Themeboxes #NetworksBox {
    position: relative;
    height: 204px
}

.Themeboxes #NetworksBox #FacebookBlock {
    position: relative;
    top: 32px;
    height: 113px
}

.Themeboxes #NetworksBox #FacebookPageLink {
    position: absolute;
    left: 37px;
    top: 12px;
    height: 50px;
    width: 50px
}

.Themeboxes #NetworksBox #FacebookLikeButton {
    position: absolute;
    left: 92px;
    top: 40px
}

.Themeboxes #NetworksBox #FacebookShareButton {
    position: absolute;
    left: 92px;
    top: 14px
}

.Themeboxes #NetworksBox #FacebookLikes {
    position: relative;
    top: 75px;
    width: 145px;
    height: 50px;
    left: 18px;
    overflow: hidden
}

.Themeboxes #NetworksBox #FacebookLikes div {
    position: relative;
    height: 50px;
    left: -106px
}

.Themeboxes #NetworksBox #FacebookLikes div iframe {
    height: 50px!important
}

.Themeboxes #NetworksBox #TwitterBlock {
    position: relative;
    top: 47px;
    text-align: center
}

.Themeboxes #CMTrackerBox {
    position: relative;
    height: 204px
}

.Themeboxes #CMTrackerBox #CMTrackerContent {
    position: relative;
    top: 45px;
    height: 135px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8px
}

.Themeboxes #CMTrackerBox #CMTrackerContent div {
    font-family: Verdana,Arial,Times New Roman,sans-serif;
    font-size: 8pt;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 140px
}

.Themeboxes #CMTrackerBox #CMTrackerContent .CMTrackerPostArrow {
    width: 10px;
    height: 9px;
    margin-right: 2px
}

.Themeboxes #CMTrackerBox #CMTrackerContent .CMTrackerTitle {
    margin-bottom: 2px
}

.Themeboxes #CMTrackerBox #CMTrackerContent .CMTrackerMoreLink {
    position: absolute;
    bottom: 0;
    text-align: right
}

.Themeboxes #TournamentBox {
    height: 225px
}

.Themeboxes #TournamentBox #TournamentBoxContent {
    position: relative;
    top: 50px;
    color: #5a2800;
    font-family: Verdana,Arial,Times New Roman,sans-serif;
    text-align: center
}

.Themeboxes #TournamentBox #TournamentBoxContent .TournamentBoxContentName {
    font-weight: 700;
    font-size: 9pt;
    margin-bottom: 10px
}

.Themeboxes #TournamentBox #TournamentBoxContent .TournamentBoxContentHeadline {
    font-weight: 700;
    font-size: 9pt
}

.Themeboxes #TournamentBox #TournamentBoxContent .TournamentBoxContentDateTime {
    font-size: 8pt;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px
}


#PremiumBoxContainer {
    position: relative;
    height: 204px
}

#PremiumBox,
#streamersBox {
    position: relative;
    background-repeat: no-repeat;
    border: 2px solid #D3D3D3;
    border-radius: 10px;
}

.streamersOffline {
    /* Estilos Gerais (incluindo largura e posicionamento) */
    width: 120px;
    position: relative;
    top: 6px;
    filter: brightness(0.3);  /* Estilo base */

    /* Animação */
    transform-origin: top center;
    animation: swingV2 2s infinite alternate ease-in-out;
    /* transition: filter 0.3s ease;  Se optar por usar transition */
}

@keyframes swingV2 {
    0%   { transform: rotate(-5deg); }
    100% { transform: rotate(5deg); }
}

/* Opcional: Efeito de brilho no hover */
.streamersOffline:hover {
    filter: brightness(0.9);  /* Brilho aumentado */
    /* animation: swingV2 2s infinite alternate ease-in-out; */ /* Ativa a animação se não estiver ativada antes */
    animation-play-state: running;   /* Garante que a animação está rodando no hover */
}

.opacityToShining {
    opacity: 0.7;
}
.opacityToShining:hover {
    opacity: 1;
}

/* Opcional: Animação sutil com classe */
.streamersOffline.swinging {
    animation: subtle-swingV2 4s infinite alternate ease-in-out;
}

@keyframes subtle-swingV2 {
    0%   { transform: rotate(-2deg); }
    100% { transform: rotate(2deg); }
}


/* Se você preferir a animação só começando no hover */
/* .streamersOffline:hover { */
/* animation: swingV2 2s infinite alternate ease-in-out;  */
/* } */




#PremiumBoxDecor {
    margin: 0;
    position: absolute;
    top: -28px;
    left: 5px;
    width: 64px;
    height: 64px;
    z-index: 2;
}

#GeneralBoxBg {
    display: flex;
    margin: 0;
    position: relative;
    top: -13px;
    left: -1px;
    justify-content: center;
}

#GeneralBoxBg img {
    width: 100%;
    height: 100%;
}

#PremiumBoxOverlay {
    background-image: url(../images/themeboxes/premium/type_overlay.png);
    margin: 0;
    position: relative;
    top: 60px;
    left: 2px;
    width: 98%;
    height: 26px;
}
#CastleBoxOverlay {
    background-image: url(../images/themeboxes/premium/type_overlay.png);
    margin: 0;
    position: absolute;
    width: 100%;
    height: 26px;
}
#PremiumBoxOverlayText {
    color: #fff;
    font-family: Verdana,sans-serif;
    margin-top: 14px;
    text-align: center;
    font-size: 11px;

    z-index: 1;
    position: relative;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
    top: 3px;
    text-transform: capitalize;
}
#CastleBoxOverlayText {
    color: #fff;
    font-family: Verdana,sans-serif;
    margin-top: 14px;
    text-align: center;
    font-size: 11px;

    z-index: 1;
    position: relative;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
    top: 3px;
    text-transform: capitalize;
}
#StreamersBoxOverlayText {
    color: #fff;
    font-family: Verdana,sans-serif;
    margin-top: 14px;
    text-align: center;
    font-size: 11px;
    z-index: 1;
    position: relative;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
    top: 3px;
    text-transform: capitalize;
}


#PremiumBoxButtonDecor {
    position: absolute;
    width: 114px;
    height: 26px;
    left: 13px;
    bottom: -13px;
    z-index: 25;
}

#PremiumBoxButton {
    position: absolute;
    right: 14px;
    bottom: 10px;
    display: flex;
    justify-content: center;
}

#NetworksBox {
  background-image:url(../images/themeboxes/networks/networksbox4.png);     
  height: 192px;
}

.WebshopButton {
    width: 142px;
    height: 34px;
    z-index: 10;
    background-size: 142px 34px;
    background-repeat: no-repeat;
    background-image: url(../images/themeboxes/premium/button.png);
}
.WebshopButton:hover {
  background-image: url(../images/themeboxes/premium/button_hover.png);
}

.WebshopButton a {
  color: white;
  text-decoration: none;
}

.ThemeboxesHeader {
    background-size: 179px;
    background-repeat: no-repeat;
    z-index: 8;
    width: 100%;
    height: 33px;
    top: -3px;
    position: relative;
    z-index: 1;
}

.openingText {
    position: relative;
    top: 8px;
    color: wheat;
}

.WebshopButtonTC {
    position: absolute;
    width: 142px;
    height: 49px;
    z-index: 10;
    top: -11px;
    background-size: 142px 50px;
    background-repeat: no-repeat;
    background-image: url(../images/themeboxes/premium/button_tc.png);
}
.WebshopButtonTC:hover {
  background-image: url(../images/themeboxes/premium/button_hover_tc.png);
}

.WebshopButtonTC a {
  color: white;
  text-decoration: none;
}
.WebshopButtonDivs {
    width: 100%; display: flex; justify-content: center;top: 22px;gap: 10px; position: relative;
}
.WebshopButtonTRADE {
    position: relative;
    width: 70px;
    height: 34px;
    z-index: 10;
    top: -11px;
    background-size: 70px 34px;
    background-repeat: no-repeat;
    background-image: url(../images/themeboxes/premium/button.png);
}
.WebshopButtonTRADE:hover {
  background-image: url(../images/themeboxes/premium/button_hover.png);
}

.WebshopButtonTRADE a {
  color: white;
  text-decoration: none;
}

.WebshopButtonOver {
    position: absolute;
    top: 0;
    left: 0;
    width: 142px;
    height: 34px;
    visibility: hidden;
    z-index: 15;
    vertical-align: middle
}

.WebshopButtonText {
  position: relative;
  top: 4px;
  z-index: 20;
  font-family: fantasy;
}

.WebshopButtonText a {
  color: white;
  text-decoration: none;
  text-shadow: 0px 1px 5px black;
}

.MediumButtonOver {
    position: relative;
    top: 0;
    left: 0;
    width: 150px;
    height: 37px;
    visibility: hidden;
    z-index: 15
}

/** -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA
 *  -------------------------------
 */

.Content .BoxContent td .white {
  color: #EFEFEF;
  visibility: visible;
}
.Content .BoxContent td .whites {
  color: #EFEFEF;
  visibility: visible;
  font-size: 9pt;
}
.Content .BoxContent .white {
  color : #EFEFEF;
  visibility : visible;
}
.white {
  margin: auto;
  color : #EFEFEF !important;
}
.Content .BoxContent td .green {
  color : #00BF00;
}
.green {
  margin: auto;
  color : darkgreen !important;
}
.Content .BoxContent td .yellow {
  color : #FFBB05;
}
.yellow {
  margin: auto;
  color : #FFBB05 !important;
}
.Content .BoxContent td .red {
  color : #EF0000;
}
.red {
  margin: auto;
  color : #EF0000 !important;
}
.Content .BoxContent td .grey {
  color : #808080;
}
.grey {
  margin: auto;
  color : #808080 !important;
}

.TableContainer .Table3 .TableContent td {
    border: 1px solid #faf0d7;
}

.greenNeon {
    color: seagreen;
    text-shadow: -1px -1px 0 #6bff00, 0 -1px 0 #8fff00, 1px -1px 0 #4cff00, 1px 0 0 #5fff00, 1px 1px 0 #73ff00, 0 1px 0 #6cff00, -1px 1px 0 #4fff00, -1px 0 0 #b3ff00;
}
/** -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA (forum)
 *  -------------------------------
 */

.Content .BoxContent .ff_info {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 10pt;
  color : #5A2800;
  visibility : visible;
}

.Content .ff_white a {
  color: #FFFFFF;
}

.Content .BoxContent .ff_white {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EFEFEF;
  visibility : visible;
  font-size : 7pt;
  font-weight: bold;
}

.Content .BoxContent .ff_red {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EF0000;
  visibility : visible;
  font-size : 8pt;
  font-weight: bold;
}

.Content .BoxContent .ff_whitelarge {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EFEFEF;
  visibility : visible;
  font-size : 9pt;
  font-weight: bold;
}

.Content .BoxContent .ff_info {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 8pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_infotext {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 8pt;
  color : #5A2800;
  visibility : visible;
  line-height: 12pt;
}

.Content .BoxContent .ff_smallinfo {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 7pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_large {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 12pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_pagetext {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #5A2800;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextgrey {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #505050;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextred {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #F00;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_correct {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 11pt;
  color : #FF0000;
  visibility : visible;
  font-weight: bold;
}

/** --------------------------------------
 *  ### not final versions for tests
 *  ### concerning the new payment process
 *  --------------------------------------
 */

/* new error handling concept tests */

.FormFieldError {
  font-size: 8pt;
  color: red;
}
.SmallBox {
  position: relative;
  font-size: 1px;
}
.SmallBox .ErrorMessage {
  font-size: 8pt;
  position: relative;
  color: red;
  height: 100%;
  background-color: #d4c0a1;
  padding: 5px;
  padding-left: 43px;
}
.SmallBox .Message {
  font-size: 10pt;
  position: relative;
  height: 100%;
  background-color: #d4c0a1;
  padding: 10px;
}
.SmallBox .ErrorMessage ul {
  padding-left: 15px;
}
.SmallBox .BoxFrameHorizontal {
  position: relative;
  height: 4px;
}
.SmallBox .BoxFrameVerticalRight {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .BoxFrameVerticalLeft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .MessageContainer {
  position: relative;
  height: 100%;
}
.SmallBox .BoxFrameEdgeLeftTop {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeLeftBottom {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightTop {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightBottom {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .AttentionSign {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 30px;
  height: 26px;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  NEW TABLES
 *  -------------------------------
 */

.TableContainer {
  border: 1px solid black;
  position: relative;
  width: 100%;
  font-size: 1px;
}
.TableContainer .Odd {
  background-color: #f1e0c6;
}
.TableContainer .Even {
  background-color: #d5c0a1;
}
.CreateAccountFormInput, .ChangePasswordFormInput, .SetPasswordFormInput {
  width: 206px;
  /*float: left;*/
}
.passwordStrength {
    width: 200px;
    background-color: #ec644b; 
    color: white;    
    text-align: center;  
    position: absolute;  
    top: 55px;  
    right: 20px;  
    height: 18px;
}
/* TABLEHEADER DECORATION */
.TableContainer .CaptionContainer {
  position: relative;
  font-size: 1pt;
  background-color: #5f4d41 !important;
  /*height: 100%;*/
  width: 100%;
  text-align: left;
}
.TableContainer .CaptionContainer .CaptionInnerContainer {
  position: relative;
  background-color: #5f4d41;
  width: 100%;
  /*height: 100%;*/
  padding-top: 3px;
  padding-bottom: 4px;
}
.TableContainer .CaptionContainer .Text {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: white;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftTop {
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2px;
  left: -2px;
  z-index: 1;
}
.TableContainer .CaptionContainer .CaptionEdgeRightTop {
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2px;
  right: -2px;
  z-index: 1;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
  position: absolute;
  width: 5px;
  height: 5px;
  left: -2px;
  bottom: -3px;
  z-index: 1;
}
.TableContainer .CaptionContainer .CaptionEdgeRightBottom {
  position: absolute;
  width: 5px;
  height: 5px;
  right: -2px;
  bottom: -3px;
  z-index: 1;
}
.TableContainer .CaptionContainer .CaptionBorderTop {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  top: -1px;
}
.TableContainer .CaptionContainer .CaptionBorderBottom {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: -2px;
}
.TableContainer .CaptionContainer .CaptionVerticalLeft {
  position: absolute;
  height: 100%;
  width: 3px;
  left: -1px;
  top: 0px;
}
.TableContainer .CaptionContainer .CaptionVerticalRight {
  position: absolute;
  height: 100%;
  width: 3px;
  right: -1px;
  top: 0px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightTop {
  right: -3px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightBottom {
  right: -3px;
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionBorderBottom {
  bottom: -3;
}
* html .TableContainer .CaptionContainer .CaptionVerticalRight {
  right: -2px;
}
/* TABLE CONTENT */
.TableContentContainer {
    border: 1px solid #5f4d41;
    position: relative;
    margin-right: 7px;
    margin-bottom: 5px;
    height: 100%;
    background-color: #d4c0a1;
    padding: 0;
}
.TableContent {
  width: 100%;
  border-collapse: collapse;
}
.TableContent td {
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}
/* INNERLYOUT 1 */
.TableContainer .Table1 {
  width: 100%;
  background-color: #d4c0a1;
  border: 2px solid #55636c;
}
.TableContainer .Table1 .InnerTableContainer {
  padding: 5px;
}
.InnerTableContainer .TableContentContainer {
  box-shadow: 3px 3px 2px #875f3e;
}
/* INNERLYOUT 2 */
.TableContainer .Table2 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}
.TableContainer .Table2 td {
  padding: 0px;
  margin: 0px;
}
.TableContainer .Table2 .InnerTableContainer {
  margin-top: 1px;
}
.TableContainer .Table2 .InnerTableContainer table {
  border-collapse: collapse;
}
.TableContainer .Table2 .InnerTableContainer td {
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: 1px solid #faf0d7;
}
/* INNERLYOUT 3 */
.TableContainer .Table3 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table3 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table3 .TableContentAndRightShadow td {
  border: 1px solid #faf0d7;
}
/* INNERLYOUT 4 */
.TableContainer .Table4 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table4 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 3px;
}
.TableContainer .Table4 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* INNERLYOUT 5 */
.TableContainer .Table5 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table5 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table7 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-left: 3px;
}
.TableContainer .Table5 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.Table6 {
    width: 99.5%;
    left: 4px;
    top: 2px;
    position: relative;
}
.TableContainer .Table6 .TableContent td {    
    background-image: linear-gradient(to right, transparent 99%, #ffffff 100%);
    background-repeat: repeat-y;
}
.TableContainer .Table6 .TableContent td:last-child {
  background-image: none;
}
.Table7 {
    width: 99.5%;
    left: 4px;
    top: -4px;
    position: relative;
}
.TableContainer .Table7 .TableContent td {    
    background-repeat: repeat-y;
}
.TableContainer .Table7 .TableContent td:last-child {
  background-image: none;
}
/* SHADOWS */
.TableShadowContainerRightTop {
  position: relative;
  top: 0px;
  right: 3px;
  margin-right: 0px;
  font-size: 1px;
  float: right;
  z-index: 99;
}
.TableShadowRightTop {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 5px;
  z-index: 99;
}
.TableContentAndRightShadow {
  position: relative;
  background-repeat: repeat-y;
  background-position: top right;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 1px;
}
.TableShadowContainer {
  position: relative;
  widht: 100%;
  margin-right: 5px;
}
.TableBottomShadow {
  position: relative;
  font-size: 1px;
  height: 5px;
  width: 99%;
  padding: 0px;
  margin-left: 6px;
}
.TableBottomLeftShadow {
  position: relative;
  height: 5px;
  width: 4px;
  float: left;
  padding: 0px;
  margin: 0px;
}
.TableBottomRightShadow {
  position: relative;
  float: right;
  right: -2px;
  top: 0px;
  height: 5px;
  width: 4px;
}
/* LABELS */
.LabelV {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
}
.LabelH {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  background-color: #d5c0a1;

}
.LabelH td {
  background-color: #d5c0a1;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* BUTTONS */
.InnerTableButtonRow {
  width: 100%;
  padding-left: 1px;
  padding-right: 0px;
  padding-bottom: 4px;
  border: 0px;
}
.InnerTableButtonRow td {
  padding-right: 4px;
}
.BigButtonNoImage {
  display: inline-block;
  margin: auto;
  top: -1px;
  background-color: #2f2fe2;
  border-radius: 8px;
  width: 60px;
  text-align: center; 
}
.BigButtonNoImage:hover {
  background-color: #0000ff;
}

.BigButton {
  position: relative;
  width: 135px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
  background-image:url(../images/buttons/sbutton.gif);
}
.BigButton:hover {
  background-image:url(../images/buttons/sbutton_over.gif);
}
.BigButtonGrey {
  position: relative;
  width: 135px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
  background-image:url(../images/buttons/sbutton_grey.png);
}
.BigButtonGrey:hover {
  background-image:url(../images/buttons/sbutton_grey_over.png);
}

.carousel-inner {
    height: 160px;
    top: 55px;
}

.carousel-caption {
    width: 100%;
    height: 100%;
    left: 0px;
    position: relative;
    top: -3px;
    align-content: center;
}

/* Custom*/
.carousel-control-prev-icon-new {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image:url(../images/themeboxes/videos/arrow_left.png);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    margin-top: 72%;
}
.carousel-control-prev-icon-new:hover {
  background-image:url(../images/themeboxes/videos/arrow_left_hover.png);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  width: 32px;height: 32px;
}
.carousel-control-next-icon-new {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image:url(../images/themeboxes/videos/arrow_right.png);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    margin-top: 72%;
}
.carousel-control-next-icon-new:hover {
  background-image:url(../images/themeboxes/videos/arrow_right_hover.png);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  width: 32px;height: 32px;
}

.castleGuildName {
    top: 18px;
    position: relative;
}

.castleGuildName a {
    font-size: 14px;    
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
    text-decoration: auto;
    color: aliceblue;
}

.streamerBoxName {
    top: -35px;
    position: relative;
    font-family: Verdana,sans-serif;
    font-size: 11px;    
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
    text-decoration: auto;
    color: aliceblue;
    display: inline-block;
    text-transform: capitalize;
}
.streamerBoxName a {
    font-size: 14px;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
    text-decoration: auto;
    color: aliceblue;
}

.BigButtonRed {
  position: relative;
  width: 135px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
  background-image:url(../images/buttons/button_red.gif);
}
.BigButtonRed:hover {
  background-image:url(../images/buttons/button_red_over.gif);
}
.BigButtonGreen {
  position: relative;
  width: 135px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
  background-image:url(../images/buttons/button_green.gif);
}
.BigButtonGreen:hover {
  background-image:url(../images/buttons/button_green_over.gif);
}

.ButtonText {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 135px;
    z-index: 20
}

.BigButtonText {
    /* position: absolute;*/
    top: 0;
    left: 0;
    width: 135px;
    height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: none;
    text-align: center;
    color: #ffd18c;
    font-family: Verdana,Arial,Times New Roman,sans-serif;
    font-size: 12px;
    font-weight: 400;
    z-index: 20;
    text-shadow: -1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,1px 0 0 #000,1px 1px 0 #000,0 1px 0 #000,-1px 1px 0 #000,-1px 0 0 #000
}
.BigButtonWhiteText {
    /* position: absolute;*/
    top: 0;
    left: 0;
    width: 135px;
    height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: none;
    text-align: center;
    color: #ffffff;
    font-family: Verdana,Arial,Times New Roman,sans-serif;
    font-size: 12px;
    font-weight: 400;
    z-index: 20;
    text-shadow: -1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,1px 0 0 #000,1px 1px 0 #000,0 1px 0 #000,-1px 1px 0 #000,-1px 0 0 #000
}

.HeaderPagesText {
    position: absolute;
    top: 0;
    left: 13px;
    margin: 0;
    padding: 0;
    background: 0 0;
    color: #ffd18c;
    font-family: martel;
    font-size: 22px;
    font-weight: 400;
    z-index: 20;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}

.stylishText {
    background: 0 0;
    border: none;
    text-align: center;
    color: #ffd18c;
    font-family: Verdana,Arial,Times New Roman,sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-shadow: -1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,1px 0 0 #000,1px 1px 0 #000,0 1px 0 #000,-1px 1px 0 #000,-1px 0 0 #000
}

.stylishText { /* Classe para o elemento que contém o texto "Próximo Sorteio" */
  animation: glowText 1s ease-in-out infinite alternate;
}

@keyframes glowText {
  from {
    text-shadow: 0 0 10px #ffd700; /* Cor de brilho (amarelo dourado) */
  }
  to {
    text-shadow: 0 0 20px #ffd700; 
  }
}

.drawText {
    text-shadow: -1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,1px 0 0 #000,1px 1px 0 #000,0 1px 0 #000,-1px 1px 0 #000,-1px 0 0 #000;     
    transition: color 0.5s ease; 
    transform: translateZ(0); 
    backface-visibility: hidden; /* Otimiza a renderização */
}
.acumulatedCodes {
    margin-top: 10px; margin-bottom: 10px; text-align: center;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}

.pulsateText {
    text-shadow: -1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,1px 0 0 #000,1px 1px 0 #000,0 1px 0 #000,-1px 1px 0 #000,-1px 0 0 #000;
    animation: pulsateScale 1s ease-in-out infinite;
    transform-origin: center;
}

@keyframes pulsateScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1) translateY(-5%); /* Aumenta a escala e ajusta a posição vertical */
  }
  100% {
    transform: scale(1);
  }
}

.icone-presente { /* Classe para o ícone de presente */
  animation: swing 2s ease-in-out infinite;
}

@keyframes swing {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

.BigButtonTextLink {
  font-weight: 400 !important;
  color: #ffd18c !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  font-family: Verdana,Arial,Times New Roman,sans-serif;
  font-size: 12px;
  z-index: 20;
  text-shadow: -1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,1px 0 0 #000,1px 1px 0 #000,0 1px 0 #000,-1px 1px 0 #000,-1px 0 0 #000; 
  text-decoration: none;
  cursor: pointer; 
  background: none;
}
.BigButtonTextLink:hover {
  font-weight: 400;
  color: #ffd18c;
  text-decoration: none;
}

a.BigButtonText,a.BigButtonText:link,a.BigButtonText:visited,a.BigButtonText:focus,a.BigButtonText:active,a.BigButtonText:hover {
  font-weight: 400;
  color: #ffd18c;
  text-decoration: none;
}

a.BigButtonWhiteText,a.BigButtonWhiteText:link,a.BigButtonWhiteText:visited,a.BigButtonWhiteText:focus,a.BigButtonWhiteText:active,a.BigButtonWhiteText:hover {
  font-weight: 400;
  color: #ffd18c;
  text-decoration: none;
}

.SubmitButtonRow {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.SubmitButtonRow .LeftButton, .SubmitButtonRow .CenterButton, .SubmitButtonRow .RightButton {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    text-align: center;
}
.SubmitButtonRow .LeftButton,.SubmitButtonRow .CenterButton,.SubmitButtonRow .RightButton {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    text-align: center
}

.TopButtonContainer {
  position: relative;
  right: 4px;
  top: 4px;
  z-index: 60;
}
* html .TopButtonContainer {
  right: 27px;
}
.TopButtonContainer .TopButton {
  position: absolute;
  right: 0px;
  z-index: 55;
}
.Content .BoxContent .Odd {
  background-color: #f1e0c6;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #d5c0a1;
  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

/* News Ticker */

.Content #NewsTicker .BoxContent {
  padding: 5px;
  min-height: 90px;
  height: auto !important;
  height: 100px;
}

.Content #NewsTicker .BoxContent .Row {
  position: relative;
  width: 100%;
}

.Content #NewsTicker .NewsTickerIcon {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.Content #NewsTicker .NewsTickerText {
  font-size: 9pt;
  position: relative;
  margin-left: 20px;
}
.Content #NewsTicker .NewsTickerShortText p {
    text-overflow: ellipsis;
    /*overflow: hidden;*/
}
.Content #NewsTicker .NewsTickerText p {
    font-weight: 400;
    margin: 0;
}
.Content #NewsTicker .NewsTickerDate {
    font-size: 7pt;
    position: absolute;
    top: 0px;
    float: left;
    font-weight: 400;
}
.Content #NewsTicker .NewsTickerTime {
    font-size: 9pt;
    position: absolute;
    top: 16px;
    display: none;
    float: left;
}
.Content #NewsTicker .NewsTickerTextContainer {
    margin-left: 90px;
    margin-right: 20px;
}
.Content #NewsTicker .NewsTickerShortText {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 16px;
  white-space: nowrap;
  min-width: 622px;/*custom*/
}

.Content #NewsTicker .NewsTickerFullText {
  min-height: 30px;
  display: none;
  min-width: 622px;/*custom*/
}

.Content #NewsTicker .NewsTickerExtend {
  position: absolute;
  right: 0px;
  top: 1px;
  right: 1px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  z-index: 10;
}

/* Featured Article */

.Content #FeaturedArticle .BoxContent {
  position:relative;
  height: 100px;
  padding: 5px;
  padding-left: 10px;
  min-height: 100px;
  height: auto !important;
  height: 110px;
  line-height: 10.5pt;
}

.Content #FeaturedArticle #TeaserThumbnail {
  position: relative;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 150px;
  margin-left: 10px;
  background-color: black;
  z-index: 90;
  float: right;
}

#ContentHelper #FeaturedArticle:first-child .BoxContent {
  padding: 10px;
}

.Content #FeaturedArticle #TeaserText {
  height: 100px;
  margin-top: 5px;
  overflow: hidden;
  z-index: 0;
}

.Content #FeaturedArticle #Link {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 83 15 0 0;
  z-index: 99;
}

.Content #FeaturedArticle .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #FeaturedArticle .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  float:left;
}

.Content #FeaturedArticle .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #FeaturedArticle .NewsHeadlineText {
  position: relative;
  top: 8px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* News */

.Content .BoxContent {
  min-height: 100px;
  height: auto !important;
  height: 110px;
}

.Content .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  width: 32px;
}

.Content .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 10px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
  width: 350px;
}

/* News Archive */

.Content #NewsArchive .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #NewsArchive .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #NewsArchive .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #NewsArchive .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* customs  */

.radial-background{position:relative}
.radial-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    background-image: url(../../../../layouts/newlayout/images/landing/section-wrapper-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
}
 
/**/

.wizard-content .wizard .actions ul li a {
    color: #fff !important;
    background: #fc4a1a;
    background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);
    background: linear-gradient(to right, #f7b733, #fc4a1a);
    color: #fff;
    border: 3px solid #ff8600 !important;
    text-align: center;
    min-width: 100px;
}

.wizard-content .wizard .actions ul li a:hover, 
wizard-content .wizard .actions ul li a:focus {
    background: #fc4a1a !important;
    filter: drop-shadow(0 0 20px #fc4a1a) contrast(1) brightness(1);
    /* border: 3px solid #ff8600 !important; */
    text-align: center;
    min-width: 100px;
}

.cursor-pointer:hover {
    color: #ffb10a;
    filter: drop-shadow(0 0 20px #ffa300) contrast(2) brightness(4);
}

.btn-dark-success:hover {
    filter: drop-shadow(0 0 3px #2f6303);
    background-color: #1a3602 !important;
}

.btn-dark-primary:hover {
    color: #81caff !important;
    filter: drop-shadow(0 0 3px #3F51B5);
    background-color: #3F51B5 !important;
}

.btn-dark-danger:hover {
    filter: drop-shadow(0 0 3px #69240d);
    background-color: #862323e0 !important;
}

.#registerModal .modal {
    background-color: rgb(87 75 75 / 50%) !important;
    --bs-modal-bg: unset !important;
    --bs-modal-padding: 0 !important;
    --bs-modal-box-shadow: 0px 4px 21px rgb(128 100 255) !important;
}
.#loginModal .modal {
    background-color: rgb(87 75 75 / 50%) !important;
    --bs-modal-padding: 0 !important;
    --bs-modal-box-shadow: 0px 4px 21px rgb(128 100 255) !important;
}

.validationCustomInvalid {
    filter: drop-shadow(0 0 20px #dc3545) contrast(2) brightness(1);
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.validationCustomValid {
    filter: drop-shadow(0 0 20px #198754) contrast(2) brightness(1);
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* SWAL -- Estilos para as classes personalizadas */
.my-confirm-button {
    background-color: #d33;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.my-cancel-button {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.my-swal-popup {
    border: 1px solid #555;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-image: url('../images/content/scroll.gif'); /* Sua imagem de fundo */
    background-size: cover; /* Ajuste conforme necessário (cover, contain, etc.) */
    background-repeat: no-repeat; /* Ajuste conforme necessário (repeat, no-repeat, etc.) */
    background-position: center; /* Ajuste conforme necessário (center, top, bottom, etc.) */
}

.textStyleForm {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #465670;
    appearance: none;
    border-radius: 7px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.grecaptcha-badge {
    z-index: 30;
}







/* form buttons  */
#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    font-family: Raleway;
    padding: 40px;
    border-radius: 10px
}

.formTab {
    display: none
}
.formStep {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5
}
.formStep.active {
    opacity: 1
}
.formStep.finish {
    background-color: #4CAF50
}

.all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.thanks-message {
    display: none
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.btn-ultra-voilet {
    color: #fff !important;
    background: #654ea3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eaafc8, #654ea3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee !important;
}

.btn-pink-moon {
    color: #fff !important;
    background: #ec008c;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fc6767, #ec008c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fc6767, #ec008c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee !important;
}

.btn-cool-blues {
    color: #fff !important;
    background: #2193b0;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee !important;
}

.btn-dark-blue {
    color: #fff !important;
    background: #7474BF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #348AC7, #7474BF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #348AC7, #7474BF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee !important;
}

.btn-green-moon {
    color: #fff !important;
    background: #56ab2f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee !important;
}

.btn-orange-moon {
    color: #fff !important;
    background: #fc4a1a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #ff8600 !important;
}
.btn-orange-moon:hover {
  filter: drop-shadow(0 0 20px #fc4a1a) contrast(2) brightness(1);
  border: 3px solid #ff8600 !important;
}

.btn-dark-light {
  color: #fff !important;
  background: linear-gradient(to right, #090909b5, #47251aa3);
  border: 1px solid #90550c !important;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.btn-dark-light:hover {
  background: linear-gradient(to right, #38230f, #a2300b);
  border: 1px solid #be6401 !important;
}

.btn-buy-now {
  background-image: url(../images/news/comprar_agora.png);
  background-size: 249px 56px;
  background-repeat: no-repeat;
  width: 249px;
  height: 56px;
  border: none;
}
.btn-buy-now:hover {
  transform: scale(1.1);
}


.btn-violet-moon {
    color: #fff !important;
    background: #831afc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e676ff, #831afc);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e676ff, #831afc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: 3px solid #c050f7 !important;
}
.btn-violet-moon:hover {
    filter: drop-shadow(0 0 20px #831afc) contrast(2) brightness(1);
    border: 3px solid #c050f7 !important;
}

.linkText {
  font-family: Verdana,Arial,Times New Roman,sans-serif;
  font-weight: 700;
  color: #004294;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
}
.linkText:hover {
  border: 0;
  padding: 0;
  font-family: Verdana,Arial,Times New Roman,sans-serif;
  font-weight: 700;
  text-decoration: underline;
  color: #0063dc;
  background: none;
}
.linkTextRed {
  font-family: Verdana,Arial,Times New Roman,sans-serif;
  font-weight: 700;
  color: red;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
}
.linkTextRed:hover {
  border: 0;
  padding: 0;
  font-family: Verdana,Arial,Times New Roman,sans-serif;
  font-weight: 700;
  text-decoration: underline;
  background: none;
}
.PageNavigation {
    padding-right: 10px;
    padding-bottom: 7px;
}

.DoNotBreak {
    white-space: nowrap;
}
.Width100Percent {
    width: 100%;
}
.TextCenter, .TextCenter td {
    text-align: center;
}
a .rounded-circle:hover {
    /*filter: drop-shadow(0 0 20px #831afc) contrast(1) brightness(1);*/
    filter: drop-shadow(0 0 20px #0067ff) contrast(1) brightness(1);    
}
a .img-fluid:hover {
    filter: drop-shadow(0 0 20px #831afc) contrast(1) brightness(1);
    
}
a .img-cover:hover {
    filter: drop-shadow(0 0 20px #831afc) contrast(1) brightness(1);
    
}

.btn-purple-moon {
    color: #fff !important;
    background: #3c09d0;
    background: -webkit-linear-gradient(to right, #e676ff, #831afc);
    background: linear-gradient(to right, #a276ff, #3c09d0);
    border: 3px solid #795be3 !important;
}
.btn-purple-moon:hover {
    filter: drop-shadow(0 0 20px #831afc) contrast(2) brightness(1);
    border: 3px solid #795be3 !important;
}

.btn-purple-moonNB {
    color: #fff !important;
    border: 3px solid #795be3 !important;
}
.btn-purple-moonNB:hover {
    filter: drop-shadow(0 0 20px #831afc) contrast(2) brightness(1);
    border: 3px solid #795be3 !important;
}

.btn-dark-moon {
    color: #fff !important;
    background: #141E30;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee !important;
}

.btn-light-moon {
    color: #fff !important;
    background: #FFEFBA;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #FFEFBA);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #FFEFBA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #000;
    border: 3px solid #eee !important;
}

.btn-funky-moon {
    color: #fff !important;
    background: #A770EF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(145deg, #FDB99B, #CF8BF3, #A770EF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(145deg, #FDB99B, #CF8BF3, #A770EF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee !important;
}

.btn-rounded {
    color: #fff !important;
    border-radius: 35px;
}

.btn-fab {
    color: #fff !important;
    height: 50px;
    width: 53px;
    border-radius: 50%;
}
.CaptionContainer .RightArea {
    float: right;
    font-weight: 400;
    margin-right: 5px;
}
.whiteTextWithBlackBorder {
  font-size: 12px;  
  font-weight: 700; 
  color: #fff !important; 
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#preloaderLogin {
  background-color: var(--raisin-black-2);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .3);
  color: #eee!important;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #221e20;
  z-index: 999999;
}

#preloader {
  background-color: var(--raisin-black-2);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .3);
  color: #eee!important;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #221e20;
  z-index: 999999
}
.preloader--bounce {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*width: 40px;
    height: 40px*/
}
.preloader-bouncer--1,
.preloader-bouncer--2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

@keyframes l24{
  100%{background-position: left}
}

/**
 * ==============================================
 * Dot Floating
 * ==============================================
 */
.dot-floating {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}
.dot-floating::before, .dot-floating::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-floating::before {
  left: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-floating-before 3s infinite ease-in-out;
}
.dot-floating::after {
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1);
}

@keyframes dot-floating {
  0% {
    left: calc(-50% - 5px);
  }
  75% {
    left: calc(50% + 105px);
  }
  100% {
    left: calc(50% + 105px);
  }
}
@keyframes dot-floating-before {
  0% {
    left: -50px;
  }
  50% {
    left: -12px;
  }
  75% {
    left: -50px;
  }
  100% {
    left: -50px;
  }
}
@keyframes dot-floating-after {
  0% {
    left: -100px;
  }
  50% {
    left: -24px;
  }
  75% {
    left: -100px;
  }
  100% {
    left: -100px;
  }
}
.preloader-bouncer--2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}
@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
/**
 * ==============================================
 * Dot Typing
 * ==============================================
 */
.dot-typing {
  margin-left: 50%; /*custom*/
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffa080;
  color: #ffa080;
  box-shadow: 9984px 0 0 0 #ffa080, 9999px 0 0 0 #ffa080, 10014px 0 0 0 #ffa080;
  animation: dot-typing 1.5s infinite linear;
}

@keyframes dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #ffa080, 9999px 0 0 0 #ffa080, 10014px 0 0 0 #ffa080;
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #ffa080, 9999px 0 0 0 #ffa080, 10014px 0 0 0 #ffa080;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #ffa080, 9999px 0 0 0 #ffa080, 10014px 0 0 0 #ffa080;
  }
  50% {
    box-shadow: 9984px 0 0 0 #ffa080, 9999px -10px 0 0 #ffa080, 10014px 0 0 0 #ffa080;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #ffa080, 9999px 0 0 0 #ffa080, 10014px 0 0 0 #ffa080;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #ffa080, 9999px 0 0 0 #ffa080, 10014px -10px 0 0 #ffa080;
  }
  100% {
    box-shadow: 9984px 0 0 0 #ffa080, 9999px 0 0 0 #ffa080, 10014px 0 0 0 #ffa080;
  }
}

.fieldNews {
  border: 1px #000000 solid;
  text-align: justify;
  background-image: linear-gradient(rgb(255 146 0 / 43%), rgb(0 0 0 / 92%));
}

.fixTitleThemebox {
  position: absolute;
  width: 100%;
}
.fixTitleThemebox img {
  width: 158px;
  height: 110px;
}
.translatorImg  {
  width: 24px; 
  cursor: pointer;
}
.translatorImg:hover  {
  transform: scale(1) rotate(-5deg);
}

.newsTickerButton {
  position: absolute;
  top: 5px;
  right: 14px;
  z-index: 1;
}

.premiumbenefits {
  text-align: center;
  display: flex;
  flex: 50px;
  justify-content: center;
}  

.premiumbenefits > div { 
  display: flex;align-items: center;flex: 1; margin: auto 5x;
}

.VouchersBenefits {
  text-align: center;
  display: flex;
  flex: 50px;
  justify-content: space-between;
  align-content: space-between;
  align-items: flex-end;
}  


.linkButton {
    border: none;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    color: #23527c;
    text-decoration: none !important;
    outline: 0;
}
.linkButton:hover {
    text-decoration: underline !important;
    color: #0063DC;
}

.OptionsContainer {
    display: flex;
    /* grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); */
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    justify-items: center;
    flex-wrap: wrap;
}

.VSCCoinImages {
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
}
.DisplayOptionsButton {
    position: absolute;
    right: 3px;
    top: 3px;
}
.DisplayOptionsContent {
    min-height: 25px;
    min-width: 600px;
}
.DisplayOptionsContent .DisplayOptionsLabel {
    float: left;
    padding-top: 2px;
}
.AuctionInput {
    width: 115px;
    margin-right: 7px;
    float: left;
}
.inputCustom {
  width: 100%;
  height: 25px;
}

#CurrentTradesItemSearch #ItemInput {
    width: 308px;
}
#FilterCharacterTrades .DisplayOptionsContent .InInputResetButton {
    left: 474px;
}
.DisplayOptionsContent .InInputResetButton {
  position: absolute;
  width: 18px;
  text-align: center;
  top: 2px;
  RIGHT: 271px;
  cursor: pointer;
}
.LevelRangeInput {
    text-align: right;
    width: 100px;
}
.AuctionFilterHelper {
    clear: both;
}
.AuctionInputLong {
    width: 237px;
}
.LevelRange {
    float: left;
    height: 8px;
    width: 8px;
    margin-right: 5px;
    border-bottom: 1px solid #000
}
.gradeBazar {
  float: right;
  min-width: 143px!important;
  right: 3px;
  background-color: #e0d0b8;
  text-align: center;
  border: 1px solid #5a2800;
  min-height: 135px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 9px;
  display: grid;
  align-items: center;
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

.PMCID_Icon_Container {
    position: relative;
    margin: 3px;
}

.PMCID_Icon_Container label {
    top: 6px;
    position: relative;
    cursor: pointer;
}

.PMCID_QuicknessIndicator {
    width: 100%;
    right: 0;
    position: absolute;
    z-index: 98;
}

.PMCID_QuicknessIndicatorLabelContainer {
    position: relative;
    top: 26px;
    width: 100%;
    margin-top: 6px;
    color: #cccc;
}

.PMCID_QuicknessIndicatorLabel {
    vertical-align: middle
}

.PMCID_Icon:hover {
    background-image:url(../images/payment/pmcid_icon_hover.png);
}

.PMCID_Icon .PMCID_CP_Icon {
    border: solid 1px #532002;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 100px;
    height: 40px;
    background-color: white;
}

.PMCID_Icon .PMCID_CP_Label {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 9px;
    z-index: 99
}

.PMCID_Icon .PMCID_Icon_Selected {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 97;
    width: 100%;
    height: 147px;
    background-size: 180px 147px;
}

.PMCID_Icon .PMCID_Deactivated {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 180px;
    height: 147px;
    background-size: 180px 147px;
}

.PMCID_Icon .PMCID_Icon_Over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 147px;
    background-size: 180px 147px;
}

.ServiceID_Icon_New {
    display: flex;
    position: absolute;
    left: 26px;
    top: 45px;
    height: 64px;
    width: 130px;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    z-index: 99;
}

.textPack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    margin: auto;
    padding: 0;
    list-style-type: none;
    text-align: left;
    margin-left: 10px;
    font-size: 11px;
    top: 30px;
    position: relative;
    height: 100px;
    width: 89%;
}
.ServiceID_Icon .ServiceID_Deactivated {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 250px;
    z-index: 99
}

.ServiceID_Icon .ServiceID_Icon_Selected {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.ServiceID_Icon .ServiceIDLabelContainer {
    position: relative;
    left: 0;
    display: table;
    top: 15px;
    height: 40px;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 99;
}

.ServiceIDLabel {
  cursor: pointer;
}
.ServiceID_Icon .ServiceIDPriceContainer {
    position: absolute;
    bottom: 14px;
    width: 160px;
    margin-left: 5px;
    margin-right: 5px;
    z-index: 99;
}

.ServiceID_Icon .ServiceIDSpecialOffer {
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 100
}

.charBadge {
  position: absolute;
  float: right;
  right: 20px;
  top: 13px;
  text-align: center;
}
.charOutfit {
  top: 60px;
  right: 115px;
  border: 2px solid #F1E0C6;
  border-radius: 100px;
  padding: 13px;
  position: absolute;
}
.charOutfit img {
  width: 140px;
}
.lastUpdate {
  float: right;
  right: 10px;
  position: relative;
  margin: auto;
  font-family: math;
  font-size: 11px;
  top: 3px;
}

/*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

.back-top-btn {
    display: block;
    padding: 5px;
    /*background-color: yellowgreen;*/
    border-radius: 15px;
    position: fixed;
    bottom: 40px;
    right: 193px;
    padding: 12px;
    z-index: 100;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.back-top-btn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
}

.back-top-btn img {
  border: 0px;
  width: 30px;
}
.streamLiveDotBoxRed {
  position: absolute;
  top: 4px;
  left: 30px;
  width: 8px;
  height: 8px;
  margin: 2px;
  background-color: #ff0000;
  border-radius: 50%;
  opacity: 1;
  animation: fade 2s linear infinite;
}
.streamLiveDotBoxGreen {
  position: absolute;
  top: 4px;
  left: 30px;
  width: 8px;
  height: 8px;
  margin: 2px;
  background-color: #199a00;
  border-radius: 50%;
  opacity: 1;
  animation: fade 2s linear infinite;
}
.streamers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*align-items: center;
    justify-content: center;*/
}

.streamer {
    display: flex;
    flex-direction: row;
}

.streamerRightSide {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  width: 45%;
}

.streamLiveDotRed {
    width: 8px;
    height: 8px;
    margin: 2px;
    background-color: #ff0000;
    border-radius: 50%;
    opacity: 1;
    animation: fade 2s linear infinite;
}
.streamLiveDotGreen {
    width: 8px;
    height: 8px;
    margin: 2px;
    background-color: #199a00;
    border-radius: 50%;
    opacity: 1;
    animation: fade 2s linear infinite;
}

.viewersBox {
    display: flex;
    flex-direction: row;
}

.viewerCount {
    line-height: 0;
    margin-top: 7px;
    margin-left: 3px;
}
.viewerCountBox {
  position: absolute;
  left: -8px;
  top: -17px;
}

.streamerName {
  position: absolute;
  right: 96px;
  top: 45px;
  display: flex;
  justify-content: center;
}

.textWithContour {
    /*position: absolute;*/
    background: 0 0;
    border: none;
    text-align: center;
    color: cornsilk;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    z-index: 20;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}

form {
  padding: 0px;
  margin: 0px;
}

ul {
  margin: 0px;
  font-weight: 400;
}

.automargin {
  margin: auto;
}

@keyframes shakeUpDown {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-8px);
  }
}

.balanceUpDown {
  animation: shakeUpDown 3s ease-in-out infinite;
}
.BlockPageNavigationRow {
    height: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
    padding: 6px;
    padding-top: 3px;
    padding-bottom: 0;
    background-color: #d5c0a1;
    border: 1px solid #5a2800;
}
.BlockPageNavigationRow .FirstOrLastElement:first-child,.BlockPageNavigationRow .FirstOrLastElement a {
    width: 70px;
    text-align: left;
}
.CVIcon {
  float: left;
  position: relative;
  z-index: 150;
  cursor: help;
  background-color: #d5c0a1;
  border: 1px solid #5A2800;
  margin: auto;
  padding: 1px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
.CVIcon.CVIconObject {
  width: 36px;
  height: 36px;
  overflow: hidden;
}
.CVIcon.CVIconObject img {
  width: 32px;
  height: 32px;
}
.ObjectAmount {
  position: absolute;
  bottom: 0px;
  right: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  z-index: 100;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.CVIconOutfit {
  float: left;
  position: relative;
  z-index: 150;
  cursor: help;
  /*background-color: #d5c0a1;*/
  background-color: #f1e0c5;
  border: 1px solid #5a2800;
  margin: auto;
  padding: 1px;
  min-width: 64px;
  min-height: 64px;
  /*overflow: hidden;*/
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
.CVIconOutfit.CVIconObject {
    width: 40px;
    height: 40px;
    overflow: hidden
}
.CVIconOutfit.CVIconObject img {
  width: 32px;
  height: 32px;
  top: 2px;
  left: 1px;
  position: relative;
}


.CVIconPacks {
  float: left;
}
.backgroundPacks {
    background-color: #000000b3;
    width: 167px;
    height: 91px;
    top: -16px;
    position: absolute;
    left: -3px;
}

.ObjectAmountPacks {
    position: absolute;
    bottom: -2px;
    right: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    z-index: 9000;
    color: bisque;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.ObjectAmountBox {
  /* left: 50; */
  margin-left: 90px;
  top: 23px;
  font-size: 18px;
  /* color: red; */
  position: absolute;
  /* bottom: 0; */
  /* right: 2px; */
  font-family: sans-serif;
  /* font-size: 10px; */
  font-weight: 700;
  z-index: 100;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.ObjectTier {
    position: absolute;
    bottom: 32px;
    left: 25px;
    width: 9px;
    height: 8px;
    z-index: 100
}

.ObjectTier img {
    max-width: 100%;
    max-height: 100%
}

.CVIcon.CVIconObject.GreyedOutObject {
    filter: grayscale(.8)
}

.CharacterView .TopButton {
    right: -4px;
    top: -4px
}

.ViewBlockTopRow {
    height: 30px
}

.AuctionCharacterName {
    font-weight: 700;
    margin-bottom: 4px
}

.AuctionInfo {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: #ff9712
}

.AuctionNewIcon {
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 100
}

.AuctionLinks {
  position: relative;
  right: 6px;
  top: 4px;
  height: 15px;
  float: right;
}

.AuctionLinks a {
    margin-left: 5px
}

.BlockPageNavigationRow .CipAjaxLink {
    display: block;
    min-width: 15px;
    padding-left: 1px;
    padding-right: 1px;
    border: 1px solid transparent
}
.BlockPage {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(68px,1fr));
    grid-auto-rows: 73px;
    grid-gap: 1px;
}
.BlockPage.BlockPageObject {
    grid-template-columns: repeat(auto-fill,minmax(36px,1fr));
    /*grid-auto-rows: 38px;*/
}
.WatchOrUnwatchLink {
    position: absolute;
    top: 0;
    right: 70px
}

.AuctionLinks .WatchListIndicator {
  width: 100%;
  text-align: right;
  position: relative;
  right: 50px;
  top: 0px;
  color: green;
  animation: fadeOut 4s forwards;
  animation-delay: 4s;
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.AuctionBody {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #5A2800;
}
.AuctionDisplay {
  flex-basis: 76px;
  flex-grow: 0;
  flex-shrink: 0;
  order: 0;
  padding: 1px;
  background-color: #f1e0c6;
  border: 1px solid #5A2800;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  float: left;
  margin-right: 10px;
}
.AuctionBodyBlock {
  margin-top: 5px;
  margin-bottom: 5px;
}
.AuctionOutfit {
  position: relative;
}

.AuctionItemsViewBox {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(36px,1fr));
    grid-auto-rows: 38px
}

.AuctionOutfitImage {
  position: absolute;
  left: -7px;
  top: -3px;
  z-index: 100;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.ShortAuctionData {
    font-size: .875em;
    position: relative;
    min-width: 300px;
    flex-shrink: 0;
    flex-grow: 1;
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    background-color: #f1e0c6;
    border: 1px solid #5a2800;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.5)
}

.ShortAuctionData .AuctionTimer {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 200px;
    text-align: right;
    background-color: #f1e0c6;
    color: red
}

.ShortAuctionData .ShortAuctionDataLabel {
    width: 145px;
    font-weight: 700;
    float: left;
}

.ShortAuctionDataValue {
    text-align: right
}

.ShortAuctionDataBidRow {
    /*margin-top: 5px*/
}

.CurrentBid {
  width: 142px;
  flex-shrink: 0;
  margin-left: 10px;
  padding: 5px;
  text-align: center;
  background-color: #f1e0c6;
  border: 1px solid #5a2800;
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,.5);
  display: flex;
  justify-content: space-around;
  align-content: stretch;
  flex-direction: column;
  align-items: center;
}

.CurrentBid .Container {
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.CurrentBid .BigButton {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media all and (max-width: 1170px) {
    .SpecialCharacterFeatures {
        margin-right: 10px  !important;
    }

    .CurrentBid {
        order: 5 !important;
        margin-left: auto !important;
    }

    .DisplayOptionsContent .DisplayOptionsLabel {
        width: 100px !important;
    }

    canvas {
      left: 90% !important;
  }
}

.MyMaxBidLabel {
    font-weight: 700
}

.MyMaxBidInput {
    width: 131px;
    margin-top: 4px;
    margin-bottom: 4px;
    /*height: 13px;*/
    height: 18px;
    text-align: right
}
.newFlag {
  position: absolute;
  top: -3px;
  left: -3px;
}
.SpecialCharacterFeatures {
  min-height: 135px;
  flex-basis: 300px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  padding: 10px;
  background-color: #f1e0c6;
  border: 1px solid #5a2800;
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,.5);
}

.SpecialCharacterFeatures .Entry {
    width: 100%;
    min-width: 300px;
    text-align: left
}

.SpecialCharacterFeatures .CharacterFeatureCategory {
    margin-right: 5px
}

.RWTExperimentalWorldsText {
    color: red
}

.PercentageColumn {
    width: 100%;
    position: relative
}

.LabelColumn {
    width: 80px!important;
    white-space: nowrap
}

.LevelColumn {
    width: 30px!important;
    text-align: right
}

.PercentageColumn {
    position: relative;
    margin-right: 2px
}
#StickyNavigation.SmallBox {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.BlockPageNavigationRow .CurrentPageLink {
  display: inline-block;
  min-width: 15px;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #d5c0a1;
  cursor: unset;
  color: unset;
  text-decoration: auto;
}
.PercentageBar {
    position: absolute;
    height: 18px;
    background-color: #5f4d41;
    top: 1px
}

.PercentageStringContainer {
    width: 100%;
    text-align: center
}

.PercentageString {
    position: absolute;
    top: 3px;
    width: 50%;
    margin-left: 20px;
    left: 0;
    text-align: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000
}

.PercentageBarSpacer {
    width: 5px
}
/*
.PageLink {
  display: inline-block;
  min-width: 15px;
  text-align: center;
  cursor: pointer;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #0063DC;
}*/

.PageLink {
    display: inline-block;
    min-width: 15px;
    text-align: center;
}
/*
.PageLink:hover {
  text-decoration: underline;
}*/

.AchievementSecretIcon {
    position: absolute;
    margin-top: -2px;
    margin-left: 5px
}

.CollapsedBlock .TableContent tr:nth-child(n+12) {
    display: none
}

.CollapsedBlock .TableContent tr:last-child {
    display: table-row;
    text-align: center
}

.CollapsedBlock .IndicateMoreEntries {
    font-style: italic
}

.CharacterDetailsBlock .ShowMoreOrLess {
    padding: 7px;
    padding-bottom: 7px;
    font-size: 8pt;
    text-align: right
}

.CharacterDetailsBlock .ShowMoreOrLess a {
    cursor: pointer
}

.CharacterTradeTibiaCoinBalance {
    position: absolute;
    top: 8px;
    color: #fff;
    right: 5px;
    font-size: 7pt
}

.FAQStartPage .ClearBoth {
    clear: both
}

.FAQRootTopics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 50px
}

.FAQRootTopicContainer {
    position: relative;
    margin-bottom: 50px;
    padding: 5px;
    order: 0;
    flex: 1 1 30%;
    align-self: center;
    text-align: center
}

.FAQRootTopic {
    width: 125px;
    margin-left: auto;
    margin-right: auto
}

.FAQRootTopic img {
    height: 65px;
    width: 65px
}

.FAQRootTopicOverImage {
    display: none;
    position: absolute
}

.FAQRootTopicContainer:hover .FAQRootTopic .FAQRootTopicTitle {
    font-weight: 700
}

.FAQRootTopicTitle {
    position: absolute;
    top: 75px;
    order: 0;
    flex: 0 0 120px;
    align-self: center;
    text-align: center;
    color: #5a2800;
    font-weight: 400;
    font-size: 11pt;
    margin-left: -10px;
    padding: 5px;
    text-align: center;
    width: 140px;
    height: 20px
}

.FAQSearchForm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: stretch;
    align-items: flex-start;
    height: 16px;
    margin-bottom: 25px
}

.FAQSearchForm #SearchButton {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    margin-right: 5px
}

.FAQSearchForm #SearchInput {
    margin-right: 5px;
    float: right;
    order: 0;
    flex: 1 0 auto;
    align-self: auto;
    margin-bottom: 5px
}

.FAQSearchForm #SearchInput img {
    position: absolute;
    padding: 3px;
    pointer-events: none;
    height: 20px;
    width: 20px
}

.FAQSearchForm #SearchInput input {
    width: 100%;
    height: 25px;
    padding-left: 25px
}

.FAQSearchResults {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 60px
}

.FAQSearchResults h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 22px
}

.FAQSearchResults .HintBoxHeadlineSeparator {
    position: absolute;
    top: 48px;
    height: 4px;
    width: 100%;
    margin-left: -10px;
    margin-right: 0
}

.FAQSearchResults ul {
    padding: 0;
    list-style-type: none
}

.FAQPermanentBlock {
    margin-top: -40px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse
}

.FAQBlock {
    flex: 1 1
}

.FAQBlockRight {
    padding-left: 8px
}

.FAQBlockLeft {
    padding-right: 8px
}

.FAQBlock .HintBoxHeadlineSeparator {
    position: absolute;
    top: 48px;
    height: 4px;
    width: 99%;
    margin-left: -8px;
    margin-right: 0
}

.FAQBlock h2 {
    text-align: center;
    margin: 0
}

.FAQBlock ul {
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -10px;
    list-style-type: none
}

.FAQBlock ol {
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -10px;
    list-style-type: decimal
}

.FAQBlock li {
    height: 55px;
    line-height: 55px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    list-style-type: none;
    text-align: center
}

.FAQBlock li:nth-child(even) {
    background: #d5c0a1
}

.FAQBlock li:nth-child(odd) {
    background: #f1e0c6
}

.FAQBlock .ListEntryContainer {
    vertical-align: middle;
    line-height: normal;
    display: inline-block
}

.FAQList {
    font-size: 125%;
    line-height: 175%
}

.FAQStartPage .FAQBlock .FAQList {
    font-size: 110%
}

.FAQBreadCrumbNavigation {
    margin-bottom: 15px
}

.FAQContent {
    margin-bottom: 50px
}

.FAQCreateTicketLink {
    position: absolute;
    bottom: 25px
}

.tooltip,.tooltip:hover + .tip2,.tip2:hover {
  display: relative;
  font-size: 100%;
  font-weight: Bold;
  color: #FFFFFF;
  text-decoration: none;
}

.home-box-title {
  height: 30px;
  border-bottom: 1px solid #990000;
  border-radius: 10px 10px 0px 0px;
  color: #FFFFFF;
  padding: 8px 0px 8px 4px;
  display: flex;
  align-items: center;
  background-image: url(../images/content/redinfo_background.gif);
}

.home-box-server-save {
    height: 30px;
    background: rgb(176,0,2);
    background: linear-gradient(120deg,rgba(176,0,2,1) 0%,rgba(181,5,3,1) 10%,rgba(185,11,5,1) 20%,rgba(190,16,6,1) 30%,rgba(194,22,7,1) 40%,rgba(199,27,9,1) 50%,rgba(204,32,10,1) 60%,rgba(208,38,11,1) 70%,rgba(213,43,12,1) 80%,rgba(217,49,14,1) 90%,rgba(222,54,15,1) 100%);
    border-bottom: 1px solid #990000;
    border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
    padding: 8px 0px 8px 4px;
    display: flex;
    align-items: center
}

.home-box-pedestal {
    background-image: url(../images/general/Boosted_Creature_Pedestal.gif);
    background-repeat: no-repeat;
    display: inline-block;
    width: 120px;
    height: 76px
}

.home-box-bg-img {
  text-align: center;
  padding: 15px 0px 0px 0px;
  /* border-radius: 0px 0px 10px 10px; */
  background-image: linear-gradient(rgb(19 46 95), rgb(95 92 87));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 110px;
}

.home-box-info {
  /* height: 30px; */
  /* margin-top: -30px; */
  border-radius: 0px 0px 10px 10px;
  background: rgb(15 15 15 / 36%);
  /* backdrop-filter: blur(199px); */
  letter-spacing: 1px;
}

/* Modal CSS (Simplificado para pagina de donate) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4); 
}
.modal-backdrop {
    z-index: 5 !important;
}
.modal-confirmation-bg {
    border-radius: 8px;
    padding: 10px;
    margin-top: 12px;
    background-color: white;
    border: 1px solid #7e7c7c;
}
.modal-content {
    background-image: url(../images/content/scroll.gif);
    /* background-color: #fefefe; */
    margin: auto;
    padding: 20px;
    /* border: 1px solid #888; */
    width: 80%;
    max-width: 1100px;
    max-height: 80vh;
    overflow-y: auto;
}
.modal-header {
    border-bottom: outset;
}
.closeModal {
    display: flex;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    justify-content: flex-end;
}

.closeModal:hover,
.closeModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#modalPackItems {
    margin-top: 10px;
    text-align: center; /* Centralizar os itens */
}

#modalPackItems h3 {
    margin-bottom: 5px;
    color: #555;
    font-size: 1.1em;
}

#modalPackItems ul {
    list-style-type: none; /* Remover marcadores de lista */
    padding: 0;
    margin: 0;
    display: flex;       /* Flexbox para layout horizontal */
    flex-wrap: wrap;      /* Quebrar para a próxima linha em telas pequenas */
    justify-content: center; /* Centralizar itens na linha */
    gap: 10px;           /* Espaçamento entre os itens */
}

#modalPackItems li {
    padding: 10px;
    border: 1px solid #7e7c7c;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    background-color: #ffffff;
}

#modalPackItems li img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    margin-bottom: 5px;
}

#modalPackItems li strong { /* Estilo para o nome do item */
    display: block;
    margin-bottom: 5px;
}

#modalPackItems li p { /* Estilo para a descrição */
    font-size: 0.9em;
    color: #777;
    margin: 0;
}

#modalPackItems li:last-child {
    /*border-bottom: none;*/
}
 
.mw-headline {
  color: white;
  font-weight: bold;
}

.smokeLayer {
    text-align: center;
    background: #1e1e1eb8;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.smokeLayer img {
  position: relative;
  width: 80%; 
  margin-top: 70px;
}

.bannerClose {
    right: 3px;
    z-index: 100;
    position: absolute;
    float: right;
    font-size: 35px;
    color: #ffffffde;
}
.bannerClose:hover {
    color: #ffffff73; 
}

.promoTitle {
  background: -webkit-linear-gradient(#ffc800, #ff8400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.buyNowBanner_Button {
  position: relative;
  top: -35px;
  text-align: center;
  color: white;
  z-index: 5;
}

.closeBanner_Button {
  float: right;
  position: absolute;
  top: -80px;
  z-index: 2;
  right: 4px;
}

.divTextCountDown {
  text-transform: uppercase;
  font-family: monospace;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 0px black;
  font-size: 16px;
  background: #000000b0;
  width: 450px;
  padding: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
}
.divBoxCountDown {
  top: -130px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

  margin: 0
  padding: 0
  overflow: hidden
  vertical-align: middle
  text-align: center
}
.modalCountdown {
  background: #290000eb;
  top: 195px;
  position: relative;
  /* width: 100%;*/
}

.top_level
{
  top:35px;
  left:6px;
  z-index:20;
  display:block;
  padding-top:6px;
  font-family:Tahoma,Geneva,sans-serif;
  font-size:8pt;
  color:#5f4d41!important;
  font-weight:700;
  text-align:left;
  text-decoration:inherit
}
.levelvoctoplevel
{
  color:#5a2800;
  font:100 7pt Verdana,Arial,Times New Roman,sans-serif
}
.outfitImgtoplevel,.positiotoplvel
{
  background-position:right bottom;
  position:relative;
  margin-left:-64px;
  margin-top:-64px;
  height:64px;
  width:64px
}

.outfitImgtoplevel
{
  left:26px;
  top:13px
}

.charPedestal {
  background-image: url(../images/general/pedestal.gif);
  width: 47px;
  height: 48px;
  background-repeat: no-repeat;
  position: absolute;
  right: 50%;
  left: 50%;
  z-index: 2;
  bottom: 50%;
}

.charPedestal > img {
  position: absolute;
  top: -28px;
  right: 12px;
}
.charPedestalForum {
  background-image: url(../images/general/pedestal.gif);
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  position: relative;
  left: 32%;
  z-index: 2;
}

.charPedestalForum > img {
  position: relative;
  right: 8px;
}

.charPedestalVideos {
  background-image: url(../images/general/pedestal.gif);
  width: 47px;
  height: 48px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: -16px;
}

.charPedestalVideos > img {
  position: absolute;
  top: -28px;
  right: 12px;
}

.charPedestalCasts {
  background-image: url(../images/general/pedestal.gif);
  width: 47px;
  height: 48px;
  background-repeat: no-repeat;
  position: absolute;
  left: 48px; 
  top: 0px;
}

.charPedestalCasts > img {
  position: absolute;
  top: -28px;
  right: 12px;
}

.characterBackpack {
  position: relative;
  float: right;
  right: 45px;
  top: 7px;
  z-index: 2;
}

.characterBackpack > img {
  position: absolute;
}

.neonText {
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  padding: 10px;
  text-transform: uppercase;
  animation: 1s ease infinite reverse glow;
}
.neonText:before {
  content: attr(data-text);
  position: absolute;
  mix-blend-mode: difference;
  filter: blur(3px);
}
.neonText:after {
  content: "";
  background: linear-gradient(45deg, #7b4397 30%, #dc2430 70%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.statistcsBlueYellowText:after {
    content: "";
    background: linear-gradient(45deg, #2f60c2 30%, #d3dc24 70%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}
.statistcsBrownText:after {
    content: "";
    background: linear-gradient(45deg, #835314 30%, #ffffff 70%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}
.titleWebShop {
    text-align: center; 
    text-transform: uppercase; 
    font-weight: bold;
    z-index: 1; 
    position: relative;
}
.titleWebShop img {
    width: 32px; max-width: 100%; height: auto;
}

.plataformTypeWebShop {
    text-shadow: -1px -1px 20px #6dff00, 0 -1px 0 #00ff0c, 1px -1px 0 #64f400, 1px 0 0 #000000, 1px 1px 0 #4fff00, 0 1px 0 #1bff00, -1px 1px 0 #6f0, -1px 0 0 #5aff00;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: fantasy !important;
    font-size: 18px !important;
}
.plataformTypeWebShopOld {
    text-shadow: -1px -1px 20px #ffa500, 0 -1px 0 #ff8100, 1px -1px 0 #8b4412, 1px 0 0 #000000, 1px 1px 0 #ff6a00, 0 1px 0 #4e330b, -1px 1px 0 #f90, -1px 0 0 #5b3d08;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: fantasy !important;
    font-size: 18px !important;
}
@keyframes glow {
  0% {
    text-shadow: 0 0;
  }
  75% {
    text-shadow: 0 0 16px;
    filter: brightness(300%);
  }
}

.greenNeonWithShadow {
    text-align: center;
    color: palegreen;
    text-shadow: 0 0 7px #014c02, 0 0 10px #000, 0 0 21px #000, 0 0 42px #0fa, 0 0 82px #0fa, 0 0 92px #0fa, 0 0 102px #00ff1a, 0 0 151px #0fa;
    position: relative;
    z-index: 1;
}
.yellowNeonWithShadow {
    text-align: center;
    color: #fff50c;
    text-shadow: 0 0 7px #4a4c01, 0 0 10px #4c1f09, 0 0 21px #000, 0 0 42px #fffc00, 0 0 82px #f3ff00, 0 0 92px #f7ff00, 0 0 102px #ffcb00, 0 0 151px #f6ff00;
    position: relative;
    z-index: 1;
}
.blueNeonWithShadow {
    text-align: center;
    color: #1ab9c7;
    text-shadow: 0 0 7px #0026ff, 0 0 10px #0054ff, 0 0 21px #000, 0 0 42px #00ffe7, 0 0 82px #00d5ff, 0 0 92px #00cbff, 0 0 102px #ffffff, 0 0 151px #00f2ff;
    position: relative;
    z-index: 1;
}

.preLaunchBackgroundImg {
    left: -28px;
    top: -101px;
    background-image: url(../../../images/donate/bubble.png);
    background-size: 220px 120px;
    background-repeat: no-repeat;
    position: relative;
    width: 220px;
    height: 120px;
    z-index: 1;
}
.preLaunchBackgroundText {
    position: absolute;
    top: 30px;
    left: 41px;
    color: green;
}

canvas {
  background: #041100bd;
  padding: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
}

.CVIconAmount {
    position: absolute;
    bottom: 0;
    right: 2px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: 700;
    z-index: 100;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.shakeImgDiv {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shakeImg 3.5s;

  /* When the animation is finished, start again */
  /*animation-iteration-count: infinite;*/
}
@keyframes shakeImg {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


.newFlagHot {
  position: relative;
  right: -18px;
  top: -4px;
}
.detailsButton {

}


.tooltipCustom {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipCustom .tooltiptextCustom {
  visibility: hidden;
  min-width: 400px;
  background-color: #ffffff;
  text-align: center;
  left: -160px;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  border-color: #151414;
  border-style: dashed;
  z-index: 99;
  cursor: help;
}

.tooltipCustom:hover .tooltiptextCustom {
  visibility: visible;
}
/* customs  */


.BulletPointList {
    list-style-type: none;
    padding-left: 20px;
}

.BulletPointList img {
    vertical-align: bottom;
    margin-right: 5px
}

.BulletPointList li {
    margin-bottom: 5px;
    padding-left: 17px;
    text-indent: -17px
}

.Bulletpoint {
    margin-top: 20px;
    margin-bottom: 8px
}

.BulletpointNoBottomMargin {
    margin-top: 20px
}

.Bulletpoint img,.BulletpointNoBottomMargin img {
    vertical-align: bottom;
    margin-right: 5px
}

.DownloadGreenButton {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.DownloadGreenButton:hover {
  background-color: #3e8e41;
  text-decoration: none !important;
  outline: 0;
}

.DownloadRedButton {
  background-color: #982800; /* red */
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.DownloadRedButton:hover {
  background-color: #b0390f;
  text-decoration: none !important;
  outline: 0;
}

/* donate page  */
#DeactivationContainer {
    height: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 95;
    /* height: 1500px; */
    width: 100%;
    background-color: #000;
    filter: alpha(opacity = 75);
    opacity: .75;
    -moz-opacity: .75;
    display: none;
}

.LightBoxContentToHide {
    font-family: Verdana,Arial,Times New Roman,sans-serif
}

.LightBoxContentToHide a:link {
    color: #da761e;
    text-decoration: none
}

.LightBoxContentToHide a:visited {
    color: #da761e;
    text-decoration: none
}

.LightBoxContentToHide a:focus {
    color: #fff;
    text-decoration: none
}

.LightBoxContentToHide a:active {
    color: edb045;
    text-decoration: underline
}

.LightBoxContentToHide a:hover {
    color: #edb045;
    text-decoration: underline
}

.CustomerIdentification {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 12pt;
    margin-bottom: 35px
}

#DisplayEMail {
    cursor: pointer
}

.HideBeforeSubmit {
    display: none
}

#MaskedEMail {
  
}

#ReadableEMail {
  visibility: hidden;
}

#ButtonEMail {
    position: relative;
    right: 0;
    top: 2px;
    cursor: pointer
}

.CustomerIdentification #ButtonEMail {
    top: 5px;
    margin-left: auto;
    margin-right: auto;
    right: initial
}

#ProgressBar #Headline {
    text-align: center;
    font-size: 14pt;
    font-weight: 700;
    margin-bottom: 5px
}
.ProductCategoryTabRow {
  zoom:.606;
}

.ServiceID_Icon_Container {
    position: relative;
    width: 180px;
    height: 145px;
    float: left;
    margin: 5px;
    flex-basis: 25.33%;
}

.ServiceID_Icon_Container_Background {
    position: absolute;
    width: 180px;
    height: 220px;
    top: 3px;
    /*background-size: 180px 220px;*/
}

.ServiceID_Icon_Container_BackgroundSmall {
    position: absolute;
    width: 180px;
    height: 140px;
    top: 3px;
    /*background-size: 180px 140px;*/
}
.ServiceID_Icon_OverSmall {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 140px;
    z-index: 97;
    background-size: 180px 140px;
}
.ServiceID_Icon_Container label {
    font-size: 8pt;
}

.ServiceID_Icon {
    position: relative;
    float: left;
    width: 180px;
    height: 147px;
    text-align: center;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer
}

.ServiceID_Icon .ServiceID_Icon_Over {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 147px;
    z-index: 97;
    background-size: 180px 147px;
}

.ServiceID_Icon .ServiceID_HelperDiv {
    position: relative;
    top: 0;
    left: 0;
    width: 180px;
    height: 147px;
    z-index: 399
}

.ServiceID_Icon .RibbonNewProduct {
    position: absolute;
    top: -4px;
    left: -4px;
    height: 58px;
    width: 58px;
    z-index: 199
}

.ServiceID_Icon .RibbonLastChance {
    position: absolute;
    top: -4px;
    left: 96px;
    height: 58px;
    width: 58px;
    z-index: 199
}

.PMCID_Icon {
    position: relative;
    background-size: 180px 147px;
    width: 180px;
    height: 147px;
    text-align: center;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
}

.ServiceID_Icon_Container,.PMCID_Icon_Container {
    margin-left: auto;
    margin-right: auto
}

.PermanentDeactivated {
    position: absolute;
    left: 0;
    z-index: 400
}

.PermanentDeactivated .PMCID_Deactivated {
    position: relative;
    left: 0;
    background-size: 180px 140px;
    width: 180px;
    height: 100%;
}

.PermanentDeactivated .ServiceID_Deactivated {
    position: relative;
    left: 0;
    background-size: 180px 140px;
    width: 180px;
    height: 100%;
    z-index: 99999;
}

.customPacks {
    position: absolute; top: 75px; right: 15px;
}

.textShadow {
  color: white !important;
  text-shadow: -1px -1px 0 #051700, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}

/* donate page  */


.showClass {
  background-image: url(../images/general/show.gif);
  background-repeat: no-repeat;
  width: 33px;
  height: 13px;
}

.hideClass {
  background-image: url(../images/general/hide.gif);
  background-repeat: no-repeat;
  width: 33px;
  height: 13px;
}

.center {
  text-align: center;
}

.creatureSquare {
  margin: 1px;
  width: 85.7px;
  height: 85px;
  float: left;
  position: relative;
  z-index: 150;
  cursor: help;
  background-color: #f1e0c5;
  border: 1px solid #5a2800;
  padding: 10px;
}

#AgreementsCheckbox {
  cursor: pointer;
}

#carouselCastleWar {
    width: 162px;
    left: 8px;
    top: 2px;
    position: absolute;
}
.castleWarFlag {
  position: absolute;
  z-index: 90;
  left: -10px;
  top: -40px;
}
.videosFlag {
  position: absolute;
  z-index: 90;
  left: -9px;
  top: -35px;
  width: 30px;
}


.thingBonuses {
  font-family: monospace !important;
}

.upperCaseFirstsWords {
  text-transform: capitalize;
}

.HintBox {
  width: 100%;
  margin-top: -3px;
}

/* videos start */
/* Videos Box Slider */
#Themeboxes #VideosBox #VideosContentFrame {
position: relative;
height: 111px;
width: 170px;
top: -76px;
left: 0px;
margin-left: 5px;
margin-right: 5px;
border: 0;
cursor: pointer;
}

#Themeboxes #VideosBox #VideosContentContainer {
position: relative;
top: 35px;
left: 5px;
overflow: hidden; 
}

#Themeboxes #VideosBox #VideosContentContainer ul {
position: relative;
margin: -22px 0;
padding: 0;
list-style: none;
}

#Themeboxes #VideosBox #VideosContentContainer ul li {
position: relative;
display: block;
float: left;
margin: 0;
padding: 0;
width: 170px;
height: 108px;
}

#Themeboxes #VideosBox #VideosContentContainer .VideosNext,
#Themeboxes #VideosBox #VideosContentContainer .VideosPrev {
position: absolute;
top: 40%;
z-index: 5;
padding: 3%;
cursor: pointer;
}

#Themeboxes #VideosBox #VideosContentContainer .VideosNext {
right: 5px;
border-radius: 2px 0 0 2px;
background-image: url('images/themeboxes/videos/arrows.png')!important;
background-position: -26px -4px !important;
width: 15px;
height: 12px;
}

#Themeboxes #VideosBox #VideosContentContainer .VideosPrev {
  left: 5px;
  background-image: url('images/themeboxes/videos/arrows.png')!important;
  background-position: -2px -4px !important;
  width: 14px;
  height: 12px;
}

.VideosPlayButton {
  text-indent: 100vw; /*remove a fucking borda quando nao tem src*/
  background-image: url(images/themeboxes/videos/videos-play.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  height: 40px;
  width: 41px;
  cursor: pointer;
  z-index: 50;
  position: absolute;
  left: 69px;
  top: 27%;
}
.VideosPlayButton:hover {
  background-image: url('images/themeboxes/videos/videos-play-hover.png');
}
.videosManagement {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
#ScreenshotThumbnailContainerTable {
width: 100%;
}
.ScreenshotThumbnailContainer {
  position: relative;
  margin: 3px;
  padding: 3px;
  width: 232px;
  border: 1px solid #7B6E4C;
  color: #C9BDAB;
  display: inline-block;
}

.ScreenshotThumbnailContainer .VideosPlayButton {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 6;
  top: 25%;
  left: 43%;
  opacity: 0.8;
}
.ScreenshotThumbnailContainer:hover .VideosPlayButton {
opacity: 1;
}
.ScreenshotThumbnailContainer .VideosPlayButton img {
width: 100%;
height: 100%;
border: none;
}

* html .ScreenshotThumbnailContainer {
display: inline;
}
.ScreenshotThumbnailContainer img {
border: 1px solid #7B6E4C;
width: 100%;
height: 100%;
}
.ScreenshotThumbnailContainer .ScreenshotText {
position: relative;
width: 230px;
height: 25px; /*75px*/
display: table; 
}
.ScreenshotThumbnailContainer .ScreenshotText p {
text-align: center;
}
.ScreenshotGalleryLink {
  position: relative;
}

.ScreenshotGalleryLink img.play {
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 20;
  top: -135px;
  left: 20%;
  border: none;
  opacity: 0.6;
}

.ScreenshotGalleryLink:hover img.play {
  opacity: 1;
}
img.sender_img {
  width: 54px;
  height: auto;
  border: none;
  position: absolute;
}

img.sender_list {
width: 64px;
height: auto;
border: none;
position: absolute;
left: 0;
top: 0;
}
#LightBox {
    min-width: 1280px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 300%;
    text-align: center;
    z-index: 200;
    /* to avoid a problem in chrome text selection is disabled */
    -webkit-user-select: none;
}
#LightBoxBackground {
position: absolute;
width: 100%;
height: 300%;
background-color: black;
z-index: 101;
}
#LightBoxContent {
position: fixed;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
width: 100%;
z-index: 201;
}
* html #LightBoxBackground {
left: 0px;
}
* html #LightBoxContent {
position: absolute;
left: 0px;
/*top: expression( ( 10 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );*/
}
/* ------- */
/* TRAILER */
/* ------- */

#HiddenContentContainer {
position: absolute;
top: 0px;
width: 100%;
}
#HiddenContentContainer a {
color: #da761e;
font-family: Verdana, Arial, Times New Roman, sans-serif;
}
#HiddenContentContainer a:hover {
color: #edb045
}
#TibiaTrailerCloseContainer {
position: absolute;
right: -15px;
top: -15px;
cursor: pointer;
}
#TibiaTrailer img {
    width: 750px;
    height: 421px;
    margin-top: 13px;
}

#TibiaTrailerCloseContainer #TibiaTrailerCloseBackground {
width: 45px;
height: 45px;
}
#TibiaTrailerCloseContainer #TibiaTrailerCloseSymbol {
    position: absolute;
    top: 23px;
    left: 17px;
}

#TibiaTrailer {
    position: relative;
    height: 447px;
    width: 775px;
    margin-left: auto;
    margin-right: auto;
    z-index: 250;
    background-repeat: no-repeat;
    background-position: center;
}
#TibiaTrailer iframe {
    margin-top: 13px;
}

#HeaderCountDown img {
    margin-top: 13px;
    width: 217px;
}
#HeaderCountDown {
    position: absolute;
    z-index: 250;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000ab;
    border-radius: 10px;
    margin: 0px;
    height: 100px;
    width: 350px;
    background-size: 350px 70px;
    border: 3px solid #ffffff;
}
#HeaderCountDown iframe {
    margin-top: 13px;
}
.countdownVideo {
    position: relative;
    overflow: hidden;
    height: 76px;
    border: 3px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Sombra */
    cursor: pointer; /* Cursor de ponteiro ao passar o mouse */
}
.countdownVideo:hover {
    transform: translateY(-2px); /* Leve movimento para cima ao passar o mouse */
}

.countdownStreamerNicks a {
    font-size: 14px;
    color: unset;
    text-decoration: auto;
    font-family: cursive;
}

.videoDiv {
    position: relative;
    width: 470px;
}

.video-text {
    font-family: cursive;
    text-align: center;
    font-size: 14px;
    color: white;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}
.createAccountCountdown {

}
.createAccountButton {
    width: 150px;
    height: 34px;
    background-color: #2859db;
    border: 2px solid #ffffff;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.createAccountButton:hover {
    background-color: #062d95; /* Cor de fundo azul mais escuro ao passar o mouse */
    transform: translateY(-2px); /* Leve movimento para cima ao passar o mouse */
}
.createAccountButton a {
    text-shadow: 0px 0px 0 #ffffff, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px 0 0 #0095ff, 0px 0px 0 #00a1ff;
    -webkit-text-fill-color: #ffffff73;
    text-decoration: auto;
    text-transform: uppercase;
}

/* videos end */

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.Content .NewsImageLinkThumbnail {
  cursor: pointer;
}


.no-cross,.yes-tick,.partial-tick,.question-tick {
  font-weight: bold;
  text-shadow: 1px 0 0 #000,-1px 0 0 #000,0 1px 0 #000,0 -1px 0 #000,1px 1px #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000;
}

.no-cross {
  color: #ff0000 !important;
}

.yes-tick {
  color: #00c900 !important;
}

.partial-tick {
  color: #e69500;
}

.question-tick {
  color: #808080;
}

.langMain {
  opacity: 0.8;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: right;
  z-index: 4;
}
.langMain:hover {    
  opacity: 1;
  background: rgba(215, 156, 88, .2);
}

.box-demo {
    /*
    backdrop-filter: brightness(0.5);
    font-size: 14px;
    */
    font-family: fantasy;
    text-align: center;
    color: azure;
    z-index: 3;
    position: relative;
}

.conteudoCountdown {
    width: 70%; 
    display: flex;
    justify-content: center; 
}
.conteudoCountdown img {
    display: block;
    margin: 0 auto;
    left: -170px;
    top: -65px;
    position: absolute;
    z-index: 265;
}

.box-demo.layout {
    display: flex;
    justify-content: center;
    position: relative;
    top: 98px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.powerfulGuilds {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.powerfulStreamers {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.box-demoIntro {
    /*backdrop-filter: brightness(0.5);*/
    backdrop-filter: sepia(1);
    text-align: center;
    color: azure;
    font-family: fantasy;
    opacity: 1;
    z-index: 3;
    position: relative;
    min-height: 53px;
}


#demoPrelaunchPT {
    min-height: 25px;
    text-align: center;
}
#demoPrelaunchENG {
    min-height: 25px;
    text-align: center;
}
#demoPT {
    /*text-shadow: 0px 0px 7px #1dc100;*/
    color: #00ff22;
    min-height: 27px;
    text-align: center;
    margin: auto;
    position: relative;
}
#demoENG {
    /*text-shadow: 0px 0px 7px #1dc100;*/
    color: #00ff22;
    min-height: 27px;
    text-align: center;
    margin: auto;
    position: relative;
}

.videoTop {
    position: fixed;
    overflow: hidden;
    width: 100%;
}

@media(max-width: 900px) {    
    .box-demo {
        min-width: 1200px;
        margin: auto;
        top: 20px;
        position: relative;
        text-align: center;
        color: lemonchiffon;
        font-family: TobiGreek, sans-serif;
        opacity: 1;
        z-index: 3;
        position: relative;
    }
    .box-demoIntro {
        margin: auto;
        top: 20px;
        position: relative;
        text-align: center;
        color: lemonchiffon;
        font-family: fantasy;
        opacity: 1;
        z-index: 3;
        position: relative;
    }
    
    #demoPT {
        margin: auto;
    }
    #demoENG {
        margin: auto;
    }
    .videoTop {
        display: none;
    }
}


/*tradutor start*/
.flexItem {
    width: 140px;
    max-width: 140px;
    min-width: 140px;
    flex: 1 1 0;
    color: #fff;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    gap: 6px;
}
.flexItem:hover {
    background: rgba(215, 156, 88, .2);
    color: yellow;
}

#tema-container {
    display: flex;
    width: 140px;
    max-width: 140px;
    min-width: 140px;
    cursor: pointer;
    gap: 6px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}

/* Sublista do tema (dropdown) */
.tema-sublist {
  z-index: 9999;
  position: absolute;
  top: 100%;
  left: 0; /* Alinhar à esquerda do container */
  min-width: 100px; /* Ajuste conforme necessário */
  padding-left: 0;
  padding-top: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}

#tema-container:hover .tema-sublist {
    visibility: visible;
    opacity: 1;
    background: rgba(215, 156, 88, .2);
    color: yellow;
    font-size: 14px;
    font-weight: 100;
}

.tema-sublist::before {
    top: -3px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--navbar-color);
    position: absolute;
    bottom: calc(100% - 5px);
    left: 7px;
}

.tema-sublist .tema-item {
  background-color: var(--navbar-color); /* Ajuste a cor se necessário */
  border-bottom: 1px solid rgb(88 88 88/25%);
  font-family: var(--font-family-paragraph); /* Ajuste a fonte se necessário */
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: var(--yellow); /* Ajuste a cor se necessário */
  transition: all 0.3s;
}

.tema-sublist .tema-item:hover {
  background-color: rgba(27, 29, 31, 0.78);
}

.tema-sublist .tema-item a {
  padding: 4px 30px 4px 17px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 15px;
  color: var(--light-gray); /* Ajuste a cor se necessário */
  text-decoration: none;
    font-size: 14px;
    font-weight: 100;
}

.tema-sublist .tema-item a:hover {
  color: var(--lightest-gray); /* Ajuste a cor se necessário */
}

.tema-sublist .tema-item a i {
  font-size: 1.2em; /* Tamanho dos ícones */
}

.videoOver {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 84%);
    background-position: center;
    background-size: cover;
}

.hidden {
  display: none;
}

.topSigns {
    background: url(../images/menu/sign_menu.png);
    background-size: 300px 140px;
    background-repeat: no-repeat;
    height: 140px;
    width: 300px;
    position: relative;
    float: right;
    top: 180px;
    right: 245px;
    z-index: 1;
    text-align: center;
}

.topSigns .texts {
    position: relative;
    top: 22px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgb(0 0 0);
    font-family: 'Playfair Display', serif;
}

.topSigns img {
    width: 60px;
    display: block; /* Garante que a imagem ocupe a largura total */
    margin: 0 auto;
    /*transition: transform 0.3s ease, 0.5s ease-out;*/
}
.topSigns img:hover {
    /*transform: rotateY(360deg);*/ /* Roda a imagem 360 graus */
}
.topSigns img:not(:hover){
    /*transition: transform 0.3s ease, 0.5s ease-in;*/ /*Aplica a transição de entrada ao voltar ao normal*/
}   

.topSigns a.btn {
    border: none;
    padding: 0;
    width: 80px;
    cursor: pointer;
    font-size: 10px;
    color: #ffedd2;
    text-decoration: none;
    transition: all ease-in-out .2s;
}

/* Posicionamento específico para cada link (ajuste conforme necessário) */
#wikiClick {
    top: 20%; /* Posição vertical do primeiro link */
}

#forumClick {
    top: 40%; /* Posição vertical do segundo link */
}

#discordClick {
    top: 60%; /* Posição vertical do terceiro link */
}

#whatsappClick { /* Se você adicionar um ID ao link Whatsapp */
    top: 80%; /* Posição vertical do quarto link */
}

.btn.active {
    color: #ffcf84;
}

.btn:hover {
    color: yellow !important;
}

.btn.inverted {
    color: #ffcf84;
}

.btn.inverted:hover {
    color: #ffedd2;
}

.dropdownTradutor {
  position: relative;
  display: inline-block;
}
/* Show the dropdown menu on hover */
.dropdownTradutor:hover .dropdown-content {
  display: block;
}
.dropDownBtn {
    width: 25px;
    border-radius: 5px;
    top: -1px;
    position: relative;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdownTradutor:hover .dropDownBtn {
  background-color: #3e8e41;
}
/*tradutor end*/
/* https://isotropic.co/tool/hex-color-to-css-filter/ */
.filter-green{
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.filter-white{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.zoom-in-image {
  transition: transform 0.3s ease; /* Adiciona uma transição suave */
}

.zoom-in-image:hover {
  transform: scale(1.1); /* Aumenta a escala em 10% */
}

.collapse {
    background-color: rgb(212, 192, 161);
}

#CapsLockWarning {
    position: absolute; top: 606.4px; 
    left: 401.2px; 
    width: 175px; 
    background-color: white; 
    color: black; 
    border: 1px solid grey; 
    text-align: left; 
    font-size: 10pt; 
    font-family: Verdana, Arial, 'Times New Roman', sans-serif; 
    padding: 8px; 
    z-index: 1000; 
    display: none;
}

#CapsLockWarning img {
    width: 15px; height: 13px; float: left; margin-right: 5px;
}

.shadowText {
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}




*,*::before,*::after {
    box-sizing: border-box;
}

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6,button,input,select {
    margin: 0;
    /*padding: 0;*/
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    /*list-style: none;*/
}

html {
    box-sizing: border-box
}

img,video {
    /*height: auto;*/
    /*max-width: 100%;*/
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

input,select,textarea,button {
    font-family: inherit
}

a {
    text-decoration: none
}

.f-tobi {
    font-family: TobiGreek,sans-serif
}

body.footer-hidden {
    overflow-y: hidden
}

body.footer-hidden #footer {
    display: none
}

#footer {
    background-color: #323232;
    box-shadow: inset 0 7px 30px rgba(0,0,0,.2);
    padding: 0px 40px 60px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: rgb(255 255 255 / 90%);
    position: relative;
}

#footer img {
    opacity: .3;
    transition: opacity 150ms ease
}

#footer .Server-logo {
    opacity: 0.5;
}

#footer .Server-logo:hover {
    opacity: 1
}

#footer a {
    color: rgba(255,255,255,.3);
    transition: color 150ms ease
}

#footer a:hover {
    color: #fff
}

#footer a:hover img {
    opacity: 1
}

#footer .top {
    display: flex;
    align-items: center
}

#footer .top .community .title {
    margin-bottom: 6px
}

#footer .top .community ul {
    display: flex
}

#footer .top .community ul li {
    margin-left: 15px
}

#footer .top .community ul li:first-child {
    margin-left: 0
}

#footer .top .community ul img {
    width: 24px
}

@media only screen and (max-width: 1200px) {
    #footer .top {
        flex-direction:column;
        text-align: center
    }

    .passwordStrength {
        width: 206px;
        position: relative;
        top: 0px;
        right: 0px;
    }
}

#footer #language-selector-bottom {
    user-select: none;
    text-transform: uppercase
}

#footer #language-selector-bottom ul {
    display: flex
}

#footer #language-selector-bottom ul li {
    margin-left: 2px
}

#footer #language-selector-bottom ul li:first-child {
    margin-left: 0
}

#footer #language-selector-bottom ul a,#footer #language-selector-bottom ul span {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px
}

#footer #language-selector-bottom ul a:hover {
    background-color: rgba(255,255,255,.3);
    color: #fff
}

#footer #language-selector-bottom ul span {
    background-color: rgba(255,255,255,.3);
    color: #323232
}

@media only screen and (max-width: 1200px) {
    #footer #language-selector-bottom {
        margin-top:20px
    }
}

#footer .bottom {
    border-top: 1px solid #4b4b4b;
    padding-top: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .bottom .links {
    margin: 0 auto;
    position: relative
}

#footer .bottom .links>ul {
    display: flex
}

#footer .bottom .links>ul>li {
    margin-left: 50px
}

#footer .bottom .links>ul>li:first-child {
    margin-left: 0
}

@media only screen and (max-width: 1200px) {
    #footer .bottom .links>ul {
        flex-direction:column
    }

    #footer .bottom .links>ul>li {
        margin-left: 0;
        margin-top: 10px
    }
}

@media only screen and (max-width: 1200px) {
    #footer .bottom .links {
        margin-top:20px
    }
}

@media(max-width: 767px) {
    #footer .bottom {
        flex-direction:column;
        border-top: none;
        padding-top: 60px
    }

    #footer .bottom a {
        order: 1;
        margin-bottom: 10px
    }

    #footer .bottom a:first-child {
        order: 2
    }

    #footer .bottom .links {
        order: 3
    }
}

@media only screen and (max-width: 1200px) {
    #footer {
        padding-left:40px;
        padding-right: 40px
    }
}

#language-selector-top {
    user-select: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3
}
.lang {
    opacity: 0.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: right;
    z-index: 4;
}
.lang .current {
    display: block;
    width: 112px;
    text-decoration: none;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.7;
}
#language-selector-top .container {
    position: relative
}

#language-selector-top .selected {
    background-color: #fff;
    display: inline-block;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    padding: 7px 8px 4px;
    color: #4a4a4a;
    text-transform: uppercase;
    cursor: pointer;
    transition: box-shadow 150ms ease
}

#language-selector-top .selected:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,.25)
}

#language-selector-top .selected:active {
    box-shadow: none
}

#language-selector-top ul {
    height: 0;
    width: 0;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
    font-size: 0;
    transition: opacity 150ms ease;
    color: #4a4a4a;
    display: flex;
    flex-direction: column
}

#language-selector-top ul li {
    display: flex;
    flex-direction: column
}

#language-selector-top ul.active {
    width: auto;
    height: auto;
    padding: 20px;
    opacity: 1;
    font-size: 14px
}

#language-selector-top ul a {
    color: #4a4a4a;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 150ms ease
}

#language-selector-top ul a:hover {
    background-color: rgba(74,74,74,.2)
}

#wr {
    /*min-height: 100vh;*/
    min-height: 65vh;
}

.lang .popup {
    position: absolute;
    z-index: 10;
    top: 40px;
    right: -15px;
    width: 100%;
    height: auto;
    min-width: 300px;
    max-width: 300px;
    min-height: 75px;
    background-color: #ffffff;
    border-radius: 4px;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
}

.translatorIntro {
    /* backdrop-filter: brightness(0.5); */
    padding: 12px;
    border-radius: 6px;
    display: flex;
    gap: 10px;
    /* width: 100%; */
    flex-direction: row-reverse;
}

.lang:hover {    
    opacity: 1;
    background: rgba(215, 156, 88, .2);
}

body.no-scroll {
    height: 100vh;
    position: fixed
}


/* Quando a tela for MENOR que 768px */
@media (max-width: 768px) {
    .shortcuts {
        flex-direction: column;
        align-items: flex-start;
    }
    .header {
        height: auto;
        padding: 10px;
    }
    .breadcrumbs {
        flex-direction: column;
        gap: 10px;
    }
    .top_languages__sublist {
        min-width: unset;
        width: 100%;
    }
    .page-wrapper h1 {
        font-size: 1.8em;
    }
    .page-wrapper h4 {
        font-size: 1em;
    }
}

.page-wrapper {
    z-index: 1;
    position: relative;
    margin-top: 50px; /* Espaçamento após o logo */
    text-align: center;
    max-width: 800px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.page-wrapper h1 {
    color: darkorange;
    font-family: fantasy;
    margin-bottom: 15px;
    font-size: 2.5em; /* Tamanho da fonte responsivo */
}

.page-wrapper h4 {
    color: aliceblue;
    font-weight: normal;
    font-size: 1.2em;
}
 
.backgroundOver {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Escurece o background */
    z-index: 0;
}
.header {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    z-index: 10; /* Acima do backgroundOver */
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente para o cabeçalho */
    padding: 0 20px; /* Padding para as bordas */
}

.breadcrumbs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px; /* Limite a largura para melhor visualização */
}

.shortcuts {
    display: flex;
    align-items: center;
    gap: 15px; /* Espaçamento entre os itens */
}

/* Novo estilo para botões padronizados (Discord e Idiomas) */
.header-button {
    display: flex; /* Para centralizar conteúdo e ícones se houverem */
    align-items: center;
    justify-content: center; /* Centraliza horizontalmente */
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    box-sizing: border-box; /* Garante que padding não aumente o tamanho total */
    white-space: nowrap; /* Evita que o texto quebre em várias linhas */
}

/* Estilo específico para o botão Discord */
.discord-button {
    background-color: #007bff; /* Cor padrão que você já tinha */
    color: white;
}
.discord-button:hover {
    background-color: #0056b3;
}

.logoServer {
    margin-top: 100px; /* Empurra o logo para baixo para não sobrepor o cabeçalho */
    z-index: 1; /* Acima do backgroundOver */
    position: relative;
    text-align: center; /* Centraliza a imagem se ela for menor que o div */
}
.logoServer img {
    width: 250px;
    max-width: 100%; /* Garante que o logo seja responsivo */
    height: auto;
    animation: balanceUpDown 3s ease-in-out infinite; /* Mantém a animação */
}

@keyframes balanceUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.burger {
    display: none;
    margin-left: 20px
}

.burger:after {
    content: "";
    font-family: hw-icons,sans-serif;
    font-size: 34px
}

.left {
    /*order: 1;*/
    width: 33%;
}
.right {
    /*order: 1;*/
    width: 33%;
}

@media(max-width: 1010px) {
    .main-header {
        justify-content:space-between
    }

    .left {
        /*order: 1;*/
        width: 100%;
    }

    .left .logo {
        width: 120px;
        height: 48px
    }

    .right {
        order: 2
    }

    .right .burger {
        display: block
    }
}

@media(max-width: 452px) {
    .header {
        height:60px
    }

    .left .logo {
        /*
        width: 80px;
        height: 32px;*/

        top: -15px;
        margin-top: 0px !important;
        position: relative;
    }

    .right .burger {
        margin-left: 10px
    }
}

#footer {
    background-color: #171819;
    box-shadow: none
}

#footer {
    margin-top: auto;
    background-color: rgba(0,0,0,0)
}

html {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #fbe9be;
    scroll-behavior: smooth
}

@media only screen and (max-width: 766px) {
    html {
        font-size:14px
    }
}

body.no-shadow .left-shadow,body.no-shadow .right-shadow {
    display: none
}

body .header {
    z-index: 4;    
}

body #wr {
    z-index: 2
}

.c-yellow {
    color: #f8c83e
}

.c-green {
    color: #44c826
}

.pre-content {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 0;
    width: 100%
}

.pre-content .pre-title {
    color: #fbe9be;
    font-size: 18px
}

.pre-content .title {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-family: TobiGreek,sans-serif
}

#footer {
    z-index: 6;    
    margin-top: 20px;
}

.char-name {
    text-shadow: -1px -1px 6px #000, 1px -1px 0 #000000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-align: center
}

.burger {
    display: none !important
}

.char-node {
    position: relative;
    cursor: pointer;
    /*width: 134px;*/
    width: 300px;
    height: 463px;
    margin-bottom: 10px;
    margin-left: 15px;
    color: #ffcf84;
    z-index: 3;
    transition: all cubic-bezier(0.08, 0.35, 0, 1) .5s
}

.char-node .impostor-icon {
    position: absolute;
    transition: all cubic-bezier(0.08, 0.35, 0, 1) .5s;
    width: 100%;
    padding: 4px;
    display: flex;
    right: 0;
    align-items: center;
    justify-content: center;
    top: -9.8%;
    height: 90px;
    color: #fbe9be;
    text-align: center;
    z-index: 6
}

.char-node .impostor-icon:after {
    font-family: hw-icons,sans-serif;
    color: #fbe9be;
    font-size: 28px
}

.char-node .impostor-icon.opvp::after {
    content: ""
}

.char-node .impostor-icon.healer::after {
    content: ""
}

.char-node .impostor-icon.control::after {
    content: ""
}

.char-node .impostor-icon.marksman::after {
    content: ""
}

.char-node .impostor-icon.pvp::after {
    content: "";
}

.char-node .impostor-icon.mage::after {
    content: ""
}

.char-node .impostor-icon.support::after {
    content: ""
}

.char-node .glow {
    display: none;
    opacity: 0;
    background-image: url(https://hwlandings-a.akamaihd.net/hwp/p/assets/f87c7ed2dc1d206e93b6.webp);
    position: absolute;
    top: -14.5%;
    left: -11%;
    width: 123%;
    z-index: -1;
    height: 119%;
    transition: all cubic-bezier(0.08, 0.35, 0, 1) .5s;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.char-node .explore {
    color: #fbe9be;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    opacity: 0;
    position: absolute;
    bottom: 14%;
    width: 100%;
    left: 0;
    transition: all cubic-bezier(0.08, 0.35, 0, 1) .5s;
    z-index: 6
}

.char-node.shadow {
    opacity: .5
}

.char-node .char-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.char-node.hover {
    background-color: rgba(0,0,0,0);
    margin-top: -30px;
    margin-bottom: 30px;
    filter: drop-shadow(0px 0px 25px rgba(215, 156, 88, 0.7));
    z-index: 4
}

.char-node.hover .explore {
    opacity: 1;
    display: flex;
    text-align: center;
    justify-content: center;
}


.exploreText {    
    width: 30%;
    cursor: pointer;
    z-index: 2000;
    background-color: #ff7c0c;
    color: white;
    border: 1px solid #ffc800;
    border-radius: 5px;
}


.char-node.hover .char-hover {
    height: 110%;
    top: 0
}

.char-node.hover .impostor-icon {
    transform: scale(2.5);
    opacity: 0
}

.char-node.hover .glow {
    opacity: 1
}

.char-node.hover .char-name {
    color: #fff
}

.char-node.hidden {
    display: none
}

.char-node::after {
    font-family: hw-icons,sans-serif;
    position: absolute;
    transition: all ease-in-out .5s;
    width: 90px;
    padding: 4px;
    display: flex;
    right: 16.3%;
    align-items: center;
    justify-content: center;
    color: #ffedd2;
    top: -9.8%;
    height: 90px;
    background-image: url('/intro/resources/images/balloon.webp');
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 28px;
    text-align: center;
    z-index: 4
}

.char-node.opvp::after {
    content: ""
}

.char-node.healer::after {
    content: ""
}

.char-node.control::after {
    content: ""
}

.char-node.marksman::after {
    content: ""
}

.char-node.pvp::after {
    content: ""
}

.char-node.mage::after {
    content: ""
}

.char-node.support::after {
    content: ""
}

@media(max-width: 900px) {  
    .char-node:before {
        content: "";
        position: absolute;
        display: none;
        width: 100%;
        z-index: 3;
        background-repeat: no-repeat;
        height: 100%;
        background-image: none;
        background-size: 0px 0px !important;
    }    
}

.char-node:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    height: 100%;
    background-image: url('/intro/resources/images/moldura_banner_effect.png');
    background-size: contain;
}

.char-node .char-picture {
    width: auto;
    height: 100%;
    transition: all cubic-bezier(0.08, 0.35, 0, 1) .5s;
    -webkit-mask-image: url('/intro/resources/images/moldura_banner.png');
    mask-image: url('/intro/resources/images/moldura_banner.png')
    position: relative;
}

.char-node .char-name {
    position: absolute;
    bottom: 22%;
    font-size: 24px;
    transition: all cubic-bezier(0.08, 0.35, 0, 1) .5s;
    font-weight: 400;
    width: 100% !important;
    text-align: center;
    color: #feebcd;
    z-index: 4;
    text-transform: uppercase
}

.char-node .char-name span {
    position: relative;
    z-index: 2
}

#wr {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: clip
}

#wr .sub-header {
    z-index: 3
}

#wr .content {
    position: relative;
    top: 100px;
    z-index: 0;
    max-width: 100vw;
    overflow-x: scroll;
}

#wr .content.no-over {
    overflow-x: clip
}

#wr .content.no-over:after {
    display: none
}

#wr .content .holder {
    overflow: visible
}

#wr .content .characters {
    padding: 90px 30px;
    margin: 0 calc((100vw - 1080px)/2);
    /*width: max-content;*/
    display: flex;
    justify-content: center;
    gap: 60px;
}

#wr .content .characters.dragging a {
    pointer-events: none
}

#wr .content .characters a:first-child {
    margin-left: 0
}


.container {
    position: relative;
    padding: 90px 0
}

.container:first-child {
    margin-bottom: 0
}

@media only screen and (max-width: 1200px) {
    .container {
        padding:60px 0
    }
}

@media only screen and (max-width: 766px) {
    .container {
        padding:40px 0
    }
}

@media only screen and (max-width: 420px) {
    .container {
        padding:20px 0
    }
}

.content-wr {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    align-items: center;
    display: flex
}

.content-wr.min {
    max-width: 1104px
}

.cta {
    max-width: 563px;
    padding-top: 50px;
    padding-bottom: 50px
}

@media only screen and (max-width: 1200px) {
    .cta {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.bottom-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0
}

.bottom-cta .btn {
    margin: 0 20px
}

.bottom-cta .btn span {
    padding-left: 40px;
    padding-right: 40px
}

h2 {
    font-size: 64px;
    margin: 0 auto 40px
}

.container {
    display: flex;
    flex-direction: column
}

.container.intro {
    background: #cecece
}

.container.intro .content-wr {
    flex-direction: column
}

.container.intro .header {
    display: flex;
    flex-direction: column;
    align-items: center
}

.container.intro .header h1 {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 80px
}

.container.intro .header h1 span {
    display: block;
    margin: 0 20px
}

@media only screen and (max-width: 1200px) {
    .container.intro .header h1 {
        font-size:32px
    }
}

.container.intro .header .subtitle {
    max-width: 510px;
    text-align: center;
    margin: 14px 0 30px
}

.container.opportunities .block-content {
    display: flex;
    justify-content: space-between
}

.container.opportunities .block {
    height: 290px;
    width: 290px;
    background-color: #cecece;
    display: flex
}

.container.opportunities .block .text {
    margin: auto auto 40px;
    font-size: 24px;
    width: 240px
}

.container.guardians .block-content {
    width: 90%;
    background-color: #cecece;
    height: 784px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.container.guardians .block-content .block {
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center
}

.container.guardians .block-content .block h3 {
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 48px
}

.container.guardians .block-content .block.active {
    display: flex
}

.container.guardians .block-content .selectors {
    bottom: 5%;
    position: absolute;
    width: 60%;
    display: flex;
    justify-content: space-between
}

.container.guardians .block-content .selectors .selector {
    background-color: #fff;
    width: 160px;
    height: 160px;
    cursor: pointer
}

.container.guardians .block-content .selectors .selector:hover {
    border: 8px solid gray
}

.container.guardians .block-content .selectors .selector.active {
    border: 8px solid #000
}

.container.titans {
    background: #cecece;
    display: flex;
    align-items: center;
    flex-direction: column
}

.types-dropdown {
    display: none
}

@media(max-width: 1160px) {
    .content:after {
        display:none !important
    }

    .left-shadow,.right-shadow {
        background: none;
        width: calc((100vw - 740px)/2)
    }

    .left-shadow.hidden-arrow,.right-shadow.hidden-arrow {
        display: none
    }

    .characters,.pre-content,.sub-header {
        padding-left: 20px;
        padding-right: 20px
    }

    #custom-scrollbar {
        left: 17%
    }
}

@media(max-width: 975px) {
    #custom-scrollbar {
        display: none; /*caso tenha mais de 2 servers, dar display aqui*/
        left:5%;
        width: 90%
    }

    #wr .content .characters {
        margin: 0;
        padding: 100px 50px
    }
}

@media(max-width: 1010px) {
    .classes-dropdown {
        padding-left:0
    }

    .sub-header {
        flex-wrap: wrap;
        height: auto
    }

    .sub-header .navbar {
        width: 100%
    }

    .sub-header .navbar .search {
        width: 100%
    }

    .sub-header .navbar .search .search-hint {
        color: #fbe9be;
        font-size: 20px !important
    }

    .sub-header .types-dropdown .dropdown-text {
        padding: 0 40px 0 10px
    }

    #wr .content .characters {
        padding: 70px 20px
    }

    .sub-header .types-dropdown,.sub-header .classes-dropdown {
        margin-left: 20px
    }

    .types-dropdown {
        display: block
    }

    .types-dropdown .dropdown-content {
        left: 2%
    }

    .types-dropdown .dropdown-content .btn {
        padding-left: 10px !important
    }

    .sub-header .types-dropdown,.sub-header .types-dropdown {
        margin-left: 0;
        margin-right: auto
    }

    .sub-header {
        padding: 10px
    }

    .sub-header .navbar .shortcuts {
        display: none
    }

    .sub-header .navbar .shortcuts.mob {
        display: block
    }

    .dropdown-content {
        left: 60%
    }

    .pre-content {
        padding: 0 20px
    }

    .header {
        padding: 10px 20px
    }

    .types-dropdown .dropdown-text span {
        font-size: 20px
    }
}

@media(max-height: 1000px) {
    .characters {
        padding-bottom:40px !important
    }
}

@media(min-width: 900px) {
    .characters {
        padding-top:70px !important;
        padding-bottom: 30px !important
    }

    .char-node {
        height: 300px;
        width: 300px;
        /*width: 86px;*/
    }

    .char-node:after {
        width: 53px;
        height: 53px;
        font-size: 20px;
        top: -8.8%;
        right: 41.3%
    }

    .char-node .char-name {
        font-size: 16px;
        width: 86px
    }

    .char-node .char-picture {
        -webkit-mask-image: url('/intro/resources/images/moldura_banner.png');
        mask-image: url('/intro/resources/images/moldura_banner.png')
    }

    .char-node .explore {
        font-size: 11px
    }

    .char-node .impostor-icon {
        width: 100%;
        height: 53px;
        top: -8.8%;
        right: 0;
    }

    .char-node .impostor-icon:after {
        font-size: 20px
    }
}


@media(max-width: 700px) {
    .characters {
        padding-top:70px !important;
        padding-bottom: 30px !important
    }

    .char-node {
        height: 300px;
        width: 300px;
        /*width: 86px;*/
    }

    .char-node:after {
        width: 53px;
        height: 53px;
        font-size: 20px;
        top: -8.8%;
        right: 29.3%
    }

    .char-node .char-name {
        font-size: 16px;
        width: 86px
    }

    .char-node .char-picture {
        -webkit-mask-image: url('/intro/resources/images/moldura_banner_mobile.png');
        mask-image: url('/intro/resources/images/moldura_banner_mobile.png');
    }

    .char-node .explore {
        font-size: 11px
    }

    .char-node .impostor-icon {
        width: 100%;
        height: 53px;
        top: -8.8%;
        right: 0;
        display: none;
    }

    .char-node .impostor-icon:after {
        font-size: 20px
    }
}

@media(max-width: 450px) {
    .header {
        height:70px;
        padding: 10px
    }

    .sub-header .types-dropdown,.sub-header .classes-dropdown {
        margin-left: 0
    }
}

@media(max-width: 415px) {
    .sub-header .types-dropdown,.sub-header .classes-dropdown {
        margin-right:-10px
    }
}

.pOnlines {
    color: lemonchiffon;
    font-family: 'TobiGreek';
}

@media(max-width: 900px) {
    .videoOver {
        background-color: rgb(0 0 0 / 84%);
    }

    #wr .content .characters {
        gap: 0px;
        padding: 5px;
        justify-content: flex-start;
    }

    #footer .top {
        align-items: flex-start;
    }
    .videoTopMobile {
        background-image: url('/intro/resources/images/paulo-silvente-the-guild-900p.jpg');
        opacity: 0.3;
        position: fixed;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    #wr .content {
        top: 0px;
    }

    .logo {
        display: none !important;
    }
    .logoMobile {
        background-image: url('../../../images/favicon/favicon-32x32.png');
        display: block;
        z-index: 1;
        position: relative;
        width: 125px;
        height: 96px;
        background-size: 125px 96px;
        background-repeat: no-repeat;
    }
    .pOnlines {
        top: -15px;
        position: relative;
    }

    .cta-button {
        padding: 8px 15px !important;
    }  

    .translatorIntro {
        backdrop-filter: brightness(0.5);
        padding: 0;
        border-radius: 6px;
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        width: 100%;
    }

    #footer {
        margin-top: 50px;
    }

    .ServiceID_Icon_Container_BackgroundSmall {
        width: 140px !important;
        background-size: 140px 140px !important;
    }
    .ServiceID_Icon_New {
        left: 8px !important;
        width: 123px !important;
    }
    .ServiceID_Icon .ServiceIDLabelContainer {
        width: 120px !important;
    }
    .ServiceID_Icon_Container {
        width: 140px !important;
    }
    .ServiceID_Icon .ServiceIDPriceContainer {
        width: 110px !important;
    }
    .PMCID_Icon .PMCID_Icon_Over {
        width: 140px !important;
        background-size: 140px 147px !important;
    }
    .ServiceID_Icon_OverSmall {
        width: 140px !important;
        background-size: 140px 140px !important;
    }
    .ServiceID_Icon {
        width: 140px !important;
    }
    .ServiceID_Icon .ServiceID_Icon_Selected {
        background-size: 140px 140px !important;
    }
    .PMCID_Icon {
        background-size: 140px 147px !important;
        width: 140px !important;
    }
    .PMCID_Icon .PMCID_Icon_Selected {        
        width: 140px !important;
        background-size: 140px 147px !important;
    }
    .PMCID_Icon .PMCID_Deactivated {
        width: 140px !important;
        background-size: 140px 147px !important;
    }
}


.balanceUpDown .Intro {
  width: 400px;
}

.nameBackground {
    position: absolute;
    z-index: 2;
    background-color: #eb990038;
    width: 100%;
    color: gold;
    font-family: 'TobiGreek';
}

.newServer {
    position: absolute;
    right: -3px;
    transform: rotateZ(87deg);
    z-index: 4;
    top: -5px;
}

.blue-light{
    background:url(../images/general/blue-light.png);
    width:300px;
    height:300px;
    top:5px;
    left:0;
    position:absolute;
    animation:12s p-next linear infinite;
    opacity:.7
}
.yellow-light{
    background:url(../images/general/yellow-light.png);
    width:300px;
    height:300px;
    top:5px;
    left:0;
    position:absolute;
    animation:12s p-prev linear infinite;
    opacity:.7
}
@keyframes p-next{
    0%{
        transform:rotate(0deg)
    }
    50%{
        transform:rotate(180deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@keyframes p-prev{
    0%{
        transform:rotate(0deg)
    }
    50%{
        transform:rotate(-180deg)
    }
    100%{
        transform:rotate(-360deg)
    }
}
.hand-animation{
    position: relative;
    left: -87px;
    top: -78px;
}
.light-hand{
    background:url(../images/general/light-hand.png);
    width:350px;
    height:350px;
    position:absolute;
    top:0;
    left:0;
    animation:20s light-hand linear infinite;
    opacity:.7
}
.rune-hand{
    background:url(../images/general/rune-hand.png);
    width:350px;
    height:350px;
    position:absolute;
    top:0;
    left:0;
    animation:15s rune-hand linear infinite;
    opacity:.8
}
@keyframes light-hand{
    0%{
        transform:rotate(0deg)
    }
    50%{
        transform:rotate(-180deg)
    }
    100%{
        transform:rotate(-360deg)
    }
}
@keyframes rune-hand{
    0%{
        transform:rotate(0deg)
    }
    50%{
        transform:rotate(180deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
.lightsaber {
    width: 154px;
    height: 160px;
    font-family: sans-serif;
    font-weight: bold;
    color: white;
    aspect-ratio: 16 / 9;
    border-style: solid;
    /* border-radius: 10px; */
    border: 3px solid var(--lightblue);
    box-shadow: 0 0 15px var(--lightblue), inset 0 0 15px var(--lightblue);
}

.neonEffectRuby {

}
.redSaber {
    background: rgb(229,17,21); /* Old browsers */
    background: linear-gradient(to right, rgba(229,17,21,1) 0%,rgba(254,254,254,1) 30%,rgba(254,254,254,1) 47%,rgba(254,254,254,1) 71%,rgba(229,17,21,1) 100%); /* W3C */
    background: -moz-linear-gradient(left, rgba(229,17,21,1) 0%, rgba(254,254,254,1) 30%, rgba(254,254,254,1) 47%, rgba(254,254,254,1) 71%, rgba(229,17,21,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,17,21,1)), color-stop(30%,rgba(254,254,254,1)), color-stop(47%,rgba(254,254,254,1)), color-stop(71%,rgba(254,254,254,1)), color-stop(100%,rgba(229,17,21,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(229,17,21,1) 0%,rgba(254,254,254,1) 30%,rgba(254,254,254,1) 47%,rgba(254,254,254,1) 71%,rgba(229,17,21,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(229,17,21,1) 0%,rgba(254,254,254,1) 30%,rgba(254,254,254,1) 47%,rgba(254,254,254,1) 71%,rgba(229,17,21,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(229,17,21,1) 0%,rgba(254,254,254,1) 30%,rgba(254,254,254,1) 47%,rgba(254,254,254,1) 71%,rgba(229,17,21,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51115', endColorstr='#e51115',GradientType=1 ); /* IE6-9 */
    animation-name: redSaber;
    -moz-animation-name: redSaber;
    -webkit-animation-name: redSaber;
    -o-animation-name: redSaber;
    -ms-animation-name: redSaber;
    animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
}
.greenSaber {
    background: rgb(135,220,90); /* Old browsers */
    background: linear-gradient(to right, rgb(135,220,90) 0%,rgb(254,254,254) 30%,rgb(254,254,254) 50%,rgb(254,254,254) 70%,rgb(135,220,90) 100%); /* W3C */
    background: -moz-linear-gradient(left, rgb(135,220,90) 0%, rgb(254,254,254) 30%, rgb(254,254,254) 50%, rgb(254,254,254) 70%, rgb(135,220,90) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(135,220,90)), color-stop(30%,rgb(254,254,254)), color-stop(50%,rgb(254,254,254)), color-stop(70%,rgb(254,254,254)), color-stop(100%,rgb(135,220,90))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgb(135,220,90) 0%,rgb(254,254,254) 30%,rgb(254,254,254) 50%,rgb(254,254,254) 70%,rgb(135,220,90) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgb(135,220,90) 0%,rgb(254,254,254) 30%,rgb(254,254,254) 50%,rgb(254,254,254) 70%,rgb(135,220,90) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgb(135,220,90) 0%,rgb(254,254,254) 30%,rgb(254,254,254) 50%,rgb(254,254,254) 70%,rgb(135,220,90) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87dc5a', endColorstr='#87dc5a',GradientType=1 ); /* IE6-9 */
    animation-name: greenSaber;
    -moz-animation-name: greenSaber;
    -webkit-animation-name: greenSaber;
    -o-animation-name: greenSaber;
    -ms-animation-name: greenSaber;
    animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
}
.greenSaber.left {
    left: 0px;
    width: 6px;
    height: 150px;
    top: 3px;
    position: absolute;
    z-index: 1; 
}
.greenSaber.right {
    right: 0px;
    width: 6px;
    height: 150px;
    top: 3px;
    position: absolute;
    z-index: 1; 
}
.greenSaber.bot {
    position: absolute;
    bottom: 0px;
    width: 150px;
    height: 6px;
    transform: scale(2) rotate(-90deg) scale(-1, 1);
}
.greenSaber.top {
    position: absolute;
    top: 0px;
    width: 150px;
    height: 6px;
    transform: scale(2) rotate(-90deg) scale(-1, 1);
}
@keyframes redSaber {
    from { box-shadow: 0 0 10px #e51115; }
    50% { box-shadow: 0 0 16px #e51115; }
    to { box-shadow: 0 0 10px #e51115; }
}
@-moz-keyframes redSaber {
    from { box-shadow: 0 0 10px #e51115; }
    50% { box-shadow: 0 0 16px #e51115; }
    to { box-shadow: 0 0 10px #e51115; }
}
@-webkit-keyframes redSaber {
    from { box-shadow: 0 0 10px #e51115; }
    50% { box-shadow: 0 0 16px #e51115; }
    to { box-shadow: 0 0 10px #e51115; }
}
@-o-keyframes redSaber {
    from { box-shadow: 0 0 10px #e51115; }
    50% { box-shadow: 0 0 16px #e51115; }
    to { box-shadow: 0 0 10px #e51115; }
}
@-ms-keyframes redSaber {
    from { box-shadow: 0 0 10px #e51115; }
    50% { box-shadow: 0 0 16px #e51115; }
    to { box-shadow: 0 0 10px #e51115; }
}
@keyframes greenSaber {
    from { box-shadow: 0 0 10px #7EC855; }
    50% { box-shadow: 0 0 16px #7EC855; }
    to { box-shadow: 0 0 10px #7EC855; }
}
@-moz-keyframes greenSaber {
    from { box-shadow: 0 0 10px #7EC855; }
    50% { box-shadow: 0 0 16px #7EC855; }
    to { box-shadow: 0 0 10px #7EC855; }
}
@-webkit-keyframes greenSaber {
    from { box-shadow: 0 0 10px #7EC855; }
    50% { box-shadow: 0 0 16px #7EC855; }
    to { box-shadow: 0 0 10px #7EC855; }
}
@-o-keyframes greenSaber {
    from { box-shadow: 0 0 10px #7EC855; }
    50% { box-shadow: 0 0 16px #7EC855; }
    to { box-shadow: 0 0 10px #7EC855; }
}
@-ms-keyframes greenSaber {
    from { box-shadow: 0 0 10px #7EC855; }
    50% { box-shadow: 0 0 16px #7EC855; }
    to { box-shadow: 0 0 10px #7EC855; }
}

.packButton {
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    position: relative;
    border-radius: 10px;
    z-index: 1;
}
.packButton:before {
    content: "";
     background: linear-gradient(90deg,
         #ff2400,
         #e81d1d,
         #e8b71d,
         #e3e81d,
         #1de840,
         #1ddde8,
         #2b1de8,
         #dd00f3,
         #dd00f3,

         #ff2400,
         #e81d1d,
         #e8b71d,
         #e3e81d,
         #1de840,
         #1ddde8,
         #2b1de8,
         #dd00f3,
         #dd00f3);
     position: absolute;
     top: -2px;
     left: -2px;
     background-size: 200%;
     z-index: -1;
     filter: blur(5px);
     width: calc(100% + 4px);
     height: calc(50% + 4px);
     animation: glowing 20s linear infinite;
     opacity: 0;
     transition: opacity 0.3s ease-in-out;
     border-top-right-radius: 10px;
     border-top-left-radius: 10px;
}

.packButton:hover:before {
 opacity: 1;
}

.packButton:hover.packButton:after {
 opacity: 1;
}

.packButton:after {
 content: "";
 background: linear-gradient(90deg,
     #dd00f3,
     #dd00f3,
     #2b1de8,
     #1ddde8,
     #1de840,
     #e3e81d,
     #e8b71d,
     #e81d1d,
     #ff2400,

     #dd00f3,
     #dd00f3,
     #2b1de8,
     #1ddde8,
     #1de840,
     #e3e81d,
     #e8b71d,
     #e81d1d,
     #ff2400);
 position: absolute;
 top: calc(50% - 2px);
 left: -2px;
 background-size: 200%;
 z-index: -1;
 filter: blur(5px);
 width: calc(100% + 4px);
 height: calc(50% + 4px);
 animation: glowing-reverse 20s linear infinite;
 opacity: 0;
 transition: opacity 0.3s ease-in-out;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
}


.ServiceID_Icon_Container {
    width: 180px;
    border: none;
    outline: none;
    position: relative;
    border-radius: 10px;
    z-index: 1;
}


.btnDonate {
    width: 180px;
    border: none;
    outline: none;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    flex-basis: 25.33%;
}
.btnDonate:before {
     content: "";
     background: linear-gradient(90deg,
         #ff2400,
         #e81d1d,
         #e8b71d,
         #e3e81d,
         #1de840,
         #1ddde8,
         #2b1de8,
         #dd00f3,
         #dd00f3,

         #ff2400,
         #e81d1d,
         #e8b71d,
         #e3e81d,
         #1de840,
         #1ddde8,
     #2b1de8,
     #dd00f3,
     #dd00f3);
     position: absolute;
     top: -2px;
     left: -2px;
     background-size: 200%;
     z-index: -1;
     filter: blur(5px);
     width: calc(100% + -14px);
     height: calc(50% + 0px);
     animation: glowing 20s linear infinite;
     opacity: 0;
     transition: opacity 0.3s ease-in-out;
     border-top-right-radius: 10px;
     border-top-left-radius: 10px;
}

.btnDonate:hover:before {
 opacity: 1;
}

.btnDonate:hover.btnDonate:after {
 opacity: 1;
}

.btnDonate:after {
     content: "";
     background: linear-gradient(90deg,
     #dd00f3,
     #dd00f3,
     #2b1de8,
     #1ddde8,
     #1de840,
     #e3e81d,
     #e8b71d,
     #e81d1d,
     #ff2400,

     #dd00f3,
     #dd00f3,
     #2b1de8,
     #1ddde8,
     #1de840,
     #e3e81d,
     #e8b71d,
     #e81d1d,
     #ff2400);
    position: absolute;
    top: calc(50% - 2px);
    left: -2px;
    background-size: 200%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + -14px);
    height: calc(50% + 0px);
    animation: glowing-reverse 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*
Efeito bob marley
.fancybox__content:before {
 content: "";
 background: linear-gradient(90deg,
     #ff2400,
     #e81d1d,
     #e8b71d,
     #e3e81d,
     #1de840,
     #1ddde8,
     #2b1de8,
     #dd00f3,
     #dd00f3,

     #ff2400,
     #e81d1d,
     #e8b71d,
     #e3e81d,
     #1de840,
     #1ddde8,
     #2b1de8,
     #dd00f3,
     #dd00f3);
 position: absolute;
 top: -2px;
 left: -2px;
 background-size: 200%;
 z-index: -1;
 filter: blur(5px);
 width: calc(100% + 4px);
 height: calc(50% + 4px);
 animation: glowing 20s linear infinite;
 transition: opacity 0.3s ease-in-out;
 border-top-right-radius: 10px;
 border-top-left-radius: 10px;
}

.fancybox__content:after {
 content: "";
 background: linear-gradient(90deg,
     #dd00f3,
     #dd00f3,
     #2b1de8,
     #1ddde8,
     #1de840,
     #e3e81d,
     #e8b71d,
     #e81d1d,
     #ff2400,

     #dd00f3,
     #dd00f3,
     #2b1de8,
     #1ddde8,
     #1de840,
     #e3e81d,
     #e8b71d,
     #e81d1d,
     #ff2400);
 position: absolute;
 top: calc(50% - 2px);
 left: -2px;
 background-size: 200%;
 z-index: -1;
 filter: blur(5px);
 width: calc(100% + 4px);
 height: calc(50% + 4px);
 animation: glowing-reverse 20s linear infinite;
 transition: opacity 0.3s ease-in-out;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
}
*/
/* background escuro */
.fancybox__backdrop {
    /*background: #000000f2 !important;*/
}

@keyframes glowing {
 0% {
   background-position: 0 0;
 }

 100% {
   background-position: 400% 0;
 }
}

@keyframes glowing-reverse {
 0% {
   background-position: 400% 0;
 }

 100% {
   background-position: 0 0;
 }
}

.bkDonateButton {
    z-index: 1;
    width: 32px;
    display: inline-block;
    position: relative;
    right: -29px;
    top: 0;
    animation: 20s light-hand linear infinite;
}

.bkInformationsButton {
    z-index: 1;
    width: 32px;
    display: inline-block;
    position: absolute;
    margin-left: 100px;
    margin-right: 390px;
    top: 46px;
    right: -29px;
    animation: 20s light-hand linear infinite;
}
.bkInformationsButtonAbove {
    z-index: 1;
    display: inline-block;
    position: absolute;
    margin-left: 100px;
    margin-right: 390px;
    top: 53px;
    right: -21px;
}

.spriteWelcome {
    width: 174px;
    height: 174px;
    background-image: url(../images/news/welcome_sheet.png);
    animation: animateSpriteWelcom 12s steps(257) infinite
}

@keyframes animateSpriteWelcom {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -246720px 0
    }
}

.tooltipv1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    color: darkviolet;
    cursor: help;
}

.tooltipv1 .tooltiptextv1 {
    visibility: hidden;
    min-width: 250px;
    max-width: 400px;
    background-color: purple;
    color: #fff;
    text-align: justify;
    padding: 10px;
    border-radius: 6px;
    /* Position the tooltip */
    position: absolute;
    z-index: 100;
}

.tooltipv1:hover .tooltiptextv1 {
  visibility: visible;
}

.tooltipv2 {
  position: relative;
  display: inline-block;
}

.tooltipv2 .tooltiptext {
  visibility: hidden;
  width: auto; /* Largura automática para se ajustar ao conteúdo */
  /*max-width: 300px;*/
  background-color: #1e1e1e;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px; /* Ajuste o padding para melhor aparência */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%); /* Centraliza o tooltip horizontalmente */
  opacity: 0;
  transition: opacity 0.3s;
  text-transform: uppercase;
  white-space: nowrap; /* Evita quebras de linha indesejadas */
  display: flex; /* Habilita o flexbox */
  flex-direction: column; /* Organiza o conteúdo em coluna */
  align-items: center; /* Centraliza a seta horizontalmente */
}

.tooltipv2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: auto; /* Remove o left: 50% */
  margin-left: 0; /* Remove o margin-left */
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltipv2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.warningTopHeader {
    border-radius: 10px;
    text-align: center;
    /* width: 500px; */
    background-color: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    color: bisque;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 564px;
    top: 100px;
}

.warningTopHeaderText {
    font-family: monospace;
}
#CharacterCell4_1 {
    width: 105px;
}

.menu-container {
  display: flex; 
  flex-wrap: wrap; 
}

.menu-column {
  flex: 1; 
  padding: 10px; 
  height: 100%; 
  overflow-y: auto; 
}

/* Estilos para o container dos cards */
.guild-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 25px; 
}

/* Estilos para cada card */
.guild-card {
    background-color: #FFF2db;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    flex-basis: calc(25% - 20px); /* 4 cards por linha com espaço de 20px entre eles */
    min-width: 173px;
    box-sizing: border-box; /* Inclui padding e border no cálculo da largura */
    padding: 10px; /* Reduzimos o padding interno */
}

.backgroundErrorPage {
    background-image: linear-gradient(rgb(15 7 24), rgb(66 58 78)), url(images/error/error.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.guild-card-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.guild-card-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    height: 100px; /* Reduzimos a altura da imagem */
}

.guild-card-content small {
    display: block;
    font-size: 0.8em;
    color: #777;
    font-size: 0.7em; /* Reduzimos ainda mais o tamanho da fonte */
}

.guild-card .linkButton {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    color: blue;
    font-size: 0.9em; /* Reduzimos o tamanho da fonte do link */
}

.guildImageSize {
    width: 64px  !important;
    height: 64px !important;
}

.exclusiveContents {
    position: relative;
    bottom: -15px;
    perspective: 1000px;
    height: 100%;
    /* width: 100%; */
    /* display: flex; */
    align-content: center;
}
.exclusiveContents span {
    width: 64px;
    background-size: 64px 64px;
    position: absolute;
}
.exclusiveContents img {
    width: 120px;
    cursor: pointer;
    position: relative;
    top: -16px;
    transition: transform 0.3s ease, 0.5s ease-out;
    filter: brightness(0.6);
}
.exclusiveContents img:hover {
    transform: rotateY(360deg); /* Roda a imagem 360 graus */
    filter: brightness(1);
}
.exclusiveContents img:not(:hover){
    transition: transform 0.3s ease, 0.5s ease-in; /*Aplica a transição de entrada ao voltar ao normal*/
}

.imgBorder {
    border: 2px solid #4c4944;
}

.changeLogFooter {
    display: flex;
    justify-content: space-between;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Largura mínima ajustada */
    gap: 10px;
}

.member-card {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: white; /* Fundo branco para o card */
}

.member-info {
    display: flex;  /* Usando flexbox para organizar os elementos */
    align-items: center; /* Alinhar verticalmente ao centro */
}

.left-side {
    min-width: 260px;
    display: flex;
    flex-direction: column; /* Imagem e nick em coluna */
    align-items: center; /* Centralizar horizontalmente */
    margin-right: 20px; /* Espaçamento entre a esquerda e a direita */
}
.member-card .left-side {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.right-side {
    text-align: left; /* Alinhar o texto à esquerda */
}

.equipped-items, .player-info {
  padding: 10px; 
  border: 1px solid #faf0d7;
  height: 300px; /* Defina a altura desejada */
}
.parent-container {
  display: flex;
}
#shopOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

#addAffiliate {
  position: relative;
}
.closeFormButton {
    position: absolute;
    top: -22px;
    z-index: 1000;
    right: 4px;
    display: none;
    padding: 5px 10px;
    font-size: 8px;
    font-weight: bold;
    color: white;
    background-color: #d9534f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.minha-tabela-pix {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top; /* alinha as tabelas pelo topo */
}

.modalWhatsapp {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 82%);
}

.close-header-button {
    position: absolute; /* Posicionamento absoluto em relação ao modal */
    top: 4px;
    right: 18px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close-header-button:hover,
.close-header-button:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.linkWithArrow::after {
  content: '\2197'; /* Hexadecimal para ↗ */
  /*margin-left: 5px;*/ /* Espaço entre o texto e a seta */
}

.button-container {
    position: relative; /* Para posicionar os elementos internos */
}

/* Retângulo principal */
.button-rectangle {
    width: 600px; /* Ajuste o tamanho conforme necessário */
    height: 80px;
    background-color: #8b0000; /* Cor bordô */
    border: 5px solid #d4af37; /* Cor dourada (simplificado) */
    box-sizing: border-box; /* Garante que o padding/border não aumente o tamanho */
    border-radius: 10px; /* Bordas arredondadas (opcional) */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Sombra suave (opcional) */
    position: relative; /* Para os pseudo-elementos */
}

/* Gema (aproximação simples) */
.button-rectangle::after {
    content: '';
    position: absolute;
    bottom: -15px; /* Posição abaixo do retângulo */
    left: 50%;
    transform: translateX(-50%); /* Centraliza */
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50% 50% 0 0; /* Forma de coração aproximada (meia elipse) */
    transform: rotate(45deg) scale(1.4); /* Rotação e escala */
    box-shadow: 0 0 5px red; /* Brilho (simplificado) */
}

.image-container {
  position: relative;
  display: inline-block; /* Ou block, dependendo do layout */
}

.image-container img {
  display: block;
}

.light-beam {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 20%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.3) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: light-beam-animation 5s linear infinite;
  mix-blend-mode: overlay; /* Ou outro blend mode de sua preferência */
}

@keyframes light-beam-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.status-ball {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%; /* Cria o formato circular */
    margin-right: 5px; /* Espaçamento entre as bolinhas e o texto */
}

.status-new {
    background-color: #808080; /* Cinza */
}

.status-signed {
    background-color: #008000; /* Verde */
}

.status-pending {
    background-color: #FFA500; /* Laranja */
}

.status-completed {
    background-color: #0000FF; /* Azul (exemplo para "completed") */
}

/* Você pode adicionar mais cores conforme necessário */
.status-error {
    background-color: #FF0000; /* Vermelho (exemplo para erro) */
}
.status-expired {
    background-color: #A0522D; /* Marrom (Sienna) - sugestão para expirado */
}

.status-unresolved {
    background-color: #FFD700; /* Amarelo (Gold) - sugestão para não resolvido/atenção */
}

.status-refunded {
    background-color: #8FBC8F; /* Verde Claro (DarkSeaGreen) - sugestão para reembolso */
}

.tremer {
    animation: tremer 0.5s infinite alternate;
}
@keyframes tremer {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.backgroundGeneral {
    overflow: hidden;
    background-color: #051122;
    background-size: cover; /* Faz a imagem cobrir toda a área do elemento */
    background-repeat: no-repeat; /* Impede a repetição da imagem */
    background-position: center center; /* Centraliza a imagem na tela */
    width: 100%; /* Garante que o elemento ocupe toda a largura */
    height: 100%; /* Garante que o elemento ocupe toda a altura */
    position: fixed; /* Fixa o elemento para cobrir toda a viewport */
    top: 0; /* Alinha o topo do elemento ao topo da viewport */
    left: 0; /* Alinha a esquerda do elemento à esquerda da viewport */
    z-index: -1; /* Coloca o background atrás de outros elementos */
}


.swal2-icon.swal2-success.remover-fundo-sucesso {
  border-color: transparent !important; /* Remove a borda circular */
}

.swal2-icon.swal2-success > div {
  background-color: transparent !important; /* Remove o fundo branco do círculo interno */
}
 
.swal2-icon.swal2-success .swal2-success-circular-line {
  background-color: transparent !important;
}



/* Esse botão aqui é marrom como o 'brown-button', porém ele está sendo usado no javascript. */
.buy-button {
    background-color: #5D432C; 
    border: 1px solid #3E2D1C; 
    color: #F1E4C4; 
    padding: 9px 18px; /* Aumentado padding */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px; /* Aumentado */
    margin-top: 8px; 
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif; 
    width: auto; /* Deixa o botão ajustar à largura do texto */
    min-width: 120px; /* Largura mínima */
    transition: background-color 0.2s ease-in-out;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.buy-button:hover {
    background-color: #71543A; 
    border-color: #503820;
}

.brown-button {
    background-color: #5D432C; 
    border: 1px solid #3E2D1C; 
    color: #F1E4C4; 
    padding: 9px 18px; /* Aumentado padding */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px; /* Aumentado */
    margin-top: 8px; 
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif; 
    width: auto; /* Deixa o botão ajustar à largura do texto */
    min-width: 120px; /* Largura mínima */
    transition: background-color 0.2s ease-in-out;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.brown-button:hover {
    background-color: #71543A; 
    border-color: #503820;
}

.feature-item {
    display: flex; /* Mantém os elementos internos flexíveis */
    flex-wrap: wrap; /* Permite que os itens quebrem para a linha de baixo em telas menores */
    align-items: center; /* Alinha os itens verticalmente ao centro */
    margin-bottom: 30px; /* Adiciona um espaço abaixo de cada bloco de recurso */
    padding: 15px; /* Adiciona um preenchimento interno para não colar nas bordas */
    /*background-color: #2a2a2a;*/
    
    background-color: #d4c0a1;
    border: 1px solid #5f4d41;
    box-shadow: 3px 3px 2px #875f3e;

    border-radius: 8px; /* Cantos levemente arredondados para um visual suave */
   /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);*/
}

/* Estilos para o texto dentro do feature-item */
.feature-item p {
    /*color: #e0e0e0;*/
    line-height: 1.6; /* Espaçamento entre linhas para melhor leitura */
    margin-bottom: 10px; /* Margem inferior para parágrafos */
}

.feature-item .titleImg {
    display: flex;
    justify-content: center;
    width: 100%;
}
.feature-item .titleImg img {
    min-width: 80px;
    max-width: 110px;
}

.feature-item h3 {
    color: #ffffff; /* Cor para títulos menores dentro do item */
    margin-bottom: 15px;
}

/* Estilos para as imagens dentro do feature-item */
.feature-item img {
    max-width: 100%; /* Garante que a imagem não ultrapasse o contêiner */
    height: auto; /* Mantém a proporção da imagem */
    display: block; /* Remove espaço extra abaixo da imagem */
    border-radius: 4px; /* Pequeno arredondamento nas bordas das imagens */
    object-fit: cover; /* Garante que a imagem preencha o espaço sem distorção */
}

/* Ajustes para layout em colunas dentro do feature-item, se houver */
.feature-item > div {
    flex: 1; /* Permite que as divisões internas se expandam */
    min-width: 280px; /* Garante que os blocos não fiquem muito pequenos em telas estreitas */
    margin: 10px; /* Espaço entre os blocos internos */
}

/* Media Queries para Responsividade */
@media (max-width: 768px) {
    .feature-item {
        flex-direction: column; /* Em telas menores, os itens se empilham */
        text-align: center; /* Centraliza o texto */
    }

    .feature-item > div {
        min-width: 100%; /* Ocupa a largura total */
        margin-right: 0; /* Remove margem lateral */
        margin-left: 0; /* Remove margem lateral */
    }

    .feature-item img {
        margin: 10px auto; /* Centraliza imagens em telas menores */
    }
}

@media (max-width: 480px) {
    .feature-item {
        padding: 10px; /* Reduz o preenchimento em telas muito pequenas */
    }
}
/* Estilo para o link discreto no rodapé */
.footer-link {
    color: inherit; /* Herda a cor do texto do rodapé (ex: cinza ou branco) */
    text-decoration: none; /* Remove o sublinhado padrão */
}

.footer-link:hover {
    text-decoration: underline; /* Adiciona um sublinhado apenas ao passar o mouse */
    color: #fff; /* Opcional: clareia um pouco a cor no hover */
}
.testServerText {
    background-color: orange;
    color: black;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    border-radius: 5px; 
    position: absolute;
    top: 10px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 90%; 
    max-width: 600px;
}

.fancybox-button svg {
    color: snow !important;
}

ul.arrow-list {
    list-style: none; /* Remove a bolinha padrão */
    padding-left: 0;   /* Remove o padding padrão da lista */
}

ul.arrow-list li {
    position: relative;
    padding-left: 1.2em; /* Espaço para a seta */
}

ul.arrow-list li::before {
    content: "\25B6"; /* Código Unicode para uma seta sólida para a direita */
    color: darkgreen;
    position: absolute;
    left: 0;
    font-size: 0.8em;
    line-height: inherit; /* Alinha a seta com o texto */
}






/* twitch */

#StreamersBoxOverlay {
    background-image: url(../images/themeboxes/premium/type_overlay.png);
    margin: 0;
    position: relative;
    width: 100%;
    height: 26px;
    z-index: 1;
}

#StreamersBoxOverlay span {
    text-align: left;
}

.seta-com-circulo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Este filtro ajuda o text-shadow a ter mais destaque */
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.5));

    z-index: 2; /* Camada superior */
}

.seta-com-circulo a {
    display: flex;
    position: relative;
    padding: 5px 10px;
    text-decoration: none;
    color: blue;
    align-items: center;
    justify-content: center;
}

.seta-com-circulo a::after {
    content: '\2197';
    margin-left: 5px;
    color: #00ff1f;
    font-size: 16px;
    width: 1.4em;
    /* height: 1.2em; */
    border-radius: 50%;
    background-color: #092f0c;
    top: 2px;
    position: relative;
}
.seta-com-circulo a:hover::after {
    border: solid 1px #62ff00;
}


.carousel-control-prev {
  height: 50px;
  width: 4%;
  position: absolute;
  opacity: 1;
  left: 0px;
  margin-top: 72%;
}
.carousel-control-next {
  height: 50px;
  width: 4%;
  position: absolute;
  opacity: 1;
  right: 0px;
  margin-top: 72%;
}



.carousel-control-prev-icon-videos {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image:url(../images/themeboxes/videos/arrow_left.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.carousel-control-prev-icon-videos:hover {
  background-image:url(../images/themeboxes/videos/arrow_left_hover.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;height: 20px;
}
.carousel-control-next-icon-videos {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image:url(../images/themeboxes/videos/arrow_right.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.carousel-control-next-icon-videos:hover {
  background-image:url(../images/themeboxes/videos/arrow_right_hover.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;height: 20px;
}


.carousel-indicators li {
    top: 20px;
}

.carousel-item {
    height: 165px;
    position: relative;
}

.carousel-item img {
    height: 120px;
    opacity: 0.7;
}

/* LATESTNEWS - APAGAR FUTURAMENTE - Contêiner principal que vai criar o grid */
.bonus-grid-container {
    display: flex;
    flex-wrap: wrap; /* Permite que os itens quebrem para a próxima linha */
    justify-content: center; /* Centraliza as tabelas no contêiner */
    gap: 15px; /* Espaço entre as tabelas */
    padding: 10px;
}

/* Estilos para cada tabela individual no grid */
.bonus-item-table {
    width: 15%;
    min-width: 195px;
    border-collapse: collapse;
    background-color: #ffffff;
    color: #f2e8cf; /* Texto em tom creme/claro */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    font-family: sans-serif;
    font-size: 0.9em;
}

.bonus-item-table .bonus-header {
    background-color: #2c201c; /* Verde mais claro para o cabeçalho */
    font-size: 1.2em;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.bonus-item-table .bonus-header img {
    vertical-align: middle;
    margin-left: 10px;
    width: 32px;
    height: 32px;
}

.bonus-item-table th {
    background-color: #c9c6c5;
    color: #521400;
    padding: 8px;
    text-align: center;
}

.bonus-item-table td {
    padding: 0px;
    text-align: center;
    border-top: 1px solid #2c201c;
}

.exaltation-value {
    color: #ff3100;
    font-weight: bold;
}