@charset "UTF-8";
html {
  /* Removed fixed min-width for mobile responsiveness */
}

body {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #061021;
  color: #FFFFFF;
  background-image: url(../images/Background_Artwork.webp);
  background-repeat: no-repeat;
  background-size: 1600px 800px;
  background-position: 300px top;
}

h3 {
  margin-top: 10px;
}

h4 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

p {
  display: inline-block;
  margin: 8px;
  overflow-wrap: break-word;
}

a {
  color: #6f9ae4;
  text-decoration: underline;
}

th {
  width: 33%;
}

td {
  color: white;
}

ol, ul {
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 35px;
}

.float-left {
  float: left;
  display: inline-block;
  padding-left: 35px;
}

.float-right {
  float: right;
  display: inline-block;
}

#tibiatrade {
  border: none;
  transform: scale(1);
  transform-origin: 0 0;
  width: 100%;
  height: 58px;
  align: center;
}

.tibiatrade_span {
  margin-top: 10px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 12px;
}

.tibiatrade_span a {
  color: inherit;
}

#tibiatrade_low_res {
  display: none;
}

#page-container {
  height: 100%;
  margin: auto;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#header {
  order: 1;
  -ms-flex-preferred-size: 14.9%;
  font-family: "Acme", sans-serif;
  float: left;
  display: block;
  width: 300px;
}

#banner {
  order: 2;
  flex-basis: 53%;
  height: 90%;
  margin-left: 3%;
  margin-right: 1%;
  font-size: 14px;
  text-shadow: black 1px 1px 3px;
  line-height: 130%;
  color: #ebebeb;
}

#right-header {
  order: 3;
  flex-basis: 20%;
}

#left-sidebar {
  order: 4;
  -ms-flex-preferred-size: 15%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: left;
  align-content: left;
  width: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: left;
  align-content: left;
  width: 300px;
  max-height: calc(100vh - 120px);
  min-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Custom scrollbar styling for desktop navigation */
#left-sidebar::-webkit-scrollbar {
  width: 6px;
}

#left-sidebar::-webkit-scrollbar-track {
  background: #061021;
}

#left-sidebar::-webkit-scrollbar-thumb {
  background: #1c4b9b;
  border-radius: 3px;
}

#left-sidebar::-webkit-scrollbar-thumb:hover {
  background: #2d8cf8;
}

/* Firefox scrollbar styling */
#left-sidebar {
  scrollbar-width: thin;
  scrollbar-color: #1c4b9b #061021;
}

.nav-item {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px;
  font-family: "IBM Plex Sans", sans-serif;
  transition: 0s;
  text-align: left;
  max-width: 300px;
  min-width: 300px;
}

.nav-item a {
  width: 100%;
  color: white;
  text-decoration: none;
  display: inline-block;
  line-height: 24px;
}

.nav-item:hover {
  background-color: rgba(15, 35, 68, 0.9098039216);
  color: white;
}

.active {
  width: 100%;
  color: #FFFFFF;
  background-color: rgba(15, 35, 68, 0.9098039216);
}

#nav-item-hidden-list {
  display: none;
  list-style-type: none;
  padding: 0;
}

.nav-item-hidden {
  font-size: 90%;
  padding: 10px 0 0 0;
}

.nav-item-hidden a {
  padding: 5px 15px 5px 0;
  text-align: right;
}

.nav-image {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
  width: 20px;
}

.nav-image-container {
  display: flex;
  justify-content: left;
}

.nav-section {
  padding-top: 6px;
  padding-bottom: 4px;
  margin-bottom: 6px;
  font-size: 12px;
  text-align: center;
  max-width: 220px;
  min-width: 220px;
  margin-left: 40px;
  margin-right: 40px;
  border-bottom: 1px solid rgba(45, 140, 248, 0.7137254902);
  font-weight: bold;
}

#main-content {
  order: 5;
  flex-basis: 53%;
  height: 90%;
  background-color: #061021;
  margin-left: 3%;
  margin-right: 1%;
  font-size: 14px;
  text-shadow: black 1px 1px 3px;
  line-height: 130%;
  color: #ebebeb;
  border: 1px solid rgba(203, 212, 255, 0.15);
}

#right-sidebar {
  order: 6;
  height: 100%;
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.right-sidebar-item {
  width: 300px;
}

.logos {
  display: inline;
}

.border-img {
  border: black solid 1px;
}

#left-footer-space {
  order: 7;
  -ms-flex-preferred-size: 15%;
  width: 300px;
}

#footer {
  order: 8;
  flex-basis: 60%;
  align-items: center;
  padding-top: 10px;
}

#right-footer-space {
  order: 9;
  flex-basis: 20%;
}

#footerParagraph {
  width: 100%;
  margin: 0px;
  font-size: 14px;
}

