body {
  margin: 0px;
  padding: 0px;
  background-color: #051122;
  overflow-y: scroll;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
}

img {
  border: none;
}

form {
  margin: 0;
  padding: 0;
}

#ArtworkHelper {
  text-align: center;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-width: 1000px;
}

/* helper div */
.HelperDivIndicator {
  position: relative;
  cursor: help;
}

.OptionContainer {
  text-align: center;
}

#ProgressBar #TubeLeftEnd {
  position: absolute;
  left: 25px;
  top: 4px;
}

#ProgressBar #TubeRightEnd {
  position: absolute;
  right: 25px;
  top: 4px;
  z-index: 0;
}

#ProgressBar .Steps {
  position: relative;
  height: 39px;
  font-size: 9px;
  float: left;
  top: -11px;
  margin-left: -1px;
}

#ProgressBar #StepsContainer1 {
  text-align: right;
  margin-left: 92px;
  margin-right: 40px;
  height: 10px;
}

#ProgressBar #StepsContainer2 {
  width: 100%;
  height: 10px;
}

#ProgressBar .TubeContainer {
  position: relative;
  padding-right: 47px;
}

#ProgressBar .Tube {
  position: relative;
  top: 16px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: #FFFFFF none repeat scroll 0%;
}

* html #ProgressBar .Tube {
  top: 13px;
}

#ProgressBar .SingleStepContainer {
  position: absolute;
  top: 0px;
  width: 47px;
  height: 30px;
  right: 0px;
  text-align: center;
}

#ProgressBar #FirstStep .SingleStepContainer {
  left: 45px;
  width: 47px;
  position: absolute;
}

#ProgressBar .StepIcon {
  position: absolute;
  right: 0px;
}

* html #ProgressBar .StepIcon {
  right: -1px;
}

#ProgressBar #FirstStep .StepIcon {
  top: 0px;
  left: 0px;
}

#ProgressBar .StepText {
  top: 40px;
  position: absolute;
  width: 200px;
  right: -77px;
}

/** ---------------------------------
 *  ### not finished versions for the
 *  ### payment process PROGRESS BAR
 *  ---------------------------------
 */

#ProgressBar #Headline {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 5px;
}

#ProgressBar #MainContainer {
  position: relative;
  top: 10px;
  height: 50px;
  margin-bottom: 25px;
}

#ProgressBar #BackgroundContainer {
  position: relative;
  width: 100%;
}

#ProgressBar #BackgroundContainerLeftEnd {
  position: absolute;
  float: left;
}

#ProgressBar #BackgroundContainerCenter {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 17px;
  width: 100%;
}

#ProgressBar #BackgroundContainerCenterImage {
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
  height: 17px;
}

#ProgressBar #BackgroundContainerRightEnd {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
}

#ProgressBar #TubeLeftEnd {
  position: absolute;
  left: 25px;
  top: 4px;
}

#ProgressBar #TubeRightEnd {
  position: absolute;
  right: 25px;
  top: 4px;
  z-index: 0;
}

#ProgressBar .Steps {
  position: relative;
  height: 39px;
  font-size: 9px;
  float: left;
  top: -11px;
  margin-left: -1px;
}

#ProgressBar #StepsContainer1 {
  text-align: right;
  margin-left: 92px;
  margin-right: 40px;
  height: 10px;
}

#ProgressBar #StepsContainer2 {
  width: 100%;
  height: 10px;
}

#ProgressBar .TubeContainer {
  position: relative;
  padding-right: 47px;
}

#ProgressBar .Tube {
  position: relative;
  top: 16px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: #FFFFFF none repeat scroll 0%;
}

* html #ProgressBar .Tube {
  top: 13px;
}

#ProgressBar .SingleStepContainer {
  position: absolute;
  top: 0px;
  width: 47px;
  height: 30px;
  right: 0px;
  text-align: center;
}

#ProgressBar #FirstStep .SingleStepContainer {
  left: 45px;
  width: 47px;
  position: absolute;
}

#ProgressBar .StepIcon {
  position: absolute;
  right: 0px;
}

* html #ProgressBar .StepIcon {
  right: -1px;
}

#ProgressBar #FirstStep .StepIcon {
  top: 0px;
  left: 0px;
}

#ProgressBar .StepText {
  top: 40px;
  position: absolute;
  width: 200px;
  right: -77px;
}


/** -------------------------------
 *  Stylesheet declarations for the
 *  NEW TABLES
 *  -------------------------------
 */

#HelperDivContainer {
  display: none;
  position: absolute;
  width: 225px;
  z-index: 1000;
  color: #5a2800;
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 9pt;
  text-align: left;
  padding: 10px;
  border: 1px double #5a2800;
  margin-left: 8px;
}

#HelperDivContainer .HelperDivArrow {
  position: absolute;
  top: -1px;
  left: -8px;
  width: 8px;
  height: 13px;
}

#HelperDivContainer #HelperDivHeadline {
  font-size: 12pt;
  font-weight: bold;
}

#HelperDivContainer #HelperDivHeadline {
  position: relative;
  white-space: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

