@media (min-width: 1200px) {
    .container {
        min-width: 1300px;
    }
}

.servers {
    display: none;
}

.servere {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}

.servere li {
    background: var(--background);
    padding: 10px;
    width: 260px;
    text-align: center;
    border-radius: 6px;
}

body {
    background: var(--background);
    font-family: var(--font);
    color: var(--text-color);
    margin-top: 0;
}

.body {
    width: 100%;
}

.header {
    height: 450px;
    background: var(--bg-url) no-repeat center;
    position: relative;
    background-size: cover;
    margin: 0;
}

.header::before {
    background: var(--header-hover);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
}

.panel.panel-default {
    background: var(--main-bg);
    border-color: var(--border-color);
    box-shadow: var(--box-shadow);
}

.panel .panel-heading {
    background-color: transparent;
    font-weight: 600;
    border: unset;
    color: var(--text-color);
}

.panel-heading p {
    color: var(--main-color);
    font-size: 2.5em;
    line-height: .5;
}

.panel-heading h1 {
    color: var(--btn-text);
    font-weight: bold;
    font-size: 1.5em;
}

.ipl-main .container {
    display: flex;
    flex-direction: row;
    z-index: 99;
    position: relative;
    justify-content: space-around;
}

.navbar-default {
    background-color: var(--main-bg);
    border-color: var(--border-color);
    box-shadow: var(--box-shadow);
}

ul.nav.navbar-nav {
    display: flex;
    flex-direction: column;
}

.navbar-nav > li {
    width: 280px;
}

.m-bar {
    background: var(--main-bg);
    border: 2px solid var(--main-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: var(--box-shadow);
    margin-bottom: 20px;
    justify-content: space-between;
}

.advd {
    display: flex;
    align-items: center;
    padding: 10px;
}

.advd i {
    font-size: 2em;
    background: var(--main-color);
    padding: 15px;
    border-radius: 20%;
    color: var(--btn-text);
}

.advd-text {
    margin-left: 1em;
}

.advd-text h1 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.advd-text p {
    line-height: 1;
    color: var(--btn-text);
}

@media (min-width: 768px) {
.body .content {
    float: left;
    width: 100%;
    margin-left: 15px;
    }
}

.ipl-main {
    margin-top: -10em;
    min-height: 100vh;
    position: relative;
    z-index: 0;
}


.header .container {
    display: flex;
    z-index: 99;
    position: relative;
    height: 65%;
    align-items: flex-end;
    justify-content: flex-end;
}

.counting {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-left: 15px;
}

.server {
    display: flex;
    align-items: center;
}

.server i {
    color: var(--main-color);
    font-size: 3em;
    margin-right: 10px;
}

.c-text {
    display: flex;
    flex-direction: column;
    color: var(--btn-text);
    font-weight: 600;
}

.s-online {
    display: flex;
    letter-spacing: .5px;
    color: var(--main-color);
    text-shadow: 1px 1px var(--background);
}

.s-ip {
    font-weight: bold;
    font-size: 1.5em;
}

@media (min-width: 768px) {
.header .logo {
    float: left;
    width: 33.3%;
    margin-right: auto;
}
}

#d-online, #mc-online, #rust-online, #unturned-online {
    margin-right: 5px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 20px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 25px;
}

::-webkit-scrollbar-track {
    background-color: var(--main-bg);
}

::-webkit-scrollbar-corner {
    background-color: var(--main-color);
}

.h-right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.account img {
    transform: rotateY(180deg);
    width: 80px;
}

.currency .btn, .cart {
    background: rgba(255,255,255,.065);
    border-radius: 20px;
    box-shadow: 0 3px 6px -1px rgb(0 0 0 / 7%);
    border: 2px solid rgb(255 255 255 / 20%);
    margin-left: 15px;
    color: var(--btn-text);
    padding: 10px;
    min-width: 100px;
    text-align: center;
}

.a-text h1 {
    color: var(--btn-text);
    font-weight: bold;
    font-size: 1.5em;
}

.a-text p {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--main-color);
}

.a-text {
    text-align: right;
}

.account a {
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    color: var(--text-color);
    font-weight: 600;
    background: rgba(255,255,255,.065);
    border-left: 2px solid rgba(255,255,255,.065) ;
    margin: 5px;
    border-radius: 6px;
    padding: 20px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: var(--main-color);
    background-color: rgba(255,255,255,.065)!important;
    border-left: 2px solid var(--main-color);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: var(--main-color);
    text-decoration: none;
    background-color: rgba(255,255,255,.065);
    border-left: 2px solid var(--main-color);
}

#particles-js {
    position: absolute;
    height: 450px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

canvas{
  display:block;
  vertical-align:bottom;
}

@media only screen and (max-width: 1105px) {
    #particles-js {
        max-width: 100%;
    }
}

.advd {
    display: flex;
    align-items: center;
}

.server i:before {
    text-shadow: 0px 0px 7px rgba(var(--color), .5);
}

