cpitemholder:root {
    --list_item_bg_color: #EEEEEE;
    --list_sprite_image: url(../assets/spritesv2/list.png);
    --list_sprite_size: 320px 800px;
}



.cplisttoggle {
    display: none;
}

.cplistrank {
    display: none;
}

.selectedcreatecontentintrotext {
    width: calc(100% - 10px);
}

.createcontentintrotext {
    width: calc(100% - 20px);
    margin-left: 0;
}

#movablecreatecontent {
    width: 100%;
}



/*.contentholderwithoutrank .movablecreatecontentaddanotheritem {*/
/*    width: 100%;*/
/*    float: none;*/
/*    margin-right: 7px;*/
/*}*/

.contentpreviewholder {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 60px;
    padding-bottom: 10px;
}

.contentpreviewtopbar {
    position: fixed;
    float: left;
    top: 50px;
    left: 0;
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #222;
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 99;
}

.contentpreviewtopbartitle {
    position: relative;
    float: left;
    font-size: 14px;
    color: #FFF;
}

.contentpreviewexitbutton {
    position: relative;
    float: left;
    background-color: #A24242;
    color: #FFF;
    padding: 0 10px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
}

.contentpreviewexitbutton:hover {
    background-color: #ab4f4f;
}

.contentpreviewcontainer {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.contentpreviewcontent {
    position: relative;
    float: left;
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contentpreviewadandrelated {
    width: 30%;
    position: relative;
    float: left;
}

.cpitemcontent {
    position: relative;
    float: left;
    width: 100%;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 10px -7px black;
    overflow: hidden;
}

.cpcontenttitleholder {
    position: relative;
    float: left;
    width: -webkit-fill-available;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.cpcontentname {
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cppublishdate {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}

.cprankedby {
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}

.cprankedby > span {
    position: relative;
    float: left;
    margin-right: 20px;
}

.cprankedby > span:nth-last-child(1) {
    margin-right: unset;
}

.cprankedby > span:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -20px;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -540px;
}

.cprankedby > span:nth-last-child(1):after {
    content: none;
}

.cplikedislikeholder {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    gap: 15px;
}

.cplike,
.cpdislike,
.cpcoment,
.cpsharemobile {
    position: relative;
    float: left;
    height: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cpsharemobile {
    display: none;
}

.cplikeicon {
    cursor: pointer;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 0;
}

.cpdislikeicon {
    cursor: pointer;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -20px;
}

.cpcomenticon {
    cursor: pointer;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -40px;
}

.cpcontentinfobottom {
}

.cpshareicon {
    cursor: pointer;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -640px;
}

.socialshareholder {
    position: relative;
    display: flex;
    gap: 10px;
    float: inline-end;
    align-items: center;
    margin-left: auto;
}

.qricon {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    float: left;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -80px;
    cursor: pointer;
}

.embedicon {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    float: left;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -100px;
    cursor: pointer;
}

.facebookicon {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    float: left;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -120px;
    cursor: pointer;
}

.xicon {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    float: left;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -160px;
    cursor: pointer;
}

.moreiconholder {
    position: relative;
    float: left;
    width: 50px;
    height: 30px;
    padding: 0 10px;
    background-color: #eee;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: row;
    gap: 5px;
    transition: background-color .3s;
}

.moresharetext {
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.cpchannel {
    display: none;
}

.cpchannelimage {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cpchannelname {
    position: relative;
    float: left;
    max-width: 120px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
}

.contentpreviewcontentwide .contentpreviewcontent {
    display: flex;
    flex-direction: column;
}

.contentpreviewcontentwide .cpcontenttitleholder {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, minmax(80px, 280px));
    align-items: unset;
}

.contentthumbnail {
    position: relative;
    float: left;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 5px;
}

.contentinfo {
    position: relative;
    float: left;
    width: 75%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cpcontentinfobottom {
    position: relative;
    width: 100%;
}

.contentotherinfo {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5px;
    display: flex;
    row-gap: 5px;
    align-items: flex-start;
    flex-direction: column;
}

.contentpreviewcontentwide .cpchannel {
    margin-top: unset;
    padding-top: unset;
    border-top: unset;
}

.cpgalleryvideoholder {
    display: none;
}

.cpgalleryvideo {
    display: none;
    position: relative;
    float: left;
    width: 100%;
}

.cpgalleryimages {
    position: relative;
    float: left;
    width: 100%;
}

.cpgalleryimageone {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.cpgalleryimagetwo,
.cpgalleryimagethree {
    display: none;
}

.cpgalleryvideotitlebar {
    position: relative;
    float: left;
    width: 100%;
    background-color: #A24242;
}

.cpgalleryvideotitle {
    position: relative;
    float: left;
    width: 100%;
    padding: 16px 0;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.cpgalleryvideoprogress {
    position: absolute;
    right: 10px;
    top: 18px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.fallbackmessage {
    display: none;
}

.contentpreviewadandrelated > .fallbackmessage {
    display: block;
}

.cplistcontainer {
    position: relative;
    width: 100%;
    margin-left: 0;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px -7px black;
}

.cplistholdertitle {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cplistrankhelopicon {
    z-index: 1;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 10px;
    background: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -560px;
    cursor: pointer;
}

.cplistranktitle {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transform: scale(.9);
}

.cplistranktitleicon {
    display: none;
}

.cplistranktitletext {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}

.cpanalyticsicon {
    display: none;
}

.cplistintro {
    display: none;
}

.cprankimagetext {
    position: relative;
    float: right;
    font-weight: bold;
    font-size: 14px;
    margin: 13px 0;
    margin-right: 6px;
    color: #666666;
}

.cprankimageicon {
    display: block;
    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;
}

.cplistholder {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 1rem 0;
    background-color: #eeeeee;
    overflow: hidden;
    height: fit-content;
    margin-bottom: 0;
}

.cpitemrank {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin: 2.5px 0;
    box-shadow: inset 0 -1px 0 0px #EEEEEE;
    align-items: center;
    justify-content: center;
}

.cpitemrank:nth-child(1) {
    margin-top: 7.5px;
}

.cpitemrank:nth-last-child(1) {
    box-shadow: none;
}

/* toogle btn myrank and avgrank */

.cpselectedpersonalranktoggle,
.cpselectedcommunityranktoggle {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: var(--card_radius_half);
    background-color: var(--light_btn_active_color);
}

.cpcommunityranktoggle,
.cppersonalranktoggle {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: var(--card_radius_half);
    background-color: var(--light_btn_color);
    animation: var(--btn_bgcolor_animation);
}

.cpcommunityranktoggle:hover,
.cppersonalranktoggle:hover {
    background-color: var(--light_btn_hover_color);
}

.cppersonalranktoggleimage {
    float: left;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -360px;
}

.cpcommunityranktoggleimage {
    float: left;
    width: 40px;
    height: 40px;
    background-image: var(--list_sprite_image);
    background-size: var(--list_sprite_size);
    background-position: -40px -400px;
}


/* Group Item */

.cpitemholder {
    float: left;
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

/* Arguments */

.cpargumentsholder {
    float: left;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    gap: 2rem;
}

.cpargumentsholderleft {
    float: left;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0 5px;
}

.cpargumentsholderright {
    float: left;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0 5px;
}

.cpargument {
    float: left;
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

#contentpreviewwrapper:not(.contentpreviewcontentwide) .contentthumbnail {
    display: block;
    width: 25%;
    height: -webkit-fill-available;
    max-width: 200px;
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    border-radius: 5px;
}

#contentpreviewwrapper:not(.contentpreviewcontentwide) .contentthumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.cpitem {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 25rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.cpitem:hover {
    background-color: #EFEFEF;
}

.cpitemSelected {
    background-color: #a24242;
}

.cpitemSelected:hover {
    background-color: #a24242;
    background-image: none;
}

.cpitemthumbholder {
    width: 100%;
    height: 20.75rem !important;
    overflow: hidden;
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
    border-radius: 0;
    background-color: #000 !important;
}

.cpitemthumbholder img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 0;
    margin: 0 !important;
}

.thisorthat_cpgroupItemCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 1rem;
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
}


.thisorthat_cpselectButton {
    width: 50%;
    height: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #333;
    background-color: #bbbbbb;
    padding: 0.5rem;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}

.thisorthat_cpselectButton:hover {
    background-color: #A24242;
    color: #fff;
}

.cpitemnamedesc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    height: 2rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #a24242;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

.cpitemname {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.cpitemSelected .cpitemname {
    color: #FFFFFF;
}

.cpitemlikedislike {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 0.5rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #666666;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.cpitemlike,
.cpitemdislike {
    color: white;
    font: bold 14px 'Roboto', sans-serif;
}

#rating .cpitemSelected .cpitemname {
    color: #a24242;
}

.cpitemdesc {
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #999999;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpitemSelected .cpitemdesc {
    color: #FFFFFF;
}

#rating .cpitemSelected .cpitemname {
    color: #a24242;
}

.cpdragindocatorimage {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 40px;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -440px;
    z-index: 1;
}

.cpitemSelected .cpdragindocatorimage {
    background-position: -20px -440px;
}

.cpupindicatorimage {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -40px -440px;
}

.cpitemSelected .cpupindicatorimage {
    background-position: -80px -440px;
}

.cpdownindicatorimage {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -40px -460px;
}

.cpitemSelected .cpdownindicatorimage {
    background-position: -80px -460px;
}

.cprankbar {
    display: none;
}

.cprankhelpicon {
    z-index: 1;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 10px;
    background: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -560px;
    cursor: pointer;
}

.cprankhelpicon:hover ~ .cprankhelptext {
    display: block;
}

.cprankhelptext {
    display: none;
    position: absolute;
    left: 0;
    padding: 11px;
    background-color: #FFFFFF;
    border: 1px solid #cfcfcf;
    top: -32px;
    -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: 9;
}

.cpranksubmitbutton {
    position: relative;
    float: left;
    width: 80px;
    height: 30px;
    margin-left: calc(50% - 40px);
    margin-top: 10px;
    background-color: #418b45;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cprankreset {
    display: none;
}

.cplistrankheloptext {
    display: none;
    position: absolute;
    left: 0;
    padding: 11px;
    background-color: #FFFFFF;
    border: 1px solid #cfcfcf;
    top: 40px;
    -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: 11;
}

.cplistrankhelopicon:hover ~ .cplistrankheloptext {
    display: block;
}

.cpcommentholder {
    display: none;
}

.cpitemlikedislikeflagrow {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    flex-direction: row;
}

.cpitemlikedislikeholder {
    position: relative;
    float: left;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: auto;
}

.cpitemlikeicon {
    cursor: pointer;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 0;
}

.cpitemlikedislikenumber {
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #666666;
}

.cpitemdislikeicon {
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -20px;
}

.cpbarpieanalyticsicon {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -40px -160px;
    cursor: pointer;
}

.cpitemflagicon {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -20px -480px;
    cursor: pointer;
}

.cpdesciption {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 0 10px;
    white-space: pre-line;
    word-wrap: break-word;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
}

.cpdesciptiontoggleholder {
    position: relative;
    float: left;
    width: 100%;
}

.cpdesciptiontogglebackdrop {
    display: none;
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: -5px;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 100%) 100%);
}

.cpdesciptiontogglebutton {
    position: relative;
    width: 96px;
    padding: 6px 0;
    margin-left: calc(50% - 48px);
    background-color: #cfcfcf;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}

.cpdesciptiontogglebutton:hover {
    background-color: #DDDDDD;
}

.cpgalleryvideo > div:nth-last-child(1) {
    padding-bottom: 10px;
}

.cpgalleryimagevideo {
    position: relative;
    float: left;
    width: 100%;
}

.cpgalleryimagedotholder {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: .5s;
}

.cpitemimagedotone {
    position: relative;
    float: left;
    height: 12px;
    width: 12px;
    background-color: #5babf9;
    border-radius: 50%;
    overflow: hidden;
}

.cpitemimagedottwo,
.cpitemimagedotthree {
    position: relative;
    float: left;
    height: 12px;
    width: 12px;
    background-color: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
}

.cpgalleryimagethumbnav {
    display: none;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 30px;
    /*display: flex;*/
    justify-content: center;
    gap: 10px;
    transition: .5s;
}

.cpitemimageonethumbimage,
.cpitemimagetwothumbimage,
.cpitemimagethreethumbimage {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px -8px #ffffff;
    -moz-box-shadow: 0 0 15px -8px #ffffff;
    box-shadow: 0 0 15px -8px #ffffff;
    cursor: pointer;
    transition: opacity .3s;
    opacity: .7;
}

.cpitemimageonethumbimage:hover,
.cpitemimagetwothumbimage:hover,
.cpitemimagethreethumbimage:hover {
    opacity: 1;
}

.cpitemimageonethumbimage img,
.cpitemimagetwothumbimage img,
.cpitemimagethreethumbimage img {
    width: 100%;
    height: auto;
}

.cpgallerycontrolicon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    -webkit-box-shadow: 0 0 15px -8px #ffffff;
    -moz-box-shadow: 0 0 15px -8px #ffffff;
    box-shadow: 0 0 15px -8px #ffffff;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
}

.cpgallerycontrolicon:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.cpgalleryimagevideo:hover .cpgallerycontrolplay {
    display: block;
}

.cpgallerycontrolmaxmood {
    cursor: pointer;
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -40px 0;
    transform: scale(.9);
    transition: .3s;
}

.cpgallerycontrolmaxmood:hover {
    transform: scale(1);
}

.cpgallerycontrolplay {
    display: none;
    cursor: pointer;
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -40px -40px;
}

.cpgalleryimagevideo:hover > .cpgalleryimagedotholder {
    display: none;
}

.cpgalleryimagevideo:hover > .cpgalleryimagethumbnav {
    display: flex;
}

#poll .cpitem {
    position: relative;
    float: left;
    width: calc(100% - 10px);
    height: 50px;
    margin: 7px 5px 2px 5px;
    border-radius: 5px;
    box-shadow: #cfcfcf 0 0 0 2px, #cfcfcf 0 0 7px;
    overflow: hidden;
    transition: box-shadow 0.2s ease-in-out;
    background-color: transparent;
}

#poll .cpitem:hover {
    box-shadow: #bbbbbb 0 0 0 2px, #bbbbbb 0 0 7px;
    background-image: none;
}

#poll .cpitemSelected {
    box-shadow: #A24242 0 0 0 2px, #cfcfcf 0 0 7px;
}

#poll .cpitemSelected:hover {
    box-shadow: #913636 0 0 0 2px, #bbbbbb 0 0 7px;
}

#poll .cpitemSelected .cpitemname {
    color: #a24242;
}

#poll .cpitemSelected .cpitemdesc {
    color: #b46363;
}

