body {
  font-family: "League Spartan", sans-serif;
  background-color: #0c1117;
  overflow-x: hidden;
}
a {
  color: #c801eb;
  text-decoration: none;
}
a:hover {
  color: #80158e;
  text-decoration: none;
}
.text-primary {
  color: #c801eb !important;
}
.content {
  min-height: 50vh;
}
.card,
.card-header,
.card-footer,
.list-group-item {
  background: #1f1c2b6d;
  border: 0;
}
::-webkit-scrollbar {
  width: 0.375rem;
}
::-webkit-scrollbar-thumb {
  border-radius: 6.25rem;
  background: #fff;
  margin-right: 0.5rem;
}
::-webkit-scrollbar-track {
  border-radius: 6.25rem;
  background: #27272d;
  margin-right: 0.5rem;
}
::selection {
  background: rgba(255, 255, 255, 0.236);
}
.list-group-item.active {
  background: #c801eb !important;
}
.bi:before,
[class*=" bi-"]:before,
[class^="bi-"]:before {
  vertical-align: middle;
}
.topbar {
  background: linear-gradient(
    90.54deg,
    #8a0db5 0.15%,
    rgba(49, 28, 84, 0.58) 30.14%,
    rgba(47, 1, 83, 0.51) 54.13%
  );
  box-shadow: 0px 4px 19px 9px rgba(35, 9, 57, 0.26);
}
.topbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-item {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-weight: 500;
  padding: 0 30px;
  gap: 10px;
  font-size: 18px;
  height: 100%;
  transition: all ease 0.3s;
}
.topbar-item:hover,
.topbar-item.active {
  color: rgba(255, 255, 255, 1);
  background: #210a3e66;
  transition: all ease 0.3s;
}
.topbar-dropdown-btn .bi:before,
.topbar-dropdown-btn [class*=" bi-"]:before,
.topbar-dropdown-btn [class^="bi-"]:before {
  vertical-align: -0.225em;
  font-size: 12px;
}
.topbar-play-btn {
  display: inline-flex;
  align-items: center;
  color: white;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.topbar-play-btn .icon {
  border-radius: 4px;
  display: inline-block;
  background: #4f1274;
}
.topbar-play-btn .ic {
  border-radius: 4px;
  box-shadow: -3px 3px 16.5px 1px rgba(140, 54, 209, 0.53);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #870eb3;
  width: 25px;
  height: 25px;
  transform: translate(5px, -5px);
  transition: all ease 0.3s;
}
.topbar-play-btn:hover .ic {
  transform: translate(3px, -3px);
  transition: all ease 0.3s;
}
.topbar-play-btn span {
  margin-top: 7px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateY(-5px);
}
.header {
  min-height: calc(700px - 100px);
}
@media only screen and (max-width: 600px) {
  .header {
    min-height: calc(377px + 3rem);
  }
  .mini-header .header-title {
    font-size: 23px;
  }
}
.mini-header {
  min-height: calc(300px - 100px);
}
.btn {
  font-weight: 700;
  line-height: 0.9;
  padding: 12px 20px;
  text-transform: uppercase;
}
.btn {
  background: white !important;
  border-color: white !important;
  color: black !important;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  color: white !important;
  background-color: #280d42 !important;
  border-color: #280d42 !important;
  gap: 10px;
  box-shadow: -3px 3px 16.5px 1px rgba(139, 54, 209, 0);
}
.header-infos {
  background-color: #280d42a2 !important;
  border-radius: 9px;
  backdrop-filter: blur(5px);
}
.btn:hover,
.btn:focus,
.btn:hover,
.btn:focus,
.btn.active {
  background: #c801eb !important;
  border-color: #c801eb !important;
  color: white !important;
  box-shadow: -3px 3px 16.5px 1px rgba(140, 54, 209, 0.53) !important;
}
.login-subtext {
  color: #ffffff80;
  font-size: 12px;
}
.header-title {
  color: white;
  line-height: 1;
  font-size: 45px;
}
.header-subtitle {
  color: rgba(255, 255, 255, 0.484);
  font-size: 17px;
  max-width: 300px;
}
.header-social {
  display: inline-block;
  padding: 0 10px;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.445);
  transition: all ease 0.3s;
}
.header-social:hover {
  color: white;
  transition: all ease 0.3s;
}
.header-playerlist .text-1 {
  color: white;
}
.header-playerlist .text-2 {
  color: rgba(255, 255, 255, 0.46);
}
.join {
  font-size: 18px;
  position: relative;
  background: #1f1c2b6d;
  font-weight: 500;
  padding: 13px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.join__step {
  font-weight: 900;
  font-size: 20px;
  background-color: #c801eb;
  border-radius: 5px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join__highlight {
  font-weight: 700;
  text-decoration-line: underline;
}
.join__ip {
  font-weight: 700;
  font-size: 20px;
  color: #b081af;
  border-bottom: dotted 2px #b081af;
  cursor: grab;
}
.join__ip-btn {
  padding: 0 20px;
  font-weight: 700;
  background: #c801eb;
  color: white;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  transition: all ease 0.3s;
}
.join__ip-btn:hover {
  background: #280d42;
  color: white;
  transition: all ease 0.3s;
}
.flex-1 {
  flex: 1;
}
.vote-rank {
  margin-bottom: 20px;
}
.vote-rank .rank {
  background: rgb(33, 32, 33);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.vote-rank.top1 .rank {
  background: rgb(58, 58, 87);
}
.vote-rank.top2 .rank {
  background: rgb(87, 80, 58);
}
.vote-rank.top3 .rank {
  background: rgb(58, 85, 87);
}
.vote-rank .username {
  background: rgba(45, 45, 45, 0.188);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: rgba(255, 255, 255, 0.604);
  padding: 0 50px;
  font-size: 15px;
}
.vote-rank.top1 .username {
  color: rgba(201, 202, 255, 0.604);
}
.vote-rank.top2 .username {
  color: rgba(249, 255, 201, 0.604);
}
.vote-rank.top3 .username {
  color: rgba(201, 255, 249, 0.604);
}
.vote-rank .total {
  background: rgba(153, 125, 181, 0.185);
  height: 50px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.card-title a {
  color: white;
  text-decoration: none;
}
.card-text {
  color: rgba(255, 255, 255, 0.36);
}
.bg-primary {
  background: #c801eb !important;
}
.footer-link {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.503);
  border-bottom: 1px solid #59595942;
  padding: 10px 20px;
  transition: all ease 0.3s;
}
.modal-content {
  background: rgba(249, 0, 253, 0.158);
  backdrop-filter: blur(15px);
}
.popover {
  max-width: none; /* Remove max-width constraint if needed */
  background: rgba(249, 0, 253, 0.158);
  backdrop-filter: blur(15px);
}
.popover .popover-arrow:after {
  border-bottom-color: rgba(249, 0, 253, 0.319) !important;
}

.popover-body {
  padding: 10px; /* Adjust padding as needed */
}
.footer-link i {
  color: #59595942;
}
.footer-link:hover,
.footer-link.active {
  color: #c801eb;
  transition: all ease 0.3s;
}
.footer-link:hover i,
.footer-link.active i {
  color: #c801eb;
}
.dropdown-item {
  color: rgba(255, 255, 255, 0.712);
  padding: 7px 15px;
  transition: all ease 0.3s;
}
.dropdown-item:hover {
  color: white;
  border-radius: 7px;
  background: rgba(249, 0, 253, 0.158);
  transition: all ease 0.3s;
}
.form-control {
  background-color: #1f1c2b6d;
}
.form-control:focus {
  background-color: #1f1c2b6d;
  border-color: #c801eb !important; /* Custom border color */
  box-shadow: 0 0 0 0.2rem rgba(255, 34, 211, 0.056) !important; /* Custom shadow color */
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.123);
}
.form-check-input:focus {
  border-color: #c801eb !important; /* Custom border color */
  box-shadow: 0 0 0 0.2rem rgba(255, 34, 211, 0.056) !important; /* Custom shadow color */
}
.form-check-input:checked {
  background-color: #c801eb !important; /* Custom border color */
  border-color: #c801eb !important; /* Match the border color */
}
.form-check-input:checked:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 34, 211, 0.056) !important; /* Custom shadow color */
}
.nav-pills .nav-link {
  text-align: left;
  color: white !important;
}
.nav-pills .nav-link.active {
  background-color: #c801eb !important; /* Custom border color */
  font-weight: bold;
}
.card-header {
  padding: 12px 20px;
}
.card-header h2 {
  margin-bottom: 0;
}
.bg-secondary {
  background-color: #1f1c2b6d !important;
}
.likes-count {
  font-size: 18px;
}
.markdown-body img {
  height: auto;
  max-width: 100%;
}
.markdown-body iframe {
  max-width: 100%;
}
#forum .forums {
  background: var(--gradient-2-reverted);
  background-size: 500%;
  color: var(--text-color-1);
  border-radius: 15px !important;
}
#forum .forums-parent-title {
  font-size: var(--mini-title-text-size);
  margin-bottom: 0;
  border-radius: 15px !important;
  font-weight: bold;
}
#forum .forums-parent {
  border-radius: 15px !important;
  font-size: 19px;
}
#forum .forums-parent-description {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  opacity: 0.85;
}
#forum .forum-wrapper {
  background: #1f1c2b6d;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 15px !important;
  background-size: 500%;
}
#forum .forum-item {
  display: flex;
  background-color: #1f1c2b6d;
  border-radius: 10px;
  padding: 10px 20px;
}
#forum .forum-item:hover {
  color: white;
  background-color: #3e375a6d;
}
#forum .forum-item-icon {
  color: var(--text-color-1);
  transition: all ease 0.15s;
}
#forum .forum-item-title a {
  display: inline-block;
  font-weight: bold;
  color: var(--text-color-1);
  text-decoration: none;
  font-size: var(--mini-title-text-size);
  transition: all ease 0.15s;
}
#forum .forum-item-title a:not(.name) {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#forum .forum-item-du {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#forum .forum-item:hover .forum-item-title a:not(.name) {
  color: var(--text-color-2);
  transition: all ease 0.15s;
}
#forum .forums .forum-item:hover .forum-item-icon {
  color: var(--text-color-2);
}
#forum .forum-item-description {
  font-size: var(--paragraphe-text-size);
  font-weight: normal;
  opacity: 0.75;
}
#forum .forum-info-number {
  font-size: var(--title-text-size);
}
#forum .forum-info-text {
  font-size: var(--paragraphe-text-size);
  text-transform: capitalize;
  opacity: 0.75;
}
#forum .forum-lastest-profile {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
}

