body {
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.background {
  position: fixed;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.background-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.background-main {
  width: 100%;
  height: 100%;
}

.background-city {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.background-cloud {
  position: absolute;
  display: flex;
  justify-content: right;
  align-items: center;
  top: 0px;
  z-index: 1;
  width: 200%;
  height: 100%;
}

.background-cloud img {
  position: absolute;
  width: 50%;
  height: 100%;
}

.background-cloud img:nth-child(odd) {
  animation: cloud-movement 180s linear 0s infinite;
}

.background-cloud img:nth-child(even) {
  animation: cloud-movement 120s linear 0s infinite;
}

@keyframes cloud-movement {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}

* {
  color: white;
}

.header {
    background-image: url(images/header.png);
    margin-bottom: -4px;
    background-position: center;
    background-repeat: no-repeat;
    height: 225px;
    z-index: 10;
    position: relative;
}

.sidebar {
  margin: 5px auto;
  width: 245px;
  float: right;
  margin-right: 0px;
}

.table th {
  background-image: url("/images/navbar_background.png");
  background-repeat: repeat;
  background-size: 200px;
  border: 1px solid #808080;
  color: white;
	text-align: left;
  background-position: 0% 70%;
}
.cb-table > thead > tr:first-child > th {
  border-top: 0;
}
.cb-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.cb-table > tbody > tr:last-child > td { border-bottom: 0; }
.cb-table > thead > tr {
  background-image: url("/images/navbar_background.png");
  background-repeat: repeat;
  background-size: 200px;
  background-position: 0% 70%;
}
.cb-table > thead > tr > th { background: transparent; }

.table tr:nth-child(odd) {background-color: #d1d1d1}

main {
  display: flex;
  gap: 25px;
}

#container {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}

.content {
  float: left;
  margin: 5px auto;
  width: 735px;
  min-height: 50px;
}

.news-post-date {
  float: right;
  text-align: right;
  position: relative;
  top: -2px;
}

.tab-content {
  background-color:white;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding:10px 15px 10px 15px
}

.payment_method {
    background-image: url("../images/pmcid_icon_normal.png");
    display: inline-block;
    height: 100px !important;
    margin: 16px;
    position: relative;
    width: 150px !important;
}
.payment_method_selected {
    background-image: url("../images/pmcid_icon_selected.png");
    height: 100px !important;
    position: absolute;
    width: 150px !important;
}
.payment_method:hover {
    opacity: 0.8;
}
.payment_method > .payment_img{
    position:absolute;
    bottom : 45%;
    right: 38%;
    max-width: 90px;
    max-height:50px;
}
.payment_method > .payment_txt{
    color: white;
    height: 30px;
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
}
.offer_item {
    background-image: url("../images/serviceid_icon_normal.png");
    display: block;
    height: 150px !important;
    margin: 14px;
    position: relative;
    width: 150px !important;
    float: left;
}
.offer_item_selected {
    background-image: url("../images/serviceid_icon_selected.png");
    height: 150px !important;
    position: absolute;
    width: 150px !important;
}
.offer_item:hover {
    opacity: 0.8;
}
.offer_item > .offer_text {
    color: white;
    height: 30px;
    position: relative;
    text-align: center;
    top: 14px;
    width: 100%;
}
.offer_item > .offer_price {
    bottom: 0;
    color: green;
    height: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.offer_image {
    bottom: 37%;
    position: absolute;
    right: 39%;
}
#tooltip {
    background: #192d2c none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    opacity: 0.5;
    padding: 15px;
    position: absolute;
    text-align: center;
    z-index: 100;
}
#tooltip::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #192d2c;
    bottom: -10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
#tooltip.top::after {
    border-bottom: 10px solid #192d2c;
    border-top-color: transparent;
    bottom: auto;
    top: -20px;
}
#tooltip.left::after {
    left: 10px;
    margin: 0;
}
#tooltip.right::after {
    left: auto;
    margin: 0;
    right: 10px;
}

.input-xs {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.noHover:hover {
    text-decoration: none;
}

.noHover {
    text-decoration: none;
}

.labelCreateCharacter > input{
    visibility: hidden;
    position: absolute;
}

.labelCreateCharacter > input + img{
    cursor:pointer;
}

.labelCreateCharacter > input:checked + img{
    background-color: #A0A0A0A2;
    box-shadow: -1px -1px 20px 11px #808080;
    border-radius: 50%;
}

.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

::-webkit-scrollbar
{
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-track
{
  background: #ececec;
}

::-webkit-scrollbar-thumb
{
  background: #bebebe;
}

.error-404 {
  margin: 0 auto;
  text-align: center;
}
.error-404 .error-code {
  bottom: 60%;
  color: #4686CC;
  font-size: 96px;
  line-height: 100px;
  font-weight: bold;
}
.error-404 .error-desc {
  font-size: 12px;
  color: #647788;
}
.error-404 .m-b-10 {
  margin-bottom: 10px!important;
}
.error-404 .m-b-20 {
  margin-bottom: 20px!important;
}
.error-404 .m-t-20 {
  margin-top: 20px!important;
}

.fixed-panel {
  min-height: 390px;
  max-height: 390px;
  overflow: auto;
}

.outfitter-container {
  width: 64px;
  height: 64px;
  position: relative;
  margin-left: -24px;
  margin-top: -23px;
}

.panel-custom {
  background-color: #222222;
  border-color: #222222;
  color: white;
}

a {
  color: white;
}

a:link:hover {
  color: white;
}

a:link {
  color: white;
}

a:hover {
  color: white;
}

a:visited:hover {
  color: white;
}

a:visited {
  color: white;
}

.homepage-news-container {
  width: 100%;
}

.homepage-news-container-header {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  border: 1px solid #808080;
  border-radius: 5px;
  font-weight: 600;
  background-image: url("/images/navbar_background.jpg");
  background-size: 200px;
  background-position: 0% 70%;
}

.homepage-news-container-header div {
  width: 150px;
}

.homepage-news-container-content {
  padding: 8px;
  position: relative;
}

.homepage-news-container-content pre code {
  overflow: hidden;
  height: 400px;
  display: flex;
}

.homepage-news-container-content-expand-button {
  position: absolute;
  bottom: 5px;
  left: 50%;
  translate: -50%;
  color: #ffffff;
  background-color: #000000e3;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: 500;
}

.navbar-button:focus {
  background: linear-gradient(to right, #20202020, #FFFFFF40, #20202020);
}

.character-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.character-panel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.character-panel-info {
  width: 40%;
  border: 1px solid #808080;
  border-radius: 5px;
  overflow: hidden;
}

.character-panel-info-header {
  text-align: center;
  margin: 0px;
  padding: 6px 0px;
  background-image: url("/images/navbar_background.jpg");
  background-repeat: repeat;
  background-size: 120px;
  border-bottom: 1px solid #808080;
}

.character-panel-info-list {
  list-style-type: none;
  padding: 0px;
  width: 100%;
  margin: 0px;
}

.character-panel-info-list-element {
  display: flex;
  justify-content: space-between;
  padding: 4px 6px;
}

.character-panel-equipment {
  margin: auto;
}

.character-panel-equipment-slots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

.character-panel-equipment-slots-preset {
  background: url(/images/panel_background.png);
  border: 1px solid #808080;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgb(0, 0, 0, 0.2);
  background-size: 50px;
  transition: 0.2s;
}

.character-panel-equipment-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.character-panel-outfit {
  display: flex;
  justify-content: right;
  align-items: center;
}

.character-panel-outfit-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.character-panel-outfit-frame {
  height: 100%;
  z-index: 2;
}

.character-panel-outfit-avatar {
  position: absolute;
  height: 190px;
  width: 190px;
  z-index: 1;
}

.character-panel-outfit-logo {
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #808080;
  border-radius: 5px;
  overflow: hidden;
  background-color: #262626;
  z-index: 3;
}

.character-panel-outfit-edit {
  display: flex;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  border: 1px solid #808080;
  border-radius: 5px;
  overflow: hidden;
  background-color: #262626;
  height: 40px;
  width: 40px;
}

.character-quests-main {
  border: 1px solid #808080;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.character-quests-nav {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: space-between;
  padding: 0px 8px;
  border: 1px solid #808080;
  background-image: url("/images/navbar_background.jpg");
  background-repeat: repeat;
  background-size: 120px;
  border-radius: 5px;
}

.character-quests-nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100%;
  background-color: transparent;
  border: 0px;
  font-weight: 500;
}

.character-quests-nav-button-clicked {
  background: linear-gradient(to right, #20202020, #FFFFFF40, #20202020);
}

.character-quests-main ul {
  list-style-type: none;
  padding: 0px;
  width: 100%;
  margin: 0px;
}

.character-quests-main ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 6px;
  box-sizing: border-box;
}

.character-artifacts-slots {
  width: 40%;
  height: 100%;
  margin: auto;
  padding: 10px;
  top: 0px;
  left: 0px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

.character-panel-artifact-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.character-dungeons {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
}

.character-panel-dungeon {
  box-sizing: border-box;
  padding: 4px;
}

.character-panel-dungeon-info {
  height: 120px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  border: 1px solid #808080;
  border-radius: 5px;
  overflow: hidden;
}

.character-panel-dungeon-info-main-container {
  z-index: 5;
  padding: 6px;
  height: 100%;
  width: 100%;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  background: linear-gradient(to bottom, rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.4));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.character-panel-dungeon-info-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0px;
  top: 0px;
}

.character-panel-dungeon-info-name {
  width: 100%;
  margin: 0px;
}

.character-panel-dungeon-info-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
}

.character-panel-dungeon-info-main-container p {
  margin: 0px;
}

.character-soulmaps {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6px;
  padding: 6px 0px;
  box-sizing: border-box;
  justify-content: center;
}

.character-soulmaps-container {
  width: 24%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 1px solid #808080;
  border-radius: 5px;
  overflow: hidden;
}

.character-soulmaps-content {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.4));
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  z-index: 5;
  flex-direction: column;
  gap: 16px;
  display: flex;
  align-items: center;
  padding: 8px;
}

