:root {
    --breezeyellow: #feee73;
}

#ndzn-header {
    background: #12adc8;
    position: relative;
}

#ndzn-header:before,
.ndzn-home-menu:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(https://i.imgur.com/8KNxOyn.png) no-repeat center / cover;
    z-index: 0;
    opacity: 0.4;
    pointer-events: none;
    user-select: none;
}

.users-online {
    background-color: var(--breezeyellow);
}

.splash-left {
    display: block;
    background: linear-gradient(45deg, #feee73Ce, #feee732b, #feee735e);
    border-color: rgba(255,255,255,0.2);.
    box-shadow: 0 8px 62px -5px rgba(0,0,0,0.3);
    text-shadow: 0 2px rgba(0,0,0,0.2);
}

.splash-left .sml {
    margin-top: 3px;
}

.splash-left:after {
    content: unset;
}

.splash-left .bg {
    background: url(https://i.imgur.com/rGYHq5P.png);
    background-size: cover;
    width: 400px;
    max-width: 100%;
    opacity: 0.2;
}

.splash-left:after {
    background-color: white;
}

.ndzn-home-menu {
    position: relative;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 12px;
    background: #12adc8;
    overflow: hidden;
}

.ndzn-home-menu p {
    color: white;
    font-size: 0.8rem;
    margin: 0 0 18px;
    font-weight: bold;
    text-align: center;
}

.header-user {
    background: #ffffff26;
}

.header-user .mdi-power,
.header-user .front-is-text .pink {
    color: var(--breezeyellow);
}

.header-user .front-is-icon>b {
    background-color: var(--breezeyellow);
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    border: 1px solid white;
    z-index: 3;
}

.header-user .user-right.is-login {
    position: relative;
    color: var(--breezeyellow);
}

.splash-right .box-sales .btn, .module.is-featuredpackage .btn {
    background: linear-gradient(to bottom right, var(--breezeyellow), #e5d173);
}

@media (max-width: 1250px) {
    .part-img {
        width: 96px;
        opacity: 0;
        visibility: hidden;
    }
    
.inner-left-mobile .users-online {
        right: 252px;
    }
}

@media (max-width: 849px) {
    .splash-left {
        margin: 20px auto;
    }
    
    .part-img {
        width: 58px;
    }
}

.ndzn-login-form > div:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ndzn-login-form > div > .btn {
    background: rgba(255,255,255,0.2);
}

.ndzn-login-form > div > .btn.active {
        background: var(--breezeyellow);
    color: black;
}

.ndzn-login-form > form {
    margin-top: 32px;
}





.user-left-mobile > b {
	 color: white;
}
 .panel-horizontalnav {
	 border: 2px solid rgba(254, 238, 115, 0.2);
	 display: flex;
	 flex-direction: column;
	 gap: 44px;
}
 .panel-horizontalnav .panel-header {
	 font-size: 28px;
	 color: #feee73;
	 font-weight: 800;
	 display: flex;
	 align-items: center;
	 gap: 20px;
}
 .panel-horizontalnav .panel-header button {
	 font-size: 13px;
	 background: rgba(254, 238, 115, 0.2);
	 color: #feee73;
	 border: 2px solid rgba(254, 238, 115, 0.5);
	 border-radius: var(--br);
	 height: 34px;
	 padding: 0 20px;
	 cursor: pointer;
}
 .panel-horizontalnav .panel-body {
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 gap: 4px;
}
 .panel-horizontalnav .nav-link {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 16px;
	 border-radius: var(--br);
	 height: 42px;
	 padding: 0 20px;
	 font-weight: 600;
	 color: #feee73;
}
 .panel-horizontalnav .nav-link:not(.active):hover, .panel-horizontalnav .nav-link:not(.active):focus-visible {
	 background: rgba(254, 238, 115, 0.1);
}
 .panel-horizontalnav .nav-link.active {
	 background: #feee73;
	 color: #0a1628;
}
 @media (max-width: 768px) {
	 .panel-horizontalnav .panel-header {
		 flex-direction: column;
		 gap: 10px;
	}
	.panel-horizontalnav .panel-body {
	    justify-content: center;
	}
	 .panel-horizontalnav .nav-link {
		 font-size: 14px;
		 padding: 0 12px;
		 height: 34px;
	}
}








.ranks-table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  margin-top: calc(var(--spacing) * -1);
  padding-top: var(--spacing);
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer and Edge */
}
.ranks-table-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.ranks-table-container {
  position: relative;
}
.ranks-table-container .gradient {
  transition: opacity 0.3s ease;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 220px;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  position: absolute;
  display: block;
}
@media (max-width: 600px) {
  .ranks-table-container .gradient {
    width: 100px;
  }
}
.ranks-table-container .gradient--left {
  left: 0;
  background: linear-gradient(90deg, #060f1e 0%, transparent 100%);
}
.ranks-table-container .gradient--right {
  background: linear-gradient(270deg, #060f1e 0%, transparent 100%);
  right: 0;
}

#ranks-table .ranks__table {
  margin-bottom: 1rem;
  min-width: 1360px;
}
#ranks-table .PackageControls .stage {
  grid-template-columns: 1fr 1fr 1fr;
}
#ranks-table .PackageControls form {
  border: 1px solid var(--breezeyellow);
  padding: 6px;
  grid-template-columns: 1fr 2fr 1fr;
  border-radius: 8px;
}
#ranks-table .PackageControls .btn {
  height: 58px;
}
#ranks-table .PackageControls form .btn {
  height: 44px;
}
#ranks-table .PackageControls .btn-info {
  display: none;
}
#ranks-table .PackageControls .full {
  grid-column-start: 1;
  grid-column-end: 5;
}
#ranks-table .PackageControls .stage-4 .btn-success {
  grid-column-start: auto;
  grid-column-end: auto;
}
#ranks-table .ranks__overview,
#ranks-table .ranks__perks,
#ranks-table .ranks__cta {
  display: grid;
  column-gap: 1rem;
  row-gap: 1rem;
}
#ranks-table .perk--title {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  display: flex !important;
  color: var(--breezeyellow);
  align-items: center !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  background: var(--breezeyellow);
  grid-column: span 5 / span 5;
  color: #65302f;
  font-weight: 900;
}
#ranks-table .perk--title:hover path {
  fill-opacity: 1;
}
#ranks-table .perk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  margin-bottom: 0 !important;
}
#ranks-table .perk__innerLabel {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  font-size: 13px;
  color: #4D638C;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.1);
  text-underline-offset: 6px;
}
#ranks-table .perk:not(.perk--title) .perk__tooltipicon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
}
#ranks-table .perk__innerLabel > .perk__tooltipIcon {
  transform: scale(0.8);
  margin-top: -1px;
  margin-right: -0.5rem;
}
#ranks-table .perk__value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#ranks-table .perk__value div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition-duration: 200ms;
}
#ranks-table .perk__value span {
  font-weight: 500;
}
#ranks-table .perk .minecraft-text {
  font-style: normal;
  font-weight: normal;
  font-family: "Minecraft";
  line-height: 19px;
  background-color: #4F5F7E;
  padding: 0.5rem;
  gap: 2px;
}
#ranks-table .perk .minecraft-text svg {
  text-shadow: 1px 1px #000;
}
#ranks-table .perk p {
  font-size: 14px;
  font-weight: 400;
}
#ranks-table .perk.perk--textType p,
#ranks-table .perk.perk--textType b {
  font-weight: 300 !important;
  font-size: 16px !important;
}
#ranks-table .perk-link {
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--breezeyellow);
  padding: 2px;
  background: transparent;
  border-radius: 3px;
  outline: none;
  border: none;
  cursor: pointer;
}
#ranks-table .perk-link:focus-visible {
  outline: 1px solid white;
}
#ranks-table .ranks__overview .panel--package--highlighted {
  margin-top: -19px;
}
#ranks-table .ranks__overview .panel--package--highlighted .package__highlight + .package__body {
  padding-top: 0 !important;
}
#ranks-table .panel--description {
  opacity: 0;
}
#ranks-table .ranks__overview__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#ranks-table .ranks__perks {
  margin-top: 1rem !important;
}
#ranks-table .ranks__perks .perk {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ranks-table .ranks__perks .perk--label {
  position: relative;
  color: white;
  font-weight: 400 !important;
  display: flex;
  gap: 0.5rem;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  background: #0b1a34;
}
#ranks-table .ranks__perks .perk--label.perk--highlighted {
    background: #14284d !important;
}
#ranks-table .ranks__perks .perk--highlighted {
    background: #0c1a34;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.02) inset;
}
#ranks-table .ranks__cta {
  position: sticky;
  bottom: 0;
  margin-top: 1rem;
}

