@import url(no-strap.css);
html {
  transition: all linear 200ms ease-in-out;
}
body {
  font-family: gisha;
  font-size: 13px;
  color: #fff;
  background: url(../images/bg.png) center top no-repeat #0a0010;
  background-size: contain;
}

body::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -200px;
  z-index: -1;
  background: linear-gradient(
    360deg,
    rgba(5, 0, 0, 1) 0%,
    rgba(5, 0, 0, 0) 100%
  );
  content: "";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  color: rgba(var(--bs-light-rgba), 1);
  transition: 0.5s all ease;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
}

h1.title {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 1.2rem;
}

h1.title .more {
  padding: 5px 8px;
}

h2.title {
  text-transform: uppercase;
  margin: 0 0 8px;
  font-size: 1.1rem;
}

h2.title .more {
  padding: 3px 5px;
}

.header .play-now {
    position: absolute;
    bottom: 20px;
    left: 0;
    top: 68px;
    width: 688px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.header .play-now .btn {
  font-size: 35px;
}

.header .play-now .text1 {
  font-size: 60px;
  color: #dcd995;
}

.header .play-now .text2 {
  font-size: 90px;
  color: #fdfccc;
  margin-top: -40px;
}

.header .container {
  position: relative;
  height: 500px;
}

/*
  Countdowns
  */
.countdowns {
  position: absolute;
  right: 18px;
  top: 370px !important;
}

.countdowns .countdown {
  margin-top: 10px;
  background: #3d1a6e !important;
  padding: 5px;
  border-radius: 0 !important;
}

.countdowns .countdown-title {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.countdowns .countdown-timer {
  display: flex;
}

.countdowns .countdown-timer div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ccc;
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
}

.countdowns .countdown-timer div:last-child {
  margin-right: 0;
}

.countdowns .countdown-timer div span {
  font-size: 1.3rem;
}

.countdowns .countdown-timer > div {
  background: #1e0a3c !important;
  border-radius: 0 !important;
  flex: 1;
  min-width: 70px;
}

/**/

.styled-checkbox + label:before,
.styled-radio + label:before {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0;
  width: 100%;
  height: 100%;
}

.styled-checkbox:checked + label:after,
.styled-radio:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 2px;
  height: 2px;
  transform: rotate(45deg);
}