.article-date-title {
  margin-bottom: 5px;
  text-align: left;
  height: 28px;
  background-image: url(https://tibiapal.com/images/newsheadline_background.gif);
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.main-article {
  margin-left: 15px;
  margin-right: 5px;
  text-align: left;
  padding-bottom: 30px;
}

.date {
  position: relative;
  font-size: 11px;
  top: 3px;
  left: 5px;
  padding-right: 15px;
}

.title {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  top: 3px;
}

.main-article-standalone {
  margin: 15px;
  text-align: left;
  padding-bottom: 0px;
}

#banner-paragraph {
  font-size: 12px;
  text-shadow: black 1px 1px 3px;
  line-height: 130%;
  color: #ebebeb;
  display: block;
  background-color: transparent;
  box-sizing: border-box;
}

.right-sidebar {
  width: 100%;
}

.right-sidebar__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.right-sidebar__ads {
  margin-top: 16px;
}

.feature-item {
  background-color: rgba(6, 16, 33, 0.98);
  border: 1px solid rgba(45, 140, 248, 0.45);
  border-radius: 8px;
  padding: 10px 12px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

.content-top {
  margin-bottom: 6px;
}

.feature-item__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  color: rgba(203, 212, 255, 0.8);
  display: block;
  margin-bottom: 2px;
}

.feature-item__title {
  font-size: 14px;
  margin: 0;
}

.feature-item__body {
  margin: 6px 0 0 0;
}

.feature-item__cta {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(111, 154, 228, 0.6);
  font-size: 12px;
  background: linear-gradient(135deg, rgba(45, 140, 248, 0.2), rgba(11, 36, 80, 0.9));
  cursor: pointer;
}
.feature-item__cta:hover {
  border-color: #2d8cf8;
  background: linear-gradient(135deg, rgba(45, 140, 248, 0.35), rgb(11, 36, 80));
}

.feature-item__frame {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: #000;
  margin-top: 8px;
}

.feature-item--igla .feature-item__frame {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

.feature-item__frame--16x9 {
  padding-top: 56.25%;
}

.feature-item__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.feature-item__frame img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-item__frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-item--bestiary .feature-item__frame {
  padding-top: 0;
}
.feature-item--bestiary .feature-item__frame iframe {
  position: static;
  display: block;
  width: auto;
  max-width: 100%;
  height: 313px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

.orange {
  color: orange;
}

.gold {
  color: gold;
}

#submitbutton {
  margin-top: 10px;
}

.block_element {
  display: block;
}

#profit_positive {
  font-weight: bold;
  color: green;
}

#profit_negative {
  font-weight: bold;
  color: red;
  opacity: 100%;
}

#align-left {
  text-align: left;
}

#align-left li {
  padding-bottom: 12px;
}

.expandable-div {
  background-color: #061021;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 2px solid rgba(45, 140, 248, 0.7137254902) !important;
  border-radius: 6px !important;
  outline: none;
  text-align: left;
  font-size: 18px;
  text-shadow: black 1px 1px 3px;
  line-height: 130%;
  color: #ebebeb;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  transition: all 0.3s ease !important;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.expandable-div:hover {
  background-color: rgba(15, 35, 68, 0.95) !important;
  border-color: #2d8cf8 !important;
  box-shadow: 0 4px 8px rgba(45, 140, 248, 0.3);
  transform: translateY(-1px);
}
.expandable-div:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.expandable-div:after {
  content: "+";
  font-size: 20px !important;
  font-weight: bold;
  margin-left: 10px;
  float: right;
  transition: transform 0.3s ease;
}
.expandable-div:hover:after {
  transform: scale(1.2);
}

.active-expanded-div {
  background-color: rgba(15, 35, 68, 0.9098039216);
  border-color: #2d8cf8 !important;
  box-shadow: 0 4px 8px rgba(45, 140, 248, 0.4);
}
.active-expanded-div:after {
  content: "−" !important;
}

.expandable-div-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

.tablinks {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.tablinks.enabled {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}

#rashid-city {
  font-size: 16px;
  text-shadow: black 1px 1px 3px;
  padding-bottom: 20px;
}

#rashidexample {
  display: block;
  width: 165px;
  height: 100px;
}

#Rashid {
  padding-top: 20px;
}

#stream-container {
  background-color: #061021;
  padding-bottom: 30px;
}

#twitch_iframe {
  border: none;
}

#stream-info {
  font-size: 14px;
  padding-bottom: 10px;
}

#discord-container {
  background-color: #061021;
}

#staminaform label {
  display: inline-block;
  width: 160px;
  padding-bottom: 5px;
}

#staminalevel {
  width: 70px;
}

#targetstamina {
  width: 70px;
}

#offlinetrainingexample {
  border: 1px grey solid;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#new-homepage {
  font-size: 16px;
  color: red !important;
}

.about_p {
  text-align: left;
  padding-bottom: 12px;
  padding-left: 10px;
}

.house_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
}

.house_img {
  margin-bottom: 20px;
  align-content: left;
  width: 50%;
}

.house_img img {
  border: black solid 1px;
}

.house_details {
  width: 50%;
}

.house_details_table {
  display: inline-block;
}

.house_details_table td {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid grey;
}

#blessform {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}

#blessform input {
  margin-top: 7px;
  margin-bottom: 7px;
  width: 165px;
}

#blessform select {
  margin-top: 7px;
  width: 160px;
}

#blessform label {
  display: inline-block;
  width: 130px;
}

#blesssubmitbutton {
  width: 70px !important;
}

#expshareform {
  padding-top: 10px;
  padding-bottom: 10px;
}

#level {
  width: 170px;
}

#top-donators {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  text-shadow: black 1px 1px 3px;
  line-height: 130%;
  color: #ebebeb;
  display: inline-block;
  background-color: #061021;
}

#donator-list {
  padding: 0;
  margin: 0;
  margin-left: 30px;
  text-align: left;
  padding-top: 5px;
  font-size: 12px;
}

.flagphoto {
  width: 12px;
  height: 12px;
}

.donationparagraph {
  margin: 5px;
}

#ordered_donators_list {
  text-align: left;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hunting_table {
  display: initial;
  width: auto;
  text-align: left;
}

.hunting_table th {
  width: auto;
}