.character-soulmaps-image {
  width: 100%;
  height: 100%;
}

.character-soulmaps-content-name {
  margin: 0px;
}

.character-soulmaps-content-info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.character-soulmaps-content-level {
  position: absolute;
  font-size: 26px;
  font-weight: 500;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  bottom: 6px;
}

.vocations-item-frame {
  background-color: #353535;
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 2.5px;
  margin: 3px;
}

.vocations-header {
  text-align: center;
}

.primary-table {
  border-collapse: collapse;
  width: 100%;
}

.primary-table thead tr {
  background-image: url("/images/navbar_background.jpg");
  background-size: 200px;
  height: 40px;
}

.primary-table thead tr th {
  text-align: center;
  border: 1px solid #808080;
  text-wrap: nowrap;
  padding: 0px 4px;
  box-sizing: border-box;
}

.primary-table tbody tr:nth-child(odd) {
  background-color: #2e2e2e;
}

.primary-table tbody tr:nth-child(even) {
  background-color: #242424;
}

.primary-table tbody tr {
  height: 40px;
}

.primary-table tbody tr td {
  text-align: center;
  border: 1px solid #808080;
  min-width: 32px;
}

.primary-table-special {
  background-color: #191919 !important;
}

.primary-table-special-name {
  color: #800080;
  font-weight: bold;
}

