

:root{
    /*--list_sprite_image: url(../assets/spritesv2/list2x.webp);*/
    --list_item_bg_color: #EEEEEE;
    --list_sprite_image: url(../assets/spritesv2/list.png);
    /*--list_sprite_image: url(../assets/spritesv2/svg/list.svg);*/
    --list_sprite_size: 320px 800px;

}


#containerholderwrapper{
    width: calc(100% - 20px);
    max-width: 1440px;
    min-width: 375px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
#containerholder{
    float: left;
    margin-top: 10px;
    width: 100%;
}
#container{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 10px;
}

#itemcontent{
    position: relative;
    float: left;
    width: calc(100% - 510px);
    background-color: var(--white_card_bgcolor);
    box-shadow: var(--white_card_shadow);
    border-radius: var(--card_radius);
}
.contenttitleholder{
    padding: 10px;
}
.contentflagandnotificationcontrol{
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 2;
}
.contentflagtext, .currentitemflagtext{
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -60px;
    cursor: pointer;
}

.contentflagtext:hover, .currentitemflagtext:hover{
    background-position: -20px -60px;
}
.contentflagtext:active, .currentitemflagtext:active{
    background-position: -40px -60px;
}
.contentflagasdropdown, .currentitemflagas{
    display: none;
    position: absolute;
    width: 220px;
    right: 0;
    padding: 10px;
    background-color: var(--white_card_bgcolor);
    box-shadow: var(--white_card_shadow);
    border-radius: var(--card_radius_half);
    z-index: 1;
}
.contentflagas, .flagasoptionscontent{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contentnotificationbell {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
}

.contentbelliconturnedon {
    cursor: pointer;
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -360px;
}

.contentbelliconturnedonalways {
    cursor: pointer;
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -360px;
}

.contentbelliconturnedoff, .itembellturnedoff {
    cursor: pointer;
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -400px;
}
.contentturnoninstruction, .contentturnoffinstruction, .itemturnoninstruction, .itemturnoffinstruction, .contentturnoninstructionalways{
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 150px;
    padding: 10px;
    background-color: var(--white_card_bgcolor);
    box-shadow: var(--white_card_shadow);
    border-radius: var(--card_radius_half);
    z-index: 1;
}

:where(.contentturnoninstruction, .contentturnoffinstruction, .itemturnoninstruction, .itemturnoffinstruction, .contentturnoninstructionalways) a{
    text-decoration: underline;
    color: var(--blue_btn_color);
}


.contentbelliconturnedoffalways {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -400px;
}
.contentturnoffinstructionalways {
     display: none;
    position: absolute;
    top: 33px;
    right: 0;
    width: 150px;
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px -5px #000000;
    z-index: 1;
}
#barpieanalyticsbutton{
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -160px;
    cursor: pointer;
}
.contenttitledetailsholdersmall{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contenttitle{
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#contenttitletext{
    /*width: calc(100% - 30px);*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_title_featured_icon_holder {
    height: 30px;
    display: flex;
    align-items: center;
    border-top-left-radius: var(--card_radius_half);
    border-bottom-left-radius: var(--card_radius_half);
    overflow: hidden;
}
.list_title_featured_mini_icon {
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -120px -20px;
    background-color: var(--red_btn_color);
}
.list_title_featured_icon_text_holder{
    height: 30px;
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background-color: var(--red_btn_color);
}
.list_title_featured_mini_icon_edge_holder {
    width: 10px;
    height: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list_title_featured_mini_icon_edge_topright {
    border-left: 10px solid #a24242;
    border-bottom: 15px solid transparent;
}
.list_title_featured_mini_icon_edge_bottomright {
    border-left: 10px solid #a24242;
    border-top: 15px solid transparent;
}
.contentthumbnailformobile{
    display: none;
}
.contenttitlebarbottomsection{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#contenthighlightsbar{
    display: flex;
    align-items: center;
    gap: 20px;
}
#contenthighlightsbar > div{
    position: relative;
}
.contentviewnumber:before, .contentsharenumber:before{
    content: "";
    position: absolute;
    top: -4px;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -540px;
}
.clickedcontentnumberofpeopleranked:hover{
    cursor: pointer;
    text-decoration: underline;
}
#contentlikeanddislike{
    display: flex;
    align-items: center;
    gap: 10px;
}
.contentlikebox, .contentdislikebox, #contentcomments, .contentsharebox{
    display: flex;
    align-items: center;
    gap: 5px;
}
.contentshareboxholder{
    display: none;
}

.currentitemlikeicon, .suggestionslistlikeicon, .relatedlistsfeedlistlikeicon, .commentlikeicon{
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -300px 0;
}
.currentitemlikeicon:hover, .suggestionslistlikeicon:hover, .commentlikeicon:hover{
    background-position: -300px -20px;
}
.currentitemlikeicon:active, .suggestionslistlikeicon:active, .commentlikeicon:active{
    background-position: -300px -40px;
}
.contentlikenumber:hover{
    cursor: pointer;
    text-decoration: underline;
}
.currentitemlikedicon, .suggestionslistlikedicon, .commentlikedicon{
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -20px 0;
}
.currentitemdislikeicon, .suggestionslistdislikeicon, .relatedlistsfeedlistdislikeicon, .commentdislikeicon{
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -300px -60px;
}
 .currentitemdislikeicon:hover, .suggestionslistdislikeicon:hover, .commentdislikeicon:hover{
    background-position: -300px -80px;
}
 .currentitemdislikeicon:active, .suggestionslistdislikeicon:active, .commentdislikeicon:active{
    background-position: -300px -100px;
}
.currentitemdislikedicon, .suggestionslistdislikedicon, .commentdislikedicon{
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -20px -20px;
}

.newcontentshareicongroupouter{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-self: end;
}
.contentshareiconsnew {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    transition: opacity .3s ease-in-out;;
}
.contentshareiconsnew:hover{
    opacity: .75;
}
.contentshareiconsnew:active{
    opacity: 1;
}
.qrsharenew{
    background-position: -240px -280px;
}
#contentembedicon{
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -240px -320px;
}
.facebooksharenew{
    background-position: -240px -360px;
}
.twittersharenew{
    background-position: -240px -440px;
}
.shareurlcopyicon{
    background-position: -280px -600px;
}
.linkedinsharenew{
    background-position: -240px -480px;
}
.redditsharenew{
    background-position: -240px -520px;
}
.pinterestsharenew{
    background-position: -240px -560px;
}
.tumblrsharenew{
    background-position: -280px -520px;
}
.whatsappsharenew{
    background-position: -280px -280px;
}
.instagramsharenew{
    background-position: -240px -400px;
}
.messengersharenew{
    background-position: -280px -320px;
}
.tiktoksharenew{
    background-position: -240px -600px;
}
.snapchatsharenew{
    background-position: -280px -360px;
}
.telegramsharenew{
    background-position: -280px 400px;
}
.vibersharenew{
    background-position: -280px -440px;
}
.vkontaktesharenew{
    background-position: -280px -560px;
}
.emailsharenew{
    background-position: -280px -480px;
}
#shareurlinput {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
}
.newcontentsharepopupbody>div {
    padding: 10px;
    border-radius: var(--card_radius_half);
    transition: var(--btn_bgcolor_animation);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.newcontentsharepopupbody>div:hover{
    background-color: var(--light_btn_hover_color);
}
.contentshareurlcopysuccessmsg {
    position: absolute;
    padding: 2px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    background-color: #333;
    color: #FFF;
    white-space: nowrap;
    bottom: 8px;
    display: none;
}
.allcontentsharebutton{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    height: 30px;
    background-color: var(--light_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
}
.allcontentsharebutton:hover{
    background-color: var(--light_btn_hover_color);
}
.allcontentsharebutton:active{
    background-color: var(--light_btn_active_color);
}
.allcontentshareicon{
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -640px;
}
.allcontentsharetitle{
    font-weight: bold;
}
.newqrshareimageholder{
    display: none;
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
}
.newcontentsharepopupholderwrapper{
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
    top: 50px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
.newcontentsharepopupholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newcontentsharepopup {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    background-color: var(--white_card_bgcolor);
    border-radius: var(--card_radius);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newcontentsharepopuppreview {
    width: 100%;
    max-width: 860px;
    padding: 10px;
    background-color: var(--white_card_bgcolor);
    border-radius: var(--card_radius);
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    overflow-x: hidden;
}
.newcontentsharepopuptitlebar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: var(--border-light);
    padding-bottom: 10px;
}

.newcontentsharepopupbackword {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -400px;
    border-radius: var(--avatar_radius);
    transition: var(--btn_bgcolor_animation);
}

.newcontentsharepopupbackword:hover{
    background-color: var(--light_btn_hover_color);
}


.newcontentsharepopuptitletext {
    font-size: 14px;
    font-weight: bold;
}

.newcontentsharepopupclose {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -360px;
    border-radius: var(--avatar_radius);
    transition: var(--btn_bgcolor_animation);
}
.newcontentsharepopupclose:hover{
    background-color: var(--light_btn_hover_color);
}
.newcontentsharepopupbody {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
}





.contenttitlechannelholdersmall{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.channelinnerwrappersmall a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.channelimage{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
#contenttitlechannelname{
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
#contenttitlechannelname:hover{
    text-decoration: underline;
}
.editcontentbutton, .editlistbuttonsuggestiontext, #editvotebutton, .editcontentbutton{
    cursor: pointer;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #FFFFFF;
    background-color: var(--blue_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
}
:where(.editcontentbutton, .editlistbuttonsuggestiontext, #editvotebutton, .editcontentbutton):hover{
    background-color: var(--blue_btn_hover_color);
}
:where(.editcontentbutton, .editlistbuttonsuggestiontext, #editvotebutton, .editcontentbutton):active{
    background-color: var(--blue_btn_active_color);
}

.contenttitlefollowunfollwbuttonstyle{
    cursor: pointer;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: var(--red_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
}
.contenttitlefollowunfollwbuttonstyle:hover{
    background-color: var(--red_btn_hover_color);
}
.contenttitlefollowunfollwbuttonstyle:active{
    background-color: var(--red_btn_active_color);
}
.contenttitlefollowunfollwbuttonstyle span{
    color: #FFFFFF;
}
.newunsubscribeconfirmholder{
    display: none;
}
.contentintrodescriptionholder, .itemshowpopoupminicontenttitleholder, .itemshowpopouptopbarformobile {
    display: none;
}
.underline{
    margin: 10px auto;
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
}

#galleryvideo{
    position: relative;
    float: left;
    width: 100%;
}
#galleryvideo img {
    width: 100%;
    height: auto !important;
    max-inline-size: unset !important;
    max-block-size: unset !important;
}
#galleryimageone {
    width: 100% !important;
}
.introplaybutton {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    z-index: 20;
    height: 100px;
    width: 100px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -220px -700px;
    opacity: .8;
    transition: opacity .3s;
}
.gifplaybutton {
    height: 70px;
    width: 70px;
    position: absolute;
    border-radius: 50%;
    background: var(--black_transparent);
    border: 4px solid #cfcfcf;
    text-align: center;
    -webkit-box-shadow: var(--white_card_shadow);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gifimagedisplay1max{
    height: 100px;
    width: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}
.giftext {
    font-size: 16px;
    color: #FFFFFF;
}
.gallerynav{
    /*display: block!important;*/
    display: none;
    transition: opacity 0.3s ease, display 0.3s ease;
}
#galleryvideobottomnav{
    /*display: none;*/
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 10px;
    display: flex;
    z-index: 1;
    align-items: center;
}
.gallerymaxminandplaytogglecontainer{
    display: block !important;
    position: absolute;
    right: 10px;
    padding: 5px;
    background-color: var(--black_transparent);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--white_shadow);
    z-index: 1;
    transition: var(--btn_bgcolor_animation);
}
.gallerymaxminandplaytogglecontainer:hover{
    background-color: var(--black_transparent_hover);
}

.gallerymaximize{
    display:block!important;
    cursor: pointer;
    float: right;
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px 0;
    transform: scale(.9);
    transition: all .3s;
}
.gallerymaximize:hover{
    transform: scale(1);
}