#HelperDivContainer .Ornament {
  width: 220px;
}

#HelperDivContainer #HelperDivText {
  text-align: center;
}

#HelperDivContainer #HelperDivText ul {
  padding-left: 20px;
}

/* 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;
  width: expression(document.body.clientWidth > 1200? '1200px': '100%');
}

#LoginCreateAccountBox p {
  margin: 0;
  padding: 0;
  font-size: 12pt;
}

#LoginFormButtonCell {
  width: 145px;
  vertical-align: top;
  padding-right: 0;
}

#ContentRow {
  position: relative;
  top: 20px;
}

/* "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: 230px;
  margin-right: 243px;
}

#ThemeboxesColumn {
  text-align: center;
  position: absolute;
  top: -6px;
  right: 0px;
  width: 180px;
  margin: 0px;
  margin-right: 15px;
  margin-left: 25px;
}

#Footer {
  font-family:
    'Inter', 'Inter Fallback',
    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
 *  -------------------------------
 */

#LeftArtwork {
  position: absolute;
  height: 140px;
  width: 166px;
  top: -140px;
  left: 4px;
  background-repeat: no-repeat;
  z-index: 5;
}

#LeftArtwork #TibiaLogoArtworkTop {
  position: absolute;
  top: -17px;
  left: -14px;
  height: 158px;
  width: 196px;
  z-index: 5;
  cursor: pointer;
  border: 0px;
}

#LeftArtwork #TibiaLogoArtworkBottom {
  position: absolute;
  top: 102px;
  left: 0px;
  height: 43px;
  width: 166px;
  z-index: 5;
}

#LeftArtwork #Statue_1 {
  position: absolute;
  top: 0px;
  left: 5px;
  height: 30px;
  width: 32px;
  z-index: 10;
}

#LeftArtwork #Statue_2 {
  position: absolute;
  top: 0px;
  right: 25px;
  height: 30px;
  width: 32px;
  z-index: 10;
}

.SmallMenuBox#DownloadBox {
  top: 4px;
}

.SmallMenuBox {
  position: relative;
  left: 5px;
  top: 8px;
  width: 100%;
  margin-bottom: 38px;
  background-repeat: no-repeat;
}

.SmallMenuBox#DownloadBox {
  top: 4px;
}

.SmallMenuBox .SmallBoxTop {
  position: absolute;
  left: -5px;
  top: -12px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

.SmallMenuBox#DownloadBox .SmallBoxBorder {
  height: 39px;
}

.SmallMenuBox .SmallBoxBorder {
  position: absolute;
  top: 0;
  height: 52px;
  width: 8px;
  background-repeat: repeat-y;
  z-index: 10;
}

.SmallMenuBox .SmallBoxButtonContainer {
  position: relative;
  height: 39px;
  width: 160px;
  left: 5px;
  background-repeat: repeat-y;
  z-index: 1;
}

#PlayNowContainer {
  position: absolute;
  width: 150px;
  height: 37px;
  top: 1px;
  left: 5px;
  z-index: 99;
}

.SmallMenuBox .BorderRight {
  right: 9px;
}

.SmallMenuBox#DownloadBox .SmallBoxBottom {
  top: 39px;
}

.SmallMenuBox .SmallBoxBottom {
  position: absolute;
  top: 52px;
  left: -5px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#LeftArtwork #LogoLink {
  position: absolute;
  bottom: 14px;
  left: 58px;
  height: 14px;
  width: 50px;
  z-index: 99;
  cursor: pointer;
}

#RightArtwork {
  text-align: left;
  position: absolute;
  top: 38px;
  right: 24px;
  width: 132px;
  background-repeat: no-repeat;
  z-index: 90;
}

#RightArtwork #Creature {
  position: absolute;
  height: 64px;
  width: 64px;
  top: -136px;
  left: -15px;
  z-index: 15;
  cursor: pointer;
}

#RightArtwork #Boss {
  position: absolute;
  height: 64px;
  width: 64px;
  top: -136px;
  left: 40px;
  z-index: 15;
  cursor: pointer;
}

#PedestalAndOnline {
  position: absolute;
  left: -15px;
  top: -121px;
  width: 161px;
  height: 85px;
}

#Pedestal {
  position: absolute;
  left: -15px;
  top: -121px;
  width: 161px;
  height: 85px;
}

#RightArtwork #PlayersOnline {
  font-family:
    'Inter', 'Inter Fallback',
    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: 38px;
  background-repeat: no-repeat;
}

#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;
}

#Loginbox .LoginstatusText {
  position: absolute;
  top: 1px;
  left: 18px;
  width: 124px;
  height: 11px;
  cursor: pointer;
}

#Loginbox #LoginstatusText_1 {
  top: 2px;
  cursor: default;
}

#Loginbox #LoginstatusText_2_1 {
  visibility: visible;
}

#Loginbox #LoginstatusText_2_2 {
  visibility: hidden;
}

#LoginBox #LoginButtonContainer {
  margin-left: 5px;
  height: 39px;
  width: 160px;
  background-repeat: repeat-y;
}

