/* Importar fonte Orbitron como fallback */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;800;900&display=swap');

body {
  margin: 0px;
  padding:  0px;
  background-color: #000000;
}

img {
  border: none;
}

#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;
}

#HelperDivContainer {
  display: none;
  position: absolute;
  width: 225px;
  z-index: 1000;
  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;
}

#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: 100%;
}
#LoginCreateAccountBox p {
    margin: 0;
    padding: 0;
    font-size: 12pt;
}
#LoginFormButtonCell {
    width: 145px;
    vertical-align: top;
    padding-right: 0;
}

#ContentRow {
  position: relative;
  top: 155px;
}

/* "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;
}

#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
 *  -------------------------------
 */

#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 #Creature {
  position: absolute;
  height: 64px;
  width: 64px;
  top: -95px;
  left: 15px;
  z-index: 15;
  cursor: pointer;
}

#RightArtwork #Boss {
  position: absolute;
  height: 64px;
  width: 64px;
  top: -95px;
  left: 75px;
  z-index: 15;
  cursor: pointer;
}

#PedestalAndOnline {
  position: absolute;
  left: 10px;
  top: -85px;
  width: 161px;
  height: 85px;
}
#Pedestal {
    position: absolute;
    left: -15px;
    top: -121px;
    width: 161px;
    height: 85px;
}

#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: 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:Verdana,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:Verdana,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: Verdana, 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: 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;
}

/* 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: 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;
}

#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: Verdana, 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: Verdana, Arial, 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 : 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;
}

.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;
}
#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;
}

/* 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: 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: 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;
}
.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: #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;
}

.boss-ranking-container {
  min-height: 100vh;
  padding: 6px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #fefcf7 0%, #f8f5f0 100%);
}

.boss-ranking-header {
  text-align: center;
  margin-bottom: 12px;
  padding: 12px;
  background: linear-gradient(45deg, #8B4513, #A0522D);
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #654321;
  position: relative;
  overflow: hidden;
}

.boss-ranking-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 100%; }
}

.boss-ranking-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0;
  letter-spacing: 1px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  position: relative;
  z-index: 1;
}

.boss-ranking-subtitle {
  color: #fff;
  font-size: 0.85em;
  margin-top: 4px;
  opacity: 0.9;
  font-family: "Poppins", "Segoe UI", sans-serif;
  position: relative;
  z-index: 1;
}

.boss-ranking-content {
  max-width: 1050px;
  margin: 0 auto;
  background: #fefcf7;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #e8dcc0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: visible;
  min-width: 0;
  position: relative;
}

.boss-ranking-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background: #fefcf7;
  border-radius: 15px;
  overflow: visible;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  table-layout: fixed;
}

.boss-ranking-table th {
  background: #8B4513;
  color: #F5DEB3;
  padding: 7px 5px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.75em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  border: none;
  border-collapse: collapse;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.boss-ranking-table th:first-child {
  border-radius: 15px 0 0 0;
}

.boss-ranking-table th:last-child {
  border-radius: 0 15px 0 0;
}

.boss-ranking-table td {
  padding: 7px 5px;
  border-bottom: 1px solid #e8dcc0;
  color: #8B4513;
  font-family: "Poppins", "Segoe UI", sans-serif;
  vertical-align: middle;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
}

.boss-ranking-table tr:nth-child(even) {
  background: #f8f5f0;
}

.boss-ranking-table tr:hover {
  background: #f0e8d8;
  transition: all 0.2s ease;
}

.rank-number {
  font-weight: 900 !important;
  color: #8B4513 !important;
  font-size: 1em !important;
  font-family: "Orbitron", "Courier New", monospace !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.2) !important;
  position: relative !important;
  letter-spacing: 1px !important;
  min-width: 45px !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

.rank-number::before {
  content: "#";
  margin-right: 5px;
  font-size: 0.8em;
}

.rank-number:nth-child(1)::before {
  content: "🥇";
}

.rank-number:nth-child(2)::before {
  content: "🥈";
}

.rank-number:nth-child(3)::before {
  content: "🥉";
}

.player-name {
  color: #8B4513;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
  font-family: 'Orbitron', sans-serif !important;
  font-size: 0.85em;
}

.player-name:hover {
  color: #8B4513;
  text-decoration: none;
}

.vocation-name {
  color: #8B4513;
  font-size: 0.75em;
  font-style: italic;
  margin-top: 1px;
  display: block;
  font-family: 'Orbitron', sans-serif !important;
}

.level-value {
  font-weight: 900 !important;
  color: #8B4513 !important;
  font-size: 0.9em !important;
  font-family: "Orbitron", "Courier New", monospace !important;
  letter-spacing: 1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  background: linear-gradient(45deg, #8B4513, #A0522D) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.boss-points-value {
  font-weight: 900 !important;
  color: #000000 !important;
  font-size: 0.9em !important;
  font-family: "Orbitron", "Courier New", monospace !important;
  letter-spacing: 1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  position: relative !important;
}

.boss-points-value::before {
  content: "⚔️";
  margin-right: 5px;
  font-size: 0.8em;
  color: #8B4513;
}

/* Regras especÃ­ficas para forÃ§ar a fonte Orbitron */
.boss-ranking-table .rank-number,
.boss-ranking-table .level-value,
.boss-ranking-table .boss-points-value {
  font-family: "Orbitron", "Courier New", monospace !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
}