.galleryminimize {
    display:block!important;
    cursor: pointer;
    float: right;
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -80px;
    transform: scale(.9);
    transition: all .3s;
}
.galleryminimize:hover{
    transform: scale(1);
}

#galleryvideotopnav {
    display: none;
    float: left;
    position: absolute;
    z-index: 1;
    height: 42px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#galleryvideorank{
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 1px;
    cursor: pointer;
}
#galleryvideorank*{
    font-weight: bold;
    color: #FFFFFF;
 }
#galleryvideofirst, #galleryvideodotsbefore, #galleryvideoonebefore, #galleryvideoonebeforemax, #galleryvideooneafter, #galleryvideooneaftermax, #galleryvideodotsafter, #galleryvideodotsaftermax, #galleryvideolast, #galleryvideolastmax {
    display: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: rgba(54, 54, 54, 0.4);
    transition: var(--btn_bgcolor_animation);
    color: #FFF;
}
#galleryvideofirst{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
#galleryvideolast, #galleryvideolastmax{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

:where(#galleryvideofirst, #galleryvideodotsbefore, #galleryvideoonebefore, #galleryvideooneafter, #galleryvideodotsafter, #galleryvideolast, #galleryvideoonebeforemax, #galleryvideooneaftermax, #galleryvideodotsaftermax, #galleryvideolastmax):hover {
    background-color: rgba(54, 54, 54, 0.8)!important;
}
#galleryvideocurrent, #galleryvideocurrentmax{
    display: flex !important;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    background-color: rgba(54, 54, 54, 0.4);
    transition: var(--btn_bgcolor_animation);
    color: #FFF;
    font-size: 25px;
}
#galleryvideocurrentmax, #galleryvideocurrent:hover{
    background-color: rgba(54, 54, 54, 0.8);
}
#galleryvideocurrent{
    width: 50px;
    height: 50px;
}

.imagesourcefromwebcontainer, .imagesourcefromwebcontainermax {
    float: left;
    width: 100%;
    height: 16px;
    background-color: var(--dark_btn_color);
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 20px;
}
.imagesourceurlcontainer {
    color: #FFF;
    display: flex;
    align-items: center;
}
.imagecreditcontainer{
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imagesourcefromweb, .imagesourcefromwebmax{
    color: #FFFFFF;
    padding-left: 5px;
}
#itemtitleholder{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    gap: 5px;
    background-color: var(--red_btn_color);
}
#itemtitle, #itemtitletext{
    width: 100%;
}
#scrollingitemtitle {
    display: flex;
    max-width: 100%;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    justify-content: center;
}

#currentitem {
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
}

#currentitemtitle{
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
#scrollingitemtitle *, #itemtitlelistprogress, #itemtitlelistprogress *{
    color: #FFFFFF;
}

#descriptionholder{
    width: 100%;
    padding: 0 10px 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#descriptionbox{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#descriptiontopwrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#listtagandcategoryholder{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.listtagandcategory{
    color: var(--blue_bg_color);
    font-weight: bold;
}
.listtagandcategory:hover{
    text-decoration: underline;
}
#descriptionellipsis{
    display: none!important;
}


#descriptionlikedislikeflag{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}
.currentitemlikeanddislike{
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}
#currentitemlikenumber{
    margin-right: 15px;
}
#itunesaffiliateholder{
    display: none;
    position: relative;
}
#itunes_affiliate_image_song_price_details{
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: clamp(60px, 60px, 65px);
}
#itunesaffiliateimagefromitunes{
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
#description .descriptiontag{
    line-height: 24px;
    white-space: pre-line;
    word-wrap: break-word;
    text-align: justify;
    overflow: hidden;
}
#descriptionseetogglewrapper{
    position: relative;
}
#descriptionseetoggleedge{
    display: none;
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 100%) 100%);
}
#descriptionseetoggle{
    position: relative;
    cursor: pointer;
    display: flex;
    width: 100px;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    margin: 0 auto;
    height: 30px;
    background-color: var(--light_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
    justify-content: center;
}
#descriptionseetoggle:hover{
    background-color: var(--light_btn_hover_color);
}
#descriptionseetoggle:active{
    background-color: var(--light_btn_active_color);
}





#listholderwrapper{
    position: relative;
    float: right;
    width: 500px;
    margin-left: 10px;
    background-color: var(--white_card_bgcolor);
    box-shadow: var(--white_card_shadow);
    border-radius: var(--card_radius);
}
#listholder{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#list{
    display: flex;
    flex-direction: column;
}
.draginstructionshelpbutton {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 10px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -560px;
    cursor: pointer;
    z-index: 1;
}
#draginstructions {
    display: none;
    position: absolute;
    left: 10px;
    top: 35px;
    padding: 10px;
    background-color: var(--white_card_bgcolor);
    border: var(--white_card_border);
    border-radius: var(--card_radius_half);
    box-shadow: var(--white_card_shadow);
    z-index: 11;
}
#analyticsbutton{
    position: absolute;
    top: 10px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -160px;
    cursor: pointer;
    z-index: 1;
}
.imageandinstractioncontainer{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listprofileimage{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex: none;
    border-radius: var(--avatar_radius);
}
#listintro {
    padding: 0 5px;
    height: 50px;
    z-index: 10;
    background-color: var(--light_btn_color);
    display: grid;
    grid-template-columns: 40px 1fr 40px 40px;
    align-items: center;
    gap: 5px;
}
#ascendingdescendingtoggle{
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: var(--btn_bgcolor_animation);
}
#ascendingdescendingtoggle:hover{
    background-color: var(--light_btn_hover_color);
}
#ascendingdescendingtoggle:active{
    background-color: var(--light_btn_active_color);
}
.ascendingtoggleimage {
    float: left;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -280px;
}
.descendingtoggleimage {
    float: left;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -320px;
}

#listintrotext {
    width: 100%;
    height: 40px;
    background-color: #f6f6f6;
    border-radius: var(--card_radius_half);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-shadow: 0 1px 5px -2px #222222;
    -moz-box-shadow: 0 1px 5px -2px #222222;
    box-shadow: 0 1px 5px -3px #222222;
}
#listintrotext:hover{
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 5%, #E5E5E5 50%);
}
#selectedlistintrotext{
    width: 100%;
    height: 40px;
    background-color: var(--red_btn_color);
    color: #FFFFFF;
    border-radius: var(--card_radius_half);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-shadow: 0 1px 5px -2px #222222;
    -moz-box-shadow: 0 1px 5px -2px #222222;
    box-shadow: 0 1px 5px -3px #222222;
}
.rankimage {
    width: 100%;
    height: 40px;
    grid-column-start: 3;
    grid-column-end: -1;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.animaiteddownarowicon {
    width: 20px;
    height: 20px;
    transform: translateY(-5px);
    background-image: url(../assets/sprites/icons_list.png);
    background-position: -41px -424px;
    -o-animation: scrolldown 1.5s ease-in-out 0s infinite;
    -webkit-animation: scrolldown 1.5s ease-in-out 0s infinite;
    animation: scrolldown 1.5s ease-in-out 0s infinite;
}
.dragtorankimage {
    font-weight: bold;
}
@-webkit-keyframes scrolldown {
    from {margin-top: 5px;}
    to {margin-top: 15px;}
}
.selectedpersonalranktoggle, .selectedcommunityranktoggle{
    /*display: none;*/
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: var(--card_radius_half);
    background-color: var(--light_btn_active_color);
}
.communityranktoggle , .personalranktoggle{

    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: var(--card_radius_half);
    background-color: var(--light_btn_color);
    animation: var(--btn_bgcolor_animation);
}
.communityranktoggle:hover, .personalranktoggle:hover{
    background-color: var(--light_btn_hover_color);
}
.unrankedpersonalranktoggle{
    display: none;
}
.personalranktoggleimage {
    float: left;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -360px;
}
.communityranktoggleimage {
    float: left;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -400px;
}






#listboxholder, #pollboxholder {
    width: 100%;
    min-width: 240px;
    overflow: hidden;
}
#listboxinner, #pollboxinner {
    float: left;
    width: 100%;
    /* overflow: hidden; */
    /* position: relative; */
    margin-bottom: 5px;
}
#listrank {
    position: relative;
    float: left;
    width: 40px;
    margin-left: 5px;
}


.itemrank {
    float: left;
    width: 100%;
    height: 50px;
    display: flex;
    margin: 2.5px 0;
    box-shadow: inset 0 -1px 0 0 #EEEEEE;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
}
.itemrank:nth-child(1){
    margin-top: 7.5px;
}
.itemrank:nth-last-child(1){
    box-shadow: none;
}
#movablelist {
    position: relative;
    float: left;
    width: calc(100% - 45px);
    overflow: hidden;
}
#movablelist:has(>.unsortablemovablelistitem){
    overflow: unset;
}


#movablelist li, #pollitemholder li {
    z-index: 5 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
}

.movablelistitem, .movablepollitem{
    position: relative;
    width: calc(100% - 10px);
    padding-right: 5px;
    height: 50px;
    margin: 0 5px;
    margin-top: 5px;
    background-color: #F6F6F6;
    border-radius: var(--card_radius_half);
    overflow: hidden;
}
.movablelistitem:hover, .movablepollitem:hover{
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 5%, #E5E5E5 50%);
}
.movablelistitem a, .movablepollitem a{
    width: 100%;
    display: grid;
    grid-template-columns: 50px 1fr 20px 20px;
    grid-template-rows: 34px 1fr;
    column-gap: 5px;
    align-items: baseline;
}
.movablelistitem a:has(>.descriptioninitem),.movablepollitem a:has(>.descriptioninitem){
    grid-template-rows: 28px 1fr;
}
.unsortablemovablelistitem{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-box-shadow: 0 1px 5px -2px #222222;
    -moz-box-shadow: 0 1px 5px -2px #222222;
    box-shadow: 0 1px 5px -2px #222222;
}
.unsortablemovablelistitem:hover{
    background-image: none;
}

.unsortablemovablelistitem a, .selectedmovablelistitem.unsortablemovablelistitem{
    grid-template-columns: 50px 1fr 20px;
}

.selectedmovablelistitem{
    position: relative;
    width: calc(100% - 10px);
    padding-right: 5px;
    height: 50px;
    margin: 0 5px;
    margin-top: 5px;
    display: grid;
    grid-template-columns: 50px 1fr 20px 20px;
    grid-template-rows: 34px 1fr;
    column-gap: 5px;
    background-color: var(--red_btn_color);
    border-radius: var(--card_radius_half);
    overflow: hidden;
    align-items: baseline;
}
.selectedmovablepollitem {
    position: relative;
    width: calc(100% - 10px);
    padding-right: 5px;
    height: 50px;
    margin: 0 5px;
    margin-top: 5px;
    display: grid;
    grid-template-columns: 50px 1fr 20px 20px;
    grid-template-rows: 34px 1fr;
    column-gap: 5px;
    border-radius: var(--card_radius_half);
    overflow: hidden;
    align-items: baseline;
    -webkit-box-shadow: #A24242 0 0 0 2px, #cfcfcf 0 0 7px;
    -moz-box-shadow: #A24242 0 0 0 2px, #cfcfcf 0 0 7px;
    box-shadow: #A24242 0 0 0 2px, #cfcfcf 0 0 7px;
    transition: box-shadow 0.2s ease-in-out;
    background-color: #fef3f3;
}
.selectedmovablelistitem:has(>.descriptioninitem), .selectedmovablepollitem:has(>.descriptioninitem){
    grid-template-rows: 28px 1fr;
}
.listitemimage{
    grid-row-start: 1;
    grid-row-end: -1;
}