.profile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.module .featured-package .image img {
    margin: 0 auto;
    width: 150px;
}

.m-body {
    display: flex;
    justify-content: space-between;
}

.featured-module .panel {
    background: rgba(255,255,255,.065);
    box-shadow: var(--box-shadow);
    border-color: rgba(255,255,255,.065);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-right: 20px;
    width: 250px;
    margin-top: 2.5em;
}

.m-body .panel-body {
    width: 70%;
}

.featured {
    width: 30%;
    margin-top: -5em;
}

.featured .panel-body {
    width: 100%;
}

.module .featured-package .info .text {
    float: left;
    width: 100%;
    text-align: center;
    color: var(--btn-text);
}

.featured .panel-heading {
    background: var(--main-color);
    color: var(--background);
    border-radius: 20px;
    text-align: center;
    position: absolute;
    margin-top: -5rem;
    right: 20px;
}

.module .featured-package .info .button {
    float: right;
    width: 100%;
}

.featured .btn {
    background: var(--btn);
    border-color: var(--btn);
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1em;
    font-weight: bold;
    font-size: 1.25em;
    border-bottom: 3px solid rgb(0 0 0 / 22%);
}

.goal-module .panel {
    background: rgba(255,255,255,.065);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    border-color: rgba(255,255,255,.065);
    width: 250px;
}

.progress {
    overflow: hidden;
    height: 15px;
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 10px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 3s linear infinite;
    -o-animation: progress-bar-stripes 3s linear infinite;
    animation: progress-bar-stripes 3s linear 
}

.p-goal {
    text-align: left;
    font-weight: 700;
    color: var(--main-color);
    font-size: 12px;
}

.progress-bar {
    background-color: var(--main-color);
}

.donation-goal p {
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-color);
}

.browse::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 4px;
    background: var(--main-color);
    top: 55px;
    border-radius: 20px;
    text-shadow: 0px 0px 7px rgba(var(--color), .5);
}

.browse {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 15px;
    text-shadow: 1px 1px var(--background);
    padding: 25px 5px;
    color: var(--main-color);
}

.navbar-collapse {
    padding-right: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(255,255,255,.065);
    color: var(--main-color);
    border-color: var(--main-color);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-nav .dropdown-menu {
    position: relative;
    width: 96.5%;
    margin: 5px;
    background: rgba(255,255,255,.065);
    top: -5px;
    border-left: 2px solid var(--main-color);
}

.navbar-nav .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-color);
    white-space: nowrap;
}

.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: var(--main-color);
    background-color: transparent;
}

