.creators-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 13% 5%
}

.creators-block .creators-block-outer {
    width: 100%
}

.random-creator-area .big-box {
    width: 100%;
    margin-bottom: 15px
}

.random-creator-area .big-box .big-product-img-wrap {
    width: 100%;
    height: 100%;
    margin-bottom: 15px
}

.random-creator-area .big-box .big-product-img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.random-creator-area .big-box .avatar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.random-creator-area .big-box .avatar-wrap img {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px
}

.random-creator-area .big-box .avatar-wrap span {
    word-break: break-all
}

.random-creator-area .big-box .price-wrap {
    text-align: right
}

.random-creator-area .big-box .price-wrap p {
    margin-bottom: 3px
}

.random-creator-area .big-box .price-wrap .price-coin-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.random-creator-area .small-box-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0!important;
    padding-right: 0!important
}

.random-creator-area .small-box-area .small-box {
    width: 100%
}

.random-creator-area .small-box-area .small-box .small-product-img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.random-creator-area .small-box-area .small-box .small-product-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.random-creator-area .small-box-area .small-box .small-product-info-wrap p {
    word-break: break-all;
    text-align: start
}

.random-creator-area .small-box-area .small-box .small-product-info-wrap .avatar-img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.random-creator-area .small-box-area .small-box .small-product-info-wrap .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px
}

.random-creator-area .small-box-area .small-box .small-product-info-wrap .price-coin-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    border: 1px solid #00ac4f;
    border-radius: 5px;
    padding: 4px 5px
}

.random-creator-area .small-box-area .small-box:nth-of-type(2) {
    margin: 0 10px
}

.creator-title-area {
    margin-top: 45px
}

.creator-title-area .creator-subtitle-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.creators-wrap .creators-row {
    border-bottom: 1px solid #ededed;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

.creators-wrap .creators-row,.creators-wrap .creators-row .creator-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.creators-wrap .creators-row .creator-card-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 65%
}