.rune-fire, .weapon-fire {
  color: #ff4444;
}

.rune-ice, .weapon-ice {
  color: #87ceeb;
}

.rune-energy, .weapon-energy {
  color: #9370db;
}

.rune-earth, .weapon-earth {
  color: #90ee90;
}

.rune-death, .weapon-death {
  color: #cccccc;
}

.rune-physical, .weapon-physical {
  color: #ffffff;
}

.level_row {
  width: 10%;
}

.place_row {
  width: 60%;
}

.exp_row {
  width: 15%;
}

.hunting_table td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.hunting_table tbody tr:nth-child(even) {
  background-color: #0d1e38;
}

.sortable-header {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease;
  padding-right: 20px;
}

.sortable-header::after {
  content: "↕";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 12px;
  transition: color 0.2s ease;
}

.sortable-header:hover {
  background-color: #14356d;
}

.sortable-header:hover::after {
  color: #4CAF50;
}

.sortable-header.sort-asc::after {
  content: " ▲";
  color: #4CAF50;
  font-weight: bold;
}

.sortable-header.sort-desc::after {
  content: " ▼";
  color: #4CAF50;
  font-weight: bold;
}

#filter_selection {
  margin-bottom: 20px;
}

#filter_selection label {
  margin-right: 15px;
}

.hunting_tab {
  overflow: hidden;
}

.hunting_tab button {
  border: 1px solid #cbd4ff;
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 33.33%;
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
}

.hunting_tab button:hover {
  background-color: #14356d;
}

.hunting_tab button.active {
  background-color: #1c4b9b;
  width: 33.33%;
}

/* Special styling for 2-tab layouts (like exercise page) */
.hunting_tab.two-tabs button {
  width: 50%;
}

.hunting_tab.two-tabs button.active {
  width: 50%;
}

.tabcontent {
  padding-top: 10px;
  display: none;
  border-top: none;
}

.rune-fire {
  color: #ff4444;
}

.rune-ice {
  color: #87ceeb;
}

.rune-energy {
  color: #9370db;
}

.rune-earth {
  color: #90ee90;
}

.rune-death {
  color: #cccccc;
}

.rune-physical {
  color: #ffffff;
}

#analyserData {
  width: 365px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.copy_button_div {
  display: inline-block;
  margin-left: 3px;
}

.instructions-list {
  text-align: center;
  list-style-position: inside;
}

.hiddeninput {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

#copy-all-button {
  margin-top: 10px;
}

#extra-expenses-button {
  color: white;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

#extra-container {
  padding-top: 50px;
  display: none;
}

#results {
  margin-top: 10px;
  margin-bottom: 10px;
}

#list-remove-players {
  text-align: left;
  padding-left: 20px;
}

#list-remove-players input {
  padding-bottom: 10px;
}

#submitremoveplayers {
  display: none;
  margin-bottom: 10px;
}

#submitextrabutton {
  margin-bottom: 10px;
}

#extra-expense-table {
  display: none;
}

#h4_history_tls {
  display: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  bottom: 10px;
}

#tibialootsplit-history-table {
  display: none;
}

#tibialootsplit-history-table tbody {
  padding-top: 20px;
}

#tibialootsplit-history-table th, tr {
  width: auto;
  padding: 0 10px 0 10px;
}

#tibialootsplit-history-table td {
  width: auto;
  padding: 5px 5px 5px 5px;
}

#tibialootsplit-history-table tbody tr:nth-child(even) {
  background-color: #0d1e38;
}

#tibialootsplitform label {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.bestiary_table {
  display: initial;
  text-align: left;
}

.bestiary_table td {
  padding: 5px 10px 5px 10px;
}

.table_cell_checkbox {
  text-align: center;
  vertical-align: middle;
}

.bestiary_table th {
  width: auto;
  padding: 0 10px 0 10px;
}

.bestiary_table tbody tr:nth-child(even) {
  background-color: #0d1e38;
}

#bestiaryexample {
  border: 1px grey solid;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 425px;
  height: 300px;
}

.bestiary_table .sortable-header {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s;
  position: relative;
  padding-right: 0;
}
.bestiary_table .sortable-header:hover {
  background-color: rgba(45, 140, 248, 0.3) !important;
}
.bestiary_table .sortable-header::after {
  content: none !important;
}

.bestiary-filter-buttons {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.bestiary-filter-btn {
  padding: 8px 16px;
  background-color: #061021;
  color: #ebebeb;
  border: 1px solid rgba(45, 140, 248, 0.7137254902);
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.bestiary-filter-row {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.bestiary-filter-label {
  color: #ebebeb;
  margin-right: 10px;
  font-weight: bold;
  min-width: 125px;
  text-align: left;
}

.bestiary-checkbox-container {
  display: inline-block;
}

.bestiary-checkbox-label {
  color: #ebebeb;
  margin-right: 15px;
}

.bestiary-checkbox-container > .bestiary-checkbox-label:first-child {
  margin-left: 5px;
}

.bestiary-input-row {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.bestiary-input-label {
  color: #ebebeb;
  margin-right: 10px;
  min-width: 60px;
}

.bestiary-input {
  padding: 8px;
  width: 300px;
  background-color: #061021;
  color: #ebebeb;
  border: 1px solid rgba(45, 140, 248, 0.7137254902);
  border-radius: 4px;
}

#levelFilter::-webkit-outer-spin-button, #levelFilter::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#levelFilter[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

#imbueform {
  padding-left: 15px;
  padding-bottom: 15px;
}

#imbueform label {
  display: inline-block;
}

#imbueitemsform {
  padding-bottom: 20px;
  text-align: left;
  display: none;
}

#imbueitemsform input {
  margin-top: 5px;
}

