.collections-top {
    flex: 1;
}

.collections-top-img {
    height: 14rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.collections-top-circle {
    bottom: -12rem;
    opacity: .3;
    z-index: 1;
    position: absolute;
    width: 24rem;
    height: 24rem;
    right: 0;
    background: radial-gradient(circle, rgb(94, 147, 221) 0%, rgb(255 255 255 / 0%) 70%);
    pointer-events: none;
    transition: 0.5s ease;
}

.collections-top-block {
    border-radius: 50px;
    gap: .25rem;
    width: 195px;
    padding: 0.9rem;
    display: flex;
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    background: #303030c7;
    z-index: 3;
    height: 65px;
    flex-direction: row;
    backdrop-filter: blur(4px);
    align-items: center;
}

.collection-info {
    font-size: 11px;
    border-radius: 50px;
    /* padding: .5rem; */
    /* background: #3A3A3A; */
    gap: 0.3rem;
    display: flex;
    color: #ffffff30;
    align-items: center;
}

.collection-info svg {
    width: 14px;
    height: 14px;
    fill: #ffffff30;
}

.collections-header {
    color: #ffffffb0;
    gap: .5rem;
    display: flex;
    align-items: center;
}

.collections-player-avatar img{
    border: 2px solid #FFE27C;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.collections-circle {
    width: 4px;
    height: 4px;
    background-color: #626262;
    border-radius: 50%;
}

.collections-player-name,
.collections-name {
    font-size: 14px;
}

.collections-content {
    display: flex;
    flex-direction: column;
}

.collections-player-name {
    color: #FFE27C;
}


@media (max-width: 769px) {
    .collections-top-img {
        height: 13rem;
    }
}