#forum .forum-lastest-profile.online::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: rgb(69, 241, 69);
  border: 4px solid var(--color-4);
  border-radius: 50%;
  z-index: 11;
  display: none;
}
#forum .forum-lastest-profile.offline::after {
  display: none;
}

#forum .forum-lastest-profile img {
  border: 2px solid var(--text-color-1);
  width: 40px;
  border-radius: 5px;
  height: 40px;
  margin: 10px;
}
#forum .forum-lastest-profile-no {
  border: 2px solid var(--text-color-1);
  width: 40px;
  border-radius: 40px;
  height: 40px;
  margin: 10px;
}
#forum .forum-lastest-text1,
#forum .forum-lastest-text2 {
  font-size: var(--paragraphe-text-size);
  color: var(--text-color-1);
  text-decoration: none;
  width: 150px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
  transition: all ease 0.15s;
}
#forum .forum-lastest-text1:hover {
  color: var(--text-color-2);
  transition: all ease 0.15s;
}
#forum .forum-lastest-text2 {
  width: 150px;
}
#forum .forum-lastest-text2 span {
  font-size: var(--paragraphe-text-size);
  font-weight: normal;
  opacity: 0.75;
}
#forum .forum-lastest-text2 a {
  font-size: var(--paragraphe-text-size);
  color: var(--text-color-1);
  text-decoration: none;
  text-transform: capitalize;
}

