@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, #008cab, #003e4c);
  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: -5px;
  left: -7px;
  height: 145px;
  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: 75px auto;
}

.Content #FeaturedArticle #TeaserText {
	height: 100% !important;
}

.potions-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    padding-top: 6px;
}

.potion-card {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.potion-top {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    margin-bottom: 3px;
}

.potion-top img {
    width: 32px;
    height: 32px;
}

.potion-value {
    font-weight: bold;
    font-size: 11px;
}

.potion-bar {
    width: 100%;
    height: 8px;
    border: 1px solid #000;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
}

.potion-bar-fill {
    height: 100%;
    background: #007bff;
}

.potions-group-header{display:flex;align-items:center;gap:12px;margin-bottom:6px}
.potions-group-title{font-weight:bold;font-size:12px;white-space:nowrap;min-width:160px}
.potions-group-total{flex:1;display:flex;align-items:center;gap:10px}
.potions-total-bar{border-radius:999px;flex:1;height:10px;border:1px solid #000;background:#f3e5c9;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.potions-total-fill{border-radius:999px;height:100%;width:0%;background:linear-gradient(to right,#2a7f2a,#4fc14f);box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}
.potions-total-text{font-weight:bold;font-size:12px;min-width:44px;text-align:right;color:#000;text-shadow:1px 1px 0 rgba(255,255,255,.5)}

.quests-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.quests-title{font-weight:bold;font-size:12px;white-space:nowrap;min-width:160px}
.quests-total{flex:1;display:flex;align-items:center;gap:10px}
.quests-total-bar{flex:1;height:12px;border:1px solid #000;background:#f3e5c9;border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.quests-total-fill{height:100%;background:linear-gradient(to right,#9b7a23,#f0d060);border-radius:999px;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}
.quests-total-text{font-weight:bold;font-size:12px;min-width:44px;text-align:right;color:#000;text-shadow:1px 1px 0 rgba(255,255,255,.5)}

.quest-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.quest-name{flex:1;font-size:12px}
.quest-right{display:flex;align-items:center;gap:8px;min-width:140px;justify-content:flex-end}
.quest-mini-bar{width:110px;height:8px;border:1px solid #000;background:#e9ecef;border-radius:999px;overflow:hidden}
.quest-mini-fill{height:100%;background:linear-gradient(to right,#2a7f2a,#4fc14f);border-radius:999px}
.quest-mini-fill.off{background:linear-gradient(to right,#8a1b1b,#ff4b4b)}

.exp-missing{color:#b30000;font-weight:bold;text-shadow:1px 1px 0 rgba(255,255,255,.4)}
.exp-ok{color:#1b6b1b;font-weight:bold;text-shadow:1px 1px 0 rgba(255,255,255,.4)}

.exp-ready-badge{display:inline-block;margin-left:8px;padding:2px 6px;border-radius:999px;font-size:10px;font-weight:bold;line-height:1;border:1px solid #0a4b0a;background:linear-gradient(to bottom,#2bbd2b,#168a16);color:#fff;box-shadow:0 1px 0 rgba(0,0,0,.25)}