/* Larguras especÃ­ficas para as colunas */
.boss-ranking-table th:nth-child(1),
.boss-ranking-table td:nth-child(1) {
  width: 35px;
  text-align: center;
}

.boss-ranking-table th:nth-child(2),
.boss-ranking-table td:nth-child(2) {
  width: 180px;
  text-align: left;
}

.boss-ranking-table th:nth-child(3),
.boss-ranking-table td:nth-child(3) {
  width: 90px;
  text-align: center;
}

.boss-ranking-table th:nth-child(4),
.boss-ranking-table td:nth-child(4) {
  width: 70px;
  text-align: center;
}

@media (max-width: 768px) {
  .boss-ranking-content {
      flex-direction: column;
  }
  
  .boss-ranking-table {
      font-size: 0.75em;
  }
}

.powergamers-container {
  min-height: 100vh;
  padding: 6px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.powergamers-header {
  text-align: center;
  margin-bottom: 12px;
  padding: 12px;
  background: linear-gradient(45deg, #8B4513, #A0522D);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #654321;
  position: relative;
  overflow: hidden;
}

.powergamers-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 100%; }
}

.powergamers-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0;
  letter-spacing: 1px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  position: relative;
  z-index: 1;
}

.powergamers-subtitle {
  color: #fff;
  font-size: 0.85em;
  margin-top: 4px;
  opacity: 0.9;
  font-family: "Poppins", "Segoe UI", sans-serif;
  position: relative;
  z-index: 1;
}

.powergamers-content {
  display: flex;
  gap: 12px;
  max-width: 1050px;
  margin: 0 auto;
  overflow: visible;
}

.powergamers-main {
  flex: 1;
  background: #fefcf7;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #e8dcc0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: visible;
  min-width: 0;
}