.cpvotingbtnholderinner {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cppercentagecheckboxholder {
    transform: scale(.6);
}

.cpmargintopclasssingle {
}

.cppoll_btn {
    position: relative !important;
    left: unset !important;
    -webkit-appearance: none;
    margin: 6px;
    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;
}

.cppoll_btn:active {
    -webkit-transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
}

.cppoll_btn:active,
.cppoll_btn:checked {
    box-shadow: #239ED7 0px 0px 0px 2px, inset #D1E2EE 0px 0px 0px 5px, inset #239ed7 0 0 0 15px;
}

.cppolled_percentage_text {
    position: absolute;
    width: 30px;
    right: 9px;
    bottom: 4px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 9px;
    color: #666666;
}

.cpvoteindicatorholderinner {
    position: relative;
    float: left;
    width: 40px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.cpvotenumberholder {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.cpvotenumber {
    position: relative;
    float: left;
    font-size: 10px;
    color: #666;
}

.cpitemSelected .cpvotenumber {
    color: #F6F6F6;
}

.cpvoteindicatorholder {
    position: relative;
    float: left;
    width: 20px;
}

.cpvoteindicatorup {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -40px -440px;
}

.cpvoteindicatorup:hover {
    border-radius: 50%;
    background: -webkit-linear-gradient(-90deg, #999999 0%, #666666 100%);
}

.cpvoteindicatorup:hover:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -80px -440px;
}

.cpvoteindicatordown {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -40px -460px;
}

.cpvoteindicatordown:hover {
    border-radius: 50%;
    background: -webkit-linear-gradient(-90deg, #999999 0%, #666666 100%);
}

.cpvoteindicatordown:hover:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -80px -460px;
}

#rating .cpitem {
    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;
    flex-wrap: wrap;
    column-gap: 0;
}

#rating .cpitemSelected {
    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;
    flex-wrap: wrap;
}

#rating .cpitemthumbholder {
    margin: 5px;
    border-radius: 8px;
    overflow: hidden;
}