/*slider section problem*/
/*#movablelistitemtext, #scrollingmovableitemtext{*/
/*    align-self: flex-end;*/
/*}*/
.listitemtextwithoutdescription, .hidingmovableitemtextwithoutdescription{
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: flex-end;
}
.selectedmovablelistitemtext{
    color: #FFFFFF;
}
.selectedmovablelistitem .upvoted_value, .selectedmovablelistitem .downvoted_value{
    color: #FFFFFF;
}
.voted_valueholder{
    display: flex;
    grid-row-start: 1;
    grid-row-end: -1;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.updownanddragindicatorholder_vote{
    display: flex;
    grid-row-start: 1;
    grid-row-end: -1;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5px;
    cursor: pointer;
}
.upindicatorimageholder_vote{
    display: block;
    width: 20px;
    height: 20px;

    border-radius: 50%;
}
.upindicatorimageholder_hover_vote{
    background-image: -webkit-linear-gradient(-90deg, #f1f1f1 0%, #cfcfcf 100%);
}
.upindicatorimageholder_voted{
    background-image: -webkit-linear-gradient(-90deg, #b75454 0%, #a24242 100%);
}
.upindicatorimage_vote {
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -440px;
}
.upindicatorimage_voted{
    background-position: -80px -440px;
}
.itemsremovedlistitem {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 6px;
    width: calc(100% - 10px);
    padding: 0 10px;
    height: 40px;
    white-space: nowrap;
    background-color: #F6F6F6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.downindicatorimageholder_vote{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.downindicatorimageholder_hover_vote{
    background-image: -webkit-linear-gradient(-90deg, #f1f1f1 0%, #cfcfcf 100%);
}
.downindicatorimageholder_voted{
    background-image: -webkit-linear-gradient(-90deg, #b75454 0%, #a24242 100%);
}
.downindicatorimage_vote {
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -460px;
}
.selectedmovablelistitem .downindicatorimage_vote{
    background-position: -80px -460px;
}
.selectedmovablelistitem .upindicatorimage_vote{
    background-position: -80px -440px;
}

.selectedmovablelistitem .downindicatorimageholder_hover_vote, .selectedmovablelistitem .upindicatorimageholder_hover_vote{
    background-image: -webkit-linear-gradient(-90deg, #dab3b3 0%, #c78e8e 100%);
}

.downindicatorimage_voted{
    background-position: -80px -460px;
}


.selectedmovablelistitem .upindicatorimageholder_voted{
    background-image: -webkit-linear-gradient(-90deg, #f1f1f1 0%, #cfcfcf 100%);
}

.selectedmovablelistitem .upindicatorimage_voted{
    background-position: -140px -440px;
}
.selectedmovablelistitem .downindicatorimageholder_voted{
    background-image: -webkit-linear-gradient(-90deg, #f1f1f1 0%, #cfcfcf 100%);
}

.selectedmovablelistitem .downindicatorimage_voted{
    background-position: -140px -440px;
}

.listitemtextwithdescription , .listitemtextwithoutdescription {
    text-overflow: ellipsis;
}









.listitemtextwithoutdescription{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#scrollingmovableitemtext, #movablelistitemtext{
    overflow: hidden;
    white-space: nowrap;
    align-self: end;
}
.ratingitemtextholder #scrollingmovableitemtext, .ratingitemtextholder #movablelistitemtext{
    align-self: start;
}

#selectedmovablelistitemtext, #scrollingselectedmovableitemtext{
    align-self: flex-end;
    color: #FFFFFF;
}
#scrollingselectedmovableitemtext {
    overflow: hidden;
    white-space: nowrap;

}
.selectedmovablepollitem #selectedmovablelistitemtext,.selectedmovablepollitem  #scrollingselectedmovableitemtext, .selectedmovablepollitem  .polled_percentage_text, .selectedmovablepollitem  .descriptioninitem{
    color: #A24242!important;
}
 .updownanddragindicatorholder{
     position: relative;
     grid-row-start: 1;
     grid-row-end: -1;
     grid-column-start: 4;
     /* display: flex
 ; */
     /* align-items: center; */
     /* flex-direction: column; */
     /* justify-content: space-evenly; */
     /* cursor: pointer; */
     top: 5px;
     height: 40px;
}

.communityrank{
    position: relative;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    top: -25px;
}
.unsortablemovablelistitem .communityrank{
    top: 5px;
}
.communityrankimage {
    width: 20px;
    height: 10px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -700px;
}
.selectedcommunityrankimage{
    width: 20px;
    height: 10px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -710px;
}
.communityranktext, .listitemscore{
    font-size: 10px;
}
.listitemscore{
    color: var(--green_bg_color);
}
.selectedcommunityranktext, .selectedmovablelistitem .listitemscore{
    color: #FFFFFF;
}
.movablepollitem  .descriptioninitem{
    z-index: 1;
}
.descriptioninitem{
    width: 100%;
    height: 14px;
    grid-column-start: 2;
    grid-row-start: 2;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden!important;
    text-overflow: ellipsis;
}
.selectedmovablelistitem .descriptioninitem{
    color: #FFFFFF;
}
.selectedmovablelistitem .ratingitemtextholder >.descriptioninitem{
    color: #A24242;
}

.dragindocatorimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -440px;
    z-index: 1;
}
.selectedmovablelistitem .dragindocatorimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -20px -440px;
    z-index: 1;
}

.upindicatorimageholder_hover{
    border-radius: 50%;
    background-color: #cfcfcf;
}
.selectedmovablelistitem .upindicatorimageholder_hover{
    border-radius: 50%;
    background-color: #641a1a;
}
.upindicatorimageholder{
    position: absolute;
    top: 0;
}
.downindicatorimageholder{
    position: absolute;
    bottom: 0;
}
.upindicatorimage {
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -440px;
    cursor: pointer;
}
.upindicatorimage_hover {
    background-position: -60px -440px;
}

.selectedmovablelistitem .upindicatorimage {
    cursor: pointer;
    background-position: -80px -440px;
}
.selectedmovablelistitem  .upindicatorimage_hover {
    background-position: -80px -440px;
}

.downindicatorimage {
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -460px;
    cursor: pointer;
}
.downindicatorimage_hover {
    background-position: -60px -460px;
}

.selectedmovablelistitem .downindicatorimage {
    cursor: pointer;
    background-position: -80px -460px;
}
.selectedmovablelistitem .downindicatorimage_hover {
    background-position: -80px -460px;
}


#feedbackandsubmit {
    width: 100%;
    z-index: 100;
}
#submitinstructions {
    padding: 0 10px;
    height: 50px;
    background-color: var(--list_item_bg_color);
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
    gap: 10px;
}
#channelinnerwrapperrank {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.profileimagerank {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.morerankprivacyoptions {
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -480px;
}
.lessrankprivacyoptions {
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -500px;
}
#rankprivacybuttonclick {
    position: absolute;
    display: none;
    width: 185px!important;
    height: auto!important;
    background-color: var(--white_card_bgcolor);
    left: 0;
    top: 32px;
    border-radius: var(--card_radius_half);
    box-shadow: var(--white_card_shadow);
    overflow: hidden;
}
.publicprivacyparentholder{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    transition: var(--light_card_bgcolor);
 }
.publicprivacyparentholder:hover{
    background-color: var(--light_btn_hover_color);
}
#ranksubmit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ranksubmitbuttonback {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #418b45;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}
.ranksubmitbuttonbackanimation {
    -webkit-animation-direction: beat 1.5s ease 0s infinite;
    -moz-animation-direction: beat 1.5s ease 0s infinite;
    -o-animation-direction: beat 1.5s ease 0s infinite;
    animation-direction: beat 1.5s ease 0s infinite;
}
#ranksubmitbutton {
    width: 80px;
    padding: 8px 0;
    background-color: var(--green_bg_color);
    color: #FFFFFF;
    transition: var(--btn_bgcolor_animation);
    border-radius: var(--card_radius_half);
    margin-left: -25px;
    -webkit-appearance: none;
}
#ranksubmitbutton:hover{
    background-color: var(--green_hover_color);
}
#ranksubmitbutton:active{
    background-color: var(--green_active_color);
}
.ranksubmitbuttonbackanimation {
    -webkit-animation-direction: beat 1.5s ease 0s infinite;
    -moz-animation-direction: beat 1.5s ease 0s infinite;
    -o-animation-direction: beat 1.5s ease 0s infinite;
    animation-direction: beat 1.5s ease 0s infinite;
}
.ranksubmitbuttonbackanimation:before, .ranksubmitbuttonbackanimation:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #418b45;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=17);
    -moz-opacity: 0.17;
    -khtml-opacity: 0.17;
    opacity: 0.17;
}
.ranksubmitbuttonbackanimation:before {
    z-index: -2;
    -webkit-animation: beat-before 1.5s ease 100ms infinite;
    -o-animation: beat-before 1.5s ease 100ms infinite;
    animation: beat-before 1.5s ease 100ms infinite;
}
.ranksubmitbuttonbackanimation:after {
    z-index: -1;
    -webkit-animation: beat-after 1.5s ease 200ms infinite;
    -o-animation: beat-after 1.5s ease 200ms infinite;
    animation: beat-after 1.5s ease 200ms infinite;
}

@keyframes beat{
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes beat-before {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.4, 1.4);
        -moz-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        -o-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
}
@keyframes beat-after {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.8, 1.8);
        -moz-transform: scale(1.8, 1.8);
        -ms-transform: scale(1.8, 1.8);
        -o-transform: scale(1.8, 1.8);
        transform: scale(1.8, 1.8);
    }
}
#rankreset {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}
.listsubmithelpiconholder{
    /*position: relative;*/
    position: absolute;
}
.listsubmithelpicon {
    z-index: 1;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -560px;
    cursor: pointer;
}
#submitinstructionstext {
    display: none;
    position: absolute;
    /*right: 0;*/
    /*top: -40px;*/
    padding: 10px;
    background-color: var(--white_card_bgcolor);
    border: var(--white_card_border);
    white-space: nowrap;
    border-radius: var(--card_radius_half);
    box-shadow: var(--white_card_shadow);
    z-index: 9;
}
#rankresetbutton {
    font-weight: bold;
    line-height: 100%;
    background-color: transparent;
    cursor: pointer;
}
#rankresetbutton:hover{
    transition: color.3s ease-in-out;
    color: var(--red_btn_color);
}

#submitthensharepopupmessagewrapper{
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
    top: 50px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
.submitthensharepopupmsgholder{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#submitthensharepopupmsg{
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 10px;
    background-color: var(--white_card_bgcolor);
    border-radius: var(--card_radius);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#submitthensharepopupclose{
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -360px;
    border-radius: var(--avatar_radius);
    transition: var(--btn_bgcolor_animation);
    cursor: pointer;
}
#submitthensharepopupclose:hover{
    background-color: var(--light_btn_hover_color);
}
#submitthensharepopupmsgtitle{
    margin: 12px 0;
    font-size: 14px;
    font-weight: bold;
}
#submitthensharepopupmsgbtnyes, #submitthensharepopupmsgbtnno{
    cursor: pointer;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #FFF;
    background-color: var(--red_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
}
#submitthensharepopupmsgbtncontainer{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#submitthensharepopupmsgtext{
    display: flex;
    justify-content: center;
}







#itemsremovedholder{
    position: relative;
}
#itemsremovedtitle{
    width: 100%;
    height: 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.itemsremovedshow {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -280px -200px;
}
.itemsremovedhide{
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -280px -200px;
    transform: rotate(180deg);
}
#itemsremovedlistrank{
    float: left;
    width: 40px;
}
#itemsremovedlist{
    float: left;
    width: calc(100% - 40px);
}
.itemsremovedrank{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itemsremovedrank:nth-child(1){
    border-top:none!important;
}

#suggestionsholder {
    width: 100%;
    padding-bottom: 90px;
    overflow: hidden;
}
#suggestionstitleholder {
    padding: 0 10px;
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
}
#suggestionheadertotalsuggestion {
    font-size: 16px;
    font-weight: bold;
}
#suggestionsoptiontext{

}
#suggestionsoption {
    width: 40px;
    height: 40px;
}
.latestsuggestions {
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -480px;
}
.popularsuggestions {
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -520px;
}

