body{
    overflow-x: hidden;
}
.contentWrapper{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0 10px -7px black;
    -moz-box-shadow: 0 0 10px -7px black;
    box-shadow: 0 0px 10px -7px black;
}

/*Rank type*/
.contentRankType{
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.header-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.contentMyrank{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    height: 100%;
}
.contentSelectedRankType{
    -webkit-box-shadow: inset 0 0px #c10000;
    -moz-box-shadow: inset 0 0px #c10000;
    box-shadow: inset 0 0px #c10000;
}
.contentrankuserimgholder{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.contentrankuserimg{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.contentMyrankText{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}
.contentAvgrankIcon{
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-right: 20px;
}
.contentAvgrankIcon:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.contentAvgrankIcon:active{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.contentAvgrank{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    height: 100%;
}
.contentrankavgimgholder{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.contentAvgrankText{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}
.contentMyrankIcon{
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-right: 20px;
}
.contentMyrankIcon:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.contentMyrankIcon:active{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.rank-heading-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 0 auto;
    height: 40px;
}
.contentRankText {
    position: relative;
    font-weight: bold;
    font-size: 17px;
    color: #666666;
}
.contentanimaiteddownarowicon {
    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;
}
@-webkit-keyframes scrolldown {
    from {margin-top: 5px;}
    to {margin-top: 15px;}
}
@keyframes scrolldown {
    from {margin-top: 5px;}
    to {margin-top: 15px;}
}

/*Swiper UI*/
.contentWrapperInner{
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
}
.fourCategoriesSwiper{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 200px));
    justify-content: center;
}
.categoryContainer{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    gap: 10px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    background-color: #EEE;
    border-radius: 10px;
}
.categoryContainer-up, .categoryContainer-down{
    grid-column-start: 2;
}
.categoryContainer-left{
    grid-column-start: 1;
}
.categoryTitle{
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.categoryContents{
    position: relative;
    float: left;
    padding: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 34px);
    background-color: #F9F9F9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categoryContents ul{
    position: relative;
    float: left;
    width: 100%;
    /*height: 100%;*/
    max-height: 100%;
    display: flex;
    gap: 5px;
    overflow: auto;
    flex-wrap: wrap;
    justify-content: center;
    /*align-content: center;*/
}
.categoryContents ul::-webkit-scrollbar {
    width: 8px;
}
.categoryContents ul::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 16px;
}
.categoryContents ul::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    border-radius: 16px;
}
.categoryContents ul::-webkit-scrollbar-thumb:hover {
    background-color: #c1c1c1;
}
.categoryContents ul li{
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    border-radius: 7px;
    overflow: hidden;
    /*margin: auto;*/
    /*margin-top: auto;*/
    /*margin-bottom: auto;*/
}
.categoryItemsImage{
    width: 50px;
    height: auto;
}
.swiperItemsContainer{
    position: relative;
    float: left;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    background-color: #EEE;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.swiperItemsList{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiperItems{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: width .3s, height .3s;
    -moz-transition: width .3s, height .3s;
    -ms-transition: width .3s, height .3s;
    -o-transition: width .3s, height .3s;
    transition: width .3s, height .3s;
}
.swiperItemImageContainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiperItemImage{
    width: 100%;
    height: 100%;
}
.swiperItemTitleContainer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-image: -webkit-linear-gradient(90deg, rgb(6 6 6 / 50%) 0%, rgb(0 0 0 / 0%) 100%);
    display: flex;
    align-items: center;
}
.swiperItemTitleText{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 0 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiperitemcontainerbuttonholder{
    position: absolute;
    left: calc(50% - 70px);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    transform: scale(.8);
}
.twoButtons{
    top: calc(50% - 20px);
}
.threeButtons{
    top: calc(50% - 25px);
}
.fourButtons{
    top: calc(50% - 70px);
}
.swiperItemsList > .button-undo{
    transform: scale(.8);
}
.swiperButtons{
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: 0 -720px;
    /*z-index: 2;*/
    background-color: #00000080;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.swiperButtons:hover{
    background-color: #000000cc;
}
.button-up{
    transform: rotate(270deg);
    grid-column-start: 2;
}
.button-left{
    transform: rotate(180deg);
    grid-column-start: 1;
}
.button-undo{
    background-position: 0 -760px;
    grid-column-start: 2;
}
.button-undo-disabled{
    background-color: #00000080 !important;
    cursor: default;
}
.button-right {
    grid-column-start: 3;
}
.button-down{
    transform: rotate(90deg);
    grid-column-start: 2;
}
.swiperitemdetailsiconholder{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-image: radial-gradient(circle at top right, rgb(6 6 6 / 35%), rgb(0 0 0 / 0%) 60%);
    display: flex;
    align-items: center;
}
.swiperitemdetailsicon{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    background: url(../assets/spritesv2/list.png);
    background-size: 320px 800px;
    background-position: -20px -540px;
    cursor: pointer;
}
.swiperItemactionlabel{
    display: none;
    position: absolute;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #a24242;
    z-index: 99;
}
.animationToswipeRight{
    -o-animation: toRight .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -webkit-animation: toRight .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    animation: toRight .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
@keyframes toRight {
    0%{
        transform: translateX(0) rotate(0) scale(1);
        opacity: 1;
    }
    100%{
        transform: translateX(120%) rotate(15deg) scale(.5);
        opacity: 0;
    }
}
.animationToswipeLeft{
    -o-animation: toLeft .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -webkit-animation: toLeft .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    animation: toLeft .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
@keyframes toLeft {
    0%{
        transform: translateX(0) rotate(0) scale(1);
        opacity: 1;
    }
    100%{
        transform: translateX(-120%) rotate(-15deg) scale(.5);
        opacity: 0;
    }
}
.animationToswipeUp{
    -o-animation: toUp .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -webkit-animation: toUp .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    animation: toUp .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
@keyframes toUp {
    0%{
        transform: translateY(0) rotate(0) scale(1);
        opacity: 1;
    }
    100%{
        transform: translateY(-120%) rotate(15deg) scale(.5);
        opacity: 0;
    }
}
.animationToswipeDown{
    -o-animation: toDown .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -webkit-animation: toDown .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    animation: toDown .5s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
@keyframes toDown {
    0%{
        transform: translateY(0) rotate(0) scale(1);
        opacity: 1;
    }
    100%{
        transform: translateY(120%) rotate(-15deg) scale(.5);
        opacity: 0;
    }
}
.moreThanFourCategoriesSwiper{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    display: grid;
    grid-gap: 10px;
    justify-content: center;
}
.swiperCategoriesContainer{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(200px, 1fr);
    height: 210px;
    overflow-x: auto;
}
.swiperCategoriesContainer::-webkit-scrollbar {
    height: 8px;
}
.swiperCategoriesContainer::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 16px;
}
.swiperCategoriesContainer::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    border-radius: 16px;
}
.swiperCategoriesContainer::-webkit-scrollbar-thumb:hover {
    background-color: #c1c1c1;
}
.swiperCategoriesContainer::-webkit-scrollbar:vertical {
    display: none;
}
.moreThanFourCategoriesSwiper .swiperItemsContainer{
    width: 200px;
    margin: auto;
}
#clonedItem{
    position: absolute;
    border-radius: 7px;
    z-index: 100;
}
.clonedItemUncategorized{
    width: 200px;
    height: 200px;
}
.clonedItemCategorized{
    width: 50px;
    height: 50px;
}
#clonedItem img{
    border-radius: 7px;
}
@media only screen and (max-width: 490px){
    .fourCategoriesSwiper {
        grid-template-columns: repeat(4, minmax(0, 200px));
    }
    .swiperItemsContainer{
        grid-column-start: 2;
        grid-column-end: 4;
    }
    .categoryContainer-up, .categoryContainer-down{
        aspect-ratio: 2;
        grid-column-end: 4;
    }
    .categoryContainer-left, .categoryContainer-right{
        aspect-ratio: 0.415;
    }
    .swiperitemcontainerbuttonholder, .swiperItemsList > .button-undo{
        transform: scale(.6);
    }
    .swiperItemTitleContainer{
        height: 20px;
    }
}

/*Submit & Reset*/
.contentSubmit-ResetHolder {
    position: relative;
    float: left;
    display: grid;
    grid-template-columns: 20px 60px 1fr 90px;
    align-items: center;
    justify-items: center;
    gap: 10px;
    padding: 0 10px;
    width: calc(100% - 20px);
    height: 50px;
    background-color: #f6f6f6;
    border-top: 1px solid #eee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.contentsubmithelpicon {
    width: 20px;
    height: 20px;
    background: url(../assets/spritesv2/list.png);
    background-size: 360px 800px;
    background-position: 0 -560px;
    cursor: pointer;
}
#contentsubmitinstructionstext {
    display: none;
    position: absolute;
    left: 0px;
    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;
}
#contentsubmitinstructionstext p {
    color: #444444;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