#rating .cpitemnamedesc {
    width: calc(100% - 60px);
}

#rating .cpitemdesc {
    white-space: pre-line;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-overflow: ellipsis;
}

#rating .cpitemSelected {
    color: #A24242;
}

.cpratingbarbottom {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    pointer-events: none;
    flex-direction: row-reverse;
}

.cpnewratingscrore_my {
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    margin-top: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

.cpnewratingscrore_avg {
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #a24242;
    margin-left: 10px;
    margin-right: auto;
}

.cpratingtypeholder {
    position: relative;
    float: left;
    pointer-events: auto;
    margin-right: 10px;
}

/*Star*/

.cpstarratingholder .cpstarrating {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin: 10px 2px;
    overflow: hidden;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -80px -0px;
}

/*Grade*/

.cpgraderatingholder .cpstarrating {
    position: relative;
    float: left;
    width: 12px;
    padding: 8px;
    font-family: 'Roboto', sans-serif;
    background-color: #fea99d;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
}

.cpgraderatingholder .cpstarrating:nth-child(1) {
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    padding-left: 8px;
}

.cpgraderatingholder .cpstarrating:nth-last-child(1) {
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    padding-left: 8px;
}

/*Slab*/

.cpslabratingholder .cpstarrating {
    display: block;
    width: 20px;
    height: 40px;
    float: left;
    background-image: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -80px -80px;
    margin-right: 2px;
    cursor: pointer;
}


/*Slider*/

.cpsliderratingholder .cpstarrating {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #acb1dd;
    outline: none;
}


.cpsliderratingholder .cpstarrating::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #757dc6;
    cursor: pointer;
    content: "0";
    font-size: 12px;
}