#imbueitemsform label {
  display: inline-block;
  width: 200px;
}

#imbue_results {
  display: none;
}

#imbue_results p {
  display: block;
}

#imbue_results table {
  display: inline-block;
  border-collapse: collapse;
  width: 70%;
  padding-bottom: 40px;
}

#imbue_results td {
  border: 1px solid grey;
  padding: 5px;
  margin: 0px;
  width: 100%;
}

.imbue_table_item {
  min-width: 230px;
}

.imbue_table_decision {
  min-width: 230px;
}

#basic_imbue_table {
  padding-left: 10px;
}

#expcalculatorform {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}

#expcalculatorform input {
  margin-top: 5px;
  width: 230px;
}

#expcalculatorform label {
  display: inline-block;
  width: 260px;
}

#expcalculatorsubmitbutton {
  width: 70px !important;
}

#expcalculatorresults {
  padding-bottom: 10px;
}

#expcalculatorexample {
  border: 1px grey solid;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#offlinetrainingform {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}

#offlinetrainingform input {
  margin-top: 5px;
  width: 143px;
}

#offlinetrainingform select {
  margin-top: 5px;
  width: 150px;
}

#offlinetrainingform label {
  display: inline-block;
  width: 170px;
}

#offlinesubmitbutton {
  width: 70px !important;
}

#offlinetrainingpara {
  text-align: left;
  display: block;
}

#offlinetrainingformresults {
  padding-bottom: 15px;
}

#offlinetrainingform_time {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}

#offlinetrainingform_time input {
  margin-top: 5px;
  width: 143px;
}

#offlinetrainingform_time select {
  margin-top: 5px;
  width: 150px;
}

#offlinetrainingform_time label {
  display: inline-block;
  width: 170px;
}

#offlinesubmitbutton_time {
  width: 70px !important;
}

#offlinetrainingpara_time {
  text-align: left;
  display: block;
}

#offlinetrainingformresults_time {
  padding-bottom: 15px;
}

#leechform {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}

#leechform input {
  margin-top: 5px;
  width: 200px;
}

#leechform label {
  display: inline-block;
  width: 200px;
}

#leechsubmitbutton {
  width: 70px !important;
}

/* Ensure navigation stays on the left for very wide screens */
@media (min-width: 1401px) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
  }
  #left-sidebar {
    position: fixed;
    left: 0;
    top: 120px;
    z-index: 100;
  }
  #tibiatrade_low_res {
    margin-left: 320px;
    margin-top: 200px;
  }
  #banner {
    margin-left: 320px;
  }
  #main-content {
    margin-left: 320px;
  }
}
@media (max-width: 1400px) {
  #rashid-day {
    font-size: 14px;
  }
  #rashidexample {
    width: 82px;
    height: 50px;
  }
  .nav-item {
    font-size: 14px;
  }
  #expcalculatorexample {
    width: 300px;
    height: 170px;
  }
  #offlinetrainingexample {
    width: 300px;
    height: 170px;
  }
  #header {
    display: none;
  }
  #banner {
    display: none;
  }
  #right-header {
    display: none;
  }
  #left-sidebar {
    margin: 0;
    padding: 0;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  #main-content {
    margin: 0;
    padding: 0;
  }
  #right-sidebar {
    display: none;
  }
  #left-footer-space {
    display: none;
  }
  #footer {
    display: none;
  }
  #right-footer-space {
    display: none;
  }
  #tibiatrade_low_res {
    display: initial;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #left-sidebar {
    width: 0;
    overflow: hidden;
    position: fixed;
    top: 48px;
    left: 0;
    height: calc(100vh - 48px);
    z-index: 1000;
    background-color: #061021;
    transition: width 0.3s ease;
    border-right: 1px solid #1c4b9b;
    /* Override scrollbar styles for mobile */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #left-sidebar::-webkit-scrollbar {
    display: none;
  }
  /* Show navigation when expanded */
  #left-sidebar.expanded {
    width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  /* Custom scrollbar styling for mobile navigation */
  #left-sidebar.expanded::-webkit-scrollbar {
    width: 6px;
  }
  #left-sidebar.expanded::-webkit-scrollbar-track {
    background: #061021;
  }
  #left-sidebar.expanded::-webkit-scrollbar-thumb {
    background: #1c4b9b;
    border-radius: 3px;
  }
  #left-sidebar.expanded::-webkit-scrollbar-thumb:hover {
    background: #2d8cf8;
  }
  /* Firefox scrollbar styling */
  #left-sidebar.expanded {
    scrollbar-width: thin;
    scrollbar-color: #1c4b9b #061021;
  }
  /* Navigation toggle button */
  .nav-toggle {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background-color: #061021;
    border: 1px solid #1c4b9b;
    color: white;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0;
    display: block !important;
    min-width: 200px;
    min-height: 48px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  /* Show text when expanded */
  #left-sidebar.expanded .nav-item {
    width: 200px;
    text-align: left;
    font-size: 11px;
    line-height: 1.1;
    overflow: visible;
    padding: 2px 12px;
    margin: 0;
    white-space: nowrap;
  }
  #left-sidebar.expanded .nav-image {
    height: 16px;
    width: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #left-sidebar.expanded .nav-section {
    display: block;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-bottom: 4px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid rgba(45, 140, 248, 0.7137254902);
    margin: 0;
  }
  /* Hide Featured on TibiaTrade section when navigation is collapsed */
  #tibiatrade_low_res {
    display: none;
  }
  /* Adjust main content - no margin when collapsed */
  #main-content {
    margin-left: 0;
    margin-top: 48px;
    width: 100%;
    min-width: 100vw;
  }
  /* Ensure right sidebar (with ads) is not covered */
  #right-sidebar {
    margin-left: 0;
    width: 100%;
    min-width: 300px;
  }
}
/* Mobile-specific ad styling */
#ads-container {
  /* Mobile-optimized ad container */
  max-width: 100%;
  overflow: hidden;
}