#forum .forum-lastest-text2 a:hover {
  color: var(--text-color-2);
  transition: all ease 0.15s;
}

#forum .stats-text {
  opacity: 0.75;
}
#forum .nav-link {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#forum .forum-lastest-comments {
  border-top-left-radius: 0 !important;
}
#forum .forum-lastest-comments .forum-lastest-text1 {
  width: 100%;
}
#forum .forum-lastest-comments .forum-lastest-text2 {
  width: 100%;
}
#forum .online-user {
  text-decoration: none;
}
#forum .online-user {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}
#forum .online-user img {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--text-color-1);
  width: 40px;
  border-radius: 5px;
  height: 40px;
}
#forum .forum-nav .forum-nav-item {
  color: var(--text-color-1);
  opacity: 0.75;
  text-decoration: none;
  transition: all ease 0.15s;
}
#forum .forum-nav .forum-nav-item.active,
#forum .forum-nav .forum-nav-item:hover {
  opacity: 1;
  transition: all ease 0.15s;
}
#forum .forum-item .forum-item-title a.name {
  text-transform: capitalize;
}
#forum .forum-item .forum-item-title a.name:hover {
  color: var(--text-color-2);
  transition: all ease 0.15s;
}
#forum .forum-post-profile {
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#forum .forum-post-profile.online::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 30px;
  width: 25px;
  height: 25px;
  background: rgb(69, 241, 69);
  border: 4px solid var(--color-4);
  border-radius: 50%;
  z-index: 11;
}
#forum .forum-post-profile.offline::after {
  display: none;
}