.wiki-characters-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 4px;
}

.wiki-characters-grid-element {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wiki-characters-grid-anchor {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.wiki-characters-grid-anchor:hover {
  text-decoration: none;
}

.wiki-characters-avatar {
  position: absolute;
  top: 6px;
  z-index: 0;
}

.wiki-characters-frame {
  z-index: 4;
}

.account-vertical-menu {
  background-image: url("/images/navbar_background.jpg");
  background-size: 170px;
  overflow: hidden;
  border-radius: 6px;
}

.account-vertical-menu a {
  display: block;
  padding: 10px 14px;
  color: #c0c0d0;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .3px;
  text-decoration: none;
  background: rgba(10,10,18,.55);
  border-bottom: 1px solid rgba(255,255,255,.06);
  border-left: 3px solid transparent;
  transition: background .15s, color .15s, border-color .15s;
}

.account-vertical-menu a:last-child {
  border-bottom: none;
}

.account-vertical-menu a:hover {
  background: rgba(80,80,160,.25);
  color: #e0e0f8;
  border-left-color: #7070c8;
  text-decoration: none;
}

.search-character-form {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #808080;
  width: fit-content;
  margin: auto;
}

.search-character-form-header {
  font-size: 16px;
  background-color: #262626;
  margin: 0px;
  padding: 8px 6px;
  border-bottom: 1px solid #808080;
  text-align: center;
}

.search-character-form-content {
  display: flex;
  gap: 6px;
  align-items: center;
  background-color: #303030;
  padding: 6px 6px;
}

.search-character-form-content-search-input {
  width: 190px;
  background-color: #202020;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 4px 6px;
}

.search-character-form-content-submit-input {
  background: url(/images/panel_background.png);
  padding: 4px 12px;
  border: 1px solid #808080;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgb(0, 0, 0, 0.2);
  background-size: 50px;
  transition: 0.2s;
}

.search-character-form-content-submit-input:hover {
  filter: brightness(1.2);
}

.top-players-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #808080;
}

.top-players-list-element {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #808080;
}

.top-players-list-element-soul-level {
  font-size: 11px;
  padding: 1px 6px;
  background-color: #e74c3c;
  border-radius: 2px;
  font-weight: 600;
}

.top-players-list-element:last-child {
  border: 0px;
}

.top-players-list-element:nth-child(odd) {
  background-color: rgb(66, 66, 66);
}

.top-players-list-element:nth-child(even) {
  background-color: rgb(57, 57, 57);
}

.character-deaths {
  border: 1px solid #808080;
  border-radius: 5px;
  overflow: hidden;
}

.character-deaths-header {
  text-align: center;
  margin: 0px;
  padding: 6px 0px;
  background-image: url("/images/navbar_background.jpg");
  background-repeat: repeat;
  background-size: 120px;
  border-bottom: 1px solid #808080;
}

.character-deaths-list {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

.character-deaths-list-element {
  padding: 3px 8px;
  background-color: #333333;
}

.character-deaths-list-element:nth-child(odd) {
  background-color: #333333;
}

.character-deaths-list-element:nth-child(even) {
  background-color: #414141;
}

.character-deaths-list-element a {
  color: #bc6a3d;
}

.character-deaths-list-element a:hover {
  color: #bc6a3d;
}

.dropdown-container {
  position: relative;
  display: inline-grid;
  cursor: pointer;
  border: 0px;
  padding: 0px;
}

.dropdown-container:focus-within .dropdown-list {
  display: block;
}

.dropdown-text {
  grid-area: 1 / 1;
  width: 100%;
  padding: 6px;
  border: 1px solid #606060;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  background-color: #262626;
}

.dropdown-sizer {
  grid-area: 1 / 1;
  visibility: hidden;
  pointer-events: none;
  padding: 6px 28px 6px 6px;
  white-space: nowrap;
}

.dropdown-text:focus-within {
  outline: 1px solid #606060;
  background-color: #2a2a2a;
}

.dropdown-container:focus-within .dropdown-text::after {
  content: "▲";
  margin-left: 4px;
}

.dropdown-text:after {
  content: "▼";
  margin-left: 4px;
}

.dropdown-text:hover {
  background-color: #2a2a2a;
}

.dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0px;
  list-style-type: none;
  top: calc(100% + 4px);
  margin: 0px;
  border: 1px solid #808080;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgb(0, 0, 0, 0.1);
  background-color: rgb(0, 0, 0, 0.65);
}

.dropdown-list-element {
  display: flex;
}

.dropdown-list-element-link {
  display: flex;
  text-decoration: none;
  color: black;
  width: 100%;
  padding: 2px 4px;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}

.dropdown-list-element-link:visited {
  text-decoration: none;
}

.dropdown-list-element-link:link {
  text-decoration: none;
}

.dropdown-list-element-link:hover {
  text-decoration: none;
  background-color: rgb(255, 255, 255, 0.06);
}

.highscores-container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 2rem;
  min-height: 700px;
}