#Loginbox #LoginButton {
  position: relative;
  top: 0px;
  left: 5px;
  height: 37px;
  width: 150px;
}

#Loginbox #LoginButton .Button {
  position: relative;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 37px;
  visibility: hidden;
}

#Loginbox #LoginButton #ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 37px;
  width: 150px;
  z-index: 15;
  cursor: pointer;
}

/** -------------------------------
 *  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: 150px;*/
  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;
}

.Label {
  position: absolute;
  height: 22px;
  width: 116px;
  top: 6px;
  left: 42px;
}

/* 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: 0px;
  margin-right: 5px;
  background-color: #0d2e2b;
  width: 170px;
}

.Submenuitem {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.ActiveSubmenuItemIcon {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  visibility: hidden;
}

.SubmenuitemLabel {
  margin: 0px;
  border-top: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 22px;
  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%;
}

/* "star-HTML-hack" to correct the position of the content area */
* html .Content {
  position: relative;
  top: 796px;
  margin: 20px;
  border: 0px dashed #051122;
  border-right-width: 550px;
}

#ContentHelper {
  position: relative;
}

.InfoBar {
  position: relative;
  height: 28px;
  top: 6px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 10px;
  color: #fff;
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
}

.InfoBar a {
  border: 0;
}

.InfoBarBlock {
  margin-right: 15px;
  border: 0;
}

.InfoBarBigLogo {
  margin-bottom: 0;
  border: 0;
}

.InfoBarSmallElement {
  margin-left: 5px;
  border: 0;
}

.InfoBarNumbers {
  top: -4px;
  position: relative;
}

.InfoBar a {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 7pt;
  font-weight: 400;
  color: #fff;
}

.InfoBar a:link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.InfoBar a:visited {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.InfoBar a:focus {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.InfoBar a:active {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.InfoBar a:hover {
  color: #fff !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
}

.InfoBarLinks {
  text-decoration: none;
  font-size: 10px;
}

.InfoBarLinks a:hover {
  text-decoration: none;
  font-size: 10px;
}

/* "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:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 9pt;
  background-color: #fff2db;
  color: #5a2800;
  min-height: 367px;
  height: auto !important;
  height: 387px;
}

/* "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:
    'Inter', 'Inter Fallback',
    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:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 10pt;
  color: #5a2800;
}

/* Content Links */

.Content a {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-weight: bold;
  color: #004294;
  text-decoration: none;
}

.Content a:hover {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-weight: bold;
  text-decoration: underline;
  color: #0063dc;
}

.Content .HelpLink {
  font-size: 7pt;
  cursor: pointer;
}

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

.SecretAchievementIcon {
  position: absolute;
  width: 44px;
  height: 20px;
  margin-left: 12px;
  margin-top: -2px;
  right: 5px;
}

/* Borders */

.Content .Border_1 {
  position: relative;
  height: 6px;
  width: 100%;
  background-repeat: repeat-x;
}

.Content .BorderTitleText {
  position: relative;
  height: 24px;
  background-repeat: repeat-x;
}

.Content .Title {
  position: absolute;
  top: 6px;
  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
 *  -------------------------------
 */

.Themebox {
  position: relative;
  margin-bottom: 10px;
  top: -4px;
  width: 180px;
  height: 154px;
}

#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: 0px;
  left: 0px;
  height: 12px;
  width: 180px;
}

/* "star-HTML-hack" to correct the position of the bottom element */
* html #Themeboxes .Bottom {
  bottom: -3px;
}

#Themeboxes #NewcomerBox .ThemeboxButton {
  bottom: 15px;
}

.HeaderPagesText {
  position: absolute;
  top: 5px;
  /* valor positivo → desce o texto */
  left: 13px;
  margin: 0;
  padding: 0;
  color: #ffd18c;
  /* dourado */
  font-family: "Times New Roman", Georgia, serif;
  font-size: 22px;
  z-index: 20;

  /* contorno preto em volta */
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000, 1px 1px 0 #000,
    0 -1px 0 #000, 0 1px 0 #000,
    -1px 0 0 #000, 1px 0 0 #000;
}


#PremiumBox {
  position: relative;
  height: 204px;
}

#PremiumBoxDecor {
  margin: 0;
  position: absolute;
  top: -28px;
  left: 5px;
  width: 64px;
  height: 64px;
}

#PremiumBoxBg {
  margin: 0;
  position: absolute;
  top: 34px;
  left: 10px;
  width: 160px;
  height: 126px;
}

#PremiumBoxOverlay {
  margin: 0;
  position: absolute;
  top: 34px;
  left: 10px;
  width: 163px;
  height: 26px;
}

#PremiumBoxOverlayText {
  color: #fff;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  margin-top: 3px;
  text-align: center;
  font-size: 11px;
}

#PremiumBoxButtonDecor {
  position: absolute;
  width: 114px;
  height: 26px;
  left: 33px;
  bottom: 34px;
  z-index: 25;
}

#PremiumBoxButton {
  position: absolute;
  bottom: 9px;
  left: 18px;
  text-align: center;
}