.top-donator .panel-heading {
    color: var(--btn-text);
    letter-spacing: .5px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.top-donator .panel-heading i {
    color: var(--main-color);
    font-size: 14px;
}

.top-donator .info .ign {
    margin-top: 2px!important;
    margin-bottom: 0!important;
    font-size: 15px!important;
}

.donator-module .panel-body {
    padding: 5px;
}

.donator-module .panel {
    border: 2px solid var(--main-color);
}

.donator-module .panel-body {
    padding: 5px 0px 0 0px;
}

.module .top-donator .avatar {
    position: relative;
    float: left;
    width: 30%;
}

.module .top-donator .info {
    float: left;
    width: 65%;
    text-align: left;
}

.module .top-donator {
    display: flex;
    align-items: center;
}

.module .top-donator .avatar img {
    width: 55px;
}

ul.payments {
    display: flex;
}

ul.payments .payment {
    margin: 0px 5px 0px 5px;
}

.payments-module .panel-heading, .gift-module .panel-heading, .text-box .panel-heading {
    color: var(--btn-text);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.payments-module .panel-heading i, .gift-module .panel-heading i, .text-box .panel-heading i {
    color: var(--main-color);
    font-size: 18px;
}

.panel {
    margin-bottom: 15px;
}

input.form-control::placeholder {
    color: var(--btn-text);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

input.form-control {
    background: #33343c;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    color: var(--text-color);
}

.gift-module button.btn.btn-primary {
    margin-left: 5px;
    background: var(--main-color);
    border-color: var(--main-color);
    border-radius: 10px;
    color: var(--btn-text);
    font-weight: 600;
}

hr {
    border-top: 1px solid var(--background);
}

.f-left h1 {
    font-size: 13px;
    font-weight: bold;
    line-height: 0;
}

.f-left {
    margin-right: auto;
}

.footer {
    border: none;
    background: var(--main-bg);
    box-shadow: 0px -4px 7px -2px rgb(0 0 0 / 20%);
    padding: 10px;
    margin: 0px;
}

.foot2-links a {
    background: rgba(255,255,255,.065);
    border-radius: 20px;
    box-shadow: 0 3px 6px -1px rgb(0 0 0 / 7%);
    border: 2px solid rgb(255 255 255 / 20%);
    margin-left: 6px;
    color: var(--main-color);
    padding: 5px;
    min-width: 100px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
}

.f-right {
    text-align: right;
}

.f-right a {
    color: var(--main-color);
}

.navbar-nav > li:last-child {
    margin-bottom: 10px;
}

.footer .container {
    display: flex;
    align-items: center;
}

.module .featured-package .info .button {
    margin-bottom: -1.5em;
}

.panel-bottom {
    padding: 5px;
    border-top: 3px solid var(--border-color);
    margin: 10px;
}

.contact h1 {
    color: #0099ff;
    font-weight: 800;
    font-size: 22px;
}

.contact p {
    margin-bottom: 3rem;
}

.contact a.c-btn.b-btn {
    background: rgb(114, 137, 218);
    padding: 10px;
    color: var(--main-bg);
    font-weight: 600;
    border-radius: 6px;
    border-bottom: 3px solid rgb(0 0 0 / 50%);
    text-decoration: none;
}

.rules h1 {
    color: #ff4242;
    font-weight: 800;
    font-size: 22px;
}

.rules {
    border-top: 3px solid var(--border-color);
    margin-top: 3em;
    margin-bottom: 2em;
}

button.c-btn.b-btn, .p-btn {
    background: rgb(247 79 79);
    padding: 10px;
    color: var(--main-bg);
    font-weight: 600;
    border-radius: 6px;
    border-bottom: 3px solid rgb(0 0 0 / 50%);
    text-decoration: none;
    margin-right: 1em;
}

.rules p {
    margin-bottom: 2em;
}

button.c-btn.b-btn, button.p-btn {
    background: rgb(255, 201, 123);
    padding: 10px;
    color: var(--main-bg);
    font-weight: 600;
    border-radius: 6px;
    border-bottom: 3px solid rgb(0 0 0 / 50%)!important;
    text-decoration: none!important;
    margin-right: 1em;
    border-color: rgb(255, 201, 123);
}

.contact i {
    color: var(--btn-text);
    padding: 10px;
}

.rules i {
    color: var(--btn-text);
    padding: 10px;
}

.category .packages-image .package {
    background: var(--main-bg);
    margin: 5px;
    padding: 0;
    border-radius: 10px;
}

.category .packages-image .package .image img {
    margin: 0 auto;
    width: 200px;
    padding: 10px;
}

.pck-name {
    background: #2f313c;
    padding: 15px;
    text-align: center;
    font-size: 1.5em;
    color: var(--btn-text);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}

.category .packages-image .package .info {
    max-width: 100%;
    margin: 0;
    background: var(--border-color);
    height: 60px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.package .image {
    border: 2px solid var(--border-color);
}

.price {
    font-size: 1.75em;
    color: var(--main-color);
    font-weight: bold;
}

.package .btn {
    background: var(--btn);
    border-color: var(--btn);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    color: var(--btn-text);
    font-size: 16px;
}

.category .packages-image .package .info .button {
    float: right;
    width: 40%;
}

.category .packages-image .package .info .text {
    width: 60%;
    height: 40px;
    float: left;
    padding-right: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .l-side {
    width: 312px;
}

.category .packages-image .package {
    float: left;
    width: 32.2%;
    transition: .5s;
}
}

.pack-desc .panel-heading {
    font-size: 2.25em;
    font-weight: bold;
    color: var(--btn-text);
}

.pack-desc .panel-body {
    padding: 0px 0px 0px 5px;
    border-bottom: 2px solid var(--border-color);
    margin: 10px;
}

.category .packages-image .package:hover {
    transform: scale(1.03);
    transition: .5s;
}

.category .packages-image {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}
}

.modal-content {
    position: relative;
    background-color: var(--main-bg);
    border: unset;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 2em;
    font-weight: bold;
    color: var(--btn-text);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid var(--background);
    min-height: 16.42857143px;
    background: var(--background);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.modal-header .close {
    margin-top: -2px;
    padding: 5px 10px;
    background: var(--border-color);
    color: var(--btn-text);
    text-shadow: unset;
    font-size: 2em;
    border-radius: 6px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: unset;
    background: var(--background);
}

.modal .modal-footer .pull-left {
    padding: 0;
    font-size: 1.75em;
    color: var(--main-color);
    font-weight: bold;
}

.modal-footer .row {
    display: flex;
    align-items: center;
}

.modal-footer .btn {
    background: var(--btn);
    border-color: var(--btn);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    color: var(--btn-text);
    font-size: 16px;
    border-bottom: 3px solid rgb(0 0 0 / 22%)!important;
}

.modal-open {
    overflow: overlay;
}

.login p {
    font-size: 0;
}

.login {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-group img {
    width: 0;
}

.login-part i {
    color: var(--main-color);
    font-size: 2em;
    margin-right: 10px;
}

a.login-part {
    background: var(--border-color);
    color: var(--btn-text)!important;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-size: 1em;
    display: flex;
    align-items: center;
    font-weight: 600;
    transition: .25s all;
    text-decoration: none;
    border-color: var(--border-color);
}

a.login-part:hover {
    box-shadow: 1px 1px 4px 2px var(--main-color);
    transition: .25s all;
    background: var(--border-color);
}

.l-login p {
    color: var(--btn-text);
    font-weight: 600;
    font-size: 1.25em;
}

.l-login {
    padding: 20px 0;
}

td.quantity input {
    width: 30px;
    height: 30px;
    text-align: center;
    background: var(--background);
    border: 1px solid var(--backgroud);
    border-radius: 6px;
    color: var(--btn-text);
}

.cat-packs table.table.table-hover.table-striped tr {
    border: unset;
    background: rgba(255,255,255,.065);
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: unset;
}

.cat td.buttons {
    width: 130px;
}

.cat td.name {
    width: 35%;
}

.cat td.price {
    width: 20%;
}

.checkout-page {
    display: flex;
    justify-content: space-between;
    background: var(--main-bg);
    border-radius: 6px;
    padding: 15px;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--border-color);
}

.packages p {
    padding: 10px;
    color: var(--btn-text);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.5em;
}

.cat td.buttons .btn {
    background: var(--background);
    border-color: var(--background);
    color: var(--btn-text);
    border-radius: 20px;
    font-size: 12px;
}

.row.cat-purc {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
}

.row.cat-purc .btn {
    margin-top: 1em;
    width: 300px;
    border-bottom: 3px solid rgb(0 0 0 / 20%);
}

.cat-total {
    padding: 10px;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
}

.cat-total b {
    color: var(--main-color);
}

.cat.cat-desc.col-md-6 {
    margin-left: 1rem;
}

.cat-profile {
    display: flex;
    align-items: center;
    background: var(--background);
    border-radius: 20px;
    padding: 0 20px 0 20px;
    margin-top: 1rem;
}

.cat-txt {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}

a.cat-btns {
    background: var(--main-color);
    color: var(--btn-text);
    padding: 5px;
    border-radius: 6px;
    border-bottom: 3px solid rgb(0 0 0 / 15%);
    text-decoration: none!important;
    text-align: center;
    width: 100px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

.cat-txt b {
    font-size: 2rem;
}

.cat.cat-packs.col-md-8 {
    margin-right: 1rem;
}

button.btn.btn-primary {
    background: var(--main-color);
    border-color: var(--main-color);
    border-bottom: 3px solid rgb(0 0 0 / 18%);
}

.category a.btn.btn-sm.btn-danger.btn-block:hover {
    opacity: .9;
    transition: .5s;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: var(--main-color);
    text-align: center;
    background-color: var(--border);
    border: 1px solid var(--border);
    border-radius: 4px;
}

.package-options {
    color: var(--main-color);
}

.pr-login i {
    margin-right: 5px;
}

.page-header h4 {
    background: #ff4242;
    border: 2px solid #ff4242;
    border-radius: 6px;
    padding: 15px;
    font-size: 15px;
    color: var(--btn-text);
    font-weight: 700;
}

.page-header {
    border-bottom: unset;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: unset;
}

.table td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.table td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.table td.price {
    font-size: 13px;
}

table.table.table-hover.table-striped {
    border-collapse: separate;
    border-spacing: 0 10px;
}

td.buttons {
    border-left: unset!important;
}

td.attribute, td.quantity {
    border-right: unset!important;
}

td.name, td.price, td.quantity {
    border-left: unset!important;
    border-right: unset!important;
}

table tr {
    box-shadow: var(--box-shadow);
    border-radius: 20px;
}

table tr, td {
    border: 2px solid var(--border-color);
}

.rdm-part .page-header h4 {
    background: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 15px;
    padding: 15px;
    color: var(--main-bg);
    font-weight: 700;
    font-size: 1.25em;
    text-transform: uppercase;
}

.rdm-part .form-control {
    height: 50px;
    font-size: 12px;
}

button.btn.btn-primary {
    border-radius: 20px;
    height: 50px;
    font-weight: bold;
    color: var(--main-bg);
    text-transform: uppercase;
}

.redeemed tr, td {
    border: unset!important;
    box-shadow: unset;
}

.cat-total {
    padding: 10px;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    color: var(--btn-text);
    font-weight: bold;
    margin-top: 35%;
}

.row.cat-purc .btn {
    margin-top: 1em;
    width: 300px;
    border-bottom: 3px solid rgb(0 0 0 / 20%);
    background: var(--btn);
    text-transform: uppercase;
    line-height: 2.5;
    font-weight: bold;
    letter-spacing: .5px;
}

.cat td.name {
    width: 35%;
    color: var(--btn-text);
    font-weight: bold;
    letter-spacing: .5px;
}

.cat.cat-packs.col-md-8 {
    border-right: 3px solid var(--border-color);
}

.category .packages-image .package .info .text .price .discount {
    color: indianred;
    text-decoration: line-through;
    font-size: 1.25rem;
}

.btn-danger {
    background: indianred!important;
    border-color: indianred!important;
    border-bottom: 3px solid rgb(0 0 0 / 22%)!important;
}

.norecent {
    padding: 25px 15px;
}

.module .top-donator .avatar {
    overflow: hidden;
}

.payment img {
    width: 35px;
    border-radius: 6px;
}

.gift-module .form-control {
    height: 50px;
}

@media (max-width: 992px) {
    .ipl-main .container {
    display: flex;
    flex-direction: column;
    }
    
.s-ip {
    font-weight: bold;
    font-size: 1em;
}

.s-online {
    font-size: 10px;
}

.header .container {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 95%;
}

.header .logo img {
    height: 200px;
}

.profile {
    position: absolute;
    top: 1rem;
    right: 15px;
}

.header .logo img {
    height: 250px;
    margin-top: 2em;
}

.m-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.m-body .panel-body {
    width: 100%;
}

.advd-text h1 {
    color: var(--main-color);
    font-weight: bold;
    font-size: .75em;
}

.advd i {
    font-size: .5em;
}

.advd-text p {
    line-height: 1;
    color: var(--btn-text);
    font-size: 11px;
}

.a-text h1 {
    color: var(--btn-text);
    font-weight: bold;
    font-size: 1em;
}

.a-text p {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--main-color);
    font-size: 8px;
}

.server i {
    color: var(--main-color);
    font-size: 2em;
    margin-right: 10px;
}

.navbar-default .navbar-toggle {
    border-color: var(--border-color);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: var(--border-color);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: var(--border-color);
}

ul.nav.navbar-nav {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .open .dropdown-menu {
    background: rgba(255,255,255,.065);
    margin-top: -5px;
    border-left: 2px solid var(--main-color);
}

.navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
}

.navbar-toggle {
    position: relative;
    float: left;
    margin-left: 15px;
}

.counting {
    padding-left: 0;
}

.navbar-default {
    border-radius: 6px;
}

.fw {
    display: none;
}

.body .sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.featured {
    width: 100%;
    margin-top: 0em;
    padding: 15px;
}

.featured-module .panel {
    width: 100%;
}

.goal-module .panel {
    width: 100%;
}

.footer .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.f-left h1 {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.navbar-nav > li {
    width: 100%;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: var(--text-color);
}

.category .packages-image .package {
    float: left;
    width: 100%;
}

.category .packages-image .package {
    margin: 15px 0;
}

.modal-footer .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-page {
    display: flex;
    justify-content: space-between;
    background: var(--main-bg);
    border-radius: 6px;
    padding: 15px;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--border-color);
    flex-direction: column;
}

.cat.cat-packs.col-md-8 {
    border-right: unset;
    margin-right: 0;
    border-bottom: 3px solid var(--border-color)
}

.rdm-part {
    margin-bottom: 2rem;
}

.cat.cat-desc.col-md-4 {
    margin-top: 1rem;
}

.rdm-part .page-header h4 {
    font-size: 1em;
}

.packages p {
    padding: 10px;
    color: var(--btn-text);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1em;
}

.browse {
    margin-right: auto;
}

.browse::before {
    display: none;
}
}

@media (min-width: 992px) {
    .sw {
        display: none;
    }
}

.module .featured-package .info .text .price .discount {
    color: indianred;
    font-size: 12px;
    text-decoration: line-through;
}

.server {
    cursor: pointer;
    transition: .25s;
}

a:hover {
    text-decoration: none!important;
}

.server:hover {
    text-shadow: 0px 0px 7px rgba(var(--color), .5);
    transition: .25s;
}

.currency.open > .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
}

.currency ul.dropdown-menu {
    top: unset;
    left: unset;
    z-index: 9999;
    background: var(--main-bg);
    border: 1px solid var(--border-color);
}

.currency .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: var(--text-color);
    white-space: nowrap;
    border-radius: 10px;
    transition: .25s;
    width: 70px;
    margin: 5px;
}

.currency .dropdown-menu > .active > a, .currency .dropdown-menu > .active > a:hover, .currency .dropdown-menu > .active > a:focus {
    color: var(--btn-text)fff;
    text-decoration: none;
    outline: 0;
    background-color: var(--main-color);
}

.currency .dropdown-menu > li > a:hover, .currency .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: var(--main-color);
    background-color: var(--border-color);
}

.currency .btn-default:hover, .currency .btn-default:focus, .currency .btn-default:active, .currency .btn-default.active, .currency .open .dropdown-toggle.btn-default {
    color: var(--btn-text);
    background-color: rgba(255,255,255,.065);
    border-color: rgba(var(--color), .7);
}

.l-avatar img {
    transform: rotateY(180deg);
}

.l-avatar {
    background: var(--main-color);
    border-radius: 50%;
    width: fit-content;
    overflow: hidden;
    padding: 10px 10px 0 10px;
    margin: 0 auto;
}

.pack-tt {
    color: var(--btn-text);
    font-size: 1.25em;
    text-align: center;
    padding: 10px;
}

.l-login h1 {
    color: var(--main-color);
    font-weight: 800;
    font-size: 25px;
}

.l-login h1::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: var(--main-color);
    top: 18rem;
    border-radius: 10px;
}