.highscores-header {
  text-align: center;
  margin: 0px;
}

.highscores-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.highscores-table {
  width: 100%;
  border: 1px solid #808080;
}

.highscores-table thead tr {
  background-image: url("/images/navbar_background.jpg");
  background-size: 140px;
  height: 30px;
  font-size: 15px;
}

.highscores-table tbody tr {
  border: 1px solid #808080;
}

.highscores-table tbody tr:nth-child(odd) {
  background: linear-gradient(to bottom, #3c3c3c, #393939, #3c3c3c);
}

.highscores-table tbody tr:nth-child(even) {
  background: linear-gradient(to bottom, #2e2e2e, #323232, #2e2e2e);
}

.highscores-table-soul-level {
  color: #FFA100;
}

.highscores-table-skill {
  text-align: center;
  font-weight: 500;
}

.highscores-table-player {
  font-weight: 600;
  margin-left: 4px;
  text-decoration: none;
}

.highscores-table-player:link {
  text-decoration: none;
}

.highscores-table-player:hover {
  text-decoration: none;
}

.highscores-table-player-offline {
  color: rgb(255, 20, 20);
}

.highscores-table-player-online {
  color: rgb(25, 230, 25);
}

/* Highscores pagination */
.highscores-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 14px 0 6px;
}

.hs-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #505050;
  border-radius: 4px;
  background: #262626;
  color: #cccccc;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.hs-page-btn:hover {
  background: #333;
  color: #fff;
  border-color: #888;
  text-decoration: none;
}

