/*
    2021 (C) NIKOLOVDZN.COM
*/


a:focus, button:focus, input:focus, textarea:focus {
  --webkit-tap-hightlight-color: transparent;
  outline: none
}
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: 700
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
[hidden], template {
  display: none
}
.tlite {
  -webkit-backface-visibility: hidden;
  background: #56709b;
  border-radius: 4px;
  box-shadow: 0 .5rem 1rem -.5rem #000;
  color: #fff;
  font-size: .8rem;
  font-weight: 400;
  opacity: 0;
  padding: .6em .75rem;
  position: absolute;
  text-align: left;
  text-decoration: none;
  transition: opacity .4s;
  visibility: hidden;
  white-space: nowrap;
  z-index: 1000
}
.tlite-table td, .tlite-table th {
  position: relative
}
.tlite-visible {
  opacity: .9;
  visibility: visible
}
.tlite:before {
  background: inherit;
  content: " ";
  display: block;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px
}
.tlite-n:before {
  left: 50%;
  margin-left: -5px;
  top: -3px
}
.tlite-nw:before {
  left: 10px;
  top: -3px
}
.tlite-ne:before {
  right: 10px;
  top: -3px
}
.tlite-s:before {
  bottom: -3px;
  left: 50%;
  margin-left: -5px
}
.tlite-se:before {
  bottom: -3px;
  right: 10px
}
.tlite-sw:before {
  bottom: -3px;
  left: 10px
}
.tlite-w:before {
  left: -3px;
  margin-top: -5px;
  top: 50%
}
.tlite-e:before {
  margin-top: -5px;
  right: -3px;
  top: 50%
}
:root {
  --font-size-p: 1em;
  --sidebar: 350px;
  --spacing: 30px;
  --padding: 20px;
  --paddingStoreNavPopup: 41px;
  --gapStoreNavPopup: 33px;
  --panelPadding: calc(var(--padding)*2);
  --spacingMini: 8px;
  --panelBs: 0 6px 11px -3px rgba(0, 0, 0, .09);
  --br: 8px;
  --transition: color .15s, background .15s, box-shadow .15s, border .15s;
  --bodyBg: #060f1e;
  --panel: #091529;
  --border: #dfdfdf;
  --p: #7591b9;
  --primary-100: #fe8858;
  --secondary-100: #d081f5;
  --btnDefault: #1e3458;
  --btnDefaultText: #85a4d5;
  --btnDefaultHover: #223b63;
  --btnBlack: var(--btnDefault);
  --btnBlackText: var(--btnDefaultText);
  --btnBlackHover: var(--btnDefaultHover);
  --btnInfo: #d081f5;
  --btnInfoText: #5b2a72;
  --btnInfoHover: #df9cff;
  --btnSuccess: #59cb6c;
  --btnSuccessText: #21542a;
  --btnSuccessHover: #65dc79;
  --btnWarning: #ff996f;
  --btnWarningText: #702c11;
  --btnWarningHover: #ff996f;
  --btnDanger: #e95656;
  --btnDangerText: #750b0b;
  --btnDangerHover: #ff6868;
  --modalHeight: 600px;
  --font: "Montserrat", sans-serif;
  --fontMono: "Cousine", monospace;
  --fontMdi: "Material Design Icons";
  --skew: skewX(-10deg);
  font-size: 17px
}
@media (max-width:1100px) {
  :root {
    --padding: 15px;
    --spacing: 15px;
    font-size: 17px
  }
}
@media (max-width:650px) {
  :root {
    --spacing: 10px;
    --paddingStoreNavPopup: 30px;
    --gapStoreNavPopup: 30px;
    font-size: 15px
  }
}
@media (max-width:540px) {
  :root {
    --paddingStoreNavPopup: 20px;
    --gapStoreNavPopup: 20px
  }
}
@media (max-width:470px) {
  :root {
    --padding: 12px;
    --spacing: 8px
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box
}
button, input, option, select, textarea {
  outline: none !important
}
body {
  background: var(--bodyBg);
  color: var(--p);
  font-family: var(--font)
}
@media (max-width:950px) {
  body {
    padding-bottom: var(--spacing)
  }
}
a {
  color: var(--primary-100);
  text-decoration: none
}
.font-title {
  font-family: var(--fontTitle)
}
.font-Overpass {
  font-family: var(--fontOverpass)
}
.font-mono {
  font-family: var(--fontMono)
}
.jc-center {
  justify-content: center
}
.jc-end {
  justify-content: flex-end
}
.ai-center {
  align-items: center
}
.ai-stretch {
  align-items: stretch
}
.nowrap {
  white-space: nowrap
}
.expand {
  flex: 1 1 auto
}
.avatar, .box, .br, .btn, .dropdown-menu, .input, .panel {
  border-radius: var(--br)
}
.br-max {
  border-radius: 1000px
}
.d-block {
  display: block
}
.d-inlblock {
  display: inline-block
}
.d-table {
  display: table
}
.panel, .panel-padding {
  padding: var(--panelPadding)
}
.panel {
  background: var(--panel);
  box-shadow: var(--panelBs)
}
.panel:last-child {
  margin-bottom: 0
}
.container {
  margin: 0 auto;
  max-width: calc(100% - var(--spacing)*2);
  width: 1360px
}
main .page-sidebar {
  flex: 0 0 var(--sidebar);
  width: var(--sidebar)
}
.h1, .h2, .h3, .h4 {
  font-weight: 700;
  margin-bottom: 1.75rem
}
@media (max-width:900px) {
  .h1, .h2, .h3, .h4 {
    margin-bottom: 1rem
  }
}
.h3 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800
}
.h4 {
  font-size: 1.2rem
}
p {
  display: block;
  font-size: 1rem;
  line-height: 1.8em;
  margin-bottom: 1.5em
}
p:last-child {
  margin-bottom: 0
}
.text-small {
  font-size: .95em
}
.circle {
  border-radius: 50%;
  display: block
}
.dropdown, .relative {
  position: relative
}
.absolute, .dropdown-menu {
  position: absolute
}
.dropdown-menu {
  background: #142949;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
  display: none;
  left: 0;
  margin-top: 5px;
  min-width: 10em;
  padding: .5rem 0;
  top: 100%;
  z-index: 1000
}
.dropdown-menu.show {
  display: block
}
.dropdown-menu a {
  display: block;
  font-weight: 600;
  padding: .75em 1.25em;
  text-decoration: none
}
.dropdown-menu-right {
  left: auto;
  right: 0
}
.alert {
  background: var(--btnDanger);
  border-radius: var(--br);
  color: #fff;
  font-weight: 700;
  padding: 1.5em
}
.alert, .alert-border {
  margin-bottom: var(--spacing)
}
.alert-border {
  border: 2px solid var(--btnDanger);
  border-radius: var(--br);
  color: var(--btnDanger);
  line-height: 1.2;
  padding: 1.1em
}
.input {
  background: #11223d;
  border: none;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1;
  outline: none;
  padding: 1em 1.5em;
  transition: var(--transition);
  width: 100%
}
.input:focus {
  border-color: var(--primary-100)
}
.input::-moz-placeholder {
  color: #2e4364
}
.input:-ms-input-placeholder {
  color: #2e4364
}
.input::placeholder {
  color: #2e4364
}
.input.font-mono {
  padding: 1.05em 1.5em .95em
}
.input:disabled {
  cursor: not-allowed;
  opacity: .4
}
.btn {
  background: rgba(0, 0, 0, .1);
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, .2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  padding: 1em 1.5em .95em;
  transition: var(--transition)
}
.btn.btn-black {
  background: var(--btnBlack);
  color: var(--btnBlackText)
}
.btn.btn-black:hover {
  background: var(--btnBlackHover)
}
.btn.btn-black.btn-loading:after {
  border-bottom-color: var(--btnBlackText);
  border-left-color: var(--btnBlackText);
  border-right-color: transparent;
  border-top-color: transparent
}
.btn.btn-default {
  background: var(--btnDefault);
  color: var(--btnDefaultText)
}
.btn.btn-default:hover {
  background: var(--btnDefaultHover)
}
.btn.btn-default.btn-loading:after {
  border-bottom-color: var(--btnDefaultText);
  border-left-color: var(--btnDefaultText);
  border-right-color: transparent;
  border-top-color: transparent
}
.btn.btn-info {
  background: var(--btnInfo);
  color: var(--btnInfoText)
}
.btn.btn-info:hover {
  background: var(--btnInfoHover)
}
.btn.btn-info.btn-loading:after {
  border-bottom-color: var(--btnInfoText);
  border-left-color: var(--btnInfoText);
  border-right-color: transparent;
  border-top-color: transparent
}
.btn.btn-success {
  background: var(--btnSuccess);
  color: var(--btnSuccessText)
}
.btn.btn-success:hover {
  background: var(--btnSuccessHover)
}
.btn.btn-success.btn-loading:after {
  border-bottom-color: var(--btnSuccessText);
  border-left-color: var(--btnSuccessText);
  border-right-color: transparent;
  border-top-color: transparent
}
.btn.btn-warning {
  background: var(--btnWarning);
  color: var(--btnWarningText)
}
.btn.btn-warning:hover {
  background: var(--btnWarningHover)
}
.btn.btn-warning.btn-loading:after {
  border-bottom-color: var(--btnWarningText);
  border-left-color: var(--btnWarningText);
  border-right-color: transparent;
  border-top-color: transparent
}
.btn.btn-danger {
  background: var(--btnDanger);
  color: var(--btnDangerText)
}
.btn.btn-danger:hover {
  background: var(--btnDangerHover)
}
.btn.btn-danger.btn-loading:after {
  border-bottom-color: var(--btnDangerText);
  border-left-color: var(--btnDangerText);
  border-right-color: transparent;
  border-top-color: transparent
}
.btn.btn-air, .btn.btn-default {
  box-shadow: none
}
.btn.btn-air {
  background: transparent;
  border: none
}
.btn .mdi:last-child:not(:first-child) {
  margin-left: 2px;
  margin-right: -5px
}
.btn.btn-iconic {
  padding: 1em
}
.btn.btn-iconic .mdi {
  display: block;
  height: 1em;
  line-height: 1em
}
.btn.btn-iconic .mdi:before {
  font-size: 2em
}
.btn>.mdi, .btn>span {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.btn-green {
  background-color: #2fc877
}
.btn-green:focus, .btn-green:hover {
  background-color: #3bd181
}
.btn-loading {
  color: transparent !important;
  pointer-events: none !important;
  position: relative;
  text-shadow: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}
.btn-loading:after {
  -webkit-animation: spinAround .5s linear infinite;
  animation: spinAround .5s linear infinite;
  border-color: transparent transparent #fff #fff;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  content: "";
  display: block;
  height: 1em;
  left: calc(50% - .5em - 1px);
  position: absolute;
  top: calc(50% - .5em - 1px);
  width: 1em
}
@-webkit-keyframes spinAround {
  to {
    transform: rotate(1turn)
  }
}
@keyframes spinAround {
  to {
    transform: rotate(1turn)
  }
}
.rounded {
  border-radius: 1000px
}
.progress, .progress .progress-bar {
  height: 15px
}
.progress {
  background: #eee
}
.progress .progress-bar {
  background: var(--primary-100)
}
.overflow-hidden {
  overflow: hidden !important
}
.fullbody {
  height: 120px;
  overflow: hidden;
  width: 70px
}
.fullbody img {
  height: auto;
  width: 100%
}
.flip-x {
  transform: scaleX(-1)
}
.avatar {
  background: rgba(0, 0, 0, .2) no-repeat 50%/cover;
  height: 2.3em;
  width: 2.3em
}
.box {
  background: #f6f6f6;
  padding: .8em
}
.box>.avatar:first-child {
  margin-right: 10px
}
.box+.box {
  margin-top: 6px
}
.block {
  display: block
}
.flex {
  display: flex
}
.flex-col {
  flex-direction: column
}
.flex-center {
  align-items: center;
  display: flex
}
.table {
  display: table
}
.cursor-d {
  cursor: default
}
.cursor-p {
  cursor: pointer
}
.m0 {
  margin: 0
}
.mt {
  margin-top: var(--spacing)
}
.mt-mini {
  margin-top: var(--spacingMini)
}
.mt-0 {
  margin-top: 0
}
.mb, .panel {
  margin-bottom: var(--spacing)
}
.mb-mini {
  margin-bottom: var(--spacingMini)
}
.mb-0 {
  margin-bottom: 0
}
.ml {
  margin-left: var(--spacing)
}
.ml-mini {
  margin-left: var(--spacingMini)
}
.ml-auto {
  margin-left: auto
}
.ml-0 {
  margin-left: 0
}
.mr {
  margin-right: var(--spacing)
}
.mr-mini {
  margin-right: var(--spacingMini)
}
.mr-auto {
  margin-right: auto
}
.mr-0 {
  margin-right: 0
}
.mx-auto, .my-auto {
  margin-left: auto;
  margin-right: auto
}
.pad0 {
  padding: 0
}
.pad {
  padding: var(--padding)
}
.text-center {
  text-align: center
}
.package-image {
  margin: 0 auto;
  min-height: 165px;
  width: 190px
}
.open>.dropdown-menu {
  display: block
}
.well {
  background: #f6f6f6;
  border-radius: var(--br);
  padding: 30px
}
.attach-full {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.open>.ndzn-currency-dd {
  display: grid
}
.ndzn-currency-dd {
  box-sizing: border-box;
  gap: 10px;
  min-width: auto;
  padding: 15px;
  width: 160px
}
.ndzn-currency-dd a {
  padding: .55em 0;
  text-align: center;
  transition: .1s
}
.ndzn-currency-dd a:hover {
  background: rgba(229, 95, 44, .1);
  color: #983813
}
.ndzn-currency-dd a.active {
  background: #e55f2c;
  color: #fff
}
.ndzn-currency-dd.dropdown-menu:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -6px;
  transform: rotate(45deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 12px
}
.is-currency .ndzn-currency-dd {
  left: -4px
}
.ndzn-js--dd {
  position: relative
}
.ndzn-js--ddMenu {
  position: absolute;
  top: calc(100% + 2px);
  transform-origin: top;
  transition: .1s;
  z-index: 100
}
.dropdown-menu.ndzn-js--ddMenu {
  display: block
}
.ndzn-js--dd:not(.is--open) .ndzn-js--ddMenu:not(.no-anim) {
  opacity: 0;
  transform: scaleY(.8);
  visibility: hidden
}
.ndzn-js--dd.is--open .ndzn-js--ddMenu:not(.no-anim) {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible
}
p {
  font-size: var(--font-size-p)
}
.ndzn-select .input:after {
  color: var(--p) !important
}
.page-main .package-option .input {
  background: #11223d
}
.page-main .package-option .dropdown-menu>a, .page-main .package-option .option-name {
  color: #fff
}
.page-main .package-option .option-name {
  line-height: 23px
}
.page-main .package-option .dropdown-menu {
  border: 2px solid #1e3252
}
.page-main p+.options-form {
  margin-top: var(--spacing)
}
#discord-option .btn-info {
  flex: 0 0 140px;
  font-size: 16px;
  line-height: 20px;
  max-width: 140px;
  padding: 12px 10px 10px
}
#discord-option .input {
  display: inline-flex
}
.swal-modal {
  background: #091529;
  border-radius: 12px;
  height: 235px;
  overflow: hidden
}
.swal-modal:before {
  background: url(https://i.imgur.com/6oIplwI.png) no-repeat 50%/auto 100%;
  bottom: -11px;
  content: "";
  display: block;
  height: 150px;
  left: -105px;
  position: absolute;
  width: 305px
}
.swal-modal .swal-title {
  color: #fe8858;
  font-weight: 900;
  margin: 0;
  padding: 45px var(--spacing) 0
}
.swal-modal .swal-text {
  color: #4c6080;
  font-size: 19px;
  font-weight: 800;
  margin-top: 10px;
  text-transform: uppercase
}
.swal-modal .swal-button-container {
  display: flex;
  justify-content: center
}
.swal-modal .swal-button {
  background: #fe8858;
  border-bottom: 3px solid #db6c3f;
  box-shadow: none;
  color: var(--btnWarningText);
  font-size: 17px;
  font-weight: 900;
  outline: none;
  padding: 16px 44px 14px;
  transition: .15s
}
.swal-modal .swal-button:focus, .swal-modal .swal-button:hover {
  background: #ff996f;
  border-color: #dd764c
}
.swal-modal .swal-footer {
  margin-top: 10px
}
#ndzn-footer {
  padding: 30px 0 !important
}
#ndzn-footer .footer-right {
  margin-left: auto
}
#ndzn-footer .footer-left {
  font-weight: 700;
  text-align: left
}
#ndzn-footer .footer-left .big {
  color: #8aa9db;
  font-size: 17px
}
#ndzn-footer .footer-left .sml {
  color: #486592;
  font-size: 14px;
  margin-top: 12px
}
#ndzn-footer #nikolovdzn-com {
  fill: #486592
}
@media (max-width:1100px) {
  #ndzn-footer {
    padding: 25px 0 !important
  }
  .page {
    flex-direction: column-reverse
  }
}
@media (max-width:650px) {
  #ndzn-footer {
    padding-bottom: 12px !important
  }
  #ndzn-footer .container {
    flex-direction: column
  }
  #ndzn-footer .container .footer-right {
    margin: 8px auto 0
  }
  #ndzn-footer .container .footer-left {
    text-align: center
  }
  #ndzn-footer .container .footer-left .sml {
    margin-top: 8px
  }
  .btn {
    font-size: 16px
  }
  .panel .h1, .panel .h2, .panel .h3, .panel .h4, .panel p {
    text-align: center
  }
  .package-option.well {
    padding: 22px
  }
  .package-option .option-name {
    margin-bottom: 22px
  }
  .page-main #discord-option>.flex {
    align-items: center;
    flex-direction: column
  }
  .page-main #discord-option .btn-info {
    flex-basis: 0
  }
  .page-main #discord-option .input {
    justify-content: center;
    padding: 22px 0 0
  }
  .page-main .h3, .page-main .package-option .option-name {
    text-align: center
  }
}
@media (max-width:600px) {
  form.ai-stretch {
    flex-direction: column
  }
  form.ai-stretch>.btn {
    margin-left: 0 !important;
    margin-top: var(--spacing);
    padding: .85em 1.5em .84em
  }
}
@media (max-width:440px) {
  #discord-option .input .mdi {
    display: none
  }
  .swal-modal .swal-title {
    font-size: 22px
  }
  .swal-modal .swal-text {
    font-size: 15px
  }
}
.box-white, .btn-header {
  border-radius: 5px
}
#ndzn-header {
  background: #bc6d76 url(https://i.imgur.com/8KNxOyn.png) no-repeat bottom/cover;
  color: #fff;
  margin-bottom: var(--spacing)
}
#ndzn-header .box-white {
  background-color: hsla(0, 0%, 100%, .03);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .015);
  flex: 1 1 auto;
  height: 68px;
  width: auto
}
.header-top {
  flex-direction: row;
  padding-top: 20px
}
.header-top .container {
  display: grid;
  font-size: 0;
  grid-template-columns: 1fr 340px 1fr;
  margin: 0 10px
}
.header-top .icon-back {
  border: 3px solid #fff;
  border-radius: 50%;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  width: 32px
}
.header-top .icon-back .mdi-menu-left {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0
}
.header-top .icon-back .mdi-menu-left, .header-top .icon-back .mdi-menu-left:before {
  height: 14px;
  line-height: 14px;
  text-align: center;
  width: 8px
}
.header-top .icon-back .mdi-menu-left {
  font-size: 37px
}
.header-top .icon-back .mdi-menu-left:before {
  margin-left: -30px
}
.header-top .mdi-home {
  font-size: 34px;
  margin-left: -2px;
  margin-right: 8px;
  margin-top: 2px
}
.btn-header-left {
  margin-right: 10px
}
.users-online {
  background-color: #6dd5ed;
  border-radius: 12px;
  border-top: 2px solid #6dd5ed;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  color: #2E5C67;
  display: block;
  font-size: 20px;
  font-weight: 900
}
.btn-header-right {
  margin-left: 10px
}
.btn-header {
  background-color: hsla(0, 0%, 100%, .1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .025);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  height: 100%;
  text-shadow: 0 2px rgba(0, 0, 0, .05);
  transition: .15s
}
.btn-header:focus, .btn-header:hover {
  background-color: hsla(0, 0%, 100%, .15)
}
.btn-header .sml {
  font-size: 9px;
  line-height: 12px
}
.btn-header .big {
  font-size: 18px;
  line-height: 20px
}
.btn-header-center {
  margin: 0 10px
}
.btn-header-center>div:nth-child(2) {
  font-size: 22px;
  line-height: 36px;
  margin-top: 22px
}
.btn-header-center .users-online {
  display: table;
  font-size: 13px;
  height: 28px;
  line-height: 25px;
  margin: -28px auto 0;
  padding: 0 23px;
  position: relative;
  top: 16px
}
.btn-header-center .server-ip>span {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10
}
.btn-header-left {
  padding: 0 20px
}
.btn-header-right {
  padding: 0 18px 0 24px
}
.btn-header-right .btn-header-text {
  text-align: right
}
.btn-header-right .mdi-discord {
  font-size: 34px;
  margin-left: 6px;
  position: relative;
  top: 2px
}
.header-splash {
  padding: 38px 0
}
.header-splash .tns-outer {
  height: 145px;
  overflow: hidden;
  position: relative
}
.header-splash .container-header {
  padding: 0 25px
}
.splash-left {
  background-clip: padding-box;
  border: 2px solid hsla(0, 0%, 100%, .1);
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  padding: 36px 60px;
  transition: .15s
}
.splash-left .bg {
  background: url(https://i.imgur.com/PzuyKX3.png);
  bottom: 0;
  height: 150px;
  left: 0;
  margin: 0 auto;
  right: -1px;
  width: 323px;
  z-index: 0
}
.splash-left:after, .splash-left:before {
  border-radius: 2px;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute
}
.splash-left:after {
  background-color: #f6a534;
  bottom: -2px;
  height: 4px;
  left: 0;
  right: 0;
  width: 154px
}
.splash-left:focus, .splash-left:hover {
  transform: scale(1.03)
}
.splash-left .bg~* {
  position: relative
}
.splash-left .sml {
  font-size: 16px;
  line-height: 27px
}
.splash-left .big {
  font-size: 28px;
  line-height: 35px
}
.splash-right {
  height: 145px;
  margin-left: auto;
  max-width: 400px;
  overflow: hidden
}
.splash-right .big, .splash-right .sml {
  display: block
}
.splash-right .box-sales .sale, .splash-right .box-sales p {
  overflow: hidden
}
.splash-right .box-sales p {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  margin: 0;
  max-height: 86px
}
.splash-right .box-sales>a {
  height: 100%;
  width: 100%
}
.splash-right .box-sales .sale {
  min-height: 145px
}
.splash-right .box-sales .btn {
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin-top: 17px;
  padding: 0 20px
}
.header-logo {
  background: url(https://dunb17ur4ymx4.cloudfront.net/webstore/logos/cfff6bf63e892f7b249fd2d5c77a24fc4ed31abc.png) no-repeat 50%/cover;
  height: 279px;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
  right: 0;
  top: 62px;
  width: 326px
}
.header-user {
  background-color: #091529
}
.header-user .user-right {
  height: 76px;
  margin-left: auto
}
.header-user .user-right.is-login {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  padding: 2px 10px 0
}
.header-user .currency .ndzn-currency-dd {
  display: none
}
.header-user .currency.open .ndzn-currency-dd {
  display: block
}
.header-user .btn-currency {
  display: inline-block;
  height: 100%
}
.cart-dropdown, .ndzn-currency-dd {
  background-color: #122544
}
.cart-dropdown:before, .ndzn-currency-dd:before {
  background-color: #122544;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  transform: rotate(-45deg);
  width: 12px
}
.is-currency .ndzn-currency-dd {
  left: -38px;
  top: 58px
}
.ndzn-currency-dd {
  grid-gap: 8px;
  background-color: #122544;
  grid-template-columns: 1fr 1fr;
  padding: 10px
}
.ndzn-currency-dd:before {
  background-color: #122544 !important;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: -6px
}
.ndzn-currency-dd>a {
  border-radius: var(--br);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0 8px
}
.ndzn-currency-dd>a:focus, .ndzn-currency-dd>a:hover {
  background-color: #152c50;
  color: #fff
}
.ndzn-currency-dd>a.active, .ndzn-currency-dd>a.active:focus, .ndzn-currency-dd>a.active:hover {
  background-color: #1d3b6c;
  color: #fff
}
.tns-controls, .tns-outer>button {
  display: none
}
.tns-nav {
  bottom: 15px;
  font-size: 0;
  position: absolute;
  right: 0;
  z-index: 4
}
.tns-nav>button {
  background-color: hsla(0, 0%, 100%, .4);
  border: none;
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  padding: 0;
  width: 9px;
  z-index: 2
}
.tns-nav>button.tns-nav-active {
  background-color: #fff
}
.tns-nav>button:not(:first-child) {
  margin-left: 10px
}
.header-user .btn-user {
  color: #fff;
  font-weight: 900;
  height: 76px;
  line-height: 76px;
  padding: 0 15px
}
.header-user .is-login>span:first-child {
  background: no-repeat top/auto 100%;
  height: 75px;
  margin-left: -22px;
  opacity: .18;
  width: 75px
}
.header-user .mdi-power {
  color: #f4613a;
  font-size: 24px;
  margin-right: 10px
}
.header-user .user-right svg {
  height: 32px;
  margin-bottom: -4px;
  margin-left: 22px;
  width: 32px;
  z-index: 3
}
.header-user .nav-cart {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 100%;
  padding: 0 20px
}
.header-user .nav-cart .mobileonly {
  display: none
}
@media (max-width:600px) {
  .header-user .nav-cart .mobileonly {
    display: block
  }
  .header-user .nav-cart .desktoponly {
    display: none
  }
}
.header-user .front-is-text>span {
  display: block;
  font-weight: 700;
  text-align: right
}
.header-user .front-is-text .white {
  font-size: 17px;
  line-height: 23px
}
.header-user .front-is-text .pink {
  color: #c77cec;
  font-size: 16px;
  line-height: 21px
}
.header-user .front-is-icon>b {
  background: #d081f5;
  border-radius: 8px;
  color: #0a1628;
  font-size: 15px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  right: -20px;
  top: -11px;
  z-index: 2
}
@media (min-width:1250px) {
  #ndzn-header .inner-left-mobile {
    display: none
  }
}
@media (max-width:1250px) {
  #ndzn-header .box-white, #ndzn-header .btn-header-center, #ndzn-header .inner-left {
    display: none
  }
  .inner-left-mobile {
    cursor: pointer;
    padding-right: 20px
  }
  .inner-left-mobile .users-online {
    bottom: 0;
    height: 32px;
    line-height: 28px;
    margin: auto 0;
    padding: 0 15px;
    right: 240px;
    top: 0
  }
  .btn-header, .btn-header-center {
    background: none
  }
  .header-top {
    background: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, .07));
    padding: 0;
    position: relative
  }
  .header-top .container {
    display: flex;
    margin: 0;
    max-width: unset
  }
  .inner-right {
    margin-left: auto
  }
  .splash-left {
    flex: none;
    max-width: 100%;
    width: 400px
  }
  .splash-right {
    margin-left: 50px;
    max-width: none
  }
  .part-img {
    background: url(https://i.imgur.com/vETWYmo.png) no-repeat 50%/auto 100%;
    height: 90px;
    margin-top: -9px;
    width: 122px
  }
  .btn-header:focus, .btn-header:hover {
    background-color: transparent
  }
  .btn-header .sml {
    font-size: 10px
  }
  .btn-header-right {
    margin-right: 8px
  }
  .header-logo {
    display: none
  }
  .header-splash {
    padding: 28px 0
  }
}
@media (min-width:850px) {
  .splash-left:before, .user-left-mobile {
    display: none
  }
}
@media (max-width:849px) {
  .header-splash {
    padding: 0
  }
  .header-splash .splash-right {
    display: none
  }
  .header-splash .container {
    justify-content: center
  }
  .header-user .user-left, .inner-left-mobile .users-online {
    display: none
  }
  .part-img {
    background-position: 100%;
    height: 94px;
    margin-top: -24px;
    width: 58px
  }
  .part-text {
    margin-left: -36px
  }
  .btn-header-right {
    margin-right: 0;
    padding: 0 16px
  }
  .user-head {
    background: no-repeat 50%/auto 100%;
    height: 38px;
    width: 38px
  }
  .user-left-mobile {
    padding-left: 7px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  .user-left-mobile>b {
    color: #7291c5;
    display: inline-block;
    font-size: 16px;
    margin-left: 12px;
    margin-top: 2px
  }
}
@media (max-width:470px) {
  .inner-left-mobile {
    padding-right: 10px
  }
  .btn-header-right {
    padding-left: 10px
  }
  .btn-header-right .btn-header-text {
    display: none
  }
  .splash-left {
    padding: 43px 10px 37px
  }
  .splash-left .big {
    font-size: 26px
  }
  .splash-left .sml {
    font-size: 12px;
    line-height: 15px
  }
  .splash-left .bg {
    background: url(https://i.imgur.com/PzuyKX3.png) no-repeat 50%/auto 100%;
    height: 120px;
    margin: 0 auto;
    right: 0;
    width: 266px
  }
  .header-user .front-is-icon, .user-head {
    display: none
  }
  .header-user .nav-cart {
    padding: 0 5px
  }
  .header-user .front-is-text .white {
    font-size: 15px;
    line-height: 20px
  }
  .header-user .front-is-text .pink {
    font-size: 14px;
    line-height: 18px
  }
  .header-user .front-is-icon {
    display: block;
    text-align: right;
    width: 36px
  }
  .header-user .front-is-icon svg {
    height: 22px;
    margin-left: 0;
    width: 22px
  }
  .header-user .front-is-icon .absolute {
    display: none
  }
  .header-user .user-right {
    height: 60px
  }
  .user-left-mobile {
    padding-left: 4px
  }
}
.fade-enter-active, .fade-leave-active {
  transition: opacity .3s
}
.fade-enter, .fade-leave-to {
  opacity: 0
}
.slideLeft-enter-active {
  transition: all .3s ease
}
.slideLeft-leave-active {
  transition: all .85s cubic-bezier(1, .5, .8, 1)
}
.modal:not(.modal-side).fade-enter .modal-inner, .modal:not(.modal-side).fade-leave-to .modal-inner {
  opacity: 0;
  transform: scale(.95)
}
.modal-side-right.fade-enter .modal-inner, .modal-side-right.fade-leave-to .modal-inner {
  opacity: 0;
  transform: translateX(20px)
}
.modal-side-left.fade-enter .modal-inner, .modal-side-left.fade-leave-to .modal-inner {
  opacity: 0;
  transform: translateX(-20px)
}
.revealToTheLeft-enter, .revealToTheLeft-leave-to {
  opacity: 0
}
.revealToTheLeft-enter-active, .revealToTheLeft-leave-active {
  transition: .3s
}
.revealToTheLeft-enter, .revealToTheLeft-leave, .revealToTheLeft-leave-to {
  transform: translateX(20px)
}
.revealToTheLeft-enter {
  opacity: 1
}
.modal.revealToTheLeft-enter .modal-inner, .modal.revealToTheLeft-leave-to .modal-inner {
  opacity: 0;
  transform: translateX(10px)
}
.revealToTheRight-enter, .revealToTheRight-leave-to {
  opacity: 0
}
.revealToTheRight-enter-active, .revealToTheRight-leave-active {
  transition: .3s
}
.revealToTheRight-enter, .revealToTheRight-leave, .revealToTheRight-leave-to {
  transform: translateX(-20px)
}
.revealToTheRight-enter {
  opacity: 1
}
.grow-enter-active, .grow-leave-active {
  transform: none;
  transition: .25s
}
.grow-enter, .grow-leave-to {
  transform: scale(.95)
}
@media (max-width:450px) {
  .Package .package-price {
    flex-direction: column
  }
  .Package .package-price .price-discount {
    margin: 0
  }
}
@media (max-width:1050px) {
  .packages.is-images {
    grid-template-columns: repeat(1, 1fr)
  }
}
@media (max-width:1350px) {
  .packages.is-list {
    grid-gap: var(--spacing)
  }
}
@media (max-width:650px) {
  .packages.is-list {
    grid-template-columns: 1fr
  }
}
.Category .category-description {
  font-weight: 500
}
.Category .category-description p:first-child {
  margin-top: 0
}
.Package .package-inner {
  align-items: center;
  display: flex
}
.Package:last-child {
  margin-bottom: 0
}
.Package .package-qty {
  background: #f7eb79;
  bottom: 0;
  color: #827113;
  font-weight: 700;
  height: 34px;
  left: -20px;
  line-height: 34px;
  margin: auto 0;
  min-width: 34px;
  position: absolute;
  text-align: center;
  top: 0
}
.Package .package-name {
  font-size: 1.2rem;
  margin: 0;
  text-align: center
}
.package-price .price-discount {
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
  text-decoration: line-through
}
.package-price .price-actual {
  font-size: 18px
}
.PackageControls .stage, .PackageControls form {
  display: grid;
  gap: 5px;
  grid-template-columns: 70px 42px 42px 42px;
  justify-content: center
}
.PackageControls .stage-4 {
  display: block
}
.PackageControls .stage-4 .btn-success {
  grid-column-end: 4;
  grid-column-start: 2
}
.PackageControls .input {
  background: transparent;
  border: 3px solid #20365d;
  height: 44px;
  margin-bottom: -2px;
  padding: 0 15px;
  text-align: center
}
.PackageControls .input:focus {
  border-color: #2d4c83
}
.PackageControls .btn {
  align-items: center;
  display: flex;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 2px 0 0
}
.PackageControls .btn-info {
  margin-right: 5px
}
.PackageControls .full {
  grid-column-end: 5;
  grid-column-start: 2
}
.PackageControls .mdi-close, .PackageControls .mdi-minus, .PackageControls .mdi-plus {
  font-size: 32px;
  pointer-events: none;
  position: relative;
  top: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.packages {
  grid-gap: var(--padding) !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}
.Package {
  margin: 0
}
.Package .package-inner {
  box-sizing: border-box;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 30px 0 0;
  position: relative
}
.Package .package-image {
  margin-bottom: 28px;
  position: relative
}
.Package .package-image img {
  border-radius: var(--br);
  width: 100%
}
.Package .package-expires {
  background: #e84343;
  border-radius: 9999px;
  box-shadow: 0 -5px 12px rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -42px;
  padding: 5px 12px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.Package .package-expires .mdi {
  font-size: 1.2em;
  margin-right: 8px
}
.Package .package-name {
  color: #fff;
  font-weight: 700;
  margin-bottom: 7px;
  padding: 0 10px
}
.Package .package-price {
  font-weight: 700;
  justify-content: center;
  padding: 4px 0 0
}
.Package .package-price .price-discount {
  color: rgba(222, 73, 73, .8);
  font-size: 18px;
  margin: -1px 5px 0 0
}
.Package .package-price .price-actual {
  color: var(--btnInfo);
  font-size: 20px;
  letter-spacing: -.025em
}
.Package .package-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding-bottom: 110px;
  position: relative;
  width: 100%
}
.Package .PackageControls {
  bottom: 0;
  display: block;
  height: 80px;
  left: 0;
  margin: 0 auto;
  max-width: 340px;
  padding: 0 15px 30px;
  position: absolute;
  right: 0;
  width: 100%
}
.Package .PackageControls .btn, .Package .PackageControls .input {
  height: 50px
}
.Package .PackageControls .form, .Package .PackageControls .stage {
  grid-template-columns: 82px 1fr 1fr 1fr
}
@media (max-width:600px) and (min-width:400px) {
  .Package .PackageControls .form, .Package .PackageControls .stage {
    grid-template-columns: 2fr 1fr 1fr 1fr
  }
}
.Package .PackageControls .stage-4 {
  display: block
}
.Package .PackageControls .stage-4 form {
  grid-template-columns: repeat(4, 1fr);
  width: 100%
}
.Package .PackageControls .btn-black {
  background: transparent;
  border: none;
  color: var(--btnSuccess);
  font-size: 20px;
  padding-bottom: 16px;
  position: relative
}
.Package .PackageControls .btn-black:after {
  bottom: 9px;
  content: "IN CART";
  font-size: 9px;
  font-weight: 900;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}
.Package.ListPackage .package-inner {
  padding-top: 35px
}
.Package.ListPackage .package-expires {
  font-size: 14px;
  margin: 0 0 14px
}
.Package.ListPackage .PackageControls .form, .Package.ListPackage .PackageControls .stage {
  margin: 0 auto;
  max-width: 300px
}
@media (max-width:1200px) {
  .packages {
    grid-template-columns: 1fr
  }
}
@media (max-width:900px) {
  .packages {
    grid-template-columns: 1fr 1fr
  }
}
@media (max-width:750px) {
  .packages {
    grid-template-columns: 1fr
  }
}
.__panel {
  -ms-overflow-style: none;
  overflow: hidden;
  scrollbar-width: none
}
.__panel::-webkit-scrollbar {
  display: none
}
.modal-backdrop, .swal-overlay--show-modal {
  background: rgba(3, 10, 22, .985)
}
#discord-option>.flex {
  align-items: center
}
#discord-option .btn-info {
  flex: 0 0 auto
}
.modal {
  position: fixed;
  z-index: 9999
}
.modal, .modal .modal-backdrop {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%
}
.modal .modal-backdrop {
  position: absolute
}
.modal .modal-inner {
  margin: 10vh auto 0;
  max-width: calc(100% - 30px);
  position: relative;
  transition: .3s ease;
  width: 1000px;
  z-index: 1
}
.modal .modal-box {
  align-items: stretch;
  background-color: var(--panel);
  border-radius: var(--br);
  box-shadow: var(--panelBs);
  display: flex;
  height: var(--modalHeight)
}
.modal .modal-box-sidebar {
  border-radius: var(--br);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  flex: 0 0 250px;
  width: 250px
}
.modal .modal-box-sidebar .sidebar-tab {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0 var(--br) var(--br) 0;
  box-sizing: border-box;
  color: #88a3d2;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  min-height: 50px;
  outline: none;
  padding: 14px 20px;
  text-align: left;
  transition: .15s;
  width: 100%
}
.modal .modal-box-sidebar .sidebar-tab:first-child {
  margin-top: 20px
}
.modal .modal-box-sidebar .sidebar-tab:focus, .modal .modal-box-sidebar .sidebar-tab:hover {
  color: #9bb1d9
}
.modal .modal-box-sidebar .sidebar-tab.active {
  background: #0c1a31;
  color: #fff;
  position: relative
}
.modal .modal-box-sidebar .sidebar-tab.active:before {
  background-color: var(--primary-100);
  border-radius: 0 var(--br) var(--br) 0;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 15px);
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 4px
}
.modal .modal-box-sidebar .sidebar-tab .mdi-open-in-new {
  margin-left: 9px;
  opacity: .5
}
.modal .modal-box-main {
  flex: 1 1 auto;
  max-width: 100%;
  position: relative
}
.modal .modal-box-main .__panel, .modal .modal-box-main .__view {
  max-width: 100% !important
}
.modal .modal-close, .modal .modal-sticky-header {
  align-items: center;
  display: flex
}
.modal .modal-close {
  background: transparent;
  border: none;
  border-radius: var(--br);
  color: inherit;
  cursor: pointer;
  font-size: 35px;
  height: 50px;
  justify-content: center;
  margin-left: auto;
  margin-right: -15px;
  outline: none;
  width: 50px
}
.modal .modal-close:focus, .modal .modal-close:hover {
  background: #0e203e
}
.modal .modal-sticky-header {
  color: var(--primary-100);
  height: 110px;
  z-index: 2
}
.modal .modal-sticky-header .h1 {
  font-size: 1.75rem;
  margin: 0
}
.modal .modal-sticky-header+* {
  margin-top: 0
}
.modal b, .modal strong {
  color: #fff
}
.modal .modal-blur, .modal .modal-sticky-header.is-footer {
  position: absolute
}
.modal .modal-sticky-header.is-footer {
  bottom: 0;
  right: 20px;
  top: auto;
  width: calc(100% - 40px)
}
.modal .modal-blur {
  border-radius: var(--br);
  left: 0;
  opacity: unset;
  pointer-events: none;
  transition: opacity .05s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}