.cpsliderratingholder .cpstarrating::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #757dc6;
    cursor: pointer;
}


/*Square*/
.cpsquareratingholder {
    position: relative;
    float: left;
    display: flex;
    gap: 2px;
}

.cpsquareratingholder .cpstarrating {
    position: relative;
    float: left;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #95d9ca;
    background-color: #ffffff;
    color: #95d9ca;
}

/*Bars*/
.cpbarsratingholder {
    position: relative;
    float: left;
    display: flex;
    gap: 3px;
}

.cpbarsratingholder .cpstarrating {
    display: block;
    width: 10px;
    height: 30px;
    float: left;
    background-color: #b69aca;
    text-align: center;
}


@media only screen and (max-width: 1260px) {

    .cpitemcontent,
    .cpcommentholder {
        width: 100%;
    }

    .cplistcontainer {
        width: 100%;
    }
}

@media only screen and (max-width: 1080px) {
    .contentpreviewcontent {
        width: 100%;
    }

    .contentpreviewadandrelated {
        width: 100%;
    }

    .contentpreviewcontainer {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 720px) {

    #contentpreviewwrapper {
        width: 100%;
        padding: 0;
    }

    .contentpreviewholder {
        margin-top: 50px;
        padding-bottom: 100px;
    }

    .cplistcontainer,
    .cpitemcontent,
    .fallbackmessage {
        border-radius: 0;
    }

    .cpitemcontent,
    .cplistcontainer,
    .cpcommentholder {
        width: 100%;
        margin: 0;
    }

    .contentthumbnail {
        display: block;
        position: relative;
        float: left;
        width: 100px;
        height: 100px;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
    }

    .cpcontenttitleholder {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .cplikedislikeholder {
        position: fixed;
        left: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
        height: 60px;
        background-color: #ffffff;
        z-index: 101;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 10px -5px black;
        -moz-box-shadow: 0 0 10px -5px black;
        box-shadow: 0 0 10px -5px black;
        margin-top: 0;
        align-items: center;
        justify-content: space-around;
    }

    .cplike,
    .cpdislike,
    .cpcoment,
    .cpsharemobile {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


}

@media only screen and (max-width: 618px) {

    #preview-introitem {
        display: block;
    }

    .cpitemholder {
        gap: 0.5rem;
    }

    .cpargumentsholder {
        gap: 0.5rem;
    }

    .cpargument {
        padding: 0.5rem;
        width: calc(100% - 1rem);
    }

    .cpcontenttitleholder {
        padding: 0.5rem;
    }
}


@media screen and (max-width: 400px) {
    .cpitem {
        height: 14rem;
    }
}