::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.monitor {
    background: #1d1e24;
    position: relative
}

.monitor-info {
    position: absolute;
    top: 50%
}

.filter {
    cursor: pointer;
}

.badge-lg {
    padding: 10px;
}

.badge-active {
    background: #1b1c1d !important;
    color: white !important;
}

.badge-active:hover {
    color: whitesmoke !important;
}

.progress-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    left: 0;
}

.monitor-progress {
    height: 4.5px;
}

.rounded {
    border-radius: 10px;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.alert {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1030;
    width: 25%;
}

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid black;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid black;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid black;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

.pricing-value {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-width: 0.375rem;
    border-style: double;
    margin: 0 auto;
}

.bg-soft-light {
    background-color: #fcfcfd !important;
}

.fixed-bottom-right {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.basket-button {
    background: #ff4a4a;
    background: linear-gradient(90deg,#ff5b5b 0,#bb0606);
    background-size: 200% 1px;
    -wekbit-box-shadow: 0 5px 17px rgba(187,6,6,.4);
    box-shadow: 0 5px 17px rgba(187,6,6,.4);
    border-radius: 25px;
    z-index: 99!important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 0 !important;
    padding: 15px !important;
    text-align: center;
    color: white !important;
}

#vk_community_messages {
    position: relative !important;
    margin: 10px 0 !important;
    right: 0 !important;
}

.text-small {
    font-size: 14px !important;
}

.fake-content {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 1rem .5rem 0;
    border-radius: .75rem;
    background-color: hsla(0,0%,73%,.12);
    width: .75rem;
    height: .75rem;
    line-height: 1;
}
.fake-content.h2 {
    background-color: hsla(0,0%,73%,.26);
    width: 1rem;
    height: 1rem;
}
.fake-content.light {
    background-color: hsla(0,0%,73%,.16);
}
.fake-content.dark {
    background-color: hsla(0,0%,73%,.26);
}
.fake-content.h4 {
    width: 1rem;
    height: 0.35rem;
}
.fake-content.h3 {
    width: 1rem;
    height: 0.75rem;
}

.bg-dark-light {
    background-color: #131313 !important
}

.bg-elegant {
    background-color: #0f0f0f;
}
.bg-elegant-dark {
    background-color: #212121
}
.bg-elegant-night {
    background-color: #171717 !important
}
.fill-elegant {
    fill: #2e2e2e
}
.fill-elegant-dark {
    fill: #212121
}

.btn.disabled {
    background-color: #1b1b1b9c !important;
    border: #1b1b1b9c !important;
}

.owl-dot.owl-dot-white > span {
    border: 2px solid white !important
}

.owl-dot.owl-dot-white > span:hover {
    background: whitesmoke !important;
}

.owl-dot.owl-dot-white.active > span {
    background: white !important;
}

.sale {
    max-width: fit-content;
    z-index: 10;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50px;
    -wekbit-box-shadow: 0 5px 17px rgba(255,74,74,.4);
    box-shadow: 0 5px 17px rgba(255,74,74,.4);
}
.sale__size {
    padding: 4px 8px;
    background: #ff4a4a;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 14px;
    font-size: .875rem;
}
.sale__timer {
    padding-left: 10px;
    background: #ff5b5b;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 14px;
}
.sale__timer > .text {
    font-size: .875em;
    padding-top: 3.5px;
}

.font-weight-boldest {
    font-weight: 800 !important;
}

.lh-sm {
    line-height: 100%;
}

.input-username {
    width: 100%;
    height: 64px;
    padding-left: 16px;
    padding-right: 36px;
    border-radius: 5px;
    border: 1px solid hsla(0,0%,100%,.12);
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    transition: all .25s;
}
.input-username-prepend {
    border-left: 1px solid hsla(0,0%,100%,.12);
    border-top: 1px solid hsla(0,0%,100%,.12);
    border-bottom: 1px solid hsla(0,0%,100%,.12);
}

.button-username {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 0 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    transition: all .25s;
}

.pt-10 {
    padding-top: 16rem;
}

.py-10 {
    padding-bottom: 16rem;
    padding-top: 16rem;
}

.card {
    border-radius: 12px;
}

.bg-dark {
    background-color: #0a0a0a !important;
}

.bg-pattern::before {
    opacity: 0.025;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    content: '';
    background-image: url(/themes/neon/assets/images/bg.png);
}

.shop {
    z-index: 10;
    position: absolute;
    width: 100%;
    top: 70px;
    max-height: 300px;
    overflow: auto;
}
.shop::-webkit-scrollbar {
    width: 3px;
}

.shop::-webkit-scrollbar-track {
    background: transparent;
}

.servers {
    z-index: 10;
    position: absolute;
    width: 100%;
    top: 70px;
}

.card-parallelogram {
	transform: skew(20deg);
}

.product-description::-webkit-scrollbar {
    width: 0px;
}

.bg-light-danger {
    background: #fa525220;
}
.shadow-danger {
    box-shadow: 0 20px 40px rgb(250 82 82 / 16%);
}
.text-shadow-danger {
    text-shadow: 0 0 18px rgba(250 82 82 / 90%);
}
.shadow-danger:hover {
    box-shadow: 0 20px 40px rgb(250 82 82 / 24%);
}

.bg-light-primary {
    background: #27499120;
}
.shadow-primary {
    box-shadow: 0 20px 40px rgb(39 73 145 / 16%);
}
.text-shadow-primary {
    text-shadow: 0 0 18px rgba(39 73 145 / 90%);
}
.shadow-primary:hover {
    box-shadow: 0 20px 40px rgb(39 73 145 / 24%);
}

.bg-light-secondary {
    background: #10ab7c20;
}
.shadow-secondary {
    box-shadow: 0 20px 40px rgb(17 171 124 / 16%);
}
.text-shadow-secondary {
    text-shadow: 0 0 18px rgba(17 171 124 / 90%);
}
.shadow-secondary:hover {
    box-shadow: 0 20px 40px rgb(17 171 124 / 24%);
}

.bg-light-tertiary {
    background: #ff7f6620;
}
.shadow-tertiary {
    box-shadow: 0 20px 40px rgb(255 127 102 / 16%);
}
.text-shadow-tertiary {
    text-shadow: 0 0 18px rgba(255 127 102 / 90%);
}
.shadow-tertiary:hover {
    box-shadow: 0 20px 40px rgb(255 127 102 / 24%);
}

.bg-light-success {
    background: #00bf9a20;
}
.shadow-success {
    box-shadow: 0 20px 40px rgb(2 191 153 / 16%);
}
.text-shadow-success {
    text-shadow: 0 0 18px rgba(2 191 153 / 90%);
}
.shadow-success:hover {
    box-shadow: 0 20px 40px rgb(2 191 153 / 24%);
}

.bg-light-warning {
    background: #f5b75920;
}
.shadow-warning {
    box-shadow: 0 20px 40px rgb(244 183 89 / 16%);
}
.text-shadow-warning {
    text-shadow: 0 0 18px rgba(244 183 89 / 90%);
}
.shadow-warning:hover {
    box-shadow: 0 20px 40px rgb(244 183 89 / 24%);
}

.bg-light-info {
    background: #1e90ff20;
}
.shadow-info {
    box-shadow: 0 20px 40px rgb(30 144 255 / 16%);
}
.text-shadow-info {
    text-shadow: 0 0 18px rgba(30 144 255 / 90%);
}
.shadow-info:hover {
    box-shadow: 0 20px 40px rgb(30 144 255 / 24%);
}

.bg-light-dark {
    background: #2a354f;
}
.shadow-dark {
    box-shadow: 0 20px 40px rgb(42 53 79 / 16%);
}
.text-shadow-dark {
    text-shadow: 0 0 18px rgba(42 53 79 / 90%);
}
.shadow-dark:hover {
    box-shadow: 0 20px 40px rgb(42 53 79 / 24%);
}

.bg-light-gray {
    background: #869ab820;
}
.shadow-gray {
    box-shadow: 0 20px 40px rgb(134 154 184 / 16%);
}
.text-shadow-gray {
    text-shadow: 0 0 18px rgba(134 154 184 / 90%);
}
.shadow-gray:hover {
    box-shadow: 0 20px 40px rgb(134 154 184 / 24%);
}

.text-pink, .text-pink:hover {
    color: #ea4c89 !important;
}
.text-purple, .text-purple:hover {
    color: #8b00ff !important;
}

.bg-light-pink {
    background: #ea4c8920;
}
.shadow-pink {
    box-shadow: 0 20px 40px rgb(234 76 137 / 16%);
}
.text-shadow-pink {
    text-shadow: 0 0 18px rgba(234 76 137 / 90%);
}
.shadow-pink:hover {
    box-shadow: 0 20px 40px rgb(234 76 137 / 24%);
}
.btn-pink {
    color: #ffffff;
    background-color: #ea4c89;
    border-color: #ea4c89;
}
.btn-pink:hover {
    color: #ffffff;
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.bg-light-purple {
    background: #8b00ff20;
}
.shadow-purple {
    box-shadow: 0 20px 40px rgb(139 0 255 / 16%);
}
.text-shadow-purple {
    text-shadow: 0 0 18px rgba(139 0 255 / 90%);
}
.shadow-purple:hover {
    box-shadow: 0 20px 40px rgb(139 0 255 / 24%);
}
.btn-purple {
    color: #ffffff;
    background-color: #8b00ff;
    border-color: #8b00ff;
}
.btn-purple:hover {
    color: #ffffff;
    background-color: #8b00ff;
    border-color: #8b00ff;
}


.skew-x--5 {
    transform: skewX(-5deg);
}

.server-online {
    height: 44px;
    width: 44px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 2px;
}

.server-online-indicator {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    display: flex;
    align-items: flex-end;
}

.server-online-indicator-content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
}

.cursor-pointer {
    cursor: pointer !important;
}

.server-online-indicator-progress {
    height: 100%;
    width: 100%;
}

.server-online-indicator-progress-shadow-danger {
    box-shadow: 0 8px 12px rgb(250 82 82 / 48%);
}

.badge-custom {
    height: 21px;
    padding: 2px 7px;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid hsla(0,0%,100%,.04);
    color: #5c5c5c;
    font-weight: 500;
    font-size: 12px;
}

@media (max-width: 576px) {
    .display-5 {
        font-size: calc(0.6125rem + 0.8vw);
    }
}

@media (min-width: 576px) {
    .display-5 {
        font-size: calc(0.9125rem + 0.35vw);
    }
}

@media (min-width: 768px) {
    .display-5 {
        font-size: calc(1.0125rem + 0.35vw);
    }
}

.apple-pay, .google-pay {
    height: 20px;
    border: 1px solid black;
    padding: 3px;
    border-radius: 10px;
    opacity: .7;
}

.position-absolute.center-y {
    top: 50%;
    transform: translate(0, -50%);
}

/* footer.footer, footer.footer * {
    height: auto !important;
    width: 100% !important;
    font-size: inherit !important;
    padding: inherit !important;
} */