.modal .modal-blur.b, .modal .modal-blur.t {
  height: 45px
}
.modal .modal-blur.t {
  background: linear-gradient(to bottom, var(--panel), transparent);
  top: 0;
  z-index: 1
}
.modal .modal-blur.b {
  background: linear-gradient(to top, var(--panel), transparent);
  bottom: 0
}
.modal .__bar-is-horizontal, .modal .__bar-is-vertical {
  background: rgba(0, 0, 0, .2) !important
}
.modal .__bar-wrap-is-vertical {
  bottom: 4px !important;
  right: 2px !important;
  top: 4px !important
}
.modal .modal-footer, .modal .Spinner {
  bottom: 0;
  position: absolute
}
.modal .Spinner {
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  width: 70px
}
.modal .modal-footer {
  align-items: center;
  background: var(--panel);
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  padding: 27px 45px;
  right: 10px
}
.modal .modal-footer .btn {
  font-size: 16px;
  margin-left: 8px
}
@media (max-width:800px) {
  .modal:not(.side) .modal-inner {
    height: 100%;
    margin: 0;
    max-width: 100%
  }
  .modal:not(.side) .modal-box {
    height: 100%
  }
  .modal:not(.side) .modal-scroll {
    padding-left: 30px
  }
  #ndzn-free-rewards.modal:not(.side) .modal-scroll {
    padding-left: var(--spacing)
  }
}
#ndzn-mobile-nav-popup.modal .modal-inner {
  background: #fff;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 500px
}
#ndzn-mobile-nav-popup.modal .cart-header {
  background: rgba(0, 0, 0, .05)
}
#ndzn-cart-popup.modal .modal-inner {
  background: #fff;
  height: 100%;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0
}
#ndzn-cart-popup.modal .cart-header {
  background: rgba(0, 0, 0, .05)
}
.cart-popup-item {
  border-bottom: 2px solid #eee
}
.cart-popup-item .PackageControls {
  border-radius: var(--br);
  border-top: 1px solid #eee;
  padding: 20px
}
.cart-popup-item .PackageControls .stage {
  display: flex
}
.cart-popup-item .PackageControls .btn {
  height: 48px
}
.cart-popup-item .PackageControls .input {
  margin-left: auto
}
.cart-popup-item .PackageControls .input, .cart-popup-item .PackageControls .stage-4 .btn-success {
  width: 90px
}
.modal-scroll {
  height: 100%;
  min-height: 100%;
  padding: var(--spacing);
  width: 100%
}
#ndzn-package-popup.modal {
  --headerHeight: 110px;
  --footerHeight: 110px
}
#ndzn-package-popup.modal .modal-footer {
  height: var(--footerHeight);
  padding-left: 30px;
  padding-right: 20px;
  width: calc(100% - 20px)
}
#ndzn-package-popup.modal .modal-footer .quantity {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
#ndzn-package-popup.modal .modal-footer-left {
  margin-right: auto;
  position: relative;
  top: 2px
}
#ndzn-package-popup.modal .modal-footer-left .price-actual {
  color: #59cb6c;
  font-size: 22px;
  line-height: 27px
}
#ndzn-package-popup.modal .package-price {
  font-weight: 700
}
#ndzn-package-popup.modal .modal-scroll {
  line-height: 30px;
  padding: 0 45px calc(var(--footerHeight) + 10px);
  position: relative
}
#ndzn-package-popup.modal .package-sidebar {
  padding: 30px
}
#ndzn-package-popup.modal .package-sidebar .package-image {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
#ndzn-package-popup.modal .package-sidebar .package-image img {
  border-radius: 8px
}
#ndzn-package-popup.modal .package-sidebar .package-name {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
  margin-top: 25px;
  text-shadow: -.102em .102em rgba(0, 0, 0, .1)
}
#ndzn-package-popup.modal .package-sidebar .package-price {
  border-top: 1px solid rgba(250, 149, 60, .6);
  font-weight: 700;
  padding-top: 10px;
  text-shadow: -.102em .102em rgba(0, 0, 0, .1)
}
#ndzn-package-popup.modal .package-sidebar .package-price .discount {
  color: #fcd65e;
  display: table;
  font-size: 20px;
  position: relative
}
#ndzn-package-popup.modal .package-sidebar .package-price .discount:after {
  background: rgba(252, 214, 94, .8);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: -2px;
  margin: auto 0;
  position: absolute;
  top: 1px;
  width: calc(100% + 4px)
}
#ndzn-package-popup.modal .package-sidebar .package-price .actual {
  color: #fff;
  font-size: 24px
}
#ndzn-package-popup.modal .package-sidebar .package-buttons {
  margin-top: 30px
}
#ndzn-package-popup.modal .package-sidebar .package-buttons>.btn, #ndzn-package-popup.modal .package-sidebar .package-buttons>.gift>.btn {
  box-shadow: 3px 3px rgba(0, 0, 0, .05);
  float: right;
  font-family: var(--fontTitle);
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 10px;
  padding: 20px 0 16px;
  text-align: left;
  text-transform: uppercase;
  width: calc(100% + 38px)
}
#ndzn-package-popup.modal .package-sidebar .package-buttons>.btn .mdi, #ndzn-package-popup.modal .package-sidebar .package-buttons>.gift>.btn .mdi {
  display: inline-block;
  font-size: 30px;
  line-height: 0;
  padding-left: 8px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 52px
}
#ndzn-package-popup.modal .package-sidebar .package-buttons>.btn .mdi.mdi-gift, #ndzn-package-popup.modal .package-sidebar .package-buttons>.gift>.btn .mdi.mdi-gift {
  font-size: 27px
}
#ndzn-package-popup.modal .modal-box {
  flex-direction: column;
  max-height: 80vh
}
#ndzn-package-popup.modal .modal-box-main {
  height: calc(100% - var(--headerHeight))
}
#ndzn-package-popup.modal .modal-sticky-header {
  background: var(--panel);
  border-radius: var(--br) var(--br) 0 0;
  color: #fff;
  height: unset;
  padding: 30px 40px;
  width: 100%
}
#ndzn-package-popup.modal .modal-sticky-header .h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 80px)
}
#ndzn-package-popup.modal .modal-blur.t {
  opacity: 1;
  top: 0
}
#ndzn-package-popup.modal .modal-blur.b {
  bottom: var(--footerHeight)
}
#ndzn-package-popup.modal .gift {
  float: left
}
#ndzn-package-popup.modal .gift .dropdown-menu {
  border: 1px solid var(--btnWarning);
  bottom: calc(100% + 5px);
  left: -25px;
  padding: 20px;
  top: auto
}
#ndzn-package-popup.modal .gift .input {
  width: 200px
}
#ndzn-package-popup.modal .gift .input:focus {
  border-color: var(--btnWarning)
}
#ndzn-package-popup.modal .gift .btns {
  margin-top: 4px
}
#ndzn-package-popup.modal .gift .btns .btn {
  margin-left: 4px;
  padding: 6px 8px
}
#ndzn-package-popup.modal .gift .btns .btn .mdi {
  font-size: 20px
}
#ndzn-package-popup.modal .gift .btns .btn span {
  font-size: 14px;
  margin-right: 4px;
  position: relative;
  top: -2px
}
#ndzn-package-popup.modal .package-description img {
  height: auto;
  max-width: 100%
}
#ndzn-free-rewards .modal-box {
  height: 670px
}
@media (max-width:800px) {
  #ndzn-free-rewards .modal-box {
    height: 100%
  }
}
#ndzn-free-rewards button.modal-close {
  color: #162846;
  cursor: pointer;
  right: 22px;
  top: 7px;
  transition: var(--transition);
  z-index: 2
}
#ndzn-free-rewards button.modal-close:focus, #ndzn-free-rewards button.modal-close:hover {
  color: #53688c
}
#ndzn-free-rewards .stage-inner {
  padding: 0 var(--spacing)
}
#ndzn-free-rewards .stage-1 .stage-inner {
  margin: 130px auto 0;
  max-width: 360px
}
#ndzn-free-rewards .stage-1 .mdi-treasure-chest {
  font-size: 58px
}
#ndzn-free-rewards .stage-1 .claim-text, #ndzn-free-rewards .stage-1 .mdi-treasure-chest {
  color: var(--primary-100)
}
#ndzn-free-rewards .stage-1 .claim-text {
  font-weight: 900;
  margin-bottom: 48px;
  margin-top: 10px
}
#ndzn-free-rewards .stage-1 .claim-sml {
  font-size: 23px
}
#ndzn-free-rewards .stage-1 .claim-big {
  font-size: 29px
}
#ndzn-free-rewards .stage-1 .alert-border {
  font-size: 16px;
  margin: 0
}
#ndzn-free-rewards .stage-1 .btn, #ndzn-free-rewards .stage-1 .input {
  margin-top: 15px;
  width: 100%
}
#ndzn-free-rewards .stage-1 .btn-warning, #ndzn-free-rewards .stage-1 .input {
  height: 64px
}
#ndzn-free-rewards .stage-1 .input {
  background: #0e1e39;
  font-family: var(--fontMono);
  line-height: 29px
}
#ndzn-free-rewards .stage-1 .input::-moz-placeholder {
  color: #1c2d49;
  letter-spacing: 2px
}
#ndzn-free-rewards .stage-1 .input:-ms-input-placeholder {
  color: #1c2d49;
  letter-spacing: 2px
}
#ndzn-free-rewards .stage-1 .input::placeholder {
  color: #1c2d49;
  letter-spacing: 2px
}
#ndzn-free-rewards .stage-1 .btn-warning {
  color: #4c2211;
  font-size: 19px
}
#ndzn-free-rewards .stage-2 .alert-border {
  margin: 0 var(--spacing) var(--spacing)
}
#ndzn-free-rewards .packages {
  grid-gap: var(--spacing);
  display: inline-grid;
  padding: 0 var(--spacing)
}
#ndzn-free-rewards .package {
  align-items: center;
  background-color: #111f36;
  border-radius: var(--br);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .19);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 35px
}
#ndzn-free-rewards .package .package-duration, #ndzn-free-rewards .package .package-name {
  color: #fff;
  font-weight: 800
}
#ndzn-free-rewards .package .package-name {
  margin-top: 20px;
  word-break: break-all
}
#ndzn-free-rewards .package .package-img {
  background: rgba(0, 0, 0, .1) no-repeat 50%/cover;
  border-radius: var(--br);
  height: 125px;
  margin: 0 auto;
  width: 150px
}
#ndzn-free-rewards .packages {
  grid-template-columns: 225px 225px 225px
}
#ndzn-free-rewards .stage-2 .choose-text {
  margin-bottom: 3.5rem;
  padding-top: 2rem;
  text-align: center
}
#ndzn-free-rewards .stage-2 .choose-text, #ndzn-free-rewards .stage-2 .choose-text b {
  color: #49d656
}
#ndzn-free-rewards .stage-2 .choose-text .mdi-treasure-chest {
  font-size: 34px
}
#ndzn-free-rewards .stage-2 .choose-text b {
  font-size: 23px;
  font-weight: 800;
  margin-left: 13px
}
#ndzn-free-rewards .stage-2 .choose-sml {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  max-width: 372px
}
#ndzn-free-rewards .stage-2 .btn-success {
  margin-top: 20px;
  padding: .75em 1.5em .65em
}
#ndzn-free-rewards .stage-2 svg {
  height: 20px
}
#ndzn-free-rewards .stage-2 .alternative {
  border-radius: var(--br);
  height: 46px;
  line-height: 36px;
  margin: 2.5rem auto 1.5rem;
  width: 260px
}
#ndzn-free-rewards .stage-2 .alternative:focus, #ndzn-free-rewards .stage-2 .alternative:hover {
  background-color: #0b1931
}
#ndzn-free-rewards .stage-2 .alternative, #ndzn-free-rewards .stage-2 .alternative b {
  color: #344563
}
#ndzn-free-rewards .stage-2 .alternative b {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .02em;
  margin-left: 10px
}
#ndzn-free-rewards .choose-big, #ndzn-free-rewards .choose-sml {
  justify-content: center;
  text-align: center
}
#ndzn-free-rewards .choose-sml {
  margin: 10px auto 0
}
#ndzn-free-rewards .cong-text {
  color: #d081f5;
  font-weight: 900
}
#ndzn-free-rewards .cong-sml {
  font-size: 25px
}
#ndzn-free-rewards .cong-big {
  font-size: 38px;
  margin-top: 10px
}
#ndzn-free-rewards .stage-3 {
  padding-top: 50px
}
#ndzn-free-rewards .stage-3 .reward-gained {
  margin-top: 65px
}
#ndzn-free-rewards .stage-3 .package {
  max-width: 225px;
  padding: 25px 35px
}
#ndzn-free-rewards .stage-3 .package-name {
  margin-top: 22px
}
#ndzn-free-rewards .stage-3 .player-model {
  background: no-repeat top/auto 100%;
  height: 184px;
  margin-left: 56px;
  width: 84px
}
#ndzn-free-rewards .reward-info {
  border: 3px solid #b773db;
  border-radius: 12px;
  margin: 64px auto 0;
  max-width: 537px;
  padding: 17px 30px 21px
}
#ndzn-free-rewards .reward-info p {
  color: #b773db;
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
  margin: 0
}
@media (max-width:1100px) {
  #ndzn-options-popup .modal-box .modal-sticky-header {
    padding: 0 35px;
    right: 5px;
    width: calc(100% - 10px)
  }
}
@media (max-width:900px) {
  #ndzn-free-rewards .stage {
    margin-top: 20px
  }
  #ndzn-free-rewards .packages {
    grid-template-columns: 225px 225px
  }
}
@media (max-width:800px) {
  #ndzn-free-rewards .packages {
    grid-template-columns: 1fr 1fr;
    width: 100%
  }
  #ndzn-package-popup.modal .modal-box {
    border-radius: 0;
    max-height: none
  }
  #ndzn-package-popup.modal .package-sidebar {
    align-items: center;
    display: flex;
    padding: 15px
  }
  #ndzn-package-popup.modal .package-sidebar .package-image, #ndzn-package-popup.modal .package-sidebar .package-name {
    display: none
  }
  #ndzn-package-popup.modal .package-sidebar .package-price {
    border: none;
    padding: 0
  }
  #ndzn-package-popup.modal .package-sidebar .package-price .discount {
    color: hsla(0, 0%, 100%, .75)
  }
  #ndzn-package-popup.modal .package-sidebar .package-price .discount:after {
    background: hsla(0, 0%, 100%, .7)
  }
  #ndzn-package-popup.modal .package-sidebar .package-buttons {
    align-items: center;
    display: flex;
    margin: 0 0 0 auto
  }
  #ndzn-package-popup.modal .package-sidebar .package-buttons>.btn, #ndzn-package-popup.modal .package-sidebar .package-buttons>.gift>.btn {
    display: block;
    float: none;
    font-family: var(--font);
    font-size: 0;
    font-weight: 700;
    margin: 0 0 0 6px;
    padding: 18px 15px 17px;
    text-transform: none;
    width: auto
  }
  #ndzn-package-popup.modal .package-sidebar .package-buttons>.btn:after, #ndzn-package-popup.modal .package-sidebar .package-buttons>.btn:before, #ndzn-package-popup.modal .package-sidebar .package-buttons>.gift>.btn:after, #ndzn-package-popup.modal .package-sidebar .package-buttons>.gift>.btn:before {
    font-size: 18px
  }
  #ndzn-package-popup.modal .package-sidebar .package-buttons>.btn.btn-success:before, #ndzn-package-popup.modal .package-sidebar .package-buttons>.gift>.btn.btn-success:before {
    content: "Add"
  }
  #ndzn-package-popup.modal .package-sidebar .package-buttons>.btn.btn-danger:before, #ndzn-package-popup.modal .package-sidebar .package-buttons>.gift>.btn.btn-danger:before {
    content: "Remove"
  }
  #ndzn-package-popup.modal .package-sidebar .package-buttons>.btn.btn-info:before, #ndzn-package-popup.modal .package-sidebar .package-buttons>.gift>.btn.btn-info:before {
    content: "Gift"
  }
  #ndzn-package-popup.modal .package-sidebar .package-buttons>.btn.btn-default, #ndzn-package-popup.modal .package-sidebar .package-buttons>.btn .mdi, #ndzn-package-popup.modal .package-sidebar .package-buttons>.gift>.btn.btn-default, #ndzn-package-popup.modal .package-sidebar .package-buttons>.gift>.btn .mdi {
    display: none
  }
  #ndzn-package-popup.modal .modal-sticky-header {
    display: block;
    height: auto;
    margin-bottom: 40px
  }
  #ndzn-package-popup.modal .gift {
    float: none
  }
  #ndzn-package-popup.modal .modal-inner {
    margin-top: 0
  }
  #ndzn-package-popup.modal .modal-sticky-header {
    display: flex;
    margin-bottom: 0;
    position: unset
  }
}
@media (max-width:600px) {
  #ndzn-package-popup.modal {
    --headerHeight: 90px;
    --footerHeight: 140px
  }
  #ndzn-package-popup.modal .modal-sticky-header {
    padding: 20px 30px
  }
  #ndzn-package-popup.modal .modal-sticky-header .h1 {
    font-size: 20px
  }
  #ndzn-package-popup.modal .modal-scroll {
    padding-left: 30px;
    padding-right: 30px
  }
  #ndzn-package-popup.modal .modal-footer {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
    text-align: center
  }
  #ndzn-package-popup.modal .modal-footer-left {
    margin: 0 0 5px;
    text-align: center;
    width: 100%
  }
  #ndzn-package-popup.modal .modal-footer-left .package-price {
    margin: 0 auto
  }
  #ndzn-package-popup.modal .gift .dropdown-menu {
    left: 0;
    right: auto
  }
  #ndzn-free-rewards .packages {
    gap: var(--spacing);
    grid-template-columns: 1fr
  }
}
#ndzn-options-popup .modal-sticky-header {
  background: var(--panel);
  padding: 0 20px;
  position: absolute;
  right: 20px;
  top: 0;
  width: calc(100% - 40px)
}
#ndzn-options-popup .modal-sticky-header .h1 {
  font-family: var(--fontTitle);
  padding-top: 5px;
  text-transform: uppercase
}
#ndzn-options-popup .modal-scroll {
  padding: 0 var(--spacing) var(--spacing)
}
#ndzn-options-popup .options-form {
  padding-top: 110px
}
#ndzn-options-popup .alert {
  margin-bottom: 15px
}
#ndzn-options-popup .options-form-footer {
  margin-top: 0
}
#ndzn-options-popup .options-form-footer .btn {
  font-size: 20px
}
#ndzn-options-popup .modal-blur.t {
  top: 110px
}
#ndzn-login-popup .modal-sticky-header {
  padding: 0 20px;
  position: absolute;
  right: 20px;
  top: 0;
  width: calc(100% - 40px)
}
#ndzn-login-popup .modal-sticky-header .h1 {
  font-family: var(--fontTitle);
  padding-top: 5px;
  text-transform: uppercase
}
#ndzn-login-popup .modal-scroll {
  display: flex;
  flex-direction: column;
  height: var(--modalHeight);
  justify-content: center;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 var(--spacing);
  width: 100%
}
#ndzn-login-popup p {
  color: var(--p);
  font-size: 1.1em;
  font-weight: 600;
  padding-top: 25px;
  text-align: center
}
#ndzn-login-popup form {
  flex-direction: column
}
#ndzn-login-popup form .input {
  text-align: center
}
#ndzn-login-popup form .btn {
  margin: var(--spacingMini) 0 0 !important
}
#ndzn-legal-popup .modal-scroll {
  padding-top: 0
}
#ndzn-legal-popup .modal-box-sidebar .sidebar-tab:first-child {
  margin-top: 30px
}
#ndzn-legal-popup .modal-sticky-header {
  padding-right: 15px
}
#ndzn-store-nav-popup .modal-backdrop {
  background-image: url(https://i.imgur.com/TCYQ4bX.png);
  background-position: top;
  background-repeat: no-repeat
}
#ndzn-store-nav-popup .modal-inner {
  margin: 80px auto 0;
  width: 865px
}
#ndzn-store-nav-popup .modal-inner:before {
  background: url(https://i.imgur.com/6oIplwI.png) no-repeat 50%;
  content: "";
  height: 150px;
  left: -73px;
  pointer-events: none;
  position: absolute;
  top: -34px;
  width: 305px
}
#ndzn-store-nav-popup .part-outside {
  padding: 0 30px 20px 42px
}
#ndzn-store-nav-popup .part-outside>b {
  color: var(--primary-100);
  font-size: 30px;
  font-weight: 800
}
#ndzn-store-nav-popup .part-outside>i {
  border-radius: var(--br);
  color: #fe885a;
  font-size: 30px;
  height: 44px;
  line-height: 44px;
  margin-left: auto;
  text-align: center;
  width: 44px
}
#ndzn-store-nav-popup .modal-box {
  height: auto;
  max-height: calc(100vh - 180px);
  position: relative
}
#ndzn-store-nav-popup .modal-scroll {
  padding: var(--paddingStoreNavPopup)
}
#ndzn-store-nav-popup .nav-items {
  grid-gap: var(--gapStoreNavPopup);
  display: grid;
  grid-template-columns: 1fr 1fr
}
#ndzn-store-nav-popup .nav-item, #ndzn-store-nav-popup button {
  transition: .15s
}
#ndzn-store-nav-popup .nav-item {
  background: #1a2a4a url(https://i.imgur.com/lgztihm.png) no-repeat 50%/cover;
  border-radius: var(--br);
  padding: 24px var(--padding);
  text-align: center
}
#ndzn-store-nav-popup .nav-item:not(.nav-item-global):focus, #ndzn-store-nav-popup .nav-item:not(.nav-item-global):hover {
  background-color: #1e3055;
  transform: scale(.975)
}
#ndzn-store-nav-popup .item-name {
  color: #fff;
  font-size: 31px;
  font-weight: 800;
  text-shadow: 0 3px 1px rgba(0, 0, 0, .1)
}
#ndzn-store-nav-popup .item-type {
  color: #93a6ca;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .07em;
  margin-top: 5px
}
#ndzn-store-nav-popup .nav-item-global {
  background: #3dac4f url(https://i.imgur.com/XbG0k0k.png) no-repeat 50%/cover;
  margin-top: var(--gapStoreNavPopup)
}
#ndzn-store-nav-popup .nav-item-global .item-name {
  font-size: 36px
}
#ndzn-store-nav-popup .item-type, #ndzn-store-nav-popup .nav-item-buttons>button {
  font-weight: 700
}
#ndzn-store-nav-popup .nav-item-buttons {
  margin-top: 16px
}
#ndzn-store-nav-popup .nav-item-buttons .btn {
  background: rgba(0, 0, 0, .13);
  margin: 5px
}
#ndzn-store-nav-popup .nav-item-buttons .btn:focus, #ndzn-store-nav-popup .nav-item-buttons .btn:hover {
  background: rgba(0, 0, 0, .18)
}
#ndzn-store-nav-popup .modal-blur.b {
  opacity: 1 !important
}
@media (max-width:800px) {
  #ndzn-store-nav-popup .modal-box {
    border-radius: 0
  }
  #ndzn-legal-popup .modal-box-sidebar {
    display: none
  }
}
@media (max-width:650px) {
  #ndzn-store-nav-popup .modal-box {
    height: 100%;
    max-height: calc(100vh - 86px)
  }
  #ndzn-store-nav-popup .part-outside>b {
    font-size: 26px
  }
  #ndzn-store-nav-popup .item-name, #ndzn-store-nav-popup .nav-item-global .item-name {
    font-size: 22px
  }
  #ndzn-store-nav-popup .item-type {
    font-size: 12px
  }
  #ndzn-store-nav-popup .nav-item-global {
    margin-top: var(--gapStoreNavPopup)
  }
  #ndzn-store-nav-popup .nav-item-buttons>.btn {
    padding: 12px 1.5em
  }
  #ndzn-store-nav-popup .modal-blur.b, #ndzn-store-nav-popup .modal-blur.t {
    height: 30px
  }
  #ndzn-store-nav-popup .modal-inner {
    margin-top: 23px
  }
}
@media (max-width:540px) {
  #ndzn-store-nav-popup .nav-items {
    grid-template-columns: 1fr
  }
  #ndzn-store-nav-popup .modal-box {
    max-height: calc(100vh - 86px)
  }
  #ndzn-store-nav-popup .modal-blur.b, #ndzn-store-nav-popup .modal-blur.t {
    height: 20px
  }
}
@media (max-width:500px) {
  #ndzn-options-popup #discord-option .flex {
    flex-direction: column
  }
  #ndzn-options-popup #discord-option .btn {
    margin: 0 0 5px
  }
  #ndzn-options-popup #discord-option .input {
    justify-content: center
  }
  #ndzn-options-popup #discord-option .mdi {
    margin-right: 8px
  }
  #ndzn-options-popup .options-form-footer {
    flex-direction: column
  }
  #ndzn-options-popup .options-form-footer>button {
    width: 100%
  }
  #ndzn-options-popup .options-form-footer>button:not(:first-child) {
    margin-top: var(--spacing)
  }
  .modal .package-option .option-name {
    text-align: center
  }
}
@media (max-width:460px) {
  #ndzn-store-nav-popup .modal-box {
    max-height: calc(100vh - 73px)
  }
  #ndzn-store-nav-popup .part-outside {
    padding: 0 15px 15px 25px
  }
  #ndzn-store-nav-popup .part-outside>b {
    font-size: 20px
  }
  #ndzn-store-nav-popup .part-outside>i {
    font-size: 26px
  }
  #ndzn-store-nav-popup .modal-inner {
    margin-top: 0;
    padding: 15px 0
  }
  #ndzn-store-nav-popup .item-name, #ndzn-store-nav-popup .nav-item-global .item-name {
    font-size: 20px
  }
  #ndzn-store-nav-popup .nav-item {
    padding: 20px
  }
  #ndzn-free-rewards .stage-3 .player-model {
    display: none
  }
  #ndzn-free-rewards .reward-info {
    padding: 16px 20px
  }
  #ndzn-free-rewards .reward-info p {
    font-size: 14px
  }
  #ndzn-free-rewards .cong-sml {
    font-size: 20px
  }
  #ndzn-free-rewards .cong-big {
    font-size: 30px
  }
}
p+.options-form {
  margin-top: 35px
}
.package-option {
  margin-bottom: 15px
}
.package-option:last-child {
  margin-bottom: 0
}
.package-option .option-name {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px
}
.package-option .input {
  background: #11223d;
  padding: 20px 24px;
  text-align: left
}
.package-option .input:not(button):focus {
  border-color: var(--primary-100)
}
.package-option .dropdown-menu {
  border: 2px solid #224375;
  box-sizing: border-box;
  width: 100%
}
.package-option .dropdown-menu>a {
  color: #92b4e8
}
.package-option .dropdown-menu>a:hover {
  background: rgba(0, 0, 0, .075)
}
.package-option .dropdown-menu>a.chosen {
  background: rgba(0, 0, 0, .12);
  color: #cfe2ff;
  font-weight: 700
}
.options-form-footer {
  font-size: 17px;
  margin-top: 40px
}
.ndzn-select .input {
  cursor: pointer;
  position: relative
}
.ndzn-select .input .mdi-menu-down {
  bottom: 0;
  color: #bababa;
  font-size: 20px;
  height: 0;
  line-height: 0;
  margin: auto 0;
  position: absolute;
  right: 18px;
  top: 0
}
.ndzn-select.show .input:after {
  top: -1px;
  transform: scaleY(-1)
}
#discord-option .btn-info {
  margin-right: 5px
}
#discord-option .input {
  align-items: center;
  background: transparent;
  border-width: 2px;
  cursor: default;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 18px 15px
}
#discord-option .input .mdi {
  display: inline-block;
  font-size: 22px;
  margin-right: 16px
}
#discord-option .input.value-no {
  border-color: #ccc;
  color: #aaa
}
#discord-option .input.value-yes {
  border-color: var(--btnSuccess);
  color: var(--btnSuccess)
}
.checkout-review .review-username {
  background: rgba(0, 0, 0, .04);
  padding-left: var(--panelPadding);
  padding-right: var(--panelPadding)
}
.checkout-review .review-username .avatar {
  background-color: transparent;
  background-position: top;
  height: 110px;
  margin-top: 15px;
  width: 60px
}
.checkout-review .review-username .text {
  padding: 20px 0 20px 25px
}
.checkout-review .review-username a, .checkout-review .review-username p {
  font-size: 16px
}
.checkout-review .review-username p {
  color: #777;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
  max-width: 400px;
  width: 100%
}
.checkout-review .review-username a {
  font-weight: 700
}
#page-checkout, #page-checkout .part-main {
  width: 100%
}
.checkout-coupons .coupon {
  align-items: center;
  display: flex;
  font-weight: 600;
  margin-top: var(--spacingMini);
  padding: 10px 10px 10px 20px
}
.checkout-coupons .coupon:first-child {
  margin-top: var(--spacing)
}
.checkout-coupons .coupon .coupon-code {
  flex: 0 0 30%
}
.checkout-coupons .coupon .coupon-desc {
  color: #aaa
}
.checkout-coupons .coupon .btn {
  align-items: center;
  color: var(--primary-100);
  display: flex;
  height: 36px;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  transition: 0;
  width: 36px
}
.checkout-coupons .coupon .btn:before {
  font-size: 1.5em;
  left: 1px;
  position: relative;
  top: 1px
}
.checkout-coupons .coupon .btn:after {
  border-bottom-color: var(--primary-100);
  border-left-color: var(--primary-100);
  border-right-color: transparent;
  border-top-color: transparent
}
.page-checkout-main .h3 {
  padding-bottom: 0
}
.page-checkout-main .h3+p {
  color: #de967b;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 0 34px;
  padding: 0 var(--panelPadding)
}
.checkout-package {
  border-bottom: 2px solid #f5f5f5;
  font-weight: 700;
  padding: 25px var(--panelPadding)
}
.checkout-package:last-child {
  border-bottom: none
}
.checkout-package .package-name {
  color: #555;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  margin-right: auto
}
.checkout-package .package-name .qty {
  background: #555;
  color: #fff;
  font-size: .8em;
  height: 24px;
  line-height: 24px;
  margin-right: 9px;
  padding: 0 .6em;
  position: relative;
  top: -1px
}
.checkout-package .package-name .btn {
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #435779;
  display: flex;
  font-size: 22px;
  margin-left: 8px;
  padding-left: .35em;
  padding-right: .35em;
  position: relative
}
.checkout-package .package-name .btn b {
  font-size: 14px;
  margin-left: 4px
}
.checkout-package .package-price {
  color: #888
}
.checkout-package .package-buttons {
  font-size: 14px;
  margin-top: 18px
}
.checkout-package .package-buttons .btn-default {
  margin-right: 10px
}
.checkout-package .package-buttons .btn-default.btn-loading:after {
  border-color: transparent transparent #888 #888
}
.checkout-package .package-buttons .btn-default>.mdi {
  font-size: 14px;
  margin-right: 10px;
  position: relative
}
.checkout-package .package-buttons .btn-default>.mdi.mdi-layers {
  top: 1px
}
.checkout-package .package-buttons .btn-default>.mdi.mdi-information {
  font-size: 13px;
  top: 0
}
.checkout-package .PackageControls .btn {
  padding-left: 1em;
  padding-right: 1.125em
}
.checkout-package .PackageControls .btn.btn-loading {
  color: transparent !important
}
.checkout-package .PackageControls .stage-2, .checkout-package .PackageControls .stage-3 {
  align-items: center;
  display: flex
}
.checkout-package .PackageControls .stage-2>:not(.btn-default), .checkout-package .PackageControls .stage-3>:not(.btn-default) {
  display: none
}
.checkout-package .PackageControls .stage-4 {
  align-items: center;
  display: flex
}
.checkout-package .PackageControls .stage-4 .input {
  padding-left: 2px;
  padding-right: 2px
}
.checkout-package .PackageControls .stage-4 .btn-danger {
  padding: 0
}
.checkout-package .PackageControls .stage-4 form {
  grid-template-columns: 50px 38px 38px 35px
}
.page-checkout-sidebar {
  --primary-100: var(--btnSuccess);
  flex: 0 0 400px;
  width: 400px
}
.page-checkout-sidebar .h3 {
  align-items: center;
  color: var(--primary-100) !important;
  display: flex;
  margin-bottom: var(--panelPadding)
}
.page-checkout-sidebar .h3 .label {
  background: #eee;
  color: #999;
  display: block;
  font-size: 15px;
  margin-left: auto;
  padding: .5em .75em .5em .8em
}
.checkout-pay {
  font-size: .9em
}
.checkout-pay .checkboxes {
  margin: var(--panelPadding) 0
}
.checkout-pay .checkboxes .checkbox:first-child {
  margin-bottom: var(--spacing)
}
.checkout-pay .checkbox {
  align-items: flex-start;
  cursor: pointer;
  display: flex
}
.checkout-pay .checkbox>.mdi {
  font-size: 24px;
  left: -5px;
  margin-right: 8px;
  position: relative;
  top: -1px
}
.checkout-pay .checkbox span {
  color: #888;
  flex: 1 1 auto;
  font-size: .925em;
  font-weight: 600;
  line-height: 1.5;
  text-align: justify
}
.checkout-pay .checkbox a {
  font-weight: 900
}
.checkout-complete-btn {
  padding: 20px 1.5em;
  text-align: center;
  transition: .15s;
  width: 100%
}
.checkout-complete-btn .big {
  font-size: 18px
}
.checkout-complete-btn .sml {
  font-size: 11px;
  font-weight: 700;
  margin-top: 9px
}
.checkout-complete-btn.disabled {
  opacity: .5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.checkout-complete-btn.btn-loading:after {
  border-width: 3px;
  font-size: 23px
}
@media (max-width:975px) {
  #page-checkout {
    flex-direction: column
  }
  .page-checkout-sidebar {
    flex: 1 1 auto;
    margin: var(--spacing) 0 0;
    width: auto
  }
  .checkout-review {
    display: none
  }
}
@media (max-width:600px) {
  .checkout-coupons {
    font-size: 16px
  }
  .checkout-coupons .redeem {
    flex-direction: column
  }
  .checkout-coupons .redeem .input {
    text-align: center
  }
  .checkout-coupons .redeem .btn {
    margin: 5px 0 0
  }
  .checkout-coupons .coupon {
    flex-direction: column;
    position: relative
  }
  .checkout-coupons .coupon .coupon-code {
    word-break: break-word
  }
  .checkout-coupons .coupon .btn-air {
    position: absolute;
    right: 0;
    top: 0
  }
}
.panel.is-module {
  text-align: center
}
.panel.is-module .h3, .panel.is-module .h4 {
  align-items: center;
  display: flex;
  justify-content: center
}
.panel.is-module .h3 .mdi, .panel.is-module .h4 .mdi {
  font-size: 1.2em;
  height: 0;
  line-height: 0;
  margin-right: .3em
}
.panel.is-module .h3 {
  color: var(--p);
  margin-bottom: .9em
}
.panel.is-module .h4 {
  color: var(--primary-100);
  font-size: .95rem;
  margin-bottom: .6em
}
.panel.is-module .input {
  text-align: center
}
.panel.is-free-rank .h3 {
  color: var(--primary-100);
  font-size: 1.3em
}
.panel.is-top-donator {
  padding-bottom: 0
}
.panel.is-top-donator .h4 .mdi {
  font-size: 1.3em
}
.panel.is-top-donator .h3 {
  color: #fff;
  font-size: 1.3em
}
.panel.is-top-donator .fullbody {
  height: 110px;
  width: 90px
}
.panel.is-recentpayments .h4 {
  margin-bottom: 34px
}
.panel.is-recentpayments .box {
  background: rgba(0, 0, 0, .15);
  font-size: .8rem
}
.panel.is-recentpayments .box .avatar {
  background-color: transparent
}
.panel.is-giftcard .h4 {
  margin-bottom: 1.1em
}
.panel.is-giftcard .btn {
  font-size: .8em;
  margin-top: 12px
}
.panel.is-giftcard .card-status {
  margin: 20px 0 12px
}
.panel.is-giftcard .card-loading {
  color: var(--primary-100)
}
.panel.is-giftcard .card-not-found {
  color: #f95050
}
.panel.is-giftcard .card-found {
  color: #76e076
}
@media (min-width:1100.5px) {
  .module.is-featuredpackage {
    margin-bottom: var(--spacing)
  }
}
.module.is-featuredpackage .panel {
  padding: 36px 0
}
.module.is-featuredpackage h3 {
  color: var(--btnWarning);
  font-size: 16px;
  margin: 0 0 20px
}
.module.is-featuredpackage h3 .mdi {
  font-size: 1.6em;
  margin-right: 5px;
  margin-top: -2px
}
.module.is-featuredpackage h3 b {
  font-weight: 900
}
.module.is-featuredpackage .package-image {
  min-height: 135px;
  width: 150px
}
.module.is-featuredpackage .package-name {
  font-size: 18px
}
.module.is-featuredpackage .package-price>:not(.price-discount) {
  color: var(--btnWarning);
  font-size: 18px
}
.module.is-featuredpackage .package-price .price-discount {
  font-size: 16px;
  margin-top: 2px
}
.module.is-featuredpackage .package-info {
  padding-bottom: 0
}
.module.is-featuredpackage .package-controls {
  margin-top: 20px
}
@media (max-width:1100px) {
  .sidebar-category {
    display: none
  }
}
.sidebar-category>.panel {
  padding: 0
}
.sidebar-category .panel-header, .sidebar-category .panel-minorHeader {
  color: #fe8858;
  font-weight: 900;
  text-align: center
}
.sidebar-category .panel-header .sml, .sidebar-category .panel-header>button, .sidebar-category .panel-minorHeader .sml, .sidebar-category .panel-minorHeader>button {
  display: block;
  margin: 0 auto
}
.sidebar-category .panel-header .sml, .sidebar-category .panel-minorHeader .sml {
  font-size: 11px;
  font-weight: 700;
  margin-top: 3px;
  text-transform: uppercase
}
.sidebar-category .panel-header>button, .sidebar-category .panel-minorHeader>button {
  background: #0e1e36;
  border: 2px solid #122645;
  border-radius: var(--br);
  color: #688bbe;
  cursor: pointer;
  font-size: 13px;
  height: 34px;
  margin-top: 10px;
  padding: 0 20px
}
.sidebar-category .panel-header>button:focus, .sidebar-category .panel-header>button:hover, .sidebar-category .panel-minorHeader>button:focus, .sidebar-category .panel-minorHeader>button:hover {
  background: #0f203a
}
.sidebar-category .panel-header .mdi-fire, .sidebar-category .panel-minorHeader .mdi-fire {
  font-size: 22px
}
.sidebar-category .panel-header {
  font-size: 23px;
  padding: 23px 15px
}
.sidebar-category .panel-minorHeader {
  padding: 22px 15px 15px
}
.sidebar-category .nav-link {
  border-top: 2px solid #0b192e;
  color: #a4bde1;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  text-align: center
}
.sidebar-category .nav-link:focus, .sidebar-category .nav-link:hover {
  background: #0a172d
}
.sidebar-category .nav-link.active {
  background-color: #081223;
  color: #fe8858;
  position: relative
}
.sidebar-category .nav-link.active:after {
  background-color: #fe8858;
  border-radius: 2px;
  bottom: 0;
  content: "";
  display: block;
  height: 33px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px
}
.sidebar-category .nav-link:last-child {
  border-radius: 0 0 var(--br) var(--br)
}
.sidebar-category .deal, .sidebar-category .deals {
  padding: 11px
}
.sidebar-category .deal-text {
  display: flex;
  flex-direction: column;
  justify-content: center
}
.sidebar-category .deal-img, .sidebar-category .name, .sidebar-category .price {
  display: inline-block
}
.sidebar-category .deal {
  grid-gap: 20px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 67px auto;
  transition: .15s
}
.sidebar-category .deal:focus, .sidebar-category .deal:hover {
  transform: translateX(4px)
}
.sidebar-category .name {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 213px
}
.sidebar-category .deal-img {
  background-color: #07111f;
  border-radius: var(--br);
  display: inline-block;
  height: 58px;
  width: 67px
}
.sidebar-category .price {
  font-weight: 700;
  line-height: 18px
}
.sidebar-category .price-actual {
  color: #fe8858;
  font-size: 15px
}
.sidebar-category .price-discount {
  color: #a04147;
  font-size: 13px;
  text-decoration: line-through
}
@media (max-width:1100px) {
  main .page-sidebar {
    grid-gap: var(--spacing);
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: 1fr 1fr;
    margin-right: 0;
    margin-top: var(--spacing);
    width: 100%
  }
  main .page-sidebar>.panel {
    margin-bottom: 0
  }
  .panel.is-top-donator {
    padding-bottom: var(--panelPadding)
  }
  .panel.is-top-donator .fullbody {
    height: 168px;
    width: 74px
  }
  #featureddeals {
    display: none
  }
}
@media (max-width:740px) {
  main .page-sidebar {
    grid-template-columns: 1fr
  }
}
.panel.is-homepage hr {
  background: #132137;
  border: none;
  box-shadow: none;
  height: 1px;
  margin: var(--panelPadding) 0;
  outline: none
}
.panel.is-homepage .h4 {
  margin-bottom: 30px
}
.panel.is-homepage .section-red .h4, .panel.is-homepage .section-red b {
  color: #ff6a6a
}
.panel.is-homepage .section-pink .h4 {
  color: var(--secondary-100)
}
.panel.is-homepage .section-orange .h4 {
  color: var(--primary-100)
}
.panel.is-homepage .section-orange .h4 .mdi {
  font-size: 1.2em;
  margin-right: .3em
}
.panel.is-homepage .section-legal p {
  color: #425672;
  font-size: .9em;
  font-weight: 600
}
.panel.is-homepage .section-legal a {
  color: #687b97;
  font-weight: 700
}
@media (max-width:650px) {
  .panel.is-homepage {
    text-align: center
  }
  .panel.is-homepage .h4 {
    margin-bottom: 15px
  }
}
#ndzn-cart-popup.modal {
  --padding: 20px
}
#ndzn-cart-popup.modal .modal-inner {
  overflow: auto;
  width: 500px
}
#ndzn-cart-popup.modal .cart-header, #ndzn-cart-popup.modal .modal-inner {
  background: #091529
}
#ndzn-cart-popup.modal .cart-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2
}
#ndzn-cart-popup.modal .stage {
  width: 100%
}
#ndzn-cart-popup.modal .stage-2 {
  margin-left: unset
}
#ndzn-cart-popup.modal .in-cart, #ndzn-cart-popup.modal .stage-3 .btn-add {
  margin-left: auto
}
#ndzn-cart-popup.modal .stage-3 .in-cart {
  margin-left: 0
}
#ndzn-cart-popup.modal .cart-items {
  padding-bottom: 0
}
#ndzn-cart-popup.modal .cart-empty {
  padding: 50px 30px
}
#ndzn-cart-popup.modal .cart-empty .big {
  color: #fff;
  font-size: 28px;
  font-weight: 900
}
#ndzn-cart-popup.modal .cart-empty .sml {
  font-size: 17px;
  line-height: 27px;
  margin: 20px 0 25px
}
#ndzn-cart-popup.modal .cart-header .btn {
  height: 50px;
  line-height: 49px;
  padding: 0
}
#ndzn-cart-popup.modal .cart-header .btn-warning {
  color: #9c3d17;
  padding: 0 7px
}
#ndzn-cart-popup.modal .cart-header .mdi-close {
  font-size: 39px
}
#ndzn-cart-popup.modal .cart-header .buttons-right .btn {
  font-weight: 700;
  padding: 0 16px
}
#ndzn-cart-popup.modal .cart-info {
  margin-bottom: var(--padding);
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0
}
#ndzn-cart-popup.modal .cart-info .inner {
  background: #36a847 url(https://i.imgur.com/XbG0k0k.png) no-repeat 50%/cover;
  border-radius: 9px;
  color: #fff;
  padding: 26px 135px 28px 32px;
  text-shadow: 2px 2px 3px #317e3e
}
#ndzn-cart-popup.modal .cart-info .title {
  font-weight: 700
}
#ndzn-cart-popup.modal .cart-info .big {
  font-size: 23px
}
#ndzn-cart-popup.modal .cart-info .sml {
  font-size: 13px;
  margin-top: 8px;
  text-transform: uppercase
}
#ndzn-cart-popup.modal .cart-info .player-model {
  background: no-repeat top/100% auto;
  height: 170px;
  right: 30px;
  top: 5px;
  transform: scaleX(-1);
  width: 76px
}
#ndzn-cart-popup.modal .cart-items {
  padding-top: var(--cartPopupSpacing)
}
#ndzn-cart-popup.modal .cart-items .cart-popup-item, #ndzn-cart-popup.modal .cart-items .PackageControls {
  border: none
}
#ndzn-cart-popup.modal .cart-items .cart-popup-item {
  background-color: #11223d;
  border-radius: 8px
}
#ndzn-cart-popup.modal .cart-items .cart-popup-item:not(:first-child) {
  margin-top: 10px
}
#ndzn-cart-popup.modal .cart-items .cart-popup-item.active {
  background-color: #122441
}
#ndzn-cart-popup.modal .cart-items .cart-popup-item.active .mdi-dots-vertical {
  color: #1d304f
}
#ndzn-cart-popup.modal .cart-items .item-name, #ndzn-cart-popup.modal .cart-items .item-price {
  font-weight: 800
}
#ndzn-cart-popup.modal .cart-items .item-qty {
  background: #fff;
  border-radius: var(--br);
  color: #091529;
  font-size: .85em;
  margin-right: .15em;
  padding: 3px 7px
}
#ndzn-cart-popup.modal .cart-items .item-name {
  color: #fff;
  font-size: 18px
}
#ndzn-cart-popup.modal .cart-items .item-price {
  color: #b071d6;
  font-size: 16px;
  margin-top: 10px
}
#ndzn-cart-popup.modal .cart-items .item-main {
  padding: 24px var(--padding) 24px 30px
}
#ndzn-cart-popup.modal .cart-items .mdi-dots-vertical {
  color: #405980;
  font-size: 34px
}
#ndzn-cart-popup.modal .cart-items .PackageControls {
  padding: 5px 30px 30px
}
#ndzn-cart-popup.modal .cart-items .PackageControls .btn-add, #ndzn-cart-popup.modal .cart-items .PackageControls .btn-subtract {
  padding: 0 5px
}
#ndzn-cart-popup.modal .cart-items .PackageControls .btn-pad {
  padding: 0 20px
}
#ndzn-cart-popup.modal .cart-items .PackageControls .btn-loading:after {
  font-size: 16px
}
#ndzn-cart-popup.modal .cart-items .stage {
  font-size: 0
}
#ndzn-cart-popup.modal .cart-items .btn-pad {
  font-size: 16px
}
#ndzn-cart-popup.modal .cart-items .in-cart {
  color: #54bf68
}
#ndzn-cart-popup.modal .cart-items .in-cart:after {
  background-color: #162b4d;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%
}
#ndzn-cart-popup.modal .cart-items .in-cart>.sml {
  font-size: 8px;
  font-weight: 800;
  margin: 6px 0 11px
}
#ndzn-cart-popup.modal .cart-items .in-cart>.big {
  font-size: 22px;
  font-weight: 700;
  line-height: 20px
}
#ndzn-cart-popup.modal .cart-items .btn-add {
  margin-right: 10px
}
#ndzn-cart-popup.modal .cart-items .btn-subtract {
  margin-left: 10px
}
#ndzn-cart-popup.modal .cart-items .btn-remove {
  margin-left: 4px
}
#ndzn-cart-popup.modal .cart-items .item-options {
  background: #162948;
  border-radius: 0 0 var(--br) var(--br);
  font-size: 16px;
  padding: var(--padding) 24px
}
#ndzn-cart-popup.modal .cart-items .item-options .option:not(:last-child) {
  margin-bottom: 10px
}
#ndzn-cart-popup.modal .cart-checkout {
  padding-top: 32px
}
#ndzn-cart-popup.modal .cart-checkout .cart-total, #ndzn-cart-popup.modal .cart-checkout>.btn {
  text-align: center
}
#ndzn-cart-popup.modal .cart-checkout .cart-total {
  color: #7d9ac8
}
#ndzn-cart-popup.modal .cart-checkout .cart-total, #ndzn-cart-popup.modal .cart-checkout .cart-total>b {
  font-weight: 900 !important
}
#ndzn-cart-popup.modal .cart-checkout>.btn-success {
  font-size: 22px;
  margin-top: 30px;
  padding: 22px var(--padding) 18px
}
#ndzn-cart-popup.modal .cart-checkout>.btn-default {
  margin-top: 10px;
  padding: 25px var(--padding) 20px
}
#ndzn-cart-popup.modal .cart-checkout>.btn {
  border-bottom-width: 5px;
  box-sizing: border-box;
  width: 100%
}
@media (max-width:500px) {
  #ndzn-cart-popup.modal .cart-items .PackageControls {
    padding-bottom: 15px
  }
  #ndzn-cart-popup.modal .cart-items .PackageControls .stage {
    flex-wrap: wrap
  }
  #ndzn-cart-popup.modal .cart-items .PackageControls .btn-default:first-child, #ndzn-cart-popup.modal .cart-items .PackageControls .btn-remove {
    margin-bottom: 10px;
    width: calc(50% - 5px)
  }
  #ndzn-cart-popup.modal .cart-items .PackageControls .btn-add, #ndzn-cart-popup.modal .cart-items .PackageControls .btn-subtract {
    width: 25%
  }
  #ndzn-cart-popup.modal .cart-items .PackageControls .btn-subtract {
    margin-right: auto
  }
  #ndzn-cart-popup.modal .cart-items .PackageControls .in-cart {
    margin: 0 auto
  }
  #ndzn-cart-popup.modal .cart-items .PackageControls .btn-remove+.in-cart {
    display: none
  }
}
@media (max-width:440px) {
  .cart-header .player-model {
    height: 90px;
    right: 12px;
    top: 6px;
    width: 52px
  }
  .cart-header .cart-info {
    padding-right: 78px
  }
  .cart-header .cart-info .big {
    font-size: 20px
  }
  .cart-header .cart-info .sml {
    margin-top: 5px
  }
}
#checkout-featured-deals .panel-heading {
  margin-top: -4px
}
#checkout-featured-deals .panel-minorHeader {
  color: var(--primary-100);
  flex: 0 0 320px;
  font-size: 24px;
  font-weight: 900
}
#checkout-featured-deals .mdi-fire {
  font-size: 32px;
  margin-right: 3px
}
#checkout-featured-deals .hr {
  background-color: #18253b;
  height: 1px;
  width: 100%
}
#checkout-featured-deals .panel-body {
  margin-top: 30px
}
#checkout-featured-deals .featured-deals {
  grid-gap: 116px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center
}
#checkout-featured-deals .input {
  height: 42px
}
#checkout-featured-deals .featured-deal-server {
  color: var(--secondary-100);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