#suggestionslistrank {
    position: relative;
    float: left;
    width: 40px;
}
#suggestionslistrankinner {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.suggestionsrank {
    flex: none;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.suggestionsrank:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: var(--white_card_border);
    bottom: -3px;
}
#suggestionslist{
    float: left;
    width: calc(100% - 40px);
}
#suggestionslistinner{
    height: 555px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.suggestionslistitem {
    flex: none;
    display: flex;
    width: 100%;
    height: 50px;
    padding-right: 10px;
    background-color: var(--light_card_bgcolor);
    border-radius: 3px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.suggestionsrightdiv{
    position: relative;
    width: 80px;
    height: 50px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.suggestionflagwrapper{
    position: absolute;
    right: 0;
    top: 5px;
}
.suggestionlistitemtextholder {
    position: relative;
    float: left;
    max-width: calc(100% - 90px);
    height: 50px;
}
.suggestionlistitemtext{
    position: relative;
    float: left;
    max-width: 100%;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin: 18px 0;
    margin-left: 10px;
    white-space: nowrap;
}
#hidingitemtitle {
    text-overflow: ellipsis;
}
#suggestionsseetogglewrapper{
    position: relative;
    width: 100%;
    float: left;
    display: block;
    white-space: nowrap;
    margin-top: -3px;
}
#suggestionsseetogglerank{
    display: none;
}
#suggestionsseetoggle{
    cursor: pointer;
    display: flex;
    margin: 0 10px;
    align-items: center;
    gap: 5px;
    height: 40px;
    background-color: var(--light_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
    justify-content: center;
}
#suggestionsseetoggle:hover{
    background-color: var(--light_btn_hover_color);
}
#suggestionsseetoggle:active{
    background-color: var(--light_btn_active_color);
}
.suggestion_accepted_wrapper{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 2px;
}
.suggestion_accepted {
    width: 16px;
    height: 16px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -80px -540px;
}
.suggestionslikeanddislikeicons{
    display: flex;
    align-items: center;
}
.suggestionslistdislikeicon, .suggestionslistdislikedicon{
    margin-left: 5px;
}
.suggestionslistlikeicon, .suggestionslistdislikeicon, .suggestionslistlikedicon, .suggestionslistdislikedicon{
    transform: scale(.8);
}
.suggestionflag {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -20px -480px;
}
.suggestionflag:hover{
    background-position: -20px -60px;
}
.suggestionflag:active{
    background-position: -40px -60px;
}
.suggestionflagaswrapper{
    display: none;
    position: absolute;
    width: 220px;
    right: 0;
    padding: 10px;
    background-color: var(--white_card_bgcolor);
    box-shadow: var(--white_card_shadow);
    border-radius: var(--card_radius_half);
    z-index: 1;
}
.suggestionflagas{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.suggestionsfooter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 5px;
    height: 100px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#add_search_parent{
    padding: 0 10px;
}
.acceptsuggestionlinkholder{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#addsuggestionsform{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#addsuggestionsbutton {
    height: 40px;
    background-color: var(--red_btn_color);
    color: #FFFFFF;
    border-radius: var(--card_radius_half);
    cursor: pointer;
}
#suggestion_searchdropdown {
    position: absolute;
    width: calc(100% - 110px);
    top: 66px;
    left: 10px;
    padding-top: 10px;
    background-color: var(--white_card_bgcolor);
    border: var(--white_card_border);
    border-top: none;
    border-bottom-left-radius: var(--card_radius);
    border-bottom-right-radius: var(--card_radius);
    box-shadow: var(--white_card_shadow);
}
#suggestion_searchdropdownlist{
    width: 100%;
    padding: 0 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#suggestion_searchdropdownlist li{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: var(--light_btn_color);
    border-radius: var(--card_radius_half);
    transition: var(--btn_bgcolor_animation);
}
.suggestion_searchdropdownresults_word, .suggestion_alreadysuggested{
    padding: 0 10px;
}
#suggestion_search_title_suggestion, #suggestion_search_title_word, #suggestion_search_title_item{
    padding: 0!important;
    height: 20px!important;
    background-color: transparent!important;
    font-weight: bold;
}
#suggestion_searchdropdownlist li:hover{
    background-color: var(--light_btn_hover_color);
}
#suggestion_searchdropdownlist li a{
    width: 100%;
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 5px;
    align-items: center;
}
.adderrormsgsuggestioncontainer, .adderrormsgitemcontainer{
    display: none;
}






#commentholder{
    float: left;
    margin-top: 10px;
    clear: left;
    width: calc(100% - 510px);
    padding: 10px;
    padding-top: 0px;
    background-color: var(--white_card_bgcolor);
    box-shadow: var(--white_card_shadow);
    border-radius: var(--card_radius);
}
#commentssection{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#commentsectionheaderwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}
#commentheadertotalcomment{
    font-size: 16px;
    font-weight: bold;
}
#commentsoption{
    position: relative;
    right: -10px;
    width: 40px;
    height: 40px;
}
.latestcomments {
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -480px;
}
.popularcomments {
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -520px;
}
#postcomment{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.postcommenttextholder{
    position: relative;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.commentprofileimageholder{
    width: 30px;
    height: 30px;
    flex: none;
    border-radius: var(--avatar_radius);
    overflow: hidden;
}
.postcommenttext {
    width: calc(100% - 40px);
    padding: 10px;
    padding-top: 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    border: var(--white_card_border);
    border-radius: var(--card_radius_half);
    transition: padding .3s ease-in-out;
    min-height: 50px;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}
#commentpostorclose{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.postcommentcharactersremaining{
    margin-left: 50px;
}
.postcomment{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.postcommentobutton{
    cursor: pointer;
    display: flex;
    width: 80px;
    height: 30px;
    margin-left: auto;
    color: #FFFFFF;
    background-color: var(--dark_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
}
.postcommentobutton:hover{
    background-color: var(--dark_btn_hover_color);
}
.postcommentobutton:active{
    background-color: var(--dark_btn_active_color);
}

#commentslist, .commentholdercontainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.commentholderlevelone{
    width: 100%;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
}
.commentheadandcontentholder{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background-color: var(--light_card_bgcolor);
    border-radius: var(--card_radius_half);
}
.commentholderleveltwomarker{
    width: calc(100% - 40px);
    margin-left: 40px;
}
.commentholderleveltwo, .commentholderlevelthree {
    display: grid;
    gap: 10px;
    grid-template-columns: 30px 1fr;
}
.newreplycomment>.commentholderleveltwo, .newreplycomment >.commentholderlevelthree {
    display: unset;

}

.commentholderlevelthreemarker{
    width: calc(100% - 80px);
    margin-left: 80px;
}
.commenthead{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.commentusername{
    font-weight: bold;
}
.commentusername:hover{
    text-decoration: underline;
}
.commentfeedback{
    display: flex;
    justify-content: space-between;
    grid-column-start: 2;
}
.commentfeedbackleft{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.commentlikeanddislike{
    display: flex;
    align-items: center;
    gap: 5px;
}
.commentseparator{
    /*width: 20px;*/
    /*height: 20px;*/
    /*background-image: var(--list_sprite_image);*/
    /*background-size: var(--list_sprite_size);*/
    /*background-position: 0 -540px;*/
    display: none;
}
.commentreply{
    font-weight: bold;
    cursor: pointer;
}
.commentreply:hover{
    text-decoration: underline;
}
.numberofreplies{
    padding: 3px 5px;
    background-color: var(--light_card_bgcolor);
    border-radius: var(--card_radius_half);
}
.numberofrepliesnumber{
    font-size: 10px;
}
.commentfeedbackright {
    position: relative;
    width: 20px;
    height: 20px;
}
.commentoptionmorebutton_flag {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -0 -60px;
}
.showcommentreplyholdertwo{
    margin-left: 40px;
}
.commentoptionmoreoptionholder_flag {
    display: none;
    position: absolute;
    width: 220px;
    right: 0;
    padding: 10px;
    background-color: var(--white_card_bgcolor);
    box-shadow: var(--white_card_shadow);
    border-radius: var(--card_radius_half);
    z-index: 1;
}
.showcommentreplyholder{
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 40px;
}
.commentreplyicon{
    cursor: pointer;
    width: 10px;
    height: 10px;
    flex: none;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -20px -660px;
}
.profileimageicon{
    width: 20px;
    height: 20px;
    flex: none;
    border-radius: var(--avatar_radius);
    overflow: hidden;
}
.commentreplyusernameandtotalreply{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.commentreplyusernameandtotalreply:hover{
    text-decoration: underline;
}
.commentseparatorblue{
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -540px;
}
.commentflagas{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.flagasoptionslist{
    display: flex;
    flex-direction: column;
    gap: 10px;
}






#adsandrelated, .relatedlistsholder, #iteminotherlistsholder, #iteminotherlistslist{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.relatedlistslisttitletext, .iteminotherlistslisttitletext, #iteminotherlistslisttitle{
    font-size: 16px;
    font-weight: bold;
}
#otherlistchanneltitlebar, #iteminotherlisttitlebar{
    font-size: 16px;
    font-weight: bold;
    color: #A24242;
    cursor: pointer;
}
.relatedlistcurrentitemname{
    display: none;
}
#otherlistchanneltitlebar:hover, #iteminotherlisttitlebar:hover{
    text-decoration: underline;
}
.relatedlistslist{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.relatedliholder {
    position: relative;
    height: 100px;
    border-radius: var(--card_radius);
    overflow: hidden;
    box-shadow: var(--white_card_shadow);
    transition: var(--card_shadow_animation);
}
.relatedliholder:hover{
    box-shadow: var(--white_card_shadow_hover);
}
.relatedlistlink{
    width: 100%;
    padding: 5px;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 5px;
    row-gap: 8px;
    background-color: var(--white_card_bgcolor);
}
.relatedimageholder {
    grid-row-start: 1;
    grid-row-end: -1;
    margin-left: -5px;
    margin-top: -5px;
    overflow: hidden;
}
.relatedlistsfeedlistinfo{
    display: flex;
    align-items: center;
    gap: 5px;
    height: 20px;
}
.relatedlistname {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-overflow: ellipsis;
}

.relatedlistsfeedlistviewicon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -600px;
}
.relatedlistsfeedlistrankingicon{
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -620px;
}
.relatedlistschannelnamelinkholder{
    position: absolute;
    left: 110px;
    bottom: 5px;
    width: 185px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.relatedlistschannelnameimage{
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.relatedlistschannelname{
    font-weight: bold;
}
.relatedlistschannelname:hover{
    text-decoration: underline;
}
.relatedlisttitle{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    background-color: var(--light_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
    justify-content: center;
}
.relatedlisttitle:hover{
    background-color: var(--light_btn_hover_color);
}
.relatedlisttitle:active{
    background-color: var(--light_btn_active_color);
}

.relatedliholder:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.relatedliholder:hover .relatedlistsimg{
    transform: scale(1.1, 1.1);
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, .73, .31, 1.67);
}
.relatedliholder:not(:hover) .relatedlistsimg {
    transition-duration: .4s;
}
.contenttypeList::before{
    content: 'List';
    display: block;
    position: absolute;
    z-index: 9;
    padding: 3px 6px;
    transform: skew(-8deg);
    background: rgba(0, 0, 0, .6);
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
    left: 65px;
}









.disablescroll {
    overflow: hidden;
}
#maximizedgallerybackground {
    top: 40px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    z-index: 101;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity = 80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
.maximizedwrapper{
    position: fixed;
    width: 100%;
    height: calc(100% - 51px);
    padding: 10px;
    top: 51px;
    left: 0;
    z-index: 102;
}
#maximizedholder{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#maximizedgalleryholder {
    position: relative;
    width: calc(100% - 100px);
    max-width: 1024px;
    height: 100%;
}
#maxcontainer {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: 1fr 40px;
    background-color: var(--black_transparent);
    border-radius: var(--card_radius);
    overflow: hidden;
}
.closebuttonnewmaxholder{
    display: flex;
    width: 100%;
    height: 40px;
    grid-column-start: 2;
    grid-column-end: -1;
    align-items: center;
    justify-content: center;
    background-color: var(--dark_btn_color);
    cursor: pointer;
    transition: var(--btn_bgcolor_animation);
}
.closebuttonnewmaxholder:hover{
    background-color: var(--dark_btn_hover_color);
}
.closebuttonnewmaxholder:active{
    background-color: var(--dark_btn_active_color);
}
#maximizedgallery{
    display: grid;
    grid-template-rows: auto 1fr;
    /*grid-template-rows: minmax(245px, 270px) 1fr;*/
    gap: 10px;
    grid-row-start: 1;
    grid-row-end: 3;
}
#contenttitleholdermax{
    position: relative;
    padding: 10px 10px 0 10px;
}
#contenttitleholdermax .contenttitlebarbottomsection{
    width: 100%!important;
    margin: unset;
}

