#contentshare_channelbox_container {
    position: fixed;
    top: 19%;
    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;
}

/* CSS for Debate Content Share Preview */

.contentshare_debate_midcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 600px;
    height: 100%;
    position: relative;
    padding-top: 30px;
}

/* Average Rank Winner Box */
.contentshare_debate_winner_container {
    display: flex;
    align-items: center;
    width: 315px;
    height: 42px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    margin: 0 auto 10px auto;
    position: relative;
    padding: 4px;
    box-sizing: border-box;
}

.contentshare_debate_winner_img_box {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    /* match ranxlocal_roundCorners */
    overflow: hidden;
    flex-shrink: 0;
}

.contentshare_debate_winner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentshare_debate_winner_name_box {
    margin-left: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    max-width: 210px;
}

.contentshare_debate_winner_name {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentshare_item_vote_cont {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 1px;
}

.totalLikeIcon {
    width: 14px;
    height: 14px;
}

.totalDislikeIcon {
    width: 14px;
    height: 14px;
}

.contentshare_upvoteicon,
.contentshare_downvoteicon {
    width: 14px;
    height: 14px;
    background-image: url("../assets/spritesv2/list.png");
    background-size: 320px 800px;
}

.contentshare_upvoteicon {
    background-position: -200px -120px;
}

.contentshare_downvoteicon {
    background-position: -200px -140px;
}

.contentshare_upvotenum,
.contentshare_downvotenum {
    color: #fff;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
}

.contentshare_list_itemplace_img1,
.contentshare_list_itemplace_img2 {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url("../assets/spritesv2/list.png");
    background-size: 320px 800px;
}

.contentshare_list_itemplace_img1 {
    background-position: -200px 0;
}

.contentshare_list_itemplace_img2 {
    background-position: -200px -40px;
}

.contentshare_debate_voted_text {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 15px;
}

/* My Rank Debate Box */
.contentshare_debate_myrank_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.contentshare_debate_myrank_img_box {
    width: 112px;
    height: 134px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.contentshare_debate_myrank_img {
    width: 100%;
    height: 100px;
    /* 134 - 34 text strip */
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.contentshare_debate_myrank_name_box {
    height: 34px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-sizing: border-box;
}

.contentshare_debate_myrank_name {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Base modifications for common items to fit the layout correctly */
.contentshare_list_usersbox,
.contentshare_categoriesbox {
    z-index: 2;
}

.contentshare_list_usersbox {
    top: -10%;
    left: 22%;
}