#checkout-featured-deals .featured-deal-server>b {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase
}
#checkout-featured-deals .featured-deal-name, #checkout-featured-deals .featured-deal-server b {
  display: inline-block
}
#checkout-featured-deals .featured-deal-server b {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
#checkout-featured-deals .featured-deal {
  overflow: hidden
}
#checkout-featured-deals .mdi-folder-multiple-outline {
  font-size: 19px;
  margin-right: 10px
}
#checkout-featured-deals .featured-deal-name {
  margin: 0 auto
}
#checkout-featured-deals .featured-deal-main {
  height: 100%;
  padding: 20px 0;
  width: 100%
}
#checkout-featured-deals .featured-deal-icon {
  background: rgba(0, 0, 0, .15) no-repeat 50%/cover;
  border-radius: var(--br);
  height: 165px;
  margin: 15px auto 0;
  width: 190px
}
#checkout-featured-deals .featured-deal-name {
  color: #fff;
  line-height: 24px;
  max-width: 185px
}
#checkout-featured-deals .PackageControls {
  font-size: 14px;
  margin: 0 auto;
  text-align: left
}
#checkout-featured-deals .featured-price {
  margin-top: 10px
}
#checkout-featured-deals .price-new, #checkout-featured-deals .price-old {
  font-weight: 700
}
#checkout-featured-deals .price-old {
  color: #a04147;
  font-size: 13px;
  margin-right: 10px;
  text-decoration: line-through
}
#checkout-featured-deals .price-new {
  color: var(--secondary-100);
  font-size: 16px
}
#checkout-featured-deals .featured-deal-right {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto
}
#checkout-featured-deals .featured-price {
  margin: 10px auto 0
}
.page-checkout-main .h3 {
  font-size: 24px
}
.page-checkout-main .h3+p {
  color: #d081f5;
  font-size: 14px;
  margin-top: 8px
}
.page-checkout-main .panel:nth-child(2) h3 {
  margin: 20px 0
}
.checkout-review .review-username {
  background: #0e1a30
}
.checkout-review .review-username b {
  color: #fff
}
.checkout-review .review-username p {
  color: #9aa5b9;
  max-width: 100%
}
.checkout-review .review-username a, .checkout-review .review-username p {
  font-size: 14px
}
.checkout-review .review-username a {
  align-items: center;
  color: #e84343;
  display: inline-flex;
  font-weight: 800
}
.checkout-review .mdi-logout {
  font-size: 19px;
  margin-right: 4px
}
.checkout-review .review-username {
  padding-left: 130px
}
.checkout-review .review-username .text {
  padding: 23px 0 21px
}
.checkout-review .review-username .avatar {
  bottom: 0;
  flex: 0 0 60px;
  height: 105px;
  left: 44px;
  margin: 0
}
.checkout-package {
  border-bottom: 1px solid #0d1c36;
  padding: 30px var(--panelPadding)
}
.checkout-package .package-name {
  color: #fff;
  font-size: 16px;
  height: unset
}
.checkout-package .package-name .qty {
  background: #fff;
  border-radius: var(--br);
  color: #091529
}
.checkout-package .package-text .package-price {
  flex: 0 0 140px;
  text-align: right
}
.checkout-package .package-price {
  color: #d081f5;
  font-size: 17px
}
.checkout-package .PackageControls .btn {
  background: #132037;
  border-bottom: 0;
  border-radius: 6px;
  color: #728bb7;
  font-weight: 700;
  padding: 2px 12px
}
.checkout-package .PackageControls .btn:focus, .checkout-package .PackageControls .btn:hover {
  background: #172742;
  color: #a9b2c3
}
.checkout-package .package-buttons {
  margin-top: 14px
}
.checkout-package .package-buttons .stage {
  justify-content: flex-start
}
.checkout-package .package-buttons .btn-default {
  margin-right: 5px
}
.checkout-package .package-buttons .btn-default>.mdi {
  font-size: 12px;
  margin-right: 8px
}
.checkout-package .package-buttons .btn-default>.mdi.mdi-information {
  font-size: 11px
}
.checkout-coupons .input {
  font-size: 18px;
  font-weight: 800;
  padding: 25px 30px 23px
}
.checkout-coupons .coupon {
  padding-left: 30px
}
.checkout-coupons .coupon .coupon-code {
  color: #59cb6c;
  flex-basis: 44%;
  font-weight: 800
}
.checkout-coupons .coupon .coupon-desc {
  color: #516481;
  font-size: 16px;
  font-weight: 400
}
.checkout-coupons .coupon .btn {
  color: #516481;
  font-size: 22px;
  line-height: 36px
}
.checkout-coupons .coupon .btn:focus, .checkout-coupons .coupon .btn:hover {
  color: #667d9f
}
.checkout-coupons .redeem .btn {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: .7em
}
.well {
  background: #091529;
  border: 2px solid #11223d
}
.page-checkout-sidebar .h3 {
  color: #fff;
  font-size: 24px
}
.checkout-pay .checkbox span {
  color: #8aa9db;
  font-size: 13px;
  line-height: 25px;
  text-align: left
}
.checkout-pay .checkbox a {
  color: #d081f5;
  font-weight: 600
}
.checkout-pay .checkbox>.mdi {
  font-size: 30px;
  margin-right: 6px
}
.checkout-pay .mdi-checkbox-blank {
  color: #11223d
}
.checkout-pay .mdi-checkbox-marked-outline {
  color: #8aa9db
}
.checkout-pay .alert.alert-black {
  background: #28315f
}
@media (max-width:1375px) {
  #checkout-featured-deals .panel-body .featured-deals {
    grid-gap: 30px
  }
}
@media (min-width:1250px) {
  #checkout-featured-deals .featured-deal-server.mobile {
    display: none
  }
}
@media (max-width:1250px) {
  #checkout-featured-deals .panel-body .featured-deals {
    grid-gap: var(--spacing);
    grid-template-columns: 1fr 1fr
  }
  #checkout-featured-deals .featured-deal {
    background-color: #0c1b36;
    border-radius: var(--br);
    flex-direction: row;
    padding: 15px
  }
  #checkout-featured-deals .featured-deal .featured-deal-server {
    display: none
  }
  #checkout-featured-deals .featured-deal .featured-deal-server.mobile {
    display: block
  }
  #checkout-featured-deals .featured-deal .featured-deal-icon {
    margin-top: 0
  }
  #checkout-featured-deals .featured-deal .featured-deal-name {
    margin-top: 8px;
    text-align: left
  }
  #checkout-featured-deals .featured-deal .featured-deal-name, #checkout-featured-deals .featured-deal .featured-deal-server b {
    max-width: 195px
  }
  #checkout-featured-deals .featured-deal .featured-deal-name, #checkout-featured-deals .featured-deal .featured-price, #checkout-featured-deals .featured-deal .PackageControls {
    margin-left: 0
  }
  #checkout-featured-deals .featured-deal .featured-price {
    align-items: flex-start;
    flex-direction: column
  }
  #checkout-featured-deals .featured-deal .price-new {
    line-height: 26px
  }
  #checkout-featured-deals .featured-deal .PackageControls {
    margin-top: 12px
  }
  #checkout-featured-deals .featured-deal .featured-deal-main {
    padding: 0
  }
  #checkout-featured-deals .featured-deal-icon {
    border-radius: var(--br)
  }
  #checkout-featured-deals .featured-deal-right {
    margin-left: 14px;
    margin-top: 0
  }
  .featured-deal-left {
    flex: 0 0 auto
  }
}
@media (max-width:1050px) {
  #checkout-featured-deals .featured-deal-left {
    display: none
  }
  #checkout-featured-deals .featured-deal-right {
    margin: 0
  }
  #checkout-featured-deals .featured-deal {
    padding: 15px 20px
  }
}
@media (max-width:975px) {
  .checkout-review {
    display: block
  }
  .checkout-review .review-username {
    padding-left: 120px
  }
  .checkout-review .review-username p {
    text-align: left
  }
  .checkout-review .review-username .avatar {
    left: 30px
  }
  #page-checkout .part-main {
    flex-direction: column
  }
}
@media (max-width:650px) {
  .page-checkout-main .h3, .page-checkout-sidebar .h3 {
    font-size: 22px;
    justify-content: center;
    text-align: center
  }
  #checkout-featured-deals {
    display: none
  }
}
@media (max-width:600px) {
  .checkout-coupons .input {
    padding: 13px 30px
  }
  .checkout-coupons .coupon {
    padding: 20px 30px
  }
  .checkout-coupons .coupon .coupon-desc {
    margin-top: 10px
  }
  .checkout-coupons .coupon .coupon-code, .checkout-coupons .coupon .coupon-desc {
    text-align: center
  }
  .checkout-coupons .redeem .btn {
    margin-top: var(--spacing)
  }
  .checkout-package .PackageControls {
    width: 100%
  }
  .checkout-package .PackageControls .stage {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr
  }
  .checkout-package .PackageControls .stage>.btn {
    margin: 0
  }
}
@media (max-width:470px) {
  .checkout-review .review-username {
    padding-left: var(--panelPadding)
  }
  .checkout-review .review-username .avatar {
    display: none
  }
  .checkout-package .package-text {
    flex-direction: column
  }
  .checkout-package .package-text .package-price {
    flex: unset;
    margin-top: 10px
  }
  .checkout-package .package-name {
    margin: 0 auto;
    text-align: center
  }
}
@media (max-width:400px) {
  .checkout-package .PackageControls .stage {
    grid-template-columns: 1fr
  }
}
@media (max-width:375px) {
  .checkout-package .PackageControls .stage {
    grid-template-columns: 1fr
  }
}
.panel-patrons {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr
}
.panel-patron-buttons {
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px
}
.panel-patron-buttons>button {
  background: transparent;
  border: none;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  margin: 3px;
  padding: 0 20px
}
.panel-patron-buttons>button:focus, .panel-patron-buttons>button:hover {
  background: #0b1931
}
.panel-patron-buttons>button.btn-warning {
  background: var(--btnWarning)
}
#ndzn-patrons .patron {
  align-items: center;
  flex-direction: column;
  margin: 0;
  max-height: 228px;
  overflow: hidden;
  padding: 28px 10px 10px;
  text-align: center
}
#ndzn-patrons .patron>img {
  margin-top: 28px;
  transform: scaleX(-1);
  width: 87px
}
#ndzn-patrons .patron>b {
  color: var(--primary-100);
  text-overflow: ellipsis
}
#ndzn-patrons .patron:nth-child(-n+4) {
  grid-column: auto/span 2
}
#ndzn-patrons .patron:nth-child(-n+4)>b {
  color: var(--btnSuccess)
}
@media (max-width:1350px) {
  .panel-patrons {
    grid-template-columns: 1fr 1fr 1fr
  }
}
@media (max-width:1150px) {
  .panel-patrons {
    grid-template-columns: 1fr 1fr
  }
}
@media (max-width:480px) {
  .panel-patrons {
    grid-template-columns: 1fr
  }
}
#purchase-rank .h3, #upgrade-your-rank .h3 {
  font-size: 24px
}
#purchase-rank .package-image, #upgrade-your-rank .package-image {
  background: url(https://assets.enjin.com/wall_embed_images/1401390083_eggslime.png) no-repeat 50%/cover;
  height: auto;
  min-height: auto;
  width: 125px
}
#purchase-rank .package-price>span, #upgrade-your-rank .package-price>span {
  font-weight: 700;
  text-align: center
}
#purchase-rank .price-discount, #upgrade-your-rank .price-discount {
  color: #d55a61;
  font-size: 14px;
  position: relative;
  text-decoration: line-through
}
#purchase-rank .price-actual, #upgrade-your-rank .price-actual {
  color: #d081f5
}
#purchase-rank .btn, #upgrade-your-rank .btn {
  font-size: 13px
}
#purchase-rank .btn>.mdi, #upgrade-your-rank .btn>.mdi {
  display: none
}
#purchase-rank .package-controls, #upgrade-your-rank .package-controls {
  margin-top: 13px
}
#purchase-rank .PackageControls .btn, #upgrade-your-rank .PackageControls .btn {
  border-radius: 6px;
  height: 33px;
  margin-left: 0;
  margin-right: 0
}
#purchase-rank .PackageControls .stage, #upgrade-your-rank .PackageControls .stage {
  display: flex;
  flex-direction: column
}
#upgrade-your-rank .warn-highest-rank {
  display: block;
  margin-top: var(--spacing);
  pointer-events: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
