
#contentshare_channelbox_container {
    position: fixed;
    top: 13%;
    left: 65%;
}

.contentshare_listitemdiv_myrank {
    position: relative;
    width: 7rem;
    height: 8.5rem;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: rgb(255 255 255 / 25%) 0 0 3px;
}

.contentshare_listitem_img_container_myrank {
    position: relative;
    float: left;
    width: 6rem;
    height: 6rem;
    flex: none;
    border-radius: 2px;
    overflow: hidden;
}


.contentshare_listitem_img_myrank {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.contentshare_listitem_text_container_myrank {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.contentshare_listitembox_itemname_myrank {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #FFF;
}

.contentshare_list_itemplace_myrank_img1, .contentshare_list_itemplace_myrank_img2, .contentshare_list_itemplace_myrank_img3 {
    position: absolute;
    right: 0.4rem;
    bottom: 1.8rem;
    width: 40px;
    height: 40px;
    flex: none;
    background-image: url("../assets/spritesv2/list.png");
    background-size: 320px 800px;
    margin: 2px;
}


.contentshare_list_itemplace_myrank_img1 {
    background-position: -200px 0;
}

.contentshare_list_itemplace_myrank_img2 {
    background-position: -200px -40px;
}

.contentshare_list_itemplace_myrank_img3 {
    background-position: -200px -80px;
}