#Themeboxes #JobBox {
  height: 164px;
}

#Themeboxes #GalleryBox #GalleryContent {
  position: relative;
  height: 111px;
  width: 170px;
  top: 31px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  cursor: pointer;
}

#Themeboxes #CurrentPollBox #CurrentPollText {
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  font-weight: bold;
  line-height: 11pt;
  color: #5a2800;
  position: absolute;
  height: 70px;
  width: 150px;
  top: 37px;
  left: 15px;
  padding-top: 5px;
  overflow: hidden;
}

#Themeboxes #SkyscraperBanner {
  border: 0;
}

#Themeboxes #NetworksBox {
  position: relative;
  height: 204px;
}

#Themeboxes #NetworksBox #FacebookBlock {
  position: relative;
  top: 32px;
  height: 113px;
}

#Themeboxes #NetworksBox #FacebookLikeBox {
  position: relative;
  left: 27px;
  top: 3px;
  height: 60px;
  width: 115px;
  overflow: hidden;
}

#Themeboxes #NetworksBox #FacebookLikeBox div {
  position: relative;
  left: -1px;
  top: -1px;
}

#Themeboxes #NetworksBox #FacebookSendBox {
  position: absolute;
  left: 92px;
  top: 14px;
  width: 50px;
}

#Themeboxes #NetworksBox #FacebookLikes {
  position: relative;
  left: 14px;
  top: 10px;
  width: 155px;
  left: 13px;
  overflow: hidden;
}

#Themeboxes #NetworksBox #FacebookLikes div {
  position: relative;
  left: -69px;
}

#Themeboxes #NetworksBox #TwitterBlock {
  position: relative;
  top: 42px;
  text-align: center;
}

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

.Content .BoxContent td .green {
  color: #00bf00;
}

.Content .BoxContent td .yellow {
  color: #ffbb05;
}

.Content .BoxContent td .red {
  color: #ef0000;
}

.Content .BoxContent td .grey {
  color: #808080;
}

.Content .BoxContent td .orange {
  color: #ff9712;
}

/** -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA (forum)
 *  -------------------------------
 */

.Content .BoxContent .ff_info {
  font-family:
    'Inter', 'Inter Fallback',
    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:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  color: #efefef;
  visibility: visible;
  font-size: 7pt;
  font-weight: bold;
}

.Content .BoxContent .ff_red {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  color: #ef0000;
  visibility: visible;
  font-size: 8pt;
  font-weight: bold;
}

.Content .BoxContent .ff_whitelarge {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  color: #efefef;
  visibility: visible;
  font-size: 9pt;
  font-weight: bold;
}

.Content .BoxContent .ff_info {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 8pt;
  color: #5a2800;
  visibility: visible;
}

.Content .BoxContent .ff_infotext {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 8pt;
  color: #5a2800;
  visibility: visible;
  line-height: 12pt;
}

.Content .BoxContent .ff_smallinfo {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 7pt;
  color: #5a2800;
  visibility: visible;
}

.Content .BoxContent .ff_large {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 12pt;
  color: #5a2800;
  visibility: visible;
}

.Content .BoxContent .ff_pagetext {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 9pt;
  color: #5a2800;
  visibility: visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextgrey {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 9pt;
  color: #505050;
  visibility: visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextred {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 9pt;
  color: #f00;
  visibility: visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_correct {
  font-family:
    'Inter', 'Inter Fallback',
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 11pt;
  color: #ff0000;
  visibility: visible;
  font-weight: bold;
}

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

/** ----------------
 *  new process bars
 *  ----------------
 */

#ProgressBar #Headline {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 5px;
}

#ProgressBar #MainContainer {
  position: relative;
  top: 10px;
  height: 50px;
  margin-bottom: 25px;
}

#ProgressBar #BackgroundContainer {
  position: relative;
  width: 100%;
}

#ProgressBar #BackgroundContainerLeftEnd {
  position: absolute;
  float: left;
}

#ProgressBar #BackgroundContainerCenter {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 17px;
  width: 100%;
}

#ProgressBar #BackgroundContainerCenterImage {
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
  height: 17px;
}

#ProgressBar #BackgroundContainerRightEnd {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
}

#ProgressBar #TubeLeftEnd {
  position: absolute;
  left: 25px;
  top: 4px;
}

#ProgressBar #TubeRightEnd {
  position: absolute;
  right: 25px;
  top: 4px;
  z-index: 0;
}

#ProgressBar .Steps {
  position: relative;
  height: 39px;
  font-size: 9px;
  float: left;
  top: -11px;
  margin-left: -1px;
}

#ProgressBar #StepsContainer1 {
  text-align: right;
  margin-left: 92px;
  margin-right: 40px;
  height: 10px;
}

#ProgressBar #StepsContainer2 {
  width: 100%;
  height: 10px;
}

#ProgressBar .TubeContainer {
  position: relative;
  padding-right: 47px;
  margin-top: 8px;
}