#contentchannelinnerwrapperrank {
    display: flex;
    gap: 5px;
    align-items: center;
}
#contentrankprivacybuttonclick {
    position: absolute;
    display: none;
    z-index: 100;
    width: 185px;
    background-color: #f6f6f6;
    top: 30px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 9px -5px black;
    -moz-box-shadow: 0 4px 9px -5px black;
    box-shadow: 0 4px 9px -5px black;
}
.contentSubmitHolder {
    width: 80px;
    height: 30px;
    text-align: center;
}
.contentsubmitbuttonback {
    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;

}
#contentsubmitform{
    display: block;
    position: relative;
    width: 100%;
}
#contentsubmitobutton{
    display: inline-block;
}
#contentSubmitButton{
    position: relative;
    float: left;
    width: 80px;
    padding: 8px 0;
    background-color: #418b45;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    border-radius: 3px;
    margin-left: -25px;
}
#contentSubmitButton:hover	{
    cursor: pointer;
    background-color: #4ea052;
}
.contentSubmitButtondisabled{
    background-color: #bbbbbb !important;
    cursor: default !important;
}
.contentSubmitbuttonbackanimation {
    -webkit-animation: beat 1.5s ease 0s infinite;
    -o-animation: beat 1.5s ease 0s infinite;
    animation: beat 1.5s ease 0s infinite;
}
.contentSubmitbuttonbackanimation:before, .contentSubmitbuttonbackanimation:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0c9c1c;
    -webkit-border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    border-radius: 1.2em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=17);
    -moz-opacity: 0.17;
    -khtml-opacity: 0.17;
    opacity: 0.17;
}
.contentSubmitbuttonbackanimation: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;
}
.contentSubmitbuttonbackanimation: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);
    }
}
.contentReset {
    justify-self: end;
}
#contentResetButton {
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    background-color: transparent;
    color: #666666;
    padding: 18px 0;
    cursor: pointer;
}
#contentResetButton:hover	{
    cursor: pointer;
    border: none;
    color: #888888;
    background-color: transparent;
    background-image: none;
    -ms-filter: none;
    filter: none;
}
#contentResetButton:active	{
    color: #333333;
    cursor:pointer;
    border:none;
    background-color:transparent; /* Old browsers */
    background-image: none;
    -ms-filter: none; /* IE 6-9 */
    filter: none; /* IE 6-9 */
}

.swiperItemsContainer .swiperitemdetailsiconholder {
    display: none;
}