.creators-wrap .creators-row .creator-card-wrap .creator-card {
    width: 100%;
    margin: 5px 0;
    min-height: 75px;
    padding: 0;
    border-bottom: none;
    border-radius: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.creators-wrap .creators-row .creator-card-wrap .creator-card .creator-index {
    font-weight: 700;
    margin: 0 10px 0 0
}

.creators-wrap .creators-row .creator-card-wrap .creator-card .creator-img {
    margin: 0 15px 0 10px
}

.creators-wrap .creators-row .creator-card-wrap .creator-card .creator-img img {
    width: 55px;
    height: 55px
}

.creators-wrap .creators-row .creator-card-wrap .creator-card .creator-name {
    word-wrap: break-word;
    line-height: 1.2;
    margin-bottom: 10px
}

.creators-wrap .creators-row .creator-card-wrap .creator-card .creator-info {
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.creators-wrap .creators-row .creator-card-wrap .creator-card .creator-info .creator-info-top {
    height: auto
}

.creators-wrap .creators-row .creator-card-wrap .creator-card .creator-info .creator-amount-wrap {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.creators-wrap .creators-row .creator-card-wrap .creator-card .creator-info .coinIcon {
    height: 13px
}

.creators-wrap .creators-row .growth-rate {
    width: 20%
}

.creators-wrap {
    width: 100%;
    max-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    padding-bottom: 15px;
    overflow-x: hidden;
    position: relative;
    margin-top: 20px
}

.creators-wrap,.creators-wrap .creator-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.creators-wrap .creator-card {
    margin: 0 4%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    border-bottom: 1px solid #dfe7f4;
    padding: 10px 4% 7px 0
}

.creators-wrap .creator-card .creator-index {
    color: #8797b0;
    font-size: .85rem;
    margin: 7px 10px 0 0;
    font-weight: 600
}

.creators-wrap .creator-card .creator-img {
    margin: 0 .4rem
}

.creators-wrap .creator-card .creator-img img {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    display: block
}

.creators-wrap .creator-card .creator-info {
    font-size: 3vw;
    margin: .2vw 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #8797b0;
    position: relative
}

.creators-wrap .creator-card .creator-info .creator-info-top {
    height: 6vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.creators-wrap .creator-card .creator-info .creator-name {
    font-size: 14px;
    color: #000;
    margin-top: -3px
}

.creators-wrap .creator-card .creator-info .creator-amount-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.creators-wrap .creator-card .creator-info .creator-amount-wrap .arrow-img {
    display: block;
    width: 14px;
    position: absolute;
    right: -5%;
    top: 12px
}

.creators-wrap .creator-card .creator-info .creator-amount-wrap .arrow-img-up {
    right: -8%;
    top: 12px
}

.creators-wrap .creator-amount-label {
    font-size: .72rem;
    font-weight: 400;
    margin-right: 2px;
    color: #8797b0
}

.creators-wrap .creator-info-amount {
    font-size: .75rem;
    color: #3d4045;
    font-weight: 600;
    margin-top: -1px;
    margin-right: 5px;
    text-align: left
}

.creators-wrap .select-class {
    background: #eff4fa;
    border-radius: 15px;
    border-bottom: 1px solid #dfe7f4;
    margin: 0 auto
}

.creators-wrap .no-border {
    border: none
}

.coinIcon {
    width: 16x;
    height: 16px;
    display: block
}

@media screen and (min-width: 768px) {
    .creators-block {
        position:relative;
        padding: 7% 7% 5%
    }

    .creators-block:after,.creators-block:before {
        display: block;
        content: "";
        width: 20px;
        height: 150px;
        position: absolute;
        left: 35px
    }

    .creators-block:before {
        background-size: 80%;
        top: 80px;
        z-index: 2
    }

    .creators-block:after {
        background-size: 80%;
        bottom: 120px
    }

    .creators-block .creators-block-outer {
        width: 100%
    }

    .creators-block .creator-title-area {
        margin-top: unset;
        position: relative
    }

    .creators-block .more-btn-wrap {
        width: 85px;
        height: 35px;
        background: #fcd535;
        padding: 2px;
        border-radius: 20px;
        position: absolute;
        bottom: -30px;
        right: 0;
        cursor: pointer
    }

    .creators-block .more-btn-wrap .more-btn {
        width: 100%;
        height: 100%;
        border-radius: 22px;
        background: #fff;
        padding: 0 5px;
        border: 0
    }

    .creators-block .more-btn-wrap .more-btn p {
        color: transparent;
        background-image: -webkit-gradient(linear,left top,right top,color-stop(30%,#5cbffe),color-stop(50%,#a0f5d0),color-stop(65%,#ffd7c8));
        background-image: linear-gradient(90deg,#5cbffe 30%,#a0f5d0 50%,#ffd7c8 65%);
        -webkit-background-clip: text;
        background-clip: text;
        line-height: 32px;
        text-align: center;
        text-transform: capitalize;
        font-size: 16px
    }

    .creators-block .random-creator-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .creators-block .big-box {
        width: 50%
    }

    .creators-block .big-box .big-product-img-wrap {
        width: 29vw;
        height: 30vw;
        margin-bottom: 15px
    }

    .creators-block .big-box .big-product-img-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px
    }

    .creators-block .big-box .avatar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .creators-block .big-box .avatar-wrap img {
        display: block;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        margin-right: 10px
    }

    .creators-block .big-box .price-wrap {
        text-align: right;
        margin-right: 20px
    }

    .creators-block .big-box .price-wrap p {
        margin-bottom: 3px
    }

    .creators-block .big-box .price-wrap .price-coin-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .creators-block .small-box-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 47%;
        border-right: 1px solid #ededed;
        padding-left: 8px!important;
        padding-right: 8px!important
    }

    .creators-block .small-box,.creators-block .small-box-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .creators-block .small-box .small-product-img-wrap {
        width: 11vw;
        height: 11vw;
        margin: 0 15px 25px 0
    }

    .creators-block .small-box .small-product-img-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px
    }

    .creators-block .small-box .small-product-info-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .creators-block .small-box .small-product-info-wrap .avatar-img {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%
    }

    .creators-block .small-box .small-product-info-wrap .price-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5px
    }

    .creators-block .small-box .small-product-info-wrap .price-coin-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 5px;
        border: 1px solid #00ac4f;
        border-radius: 5px;
        padding: 4px 5px
    }

    .creators-block .small-box:nth-of-type(2) {
        margin: unset!important
    }

    .creators-block .creators-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: hidden;
        position: relative;
        margin-top: 35px
    }

    .creators-block .creators-wrap .creators-row {
        border-bottom: 1px solid #ededed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .creators-block .creators-wrap .creators-row .creator-card-wrap .creator-card {
        width: 70%;
        margin: 5px 0;
        min-height: 75px;
        padding: 0;
        border-bottom: none;
        border-radius: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .creators-block .creators-wrap .creators-row .creator-card-wrap .creator-card .creator-index {
        font-weight: 700;
        margin: 0 10px 0 0
    }

    .creators-block .creators-wrap .creators-row .creator-card-wrap .creator-card .creator-img {
        margin: 0 15px 0 10px
    }

    .creators-block .creators-wrap .creators-row .creator-card-wrap .creator-card .creator-img img {
        width: 55px;
        height: 55px
    }

    .creators-block .creators-wrap .creators-row .creator-card-wrap .creator-card .creator-name {
        word-wrap: break-word;
        line-height: 1.2;
        margin-bottom: 10px
    }

    .creators-block .creators-wrap .creators-row .creator-card-wrap .creator-card .creator-info {
        margin-top: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .creators-block .creators-wrap .creators-row .creator-card-wrap .creator-card .creator-info .creator-info-top {
        height: auto
    }

    .creators-block .creators-wrap .creators-row .creator-card-wrap .creator-card .creator-info .creator-amount-wrap {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .creators-block .creators-wrap .creators-row .creator-card-wrap .creator-card .creator-info .coinIcon {
        height: 13px
    }

    .creators-block .creators-wrap .growth-rate {
        width: 20%
    }
}