.powergamers-sidebar {
  width: 160px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.sidebar-panel {
  background: #fefcf7;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #e8dcc0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.sidebar-title {
  color: #2c3e50;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(45deg, #8B4513, #A0522D);
  color: #F5DEB3;
  padding: 8px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(139, 69, 19, 0.3);
  font-family: "Cinzel", "Times New Roman", serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid #654321;
}

.powergamers-link {
  display: block;
  padding: 6px 8px;
  margin: 2px 0;
  background: #f8f5f0;
  color: #A0522D;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
  border: 1px solid #e8dcc0;
  font-weight: 600;
  font-size: 0.8em;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.powergamers-link:hover {
  background: #f0e8d8;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #A0522D;
  text-decoration: none;
}

.powergamers-link.active {
  background: #8B4513;
  color: #F5DEB3;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(139, 69, 19, 0.4);
  border: 1px solid #654321;
}

.powergamers-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background: #fefcf7;
  border-radius: 6px;
  overflow: visible;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  table-layout: fixed;
}

.powergamers-table th {
  background: #8B4513;
  color: #F5DEB3;
  padding: 7px 5px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.75em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  border: none;
  border-collapse: collapse;
}

.powergamers-table td {
  padding: 7px 5px;
  border-bottom: 1px solid #e8dcc0;
  color: #8B4513;
  font-family: "Poppins", "Segoe UI", sans-serif;
  vertical-align: middle;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
}

.powergamers-table tr:nth-child(even) {
  background: #f8f5f0;
}

.powergamers-table tr:hover {
  background: #f0e8d8;
  transition: all 0.2s ease;
}

.rank-number {
  font-weight: bold;
  color: #8B4513;
  font-size: 0.8em;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.player-name {
  color: #8B4513;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
  font-family: 'Orbitron', sans-serif !important;
  font-size: 0.85em;
}

.player-name:hover {
  color: #8B4513;
  text-decoration: none;
}

.player-name.online {
  color: #28a745;
}

.player-name.offline {
  color: #dc3545;
}

.vocation-name {
  color: #8B4513;
  font-size: 0.75em;
  font-style: italic;
  margin-top: 1px;
  display: block;
  font-family: 'Orbitron', sans-serif !important;
}

.exp-value {
  font-weight: 800;
  color: #8B4513;
  font-size: 0.8em;
  font-family: "Orbitron", "Courier New", monospace;
  letter-spacing: 0.1px;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: help;
  position: relative;
}

.custom-tooltip {
  position: fixed !important;
  z-index: 99999 !important;
  pointer-events: none !important;
  max-width: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
}



/* Larguras especÃ­ficas para as colunas */
.powergamers-table th:nth-child(1),
.powergamers-table td:nth-child(1) {
  width: 35px;
  text-align: center;
}

.powergamers-table th:nth-child(2),
.powergamers-table td:nth-child(2) {
  width: 160px;
  text-align: left;
}

.powergamers-table th:nth-child(3),
.powergamers-table td:nth-child(3) {
  width: 90px;
  text-align: center;
}

.powergamers-table th:nth-child(4),
.powergamers-table td:nth-child(4) {
  width: 70px;
  text-align: center;
}

.powergamers-table th:nth-child(5),
.powergamers-table td:nth-child(5) {
  width: 70px;
  text-align: center;
}

.powergamers-table th:nth-child(6),
.powergamers-table td:nth-child(6) {
  width: 70px;
  text-align: center;
}

.powergamers-table th:nth-child(7),
.powergamers-table td:nth-child(7) {
  width: 70px;
  text-align: center;
}

@media (max-width: 768px) {
  .powergamers-content {
      flex-direction: column;
  }
  
  .powergamers-sidebar {
      width: 100%;
  }
  
  .powergamers-table {
      font-size: 0.75em;
  }
}

.highscores-container {
  min-height: 100vh;
  padding: 6px;
  font-family: 'Orbitron', sans-serif !important;
}

.highscores-container * {
  font-family: 'Orbitron', sans-serif !important;
}

.highscores-header {
  text-align: center;
  margin-bottom: 12px;
  padding: 12px;
  background: linear-gradient(45deg, #8B4513, #A0522D);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #654321;
  position: relative;
  overflow: hidden;
}

.highscores-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 100%; }
}

.highscores-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0;
  letter-spacing: 1px;
  font-family: 'Orbitron', sans-serif !important;
  position: relative;
  z-index: 1;
}

.highscores-subtitle {
  color: #fff;
  font-size: 0.85em;
  margin-top: 4px;
  opacity: 0.9;
  font-family: 'Orbitron', sans-serif !important;
  position: relative;
  z-index: 1;
}

.highscores-content {
  display: flex;
  gap: 12px;
  max-width: 1050px;
  margin: 0 auto;
  overflow-x: hidden;
}

.highscores-main {
  flex: 1;
  background: #fefcf7;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #e8dcc0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow-x: hidden;
  min-width: 0;
}

.highscores-sidebar {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-shrink: 0;
}

