@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;500;700&display=swap');

.top-products {
    display: none !important;
}

.section#servers {
    display: none !important;
}

.navbar {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    left: 0 !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    display: none !important;
}

::-webkit-scrollbar {
    width: 4px !important;
    height: 3px !important;
}

::-webkit-scrollbar-thumb {
    background: #9c27b0 !important;
    border-radius: 2px !important;
}

::-webkit-scrollbar-track {
    background: #1a1a1a !important;
}

html, body {
    height: 100% !important;
    background-color: #0d0d0d !important;
    color: #ffffff !important;
}

.h-100 {
    display: flex !important;
    margin-top: -0.7% !important;
    margin-bottom: -3% !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.card {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    background-color: #1a1a1a !important;
    background-clip: border-box !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
}

.text-black, .text-black:hover {
    color: #ffffff !important;
}

.product-card, .server-card {
    background: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    margin-bottom: 40px !important;
    width: 300px;
    position: relative !important;
    padding-bottom: 15px !important;
}

.product-card:hover, .server-card:hover {
    border-color: #9c27b0 !important;
}

.select-server-card {
    background: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
}

.select-server-card > .card-body {
    padding: 4px !important;
    text-align: center !important;
}

.filter-items {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.filter-item {
    width: calc(25% - 20px) !important;
    margin: 10px !important;
}

@media screen and (max-width: 1300px) {
    .filter-item {
        width: calc(33.33% - 20px) !important;
    }
}

@media screen and (max-width: 1000px) {
    .filter-item {
        width: calc(50% - 20px) !important;
    }
}

@media screen and (max-width: 800px) {
    .filter-item {
        width: 100% !important;
    }
}

.btn.btn-icon.btn-warning.mt-lg-0.mt-3,
.btn.btn-icon.btn-warning.mt-lg-0.mt-3 svg,
.btn.btn-warning.w-100 svg {
    display: none !important;
}

.item-title {
    text-align: center !important;
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: #ffffff !important;
    margin-top: 12px !important;
    margin-bottom: 8px !important;
}

.btn.btn-warning.w-100:before {
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #ffffff !important;
    transition: all 0.2s ease !important;
    letter-spacing: 0.025em !important;
}

.shop-title {
    margin-left: -0.9% !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 59px !important;
    text-transform: uppercase !important;
}

.general-online {
    margin-left: -1.0% !important;
    color: #ffffff !important;
}

.icon-indicator-warning.mr-1 {
    margin-left: -0.8% !important;
}

.section-image {
    background: url(https://easydonate.s3.easyx.ru/images/backgrounds/69/62/6962c256acc67e8826350467fcb6796fc05836ed37f540868a1cd627d7368c93.png) center/cover no-repeat !important;
    background-attachment: fixed !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    max-width: 70% !important;
    max-height: none !important;
    width: 70% !important;
    height: 70% !important;
}

.overlay-warning {
    position: relative !important;
}

.text-center {
    text-align: center !important;
}

.mx-auto a[href="#shop"] {
    display: none !important;
}

.btn {
    color: #ffffff !important;
    background: transparent !important;
    border: none !important;
    padding: 14px 22.5px !important;
    border-radius: 8px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 19.5px !important;
}

.btn:hover {
    background: rgba(156, 39, 176, 0.2) !important;
}

.text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}

p, span, div, label, input, a, h1, h2, h3, h4, h5, h6, ul, li {
    color: #ffffff !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.bg-soft {
    background-color: #1a1a1a !important;
}

.modal-content {
    background: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    padding: 25px 30px !important;
}

.modal-title {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

.modal-content input, .modal-content label, .modal-content button {
    color: #ffffff !important;
    background: rgb(0 0 0 / 0%) !important;
}

.amount input {
    text-align: center !important;
    width: 60px !important;
    height: 50px !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

@media (max-width: 767px) {
    .modal-product-group .product-sales {
        left: 50% !important;
        width: fit-content !important;
        transform: translateX(-50%) !important;
    }
}

.mb-30 {
    margin-bottom: 30px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.monitor {
    background: #1d1e24 !important;
    position: relative !important;
}

.monitor-info {
    position: absolute !important;
    top: 50% !important;
}

.filter {
    cursor: pointer !important;
}

.badge-lg {
    padding: 10px !important;
}

.badge-active {
    background: #1b1c1d !important;
    color: #ffffff !important;
}

.badge-active:hover {
    color: #f5f5f5 !important;
}

.progress-block {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 1 !important;
    left: 0 !important;
}

.monitor-progress {
    height: 4.5px !important;
}

.rounded {
    border-radius: 8px !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.alert {
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 1030 !important;
    width: 25% !important;
}

.loader {
    position: absolute !important;
    top: calc(50% - 32px) !important;
    left: calc(50% - 32px) !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    perspective: 800px !important;
}

.inner {
    position: absolute !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
}

.inner.one {
    left: 0% !important;
    top: 0% !important;
    animation: rotate-one 1s linear infinite !important;
    border-bottom: 3px solid #9c27b0 !important;
}

.inner.two {
    right: 0% !important;
    top: 0% !important;
    animation: rotate-two 1s linear infinite !important;
    border-right: 3px solid #9c27b0 !important;
}

.inner.three {
    right: 0% !important;
    bottom: 0% !important;
    animation: rotate-three 1s linear infinite !important;
    border-top: 3px solid #9c27b0 !important;
}

@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 !important;
    height: 150px !important;
    border-radius: 50% !important;
    border-width: 0.375rem !important;
    border-style: double !important;
    margin: 0 auto !important;
    border-color: #9c27b0 !important;
}

.bg-soft-light {
    background-color: #1a1a1a !important;
}

.fixed-bottom-right {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
}

.basket-button {
    border-radius: 8px !important;
    z-index: 99 !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    right: 0 !important;
    padding: 15px !important;
    text-align: center !important;
    color: #ffffff !important;
    background: #9c27b0 !important;
}

#vk_community_messages {
    position: relative !important;
    margin: 10px 0 !important;
    right: 0 !important;
}

.text-small {
    font-size: 14px !important;
}

.text-pink {
    color: #9c27b0 !important;
}

.fake-content {
    display: inline-block !important;
    position: relative !important;
    vertical-align: top !important;
    margin: 0 1rem 0.5rem 0 !important;
    border-radius: 8px !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
    width: 0.75rem !important;
    height: 0.75rem !important;
    line-height: 1 !important;
}

.fake-content.h2 {
    background-color: rgba(255, 255, 255, 0.26) !important;
    width: 1rem !important;
    height: 1rem !important;
}

.fake-content.light {
    background-color: rgba(255, 255, 255, 0.16) !important;
}

.fake-content.dark {
    background-color: rgba(255, 255, 255, 0.26) !important;
}

.fake-content.h4 {
    width: 1rem !important;
    height: 0.35rem !important;
}

.fake-content.h3 {
    width: 1rem !important;
    height: 0.75rem !important;
}

.bg-dark-light {
    background-color: #1a1a1a !important;
}

.bg-elegant {
    background-color: #2e2e2e !important;
}

.bg-elegant-dark {
    background-color: #212121 !important;
}

.bg-elegant-night {
    background-color: #171717 !important;
}

.fill-elegant {
    fill: #2e2e2e !important;
}

.fill-elegant-dark {
    fill: #212121 !important;
}

.btn.disabled {
    background-color: rgba(27, 27, 27, 0.6) !important;
    border: transparent !important;
    cursor: not-allowed !important;
}

.owl-dot.owl-dot-white > span {
    border: 2px solid #ffffff !important;
}

.owl-dot.owl-dot-white > span:hover {
    background: #f5f5f5 !important;
}

.owl-dot.owl-dot-white.active > span {
    background: #ffffff !important;
}

.sale {
    max-width: fit-content !important;
    position: absolute !important;
    z-index: 10 !important;
    color: #ffffff !important;
    top: 10px !important;
    left: 10px !important;
    display: flex !important;
    border-radius: 50px !important;
    box-shadow: 0 5px 17px rgba(156, 39, 176, 0.4) !important;
}

.sale__size {
    padding: 6px 10px !important;
    background: #7b1fa2 !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    padding-left: 16px !important;
    font-size: 1em !important;
}

.sale__timer {
    padding-left: 10px !important;
    background: #9c27b0 !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    padding-right: 16px !important;
}

.sale__timer > .text {
    font-size: 1rem !important;
    padding-top: 6.5px !important;
}

.product-image {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-right: -50% !important;
    transform: translate(-50%, -50%) !important;
    width: 156px !important;
}

.up-widget {
    z-index: 100500 !important;
}

.protected-by {
    display: none !important;
}

.ql-align-center {
    text-align: center !important;
}

.ql-align-right {
    text-align: right !important;
}

.ql-align-justify {
    text-align: justify !important;
}

.bg-light {
    background-color: #1a1a1a !important;
}

.category {
    position: relative !important;
    min-width: fit-content !important;
    padding: 15px 25px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 19.5px !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    transition: 0.2s all ease !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.category:not(:last-child) {
    margin-right: 15px !important;
}

.category.all-products:before,
.category.items:before,
.category.groups:before,
.category.coins:before,
.category.cases:before,
.category.others:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -5px !important;
    width: 37.5px !important;
    height: 37.5px !important;
    opacity: 0.2 !important;
    background-size: cover !important;
}

.card-fluid {
    height: calc(100% - 30px) !important;
}

.p-30 {
    padding: 30px !important;
}

.m-30 {
    margin: 30px !important;
}

.cart-item-actions {
    border-radius: 8px !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    overflow: hidden !important;
    max-width: 266px !important;
}

.cart-item-actions .btn-trash {
    border-radius: 8px !important;
    background: #9c27b0 !important;
}

.cart-item-actions .btn-plus {
    border-radius: 0 !important;
    background: #9c27b0 !important;
}

.cart-item-actions .amount {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.product-info {
    position: absolute !important;
    right: 4px !important;
    top: 4px !important;
    display: inline-flex !important;
    height: 26px !important;
    width: 26px !important;
    background: transparent !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: 0.3s ease-out !important;
    z-index: 1 !important;
}

.product-info > img {
    width: 14px !important;
    height: 14px !important;
    filter: grayscale(1) brightness(10) !important;
}

.rounded-xl {
    border-radius: 8px !important;
}

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.bg-light-dark {
    background-color: #1a1a1a !important;
}

.calimbula-radius {
    border-radius: 0 0 256px 256px !important;
    overflow: hidden !important;
}

@media (max-width: 991px) {
    .calimbula-radius {
        border-radius: 0 0 152px 152px !important;
    }

    .navbar-collapse {
        background: #171717 !important;
    }
}

@media (max-width: 574px) {
    .calimbula-radius {
        border-radius: 0 0 82px 82px !important;
    }
}

.apple-pay, .google-pay {
    height: 20px !important;
    border: 1px solid #ffffff !important;
    padding: 3px !important;
    border-radius: 8px !important;
    opacity: 0.7 !important;
}

.position-absolute.center-y {
    top: 50% !important;
    transform: translate(0, -50%) !important;
}

.navbar .navbar-nav .nav-link {
    transition: 0.2s all ease !important;
    color: rgba(255, 255, 255, 0.667) !important;
}

.navbar-brand {
    margin-right: 0 !important;
}

.navbar-brand > img {
    height: 56px !important;
}

.navbar-collapse {
    flex-grow: inherit !important;
}

.nav-link {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
}

.nav-link:hover .nav-link-inner-text {
    color: #ffffff !important;
}

.nav-link:hover svg > path {
    stroke-opacity: 1 !important;
}

.cart-card {
    border-radius: 8px !important;
    min-width: 175px !important;
    height: 100% !important;
    background: #1a1a1a !important;
}

.cart-icon-wrapper {
    border-radius: 8px !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    background: #9c27b0 !important;
}

.cart-card > .card-body > span {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.cart-card > .card-body {
    padding: 6px !important;
}

.shop-description {
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.product-card > .card-body {
    padding: 30px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.badge-icon, .badge-opacity {
    border-radius: 8px !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.server-badge {
    border-radius: 8px !important;
    padding: 6px 9px !important;
    display: flex !important;
    align-items: center !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.progress {
    background: #4d4d4d !important;
    height: 18px !important;
    backdrop-filter: blur(2.5px) !important;
    -webkit-backdrop-filter: blur(2.5px) !important;
    border-radius: 8px !important;
    margin-bottom: 0 !important;
}

.progress-bar {
    border-radius: 8px !important;
    background: #9c27b0 !important;
}

.server-online {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #ffffff !important;
}

.server-address {
    margin-top: 10px !important;
    border-radius: 8px !important;
    padding: 4px 4px 4px 14px !important;
    display: flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.server-address-text {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #ffffff !important;
}

.selected-server-name {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.select-server-name {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #ffffff !important;
}

.select-server-name.active {
    font-weight: 700 !important;
}

.select-server-item:hover svg > path {
    stroke: #ffffff !important;
}

.select-server-item-wrapper {
    padding: 0.25rem !important;
}

.search {
    color: #ffffff !important;
    font-weight: 500 !important;
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    height: inherit !important;
}

.categories {
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
}

.servers {
    position: absolute !important;
    overflow: hidden !important;
    width: 100% !important;
    z-index: 1 !important;
    top: 80px !important;
    background: #1a1a1a !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
}

.product-card .item-image {
    height: 200px !important;
    width: 100% !important;
    border-radius: 8px !important;
    margin: 10px 0 !important;
    position: relative !important;
}

.product-card .item-image > img {
    height: 100% !important;
    border-radius: 8px !important;
}

.product-card .actions > button:not(:last-child) {
    margin-right: 12px !important;
}

.server-name {
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #ffffff !important;
}

.separator {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    margin: 15px 0 !important;
}

.btn-trash {
    background: #9c27b0 !important;
    border-radius: 8px !important;
    padding: 14px 14px !important;
}

.btn-trash:hover {
    background: #7b1fa2 !important;
}

.btn-plus:hover > svg > path, .btn-trash:hover > svg > path, .btn-minus:hover > svg > path {
    stroke: #ffffff !important;
}

.badge {
    padding: 3px 15px !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 22px !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.badge-danger.blur-lg {
    background-color: rgba(156, 39, 176, 0.15) !important;
    color: #9c27b0 !important;
}

.blur-lg {
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
}

.modal-product-image {
    border-radius: 8px !important;
    position: relative !important;
    width: fit-content !important;
}

.modal-product-image > img {
    border-radius: 8px !important;
}

.icon-copy-address {
    border-radius: 6px !important;
    padding: 5px !important;
    background: #9c27b0 !important;
}

.skeleton-box {
    display: inline-block !important;
    height: 1em !important;
    border-radius: 8px !important;
    position: relative !important;
    overflow: hidden !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

.skeleton-box::after {
    position: absolute !important;
    border-radius: 8px !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: translateX(-100%) !important;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0)) !important;
    -webkit-animation: shimmer 1s infinite !important;
    animation: shimmer 1.6s infinite !important;
    content: "" !important;
}

@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%) !important;
    }
}

@keyframes shimmer {
    100% {
        transform: translateX(100%) !important;
    }
}

.social-card {
    box-sizing: border-box !important;
    border-radius: 8px !important;
    margin-bottom: 30px !important;
    overflow: hidden !important;
    color: #ffffff !important;
    border: 0 !important;
}

.social-card > .card-body {
    padding: 49px 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.social-card.vk {
    background: #0077ff !important;
}

.social-card.telegram {
    background: #2aabee !important;
}

.social-card.discord {
    background: #5865f2 !important;
}

.social-card.tiktok {
    background: #000000 !important;
}

.social-card.instagram {
    background: #c13584 !important;
}

.social-card.twitch {
    background: #9146ff !important;
}

.social-card.youtube {
    background: #ff0000 !important;
}

.social-icon {
    background: #ffffff !important;
    border-radius: 8px !important;
    padding: 15.5px 14px !important;
}

.product-card > .card-body, .server-card > .card-body {
    padding: 30px !important;
    text-align: center !important;
}

.card.vk-post {
    border-radius: 8px !important;
    border: 0 !important;
    overflow: hidden !important;
    margin-bottom: 30px !important;
    background: #1a1a1a !important;
}

.vk-post-date {
    padding: 10px 20px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border-radius: 8px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: rgba(255, 255, 255, 0.75) !important;
    width: fit-content !important;
}

.vk-post-stats {
    display: flex !important;
    width: fit-content !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 25px !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border-radius: 8px !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

.badge-muted {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

.card-image {
    border-radius: 8px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    filter: opacity(0.05) !important;
    -webkit-filter: opacity(0.05) !important;
}

.border-radius-13 {
    border-radius: 8px !important;
}

.border-radius-20 {
    border-radius: 8px !important;
}

.lastpayments-card {
    padding: 33px 20px 15px 20px !important;
    overflow: hidden !important;
    text-align: center !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    margin-bottom: 30px !important;
    background: #1a1a1a !important;
}