.mw-header,
.mw-main .mw-sidebar .download-container {
  overflow: auto;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.navbar-toggler {
  color: #fff;
}

.tooltip-inner {
  border-radius: 0;
  font-size: 12px;
}

/* Bootstrap Custom Styles - Form */
input.form-control,
textarea.form-control,
input.form-check,
select.form-select,
.form-control:focus {
  border-radius: 3px;
  background-color: #1e0a3c;
  border-color: #3d1a6e;
  color: #fff;
}

.form-control::placeholder {
  color: #fff;
}

#slides-modal .modal-content,
.alert,
.badge,
.banners .slider-container .sy-pager li a,
.btn,
.input-group-text,
.list-group-item:first-child,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

.card .card-header {
  padding: 0.5rem 0.75rem;
  overflow: unset;
}

.card .card-body,
.card .card-footer {
  width: 100%;
  padding: 0.5rem;
}

.list-group {
  background-color: #0d0520;
}

.list-group-item.active,
.page-item.active .page-link,
.list-group-item.list-group-item-action:hover,
.list-group-item-action:hover,
.list-group-item-action:focus {
  background: linear-gradient(359deg, rgb(10 5 25) 0%, rgb(61, 26, 110) 100%);
  color: inherit;
  outline: 1px solid rgb(124 58 237);
  box-shadow: inset 0 -10px 11px rgb(76 29 149);
}

.list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.list-group-item {
  color: #ffffff;
  outline: 1px solid #4c1d95;
  background-color: #0d0520;
  border: none;
}

.list-group-item:hover {
  outline: 1px solid #4c1d95;
  border: none;
}

.breadcrumb {
  margin-top: 15px;
  padding: 10px;
  background-color: rgba(30, 10, 60, 0.438);
}

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff67;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--nav-link-padding-y) var(--nav-link-padding-x);
  font-size: var(--nav-link-font-size);
  font-weight: var(--nav-link-font-weight);
  color: var(--nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --navbar-color: rgba(255, 255, 255, 0.55);
  --navbar-hover-color: rgba(255, 255, 255, 0.75);
  --navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --navbar-active-color: #fff;
  --navbar-brand-color: #fff;
  --navbar-brand-hover-color: #fff;
  --navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

table {
  width: 100%;
}

.nav-tabs,
.table td,
.table th {
  border-color: #3d1a6e;
}

.table.table-bordered td,
.table.table-bordered th {
  border-width: 1px;
  padding: 0.3rem 0.5rem;
}

.table th {
  font-weight: normal;
  padding: 7px;
}

.nav-tabs .nav-link {
  border-radius: 0;
  color: #9d8fc4;
  padding: 0.5rem;
}

.nav-tabs .nav-link:hover {
  border-color: transparent transparent #a855f7;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #a855f7;
  background-color: transparent;
  font-weight: 700;
  border-color: #dee2e600 #dee2e600 #a855f7;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent transparent #a855f7;
  filter: brightness(1.3);
}

.table-dark {
  color: #fff;
  background-color: #0d0520;
}
.table-center td {
  vertical-align: middle;
}

.comments li .desc .created,
.news li .created,
.pull-right,
.ticket .helpdesk-messages .created {
  float: right;
}

.styled-checkbox,
.styled-radio,
.teamdonate-form .radio-wrap label input {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label,
.styled-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  align-items: center;
}

.styled-checkbox + label:before {
  content: "";
  border-radius: 3px;
  background: #1e0a3c;
  border: 1px solid #3d1a6e;
  margin-right: 10px;
}

.styled-checkbox:hover + label:before {
  border: 1px solid #3d1a6e;
}

.styled-checkbox:focus + label:before {
  border: 1px solid #a855f7;
}

.styled-checkbox:checked + label:before {
  background: #3d1a6e;
  border: 1px solid #3d1a6e;
}

.styled-checkbox:disabled + label,
.styled-radio:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before,
.styled-radio:disabled + label:before {
  box-shadow: none;
  background: #ddd;
  border-color: #c2bebe;
}

.styled-checkbox:checked + label:after {
  background: #1e0a3c;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
}

.styled-radio + label:before {
  content: "";
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

h1.title .more,
h2.title .more {
  float: right;
  background: #b9b8b8;
  font-size: 0.7rem;
  color: #5b5b5b;
}

.styled-radio:hover + label:before {
  border: 1px solid #7c3aed;
}

.styled-radio:focus + label:before {
  border: 1px solid #a855f7;
  box-shadow: 0 0 0 0.2rem rgba(124, 58, 237, 0.25);
}

.styled-radio:checked + label:before {
  background: #7c3aed;
  border: 1px solid #7c3aed;
}

.styled-radio:checked + label:after {
  background: #fff;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
}

@font-face {
  font-family: gisha;
  src: url(../fonts/gisha.ttf);
}

@font-face {
  font-family: gishabd;
  src: url(../fonts/gishabd.ttf);
}

.page {
  box-shadow: 0 1px 20px #000;
  background: #0d0520;
  padding: 1rem;
  min-height: 900px;
}

.page-mini {
  max-width: 350px;
  margin: 0 auto;
}

.mw-main .page-container {
  padding: 20px;
  background: #0d0520;
}

.mw-main .mw-sidebar p.title {
  color: #c4b5fd;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #3d1a6e;
  margin-bottom: 10px;
}

.mw-main .mw-sidebar .download-container .download {
  height: 159px;
  width: 100%;
  background: url(../images/bg-download.png) 0 0 / 100% 100% no-repeat;
  float: left;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.mw-main .mw-sidebar .download-container .download:hover,
.shortcut a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.mw-main .mw-sidebar .info,
.mw-main .mw-sidebar .partial-login {
  background: #1a0840;
  padding: 20px;
  margin-bottom: 5px;
}

.last-poll .last-poll-result,
.last-poll .total-votes,
.lootbox .lootbox-actions,
.lootbox .lootbox-items,
.mw-main .mw-sidebar .partial-login .forgot-password,
.mw-main .mw-sidebar .partial-login .services,
.rankings table {
  margin-top: 10px;
}

.mw-main .mw-sidebar .partial-login .social-login a {
  margin-right: 5px;
}

.last-poll .title,
.mw-main .mw-sidebar .partial-login .title,
.mw-main .mw-sidebar .team .title,
.mw-main .mw-sidebar .tops-rankings .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
}

.mw-main .mw-sidebar .partial-login ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mw-main .mw-sidebar .partial-login .form-control {
  margin-bottom: 5px;
}

.mw-main .mw-sidebar .partial-login .form-control::placeholder {
  text-transform: uppercase;
  font-size: 11px;
}

.mw-main .mw-sidebar .partial-login .btn {
  height: 38px;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw-main .mw-sidebar .language {
  text-align: center;
  margin-bottom: 5px;
  padding: 10px;
  background: #0d0520;
}

.mw-main .mw-sidebar .language .active {
  border: 2px solid #000;
}

.mw-main .mw-sidebar .language img {
  vertical-align: text-bottom;
}

.mw-main .mw-sidebar .info .servers {
  border-bottom: 1px solid #3d1a6e;
  margin-bottom: 20px;
}

.mw-main .mw-sidebar .info .server-info li .text,
.mw-main .mw-sidebar .info .servers .total {
  float: right;
  font-weight: 700;
}

.mw-main .mw-sidebar .info .server-info {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  color: #c4b5fd;
}

.mw-main .mw-sidebar .info .server-info li {
  padding: 5px;
}

.mw-main .mw-sidebar .events,
.mw-main .mw-sidebar .last-poll,
.mw-main .mw-sidebar .webshop {
  background: #0d0520;
  padding: 5px;
  margin-bottom: 5px;
}

.last-poll,
.mw-main .mw-sidebar .team,
.mw-main .mw-sidebar .tops-rankings,
footer .links ul li {
  padding: 20px;
}

.mw-main .mw-sidebar .team ul,
.news {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mw-main .mw-sidebar .team ul li {
  margin: 3px 2px;
}

.mw-main .mw-sidebar .tops-rankings .title .more {
  color: #000;
  background: #e5e5e5;
  padding: 2px 6px;
  float: right;
  font-size: 10px;
}

.mw-main .mw-sidebar .tops-rankings table {
  width: 100%;
  margin-top: 5px;
}

.mw-main .mw-sidebar .tops-rankings table th {
  background: #2d1b69;
  color: #fff;
  font-weight: 400;
  padding: 5px;
}

.mw-main .mw-sidebar .tops-rankings table td {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.mw-main .mw-sidebar .tops-rankings table .top-0 td {
  background: #eed369;
  border-bottom: 1px solid #eed369;
}

.mw-main .mw-sidebar .tops-rankings table .top-1 td {
  background: #b7b4a9;
  border-bottom: 1px solid #b7b4a9;
}

.mw-main .mw-sidebar .tops-rankings table .top-2 td {
  background: #af7940;
  border-bottom: 1px solid #af7940;
}

.progress {
  padding: 3px;
}

.offline,
.required {
  color: red;
}

.online {
  color: green;
}

#slides-modal .modal-header .close,
.donate-btn:hover span,
.events .event .time.bg-success,
.events-spotlight .events-spotlight .time.bg-success,
.mw-footer-links a,
.shortcut a,
.to-top,
.to-top:hover,
footer,
footer a {
  color: #fff;
}

.mw-fix-main {
  margin-top: 15px;
  background: #fff;
}

.mw-header,
.mw-navbar,
.resumed {
  background: rgba(10, 0, 20, 0.9);
}

.mw-footer-links {
  margin: 50px 0;
  color: #fff;
}

/* Override Bootstrap Colors */
.btn-primary {
  background-color: #7c3aed;
  border-color: #4c1d95;
  color: #fff;
}
.btn-primary:hover {
  background-color: #6d28d9;
  border-color: #5b21b6;
}

.btn-success {
  background-color: #a855f7;
  border-color: #9333ea;
  color: #fff;
}
.btn-success:hover {
  background-color: #9333ea;
  border-color: #7e22ce;
  color: #fff;
}

.bg-orange {
  background-color: #7c3aed !important;
  color: #ffffff !important;
}

.bg-success {
  background-color: #4c1d95 !important;
}

/* Adjust shortcut buttons hue */
.shortcut a {
  width: 100%;
  margin-bottom: 5px;
  background-size: contain;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.shortcut a span {
  padding-left: 90px;
}

.shortcut a.register {
  background: url(../images/button01.png) no-repeat;
}

.shortcut a.infos {
  background: url(../images/button02.png) no-repeat;
}

.shortcut a.game {
  background: url(../images/button03.png) no-repeat;
}

.shortcut a.register,
.shortcut a.infos,
.shortcut a.game {
  background-size: 318px 100%;
}

footer {
  height: 125px;
  margin-top: 40px;
}

footer .links ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

footer .links ul li a {
  color: #9d8fc4;
  font-weight: 700;
  font-size: 16px;
}

footer .copyright {
  padding: 37px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #141518;
}

footer .copyright .design-logo,
footer .copyright .logo {
  margin-right: 60px;
}

.to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 39px;
  display: none;
}

.to-top:hover {
  text-decoration: none;
}

.mw-navbar .navbar-brand {
  width: 170px;
}

.banners .slider-container,
.comments li .desc,
.market-sell .market-item,
.mw-navbar .navbar-brand img,
.workshop .workshop-item,
.workshop-inventory-container .workshop-item {
  width: 100%;
}

@media (min-width: 768px) {
  .pl0 {
    padding-left: 0;
  }

  .pr0 {
    padding-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .pll0 {
    padding-left: 0;
  }

  .prl0 {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .plc0 {
    padding-left: 0;
  }

  .prc0 {
    padding-right: 0;
  }

  .mw-navbar {
    width: 100%;
    height: 40px;
    padding: 0;
  }

  .mw-navbar.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }

  .mw-navbar .navbar-brand {
    width: 180px;
    padding: 10px;
  }

  .mw-navbar .navbar-brand img {
    width: 100%;
  }

  .mw-navbar .nav-item {
    margin: 0 15px;
  }

  .mw-navbar .nav-item:last-child {
    margin-right: 0;
  }

  .mw-navbar .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }

  .mw-navbar .nav-link:hover {
    text-decoration: underline;
  }
}

@media (min-width: 720px) and (max-width: 992px) {
  .mw-main .mw-sidebar .partial-login .inputs-container .form-control {
    width: 222px;
  }
}

.mw-header {
  padding: 20px;
}

.mw-header .block-links {
  width: 300px;
  float: left;
  display: table;
  border-collapse: collapse;
}

.mw-header .block-links a {
  border: 1px solid #ababac;
  width: 149px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eaeaea;
  display: table-cell;
}

.mw-header .block-links a:hover {
  text-decoration: none;
  background: #323232;
}

.resumed {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .mw-main .mw-sidebar .partial-login .inputs-container .form-control {
    width: 125px;
  }

  .mw-main .mw-sidebar .partial-login .inputs-container .btn {
    font-size: 13px;
  }

  .mw-header .banners {
    width: 600px;
  }

  .mw-header .download {
    width: 270px;
    height: 150px;
  }

  .mw-header .block-links {
    width: 270px;
  }

  .mw-header .block-links a {
    width: 135px;
    height: 63px;
    line-height: 63px;
  }
}

.donate-inner:after,
.donate-inner:before {
  width: 30%;
  position: absolute;
  top: 70px;
  bottom: 70px;
  content: "";
}

#morpheus-popup-container {
  color: #000;
  font-size: 16px;
  font-family: gisha;
}

#morpheus-popup-container .morpheus-popup-content {
  background-color: #fff;
}

#morpheus-popup-container .morpheus-popup-message {
  padding: 0 10px;
}

.morpheus-popup-btn {
  color: #fff !important;
  display: block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #7c3aed !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 9px 0 !important;
}

.donate-btn,
.teamdonate-form label {
  display: inline-block;
}

#morpheus-popup-cancel {
  background: #4c1d95 !important;
  color: #fff !important;
}

.donate-wrap {
  position: relative;
  text-align: center;
  background: url(../images/castle_siege.png) 0 0 / cover;
}

.donate-wrap svg {
  border: 1px solid #a855f7;
}

.donate-wrap h3 {
  padding-bottom: 17px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
}

.donate-wrap .intro-text,
.teamdonate-form label {
  color: #fff;
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
}

.donate-wrap h3 span,
.teamdonate-form .radio-wrap label.active,
.teamdonate-form label:hover {
  color: #a855f7;
}

.donate-wrap .intro-text {
  line-height: 22px;
}

.donate-inner {
  padding: 55px 0 50px;
  position: relative;
}

.donate-inner:before {
  left: 0;
  border: solid #a855f7;
  border-width: 1px 0 1px 1px;
}

.donate-inner:after {
  right: 0;
  border: solid #a855f7;
  border-width: 1px 1px 1px 0;
}

.teamdonate-form {
  margin-bottom: 0;
}

.teamdonate-form .radio-wrap {
  margin-top: 34px;
  margin-bottom: 20px;
  width: 370px;
  font-size: 0;
  height: 41px;
  position: relative;
  display: inline-block;
}

.teamdonate-form .radio-wrap:before {
  content: "";
  border-radius: 2px 2px 0 0;
  height: 3px;
  background: #fff;
  left: 0;
  right: 0;
  top: 10px;
  position: absolute;
}

.teamdonate-form .radio-wrap label {
  padding-top: 23px;
  box-sizing: border-box;
  vertical-align: bottom;
  width: 16.666666%;
  height: 100%;
  position: relative;
}

.teamdonate-form .radio-wrap label:before {
  content: "";
  margin-left: -5px;
  opacity: 0;
  position: absolute;
  width: 10px;
  height: 0;
  background: #a855f7;
  top: 0;
  left: 50%;
  transition: 0.3s;
  -webkit-transition: 30ms;
}

.teamdonate-form .radio-wrap label:after {
  content: "";
  margin-left: -9px;
  width: 10px;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  background: #a855f7;
  opacity: 0;
  -webkit-transform: skew(-33deg);
  transform: skew(-33deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.teamdonate-form .radio-wrap label.active:after,
.teamdonate-form .radio-wrap label.active:before {
  opacity: 1;
  height: 13px;
}

.donate-btn {
  padding: 0 50px;
  background: #7c3aed;
  position: relative;
  font-family: "Work Sans", sans-serif;
  line-height: 38px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  border: none;
}

.donate-btn:hover {
  text-decoration: none;
  background: #4c1d95;
  color: #c4b5fd;
}

.donate-btn:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 1px solid #a855f7;
}

.news li,
.title {
  border-bottom: 1px solid #3d1a6e;
}

.page-title h1 {
  font-size: 1.5rem;
}

.donate-btn span {
  display: block;
  position: relative;
}

.market-sell,
.streamers__container,
.tm-bottom-f,
.workshop {
  display: flex;
}

.last-match-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  float: left;
  line-height: normal;
}

.uk-slideshow {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  touch-action: pan-y;
}

.posts-post {
  display: flex;
  padding: 0.5rem 0;
  border-bottom: 1px solid #18375757;
}

.posts-post:first-child {
  padding-top: 0;
}

.posts-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.posts-post-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.posts-image {
  width: 100px;
  margin-right: 1rem;
}

.posts-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.posts-body {
  min-height: 40px; /* Garante um espaço reservado mesmo quando não há preview */
}

.single-post-cover {
  float: left;
  max-width: 200px;
  max-height: 200px;
  margin: 0 1rem 1rem 0;
}

.single-post-comments {
  margin-bottom: 1rem;
}

.single-post-comment {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #dee2e6;
}

.single-post-comment:last-child {
  border-bottom: 0;
}

.single-post-comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-post-comment-body {
  margin-top: 0.3rem;
}

.posts-container,
.top-class {
  margin-bottom: 5px;
  background: #1a0840;
}

.uk-slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.match-list-wrap .match-list-item.alt > div {
  display: flex;
  vertical-align: middle;
  min-height: 45px;
  align-items: center;
}

.match-list-item.foot .wrapper > div {
  line-height: 37px;
}

.match-list-wrap .match-list-item .team-name {
  padding: 0 14px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.match-list-wrap .match-list-item .versus {
  font-size: 12px;
  color: #a855f7;
  text-transform: uppercase;
}

.top-class {
  padding: 15px;
}

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.last-poll .poll,
.top-class .title .class {
  padding: 0;
  margin: 0;
}

.top-class .title .class li {
  float: left;
  margin-left: 11px;
}

.top-class .title .class li.active {
  outline: 3px solid #a855f7;
  filter: drop-shadow(0 0 10px #7c3aed) brightness(1.2);
}

.top-class .title .class li img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.top-class .tab-content {
  display: none;
}

.top-class .tab-content.active {
  display: block;
}

.top-class .tab-content .top-class-content {
  height: 250px;
  position: relative;
}

.top-class .tab-content .top-class-content img {
  position: absolute;
  bottom: -2px;
  left: 0;
}

.top-class .tab-content .top-class-content .info {
  float: right;
  padding-top: 40px;
  width: 300px;
  color: #6f6d6d;
  font-size: 1rem;
}

.top-class .tab-content .top-class-content .info h3 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.top-class .tab-content .top-class-content .info .name {
  font-weight: 700;
  font-size: 1.8rem;
  color: #a855f7;
}

.top-class .tab-content .top-class-content .info .btn {
  margin-top: 15px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .mw-navbar .nav-link {
    color: #fff;
    text-transform: uppercase;
  }

  .mw-main .mw-content {
    border-right: 0;
    margin-right: 0;
  }

  .mw-main .mw-sidebar {
    border-left: 0;
  }

  .mw-main {
    margin-top: 15px;
  }

  .mw-header .banners {
    width: 100%;
  }

  .mw-header .links {
    display: none;
  }

  .top-class .title .class li img {
    height: 30px;
  }

  .top-class .tab-content .top-class-content img {
    width: 275px;
  }

  .top-class .tab-content .top-class-content .info {
    width: 190px;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .top-class {
    border-right: 0;
    margin-right: 0;
  }

  .top-class .title .class li img {
    height: 35px;
  }

  .top-class .tab-content .top-class-content {
    font-size: 0.8px;
    height: 220px;
  }

  .top-class .tab-content .top-class-content img {
    width: 300px;
  }

  .top-class .tab-content .top-class-content .info {
    width: 200px;
    padding-top: 20px;
  }

  .rankings .nav {
    margin-top: 20px;
  }
}

.posts-container {
  padding: 20px;
}

.news-banner {
  width: 100%;
  height: 225px;
  background: #ccc;
  display: block;
}

.news li {
  padding: 8px;
  font-size: 0.8rem;
}

.news li .badge {
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.6rem;
}

.comments,
.ticket .helpdesk-messages {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.comments li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #eaeaea;
}

.comments li .avatar {
  width: 80px;
  margin-right: 10px;
}

.comments li .desc .body {
  margin-top: 5px;
}

@media (max-width: 576px) {
  .mw-header,
  .navbar-toggler {
    padding: 0;
  }

  .news-banner,
  .top-class .tab-content .top-class-content img,
  footer .container .design-logo,
  footer .container .logo {
    display: none;
  }

  .mw-main .mw-content {
    padding: 10px;
  }

  .top-class .title {
    line-height: 50px;
    height: 113px;
    padding: 10px 20px 20px;
  }

  .top-class .title .class li {
    height: auto !important;
  }

  .top-class .title .class li img {
    height: 30px;
  }

  .top-class .tab-content .top-class-content {
    height: auto;
  }

  .top-class .tab-content .top-class-content .info {
    width: auto;
    float: none;
    padding: 20px;
  }

  .top-class .fr {
    float: none !important;
  }
}

.events .event,
.events-spotlight .events-spotlight {
  padding: 5px 0;
}

.events .event .time,
.events-spotlight .events-spotlight .time {
  float: right;
  background: #b9b8b8;
  padding: 1px 3px;
  color: #5b5b5b;
  font-size: 0.8rem;
}

.alert .title,
.workshop .upgrade-price,
.workshop-inventory-container .upgrade-price {
  font-weight: 700;
}

.box-info-home {
  margin-bottom: 15px;
}

.captcha img,
.families,
.top-players {
  margin-bottom: 5px;
}

.top-players {
  padding: 20px;
  background: #1a0840;
}

.top-players .tab-content {
  padding-top: 10px;
}

.families {
  display: flex;
  color: #fff;
}

.families .duprian,
.families .vanert {
  width: 50%;
}

.families .duprian .info,
.families .duprian .logo,
.families .vanert .info,
.families .vanert .logo {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.families .duprian .info,
.families .vanert .info {
  display: flex;
  flex-direction: column;
}

.families .duprian .name,
.families .vanert .name {
  margin-left: 10px;
  font-size: 16px;
}

.families .duprian .name span,
.families .vanert .name span {
  font-weight: 700;
  font-size: 24px;
}

.families .duprian .logo {
  background: #3a00a0;
}

.families .duprian .info {
  background: #35008a;
}

.families .vanert .logo {
  background: #bb0009;
}

.families .vanert .info {
  background: #5b21b6;
}

.bg-orange {
  background: linear-gradient(#1e0a3c, #4c1d95);
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  border-color: #7c3aed;
}

.bg-orange:hover {
  color: #fff;
  background: linear-gradient(#2d1060, #6d28d9);
}

.captcha {
  position: relative;
  width: 200px;
}

.captcha img {
  border: 1px solid #ced4da;
}

.captcha .fa {
  position: absolute;
  top: 10px;
  right: 10px;
}

.preloader {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 20px;
  right: 0;
  height: 100%;
  z-index: 1000;
}

.preloader .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #2c539e;
  -webkit-animation: 2s linear infinite spin;
  animation: 2s linear infinite spin;
}

.preloader .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #86b800;
  -webkit-animation: 3s linear infinite spin;
  animation: 3s linear infinite spin;
}

.preloader .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f5811e;
  -webkit-animation: 1.5s linear infinite spin;
  animation: 1.5s linear infinite spin;
}

.achievements .rewards ul,
.alert ul {
  margin: 0 0 0 15px;
  padding: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rankings .top-1 td {
  background: #876e26;
  border-color: #876e26;
}

.rankings .top-2 td {
  background: #6a6e70;
  border-color: #6a6e70;
}

.rankings .top-3 td {
  background: #6a3f0c;
  border-color: #6a3f0c;
}

@media (max-width: 768px) {
  .panel .list-group {
    margin-bottom: 20px;
  }
}

.characters,
.workshop-inventory-container {
  display: flex;
  margin-top: 20px;
}

.characters .character .character-avatar {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
}

.characters .character .character-avatar img {
  max-width: 100%;
}

.characters .character.active {
  border-bottom: 3px solid #28a745;
}

.packages .desc {
  height: 110px;
}

.raffle .description,
.shop .items .item,
.ticket .message {
  margin-bottom: 10px;
}

.gateways .image,
.lootbox-items .item .image,
.shop .items .image {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop .items .image img {
  max-height: 100px;
}

.warehouse-extended {
  width: 259px;
  text-align: center;
  margin-bottom: 10px;
}

.market-sell .morpheus-warehouse,
.workshop .morpheus-warehouse {
  width: 259px;
  height: 483px;
  margin-right: 10px;
}

.workshop-upgrade-price .price span {
  margin-right: 4px;
}

.workshop-inventory-container .morpheus-inventory {
  margin-right: 10px;
}

.ticket .helpdesk-messages li {
  border-bottom: 1px dashed #eaeaea;
  padding: 5px;
}

.ticket .helpdesk-messages .helpdesk-images {
  margin: 10px 0;
}

.achievements .requirements .title,
.achievements .rewards .title {
  text-transform: uppercase;
  margin: 5px 0;
  font-weight: 700;
  text-align: center;
}

.gateways .image img,
.lootbox-items .item .image img {
  max-height: 60px;
}

.lootbox .available-items {
  width: 120px;
  margin: 30px auto 20px;
  height: 120px;
  border-style: solid;
  border-width: 2px;
}

.lootbox .available-items img {
  max-width: 80px;
  max-height: 80px;
  vertical-align: middle;
  margin: 0 auto;
}

.lootboxes-available {
  background: #7c3aed;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 19px;
}

.banners {
  width: 100%;
  min-height: auto;
}

.banners .slider-container .sy-pager {
  margin-top: -26px;
  z-index: 10;
  position: relative;
  text-align: left;
  padding-left: 7px;
  padding-bottom: 7px;
}

.banners .slider-container .sy-pager li {
  margin: 0 0.5em 0 0;
  width: 1.5em;
  height: 1.5em;
}

.banners .slider-container .sy-pager li.sy-active a {
  background: #7c3aed;
}

#slides-modal .modal-header {
  background-color: #121f29;
  border-radius: 0;
  border-bottom: 0;
}

#slides-modal .modal-dialog {
  max-width: 680px;
  pointer-events: all;
}

#slides-modal .modal-body {
  padding: 0;
}

#slides-modal .modal-footer {
  background-color: #121f29;
  border-top: 0;
  border-radius: 0;
}

#slides-modal .slides-control {
  display: flex;
  position: absolute;
  right: 10px;
  bottom: 77px;
}

#slides-modal .slides-control a {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: #202020;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 5px;
}