/* Mobile-specific ad styling */
@media (max-width: 768px) {
  #ads-container {
    padding: 10px;
    margin: 10px 0;
  }
  /* Ensure ads don't overflow on mobile */
  #ads-container ins {
    max-width: 100% !important;
    height: auto !important;
  }
  /* Make tables responsive */
  table {
    width: 100%;
    overflow-x: auto;
    display: block;
  }
  /* Improve form elements on mobile */
  input, select, textarea {
    max-width: 100%;
    box-sizing: border-box;
  }
  /* Better mobile typography */
  body {
    font-size: 16px;
  }
  h1, h2, h3, h4 {
    font-size: 1.2em;
  }
  /* Ensure minimum usable widths for content */
  #main-content {
    min-width: 100vw;
    overflow-x: auto;
  }
  #right-sidebar {
    min-width: 300px;
    overflow-x: auto;
  }
  /* Additional mobile navigation improvements */
  #left-sidebar.expanded {
    max-height: calc(100vh - 48px);
    padding-bottom: 20px;
  }
  #left-sidebar.expanded .nav-item {
    padding: 3px 12px;
  }
  #left-sidebar.expanded .nav-section {
    padding: 6px 12px 2px 12px;
  }
}
#quest-boss-list h2 {
  display: block;
}

#quest-boss-list ul {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 15px;
}

#quest-boss-list ul li {
  list-style: none;
  width: 125px;
  height: 155px;
  float: left;
  background: #dedede;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
}

#quest-boss-list ul li p {
  display: block;
}

#quest-boss-list ul li .boss-image {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#quest-boss-list ul li .boss-name {
  color: #000;
  text-shadow: none;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
}

#quest-boss-list ul li .boss-timer {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  text-shadow: none;
}

#profile_name_form {
  margin-bottom: 15px;
}

#profile_name {
  width: 150px;
}

#profile_remove_submit {
  width: 70px;
}

#profile_name_submit {
  width: 50px;
  margin-left: 6px;
}

.weapons_table {
  display: initial;
}

.weapons_table td {
  padding: 5px 10px 5px 10px;
}

.weapons_table th {
  width: auto;
  padding: 0 10px 0 10px;
}

.weapons_table tbody tr:nth-child(even) {
  background-color: #0d1e38;
}

#vocation_exercise_form {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}

#vocation_exercise_form input {
  margin-top: 7px;
  width: 203px;
}

#vocation_exercise_form select {
  margin-top: 7px;
  width: 210px;
}

#vocation_exercise_form label {
  display: inline-block;
  width: 180px;
}

#vocation_exercise_form_spend {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}

#vocation_exercise_form_spend input {
  margin-top: 7px;
  width: 203px;
}

#vocation_exercise_form_spend select {
  margin-top: 7px;
  width: 210px;
}

#vocation_exercise_form_spend label {
  display: inline-block;
  width: 180px;
}

#exercisesubmitbutton {
  width: 70px !important;
}

#exercisesubmitbutton_spend {
  width: 70px !important;
}

#exercisepara {
  text-align: left;
  display: block;
}

#exerciseformresults {
  padding-bottom: 15px;
}

#exerciseformresults_spend {
  padding-bottom: 15px;
}

#other_tools_list li {
  text-align: left;
  padding-top: 12px;
}

.videos-list li {
  padding-top: 15px;
}

#wheel_form {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}

#wheel_form input {
  margin-top: 7px;
  width: 103px;
}

#wheel_form select {
  margin-top: 7px;
  width: 110px;
}

#wheel_form label {
  display: inline-block;
  width: 150px;
}

#wheel_content {
  text-align: left;
}

#wheel_form_domain {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}

#wheel_form_domain select {
  margin-top: 7px;
  width: 130px;
}

#wheeltitle {
  text-align: left;
}

#wheelpoints {
  display: block;
  text-align: left;
}

#wheel_content {
  text-align: left;
}

#splices_form {
  padding-left: 15px;
  text-align: left;
}

#splices_form input {
  margin-top: 7px;
  width: 103px;
  margin-bottom: 7px;
}

.wheel_domain_content {
  display: block;
  text-align: left;
}

.domain-image {
  margin-top: 10px;
  height: 35px;
  width: 35px;
  margin-bottom: -10px;
}

#wheel_bonuses {
  display: block;
  text-align: left;
}

#wheel_bonus_list {
  text-align: left;
}

.wheels_table .points_row {
  width: 80px;
}

.wheels_table .description_row {
  width: auto;
}

.wheels_gems_section {
  margin-bottom: 16px;
  padding: 12px 15px;
  background-color: #0d1e38;
  border-radius: 5px;
  border: 1px solid #1c4b9b;
  display: inline-block;
  text-align: left;
}

.wheels_gems_row {
  display: flex;
  align-items: baseline;
  margin-bottom: 6px;
}

.wheels_gems_row:last-child {
  margin-bottom: 0;
}

