.cases {
    margin-left: 56px;
    padding: 24px 0;
    width: calc(100% - 112px)
}


@media(max-width:900px) {
    .cases {
        margin-left: 24px;
        padding: 24px 0;
        width: calc(100% - 48px)
    }

    .cases .live-feed {
        color: #fff;
        /* display: none !important*/
    }

    .cases .live-feed .latest-items {
        display: flex;
        gap: 10px;
        left: 67px;
        overflow-x: scroll !important;
        overflow-y: scroll;
        position: absolute;
        width: 100%
    }
}

@media (max-width:480px) {
    .cases {
        margin-left: 16px;
        padding: 10px 0;
        width: calc(100% - 32px)
    }

    .cases .live-feed {
        align-items: center !important;

    }

    .cases .live-feed .latest-items {
        gap: 5px !important;

    }

    .last-item {
        width: 185px !important;
    }

    .last-item .image .image-container {
        width: 48px !important;
    }

}

.cases .live-feed {
    display: flex;
    height: 68px;
    overflow: hidden;
    position: relative
}

.cases .live-feed svg {
    flex-shrink: 0;
    margin-right: 14px
}

.cases .live-feed .latest-items {
    display: flex;
    gap: 10px;
    left: 67px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    width: 100%
}

.cases .section-boxes .boxes .boxes-top {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.cases .section-boxes .boxes .boxes-top .boxes-title {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%
}

.cases .section-boxes .boxes .boxes-top .view-more {
    align-items: center;
    color: var(--primary-color);
    cursor: pointer;
    display: flex;
    font-family: Satoshi-Medium, sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    transition: color 275ms
}

.cases .section-boxes .boxes .boxes-top .view-more:hover {
    color: #00af61
}

.cases .section-boxes .boxes .sticky {
    margin-top: 16px
}

.cases .section-boxes .boxes .sticky .infinite-scroll-component {
    overflow: hidden !important
}

.cases .section-boxes .boxes .sticky .loader {
    align-items: center;
    display: flex;
    height: 65px;
    justify-content: center;
    margin: 32px 0 128px;
    transition: opacity 333ms;
    width: 100%
}

.cases .section-boxes .boxes .sticky .loader.hide {
    opacity: 0
}

.cases .section-boxes .boxes .sticky .top-sticky {
    align-items: center;
    display: flex;
    padding: 12px 0
}

@media screen and (max-width:768px) {
    .cases .section-boxes .boxes .sticky .top-sticky {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 12px
    }
}

.cases .section-boxes .boxes .sticky .top-sticky .categories-filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-right: 12px;
    -webkit-mask-image: linear-gradient(90deg, #000 90%, transparent);
    mask-image: linear-gradient(90deg, #000 90%, transparent);
    overflow-x: auto;
    padding-right: 50px;
    scrollbar-width: none;
    width: 100%
}

.cases .section-boxes .boxes .sticky .top-sticky .categories-filters .category {
    align-items: center;
    border-radius: 6px;
    color: #000512;
    cursor: pointer;
    display: flex;
    gap: 8px;
    height: 37px;
    justify-content: center;
    padding: 0 12px;
    transition: background 275ms, color 275ms;
    white-space: nowrap
}

.cases .section-boxes .boxes .sticky .top-sticky .categories-filters .category path {
    fill: #000512;
    transition: fill 275ms
}

.cases .section-boxes .boxes .sticky .top-sticky .categories-filters .category:hover:not(.active) {
    background: #1f232e;
    cursor: pointer
}

.cases .section-boxes .boxes .sticky .top-sticky .categories-filters .category.active,
.cases .section-boxes .boxes .sticky .top-sticky .categories-filters .category:hover {
    color: #fff
}

.cases .section-boxes .boxes .sticky .top-sticky .categories-filters .category.active path,
.cases .section-boxes .boxes .sticky .top-sticky .categories-filters .category:hover path {
    fill: #fff
}

.cases .section-boxes .boxes .sticky .top-sticky .categories-filters .category.active {
    background: #252b38
}

.cases .section-boxes .boxes .sticky .top-sticky .right {
    display: flex;
    gap: 12px;
    margin-left: auto
}

@media screen and (max-width:768px) {
    .cases .section-boxes .boxes .sticky .top-sticky .right {
        margin-left: 0
    }
}

@media screen and (max-width:520px) {
    .cases .section-boxes .boxes .sticky .top-sticky .right {
        flex-direction: column;
        width: 100%
    }

    .cases .section-boxes .boxes .sticky .top-sticky .right .dropdown-button {
        width: 100% !important
    }
}

.cases .section-boxes .boxes .sticky .top-sticky .right .search {
    position: relative
}

.cases .section-boxes .boxes .sticky .top-sticky .right .search svg {
    bottom: 0;
    height: 20px;
    left: 12px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 20px
}

.cases .section-boxes .boxes .sticky .top-sticky .right .search input {
    background: #1f232e;
    border: none;
    padding-left: 40px
}

@media screen and (max-width:520px) {
    .cases .section-boxes .boxes .sticky .top-sticky .right .search input {
        width: 100%
    }
}

.cases .section-boxes .boxes .boxes-grid {
    grid-gap: 8px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    margin-top: 12px
}

.cases .section-boxes .boxes .boxes-grid .box {
    background: #000512;
    border-radius: 8px;
    border: 0.8px solid #333b4d87;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    transition: background 275ms
}

.cases .section-boxes .boxes .boxes-grid .box:hover {
    background: #282e3c
}

.cases .section-boxes .boxes .boxes-grid .box:hover img {
    -webkit-transform: rotate(-6deg) translateY(-11px);
    transform: rotate(-6deg) translateY(-11px)
}

.cases .section-boxes .boxes .boxes-grid .box:hover .blur,
.cases .section-boxes .boxes .boxes-grid .box:hover .shadow {
    opacity: .5 !important
}

.cases .section-boxes .boxes .boxes-grid .box:hover .box-price {
    background: #fff !important;
    color: #010b16 !important
}

.cases .section-boxes .boxes .boxes-grid .box:hover .box-price .green {
    color: #010b16 !important
}

.cases .section-boxes .boxes .boxes-grid .box .label {
    align-items: center;
    background: var(--primary-color);
    border-radius: 4px;
    color: #1e1e1f;
    display: flex;
    font-family: Satoshi-Bold, sans-serif;
    font-size: 14px;
    height: 24px;
    justify-content: center;
    left: 12px;
    padding: 0 8px;
    position: absolute;
    top: 12px
}

.cases .section-boxes .boxes .boxes-grid .box .image {
    align-items: center;
    aspect-ratio: 1.3/1.1;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.cases .section-boxes .boxes .boxes-grid .box .image .hover-bg {
    position: absolute;
    width: 100%
}

.cases .section-boxes .boxes .boxes-grid .box .image img {
    aspect-ratio: 1.3/1.1;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: relative;
    transition: -webkit-transform 275ms;
    transition: transform 275ms;
    transition: transform 275ms, -webkit-transform 275ms;
    z-index: 3
}

.cases .section-boxes .boxes .boxes-grid .box .image .blur {
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0;
    position: absolute;
    transition: opacity 275ms;
    width: 100%;
    z-index: 1
}

.cases .section-boxes .boxes .boxes-grid .box .image .shadow {
    bottom: -1%;
    display: block;
    left: 23%;
    opacity: 0;
    position: absolute;
    transition: opacity 575ms;
    z-index: 2
}

.cases .section-boxes .boxes .boxes-grid .box .box-name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    margin-top: auto;
    max-width: 90%;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cases .section-boxes .boxes .boxes-grid .box .box-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.cases .section-boxes .boxes .boxes-grid .box .box-price {
    align-items: center;
    border: 1px solid #2c3342;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 160%;
    padding: 4px 10px;
    transition: color 275ms, background 275ms
}

.cases .section-boxes .boxes .boxes-grid .box .box-price .green {
    color: var(--primary-color);
    transition: color 275ms
}

.last-item {
    align-items: center;
    background: #000512;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    gap: 12px;
    justify-content: center;
    overflow: hidden;
    padding: 10px 16px;
    transition: background 275ms;
    width: 207px
}

.last-item:hover {
    background: #222733;
    cursor: pointer
}

.last-item:hover .item-image {
    opacity: 0 !important;
    -webkit-transform: translateX(-50px) !important;
    transform: translateX(-50px) !important
}

.last-item:hover .case-image {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.last-item:hover .item-name,
.last-item:hover .item-price {
    opacity: 0 !important;
    -webkit-transform: translateX(-5px) !important;
    transform: translateX(-5px) !important
}

.last-item:hover .case-name,
.last-item:hover .item-chance {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.last-item .image {
    height: 100%
}

.last-item .image .image-container {
    height: 48px;
    margin: auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 48px
}

.last-item .image .image-container .item-image {
    opacity: 1
}

.last-item .image .image-container .case-image,
.last-item .image .image-container .item-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    margin-left: 0;
    object-fit: contain;
    transition: opacity 275ms, -webkit-transform 275ms;
    transition: transform 275ms, opacity 275ms;
    transition: transform 275ms, opacity 275ms, -webkit-transform 275ms;
    width: 100%
}

.last-item .image .image-container .case-image {
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.last-item .flex-item {
    position: relative
}

.last-item .flex-item .case-name,
.last-item .flex-item .item-name {
    color: #a7aebe;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 275ms, -webkit-transform 275ms;
    transition: transform 275ms, opacity 275ms;
    transition: transform 275ms, opacity 275ms, -webkit-transform 275ms;
    white-space: nowrap;
    width: 115px
}

.last-item .flex-item .case-name {
    top: 0
}

.last-item .flex-item .case-name,
.last-item .flex-item .item-chance {
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.last-item .flex-item .item-chance {
    bottom: 0
}

.last-item .flex-item .item-chance,
.last-item .flex-item .item-price {
    color: #fff;
    font-weight: 700;
    transition: opacity 275ms, -webkit-transform 275ms;
    transition: transform 275ms, opacity 275ms;
    transition: transform 275ms, opacity 275ms, -webkit-transform 275ms
}