.sidebar-panel {
  background: #fefcf7;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid #e8dcc0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.sidebar-title {
  color: #2c3e50;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(45deg, #8B4513, #A0522D);
  color: #F5DEB3;
  padding: 12px 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(139, 69, 19, 0.3);
  font-family: 'Orbitron', sans-serif !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid #654321;
}

.skill-link, .vocation-link {
  display: block;
  padding: 10px 12px;
  margin: 4px 0;
  background: #f8f5f0;
  color: #A0522D;
  font-family: 'Orbitron', sans-serif !important;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  border: 1px solid #e8dcc0;
  font-weight: 600;
  font-size: 0.95em;
}

.skill-link:hover, .vocation-link:hover {
  background: #f0e8d8;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #A0522D;
  text-decoration: none;
}

.skill-link.active, .vocation-link.active {
  background: #8B4513;
  color: #F5DEB3;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(139, 69, 19, 0.4);
  border: 1px solid #654321;
}

.highscores-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  background: #fefcf7;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.highscores-table th {
  background: #8B4513;
  color: #F5DEB3;
  padding: 10px 8px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  border: none;
  border-collapse: collapse;
}

.highscores-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #e8dcc0;
  color: #8B4513;
  font-family: "Poppins", "Segoe UI", sans-serif;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
}

.highscores-table tr:nth-child(even) {
  background: #f8f5f0;
}

.highscores-table tr:hover {
  background: #f0e8d8;
  transition: all 0.2s ease;
}

.rank-number {
  font-weight: 800 !important;
  color: #8B4513 !important;
  font-size: 0.85em !important;
  font-family: "Orbitron", "Courier New", monospace !important;
  letter-spacing: 0.1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  text-align: center !important;
}

.player-name {
  color: #8B4513;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
  font-family: 'Orbitron', sans-serif !important;
}

.player-name:hover {
  color: #8B4513;
  text-decoration: none;
}

.player-name.online {
  color: #28a745;
}

.player-name.offline {
  color: #dc3545;
}

.vocation-name {
  color: #8B4513;
  font-size: 0.85em;
  font-style: italic;
  margin-top: 3px;
  display: block;
  font-family: 'Orbitron', sans-serif !important;
}