.category .packages-row table .name {
    color: var(--btn-text);
    font-weight: bold;
    letter-spacing: .5px;
}

tr.ipl-package td {
    height: 62px;
}

.ipl-package .btn {
    background: var(--btn);
    border-color: var(--btn);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    color: var(--btn-text);
    font-size: 16px;
    border-bottom: 3px solid rgb(0 0 0 / 22%)!important;
}

.category .packages-row table .price .discount {
    color: indianred;
    font-size: 12px;
    text-decoration: line-through;
}

tr.ipl-package {
    background: rgba(255,255,255,.065);
}

.modal-body {
    position: relative;
    padding: 15px;
    height: 400px;
    overflow: auto;
}

@media (max-width: 768px) {
    .ipl-package .btn {
    font-size: 13px;
    padding: 5px;
    }
    
    .category .packages-row table .name {
    color: var(--btn-text);
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 11px;
    width: 50%;
}

.category .table td.price {
    font-size: 10px;
}

.modal .modal-footer .pull-left {
    padding: 0;
    font-size: 1.25em;
    color: var(--main-color);
    font-weight: bold;
}
}

.sidemenu {
    width: 0;
}

.sidemenu {
  height: 100%;
  width: 400px;
  position: fixed;
  top: 0;
  z-index: 1;
  right: 0;
  background-color: var(--background);
}