#ProgressBar .Tube {
  position: relative;
  top: 16px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: #ffffff none repeat scroll 0%;
}

* html #ProgressBar .Tube {
  top: 13px;
}

#ProgressBar .SingleStepContainer {
  position: absolute;
  top: 0px;
  width: 47px;
  height: 30px;
  right: 0px;
  text-align: center;
}

#ProgressBar #FirstStep .SingleStepContainer {
  left: 45px;
  width: 47px;
  position: absolute;
}

#ProgressBar .StepIcon {
  position: absolute;
  right: 0px;
}

* html #ProgressBar .StepIcon {
  right: -1px;
}

#ProgressBar #FirstStep .StepIcon {
  top: 0px;
  left: 0px;
}

#ProgressBar .StepText {
  top: 40px;
  position: absolute;
  width: 200px;
  right: -77px;
}

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

.Text {
  margin-top: 3px;
  margin-left: 4px;
  margin-bottom: 2px;
  padding: 3px;
  padding-top: 3px;
}

/* 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:
    'Inter', 'Inter Fallback',
    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: 50;
}

.TableContainer .CaptionContainer .CaptionEdgeRightTop {
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2px;
  right: -2px;
  z-index: 50;
}

.TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
  position: absolute;
  width: 5px;
  height: 5px;
  left: -2px;
  bottom: -3px;
  z-index: 50;
}

.TableContainer .CaptionContainer .CaptionEdgeRightBottom {
  position: absolute;
  width: 5px;
  height: 5px;
  right: -2px;
  bottom: -3px;
  z-index: 50;
}

.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: 4px;
  height: 100%;
  background-color: #d4c0a1;
  padding: 0px;
}

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

/* 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 .Table5 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* 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;
  font-size: 1px;
  /*box-shadow: 3px 3px 2px #875f3e;*/
}

.TableShadowContainer {
  position: relative;
  margin-right: 5px;
}

.TableBottomShadow {
  position: relative;
  font-size: 1px;
  height: 5px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

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

/* HEADLESS CONTENT TABLE */
.HeadlessTable {
  border: 0px;
  border-style: solid;
  border-color: #656565;
  border-top-width: 1px;
  border-top-color: white;
  border-left-width: 1px;
  border-left-color: white;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-right-color: #656565;
  margin-left: 15px;
}

/* LABELS */
.InnerTableContainer .TableContentContainer {
  box-shadow: 3px 3px 2px #875f3e;
}

.TableContentContainer {
  border: 1px solid #5f4d41;
  position: relative;
  margin-right: 7px;
  margin-bottom: 5px;
  height: 100%;
  background-color: #d4c0a1;
  padding: 0;
}

.TableContainer .Table3 .TableContent td {
  border: 1px solid #faf0d7;
}

.TableContainer .GreedyCell {
  width: 80%;
}

.LabelV80 {
  font-weight: 700;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
  width: 80px;
}

.LabelV100 {
  font-weight: 700;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
  width: 100px;
}

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

.LabelV200 {
  font-weight: 700;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
  width: 200px;
}

.LabelV250 {
  font-weight: 700;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
  width: 250px;
}

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

.BigButton {
  position: relative;
  width: 135px;
  height: 25px;
  z-index: 10;
}

.BigButtonOver {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 137px;
  height: 25px;
  visibility: hidden;
  z-index: 15;
}

.ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  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: 'Inter', 'Inter Fallback', 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
}

.BigButtonRed {
  position: relative;
  width: 135px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
  background-image: url(/templates/tibiacom/images/global/buttons/button_red.png);
}

.BigButtonRed:hover {
  background-image: url(/templates/tibiacom/images/global/buttons/button_red_hover.png);
}

.BigButtonGreen {
  position: relative;
  width: 135px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
  background-image: url(/templates/tibiacom/images/global/buttons/button_green.gif);
}

.BigButtonGreen:hover {
  background-image: url(/templates/tibiacom/images/global/buttons/button_green_over.gif);
}

.PMCID_Icon_Container {
  position: relative;
  margin: 3px;
  display: inline-block;
  /* faz os botões ficarem um ao lado do outro */
}

.PMCID_Icon_Container label {
  top: 6px;
  cursor: pointer;
}

.PMCID_QuicknessIndicator {
  left: 25px;
  right: 0;
  position: absolute;
  bottom: 25px;
  z-index: 98;
}

.PMCID_QuicknessIndicatorLabelContainer {
  /* display: table; */
  /* height: 40px; */
  width: 100%;
  margin-top: 6px;
  color: #cccc;
}

.PMCID_QuicknessIndicatorLabel {
  display: table-cell;
  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: 180px;
  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: 180px;
  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;
  background-repeat: no-repeat;
  background-size: 180px 140px;
}

.ServiceID_Icon .ServiceIDLabelContainer {
  position: relative;
  left: 0;
  display: table;
  top: 15px;
  height: 40px;
  width: 160px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 99;
}

.ServiceID_Icon .ServiceIDLabel {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -12px;
}

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

.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 {}

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