#contenttitleholdermax #contenttitletext{
    color: #DDDDDD;
}
#galleryvideomax{
    position: relative;
    background-color: #000000;
    width: 100%;
    height: 100%;
}

.descriptiontopwrappermax .currentitemlikeicon {
    background-position: -280px 0;
}
.descriptiontopwrappermax .currentitemlikeicon:hover{
    background-position: -280px -20px;
}
.descriptiontopwrappermax .currentitemlikeicon:active{
    background-position: -280px -40px;
}
.descriptiontopwrappermax .currentitemdislikeicon{
    background-position: -280px -60px;
}
 .descriptiontopwrappermax .currentitemdislikeicon:hover{
    background-position: -280px -80px;
}
 .descriptiontopwrappermax .currentitemdislikeicon:active{
    background-position: -280px -100px;
}

.descriptiontopwrappermax .currentitemlikedicon{
    background-position: -20px 0;
}
.descriptiontopwrappermax .currentitemdislikedicon{
    background-position: -20px -20px;
}
.descriptiontopwrappermax #barpieanalyticsbutton{
    background-position: -80px -160px;
}



#contenttitleholdermax .contenttitletext, #contenttitleholdermax .contentpublishdate, #contenttitleholdermax .clickedcontentnumberofpeopleranked, #contenttitleholdermax .contentviewnumber, #contenttitleholdermax .contentsharenumber, #contenttitleholdermax .contentsharenumber span, #contenttitleholdermax .contentlikenumber, #contenttitleholdermax .contentdislikenumber, #contenttitleholdermax .contentcommentsnumber {
    color: #F2F2F2;
}
#contenttitleholdermax .contentflagtext, .descriptiontopwrappermax .currentitemflagwrapper{
    background-position: -60px -60px;
}
#itemtitleholdermax{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    gap: 5px;
    background-color: var(--red_btn_color);
}
.descriptiontopwrappermax{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.descriptiontopwrappermax span{
    color: #DDDDDD;
}
.introanditemdescriptionholdermax{
    overflow: auto;
    padding: 0 6px 0 5px;
}
#itemtitletextmax{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
#scrollingitemtitlemax{
    display: flex;
    align-items: center;
    gap: 5px;
}
#currentitemmax, #currentitemtitlemax{
    color: #DDDDDD;
}
.descriptionmaxtext{
    line-height: 20px;
    color: #DDDDDD;
    /*line-height: 24px;*/
    white-space: pre-line;
    word-wrap: break-word;
    text-align: justify;
    overflow: hidden;
}
.closebuttonnewmax{
    color: #DDDDDD;
    font-size: 14px;
    font-weight: bold;
}

#galleryimageonemax, #galleryimagetwomax, #galleryimagethreemax{

    height: 100%;
    width: auto;
    object-fit: contain;
    /*object-position: top;*/
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.nextitemcontainer {
    position: fixed;
    width: 100px;
    height: 100px;
    right: 0;
    top: calc(50% - 50px);
    background-color: var(--black_transparent);
    border-top-left-radius: var(--card_radius_half);
    border-bottom-left-radius: var(--card_radius_half);
    overflow: hidden;
    z-index: 103;
    box-shadow: var(--white_card_shadow);
}
.nextmediumholdercustomedge, .mediumitemranknext{
    display: none;
}
.nextitemtext {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.nextitemtext:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(268deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}
.listitemimageforrightarraow {
    margin: 10px;
    width: 80px;
    height: 80px;
    border-radius: var(--card_radius_half);
}
.previousitemcontainer {
    position: fixed;
    width: 100px;
    height: 100px;
    left: 0;
    top: calc(50% - 50px);
    background-color: var(--black_transparent);
    border-top-right-radius: var(--card_radius_half);
    border-bottom-right-radius: var(--card_radius_half);
    overflow: hidden;
    z-index: 103;
    box-shadow: var(--white_card_shadow);
}
.prevmediumholdercustomedge, .mediumitemrank{
    display: none;
}
.previousitemtext {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.previousitemtext:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(268deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}
.listitemimageforleftarraow {
    margin: 10px;
    width: 80px;
    height: 80px;
    border-radius: var(--card_radius_half);
}
.separatorbig{
    display: none;
}
.smallwindowlistinstruction{
    display: none!important;
}
#rankresetconfirmmessagebackground{
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
    top: 50px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
 }
#rankresetconfirmmessagewrapper{
    position: fixed;
    /*display: flex;*/
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 50px);
    top: 50px;
    left: 0;
    z-index: 1000;
}
#rankresetconfirmmessage, #redirecttosourceconfirmmessage{
    position: relative;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    background-color: var(--white_card_bgcolor);
    border-radius: var(--card_radius);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#rankresetconfirmmessageclose, #redirecttosourceconfirmmessageclose{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -360px;
    border-radius: var(--avatar_radius);
    transition: var(--btn_bgcolor_animation);
    cursor: pointer;
}
#rankresetconfirmmessageclose:hover, #redirecttosourceconfirmmessageclose:hover{
    background-color: var(--light_btn_hover_color);
}
#rankresetconfirmmessagetitle, #redirecttosourceconfirmmessagetitle{
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: var(--border-light);
}
#rankresetconfirmmessagebuttoncontainer, #redirecttosourceconfirmmessagebuttoncontainer{
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0;
}
#rankresetconfirmmessagebuttondeleteonly, #rankresetconfirmmessagebuttoncancel, #redirecttosourceconfirmmessagebuttonconfirm, #redirecttosourceconfirmmessagebuttoncancel{
    color: #FFFFFF;
    background-color: var(--red_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
    cursor: pointer;
}
#rankresetconfirmmessagebuttondeleteonly:hover, #rankresetconfirmmessagebuttoncancel:hover{
    background-color: var(--red_btn_hover_color);
}
#rankresetconfirmmessagebuttondeleteonly:active, #rankresetconfirmmessagebuttoncancel:active{
    background-color: var(--red_btn_active_color);
}
#redirecttosourceconfirmmessagebuttonconfirm:hover, #redirecttosourceconfirmmessagebuttoncancel:hover{
    background-color: var(--red_btn_hover_color);
}
#redirecttosourceconfirmmessagebuttonconfirm:active, #redirecttosourceconfirmmessagebuttoncancel:active{
    background-color: var(--red_btn_active_color);
}

.rankresetconfirmmessagebuttonyes, .rankresetconfirmmessagebuttonno{
    cursor: pointer;
    width: 100px;
    color: #FFFFFF;
    background-color: var(--red_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
}
:where(.rankresetconfirmmessagebuttonyes, .rankresetconfirmmessagebuttonno):hover{
    background-color: var(--red_btn_hover_color);
}
:where(.rankresetconfirmmessagebuttonyes, .rankresetconfirmmessagebuttonno):active{
    background-color: var(--red_btn_active_color);
}





#galleryvideo img	{
    top:0;
    left:0;
    width: 100%;
    height:auto !important;
}
#galleryimageone {
    display: block;
    width: 100% !important;
}

.giffallbackimage, .gettyfallbackimage{
    position: relative;
    float: left;
    height: auto;
    width: 100%;
}

.gettyshadowimage {
    clear: both;
    height: 50px;
}
.bottomgridimageholdergetty {
    display: none;
    position: absolute;
    height: 50px;
    width: 100%;
    overflow: hidden;
    bottom: 0px;
}
.gridbottomimagegetty {
    -webkit-filter: grayscale(100%);
    filter: blur(15px) grayscale(20%);
    width: 100%;
    transform: scaleY(-1);
}
.bottomtransparentgetty {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.flickr-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.flickr-container iframe,
.flickr-container img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.instagramEmbedContainerMax {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.instagramEmbedContainerMax iframe {
    visibility: visible !important;
}

.flickr-containermax {
    position: absolute;
    top: 0;
    /*left: 0;*/
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.flickr-containermax iframe,
.flickr-containermax img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
.instagram-media {
    /*position: absolute;*/
    width: 100% !important;
    /*left: 0;*/
    /*top: 0;*/
    min-width: auto !important;
    margin: 0 !important;
}
.galleryimageonetenor, .galleryimagetwotenor, .galleryimagethreetenor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 50px);
}
#galleryimageintro .galleryimageonetenor, #galleryimageintro .galleryimagetwotenor, #galleryimageintro .galleryimagethreetenor {
    height: 100%;
}
.tenor-gif-embed {
    /*position: absolute !important;*/
    /*left: 0 !important;*/
    /*top: 0 !important;*/
    /*width: 100% !important;*/
    /*height: 100% !important;*/
    height: 100%;
}
/*.tenor-gif-embed div{*/
/*    padding: 0 !important;*/
/*}*/


#imagesourcefromwebcontainer2, #imagesourcefromwebcontainer3{
    display:none;

}

#imagesourcefromwebcontainer1max{
    display:block;

}
#imagesourcefromwebcontainer2max, #imagesourcefromwebcontainer3max{
    display:none;

}


canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    max-width: 100%;
    height: auto;
}

#galleryimageonegetty, #galleryimagetwogetty, #galleryimagethreegetty {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100% !important;
    /*height: 100% !important;*/
    margin-left: unset!important;
    margin-top: unset!important;
}

#galleryimagetwo, #galleryimagethree {
    display:none;
    width: 100% !important;
}

#galleryimageonemax	{
    display:block;
}

#galleryimagetwomax, #galleryimagethreemax	{
    display:none;
}


.galleryitemimagesdot {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itemimagedot1 {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.itemimagedot2 {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.itemimagedot3 {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
#gallerythumbnailslist{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#gallerythumbnailone, #gallerythumbnailtwo, #gallerythumbnailthree{
    width: 40px;
    height: 40px;
    opacity: .6;
    z-index: 1;
    cursor: pointer;
}
:where(#gallerythumbnailone, #gallerythumbnailtwo, #gallerythumbnailthree):hover{
    opacity: 1!important;
}
#itemsremovedtitle span{
    font-size: 16px;
    font-weight: bold;
}
#itemsremovedlistrank{
    display: none;
}
#itemsremovedlist{
    display: none;
}

