@import url('https://fonts.googleapis.com/css2?family=Laila:wght@300;400;500;600;700&display=swap');
.ImgPesquisarPersonagembarrinha {
  background: url(/images/lupa.gif) no-repeat;
  border: 0;
  margin-left: 173px;
  margin-top: -38px;
  position: absolute;
  z-index: 1081;
}
.inputbk {
  margin-top: -35px;
  width: 201px;
  height: 24px;
  z-index: 1080;
  position: absolute;
  border-radius: 7px;
  border: 1px solid rgb(255 255 255);
  background-image: linear-gradient(to right, #001fff, #01112f);
  color: #fff;
  text-align: center;
  box-shadow: 0 0 3px #00242c;
  outline: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 11px;
}
.ImgPesquisarPersonagem {
  background: url(/images/imgbuscapersonagem/procurar.png) no-repeat;
  width: 94px;
  height: 30px;
  border: 0;
  margin-left: 200px;
  margin-top: -38px;
  position: absolute;
  z-index: 10;
}
.SmallMenuBox {
  z-index: 100;
}
#LeftArtwork #TibiaLogoArtworkTop {
  position: relative;
  top: -18px;
  left: -11px;
  height: 160px;
  width: auto;
  z-index: 101;
  cursor: pointer;
  border: 0;
}
.SubmenuitemLabel {
    margin: 0;
    border-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 23px;
    border-bottom: 1px solid #505050;
    overflow: hidden;
    font-family: 'Laila', serif;
}
#BannerModal .modal-open .modal {
    z-index: 2060;
    --bs-backdrop-zindex: 2060;
}
.MobileTibiaLogo {
    position: relative;
    top: 0px;
    width: 90px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-image: url(../zinx-logo-artwork-top.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
}
.main-site-container {
    margin: 35px auto;
}

/* Aplica o brilho GIF apenas no fundo central, sem remover as laterais */
.Submenu {
    background-image:
        url('/templates/tibiacom/images/global/menu/left-chain.gif'),
        url('/templates/tibiacom/styles/bg_menu.gif'),
        url('/templates/tibiacom/images/global/menu/right-chain.gif');
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: left top, center top, right top;
    background-size: auto, cover, auto;
    background-color: transparent !important;
    overflow: visible !important;
}

/* Remove qualquer hover que sobrescreva o brilho ou correntes */
.Submenu {
    background-image:
        url('/templates/tibiacom/images/global/menu/left-chain.gif'),
        url('/templates/tibiacom/styles/bg_menu.gif'),
        url('/templates/tibiacom/images/global/menu/right-chain.gif') !important;
    background-repeat: no-repeat, repeat, no-repeat !important;
    background-position: left top, center top, right top !important;
    background-size: auto, cover, auto !important;
    background-color: transparent !important;
    overflow: visible !important;
}

/* BRILHO + FUNDO ESCURO FIXO EM TODOS OS SUBMENUS */
.Submenu,
.Submenu:hover,
.Submenu *:hover,
.SubmenuitemLabel,
.SubmenuitemLabel:hover,
.SubmenuitemLabel *:hover,
a:hover .SubmenuitemLabel {
    background-image:
        url('/templates/tibiacom/images/global/menu/left-chain.gif'),
        url('/templates/tibiacom/styles/bg_menu.gif'),
        url('/templates/tibiacom/images/global/menu/right-chain.gif') !important;
    background-repeat: no-repeat, repeat, no-repeat !important;
    background-position: left top, center top, right top !important;
    background-size: auto, cover, auto !important;
    background-color: #000000 !important; /* fundo escuro base, sem transparência */
    box-shadow: none !important;
    overflow: visible !important;
}

/* LINKS DO MENU MANTÊM A COR BASE + BRILHO */
.Submenu a,
.Submenu a:hover,
.Submenu a:focus,
.Submenu a:active {
    background-color: #000000 !important;
    background-image: none !important;
}

/* CORRENTES PERMANENTES */
#ActiveSubmenuItemIcon_news,
#ActiveSubmenuItemIcon_account,
#ActiveSubmenuItemIcon_community,
#ActiveSubmenuItemIcon_systems,
#ActiveSubmenuItemIcon_wars,
#ActiveSubmenuItemIcon_events,
#ActiveSubmenuItemIcon_shop {
    background-image: url('/templates/tibiacom/images/global/menu/buttons-menuitem-activesubmenu.gif') !important;
    visibility: visible !important;
    display: block !important;
}

@keyframes pulseWhatsApp {
  0%   { transform: scale(1); box-shadow: 0 0 0px #25D366; }
  50%  { transform: scale(1.1); box-shadow: 0 0 10px #25D366; }
  100% { transform: scale(1); box-shadow: 0 0 0px #25D366; }
}

.whatsapp-pulse {
  animation: pulseWhatsApp 1.5s infinite;
  transition: box-shadow 0.3s ease;
  background-color: #25D366;
  border-radius: 50%;
  padding: 5px;
  display: inline-block;
  position: relative;
  top: -5px;
}

.whatsapp-pulse:hover {
  box-shadow: 0 0 12px 4px #25D366, 0 0 20px #25D366;
}

.whatsapp-pulse svg {
  width: 15px;
  height: 16px;
  fill: white;
}

.pulsante {
  animation: pulse-strong 1s infinite;
}
@keyframes pulse-strong {
  0%   { transform: scale(1); opacity: 1; }
  50%  { transform: scale(1.3); opacity: 0.75; }
  100% { transform: scale(1); opacity: 1; }
}