/* 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(/templates/tibiacom/images/global/buttons/sbutton.gif);
}

.BigButton:hover {
  background-image: url(/templates/tibiacom/images/global/buttons/sbutton_over.gif);
}

.BigButtonGrey {
  position: relative;
  width: 135px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
  background-image: url(/templates/tibiacom/images/global/buttons/sbutton_green.png);
}

.BigButtonGrey:hover {
  background-image: url(/templates/tibiacom/images/global/buttons/sbutton_green_over.png);
}

.BigButtonText:hover {
  top: 1px;
  left: 1px;
}

.TopButtonContainer {
  position: relative;
  right: 4px;
  top: 4px;
  z-index: 60;
}

* html .TopButtonContainer {
  right: 27px;
}

.TopButtonContainer .TopButton {
  position: absolute;
  right: 0;
  z-index: 55;
  cursor: pointer;
}

.Content .BoxContent .Odd {
  background-color: #d4c0a1;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #f1e0c6;
  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 .NewsTickerDate {
  font-size: 7pt;
  position: absolute;
  top: 0px;
  float: left;
}

.Content #NewsTicker .NewsTickerShortText {
  margin-left: 85px;
  height: 14px;
}

.Content #NewsTicker .NewsTickerFullText {
  margin-left: 85px;
  margin-right: 20px;
  display: none;
}

.Content #NewsTicker .NewsTickerExtend {
  position: relative;
  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 .NewsHeadline {
  margin-top: 5px;
}

.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;
  overflow: hidden;
  z-index: 0;
}

.Content #FeaturedArticle #Link {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 89 165 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 #News .BoxContent {
  min-height: 100px;
  height: auto !important;
  height: 110px;
}

.Content #News .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #News .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #News .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 10px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #News .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

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

.Content #News .NewsHeadlineAuthor {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 10pt;
  color: white;
}

/* BUTTONS */
.MediumButtonText {
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  width: 150px;
  z-index: 20;
}

.MediumButtonBackground {
  position: relative;
  top: 0;
  left: 0;
  width: 150px;
  height: 37px;
  z-index: 10;
}

.MediumButtonOver {
  position: relative;
  top: 0;
  left: 0;
  width: 150px;
  height: 37px;
  visibility: hidden;
  z-index: 15;
}

.MediumButtonForm {
  margin: 0;
  padding: 0;
}

.moduleRow {}

.moduleRowOver {
  background-color: #d4c0a1;
  cursor: pointer;
  cursor: hand;
}

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

/* Custom Login Box CSS */
.LoginBox-module__27JC-W__box {
  margin-bottom: 20px;
  width: 206px;
  margin-left: -15px;
  position: relative;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.5));
}

.LoginBox-module__27JC-W__header {
  background: url('images/novo/header.webp') center / 100% 100% no-repeat;
  width: 224px;
  height: 33px;
  left: -9px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: -4px;
  z-index: 2;
}

.LoginBox-module__27JC-W__headerTitle {
  color: #fff;
  font-size: 11px;
  font-family: 'Cinzel', 'Georgia', serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  padding-top: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 2;
}

.LoginBox-module__27JC-W__body {
  background-image: url('images/menu/login_body_new.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 25px 12px 20px 12px;
  min-height: 80px;
  position: relative;
  z-index: 1;
}

.LoginBox-module__27JC-W__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.LoginBox-module__27JC-W__btnPrimary,
.LoginBox-module__27JC-W__btnSecondary {
  display: block;
  text-align: center;
  padding: 6px 0;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  font-size: 12px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  transition: filter 0.2s;
}

.LoginBox-module__27JC-W__btnPrimary:hover,
.LoginBox-module__27JC-W__btnSecondary:hover,
.LoginBox-module__27JC-W__btnDanger:hover {
  filter: brightness(1.15);
}

.LoginBox-module__27JC-W__btnPrimary {
  background: linear-gradient(180deg, #2a6dbd 0%, #103a70 100%);
  border: 1px solid #0a2544;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 6px rgba(0, 0, 0, 0.5);
}

.LoginBox-module__27JC-W__btnPrimary:after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.LoginBox-module__27JC-W__btnPrimary:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
}

.LoginBox-module__27JC-W__btnSecondary {
  background: linear-gradient(180deg, #8b7355 0%, #5d4d39 100%);
  border: 1px solid #3d3225;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 4px 6px rgba(0, 0, 0, 0.5);
}

.LoginBox-module__27JC-W__btnSecondary:after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.LoginBox-module__27JC-W__btnSecondary:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
}

.LoginBox-module__27JC-W__btnDanger {
  display: block;
  text-align: center;
  padding: 6px 0;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  font-size: 12px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  transition: filter 0.2s;
  background: linear-gradient(180deg, #bd2a2a 0%, #701010 100%);
  border: 1px solid #440a0a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 6px rgba(0, 0, 0, 0.5);
}

.LoginBox-module__27JC-W__btnDanger:after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.LoginBox-module__27JC-W__btnDanger:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
}

/* Custom Create Account Form styling */
.create-account-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}