.ranks__overview__item {
  border: 2px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  border-radius: 1rem;
  color: white;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ranks__overview__item:not(.ranks__overview__item--highlighted) {
  padding-top: 34px;
}

.ranks__overview__item--highlighted {
  border: 2px solid var(--breezeyellow);
}

.ranks__overview__item__badge {
  background: var(--breezeyellow);
  color: black;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 0.5rem 0;
}

.ranks__overview__item__content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  height: 100%;
}

.ranks__overview__item__image {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.ranks__overview__item__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--breezeyellow);
}

.ranks__overview__item__description {
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  max-width: 240px;
}

.ranks__overview__item__pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.125rem;
  margin-top: auto;
}

.ranks__overview__item__price--original {
  color: #f87171;
  text-decoration: line-through;
  margin-bottom: 0.25rem;
}

.ranks__overview__item__price {
  font-weight: bold;
  color: white;
}

.ranks__overview__item .PackageControls {
  width: 100%;
}
/*--------------------sticky----------------------*/
.ranks-table-stickywrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    margin-top: calc(var(--spacing) * -1);
    padding-top: var(--spacing);
    scrollbar-width: none;
    -ms-overflow-style: none;
    --height: 0;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 0;
    margin-bottom: calc(var(--height) * -1);
    pointer-events: none;
    user-select: none;
}