.hs-page-current {
  background: #2a2000 !important;
  color: #ffd700 !important;
  border-color: #9a7c00 !important;
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}

.hs-page-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.hs-page-prev, .hs-page-next {
  padding: 0 14px;
  font-weight: 600;
}

.hs-page-ellipsis {
  color: #888;
  align-self: center;
  padding: 0 2px;
  font-size: 14px;
}

/* Badge alignment — fixed slot so icon+name stay aligned */
.hs-badge-slot {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 4px;
  text-align: center;
  flex-shrink: 0;
}

.hs-badge-slot .storage-badge {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.hs-badge-empty {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.hs-voc-img {
  vertical-align: middle;
  margin-right: 5px;
}

.twitch-user-card {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  justify-content: flex-start; /* wyrównanie do lewej */
}

.twitch-user-info {
  display: flex;
  flex-direction: column;
}

.twitch-user-count {
  font-size: 12px;
  color: #aaa;
}

.twitch-user-status.online {
  color: green;
  font-weight: bold;
}

.twitch-user-status.offline {
  color: red;
  font-weight: bold;
}

.twitch-user-link {
  color: #fbfbfb;
  text-decoration: none;
}

.twitch-user-link:hover {
  color: #6c6868;
  text-shadow: 0 0 6px #6c6868;
  transform: scale(1.05);
  transition: transform 0.3s;
}

/* ── Stream Section (sidebar) ────────────────────────────────────────────── */
.stream-section {
  width: 100%;
}

#twitch-data-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

/* Stream user cards (wide layout) */
.user-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.06);
  border-radius: 6px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: background 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.user-card:hover {
  background: rgba(255,255,255,0.1);
}

.user-card img {
  border-radius: 50%;
  flex-shrink: 0;
}

.user-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.user-link {
  color: #e8e8e8;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-link:hover {
  color: #6441a5;
}

.user-viewers {
  font-size: 11px;
  color: #aaa;
}

.user-status.online {
  font-size: 11px;
  color: #1db954;
  font-weight: 700;
}

.user-status.offline {
  font-size: 11px;
  color: #888;
}

/* ─────────────────────────────────────────────────────────────────────────── */

#twitch-data-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start; /* całość do lewej */
}

#item-sets tbody tr {
  cursor: pointer;
}

.input-registration {
  width: 350px;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  background-color: #03061;
  color: white;
}

.input-registration:focus {
  border: 2px solid white;
  outline: none;
}

.create-account-vocations {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-gap: 8px 16px;
  padding: 0px 64px;
}

.create-account-vocations label {
  margin: 0px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: end;
  width: 100%;
  overflow: hidden;
  height: 54px;
  padding-bottom: 8px;
}

.create-account-vocations input {
  display: none;
}

.create-account-vocations input:checked + img {
  filter: drop-shadow(1px 1px 4px white);
}

/* Avatar online glow effect */
.avatar-online {
  box-shadow: 0 0 10px 2px rgba(83, 252, 24, 0.6);
  border: 2px solid #53fc18;
  transition: box-shadow 0.3s ease-in-out;
}