#forum .forum-post-profile img {
  border: 4px solid var(--text-color-1);
  width: 80px;
  border-radius: 40px;
  height: 80px;
  margin: 10px;
}
#forum .forum-post-name a {
  font-weight: bold;
  color: var(--text-color-1);
  text-transform: capitalize;
  text-decoration: none;
  transition: all ease 0.15s;
}
#forum .forum-post-name a:hover {
  color: var(--text-color-2);
  transition: all ease 0.15s;
}
#forum .forum-card {
  background: none;
}
#forum .card-forum .card-footer {
  background: transparent;
}
.nav-tabs .nav-link {
  color: white !important;
}
.nav-tabs .nav-link.active {
  background: #1f1c2b6d;
  border-color: #1f1c2b6d !important;
}
.list-group-item {
  transition: all ease 0.3s;
}
.list-subgroup {
  background: #00000023;
}

.progress {
  position: relative;
  height: 2.5em;
  background: rgba(0, 0, 0, 0.156);
  border-radius: 15px;
  overflow: hidden;
}
.progress-bar {
  background-color: #c801eb;
}
.progress-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color-4);
  font-weight: bold;
}
#shop .quantity-input {
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--color-4) !important;
  text-align: center;
}
#shop .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#shop .quantity-form {
  border-radius: 15px;
  overflow: hidden;
}
#shop .quantity-input {
  text-align: center !important;
  color: var(--color-4) !important;
  background-color: var(--text-color-1) !important;
  border-radius: 0;
}
#shop .quantity-form.no-bg .quantity-input {
  background: transparent !important;
  color: var(--text-color-1) !important;
}
#shop .minus-btn,
#shop .plus-btn {
  border-radius: 0;
  border: 0;
}

#shop .quantity-form.no-bg .minus-btn,
#shop .quantity-form.no-bg .plus-btn {
  background: transparent !important;
  color: var(--text-color-1) !important;
  box-shadow: none !important;
}
.bg-light-sm {
  background: rgba(0, 0, 0, 0.129);
}
.delete {
  background: transparent !important;
  color: red !important;
  border: 0;
}
.delete:hover,
.delete:focus {
  background: transparent !important;
  color: rgba(255, 0, 0, 0.43) !important;
  border: 0;
  box-shadow: none !important;
}

