img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.home .home-header h1 {
    color: white;
    text-shadow: 0 0 5px #191919;
    padding-bottom: 4px;
}

.home-content {
    margin-top: 15px;
}

.home-info {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
    width: 80%;
}

.home-categories {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0 10px;
}

.home-categories .categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1100px;
}

.home-categories .categories-list .category-item {
    display: flex;
    flex: 0 0 clamp(320px, 32vw, 460px);
    min-height: 290px;
    margin: 0;
    position: relative;
    text-align: center;
    background: linear-gradient(180deg, #1d2020 0%, #181b1b 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 34px 24px 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-categories .categories-list .category-item:hover {
    transform: translateY(-4px);
    border-color: rgba(238, 189, 59, 0.55);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
    outline: none;
}

.home-categories .categories-list .category-item > a {
    border-radius: inherit;
    color: rgba(255, 195, 118, 1);
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.category-item .category-icon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 240px;
    height: 200px;
    margin: 0 auto 20px;
    transition: transform 0.18s ease;
}

.category-item:hover .category-icon {
    transform: scale(1.04);
}

p.category-title {
    margin: 0;
    color: #eebd3b;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.category-item .category-icon.ranks {
    background-image: url(https://cobblemonjourney.nyc3.cdn.digitaloceanspaces.com/tebex/category_ranks.png);
}

.category-item .category-icon.shards {
    background-image: url(https://cobblemonjourney.nyc3.cdn.digitaloceanspaces.com/tebex/category_shards_v1.png);

}

body {
    background: #1c1f1f;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: #fff;
}

html {
    font-size: 14px;
}

.logo {
    text-align: center;
}

.logo a:active, .logo a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.body {
    margin-top: -45px;
}

.logo img {
    width: var(--sleek-logo-size);
    max-width: 100%;
    margin-bottom: 50px;
    animation: pulse 4s infinite;
    animation-timing-function: ease-in-out;
    height: unset !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.header {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.header .logo {
    float: unset;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.headerbg {
    position: absolute;
    z-index: -1;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    filter: blur(7px);
}

.navbar-default {
    background: transparent;
}

.navbar {
    border: 0;
}

.navbar-nav>li {
    transition: 0.05s;
    float: unset;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 12px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.navbar-nav {
    float: unset !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0 !important
}

.navbar-default .navbar-nav>li>a {
    color: #373737;
    font-weight: bold;
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: var(--main-color);
    text-decoration: none;
}

.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: transparent !important;
}

.navbar-default .navbar-nav>li:hover, .navbar-default .navbar-nav>li:focus, .navbar-default .navbar-nav>.open, .navbar-default .navbar-nav>li.active {
    color: #373737;
    border-left: 4px solid var(--main-color);
}

.dropdown-menu {
    top: unset;
    left: unset;
}

.topbar {
    
}

.topbar ul {
    list-style-type: none;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
}

.topbar .topbar-items {
    float: left;
    display: flex;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.topbar ul li {
    float: left;
    margin: 0;
    margin-right: 75px;
}

.topbar ul li a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    font-size: 22px;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}

.topbar ul li a:hover {
    color: #eebd3b;
}

.topbar-server {
    margin-left: auto;
    text-align: right;
}

.topbar-server .text {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
}

.topbar-server .ip {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.panel-default>.panel-heading {
    font-size: 35px;
    background: transparent;
    border: 0;
    text-align: center;
    color: #fff;
    position: relative;
    text-align: left;
}

.panel-default {
    background: #ffffff00;
    border: 0;
}

.panel-default>.panel-heading:after {
    position: absolute;
    content: "";
    width: 36px;
    height: 4px;
    right: calc(50% - 18px);
    bottom: 2px;
    background: var(--main-color);
    border-radius: 3px;
}

.topbar-items i {
    vertical-align: middle;
    font-size: 18px;
}

.topbar-items .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.profile {
    border-radius: 25px;
    margin-bottom: 12px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    padding: 15px;
    margin-left: auto;
    text-align: right;
    width: 20%;
    border-style: solid;
    border-color: #eb8358;
    background: rgba(75,50,50,0.13);
    backdrop-filter: saturate(140%) blur(9px);
}

.profile .information img {
    width: 45px;
    border-radius: 8px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.profile .information .avatar {
    margin-top: auto;
    margin-bottom: auto;
}

.profile .information {
    display: flex;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.profile .information .info {
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden;
}

.profile .information .info .main {
    color: #eb8358;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

.profile .information .info .sub {
    font-weight: bold;
    font-size: 18px;
    color: #f18b32;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile .information .settings {
    display: flex;
    margin-left: auto;
    font-size: 20px;
}

.profile .information .settings div {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}

.profile .information .settings .logout i {
    color: #DB3434;
}

.profile .information .settings .basket i {
    color: var(--main-color);
}

.announce .bar {
    background: #1c1818;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 15px;
    position: relative;
    margin-bottom: 10px;
}

.announce .bar .text {
    margin-left: 8px;
    margin-top: auto;
    margin-bottom: auto;
}

.announce .bar i {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 28px;
}

.announce .bar .button {
    z-index: 2;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    background: rgb(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.announce .bar .button a {
    color: #fff;
    font-weight: bold;
}

.modal-content {
    background-color: #1f2121;
}

@keyframes rainbow {
    0% {
        background: var(--main-color);
    }

    20% {
        background: #db3434;
    }

    40% {
        background: #4ec344;
    }

    60% {
        background: #db34a0;
    }

    80% {
        background: #d8db34;
    }

    100% {
        background: var(--main-color);
    }
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.footer {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    bottom: unset;
    width: 100%;
  }

  footer .bottom {
    background: #1c1f1f;
  }

  footer .legal {
    background: #062a2b;
    padding: 30px;
  }

  .footer .legal h4 {
    color: #f7f7f7;
  }

  .footer .legal p.legaltext {
    color: #0f6366;
  }

  .footer .legal a {
    color: #158a8f;
  }

  /* body > footer > div.legal > div > div > p */
  .footer .legal .container .otherdetails>* {
    margin-top: 15px;
    margin-right: 15px;
    display: inline-block;
  }

  .footer .legal .container .otherdetails p {
    color: #f7f7f7;
    font-size: 18px;
  }

  .footer .legal .container .otherdetails p strong {
    color: #ffffff;
    font-size: 18px;
  }

  .footer .legal .container .otherdetails a {
    color: #999393;
    font-size: 18px;
  }

  footer .customrow {
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 25px 25px;
    align-items: center;
  }

  footer .bottom img {
    max-height: 250px;
    max-width: 100%;
    margin: auto;
    display: block;
  }

  footer .bottom .block {
    flex: 1;
    margin: 0px 35px 0px 35px;
  }

  .customrow .left {
    flex: 1;
    font-weight: bold;
    font-size: 12px;
    color: #828282;
    margin-top: auto;
    margin-bottom: auto;
  }

  .customrow .right {
    flex: 1;
  }

  .customrow .right img {
    display: block;
    margin-left: auto;
    width: 32px;
    filter: grayscale(1);
    transition: 1s;
  }

  .customrow .right img:hover {
    filter: grayscale(0);
  }

  .customrow .block .title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
  }

  .customrow .block .title:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 28px;
    border-radius: 4px;
    background: var(--main-color);
    left: calc(50% - 14px);
    bottom: -6px;
  }

  #ipvalue {
    opacity: 0;
    cursor: context-menu;
    position: fixed;
  }

  #CopyIP {
    cursor: pointer;
  }

  .bottom .block li {
    margin: 15px 0px 15px 0px;
    padding-bottom: 10px;
    list-style-type: none;
  }

  .bottom .block ul {
    padding: 0;
  }

  .bottom .block li a {
    color: #5c6f83;
  }

  @media (max-width: 991px) {
    footer .bottom {
      flex-direction: column;
    }

    .bottom .right img {
      margin: auto;
    }
  }

.item-footer button {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    background: #61ec70;
    border: transparent;
    border-bottom: 3px solid #5eda64;
    font-weight: bold;
    text-transform: uppercase;
}

.item-footer button:hover, .item-footer button:focus, .item-footer button.focus, .item-footer button:focus:active, .item-footer button:hover:active {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    background: #51c55d;
    border: transparent;
    font-weight: bold;
    text-transform: uppercase;
}

.announce .bar .text p {
    margin: 0;
}

.btn {
    padding: 7px 12px;
    border-radius: 4px;
    border: 0;
}

.btn-lg {
    padding: 11px 16px;
}

.btn-primary {
    color: #ffffff;
    background: #51c55d;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:focus:active, .btn-primary:hover:active {
    background: #44ad4f;
}

.btn-secondary {
    background: #ff3939;
    color: #fff;
}

.navbar-nav {
    margin: 0;
}

body.dark {
    background: #1b1b1b;
    color: #e2e2e2;
}

.dark .panel-default {
    background: #272727;
    border: unset;
}

.dark .profile {
    background: #272727;
}

.dark .profile .information .info .main {
    color: #c1c1c1;
}

.dark .profile .information .info .sub {
    color: #fff;
}

.dark .navbar-nav>li {
    background: #272727;
}

.dark .navbar-default .navbar-nav>li>a {
    color: #e2e2e2;
}

.dark .topdonator-module .data p.text {
    color: #ececec;
}

.dark .top-donator .data b {
    color: #ececec;
}

.dark .seekcopyright {
    background: #404040;
}

.dark .seekrow .block .title {
    color: #ececec;
}

.dark .seekutils .block li a {
    color: #c5c5c5;
}

.dark footer .seekutils {
    background: #333333;
}

.dark .modal-content {
    background-color: #272727;
}

.modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
}

.modal-header .modal-title {
    font-size: 30px;
    color: #eebd3b;
}

.dark .modal-footer {
    border-top: 1px solid #4e4e4e;
}

.dark .navbar-nav>li>.dropdown-menu {
    background: #272727;
}

.dark .navbar-default .navbar-nav>.open>a, .dark .navbar-default .navbar-nav>.open>a:hover, .dark .navbar-default .navbar-nav>.open>a:focus {
    background: #272727;
    color: #e2e2e2;
}

.profile .information .settings > div {
    cursor: pointer;
}

.sk-cube-grid {
    width: 50px;
    height: 50px;
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#preloader {
    position: fixed;
    background: var(--main-color);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loaded#preloader {
    animation: fadeOut 0.8s ease-out;
    animation-fill-mode: forwards;
    transition: 3s;
}

.dark .dropdown-menu>li>a:hover, .dark .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(255, 255, 255, 0.2);
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(0, 0, 0, 0.2);
}

.dropdown-menu>li>a {
    color: #333;
}

.dark .dropdown-menu>li>a {
    color: #fff;
}

.dark .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #1b1b1b;
}

.dark .input-group .form-control:first-child, .dark .form-control {
    background: #1b1b1b;
    border: 0;
    color: #949494;
}

.dark .progress {
    background-color: #1b1b1b;
}

.progress {
    background-color: #efefef;
    height: 20px;
}

.progress-bar {
    background-color: var(--main-color);
}

.dark .quantity input {
    background: #272727;
    border: 0;
}

::-webkit-scrollbar {
    width: 6px;
}


::-webkit-scrollbar-track {
    background: var(--main-color-transparent);
}


::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 4px;
}


::-webkit-scrollbar-thumb:hover {
    background: var(--main-color);
}

@media (max-width: 450px) {
    .seek-basket-reponsive {
        overflow-x: scroll;
    }
}

.table-responsive {
    border: 0;
}

.item-wrapper img {
    margin: auto;
}

.dark hr {
    border-top: 1px solid #383838;
}

.modal-currency {
    margin: auto 0px auto 0px;
}

.modal-buttons {
    margin-left: auto;
}

.dark .table-hover>tbody>tr:hover {
    background-color: rgb(0, 0, 0, 0.1);
}

.panel img {
    max-width: 100%;
    height: unset
}

#particles-header {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
        max-width: 1250px;
    }
}

@media (min-width: 768px) {
    .body .sidebar {
        width: 25%;
    }

    .body .content {
        width: 100%;
    }
}

.payments-module {
    display: flex;
}

.payments-module .far {
    margin: auto;
    margin-right: 12px;
    font-size: 20px;
    color: #4e4e4e;
}

.module .featured-package .info .text, .module .featured-package .info .button {
    float: unset;
    width: 100%;
    text-align: center;
}
.module .featured-package .info {
    margin: 8px auto 0px auto;
}

.module .payments {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex: 1;
}

.module .seekdonator .avatar {
    width: 64px;
    height: 100px;
    overflow: hidden;
    margin-top: -10px;
    margin-left: 10px
}
.module .seekdonator .avatar--steam {
    height: 64px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.module .seekdonator .avatar img {
    width: 64px;
    max-width: 64px !important;
}

.panel-body.seekdonator {
    padding: 0;
}

.module .seekdonator {
    display: flex;
}


.module .seekdonator .info {
    float: unset;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    flex: 1;
}

.module .seekdonator .info .ign {
    margin: 0;
    color: #373737;
    font-weight: bold;
    font-size: 15px;
}

.module .seekdonator .info .amount {
    font-size: 10px;
    color: #000000;
}

.dark .module .seekdonator .info .ign {
    color: #ececec;
}

.dark .module .seekdonator .info .amount {
    color: #ececec;
}

.table > tbody:nth-child(2) > tr:nth-child(1) {
    color: rgb(85, 85, 85);
}

.dark .table-striped>tbody>tr:nth-child(odd)>td, .dark .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.dark .table>thead>tr>th, .table>tbody>tr>th, .dark .table>tfoot>tr>th, .dark .table>thead>tr>td, .dark .table>tbody>tr>td, .dark .table>tfoot>tr>td {
    border-top: 1px solid #383838;
}

.dark .page-header {
    border-bottom: 1px solid #383838;
}

.dark .table>thead>tr>th {
    border-bottom: 2px solid #383838;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}

@media (max-width: 767px) {
    .visible-desk {
        display: none;
    }
}

.basket-header {
    background: #fff;
    display: flex;
    margin-top: 10px box-shadow 0px 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.basket-header .avatar {
    height: 110px;
    overflow: hidden;
    margin-top: -15px;
    margin-left: 10px;
}

.basket-header .avatar img {
    height: 170px;
}

.basket-header .details {
    margin: auto auto auto 10px;
    color: rgb(85, 85, 85)
}

.basket-header .currency {
    margin: auto 35px auto auto;
}

.basket-header .details .sub {
    font-size: 10px;
}

.basket-items {
    display: flow-root;
    background: #fff;
    margin-top: 10px;
}

.basket-item {
    display: flex;
    margin: 10px;
    padding: 15px;
    background: #EFEFEF;
    color: rgb(85, 85, 85);
}

.basket-item .remove {
    margin: auto;
    margin-right: 10px;
}

.basket-item .remove i {
    color: #F44336;
}

.basket-item .remove i {
    color: #D32F2F;
}

.basket-item .product .name {
    color: var(--main-color);
    font-weight: bold;
}

.basket-header .btn-default {
    border: 0;
    background: unset;
    color: var(--main-color);
    font-weight: bold;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    border: 0;
    background: unset;
    color: var(--main-color);
    font-weight: bold;
}

.btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background: #e23636;
}

.dark .basket-header {
    background: #313131;
}

.dark .basket-items {
    background: #313131;
}

.dark .basket-item {
    background: #272727;
}

.dark .dropdown-menu {
    background-color: #272727;
}

.category .packages-image {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 20px 20px;
}

.category .packages-image:before {
    content: none;
}

.category .packages-image:after {
    content: none;
}

.category .packages-image .package {
    background-color: #1f2121;
    outline: 3px solid #2e3030;
    padding-top: 25px;
    padding-bottom: 15px;
    width: 25%;
    max-height: 500px;
}

.category .packages-image .package .image-ranks img {
    height: 280px;
    width: 220px;
}

.category .packages-image .package .image-shards img {
    height: 220px;
    width: 220px;
}

.category .packages-image .package .info .text {
    float: unset;
    width: 100%;
    height: unset;
    text-align: center;
}

.category .packages-image .package .info .button {
    float: unset;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

.category .packages-image .package .info {
    max-width: 210px;
}

.category .packages-image .package .info .text .name-ranks {
    font-size: 30px;
    color: #eebd3b;
}

.category .packages-image .package .info .text .name-shards {
    font-size: 30px;
    color: #12d9f2;
}

.category .packages-image .package .info .text .price {
    font-size: 30px;
    color: #fff;
}

.category>.packages-image .package .btn-info, .category>.packages-image .package .btn-danger, .featured-package > .info .btn {
    border: 0;
    width: 100%;
    padding: 10px 0px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    text-transform: none;
}

.category>.packages-image .package .btn-info, .featured-package > .info .btn-info {
    background: #51c55d;
}

.category>.packages-image .package .btn-danger, .featured-package > .info .btn-danger {
    background: #c13636;
}

.featured-package .btn-info:hover, .category>.packages-image .btn-info:hover {
    background: #45a84f;
}

.featured-package .btn-danger:hover, .category>.packages-image .btn-danger:hover {
    background: #a84545;
}

.nav .dropdown-menu {
    position: unset;
    float: unset;
    border: 0;
    box-shadow: unset;
}

.module .header {
    background: unset;
}

@media (min-width: 768px) {
    .checkout .packages table tbody .buttons {
        min-width: 130px;
    }
}

.payments img {
    border-radius: 4px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: var(--main-color);
}

.checkout .gateways .radio img {
    height: 34px !important;
}

.notification {
    position: absolute;
    z-index: 9999;
    right: 15px;
    bottom: 15px;
    width: 25%;
}

.dark .well {
    background-color: #272727;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar {
    margin-bottom: 0;
}

.panel {
    margin-bottom: 12px;
}

.topbar-collapse {
    margin: auto 0;
    display: none;
    cursor: pointer;
}

.topbar-collapse>.icon-bar {
    background: rgba(255, 255, 255, 0.8);
    height: 3px;
    width: 21px;
    margin-bottom: 5px;
    display: block;
}

.topbar-collapse>.icon-bar:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .topbar-collapse {
        display: block;
    }

    .topbar-items ul {
        display: none;
    }
}

.mobile-topbar ul {
    list-style-type: none;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    padding-top: 10px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    width: 250px;
    z-index: 1050;
    height: 100vh;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: translateX(-250px);
    transition: 0.4s;
}

.mobile-topbar ul.shown {
    transform: translateX(0px);
}

.mobile-topbar ul li {
    float: unset;
    margin: 25px 30px;
    position: relative;
}

.mobile-topbar ul li:hover:before {
    background: var(--main-color);
    content: " ";
    border: 0;
    width: 116%;
    height: 200%;
    position: absolute;
    z-index: -1;
    right: -8%;
    top: 0;
    bottom: 0;
    border-radius: 8px;
    margin: auto;
}

.mobile-topbar ul li:hover a {
    color: #fff;
}

.mobile-topbar ul li a {
    color: unset;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    text-transform: inherit;
}

.mobile-topbar li.active::before {
    background: var(--main-color);
    content: " ";
    display: block;
    border: 0;
    width: 116%;
    height: 200%;
    position: absolute;
    z-index: -1;
    right: -8%;
    top: 0;
    bottom: 0;
    border-radius: 8px;
    margin: auto;
}

.mobile-topbar li.active {
    color: #fff;
}

.mobile-topbar ul li a span {
    margin-left: 16px;
}

.dark .mobile-topbar ul {
    background: #272727;
}

.input-group-addon {
    color: inherit;
    text-align: center;
    background-color: #333;
    border: 1px solid #333;
}

.content-heading {
    margin-bottom: 36px;
}

.content-heading:after {
    display: none;
}

.content-heading--round:after {
    border-radius: 8px;
}

.content-heading--red {
    color: #DB3434;
}

.content-heading--red:after {
    background: #DB3434;
}

.content-heading--green {
    color: #1B963E;
}

.content-heading--green:after {
    background: #1B963E;
}