/* HYPHENOPOLY*/
.hyphenopolyforcomments{
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.commentoptionmorebutton_delete{
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -60px;
    cursor: pointer;
}
.commentoptionmorebutton_delete:hover{
    background-position: -20px -60px;
}
.commentoptionmorebutton_delete:active{
    background-position: -40px -60px;
}

#listbox{
    position: relative;
    max-height: 555px;
    overflow: hidden;
}
.listnavupholder{
    position: absolute;
    display: none;
    width: 100%;
    height: 40px;
    left: 0;
    /*top: 0;*/
    z-index: 99;
    background-image: -webkit-linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 30%) 100%);
    user-select: none;
    pointer-events: none;
}
.listnavdownholder{
    position: absolute;
    display: none;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-image: -webkit-linear-gradient(90deg, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 0%) 100%);
    user-select: none;
    pointer-events: none;
}
.listnavupedgeleft, .listnavupedgeright, .listnavdownedgeleft, .listnavdownedgeright{
    display: none;
}
.listnavup, .listnavdown{
    display: flex;
    width: 110px;
    height: 25px;
    margin: 5px calc(50% - 55px);
    background-color: var(--black_transparent);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: var(--btn_bgcolor_animation);
}
.listnavup:hover, .listnavdown:hover{
    background-color: var(--black_transparent_hover);
}
.listnavupicon {
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -20px -500px;
}
.listnavdownicon{
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -20px -520px;
}
.listnavuptext, .listnavdowntext{
    text-transform: capitalize;
    color: #ffffff;
}
#loadmorecommentsholder{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    background-color: var(--light_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
    justify-content: center;
}
#listrankedusermsgpopupwrapper, .usersresponsepopupwrapper{
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
    top: 50px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listlikedusersgpopup, .usersresponsepopupview{
    width: 100%;
    max-width: 460px;
    padding: 10px;
    background-color: var(--white_card_bgcolor);
    border-radius: var(--card_radius);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.usersresponsetitletime {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #666;
}
.listrankeduserpopuptop{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
}
.usersresponseheader{
    position: relative;
    width: 100%;
    height: 40px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #EEE;
}
.usersresponsecloseclose {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -360px;
    border-radius: var(--avatar_radius);
    transition: var(--btn_bgcolor_animation);
}
.usersresponsecloseclose:hover{
    background-color: var(--light_btn_hover_color);
}
.usersresponsecloseclose:active{
    background-color: var(--light_btn_active_color);
}

.usersresponsecloseback {
    cursor: pointer;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -400px;
    border-radius: var(--avatar_radius);
    transition: var(--btn_bgcolor_animation);
}
.usersresponsecloseback:hover{
    background-color: var(--light_btn_hover_color);
}
.usersresponsecloseback:active{
    background-color: var(--light_btn_active_color);
}
.usersresponseheaderusertitle {
    display: flex;
    align-items: center;
    gap: 10px;
}
.usersresponsetitleimage {
    width: 30px;
    height: 30px;
    border-radius: var(--avatar_radius);
}
.listrankedusernumbertext{
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
}
.listrankeduserpopuptopsearchbarholder{
    position: relative;
    width: 100%;
}
.listrankeduserpopuptopsearchbar {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: var(--white_card_border);
    border-radius: var(--card_radius_half);
}
.listrankeduserpopuptopsearchicon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: 0 -240px;
}
#listrankeduserpopupclose{
    cursor: pointer;
    flex: none;
    width: 40px;
    height: 40px;
    border-radius: var(--avatar_radius);
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -360px;
    transition: var(--btn_bgcolor_animation);
}
#listrankeduserpopupclose:hover{
    background-color: var(--light_btn_hover_color);
}
#listrankeduserpopupclose:active{
    background-color: var(--light_btn_active_color);
}
.loadinggig {
    width: 100%;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gifinner {
    width: 200px;
    height: 200px;
    background-image: url(../assets/spritesv2/gif/loadermid.gif);
    background-size: 200px 200px;
    background-position: 0 0;
}

.listrankeduserpopupbottom {
    display: none;
    overflow: auto;
    width: 100%;
    height: 470px;
}
.listrankedusersorder {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.listrankeduserli {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.listlikeduserdataholder{
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.listlikeduserimageholder{
    width: 30px;
    height: 30px;
    aspect-ratio: 1;
    border-radius: var(--avatar_radius);
}
.userprofileimage{
    border-radius: var(--avatar_radius);
}
.popuprankviewicon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -20px -680px;
}
.newprofilesubscribebutton, .newprofilesubscribedbutton  {
    cursor: pointer;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: var(--red_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
}
.newprofilesubscribebutton:hover{
    background-color: var(--red_btn_hover_color);
}
.newprofilesubscribebutton:active{
    background-color: var(--red_btn_active_color);
}

.newprofilesubscribedbutton{
    background-color: var(--light_btn_color);
}
.newprofilesubscribedbutton:hover{
    background-color: var(--light_btn_hover_color);
}
.newprofilesubscribedbutton:active{
    background-color: var(--light_btn_active_color);
}

.newprofilesubscribebutton>span{
    color: #FFFFFF;
}
.usersresponse_listboxinner{
    width: 100%;
    height: 445px;
    overflow: auto;
    display: flex;
    gap: 10px;
}
.usersresponse_listrank{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.usersresponse_movablelist{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.usersresponse_itemrank{
    flex: none;
    position: relative;
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.usersresponse_itemrank:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: var(--white_card_border);
    bottom: -3px;
}
.usersresponse_movablelistitem{
    width: 100%;
    display: grid;
    grid-template-columns: 50px 1fr;
    background-color: #F6F6F6;
    border-radius: var(--card_radius_half);
    box-shadow: 0 1px 5px -2px #222222;
    align-items: center;
    gap: 10px;
}
.newunsubscribeconfirmholder {
    position: fixed;
    top: 300px;
    left: calc(50% - 160px);
    width: 300px;
    height: 150px;
    padding: 10px;
    z-index: 100;
    background-color: var(--black_transparent_bg);
    border-radius: var(--card_radius);
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
    justify-content: space-around;;
}
.newunsubscribeconfirmtext{
    flex: none;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}
.newunsubscribeconfirmbutton{
    width: 100px;
    height: 30px;
    background-color: var(--red_btn_color);
    color: #FFFFFF;
    border-radius: var(--card_radius_half);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newunsubscribeconfirmbutton:hover{
    background-color: var(--dark_btn_hover_color);
}
.newunsubscribeconfirmbutton:active{
    background-color: var(--dark_btn_active_color);
}

.newunsubscribeconfirmcancel{
    width: 100px;
    height: 30px;
    background-color: var(--light_btn_color);
    border-radius: var(--card_radius_half);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newunsubscribeconfirmcancel:hover{
    background-color: var(--light_btn_hover_color);
}
.newunsubscribeconfirmcancel:active{
    background-color: var(--light_btn_active_color);
}




#listlikedusermsgpopupwrapper {
    position: fixed;
    height: calc(100% - 50px);
    width: 100%;
    top: 50px;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    overflow-y: auto;
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
}
.listlikedusersgpopup {
    position: relative;
    width: calc(100% - 40px);
    background-color: #FFF;
    max-width: 460px;
    padding: 10px;
    /* margin: 10px 0; */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.listlikeduserpopuptop{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
    justify-content: space-between;

}
.listlikeduserpopupbottom{
    max-height: 430px;
    overflow: auto;
}
.listlikedusersorder{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.listlikeduserli{
    display: flex;
    align-items: center;
    gap: 10px;
}
.likedlistuserloadmorebtntxt{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light_btn_color);
    border-radius: var(--card_radius_half);
    margin-top: 10px;
    cursor: pointer;
    animation: var(--btn_bgcolor_animation);
}
.likedlistuserloadmorebtntxt:hover{
    background-color: var(--light_btn_hover_color);
}
.likedlistuserloadmorebtntxt:active{
    background-color: var(--light_btn_active_color);
}

.suggestionoptionmorebutton {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -20px -480px;
}
.suggestionoptionmorebutton:hover{
    background-position: -20px -60px;
}
.suggestionoptionmorebutton:active{
    background-position: -40px -60px;
}
.suggestionoptionmoreoptionholder, .commentoptionmoreoptionholder_delete{
    display: none;
    position: absolute;
    width: 220px;
    top: 25px;
    right: 0;
    background-color: var(--white_card_bgcolor);
    box-shadow: var(--white_card_shadow);
    border-radius: var(--card_radius_half);
    z-index: 1;
    overflow: hidden;
}
:where(.suggestionoptionmoreoptionholder>div, .commentoptionmoreoptionholder_delete>div):hover{
    cursor: pointer;
    background-color: var(--light_btn_hover_color);
}
:where(.suggestionoptionmoreoptionholder>div, .commentoptionmoreoptionholder_delete>div):active{
    cursor: pointer;
    background-color: var(--light_btn_active_color);
}

.suggestiondeletetextholder, .commentdeletetextholder{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.suggestionnotificationbellonholder, .commentnotificationbellparentholder{
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.suggestiondeleteicon, .commentdeleteicon{
    width: 16px;
    height: 16px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -80px -480px;
    cursor: pointer;
}
.suggestionbellturnedonalways, .commentbellturnedonalways{
    width: 16px;
    height: 16px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -80px -500px;
    cursor: pointer;
}

.suggestionbellturnedoffalways, .commentbellturnedoffalways{
    width: 16px;
    height: 16px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -100px -500px;
    cursor: pointer;
}
.settingsiconsuggestions {
    width: 16px;
    height: 16px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -80px -520px;
    cursor: pointer;
}
.suggestionnotificationbellonholder a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}
#rankuntilholder{
    width: 100%;
    height: 50px;
    border-top: var(--border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
#rankuntiltext{
    font-weight: bold;
}
#rankuntiltime, #rankuntiltime>span{
    font-weight: bold;
    color: var(--red_btn_color);
}
#pollboxinner #cloned_items{
    z-index: 5;
}
#pollitemholder {
    position: relative;
    float: left;
    width: calc(100% - 45px);
    overflow: hidden;
    z-index: 5;
}
#pollitemholder .votingbtnholderinner{
    z-index: 7;
}
/*.movablepollitem {*/
/*    position: relative;*/
/*    width: calc(100% - 10px);*/
/*    padding-right: 5px;*/
/*    height: 50px;*/
/*    margin: 0 5px;*/
/*    margin-top: 5px;*/
/*    background-color: #F6F6F6;*/
/*    border-radius: var(--card_radius_half);*/
/*    overflow: hidden;*/
/*}*/
/*.movablepollitem a{*/
/*    width: 100%;*/
/*    display: grid;*/
/*    grid-template-columns: 50px 1fr 50px;*/
/*    grid-template-rows: 34px 1fr;*/
/*    column-gap: 5px;*/
/*}*/
.votingbtnholder {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.votingbtnholderinner{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*z-index: 5;*/
}
.percentagecheckboxholder {
    transform: scale(.6);

}
.percentagecheckboxholder input[type="radio"]:checked,
.percentagecheckboxholder input[type="radio"]:not(:checked) {
    position: unset;
    left: unset;
}
.percentagecheckboxholder input[type="radio"]{
    -webkit-appearance: none;
    /*margin: 6px;*/
    margin: 0px 1px 2px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: #239ED7 0px 0px 0px 2px, inset #D1E2EE 0px 0px 0px 15px;
    -webkit-transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1), -webkit-transform 0.25s cubic-bezier(0.8, 0, 1, 1);
    outline: none;
}
.percentagecheckboxholder input[type="radio"]:active {
    -webkit-transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.percentagecheckboxholder input[type="radio"]:active, .percentagecheckboxholder input[type="radio"]:checked {
    box-shadow: #239ED7 0px 0px 0px 2px, inset #D1E2EE 0px 0px 0px 5px, inset #239ed7 0 0 0 15px;
}
.percentagecheckboxholder label {
    display: none;
}
.polled_percentage_text{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 1px;
}
/*.selectedmovablepollitem .polled_percentage_text{*/
/*    font-size: 10px;*/
/*    color: #FFFFFF;*/
/*}*/

.percentagecheckboxholder input[type="checkbox"]{
    -webkit-appearance: none;
    margin: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 5px;
    vertical-align: middle;
    box-shadow: #239ED7 0px 0px 0px 2px, inset #D1E2EE 0px 0px 0px 15px;
    -webkit-transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1), -webkit-transform 0.25s cubic-bezier(0.8, 0, 1, 1);
    outline: none;
}
.percentagecheckboxholder input[type="checkbox"]:active {
    -webkit-transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.percentagecheckboxholder input[type="checkbox"]:active, .percentagecheckboxholder input[type="checkbox"]:checked {
    box-shadow: inset #239ED7 0px 0px 0px 15px;

}

.percentagecheckboxholder input[type="checkbox"]:checked:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -80px -560px;

}
.ratingboxholder .itemrank {
    height: 100px;
}
.ratingboxholder .itemrank:nth-child(1) {
    margin-top: 11.5px;
}
.ratingboxholder #movablelist {
    padding-bottom: 5px;
}
.ratingboxholder .movablelistitem {
    height: 100px;
    border-radius: 10px;
    background-color: #f9f9f9;
    -webkit-box-shadow: #cfcfcf 0 0 0 2px, #cfcfcf 0 0 7px;
    -moz-box-shadow: #cfcfcf 0 0 0 2px, #cfcfcf 0 0 7px;
    box-shadow: #cfcfcf 0 0 0 2px, #cfcfcf 0 0 7px;
    cursor: unset !important;
    margin: 7px 5px 2px 5px;
    transition: box-shadow 0.2s ease-in-out;
}
.ratingboxholder .movablelistitem a {
    height: unset;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ratingboxholder .movablelistitem a:nth-child(1){

}
.ratingbarbottom {
    position: absolute;
    left: 5px;
    bottom: 0;
    width: calc(100% - 10px);
    height: 40px;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    /*pointer-events: none;*/
    flex-direction: row-reverse;
    z-index: 1;
}
.ratingimageandtextboxnew {
    width: calc(100% - 5px);
    padding-bottom: 40px;
    cursor: pointer !important;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 5px;
    margin: 0 5px;
    margin-top: 5px;
}
.ratingboxholder .listitemimage {
    border-radius: 8px;
    overflow: hidden;
}
.ratingitemtextholder{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.newratingscrore_avg{
    margin-right: auto;
}
.ratingboxholder .selectedmovablelistitem {
    display: block;
    height: 100px;
    border-radius: 10px;
    -webkit-box-shadow: #A24242 0 0 0 2px, #cfcfcf 0 0 7px;
    -moz-box-shadow: #A24242 0 0 0 2px, #cfcfcf 0 0 7px;
    box-shadow: #A24242 0 0 0 2px, #cfcfcf 0 0 7px;
    cursor: unset !important;
    margin: 7px 5px 2px 5px;
    transition: box-shadow 0.2s ease-in-out;
    background-color: #fef3f3;
}
ratingimageandtextboxnew .descriptioninitem{
    align-self: unset !important;
}
.ratingimageandtextboxnew .selectedmovablelistitemtext{
    color: #A24242!important;
    align-self: unset !important;
}
.box-body, .expand_icons {
    position: relative;
    float: left;
    pointer-events: auto;
    margin-right: 10px;
}


.touchstartanimate{
    box-shadow: 2px 2px 10px 0 #00000066 !important;
    background-color: #eeeeee !important;
}

#movablelist li {
    z-index: 5 !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
}
#movablelist li:not(.unsortablemovablelistitem):hover, #movablelist li:not(.unsortablemovablelistitem) a:hover {
    cursor: pointer; /* fallback if grab cursor is unsupported */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;


}
#movablelist li:not(.unsortablemovablelistitem):active, #movablelist li:not(.unsortablemovablelistitem) a:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

#cloned_items li {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
    left: 45px;
    -webkit-box-shadow: 0 1px 5px -2px #222222;
    -moz-box-shadow: 0 1px 5px -2px #222222;
    box-shadow: 0 1px 5px -2px #222222;
}
#cloned_items li:hover, #cloned_items li a:hover {

    cursor: pointer; /* fallback if grab cursor is unsupported */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
#cloned_items li:active, #cloned_items li a:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
#cloned_items {
    position: relative;
    width: calc(100% - 45px);
}
.ui-sortable-helper{
    transition: transform 0.3s !important;
    -webkit-transform: rotate(-3deg) !important;
    -moz-transform:rotate(-3deg) !important;
    -o-transform:rotate(-3deg) !important;
    -ms-transform:rotate(-3deg) !important;
    transform:rotate(-3deg) !important;
    box-shadow: 2px 2px 10px 0 #00000066 !important;
    /*background-color: #eeeeee !important;*/
    /*background-image: none !important;*/
}
.uisortablehelperrotateback{
    transition: transform 0.3s !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform:rotate(0deg) !important;
    -o-transform:rotate(0deg) !important;
    -ms-transform:rotate(0deg) !important;
    transform:rotate(0deg) !important;
}
body{
    -webkit-touch-callout: none !important;

}
a{
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}
#listinstructionstitle, .usernamesuffix{
    font-size: 14px;
    font-weight: bold;
}
.compare_ranger_slider{
    width: 100%;
    margin-right: 15px;
}
.newratingscrore_my{
    max-width: 60px;
}
.newratingscrore_avg{
    color: #a24242;
    white-space: nowrap;
}
#lowerlimitname {
    position: absolute;
    left: 5px;
    top: 21px;
    display: none;
}
#upperlimitname {
    position: absolute;
    right: 5px;
    top: 21px;
    display: none;
}
.itemnotificationbell{
   position: relative;
}
.itembellturnedoffalways{
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: 0 -400px;
}