#slides-modal .slides-control a.active,
#slides-modal .slides-control a:hover {
  border-color: #154d56;
}

.btn-info {
  color: #fff;
  background-color: #4c1d95;
  border-color: #7c3aed;
}

.btn-outline-success:hover {
  background: #6d28d9;
}

.streamers {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  display: none;
  right: 0;
  flex-direction: row-reverse;
}

.streamers__online {
  display: flex;
  padding: 10px;
  background: #1a0840;
}

.streamers__title {
  background: #2d1b69 !important;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  text-transform: uppercase;
  border: 1px solid #4c1d95;
}

.streamers__streamer {
  margin-right: 10px;
  position: relative;
  outline: 2px solid #4c1d95;
  border: none;
}

.streamers__streamer:hover,
.streamers-streamer {
  border-color: #23344e;
}

.streamers-streamer-name {
  background: #2d1b69 !important;
}

.streamers__streamer-thumb {
  position: relative;
}

.streamers__streamer-thumb-user {
  position: absolute;
  bottom: 0;
  left: 0;
}

.streamers__streamer:last-child {
  margin-right: 0;
}

.credit-shop .winner {
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.credit-shop .winner .number {
  margin-top: 10px;
  font-weight: 700;
}

.raffle #raffle-price {
  padding: 10px;
  background: #4a9762;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.lootbox .lootbox-description,
.raffle .rewards {
  margin-bottom: 20px;
}

.raffle .numbers .number {
  width: 100%;
  height: 45px;
  background: #3d3d3d;
  border: 1px solid #ccc;
}

.raffle .numbers .number.allowed {
  background: #164ab9;
  border-color: #517ffd;
  color: #fff;
  text-shadow: 0 0 5px #fff;
}

.raffle .numbers .number.allowed.active,
.raffle .numbers .number.allowed:hover {
  background: #0455ce; /* Fallback solid color */
  background: linear-gradient(
    180deg,
    rgba(4, 85, 206, 1) 0%,
    rgba(2, 42, 185, 0.479) 100%
  );
  box-shadow: inset 0 -5px 10px rgb(118, 170, 255);
  color: #ffffff;
  text-decoration: none;
  border-color: #66c7ff;
  filter: drop-shadow(0 0 10px #66c7ff);
}

.raffle .numbers .number.my {
  border-color: #1b273f;
  background: #0e1420;
}

.lootbox .lootbox-wheel {
  text-align: center;
  margin-top: 30px;
}

.lootbox .lootbox-price {
  border: 2px solid #000;
  padding: 10px;
  background: #6fa6eb;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.lootbox .lootbox-items .item {
  width: 101px;
  margin: 0;
  padding: 4px 5px 5px;
  float: left;
}

.lootbox .lootbox-items .item.active {
  border: 2px solid #000;
  margin: -2px;
  border-radius: 5px;
}

.lootbox .lootbox-items .item .name {
  font-size: 11px;
  text-align: center;
  margin-bottom: 4px;
}

.lootbox .lootbox-items .item .image {
  height: 70px;
  background-color: #b7b5b5;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.lootbox .lootbox-items .item .image img {
  max-width: 100%;
  max-height: 100%;
}

/*new v6 */
.list-characters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.card {
  width: 100%;
  background: #1a0840;
  border: 1px solid rgb(76 29 149);
  box-shadow: 2px 2px 10px rgb(4 7 10 / 35%);
  color: #fff;
  border-radius: 0;
}

.btn.active {
  border: 1px solid rgba(255, 255, 255, 0.5);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}

.card.active {
  border: 1px solid #3d5c8b;
}

.card-info {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.card-header {
  background: #2d1b69;
  color: #ffffff;
  width: 100%;
  padding: 8px;
  font-weight: bold;
}

.character-avatar {
  padding: 10px;
}

.character-avatar img {
  min-width: 70px;
  min-height: 70px;
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.card-footer {
  background: #0d141e52;
}

/* Animação para o nome do personagem (tremor) */
@keyframes shakeEffect {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}

.custom-card-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Cria até 5 colunas */
  gap: 10px;
  margin-bottom: 20px;
}

.custom-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #000;
  overflow: hidden;
  height: 180px; /* A altura se ajustará automaticamente */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
  transform: scale(1.05); /* Aumenta o tamanho do card ao passar o mouse */
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); /* Aumenta a sombra no hover */
}

.custom-card-header {
  background: #121f29;
  color: #fff;
  width: 100%;
  padding: 8px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #6b3f2d;
}

.custom-character-avatar img {
  border-radius: 50%;
  border: 2px solid #ccc;
  margin-bottom: 10px;
}

.custom-character-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-character-name {
  font-size: 16px;
  font-weight: bold;
  animation: shakeEffect 0.5s ease-out; /* Efeito tremor */
  color: #f1c27d; /* Cor do nome em estilo medieval */
}

.custom-character-score {
  font-size: 14px;
  color: #555;
}

.custom-card-footer {
  width: 100%;
  padding: 8px;
  background: #f8f9fa;
  text-align: center;
}

.custom-card {
  position: relative; /* Necessário para posicionar o tooltip relativo ao card */
}

.btn-primary {
  background: #7c3aed;
  border: none;
}

.btn-primary:hover {
  background: #6d28d9;
}

/* Responsivo */
@media (max-width: 1024px) {
  .character {
    flex: 1 1 calc(33.33% - 15px); /* 3 cards por linha */
    max-width: calc(33.33% - 15px);
  }
}

@media (max-width: 768px) {
  .character {
    flex: 1 1 calc(50% - 15px); /* 2 cards por linha */
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .character {
    flex: 1 1 100%; /* 1 card por linha */
    max-width: 100%;
  }
}
.section {
  background: #0d0520;
  font-family: gisha;
  font-size: 13px;
  color: #e0e0e0;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #4c1d95;
  transition: 0.3s;
}

.section:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.section h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(107, 107, 107, 0.3);
  padding-bottom: 5px;
}

/* Responsividade */
@media (max-width: 768px) {
  .section {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.events-event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.events-event-name {
  display: flex;
  align-items: center;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4c1d95;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* Modal geral */
.modal-content {
  background-color: #0b1018;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #dddddd2f;
  background-color: #0f1621;
}

/* Links de banner */
#banner-modal-links {
  display: flex;
  gap: 10px;
}

#banner-modal-links .btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

#banner-modal-links .btn:hover {
  background-color: #0056b3;
}

/* Rodapé */
.modal-footer {
  border-color: rgba(255, 255, 255, 0.2);
}

.modal-footer .btn-default {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 1rem;
}

.modal-footer .btn-default:hover {
  background-color: #5a6268;
}
.form-switch {
  display: flex;
  align-items: center;
}

.form-check {
  display: block;
  min-height: 1.3rem;
  padding-right: 1rem;
  margin-bottom: 0.125rem;
}

.list-group-heading {
  border: 1px solid #2d1b69;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-transform: uppercase;
  background: #1a0840;
  text-align: center;
  line-height: 1rem;
}

/* WebShop */
.webshop-product-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.webshop-product-image img {
  max-height: 75px;
  height: 100%;
}
.video {
  max-width: 235.33px;
  width: 100%;
  overflow: hidden;
}

.video-description {
  max-height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.marketOffers .list-group-item.bg-dark {
  background-color: #212529 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.marketOffers .list-group-item:hover {
  background-color: #343a40 !important;
}

.marketOffers .item-name {
}

/* Lootboxes */
.lootbox-case__window {
  height: 160px;
}

.lootbox-case__item {
  width: 160px;
  height: 160px;
}

.lootbox-case__item-image {
  min-height: 109px;
}

.lootbox .lootbox-description {
  margin-bottom: 20px;
}
.lootbox .lootbox-wheel {
  text-align: center;
  margin-top: 30px;
}
.lootbox .lootbox-price {
  border: 2px solid #000;
  padding: 10px;
  background: #6fa6eb;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.lootbox .lootbox-actions {
  margin-top: 10px;
}
.lootbox .lootbox-items {
  margin-top: 10px;
}
.lootbox .lootbox-items .item {
  width: 101px;
  margin: 0;
  padding: 4px 5px 5px;
  float: left;
}
.lootbox .lootbox-items .item.active {
  border: 2px solid #000;
  margin: -2px;
  border-radius: 5px;
}
.lootbox .lootbox-items .item .name {
  font-size: 11px;
  text-align: center;
  margin-bottom: 4px;
}
.lootbox .lootbox-items .item .image {
  height: 70px;
  background-color: #b7b5b5;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.lootbox .lootbox-items .item .image img {
  max-width: 100%;
  max-height: 100%;
}
/* Footer Links */
@media screen and (min-width: 1px) and (max-width: 576px) {
  body {
    background-position: -800px top;
    background-size: unset;
  }

  .links ul {
    display: flex;
    flex-wrap: wrap;
  }

  .header .play-now {
    width: 100%;
  }

  .header .play-now .text1 {
    font-size: 44px;
  }

  .header .play-now .text2 {
    font-size: 79px;
  }

  .countdowns {
    max-width: 350px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .mw-main .mw-sidebar .download-container {
    display: flex;
    justify-content: center;
  }

  .mw-main .mw-sidebar .download-container .download {
    max-width: 340px;
    margin: 15px auto;
  }

  .shortcut {
    max-width: 340px;
    margin: 0 auto;
    background-size: 100% auto !important;
  }
}

.webshop-single-characters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    min-height: 100px;
    padding-top: 10px;
}

.webshop-single-character {
    text-align: center;
    width: 70px;
    font-size: 12px;
}

.webshop-single-character-image img {
    max-width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.webshop-single-character-name {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 8px;
}

.pixpage .url {
    border: 1px solid #142c4d !Important;
    padding: 5px;
    background: #0b131e !Important;
    margin-top: 10px;
    display: flex
}

.product .card-header.product-name{
  font-size: -0.95rem !important;
  line-height: 1.2 !important;
  padding: .5rem .75rem !important;
  white-space: normal !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: calc(1.2em * 2 + .5rem) !important;
}

.product .product-image{
  height: 120px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: .25rem !important;
  overflow: hidden !important;
  background: transparent !important;
}

.product .product-image img{
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.product .card-body .fw-bold.small{ font-size: .85rem !important; }
.product .product-price{ font-size: .95rem !important; }

.product .product-expire .badge{ white-space: nowrap !important; }

@media (max-width: 576px){
  .product .product-image{ height: 96px !important; }
}

/* ===== MODERN UI ENHANCEMENTS ===== */

/* Glassmorphism sidebar blocks */
.mw-main .mw-sidebar .info,
.mw-main .mw-sidebar .partial-login,
.mw-main .mw-sidebar .webshop,
.mw-main .mw-sidebar .events,
.mw-main .mw-sidebar .last-poll {
    border: 1px solid rgba(124, 58, 237, 0.2);
    box-shadow: 0 4px 20px rgba(76, 29, 149, 0.15);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.mw-main .mw-sidebar .info:hover,
.mw-main .mw-sidebar .partial-login:hover {
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 4px 25px rgba(124, 58, 237, 0.25);
}

/* Navbar link hover glow */
.mw-navbar .nav-link {
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    letter-spacing: 0.5px;
}

.mw-navbar .nav-link:hover {
    color: #a855f7 !important;
    text-shadow: 0 0 8px rgba(168, 85, 247, 0.6);
    text-decoration: none !important;
}

/* Active nav link underline glow */
.mw-navbar .nav-link.active {
    color: #a855f7 !important;
    text-shadow: 0 0 8px rgba(168, 85, 247, 0.6);
}

/* Modern progress bar */
.progress {
    background: rgba(76, 29, 149, 0.3);
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(90deg, #7c3aed, #3b82f6) !important;
    box-shadow: 0 0 8px rgba(124, 58, 237, 0.5);
    transition: width 0.6s ease;
}

/* Modern badges */
.badge.bg-primary {
    background: linear-gradient(135deg, #7c3aed, #4c1d95) !important;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.4);
}

.badge.bg-success {
    background: linear-gradient(135deg, #4c1d95, #7c3aed) !important;
    box-shadow: 0 2px 8px rgba(76, 29, 149, 0.4);
}

.badge.bg-warning {
    background: linear-gradient(135deg, #a855f7, #7c3aed) !important;
    color: #fff !important;
}

/* Modern buttons */
.btn-primary,
.btn.btn-primary {
    background: linear-gradient(135deg, #7c3aed, #4c1d95) !important;
    border: 1px solid #7c3aed !important;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.btn-primary:hover,
.btn.btn-primary:hover {
    background: linear-gradient(135deg, #a855f7, #7c3aed) !important;
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.5);
    transform: translateY(-1px);
}

.btn-success,
.btn.btn-success {
    background: linear-gradient(135deg, #a855f7, #7c3aed) !important;
    border: 1px solid #a855f7 !important;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
    transition: all 0.3s ease;
}

.btn-success:hover,
.btn.btn-success:hover {
    background: linear-gradient(135deg, #c084fc, #a855f7) !important;
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.5);
    transform: translateY(-1px);
}

.bg-orange {
    background: linear-gradient(135deg, #7c3aed, #3b82f6) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
}

.bg-orange:hover {
    background: linear-gradient(135deg, #a855f7, #60a5fa) !important;
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.4);
    transform: translateY(-1px);
    color: #fff !important;
}

/* Modern top-players & posts container */
.top-players,
.posts-container,
.top-class {
    border: 1px solid rgba(76, 29, 149, 0.3);
    box-shadow: 0 4px 20px rgba(10, 0, 16, 0.5);
}

/* Modern title divider */
.title {
    background: linear-gradient(90deg, rgba(124,58,237,0.15), transparent);
    border-bottom: 1px solid rgba(124, 58, 237, 0.4) !important;
    padding: 8px 12px;
}

/* Modern families section */
.families .vanert .logo,
.families .duprian .logo {
    position: relative;
    overflow: hidden;
}

.families .vanert .logo::after,
.families .duprian .logo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.5));
}

/* Modern footer */
footer.footer,
footer {
    background: linear-gradient(180deg, rgba(10,0,20,0) 0%, rgba(10,0,20,0.95) 100%) !important;
    border-top: 1px solid rgba(76, 29, 149, 0.3) !important;
}

footer .links ul li a {
    position: relative;
    transition: color 0.3s ease;
}

footer .links ul li a:hover {
    color: #a855f7 !important;
}

footer .links ul li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #a855f7;
    transition: width 0.3s ease;
}

footer .links ul li a:hover::after {
    width: 100%;
}

/* Modern dropdown */
.dropdown-menu {
    background: rgba(10, 0, 20, 0.97) !important;
    border: 1px solid rgba(76, 29, 149, 0.5) !important;
    box-shadow: 0 8px 32px rgba(76, 29, 149, 0.3) !important;
    backdrop-filter: blur(10px);
}

.dropdown-item {
    color: #c4b5fd !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-item:hover {
    background: rgba(124, 58, 237, 0.2) !important;
    color: #fff !important;
}

/* Modern card hover */
.card {
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.card:hover {
    border-color: rgba(168, 85, 247, 0.5) !important;
    box-shadow: 0 6px 25px rgba(124, 58, 237, 0.25) !important;
}

/* Modern list-group items */
.list-group-item {
    transition: background 0.2s ease, outline-color 0.2s ease;
}

/* Modern input focus glow */
.form-control:focus,
input.form-control:focus,
textarea.form-control:focus {
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.25) !important;
    border-color: #7c3aed !important;
}

/* Modern scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0a0010; }
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #7c3aed, #3b82f6);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #a855f7, #60a5fa);
}

/* Glow on top-class active class icon */
.top-class .title .class li.active {
    filter: drop-shadow(0 0 12px rgba(168, 85, 247, 0.8)) brightness(1.3) !important;
}

/* Modern donate/castle siege button */
.donate-btn {
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.4);
}

.donate-btn:hover {
    box-shadow: 0 6px 25px rgba(168, 85, 247, 0.6) !important;
    transform: translateY(-1px);
}

/* Smooth page transitions */
.ajax-container {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Modern to-top button */
.to-top {
    background: linear-gradient(135deg, #7c3aed, #4c1d95);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.4);
    transition: all 0.3s ease;
}

.to-top:hover {
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.6);
    transform: translateY(-3px);
}

/* ===== MODERN FORM & PAGE ENHANCEMENTS ===== */

/* Page title */
.page-title h1 {
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(124, 58, 237, 0.4);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Modern form labels */
.form-label {
    color: #9d8fc4;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
}

/* Modern form select */
select.form-select {
    background-color: #1e0a3c;
    border-color: #3d1a6e;
    color: #fff;
    border-radius: 3px;
}

select.form-select:focus {
    background-color: #1e0a3c;
    border-color: #7c3aed;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.25);
}

select.form-select option {
    background: #1a0840;
    color: #fff;
}

/* Modern alerts */
.alert {
    border-radius: 4px;
    font-size: 13px;
}

.alert-info {
    background: rgba(59, 130, 246, 0.1) !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    color: #93c5fd !important;
}

.alert-success {
    background: rgba(34, 197, 94, 0.1) !important;
    border: 1px solid rgba(34, 197, 94, 0.3) !important;
    color: #86efac !important;
}

.alert-danger {
    background: rgba(217, 70, 239, 0.1) !important;
    border: 1px solid rgba(217, 70, 239, 0.3) !important;
    color: #f0abfc !important;
}

.alert-warning {
    background: rgba(168, 85, 247, 0.1) !important;
    border: 1px solid rgba(168, 85, 247, 0.3) !important;
    color: #c4b5fd !important;
}

/* Modern hr */
hr {
    border-color: rgba(76, 29, 149, 0.3) !important;
    opacity: 1;
}

/* Modern modal */
.modal-content {
    background: rgba(10, 0, 20, 0.97) !important;
    border: 1px solid rgba(76, 29, 149, 0.5) !important;
    box-shadow: 0 20px 60px rgba(76, 29, 149, 0.3) !important;
}

.modal-header {
    background: rgba(30, 10, 60, 0.8) !important;
    border-bottom: 1px solid rgba(76, 29, 149, 0.4) !important;
}

.modal-footer {
    background: rgba(30, 10, 60, 0.5) !important;
    border-top: 1px solid rgba(76, 29, 149, 0.3) !important;
}

/* Modern breadcrumb */
.breadcrumb {
    background: rgba(30, 10, 60, 0.3) !important;
    border: 1px solid rgba(76, 29, 149, 0.2);
    border-radius: 4px;
}

.breadcrumb-item a {
    color: #a855f7;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-item a:hover {
    color: #c4b5fd;
}

/* Modern page container */
.page-container {
    border: 1px solid rgba(76, 29, 149, 0.2) !important;
    box-shadow: 0 4px 20px rgba(10, 0, 16, 0.5) !important;
}

/* Modern btn-info */
.btn-info,
.btn.btn-info {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
    border: 1px solid #3b82f6 !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.btn-info:hover,
.btn.btn-info:hover {
    background: linear-gradient(135deg, #60a5fa, #3b82f6) !important;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
    transform: translateY(-1px);
}

/* Logout link */
a.logout {
    display: block;
    margin-top: 10px;
    padding: 6px 10px;
    background: rgba(217, 70, 239, 0.1);
    border: 1px solid rgba(217, 70, 239, 0.3);
    color: #f0abfc !important;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
}

a.logout:hover {
    background: rgba(217, 70, 239, 0.2);
    border-color: rgba(217, 70, 239, 0.5);
    color: #fff !important;
}

/* Services list in sidebar */
ul.services {
    list-style: none;
    padding: 0;
    margin: 8px 0;
}

ul.services li {
    border-bottom: 1px solid rgba(76, 29, 149, 0.2);
}

ul.services li a {
    display: block;
    padding: 5px 4px;
    color: #c4b5fd;
    font-size: 12px;
    transition: color 0.2s, padding-left 0.2s;
    text-decoration: none;
}

ul.services li a:hover {
    color: #a855f7;
    padding-left: 8px;
}

/* Staff list */
.mw-main .mw-sidebar .team ul li {
    color: #9d8fc4;
    font-size: 12px;
    padding: 3px 0;
    border-bottom: 1px solid rgba(76, 29, 149, 0.15);
}