.wheels_gems_label {
  font-weight: bold;
  color: #ccc;
  width: 160px;
  flex-shrink: 0;
}

.wheels_gems_list {
  margin: 0;
  padding-left: 18px;
  color: #fff;
  text-align: left;
}

.wheels_gems_list li {
  margin-bottom: 2px;
}

#forge_form input[type=number]::-webkit-outer-spin-button,
#forge_form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#forge_form input[type=number] {
  -moz-appearance: textfield;
}

#forge_form {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 20px;
}

#forge_form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
}

#forge_form label {
  color: #ebebeb;
  font-weight: bold;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  text-align: right;
  flex: 0 0 250px;
}

#forge_form select {
  flex: 0 0 120px !important;
  max-width: 120px !important;
  width: 120px !important;
  box-sizing: border-box !important;
  padding: 8px;
  background-color: #061021;
  color: #ebebeb;
  border: 1px solid rgba(45, 140, 248, 0.7137254902);
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

#forge_form input[type=number] {
  width: 120px !important;
  max-width: 120px !important;
  flex: 0 0 120px !important;
  box-sizing: border-box !important;
  padding: 8px;
  background-color: #061021;
  color: #ebebeb;
  border: 1px solid rgba(45, 140, 248, 0.7137254902);
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

#forge_form select:disabled {
  background-color: #0a1525;
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
}

#forge_form select:hover {
  border-color: #2d8cf8;
}

#forge_form input[type=number]:hover {
  border-color: #2d8cf8;
}

#forge_form select:focus {
  outline: none;
  border-color: #2d8cf8;
  box-shadow: 0 0 5px rgba(45, 140, 248, 0.3);
}

#forge_form input[type=number]:focus {
  outline: none;
  border-color: #2d8cf8;
  box-shadow: 0 0 5px rgba(45, 140, 248, 0.3);
}

#forge_form select option {
  background-color: #061021;
  color: #ebebeb;
}

#forgesubmitbutton {
  width: 120px !important;
  max-width: 120px !important;
  flex: 0 0 120px !important;
  box-sizing: border-box !important;
  padding: 10px;
  background-color: #2d8cf8;
  color: #ebebeb;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

#forgesubmitbutton:hover {
  background-color: #1d6fd8;
  transform: translateY(-1px);
}

#forgesubmitbutton:active {
  transform: translateY(0);
}

#forge_info {
  max-width: 600px;
  margin: 0 auto 18px;
  padding: 15px;
  background-color: rgba(45, 140, 248, 0.1);
  border: 1px solid rgba(45, 140, 248, 0.7137254902);
  border-radius: 4px;
  color: #ebebeb;
  line-height: 1.5;
}

#forge_info h1 {
  color: #ebebeb;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 26px;
}

#forge_info p {
  margin: 8px 0;
}

#forge_info p:not(:first-child) {
  margin-top: 6px;
  font-style: italic;
  color: #b0b0b0;
}

#forge_results {
  max-width: 600px;
  margin: 18px auto 0;
  padding: 15px;
  color: #ebebeb;
  line-height: 1.5;
}

#charm_form {
  padding-left: 15px;
  padding-bottom: 15px;
}

#charm_form label {
  display: inline-block;
}

#charm_form_values {
  padding-bottom: 20px;
  text-align: left;
  display: none;
}

#charm_form_values input {
  margin-top: 5px;
}

#charm_form_values label {
  display: inline-block;
  width: 250px;
}

#charm_results {
  display: none;
}

#charm_results p {
  display: block;
}

#charm_results table {
  display: inline-block;
  border-collapse: collapse;
  width: 70%;
  padding-bottom: 40px;
}

#charm_results td {
  border: 1px solid grey;
  padding: 5px;
  margin: 0px;
  width: 100%;
}

.imbue_table_item {
  min-width: 230px;
}

.imbue_table_decision {
  min-width: 230px;
}

#basic_imbue_table {
  padding-left: 10px;
}

.charm_div {
  display: inline-block;
  padding-bottom: 50px;
  padding-right: 30px;
}

#planner_major_charms, #planner_minor_charms {
  display: inline-block;
}

#planner_minor_charms {
  padding-top: 0px;
}

.charm_div:hover {
  opacity: 0.6;
}

.planner_para {
  width: 100%;
  text-align: left;
  padding-bottom: 2px;
}

#reset_button_container {
  width: 100%;
  text-align: left;
}

#reset_charms {
  text-align: left;
  margin-left: 10px;
}

.charm_tab {
  overflow: hidden;
}

.charm_tab button {
  border: 1px solid #cbd4ff;
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 50%;
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
}

.charm_tab button:hover {
  background-color: #14356d;
}

.charm_tab button.active {
  background-color: #1c4b9b;
  width: 50%;
}

.tabcontent {
  padding-top: 10px;
  display: none;
  border-top: none;
}