.create-account-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .create-account-grid {
    grid-template-columns: 1fr;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #3d2b1f;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group select {
  background-color: #d1c0a0;
  border: 1px solid #b8a686;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 13px;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  color: #333;
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group select:focus {
  border-color: #1772c8;
  outline: none;
  background-color: #dac7a5;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-input {
  width: 100%;
  padding-right: 65px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%233d2b1f" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.custom-select-flag {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.form-group input::placeholder {
  color: #8c7e66;
}

.form-note {
  font-size: 11px;
  color: #6a5a45;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  margin-top: 4px;
}

.form-field-error {
  font-size: 11px;
  color: #d93838;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  margin-top: 4px;
  font-weight: bold;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 15px;
  border-top: 1px solid #d5c5a4;
  margin-top: 10px;
}

.checkbox-group input[type="checkbox"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
}

.checkbox-group label {
  font-size: 13px;
  color: #3d2b1f;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  line-height: 1.4;
}

.checkbox-group label a {
  color: #1772c8;
  text-decoration: none;
}

.checkbox-group label a:hover {
  text-decoration: underline;
}

.create-account-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.create-account-btn {
  background: linear-gradient(180deg, #1f64b3 0%, #10417a 100%);
  border: 1px solid #0d325e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.1s;
}

.create-account-btn:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
}

.create-account-btn svg {
  width: 16px;
  height: 16px;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  height: 40px;
}

.radio-group .OptionContainer {
  display: flex;
  align-items: center;
  gap: 5px;
}

.radio-group label {
  font-weight: normal;
  font-size: 13px;
}

/* Vocation Cards Styling */
.vocation-card-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.vocation-card-label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: rgba(209, 192, 160, 0.3);
  transition: all 0.2s ease-in-out;
  position: relative;
}

.vocation-card-label:hover {
  background-color: rgba(209, 192, 160, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.vocation-card-input {
  display: none;
  /* Hide the actual radio button */
}

/* When the radio is checked, style the label */
.vocation-card-input:checked+.vocation-card-label {
  border-color: #1772c8;
  background-color: rgba(23, 114, 200, 0.1);
  box-shadow: 0 4px 12px rgba(23, 114, 200, 0.2);
  transform: scale(1.05);
}

.vocation-card-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  transition: filter 0.2s;
}

.vocation-card-input:checked+.vocation-card-label .vocation-card-img {
  filter: drop-shadow(0 4px 6px rgba(23, 114, 200, 0.4));
}

.vocation-card-title {
  font-size: 12px;
  font-weight: 600;
  color: #3d2b1f;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  text-align: center;
}

.vocation-card-input:checked+.vocation-card-label .vocation-card-title {
  color: #1772c8;
}

/* Gender Cards Styling */
.gender-card-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.gender-card-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: rgba(209, 192, 160, 0.3);
  transition: all 0.2s ease-in-out;
  position: relative;
  min-width: 80px;
  box-sizing: border-box;
}

.gender-card-label:hover {
  background-color: rgba(209, 192, 160, 0.8);
}

.gender-card-input {
  display: none;
  /* Hide the actual radio button */
}

.gender-card-input:checked+.gender-card-label {
  border-color: #1772c8;
  background-color: rgba(23, 114, 200, 0.05);
}

.gender-card-title {
  font-size: 13px;
  font-weight: normal;
  color: #3d2b1f;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
}

.gender-card-input:checked+.gender-card-label .gender-card-title {
  color: #1772c8;
  font-weight: 600;
}

.gender-card-icon {
  width: 16px;
  height: 16px;
  stroke: #3d2b1f;
}

.gender-card-input:checked+.gender-card-label .gender-card-icon {
  stroke: #1772c8;
}

/* Custom Download Button */
.DownloadButtonCustom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 206px;
  margin-left: -15px;
  /* using negative margin to center it since it is 206px wide inside a 170px container */
  margin-bottom: 15px;
  background: linear-gradient(to bottom, #2e7d32 0%, #1b5e20 50%, #0d3d0d 100%);
  color: #a5d6a7;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  transition: all 0.2s ease;
  border: 1px solid #4caf50;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  cursor: pointer;
}

.DownloadButtonCustom:hover {
  background: linear-gradient(to bottom, #388e3c 0%, #2e7d32 50%, #1b5e20 100%);
  color: #c8e6c9;
  border-color: #66bb6a;
  text-decoration: none;
}

.DownloadButtonCustom:active {
  transform: translateY(1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.5);
}

.DownloadButtonCustom svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}

/* Custom Accordion Menu Styles */
.custom-menu-category {
  display: flex;
  flex-direction: column;
  margin-bottom: 9px;
}