@media (max-width:1150px) {
  #upgrade-your-rank .warn-highest-rank {
    margin-top: 0
  }
}
#upgrade-your-rank option, #upgrade-your-rank select {
  color: #fff;
  font-size: 18px;
  font-weight: 700
}
#upgrade-your-rank select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #11223d;
  border: none;
  border-radius: 6px;
  height: 67px;
  line-height: 69px;
  padding: 0 25px;
  width: 100%
}
#upgrade-your-rank .panel-body {
  grid-gap: 25px;
  display: grid;
  grid-template-columns: 348px auto
}
#upgrade-your-rank .part-choose-upgrade, #upgrade-your-rank .part-displayed-upgrade {
  text-align: center
}
#upgrade-your-rank .part-choose-upgrade, #upgrade-your-rank .upgrade-package {
  border-radius: 6px
}
#upgrade-your-rank .part-choose-upgrade {
  border: 2px solid #0e1d36;
  color: #d6e2ff;
  padding: 10px 30px
}
#upgrade-your-rank .part-choose-upgrade>p {
  font-size: 16px;
  margin-bottom: 10px
}
#upgrade-your-rank .package-duration, #upgrade-your-rank .package-name {
  color: #fff;
  font-weight: 700
}
#upgrade-your-rank .package-name {
  font-size: 20px
}
#upgrade-your-rank .upgrade-package {
  background-color: #11223d;
  height: 100%;
  padding: 28px 31px
}
#upgrade-your-rank .upgrade-package, #upgrade-your-rank .upgrade-package>* {
  transition: .15s
}
#upgrade-your-rank .upgrade-package.hidden {
  background: #0b192f
}
@media (max-width:1150px) {
  #upgrade-your-rank .upgrade-package.hidden {
    display: none
  }
}
#upgrade-your-rank .upgrade-package.hidden>* {
  opacity: 0
}
#upgrade-your-rank .package-duration {
  font-size: 12px;
  margin-top: 6px
}
#upgrade-your-rank .package-price {
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 15px
}
#upgrade-your-rank .price-actual {
  font-size: 16px;
  margin-left: 12px
}
#upgrade-your-rank .price-actual.currency {
  margin-left: 5px
}
#upgrade-your-rank .PackageControls {
  margin-top: 20px
}
#upgrade-your-rank .PackageControls .stage {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 60px 130px
}
#upgrade-your-rank .PackageControls .stage .btn {
  height: 37px;
  line-height: 37px
}
#upgrade-your-rank .part-right {
  margin: 0 auto;
  padding-left: 15px
}
#upgrade-your-rank .mdi-menu-up, #upgrade-your-rank .select-parent.active .mdi-menu-down {
  display: none
}
#upgrade-your-rank .select-parent.active .mdi-menu-up {
  display: block
}
#upgrade-your-rank .select-parent.active select {
  background-color: #162a4a
}
#upgrade-your-rank .mdi-menu-down, #upgrade-your-rank .mdi-menu-up {
  bottom: 0;
  color: #354d74;
  font-size: 26px;
  height: 14px;
  line-height: 14px;
  margin: auto 0;
  right: 10px;
  top: 0
}
#purchase-rank {
  margin-top: var(--spacing)
}
#purchase-rank .h3 {
  margin-bottom: 0
}
#purchase-rank .panel-heading {
  margin-bottom: 10px
}
#purchase-rank .panel-body {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr
}
#purchase-rank .panel-purchase-rank {
  margin-bottom: 0
}
#purchase-rank .purchase-rank-name {
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  overflow: hidden
}
#purchase-rank .package-left {
  flex: 1 1 auto;
  padding-right: 14px
}
#purchase-rank .package-left ul {
  margin-bottom: 0;
  padding-left: 20px
}
#purchase-rank .package-left li {
  font-size: 14px;
  font-weight: 600;
  margin-top: 22px
}
#purchase-rank .package-right {
  flex: 0 0 130px;
  max-width: 130px
}
#purchase-rank .price-discount {
  margin-top: 17px
}
#purchase-rank .price-actual {
  margin-top: 5px
}
@media (max-width:1310px) {
  #upgrade-your-rank .part-left {
    display: none
  }
  #upgrade-your-rank .panel-body {
    grid-template-columns: 300px auto
  }
}
@media (max-width:1250px) {
  #purchase-rank .panel-purchase-rank {
    flex-direction: column-reverse;
    justify-content: center
  }
  #purchase-rank .package-right {
    flex: 1 1 auto;
    max-width: 100%
  }
  #purchase-rank .package-left {
    margin-top: 30px;
    padding-right: 0
  }
  #purchase-rank .purchase-rank-name {
    max-width: unset
  }
}
@media (max-width:1150px) {
  #purchase-rank .panel-purchase-rank {
    flex-direction: row
  }
  #purchase-rank .panel-body {
    grid-template-columns: 1fr
  }
  #purchase-rank .package-left {
    margin-top: 0;
    padding-right: 15px
  }
  #purchase-rank .package-left li {
    font-size: 14px
  }
  #purchase-rank .package-right {
    flex: 0 0 180px
  }
  #purchase-rank .purchase-rank-name {
    font-size: 20px
  }
  #upgrade-your-rank .panel-body {
    grid-template-columns: 1fr
  }
}
@media (max-width:1100px) {
  #upgrade-your-rank .part-left {
    display: block
  }
}
@media (max-width:650px) {
  #purchase-rank .package-right {
    flex: 0 0 125px
  }
  #purchase-rank .purchase-rank-name {
    font-size: 18px
  }
  #upgrade-your-rank select {
    font-size: 16px;
    height: 52px;
    line-height: 52px
  }
  #upgrade-your-rank .part-choose-upgrade {
    padding: 10px 20px
  }
  #upgrade-your-rank .part-choose-upgrade p:first-child {
    margin-top: 0
  }
  #upgrade-your-rank .part-left {
    display: none
  }
  #upgrade-your-rank .upgrade-package {
    padding: 15px 20px
  }
  #upgrade-your-rank .part-right {
    padding: 0
  }
  #upgrade-your-rank .package-name {
    font-size: 18px;
    line-height: 24px
  }
  #upgrade-your-rank .package-duration {
    margin-top: 10px
  }
  #upgrade-your-rank .panel-body {
    grid-gap: var(--spacing)
  }
}
@media (max-width:470px) {
  #purchase-rank .panel-purchase-rank {
    flex-direction: column-reverse
  }
  #purchase-rank .package-left {
    margin-top: 25px;
    padding-right: 0;
    text-align: center
  }
  #purchase-rank .package-left ul {
    list-style-type: none;
    padding-left: 0
  }
  #purchase-rank .PackageControls .btn {
    width: 125px
  }
  #purchase-rank .PackageControls .stage {
    align-items: center
  }
  #purchase-rank .price-actual {
    margin-top: 5px
  }
}
#ndzn-footer {
  margin-top: 100px;
  padding: 40px 0;
  text-align: center
}
@media (max-width:900px) {
  #ndzn-footer {
    margin-top: 0
  }
}
#nikolovdzn-com {
  opacity: .5;
  transition: .15s
}
#nikolovdzn-com:hover {
  opacity: 1
}