.equipment_table {
  text-align: left;
  table-layout: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.equipment_table th {
  width: auto;
}

.equipment_table td {
  padding-top: 4px;
  padding-bottom: 4px;
  word-wrap: break-word;
}

.equipment_table tbody tr {
  background-color: #0d1e38;
}

.filter_selection {
  margin-bottom: 20px;
}

.filter_selection label {
  margin-right: 15px;
}

.filter_container {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #0d1e38;
  border-radius: 5px;
  border: 1px solid #1c4b9b;
}

.filter_row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.filter_row:last-child {
  margin-bottom: 0;
}

.filter_row label {
  width: 140px;
  font-weight: bold;
  color: #ccc;
  margin: 0;
  text-align: left;
  flex-shrink: 0;
}

.filter_row select {
  padding: 5px 10px;
  border: 1px solid #1c4b9b;
  background-color: #14356d;
  color: #ccc;
  border-radius: 3px;
  font-size: 14px;
  min-width: 150px;
  flex-shrink: 0;
}

.filter_row select:focus {
  outline: none;
  border-color: #cbd4ff;
  box-shadow: 0 0 5px rgba(203, 212, 255, 0.3);
}

.equipment_table tr td img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.equipment_tab {
  overflow: hidden;
}

.equipment_tab button {
  border: 1px solid #cbd4ff;
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 20%;
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
}

.equipment_tab button:hover {
  background-color: #14356d;
}

.equipment_tab button.active {
  background-color: #1c4b9b;
  width: 20%;
}

.tabcontent {
  padding-top: 10px;
  display: none;
  border-top: none;
}

.monk_event_tab {
  overflow: hidden;
}

.monk_event_tab button {
  border: 1px solid #cbd4ff;
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 50%;
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
}

.monk_event_tab button:hover {
  background-color: #14356d;
}

.monk_event_tab button.active {
  background-color: #1c4b9b;
  width: 50%;
}

#monklist {
  text-align: left;
}

#monklist li {
  padding-bottom: 5px;
}

#weekly_task_form {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#weekly_task_form #level {
  width: 140px;
  margin-right: 10px;
}

#weekly_task_form #submit_button {
  display: inline-block;
  width: 70px;
}

#weekly_task_results {
  padding-bottom: 10px;
  text-align: center;
}

#weekly_task_results table {
  display: table;
  border-collapse: collapse;
  table-layout: auto;
  width: auto;
  padding-bottom: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.weekly_task_table th {
  border: 1px solid grey;
  padding: 5px;
  background-color: #0d1e38;
}

.weekly_task_table td {
  border: 1px solid grey;
  padding: 5px;
  margin: 0px;
}

.deliveries_tab {
  overflow: hidden;
}

.deliveries_tab button {
  border: 1px solid #cbd4ff;
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 33.33%;
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  box-sizing: border-box;
}

.deliveries_tab button:hover {
  background-color: #14356d;
}

.deliveries_tab button.active {
  background-color: #1c4b9b;
}

.deliveries_table {
  display: initial;
  width: auto;
  text-align: left;
}

.deliveries_table th {
  width: auto;
  padding: 8px;
}

.deliveries_table td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding: 8px;
}

.deliveries_table tbody tr:nth-child(even) {
  background-color: #0d1e38;
}

.tabcontent {
  padding-top: 10px;
  display: none;
  border-top: none;
}

.delivery-sortable-header {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease;
  padding-right: 40px;
}

.delivery-sortable-header::after {
  content: "↕";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 12px;
  transition: color 0.2s ease;
}

.delivery-sortable-header:hover {
  background-color: #14356d;
}

.delivery-sortable-header:hover::after {
  color: #4CAF50;
}

.delivery-sortable-header.delivery-sort-asc::after {
  content: " ▲";
  color: #4CAF50;
  font-weight: bold;
}

.delivery-sortable-header.delivery-sort-desc::after {
  content: " ▼";
  color: #4CAF50;
  font-weight: bold;
}

.tasks_tab {
  overflow: hidden;
}

.tasks_tab button {
  border: 1px solid #cbd4ff;
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 33.33%;
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  box-sizing: border-box;
}

.tasks_tab button:hover {
  background-color: #14356d;
}

.tasks_tab button.active {
  background-color: #1c4b9b;
}

.tasks_table {
  display: initial;
  width: auto;
  text-align: left;
}

.tasks_table th {
  width: auto;
  padding: 8px;
}

.tasks_table td {
  padding: 8px;
}

.tasks_table tbody tr:nth-child(even) {
  background-color: #0d1e38;
}

.tasks-sortable-header {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease;
  padding-right: 40px;
}

.tasks-sortable-header::after {
  content: "↕";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 12px;
  transition: color 0.2s ease;
}

.tasks-sortable-header:hover {
  background-color: #14356d;
}

.tasks-sortable-header:hover::after {
  color: #4CAF50;
}

.tasks-sortable-header.tasks-sort-asc::after {
  content: " ▲";
  color: #4CAF50;
  font-weight: bold;
}

.tasks-sortable-header.tasks-sort-desc::after {
  content: " ▼";
  color: #4CAF50;
  font-weight: bold;
}

.flex {
  display: flex;
}

.flex.column {
  flex-direction: column;
}

.button-group {
  display: grid;
  min-height: 2rem;
}

.button-group button {
  font-size: 1em;
  flex: 1 1 0;
  flex-grow: 1;
  padding: 8px;
  border: 1px solid rgba(45, 140, 248, 0.7137254902);
  background-color: #0f1f3a;
  color: #ebebeb;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.button-group button.active {
  background-color: rgba(45, 140, 248, 0.7137254902);
  color: #ebebeb;
  border-color: #2d8cf8;
  box-shadow: 0 0 5px rgba(45, 140, 248, 0.3);
}

.button-group button.active:hover {
  background-color: rgba(45, 140, 248, 0.8);
  border-color: #2d8cf8;
}

.button-group button:hover {
  background-color: #1a2f4f;
  border-color: #2d8cf8;
}

.button-group button:disabled {
  background-color: #0a1525;
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
}

#fiend-hunter-isostat-direction button {
  width: 100%;
  min-width: 0;
}