.custom-menu-header {
  background-image: url(images/novo/header.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 219px;
  height: 33px;
  margin-left: -21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
}

.custom-menu-header span {
  font-family: 'Cinzel', 'Georgia', serif;
  color: #e0ca9c;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  pointer-events: none;
}

.custom-menu-header svg {
  width: 13px;
  height: 13px;
  color: #e0ca9c;
  position: relative;
  z-index: 11;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.custom-menu-header svg.rotate {
  transform: rotate(180deg);
}

.custom-menu-body {
  margin-left: -13px;
  width: 202px;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.20s ease-in-out, margin-bottom 0.20s ease-in-out;
  margin-bottom: 5px;
}

.custom-menu-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.custom-menu-body.collapsed {
  margin-bottom: 0;
  pointer-events: none;
}

.custom-menu-center {
  background-image: url(images/novo/content-center.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -12px;
  padding: 25px 10px 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
}

.custom-menu-footer {
  background-image: url(images/novo/content-bottom.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 27px;
  margin-top: -11px;
  width: 100%;
}

.custom-menu-body.expanded {
  grid-template-rows: 1fr;
}

.custom-menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px 8px 12px;
  border-left: 3px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s;
  position: relative;
}

.custom-menu-item:hover {
  background: #0000000d;
  border-left-color: #4a9960;
  text-decoration: none;
}

.custom-menu-item:hover span {
  color: #2d5a3a;
}

.custom-menu-item-active {
  background: #4a99601a !important;
  border-left-color: #4a9960 !important;
  cursor: default;
  pointer-events: none;
}

.custom-menu-item-active span {
  color: #2d5a3a !important;
  font-weight: 600;
}

.custom-menu-item svg {
  width: 15px;
  height: 15px;
  color: #b28b55;
  transition: color 0.2s;
  flex-shrink: 0;
}

.custom-menu-item:hover svg {
  color: #216e3e;
}

.custom-menu-item span {
  font-family: 'Inter Fallback', 'Inter', sans-serif;
  color: #3d3225;
  font-size: 12px;
  font-weight: 500;
}

.custom-menu-badge-new {
  background-color: #ff9800;
  color: #ffffff !important;
  font-family: Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 3px 5px;
  border-radius: 3px;
  margin-left: auto;
  line-height: 1;
}

/* --- Top Navigation Bar Styles --- */
.nav-container {
  width: 100%;
  height: 44px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.nav-links,
.nav-status {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: normal !important;
  text-decoration: none !important;
  transition: color 0.2s;
}

.nav-link:hover {
  color: #e2e8f0 !important;
}

.nav-link svg {
  width: 16px;
  height: 16px;
}

.divider {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 15px;
}

.status-icon {
  color: #4ade80 !important;
}

.status-count {
  color: #4ade80 !important;
  font-weight: normal !important;
}

.status-text {
  color: #d1d5db !important;
  font-weight: normal !important;
}

.status-offline {
  color: #ef4444 !important;
  font-weight: normal !important;
}

/* --- News Tickers Panel --- */
.updates-container {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
}

.updates-header {
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  gap: 8px;
  width: calc(101% + 12px);
  margin-left: -11px;
  position: relative;
  z-index: 2;
}

.updates-panel {
  box-sizing: border-box;
  width: 100%;
  background-color: #f0e4cc;
  border: 3px solid #d4a017;
  border-radius: 6px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  margin-top: -12px;
  padding: 12px;
  padding-top: 24px;
}

.updates-panel .HeaderPagesText {
  display: none;
}

.news-inner-box {
  background-color: #dfceaf;
  border: 1px solid #c8b28f;
  border-radius: 4px;
  padding: 12px;
  margin-top: 8px;
  margin-bottom: 16px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  font-size: 12px;
  color: #333;
}

.news-inner-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.news-inner-title {
  color: rgb(52, 152, 219);
  font-weight: 600;
  font-size: 12px;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  margin: 0;
}

.news-rich-content {
  line-height: 1.6;
}

.news-rich-content p {
  margin-bottom: 10px;
}

.updates-header svg {
  width: 18px;
  height: 18px;
  color: #f0e6d2;
  margin-left: 14px;
}

.updates-header h1 {
  min-width: 0;
  font-family: var(--font-medieval), 'Cinzel', serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #f0e6d2;
  text-shadow: 1px 1px 2px #000c;
  flex: 1;
  align-items: center;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.update-row {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border-bottom: 1px solid #c4b598;
  cursor: pointer;
  transition: background-color 0.2s;
}

.update-row:last-child {
  border-bottom: none;
}

.update-row:hover {
  background-color: #dfd1b3;
}

.update-row.even {
  background-color: rgba(223, 209, 179, 0.3);
}

.update-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.update-icon img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.update-date {
  width: 120px;
  margin-left: 8px;
  flex-shrink: 0;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  font-size: 11px;
  color: #7b6a58;
}

.update-text-container {
  margin-left: 12px;
  flex-grow: 1;
  font-family: 'Inter', 'Inter Fallback', sans-serif;
  font-size: 11px;
  color: #3e2714;
  overflow: hidden;
  min-width: 0;
  text-align: left;
}

.NewsTickerShortText {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.NewsTickerFullText {
  display: none;
  padding-top: 4px;
  color: #2a1a0d;
}

.update-arrow {
  margin-left: 16px;
  color: #8b7355;
  transition: color 0.2s;
  flex-shrink: 0;
}

.update-row:hover .update-arrow {
  color: #000000;
}