.skill-value {
  font-weight: 800 !important;
  color: #8B4513 !important;
  text-align: center !important;
  font-size: 0.9em !important;
  font-family: "Orbitron", "Courier New", monospace !important;
  letter-spacing: 0.1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Estilo especial para Level e Points */
.level-value, .points-value {
  font-weight: 800 !important;
  color: #8B4513 !important;
  font-size: 0.85em !important;
  font-family: "Orbitron", "Courier New", monospace !important;
  letter-spacing: 0.1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center !important;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.pagination a {
  padding: 8px 12px;
  background: #f8f5f0;
  color: #8B4513;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #e8dcc0;
  transition: all 0.2s ease;
  font-size: 0.9em;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 500;
}

.pagination a:hover {
  background: #8B4513;
  color: #F5DEB3;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(139, 69, 19, 0.4);
}

.no-records {
  text-align: center;
  color: #8B4513;
  padding: 30px;
  font-size: 1.1em;
  opacity: 0.8;
}

.outfit-image {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  width: 45px;
  display: block;
  margin: 0 auto;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  image-rendering: pixelated;
}

/* Corrigir cÃ­rculo transparente nos outfits */
.highscores-table img[src*="outfit"]:not([alt="outfit"]) {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 45px;
  width: 45px;
  object-fit: contain;
  image-rendering: pixelated;
}

/* Remover qualquer estilo que possa causar cÃ­rculo */
.highscores-table img {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  border-radius: 0 !important;
}

  /* Corrigir outfits na página Team - remover position absolute */
.highscores-container .highscores-table img[alt="outfit"],
.highscores-container .highscores-table img[src*="outfit"],
.highscores-container img[alt="outfit"],
.highscores-container img[src*="outfit"] {
  position: static !important;
  transform: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  height: 28px !important;
  width: auto !important;
  margin-right: 6px !important;
  margin-left: 0 !important;
  top: auto !important;
  left: auto !important;
  border: 0 !important;
}

/* Corrigir flags na página Team */
.highscores-container img[src*="flags/"] {
  height: 14px !important;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 6px !important;
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
}

  /* Ajustar coluna do outfit */
.highscores-table th:nth-child(3),
.highscores-table td:nth-child(3) {
  width: 70px;
  min-width: 70px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

/* Ajustar colunas de Level e Points para nÃºmeros grandes (quando nÃ£o Ã© Experience) */
.highscores-table:not(.experience-table) th:nth-child(1),
.highscores-table:not(.experience-table) td:nth-child(1) {
  width: 50px;
  text-align: center;
}

.highscores-table:not(.experience-table) th:nth-child(2),
.highscores-table:not(.experience-table) td:nth-child(2) {
  width: 60px;
  text-align: center;
}

.highscores-table:not(.experience-table) th:nth-child(3),
.highscores-table:not(.experience-table) td:nth-child(3) {
  width: 70px;
  text-align: center;
}

.highscores-table:not(.experience-table) th:nth-child(4),
.highscores-table:not(.experience-table) td:nth-child(4) {
  width: 150px;
  text-align: left;
}

.highscores-table:not(.experience-table) th:nth-child(5),
.highscores-table:not(.experience-table) td:nth-child(5) {
  width: 120px;
  text-align: center;
}

/* Garantir que cada coluna seja independente */
.highscores-table td {
  box-sizing: border-box;
}

.highscores-table th {
  box-sizing: border-box;
}

/* ForÃ§ar aplicaÃ§Ã£o das fontes Orbitron */
.highscores-table .rank-number,
.highscores-table .level-value,
.highscores-table .points-value,
.highscores-table .skill-value {
  font-family: "Orbitron", "Courier New", monospace !important;
  font-weight: 800 !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  letter-spacing: 0.1px !important;
}

/* ForÃ§ar quebra de linha e evitar sobreposiÃ§Ã£o */
.highscores-table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  cellspacing: 0;
  cellpadding: 0;
}

.highscores-table td,
.highscores-table th {
  border: none;
  word-break: break-word;
  hyphens: auto;
  margin: 0;
  padding: 10px 8px;
  border-spacing: 0;
}

/* Garantir que cada coluna seja independente */
.highscores-table td:nth-child(5) {
  text-align: center;
}

.highscores-table td:nth-child(6) {
  text-align: center;
}

/* Garantir que todos os outfits tenham o mesmo tamanho */
.highscores-table td:nth-child(3) {
  height: 60px;
  vertical-align: middle;
  text-align: center;
}

/* Alinhar especificamente os Ã­cones no cabeÃ§alho */
.highscores-table th:nth-child(1),
.highscores-table th:nth-child(2),
.highscores-table th:nth-child(3) {
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 1.2;
  padding: 10px 8px;
  border: none;
  margin: 0;
}

/* Alinhar a coluna inteira do Ã­cone ð¤ */
.highscores-table th:nth-child(3),
.highscores-table td:nth-child(3) {
  text-align: center;
  vertical-align: middle;
  width: 70px;
}

/* Alinhar os textos PLAYER, LEVEL, POINTS */
.highscores-table th:nth-child(4),
.highscores-table th:nth-child(5),
.highscores-table th:nth-child(6) {
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

/* CSS especÃ­fico para quando Ã© Experience (tem coluna extra) */
.highscores-table.experience-table {
  table-layout: fixed;
  width: 100%;
}

.highscores-table.experience-table th:nth-child(1),
.highscores-table.experience-table td:nth-child(1) {
  width: 50px;
}

.highscores-table.experience-table th:nth-child(2),
.highscores-table.experience-table td:nth-child(2) {
  width: 60px;
}

.highscores-table.experience-table th:nth-child(3),
.highscores-table.experience-table td:nth-child(3) {
  width: 70px;
  text-align: center;
  vertical-align: middle;
}

.highscores-table.experience-table th:nth-child(4),
.highscores-table.experience-table td:nth-child(4) {
  width: 150px;
}

.highscores-table.experience-table th:nth-child(5),
.highscores-table.experience-table td:nth-child(5) {
  width: 80px;
}

.highscores-table.experience-table th:nth-child(6),
.highscores-table.experience-table td:nth-child(6) {
  width: 120px;
}

@media (max-width: 768px) {
  .highscores-content {
      flex-direction: column;
  }
  
  .highscores-sidebar {
      width: 100%;
  }
  
  .highscores-title {
      font-size: 2em;
  }
}

.characters-container {
  min-height: 100vh;
  padding: 6px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.characters-header {
  text-align: center;
  margin-bottom: 12px;
  padding: 12px;
  background: linear-gradient(45deg, #8B4513, #A0522D);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #654321;
  position: relative;
  overflow: hidden;
}

.characters-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 100%; }
}

.characters-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0;
  letter-spacing: 1px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  position: relative;
  z-index: 1;
}

.characters-subtitle {
  color: #fff;
  font-size: 0.85em;
  margin-top: 4px;
  opacity: 0.9;
  font-family: "Poppins", "Segoe UI", sans-serif;
  position: relative;
  z-index: 1;
}

.characters-content {
  max-width: 1050px;
  margin: 0 auto;
  background: #fefcf7;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #e8dcc0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: visible;
  min-width: 0;
}

.characters-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background: #fefcf7;
  border-radius: 6px;
  overflow: visible;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  table-layout: fixed;
}

.characters-table th {
  background: #8B4513;
  color: #F5DEB3;
  padding: 7px 5px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.75em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  border: none;
  border-collapse: collapse;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.characters-table td {
  padding: 7px 5px;
  border-bottom: 1px solid #e8dcc0;
  color: #8B4513;
  font-family: "Poppins", "Segoe UI", sans-serif;
  vertical-align: middle;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
}

.characters-table tr:nth-child(even) {
  background: #f8f5f0;
}

.characters-table tr:hover {
  background: #f0e8d8;
  transition: all 0.2s ease;
}

.player-name {
  color: #8B4513;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
  font-family: 'Orbitron', sans-serif !important;
  font-size: 0.85em;
}

.player-name:hover {
  color: #8B4513;
  text-decoration: none;
}

.online-status {
  font-weight: bold;
  margin-right: 5px;
}

.online-status.online {
  color: #00FF00;
}

.online-status.offline {
  color: #FF0000;
}

.vocation-name {
  color: #8B4513;
  font-size: 0.75em;
  font-style: italic;
  margin-top: 1px;
  display: block;
  font-family: 'Orbitron', sans-serif !important;
}

.level-value {
  font-weight: 900 !important;
  color: #8B4513 !important;
  font-size: 0.9em !important;
  font-family: "Orbitron", "Courier New", monospace !important;
  letter-spacing: 1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  background: linear-gradient(45deg, #8B4513, #A0522D) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

@media (max-width: 768px) {
  .characters-content {
      flex-direction: column;
  }
  
  .characters-table {
      font-size: 0.75em;
  }
}

/* Barras de progresso modernas */
.progress {
  display: flex;
  height: 18px;
  overflow: hidden;
  font-size: 11px;
  background-color: #e8dcc0;
  border-radius: 4px;
  border: 1px solid #8B4513;
  margin: 5px 0;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #8B4513;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.bg-danger {
  background: linear-gradient(45deg, #dc3545, #c82333) !important;
}

.bg-default {
  background: linear-gradient(45deg, #007bff, #0056b3) !important;
}

.bg-success {
  background: linear-gradient(45deg, #28a745, #1e7e34) !important;
}

/* Melhorias para o layout das tabelas */
.characters-table {
  table-layout: fixed;
  width: 100%;
}

.characters-table td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.characters-table th,
.characters-table td {
  padding: 8px 5px;
  vertical-align: top;
}

/* Estilo para botÃµes modernos */
.characters-table button {
  transition: all 0.2s ease;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.characters-table button:hover {
  background: #A0522D !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Melhorias para links */
.characters-table a {
  color: #8B4513;
  text-decoration: none;
  transition: color 0.2s ease;
}

.characters-table a:hover {
  color: #A0522D;
  text-decoration: underline;
}

/* Estilo para inputs */
.characters-table input[type="text"] {
  border: 1px solid #8B4513;
  border-radius: 3px;
  padding: 5px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  background: #fefcf7;
  color: #8B4513;
}

.characters-table input[type="text"]:focus {
  outline: none;
  border-color: #A0522D;
  box-shadow: 0 0 5px rgba(139, 69, 19, 0.3);
}

/* Aplicar fonte Orbitron em todos os valores numÃ©ricos */
.characters-table td:not(:first-child) {
  font-family: "Orbitron", "Courier New", monospace !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
}

/* Inverter: labels com fonte Orbitron e negrito, valores sem negrito */
.characters-table td:first-child {
  font-family: "Orbitron", "Courier New", monospace !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  background: linear-gradient(45deg, #8B4513, #A0522D) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.characters-table td:not(:first-child) {
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  text-shadow: none !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
  color: #8B4513 !important;
}

/* Regra especÃ­fica para level-value para sobrescrever a regra geral */
.characters-table .level-value {
  font-family: "Orbitron", "Courier New", monospace !important;
  font-weight: 900 !important;
  color: #8B4513 !important;
  font-size: 0.9em !important;
  letter-spacing: 1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  background: linear-gradient(45deg, #8B4513, #A0522D) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-align: left !important;
}

/* Skills mais chamativas */
.characters-table .skills-table td {
  font-family: "Orbitron", "Courier New", monospace !important;
  font-weight: 900 !important;
  color: #8B4513 !important;
  font-size: 1.1em !important;
  letter-spacing: 1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  background: linear-gradient(45deg, #8B4513, #A0522D) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* CSS especÃ­fico para skills - labels negrito, valores normais */
.characters-table .skills-table tr:nth-child(2) td:first-child {
  font-family: "Orbitron", "Courier New", monospace !important;
  font-weight: 900 !important;
  color: #8B4513 !important;
  font-size: 1.1em !important;
  letter-spacing: 1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  background: linear-gradient(45deg, #8B4513, #A0522D) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.characters-table .skills-table tr:nth-child(2) td:not(:first-child) {
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  font-weight: normal !important;
  color: #8B4513 !important;
  font-size: 1.1em !important;
  letter-spacing: normal !important;
  text-shadow: none !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
}

.characters-table .skills-table tr:nth-child(3) td:first-child {
  font-family: "Orbitron", "Courier New", monospace !important;
  font-weight: 900 !important;
  color: #8B4513 !important;
  font-size: 1.1em !important;
  letter-spacing: 1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  background: linear-gradient(45deg, #8B4513, #A0522D) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.characters-table .skills-table tr:nth-child(3) td:not(:first-child) {
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  font-weight: normal !important;
  color: #8B4513 !important;
  font-size: 1.1em !important;
  letter-spacing: normal !important;
  text-shadow: none !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
}

/* Experience centralizado */
.exp-ratio {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  font-weight: normal !important;
  color: #8B4513 !important;
  text-align: center !important;
  margin: 5px auto !important;
  max-width: 100% !important;
}

/* Apenas os valores numÃ©ricos em negrito */
.exp-current, .exp-needed, .exp-level {
  font-family: "Orbitron", "Courier New", monospace !important;
  font-weight: 900 !important;
  color: #8B4513 !important;
}

/* ForÃ§ar valores dos skills normais (nÃ£o negrito) */
.skills-table tr:nth-child(3) td {
  font-weight: normal !important;
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  color: #8B4513 !important;
}

/* Garantir que todos os valores dos skills sejam normais */
.skills-table tr:nth-child(3) td:first-child {
  font-weight: normal !important;
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  color: #8B4513 !important;
}

/* ForÃ§ar todos os labels dos skills serem negrito Orbitron */
.skills-table tr:nth-child(2) td {
  font-weight: bold !important;
  font-family: "Orbitron", "Courier New", monospace !important;
  color: #8B4513 !important;
  text-shadow: none !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
}

/* ForÃ§ar todos os valores dos skills serem normais Poppins */
.skills-table tr:nth-child(3) td {
  font-weight: normal !important;
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  color: #8B4513 !important;
  text-shadow: none !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
}

/* ForÃ§ar texto normal no experience */
.characters-table td[colspan="2"] div {
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  font-weight: normal !important;
}

.characters-table td[colspan="2"] div b {
  font-family: "Orbitron", "Courier New", monospace !important;
  font-weight: 900 !important;
}

/* Outfit alinhado */
.characters-table td[style*="text-align: center"] {
  text-align: center !important;
  vertical-align: middle !important;
}

/* Progress bars dinÃ¢micos */
.progress {
  display: flex;
  height: 18px;
  overflow: hidden;
  font-size: 11px;
  background-color: #e8dcc0;
  border-radius: 4px;
  border: 1px solid #8B4513;
  margin: 5px 0;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #8B4513;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  transition: width 0.6s ease;
}

/* Search moderno - Esquerda (formulÃ¡rio principal .form) */
.search-character-container {
  background: linear-gradient(135deg, #fefcf7 0%, #f8f5f0 100%);
  border-radius: 8px;
  padding: 15px;
  margin-top: 5px;
  border: 1px solid #e8dcc0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* Search moderno - Centralizado (final da pÃ¡gina) */
.search-character-container-final {
  background: linear-gradient(135deg, #fefcf7 0%, #f8f5f0 100%);
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #e8dcc0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  display: block !important;
}

.search-character-header {
  background: linear-gradient(45deg, #8B4513, #A0522D);
  color: #F5DEB3;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.search-character-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.search-character-form label {
  font-weight: bold;
  color: #8B4513;
  font-family: "Poppins", "Segoe UI", sans-serif;
  white-space: nowrap;
}

.search-character-form input[type="text"] {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
  border: 1px solid #8B4513;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  background: #fefcf7;
  color: #8B4513;
}

.search-character-form input[type="text"]:focus {
  outline: none;
  border-color: #A0522D;
  box-shadow: 0 0 5px rgba(139, 69, 19, 0.3);
}

.search-character-form button {
  background: linear-gradient(45deg, #8B4513, #A0522D);
  color: #F5DEB3;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-family: "Poppins", "Segoe UI", sans-serif;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.search-character-form button:hover {
  background: linear-gradient(45deg, #A0522D, #8B4513);
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Valores especÃ­ficos com fonte Orbitron */
.soul-value, .cap-value, .exp-current, .exp-needed, .exp-level, .exp-ratio {
  font-family: "Orbitron", "Courier New", monospace !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  text-shadow: 1px 1px 2px rgba(139, 69, 19, 0.3) !important;
  background: linear-gradient(45deg, #8B4513, #A0522D) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Melhorar a quebra de linha dos deaths */
.characters-table td[style*="max-width: 0"] {
  max-width: 0 !important;
  width: 100% !important;
}

/* Progress bars mais dinÃ¢micos */
.progress-bar.bg-danger {
  background: linear-gradient(45deg, #dc3545, #c82333) !important;
}

.progress-bar.bg-default {
  background: linear-gradient(45deg, #007bff, #0056b3) !important;
}

.progress-bar.bg-success {
  background: linear-gradient(45deg, #28a745, #1e7e34) !important;
}

/* Limitar o tamanho do experience */
.exp-ratio {
  font-size: 0.8em !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.death-description {
  position: relative;
}

.death-description:hover::after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 100%;
  background: #8B4513;
  color: #F5DEB3;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: normal;
  max-width: 400px;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Esconder apenas o search antigo se existir */


/* Garantir que o conteÃºdo apareÃ§a */
.characters-container,
.characters-content,
.characters-table {
  display: block !important;
  visibility: visible !important;
}

.characters-table {
  display: table !important;
}

.characters-table tbody {
  display: table-row-group !important;
}

.characters-table tr {
  display: table-row !important;
}

.characters-table td,
.characters-table th {
  display: table-cell !important;
}