.sidebar-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 150px;
  text-align: center;
}

.sidebar-item {
  margin: 30px 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.sidebar-item:first-child {
  -webkit-transition: all .7s .2s ease-in-out;
  -moz-transition: all .7s .2s ease-in-out;
  -ms-transition: all .7s .2s ease-in-out;
  -o-transition: all .7s .2s ease-in-out;
  transition: all .7s .2s ease-in-out;
}

.sidebar-item:nth-child(2) {
  -webkit-transition: all .7s .4s ease-in-out;
  -moz-transition: all .7s .4s ease-in-out;
  -ms-transition: all .7s .4s ease-in-out;
  -o-transition: all .7s .4s ease-in-out;
  transition: all .7s .4s ease-in-out;
}

.sidebar-item:nth-child(3) {
  -webkit-transition: all .7s .6s ease-in-out;
  -moz-transition: all .7s .6s ease-in-out;
  -ms-transition: all .7s .6s ease-in-out;
  -o-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.sidebar-item:last-child {
  -webkit-transition: all .7s .8s ease-in-out;
  -moz-transition: all .7s .8s ease-in-out;
  -ms-transition: all .7s .8s ease-in-out;
  -o-transition: all .7s .8s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.sidebar-item.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.sidebar-anchor {
  color: var(--btn-text);
  text-decoration: none;
  font-size: 1.8em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
}

.sidebar-anchor:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--btn-text);
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.sidebar-anchor:hover:before {
  width: 100%;
}


.sidebm.active .sidebar {
    width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
    right: 0;
    background-color: var(--main-bg);
    border-left: 2px solid var(--border-color);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.sidebm .sidebar {
    width: 0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.sidebm {
    position: absolute;
}

.sidebm.active .sidebar .cart-list {
    display: flex;
    align-items: center;
    background: var(--border-color);
    color: var(--btn-text);
    font-weight: 700;
}

.sidebm.active .sidebar .cart-list img {
    width: 100px;
    padding-top: 10px;
    padding-right: 10px;
    margin: 0px 10px;
}

.cart-list {
    display: none;
}

.sidebm.active .sidebar {
    display: flex;
    flex-direction: column;
}

.cart.close {
    color: var(--btn-text);
    background: var(--border-color);
    border-radius: 0;
    opacity: 1;
    margin-left: 0;
    border: unset;
    border-bottom: 1px solid var(--main-bg);
}

.cart.close i {
    border-radius: 50%;
    border: 2px solid var(--main-color);
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    transition: .25s;
}

.cart.close i:hover {
    color: var(--main-color);
    background: var(--background);
}

.cart-packs {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-top: 2em;
}

li.dzn-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--border-color);
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.dzn-item .name {
    color: var(--btn-text);
    font-weight: 700;
}

.dzn-item .price {
    font-size: 14px;
}

.dzn-item .remove a span {
    color: indianred;
}

.cart-packs, .dzn-checkout, .cart.close {
    display: none;
}

.sidebm.active .sidebar .cart-packs, .sidebm.active .sidebar  .dzn-checkout, .sidebm.active .sidebar  .cart.close {
    display: unset;
}

a.dzn-checkout {
    margin: 5px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    background: var(--btn);
    left: 0;
    right: 0;
    color: var(--btn-text);
    text-align: center;
    font-weight: 700;
    border-radius: 6px;
}

a.dzn-checkout:hover {
    opacity: .9;
}

@media (max-width: 768px) {
    .sidebm.active .sidebar {
    width: 100%;
    }
    .sidebm.active .sidebar {
    display: flex;
    flex-direction: column;
    padding: 1px;
    border-left: none;
}
}

@media (min-width: 769px) and (max-width: 1199px) {
    .m-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.m-body .panel-body {
    width: 100%;
}

.featured {
    width: 100%;
    margin-top: 0em;
    padding: 15px;
}

.featured-module .panel {
    width: 100%;
}

.goal-module .panel {
    width: 100%;
}

ul.nav.navbar-nav {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
}

.navbar-nav .open .dropdown-menu {
    background: rgba(255,255,255,.065);
    margin-top: 0px;
    border-left: 2px solid var(--main-color);
    width: 98.5%;
}

.body .sidebar {
    float: left;
    width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header .logo img {
    height: 250px;
    margin-top: -2em;
}
}

a {
    color: var(--main-color);
}

.cart {
    cursor: pointer;
}

.cart:hover {
    color: var(--btn-text);
    background-color: rgba(255,255,255,.065);
    border-color: rgba(var(--color), .7);
}

.featured-package .btn:hover {
    opacity: .9;
}

.sidebar p {
    display: none;
}

.sidebm.active .sidebar p {
    display: unset;
}

.cart.close.active {
    border: unset;
    background: var(--border-color);
}

p.ddd {
    text-align: center;
    margin-top: 2em;
    color: var(--btn-text);
    font-weight: bold;
    font-size: 1.5em;
}

.gift-module button.btn.btn-primary:hover {
    opacity: .9;
}

.package .btn:hover {
    opacity: .9;
}

.package .btn {
    border-bottom: 3px solid rgb(0 0 0 / 50%)!important;
}

p.pull-left .discount {
    font-size: 13px;
    color: indianred;
    text-decoration: line-through;
}

p.ddd a {
    color: var(--btn-text)!important;
}

.btn:hover {
    opacity: .9;
}

.swal-modal {
    background-color: var(--main-bg);
}

.swal-title {
    color: var(--text-color);
}

.swal-icon--success {
    border-color: var(--main-color);
}

.swal-text {
    color: var(--text-color);
}

.swal-icon--success:after, .swal-icon--success:before {
    background: var(--main-bg);
}

.swal-icon--success__line {
    height: 5px;
    background-color: var(--main-color);
}

.swal-icon--success__hide-corners {
    width: 5px;
    height: 90px;
    background-color: var(--main-bg);
}

.swal-icon--success__ring {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(var(--color), .2);
}

.swal-button {
    background-color: var(--main-color);
}

.sidebm.active .sidebar .cart-list {
    padding: 15px;
}

svg {
  width: 100px;
  overflow: visible;
}
svg circle {
  stroke: var(--main-color);
  transform-origin: 50px 50px;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

body.loader {
    overflow: hidden;
}

.loader .loading-part {
    background: var(--background);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-part {
    display: none;
    transition: .5s ease;
}

.redeem button.btn.btn-primary {
    color: var(--btn-text);
}

.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}


nav.navbar.navbar-default::before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: -3px;
    right: -8px;
    height: 23px;
    background: url(https://i.imgur.com/ymacM2x.png) no-repeat 0 0, 
    url(https://i.imgur.com/pTwC3DJ.png) no-repeat 50% 0, 
    url(https://i.imgur.com/OdBSGWN.png) no-repeat 100% 0;
}

 .lightrope {
     text-align: center;
     white-space: nowrap;
     overflow: hidden;
     position: absolute;
     z-index: 1;
     margin: -15px 0 0 0;
     padding: 0;
     pointer-events: none;
     width: 100%;
}
 .lightrope li {
     position: relative;
     animation-fill-mode: both;
     animation-iteration-count: infinite;
     list-style: none;
     margin: 0;
     padding: 0;
     display: block;
     width: 12px;
     height: 28px;
     border-radius: 50%;
     margin: 20px;
     display: inline-block;
     background: rgba(0, 247, 165, 1);
     box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
     animation-name: flash-1;
     animation-duration: 2s;
}
 .lightrope li:nth-child(2n+1) {
     background: rgba(0, 255, 255, 1);
     box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
     animation-name: flash-2;
     animation-duration: 0.4s;
}
 .lightrope li:nth-child(4n+2) {
     background: rgba(247, 0, 148, 1);
     box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
     animation-name: flash-3;
     animation-duration: 1.1s;
}
 .lightrope li:nth-child(odd) {
     animation-duration: 1.8s;
}
 .lightrope li:nth-child(3n+1) {
     animation-duration: 1.4s;
}
 .lightrope li:before {
     content: "";
     position: absolute;
     background: #222;
     width: 10px;
     height: 9.3333333333px;
     border-radius: 3px;
     top: -4.6666666667px;
     left: 1px;
}
 .lightrope li:after {
     content: "";
     top: -14px;
     left: 9px;
     position: absolute;
     width: 52px;
     height: 18.6666666667px;
     border-bottom: solid #222 2px;
     border-radius: 50%;
}
 .lightrope li:last-child:after {
     content: none;
}
 .lightrope li:first-child {
     margin-left: -40px;
}
 @keyframes flash-1 {
     0%, 100% {
         background: rgba(0, 247, 165, 1);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
    }
     50% {
         background: rgba(0, 247, 165, 0.4);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}
 @keyframes flash-2 {
     0%, 100% {
         background: rgba(0, 255, 255, 1);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 1);
    }
     50% {
         background: rgba(0, 255, 255, 0.4);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
    }
}
 @keyframes flash-3 {
     0%, 100% {
         background: rgba(247, 0, 148, 1);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
    }
     50% {
         background: rgba(247, 0, 148, 0.4);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
    }
}

.m-bar::before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 10px;
    right: 10px;
    height: 23px;
    background: url(https://i.imgur.com/ymacM2x.png) no-repeat 0 0, url(https://i.imgur.com/pTwC3DJ.png) no-repeat 50% 0, url(https://i.imgur.com/OdBSGWN.png) no-repeat 100% 0;
}

@media (max-width: 767px) {
    .body {
    margin-left: 0px;
    margin-right: -15px;
}

.header {
    height: 500px;
}

.profile {
    margin-top: 2em;
}

.header .logo img {
    margin-top: 5em;
}
}

.gift-fields input.form-control {
    height: 45px;
}

.gift-fields form {
    width: 100%;
}

.gift-fields button.btn.btn-primary {
    height: 45px;
    width: 130px;
}

.navbar-default .navbar-nav > li > a {
    padding: 20px 60px;
}

.navbar-default .navbar-nav > li > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    width: 50px;
    height: 100%;
    display: block;
}

.dropdown-menu {
    box-shadow: unset;
}

@media (min-width: 769px) and (max-width: 1199px) {
.navbar-nav .open .dropdown-menu {
    width: 96.5%;
}
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: var(--background);
    opacity: 1;
    color: #fff;
}

a#login-with-discord {
    background: #7289da;
    border-color: #7289da;
    font-weight: 600;
}

a:hover, a:focus {
    color: var(--main-color);
    opacity: .9;
}

.category .packages-image {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}

div#ark-online, #garry-online {
    margin-right: 5px;
}

@media (max-width: 768px) {

.body .content {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.currency .btn, .cart {
    border: 2px solid rgb(255 255 255 / 20%)!important;
}
}

.pack-info {
    display: flex;
}

.pack-descc {
    width: 100%;
    background: var(--main-bg);
    padding: 15px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    box-shadow: var(--box-shadow);
    min-height: 80vh;
    overflow: overlay;
}

.pack-purchase {
    background: var(--main-bg);
    padding: 15px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    box-shadow: var(--box-shadow);
    min-height: 80vh;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pack-purchase img {
    background: var(--background);
    border-radius: 50px;
    width: 250px;
}

.pack-purchase h1 {
    color: #fff;
    font-family: var(--font);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: -10px;
}

.pack-purchase .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: unset;
    background: unset;
    width: 100%;
}

.pack-purchase .modal-footer .row {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pack-purchase .col-sm-4 {
    width: 100%;
    float: unset;
}

.pack-purchase .pull-left {
    float: unset!important;
    text-align: center;
    font-size: 1.5em;
    color: var(--main-color);
    font-weight: bold;
}

.pack-purchase .col-sm-8 {
    width: 100%;
    margin-top: 2em;
}

.pack-purchase .modal-footer .btn {
    width: 100%;
    height: 55px;
    line-height: 45px;
}

.pack-purchase .package-footer-buttons {
    width: 100%;
}

.pack-purchase .pull-left span.discount {
    margin-left: auto;
    background: #ff3c3c;
    padding: 5px 20px;
    display: flex;
    color: #fff!important;
    align-items: center;
    border-radius: 10px;
}

.pack-purchase .pull-left {
    float: unset!important;
    text-align: center;
    font-size: 1.5em;
    color: var(--main-color);
    font-weight: bold;
}

.pack-purchase .pull-left small {
    margin-right: 5px;
}

.pack-purchase p.pull-left {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.pack-purchase .row.gift-fields {
    display: none;
}

.pack-purchase .modal-footer .btn-gift {
    margin-top: 1em;
    background: rgba(var(--color), .8);
    border-color: var(--main-color);
}


.pack-purchase input.form-control {
    border-radius: 10px!important;
}

.pack-purchase .gift-fields button.btn.btn-primary {
    height: 45px;
    width: 100%;
    border-radius: 20px;
    line-height: 20px;
    font-size: 22px;
    margin-top: 1em;
}

.pack-purchase .input-group {
    position: relative;
    border-collapse: separate;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pack-purchase .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 100%;
}

.pack-purchase .gift-fields input.form-control {
    height: 45px;
    font-size: 7px;
}

@media (max-width: 768px) {
.pack-info {
    display: flex;
    flex-direction: column-reverse;
}

.pack-descc {
    min-height: 100%;
    height: 500px;
    overflow: overlay;
    margin-top: 1em;
    margin-bottom: 1em;
}

.pack-purchase {
    min-height: fit-content;
    margin-left: 0;
    margin-bottom: 1em;
}
}

.row.gift-fields {
    display: none;
}