.ranks__stickyoverview {
    background: linear-gradient(to bottom, #060F1E, transparent);
    display: grid;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 100ms linear, visibility 100ms linear, transform 100ms linear;
    padding-bottom: 20px;
}

.ranks__stickyoverview.ranks__stickyoverview--active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.ranks__stickyoverview .ranks__overview__item {
    background: #060F1E;
    border-radius: 0 0 12px 12px;
    font-size: 12px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.3);
}

.ranks__stickyoverview .ranks__overview__item__content {
    padding: 12px;
    gap: 8px;
    flex-direction: row;
}

#ranks-table .ranks__stickyoverview .ranks__overview__item {
    gap: 0;
}

#ranks-table .ranks__stickyoverview .ranks__overview__item:not(.ranks__overview__item--highlighted) {
    padding-top: 12.04px;
}

.ranks__stickyoverview .ranks__overview__item__badge {
    font-size: 0.8em;
    padding: 0 0 1px;
}

.ranks__stickyoverview .ranks__overview__item__title {
    font-size: 1em;
    flex: auto;
}

.ranks__stickyoverview .ranks__overview__item__pricing {
    margin: 0;
    font-size: 1em;
}

#ranks-table .ranks__stickyoverview .PackageControls {
    width: 50%;
}

#ranks-table .ranks__stickyoverview .PackageControls .btn {
    height: 40px;
    flex: none;
    pointer-events: auto;
    user-select: auto;
}

#ranks-table .ranks__stickyoverview .PackageControls .btn.btn-remove, #ranks-table .ranks__stickyoverview .PackageControls .btn.btn-success {
    font-size: 0;
}

#ranks-table .ranks__stickyoverview .PackageControls .btn.btn-success::before {
    content: "Buy";
}

#ranks-table .ranks__stickyoverview .PackageControls .btn.btn-success::after,
#ranks-table .ranks__stickyoverview .PackageControls .btn.btn-remove::after,
#ranks-table .ranks__stickyoverview .PackageControls .btn.btn-success::before {
    font-size: 12px;
}

#ranks-table .ranks__stickyoverview .PackageControls .btn.btn-remove i {
        font-size: 16px;
        margin: 0;
}




/* 2026 crates */

.ndzn-crategroups {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

.ndzn-crategroups .crategroup {
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ndzn-crategroups .crategroup__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ndzn-crategroups .crategroup__header img {
    width: auto;
    height: 70px;
}

.ndzn-crategroups .crategroup__header h4 {
    color: var(--crategroup-color, white);
    filter: brightness(1.25);
}

.ndzn-crategroups .crategroup__items {
    flex: auto;
    display: flex;
    justify-content: stretch;
    gap: 0.4rem;
}

.ndzn-crategroups .crategroup__item {
    padding: 20px 0 18px;
    flex: 1 1 auto;
    border-radius: 8px;
    background: var(--crategroup-color, rgba(255,255,255,0.05));
    border: solid rgba(255,255,255,0.5);
    border-width: 1px 1px 4px;
    cursor: pointer;
    outline: none;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 0;
    transition: 100ms linear;
}

.ndzn-crategroups .crategroup__item:hover,
.ndzn-crategroups .crategroup__item:focus-visible {
    top: -1.5px;
    border-color: white;
    filter: brightness(1.1);
}

.ndzn-crategroups .crategroup__item:active {
    top: 1px;
    border-bottom-width: 2px;
}


.ndzn-crategroups .crategroup__item__extra {
    position: absolute;
    top: -5px;
    right: -5px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(5px);
    color: #060F1E;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 99999px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 4px rgba(0,0,0,0.1);
}

.ndzn-crategroups .crategroup__item__label {
    font-weight: bold;
    font-size: 24px;
    text-shadow: 0 0.1em rgba(0,0,0,0.2);
    margin-bottom: 4px;
}

.ndzn-crategroups .crategroup__item__discount {
    font-size: 11px;
    text-decoration: line-through;
    opacity: 0.6;
}

.ndzn-crategroups .crategroup__item__price {
    font-size: 13px;
    font-weight: 600;
}