.contenttitleintroimageholder {
    position: relative;
    display: none;
    margin-top: 10px;
}
.introimageclosebuttonformobile{
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -560px;
    background-color: var(--black_transparent);
    border-radius: var(--avatar_radius);
    overflow: hidden;
    box-shadow: var(--white_shadow);
    z-index: 1;
    transition: var(--btn_bgcolor_animation);
}
#galleryvideofallbackintro{
    position: absolute;
    visibility: hidden;
}

.newcontentshareimagepreviewbox {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    gap: 10px;
}

/*keeprankstart*/
#keeprankpopupbackground	{
    display:block;
    position:fixed;
    height:100%;
    width:100%;
    z-index:999997;
    top:40px;
    background-color:#000000;
    opacity:0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}

#keeprankpopupwrapper	{
    position: fixed;
    width: 100%;
    z-index: 999998;
    top: 50px;
}

#keeprankpopup	{
    position: relative;
    width: calc(100% - 50px);
    max-width: 400px;
    height: 160px;
    margin: 0 auto;
    margin-top: 200px;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px -5px black;
}

#keeprankpopupclose	{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -360px;
    border-radius: var(--avatar_radius);
    transition: var(--btn_bgcolor_animation);
    z-index: 1;
}

#keeprankpopupclose:hover	{
    background-color: var(--light_btn_hover_color);
}

#keeprankpopupclose:active	{
    background-color: var(--light_btn_active_color);
}

#keeprankpopuptitle	{
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    margin-top: 10px;
}

#keeprankpopupstartext{
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-top: 10px;
}

#keeprankpopuptext, #keeprankpopuptext ul, #keeprankpopuptext ul li, #keeprankpopuptext a	{
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-top: 10px;
}

#keeprankpopuptext ul li	{
    margin-bottom:5px;
}

#keeprankpopupbuttoncontainer	{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.keeprankpopupradio {
    cursor:pointer;
    position:relative;
    display:inline-block;
    margin-top: 6px;
}

.keeprankpopupradiotext{
    position:relative;
    display:inline-block;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 15px;
    text-decoration:none;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:14px;
    color:#666666;
}

#keeprankpopupradioholder {
    position:relative;
    display:block;
    float:left;
    width:100px;
    text-align: center;
    margin-left: 15px;
    height:25px;
}
#keeprankpopupbuttoncontainer	{
    display:block;
    width:100%;
    height: 21px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
}
#keeprankpopupbuttonholderno	{
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

#keeprankpopupbuttonholderyes {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.keeprankpopupbutton	{
    background-color: var(--red_btn_color);
    color: #FFFFFF;
    border-radius: var(--card_radius_half);
    transition: var(--btn_bgcolor_animation);
    cursor: pointer;
}

.keeprankpopupbutton:hover	{
    background-color: var(--red_btn_hover_color);

}

.keeprankpopupbutton:active{
    background-color: var(--red_btn_active_color);

}

/*Keeprankend*/



.itemturnoninstructionalways{
    display: none;
    position: absolute;
    width: 112px;
    height: 62px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #cfcfcf;
    top: 15px;
    left: 2px;
    border-radius: .25em;
    box-shadow: 0px 2px 10px -5px #000000;
    z-index: 90;

}
.itemturnoffinstructionalways{
    display: none;
    position: absolute;
    width: 112px;
    height: 62px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #cfcfcf;
    top: 30px;
    right: 0px;
    border-radius: .25em;
    box-shadow: 0px 2px 10px -5px #000000;
    z-index: 90;

}

.itemturnoffinstructionmax{
    display: none;
    position: absolute;
    width: 265px;
    height: 12px;
    padding: 11px;
    background-color: #FFFFFF;
    border: 1px solid #cfcfcf;
    top: 15px;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: 0px 2px 10px -5px #000000;
    -moz-box-shadow: 0px 2px 10px -5px #000000;
    box-shadow: 0px 2px 10px -5px #000000;
    z-index: 90;
    left: -60px;
}
.itemturnoninstructionmax{
    display: none;
    position: absolute;
    width: 265px;
    height: 12px;
    padding: 11px;
    background-color: #FFFFFF;
    border: 1px solid #cfcfcf;
    top: 15px;
    border-radius: .25em;
    box-shadow: 0px 2px 10px -5px #000000;
    z-index: 90;
    left: -60px;
}

#itemsremovedlistinner, #itemsremovedlistrankinner{
    overflow: hidden;
}
#itemsremovedseetoggle{
    cursor: pointer;
    margin: 0 5px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    background-color: var(--light_btn_color);
    border-radius: var(--btn_radius);
    transition: var(--btn_bgcolor_animation);
    justify-content: center;
}
#itemsremovedseetoggle:hover{
    background-color: var(--light_btn_hover_color);
}
#itemsremovedseetoggle:active{
    background-color: var(--light_btn_active_color);
}
#itemsremovedseetogglerank{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.list_featured_box{
    margin-left: auto;
    margin-right: 10px;
}
.list_unfeatured_button, .list_featured_button {
    background-color: var(--blue_btn_color);
    color: #FFF;
    height: 30px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--card_radius_half);
    cursor: pointer;
}
.list_unfeatured_button:hover, .list_featured_button :hover{
    background-color: var(--blue_btn_hover_color);
}
.list_unfeatured_button:active, .list_featured_button :active{
    background-color: var(--blue_btn_active_color);
}


.intothumbimagecombined img {
    max-inline-size: unset;
    max-block-size: unset;
}
.listitemimageforleftarraowdiv {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 10px;
}
.introfallbackimage {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
}
.introimageone {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
}
.introimagelong {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 40px;
}
.introimagelongright {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 40px;
}
.introimagerightrow {
    position: relative;
    display: inline-grid;
    text-align: center;
}
.introlistlongimage {
    height: 80px;
    width: 80px;
    margin-left: -20px;

}
.introimagetoprow {
    position: relative;
    display: block;
    float: left;
    width: 40px;
}
.introimagebottomrow {
    position: relative;
    display: block;
    float: left;
    width: 40px;

}
.introlistimage4 {
    display: block;
    float: left;
    margin-top: 0;
    margin-left: 0;
    width: 40px;
    height: 40px;
}
.introlistimage3 {
    display: block;
    float: left;
    margin-top: 0;
    width: 40px;
    height: 40px;
}
.introlistimage2 {
    display: block;
    float: left;
    margin-left: 0;
    width: 40px;
    height: 40px;
}
.introlistimage1 {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
}
.introlistlongimageleft, .introlistlongimageright{
    max-inline-size: unset;
    max-block-size: unset;
    position: relative;
    width: 80px;
    left: -20px;
}
.introlistlongimageleft1, .introlistlongimageleft2{
    float: left;
    max-inline-size: unset;
    max-block-size: unset;
}
.introlistlongimageright1, .introlistlongimageright2{
    float: left;
    max-inline-size: unset;
    max-block-size: unset;
}
.listitemrightnav{
    position: absolute;
    right: 5px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -120px -480px;
    transform: rotate(90deg);
    cursor: pointer;
}
.listitemrightnav:hover{
    background-position: -120px -520px;
}
.listitemleftnav{
    position: absolute;
    left: 5px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -120px -480px;
    transform: rotate(-90deg);
    cursor: pointer;
}
.listitemrightnav:hover{
    background-position: -120px -520px;
}
.navhide{
    display: none;
}
.galleryplay , .galleryplaymax{
    cursor: pointer;
    float: right;
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -40px;
}
.gallerypause, .gallerypausemax{
    cursor: pointer;
    float: right;
    width: 30px;
    height: 30px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -120px;
}
.listlikeduserpopupclose{
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -360px;
    border-radius: var(--avatar_radius);
    transition: var(--btn_bgcolor_animation);
}

.contentlikeicon, .contentlikedicon, .contentdislikeicon, #contentcommentsicon, .contentdislikedicon{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.contentlikeicon, .contentlikedicon{
    margin-top: -2px;
}
.contentdislikeicon, .contentdislikedicon{
    margin-top: 2px;
}
.contentlikedicon .rmlicon-gray, .contentdislikedicon .rmlicon-gray{
    fill: #A24242!important;
}
.contentlikeicon .rmlicon-red, .contentdislikeicon .rmlicon-red{
    fill: #666666;
}