.navbar-mobile {
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background-image: url("/assets/themes/hystoriaV2/img/bg3.png?v1.1.10");
  background-size: cover;
  box-shadow: 1px -1px 12px 0px rgba(0, 0, 0, 0.334);
  z-index: 5;
  transition: all ease 0.3s;
}
.navbar-mobile.active {
  transform: translateX(0%);
  transition: all ease 0.3s;
}
.navbar-mobile .navbar__middle-item {
  display: block;
  margin: 0;
  padding: 10px 36px;
  color: white;
}
.navbar-mobile .navbar__middle-item--active {
  background-color: #c801eb;
}
.navbar-mobile .navbar__middle-item:hover {
  background-color: #c801eb;
}
.navbar-mobile .navbar__middle-item::after {
  opacity: 0;
}
.navbar-mobile .navbar__title {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 36px;
  align-items: center;
  padding-bottom: 0;
  color: white;
}
.navbar-mobile .navbar__middle-item--collapse {
  display: flex !important;
  justify-content: space-between;
}
.navbar-mobile .navbar__middle-item--collapse[aria-expanded="true"] {
  background-color: var(--primary-2);
}
.navbar-mobile .collapse-menu {
  background-color: var(--primary-2);
}
.navbar-mobile .collapse-item {
  display: block;
  margin: 0;
  padding: 10px 36px !important;
  color: white;
}
.navbar-mobile .collapse-item.active {
  display: block;
  margin: 0;
  padding: 10px 36px;
  color: white;
  background-color: #c801eb;
}
.navbar-mobile .collapse-item i {
  margin-right: 5px;
}
.navbar-mobile .storebtn {
  display: block;
  padding: 15px;
  text-align: center;
  margin: 0 20px;
}
.navbar__left-menu {
  background-color: transparent;
  border: none;
}
.close {
  background-color: transparent;
  color: white;
  padding: 0;
  border: 0;
}
.i-ps-3 i {
  padding-right: 10px;
}

.notification-item {
  color: var(--text-color-4);
  text-decoration: none;
  padding: 15px 20px;
  transition: all ease 0.3s;
}
.notification-item:hover {
  background: rgba(128, 128, 128, 0.178);
  color: var(--text-color-4);
  text-decoration: none !important;
  transition: all ease 0.3s;
}
.notification-item .date {
  font-size: var(--paragraphe-text-size);
  color: var(--text-color-6);
  font-weight: 500;
  text-decoration: none;
  transition: all ease 0.3s;
}
.notification-item .content {
  color: var(--text-color-4);
  font-weight: 500;
  text-decoration: none;
  word-break: normal;
  transition: all ease 0.3s;
}
.notification-item .circle {
  height: 32px;
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}
.notification-item .circle.bg-warning {
  color: black !important;
}
.notification-item .circle.bg-danger {
  color: white !important;
}
.notification-item .circle.bg-success {
  color: white !important;
}
.notification-item .circle.bg-info {
  color: white !important;
}
.btn-custom-close,
.btn-custom-close:hover {
  background: none !important;
  color: white !important;
  border: 0 !important;
  box-shadow: none !important;
}

.tox .tox-edit-area__iframe, .tox .tox-statusbar, .tox:not(.tox-tinymce-inline) .tox-editor-header, .tox .tox-toolbar-overlord,
.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary, .tox .tox-sidebar-wrap, .tox .tox-sidebar-wrap{
    background-color: #171321 !important;
}
.tox .tox-tbtn {
    background-color: #171321 !important;
    color: #fafafa !important;
}
.tox .tox-tbtn svg {
    fill: #fafafa !important;
}
.tox-tinymce {
    border: 2px solid #2c0a4a !important;
}
.mce-content-body {
    color: #cc0000 !important;
}