.fiend-hunter-button {
  padding: 8px;
  border: 1px solid rgba(45, 140, 248, 0.7137254902);
  background-color: #0f1f3a;
  color: #ebebeb;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.fiend-hunter-button:hover {
  background-color: #1a2f4f;
  border-color: #2d8cf8;
}

.fiend-hunter-button:active {
  background-color: #1a2f4f;
}

.fiend-hunter-button:disabled {
  background-color: #0a1525;
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
}

.fiend-hunter-button.active {
  background-color: rgba(45, 140, 248, 0.7137254902);
  color: #ebebeb;
  border-color: #2d8cf8;
  box-shadow: 0 0 5px rgba(45, 140, 248, 0.3);
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
}

.fiend-hunter-button.active:hover {
  background-color: rgba(45, 140, 248, 0.8);
  border-color: #2d8cf8;
}

#fiend-hunter-button-fullscreen {
  background-color: #8b2a2a;
  border-color: #b83d3d;
}

#fiend-hunter-button-fullscreen:hover {
  background-color: #a83a3a;
  border-color: #d14a4a;
}

#fiend-hunter-button-fullscreen.active {
  background-color: #b83d3d;
  border-color: #d14a4a;
  box-shadow: 0 0 5px rgba(184, 61, 61, 0.4);
}

#fiend-hunter-button-fullscreen.active:hover {
  background-color: #c84d4d;
  border-color: #d14a4a;
}

.tibia-map {
  overflow: hidden;
  border: 2px solid white;
  position: relative;
  cursor: grab;
  margin-right: 0.5%;
  min-height: 600px;
}

.tibia-map-wrapper {
  position: absolute;
  transform-origin: top left;
}

.tibia-map-buttons {
  flex: 0 0 5%;
}

.tibia-map-grid {
  display: grid;
  top: 0;
  left: 0;
  width: 2560px;
  height: 2308px;
  position: absolute;
  z-index: 0;
  transform-origin: center;
}

.tibia-map-tile {
  background-color: rgb(0, 0, 0);
  image-rendering: pixelated;
}

.tibia-map-button-container {
  position: absolute;
  z-index: 2;
}

.tibia-map-button {
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  margin: 0.2rem;
  font-style: bold;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}

.tibia-map-button-highlight {
  font-style: bold;
  font-size: 1.5em;
}

.tibia-map-arrow-up,
.tibia-map-arrow-down {
  position: relative;
  border: 2px solid rgba(45, 140, 248, 0.7137254902);
  background-color: #0f1f3a;
  padding: 0.5rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  min-width: 2.5rem;
  min-height: 2.5rem;
}
.tibia-map-arrow-up::before,
.tibia-map-arrow-down::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
}

.tibia-map-arrow-up::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ebebeb;
  margin-top: -2px;
}

.tibia-map-arrow-down::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ebebeb;
  margin-top: 2px;
}

.tibia-map-arrow-up:hover,
.tibia-map-arrow-down:hover {
  background-color: #1a2f4f;
  border-color: #2d8cf8;
  box-shadow: 0 0 5px rgba(45, 140, 248, 0.3);
}

.tibia-map-arrow-up:hover::before,
.tibia-map-arrow-down:hover::before {
  border-bottom-color: #2d8cf8;
  border-top-color: #2d8cf8;
}

.tibia-map-arrow-up:active,
.tibia-map-arrow-down:active {
  background-color: rgba(45, 140, 248, 0.2);
}

.tibia-map-arrow-up:disabled,
.tibia-map-arrow-down:disabled {
  background-color: #0a1525;
  border-color: rgba(45, 140, 248, 0.3);
  cursor: not-allowed;
  opacity: 0.6;
}

.tibia-map-arrow-up:disabled::before,
.tibia-map-arrow-down:disabled::before {
  border-bottom-color: #666;
  border-top-color: #666;
}

.tibia-map-floor-display {
  border: 2px solid rgba(45, 140, 248, 0.7137254902);
  background-color: #0f1f3a;
  padding: 0.5rem;
  border-radius: 4px;
  cursor: default;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  min-width: 2.5rem;
  min-height: 2.5rem;
  color: #ebebeb;
  font-weight: bold;
  font-size: 1.2em;
}

.tibia-map-floor-display:hover {
  background-color: #1a2f4f;
  border-color: #2d8cf8;
  box-shadow: 0 0 5px rgba(45, 140, 248, 0.3);
}

.tibia-map-floor-display:disabled {
  background-color: #0a1525;
  border-color: rgba(45, 140, 248, 0.3);
  opacity: 0.6;
}

.tibia-map-svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.quest_table {
  text-align: left;
  table-layout: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.quest_table th {
  width: auto;
  margin: 6px 16px 6px 0;
}

.quest_table td {
  padding-top: 4px;
  padding-bottom: 4px;
  word-wrap: break-word;
}

.quest_table tbody tr {
  background-color: #0d1e38;
}

.rec_level_row {
  width: 110px;
  text-align: center;
}

.quest_table td.rec_level_cell {
  text-align: center;
}

.quest_name_row {
  width: 280px;
}

.team_row {
  width: 110px;
}

.team_row {
  text-align: center;
}

.check_row {
  width: 100px;
  text-align: center;
}

.quest_table td.check_cell {
  text-align: center;
}

.other_row {
  width: 220px;
}

.quest-check {
  color: #4caf50;
  font-size: 18px;
  font-weight: bold;
}

.quest-cross {
  color: #e53935;
  font-size: 18px;
  font-weight: bold;
}/*# sourceMappingURL=main.css.map */