#listlikeduserpopupclose{
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -360px;
    border-radius: var(--avatar_radius);
    transition: var(--btn_bgcolor_animation);
}
#listlikeduserpopupclose:hover{
    background-color: var(--light_btn_hover_color);
}
.usersresponsepopupclose{
    cursor: pointer;
    flex: none;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: var(--avatar_radius);
    background-image: var(--common_sprite_image);
    background-size: var(--common_sprite_size);
    background-position: -40px -360px;
    transition: var(--btn_bgcolor_animation);
}
.usersresponsepopupclose:hover{
    background-color: var(--light_btn_hover_color);
}

/*poll*/
.ui-progressbar-value{
    height: 100%;
    background-color: #8EC5FC;
    background-image: linear-gradient(-45deg, #c6e3ff 0%, #ead9fb 100%);
    background-size: 400% 400%;
    animation: progressbaranimation 5s ease infinite;
}
@keyframes progressbaranimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.polled_percentage_bar, .polled_percentage_bar_with_description {
    position: absolute;
    width: calc(100% - 56px);
    height: 45px;
    top: 3px;
    left: 53px;
    overflow: hidden;
    border-radius: 4px;
}
/*.selectedmovablepollitem .ui-progressbar-value{*/
/*    background-image: linear-gradient(-45deg, #DAB3B3 0%, #ECD9D9 100%);*/
/*}*/
#pollboxholder h2{
    z-index: 1;
}
.contentintroductionthumbtoprow {
    position: relative;
    display: block;
    float: left;
    /*width: 50px;*/
}

.contentintroductionthumblongimageleft1, .contentintroductionthumblongimageleft2{
    float: left;
    max-inline-size: unset;
    max-block-size: unset;
    width: 50%;
    height: 50%;
}

.contentintroductionthumbbottomrow {
    position: relative;
    display: block;
    float: left;
    /*width: 50px;*/

}
.contentintroductionthumblong {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 50%;
    height: 100%;
}
.contentintroductionthumblongimageleft, .contentintroductionthumblongimageright{
    max-inline-size: unset;
    max-block-size: unset;
    position: relative;
    /*width: 50%;*/
    height: 100%;
    left: -25px;
}
.contentintroductionthumblongright, .contentintroductionthumblongleft {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 50%;
    height: 100%;
}
.contentintroductionthumblongimageright1, .contentintroductionthumblongimageright2{
    float: left;
    max-inline-size: unset;
    max-block-size: unset;
    width: 50%;
    height: 50%;
}
.contentintroductionthumbrightrow {
    position: relative;
    /*display: inline-grid;*/
    text-align: center;
}
.empty_result_texthover {
    margin-top: 10px;
}

#movablevoteitemtext, #selectedmovablevoteitemtext	{
    display: block;
    float: left;
    margin-left: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #666666;
}
.voteitemtextwithoutdescription{
    margin-top: 18px;
    text-overflow: ellipsis;

}
.voteitemtextwithdescription{
    margin-top: 10px;
    text-overflow: ellipsis;

}
#movablevoteitemtext	{
    color:#555555;
    overflow: hidden;
    white-space: nowrap;
}

#selectedmovablevoteitemtext	{
    color:#990000;
    overflow: hidden;
    white-space: nowrap;
}

#movablevoteitemtext:hover, #selectedmovablevoteitemtext:hover	{
    cursor:pointer;
}

@media only screen and (max-width: 1680px) {
    .previousitemcontainer {
        left: -60px;
        opacity: .7;
        transition: all .3s;
        transition-timing-function: ease-in-out;
    }
    .previousitemcontainer:hover {
        opacity: 1;
        left: 0;
    }
    .nextitemcontainer {
        right: -60px;
        opacity: .7;
        transition: all .3s;
        transition-timing-function: ease-in-out;
    }
    .nextitemcontainer:hover {
        opacity: 1;
        right: 0;
    }
}

@media only screen and (max-width: 1260px) {
    #itemcontent, #commentholder {
        width: 400px;
    }
    #listholderwrapper{
        width: calc(100% - 410px);
    }
}
@media only screen and (max-width: 1080px) {
    #contentholder {
        width: 100%;
        grid-column-start: 1;
        grid-column-end: -1;
    }
    #adsandrelated {
        width: 100%;
        padding: 10px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        align-items: start;
        justify-items: center;
        grid-column-start: 1;
        grid-column-end: -1;
        background-color: var(--white_card_bgcolor);
        box-shadow: var(--white_card_shadow);
        border-radius: var(--card_radius);
    }
    #adsandrelated > div{

    }
    #itemcontent, #commentholder {
        width: calc(100% - 510px);
    }
    #listholderwrapper {
        width: 500px;
    }
}

@media only screen and (max-width: 920px) {
    #itemcontent, #commentholder {
        width: 350px;
    }
    #listholderwrapper {
        width: calc(100% - 360px);
    }
}

@media only screen and (max-width: 720px) {

    #itemcontent, #commentholder, #listholderwrapper {
        width: 100%;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .contenttitledetailsholdersmall{
        display: block;
        width: 100%;
        float: left;
    }
    .contentthumbnailformobile{
        float: left;
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
    }
    .contentintroductionthumb{
        max-inline-size: unset;
        max-block-size: unset;
        position: relative;
        width: 100px;
    }
    .contenttitle{
        float: left;
        width: calc(100% - 140px);
        margin-left: 10px;
        gap: 5px;
    }
    .contenttitlebarbottomsection {
        float: left;
        width: calc(100% - 110px);
        margin-left: 10px;
        margin-top: 5px;
        gap: 5px;
    }
    .underlineholder{
        float: left;
        width: 100%;
    }
    .contenttitlechannelholdersmall{
        width: 100%;
        margin-bottom: 10px;
    }
    .contentintrodescriptionholder{
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .contentintrodescription{
        white-space: pre-line;
        text-align: justify;
        line-height: 150%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -webkit-font-smoothing: antialiased;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .widecontentextendedmood .contentintrodescription {
        display: block;

    }
    .showmorecontentdescription {
        width: 80px;
        margin-top: 10px;
        margin-left: auto;
        height: 30px;
        background-color: var(--light_btn_color);
        border-radius: var(--btn_radius);
        transition: var(--btn_bgcolor_animation);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #itemshowpopoupformobile {
        display: none;
    }
    .previousitemcontainer, .nextitemcontainer {
        display: none !important;
    }
    #listinstructions {
        position: absolute;
        z-index: 11;
        top: 0;
        left: 45px;
        width: calc(100% - 90px);
        height: 50px;
        background-color: var(--light_btn_color);
    }
    .dragtorankimage{
        display: none!important;
    }
    .newcontentshareicongroupouter{
        transform: scale(.8);
        transform-origin: bottom right;
    }
    .contenttitlelikedislikeandsharebuttonholder {
        position: fixed;
        left: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
        height: 50px;
        background-color: var(--light_card_bgcolor);
        z-index: 101;
        border-radius: var(--card_radius);
        box-shadow: var(--white_card_shadow);
    }
    #contentlikeanddislike{
        width: 100%;
        height: 50px;
        flex-direction: row;
        justify-content: space-around;
    }
    .contentshareboxholder{
        display: block;
    }
    .contentshareiconnew{
        cursor: pointer;
        width: 20px;
        height: 20px;
        background-image: var(--list_sprite_image);
        background-size: var(--list_sprite_size);
        background-position: 0 -640px;
    }
    .contentlikebox, .contentdislikebox, #contentcomments, .contentsharebox{
        flex-direction: column;
    }
    .smallwindowlistinstruction{
        display: block!important;
    }
    #listintro {
        grid-template-columns: 40px 1fr 40px;
    }
    .selectedcommunityranktoggle, .selectedpersonalranktoggle{
        display: none!important;
    }
    .newcontentsharepopup{
        height: 100%;
        border-radius: unset;
    }
    .newcontentshareimagepreviewbox {
        flex-direction: column;
        align-items: center;
    }

    .itemviewmood .contentthumbnailformobile{
        display: none;
    }
    .itemviewmood .contenttitle{
        display: none;
    }
    .itemviewmood .contentpublishdate{
        display: none;
    }
    .itemviewmood .contenthighlightsbar{
        display: none;
    }
    .itemviewmood .newcontentshareicongroupouter{
        display: none;
    }



    .itemviewmood .underlineholder {
        display: none;
    }

    .itemviewmood .contenttitlechannelholdersmall {
        display: none;
    }

    .itemviewmood .contentintrodescriptionholder {
        display: none;
    }
    .itemviewmood #contenthighlightsbar {
        display: none;
    }
    .itemviewmood .contenttitleholder {
        padding: 0;
    }

    #contenthighlightsbarforitemview{
        display: flex;
        align-items: center;
        gap: 10px;
    }


    .itemviewmood #itemshowpopoupformobile{
        display: block;
    }

    /*.itemviewmood :where(#itemshowpopoupformobile, .contentintrodescriptionholder, .itemshowpopoupminicontenttitleholder, .itemshowpopouptopbarformobile){*/
    /*    display: block!important;*/
    /*}*/

    .itemviewmood .itemshowpopoupminicontenttitleholder{
        padding: 10px;
        display: grid;
        grid-template-columns: 100px 1fr;
        grid-template-rows: auto 1fr 1fr;
        column-gap: 10px;
    }
    .itemviewmood .itemshowpopoupminicontentintroimage{
        border-radius: var(--card_radius_half);
        overflow: hidden;
        grid-row-start: 1;
        grid-row-end: -1;
    }

    .itemviewmood .itemshowpopoupminichannelholder a{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .itemviewmood .itemshowpopouptopbarformobile{
        padding: 0 10px;
        margin-bottom: 10px;
        display: grid;
        grid-template-columns: 50px 1fr 50px;
        gap: 10px;
    }
    .itemviewmood .itemshowpopouptopbarformobile a:nth-child(1){
        display: flex;
        grid-column-start: 2;
    }
    .itemviewmood .itemshowpopouptopbarformobile a:nth-child(2){
        display: flex;
        grid-column-start: 0;
        grid-row-start: 1;
    }
    .itempopupbackbuttonholderformobile{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--light_btn_color);
        border-radius: var(--card_radius_half);
        font-weight: bold;
        font-size: 14px;
    }
    .itemviewmood .itemshowpopouptopbarformobile a{
        height: 50px;
    }
    .previtemsmallimage, .nextitemsmallimage{
        width: 50px;
        height: 50px;
        border-radius: var(--card_radius_half);
        overflow: hidden;
    }
    .nextitemsmallnext{
        position: absolute;
        width: 50px;
        height: 50px;
        z-index: 1;
        background: var(--list_sprite_image), radial-gradient(circle, rgb(0 0 0 / 10%) 0%, rgb(0 0 0 / 20%) 100%);
        background-size: var(--list_sprite_size), 50px 50px;
        background-position:  -60px -740px, 0 0;
        border-radius: var(--card_radius_half);
        overflow: hidden;
    }
    .previtemsmallnext{
        position: absolute;
        width: 50px;
        height: 50px;
        z-index: 1;
        background: var(--list_sprite_image), radial-gradient(circle, rgb(0 0 0 / 10%) 0%, rgb(0 0 0 / 20%) 100%);
        background-size: var(--list_sprite_size), 50px 50px;
        background-position:  -60px -680px, 0 0;
        border-radius: var(--card_radius_half);
        overflow: hidden;
    }
    .gallerymaxminandplaytogglecontainer{
        display: none!important;
    }
    .itemviewmood #listholderwrapper{
        display: none;
    }
    .backfromsubmitbuttoninmobileview{
        width: 40px;
        height: 40px;
        background-color: var(--light_btn_color);
        background-image: var(--list_sprite_image);
        background-size: var(--list_sprite_size);
        background-position: -40px -200px;
        cursor: pointer;
        border-radius: var(--avatar_radius)
    }


}


@media only screen and (max-width: 375px){
    #contenthighlightsbar{
        gap: 10px;
    }
    .contentviewnumber:before, .contentsharenumber:before {
        left: -15px;
    }
    .contentthumbnailformobile{
        width: 70px;
        height: 70px;
    }
    .contenttitle{
        width: calc(100% - 110px);
    }
    .contenttitlebarbottomsection{
        width:calc(100% - 80px);
        float: right;
    }
    .contentintroductionthumb{
        width: 70px;
    }
}
