/*sign in*/

a {
    color: #fff;
}




/* poppins-100 - devanagari_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('/assets/fonts/poppins/poppins-v20-devanagari_latin_latin-ext-100.woff2') format('woff2');/*, /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    /*url('../fonts/poppins/poppins-v20-devanagari_latin_latin-ext-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-200 - devanagari_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('/assets/fonts/poppins/poppins-v20-devanagari_latin_latin-ext-200.woff2') format('woff2');/*, /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    /*url('../fonts/poppins/poppins-v20-devanagari_latin_latin-ext-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-300 - devanagari_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/poppins/poppins-v20-devanagari_latin_latin-ext-300.woff2') format('woff2');/*, /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    /*url('../fonts/poppins/poppins-v20-devanagari_latin_latin-ext-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-regular - devanagari_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/poppins/poppins-v20-devanagari_latin_latin-ext-regular.woff2') format('woff2');/*, /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    /*url('../fonts/poppins/poppins-v20-devanagari_latin_latin-ext-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-500 - devanagari_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/poppins/poppins-v20-devanagari_latin_latin-ext-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/assets/fonts/poppins/poppins-v20-devanagari_latin_latin-ext-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-600 - devanagari_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('/assets/fonts/poppins/poppins-v20-devanagari_latin_latin-ext-600.woff2') format('woff2');/*, /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    /*url('../fonts/poppins/poppins-v20-devanagari_latin_latin-ext-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-700 - devanagari_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/poppins/poppins-v20-devanagari_latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/assets/fonts/poppins/poppins-v20-devanagari_latin_latin-ext-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

*{
    font-family: 'Poppins', sans-serif;
}

/*add app*/
.B__overlay {
    top: 0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.B, .B__overlay {
    bottom: 0;
    left: 0;
    overflow: auto;
    overscroll-behavior: none;
    position: fixed;
    width: 100%;
    z-index: 300;
}
.B__overlay::before {
    content: "";
    display: block;
    height: 101vh;
}

.B {
    background: #171717;
    border-radius: 12px 12px 0 0;
    max-height: calc(100vh - 20px);
}
.B__header {
    align-items: center;
    aspect-ratio: 144/64;
    background: center/cover no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
}
.B__app-logo {
    align-items: center;
    aspect-ratio: 1;
    background: center/cover no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
    width: 17.2%;
}
.B__app-counter {
    align-items: center;
    animation: pulse-zoom 3.6s infinite;
    aspect-ratio: 1;
    background: #eb4d3d;
    border-radius: 50%;
    display: flex;
    font-size: 17px;
    font-weight: 400;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: -20%;
    top: -20%;
    width: 40%;
}
@keyframes pulse-zoom {
    0%,66.6%,to {
        opacity: 1;
        transform: scale(1)
    }

    72.1%,94.3% {
        opacity: 0;
        transform: scale(2)
    }
}

.B__close {
    align-items: center;
    background: 0;
    border: 0;
    color: rgba(255,255,255,.4);
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.B__content {
    padding: 40px 20px 20px;
    text-align: center;
}
.B__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 40px 0 0;
    padding: 0;
    text-align: left;
    list-style: none;
}
.B__list-item {
    align-items: center;
    background: #232325;
    border-radius: 12px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    justify-content: space-between;
    margin: 0;
    min-height: 60px;
    padding: 4px 20px;
    position: relative;
}
.B__curly-arrow {
    height: 34px;
    text-align: center;
    transform: translateY(-20px);
}
.B__list-left {
    align-items: center;
    display: flex;
    gap: 12px;
}
.B__curly-arrow-svg {
    transform: translateX(-50%);
}
/*add app*/

/*SNACKBAR*/
/* The snackbar - position it at the bottom and in the middle of the screen */
.snack {
    display: flex;
    flex-direction: column;
    color: #fff;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    margin: 0.5rem;
    font-size: 1.2rem;
    min-width: 250px;
    max-width: 250px;
}

.snack.info {
    background-color: #013fb2;
}
.snack.success {
    background-color: green;
}
.snack.error {
    background-color: red;
}

.snackbar {
    margin-left: -125px; /* Divide value of min-width by 2 */
    text-align: center; /* Centered text */
    border-radius: 6px; /* Rounded borders */
    position: fixed; /* Sit on top of the screen */
    z-index: 10; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}
/*SNACKBAR*/
/*LOADER*/
.loader {
    height: 3px;
    top: 62px;
    width: 100%;
    position: absolute;
}

.progress {
    background: rgb(128, 0, 128);
    float: left;
    width: 100%;
    height: 3px;
    line-height: 3px;
    animation-name: slideInFromLeft;
    animation-duration: 30s;
    animation-timing-function: cubic-bezier(0, .9, .9, .999);
}

@keyframes slideInFromLeft {
    0% {
        width: 1%;
        opacity: 0;
    }
    3% {
        width: 4%;
        opacity: 0;
    }
    4% {
        width: 20%;
        opacity: 1;
    }
    50% {
        width: 70%;
        opacity: 1;
    }
    99% {
        width: 99%;
        opacity: 1;
    }
}
/*LOADER*/

.float-left{ float: left;}
.float-right{ float: right;}
.clear-both{ clear: both;}

.marquee-right-left {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    animation: marquee 25s linear infinite;
}
@media(max-width: 1000px){
    .marquee-right-left {
        animation: marquee 10s linear infinite;
    }
}

.side-scroll-spacer-intro{
    display: inline-block;
    width: 53px ;
}

.side-scroll-spacer-outro{
    display: inline-block;
    width: 300px ;
}
@media(max-width: 1000px){
    .side-scroll-spacer-intro{
        display: none;
        width: 0;
    }

    .side-scroll-spacer-outro {
        display: inline-block;
        width: 50px ;
    }
}

.marquee-right-left:hover {
    animation-play-state: paused;
}
@-webkit-keyframes marquee {
    0% {text-indent: 100%;}
    100% {text-indent: -30%;}
}

.show-btn {
    background: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    color: #3498db;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.filter-drop-shadow {
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,.8));
}
/*
.show-btn,
input[type="checkbox"] {
    display: none;
}*/
.js-post-still-container-initV{
    background-color: #000;
}
.list-preview {
    grid-gap: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(12,104px);
    overflow: hidden;
}

.list-tile {
    border-radius: 8px;
    color: inherit;
    display: block;
    height: 104px;
    width: 104px;
    font-size: 12px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.list-image {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.container {
    padding: 20px;
}
#show:checked ~ .container {
    display: block;
}
.container .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 18px;
    cursor: pointer;
}
.container .close-btn:hover {
    color: #3498db;
}
.container .text {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}
.container form {
    margin-top: -20px;
}
.container form .data {
    height: 45px;
    width: 100%;
    margin: 40px 0;
}
form .data label {
    font-size: 18px;
}
form .data input {
    height: 100%;
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    border: 1px solid silver;
}
form .data input:focus {
    border-color: #3498db;
    border-bottom-width: 2px;
}
form .forgot-pass {
    margin-top: -8px;
}
form .forgot-pass a {
    color: #3498db;
    text-decoration: none;
}
form .forgot-pass a:hover {
    text-decoration: underline;
}
form .btn {
    margin: 30px 0;
    height: 45px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
form .btn .inner {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    z-index: -1;
    background: -webkit-linear-gradient(
            right,
            #56d8e4,
            #9f01ea,
            #56d8e4,
            #9f01ea
    );
    transition: all 0.4s;
}
form .btn:hover .inner {
    left: 0;
}
form .btn button {
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
form .signup-link {
    text-align: center;
}
form .signup-link a {
    color: #3498db;
    text-decoration: none;
}
form .signup-link a:hover {
    text-decoration: underline;
}

/*sign in*/

/*center*/
.center {
    margin: 2em auto;
}

.center-column {
    column-count: 3;
    margin: 2em auto;
}
/*center*/

.profile-card{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
}

.lazy-loading {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}
.lazy-loaded {
    animation-name: lazy-loaded;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation: lazy-loaded 0.3s forwards;
}

@keyframes lazy-loaded {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*EXPLORE*/
.explore-content-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
}
.explore-content-2-NOTUSED{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}
.explore-content-2{
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(2,minmax(0,1fr));
}
@media(max-width: 1000px){
    .explore-content-4{
        grid-template-columns: repeat(2, 1fr);
    }
    .explore-content-2-NOTUSED{
        grid-template-columns: repeat(1, 1fr);
    }
    .explore-content-2{
        display: grid;
        grid-column-gap: 10px;
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}
.explore-content-link {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
    text-decoration: none !important;
    justify-content: start;

}
.explore-content-tags {
    color: rgba(245, 245, 245, 0.5);
    grid-row: 2;
    grid-column: 1;
    z-index: 1;
    padding: 0 10px 12px 5px;
    justify-self: end;
    overflow: hidden;
}

/* OB-CODE-V7 */
.explore-content-remove {
    position: relative;
    top: 63px;
    left: 6px;
    color: rgb(128, 0, 128);
    z-index: 1;
    padding: 10px 12px 12px 5px;
}

/* OB-CODE-V7 */

.explore-content-info {
    color: rgba(245, 245, 245, 0.5);
    z-index: 1;
    grid-row: 1;
    grid-column: 1;
    padding: 10px 12px 12px 5px;
    justify-self: end;
}
.explore-content-manage {
    color: rgba(245, 245, 245, 0.5);
    padding: 5px 0;
    justify-self: start;
}
.explore-content-image {
    grid-row: 1 / -1;
    grid-column: 1;
    width: 100%;
    max-width: 100%;

    border-radius: 6px;
    height: auto !important;

    display: block;
}
/*EXPLORE*/

/*FAQ*/
.accordion .accordion-item {
    /*border-bottom: 1px solid #e5e5e5;*/
}
.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #FFF;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 97%;
    padding: 1em 0;
    color: rgba(245, 245, 245, 0.5);
    font-size: 1.2rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #FFF;
}
.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #FFF;
    border: 1px solid #FFF;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordion button[aria-expanded=true] {
    color: #FFF;
}
.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 20em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 1.0rem;
    font-weight: 300;
    margin: 2em 0;
}
/*FAQ*/

.shadow-text {
    text-shadow: 0 0 4px rgba(0,0,0,.5);
}

/*LOADER*/
.loading-spinner {
    --looping-percent: 60;
}
.loading-spinner [id=master],
.loading-spinner [id=background] {
    stroke-width: 13;
    stroke-linecap: round;
}
.loading-spinner [id=background] {
    stroke: rgba(50, 29, 76, 0.38);
}
.loading-spinner [id=master] {
    --looping-length: calc((var(--looping-percent) * var(--total-length)) / 100);
    stroke: #800080;
    stroke-dasharray: var(--looping-length), calc(var(--total-length) - var(--looping-length));
    -webkit-animation: loading-loop 1.5s linear infinite;
    animation: loading-loop 1.5s linear infinite;
}

@-webkit-keyframes loading-loop {
    from {
        stroke-dashoffset: var(--total-length);
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes loading-loop {
    from {
        stroke-dashoffset: var(--total-length);
    }
    to {
        stroke-dashoffset: 0;
    }
}
/* misc */

.loading-spinner {
    width: 90%;
    max-width: 20em;
    margin: 2em auto;
}
/*LOADER*/

/*scroller*/
.scroller-image-list-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scroller-image-list {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.scroller-image {
    max-height: 200px;
    border-radius: 6px;
    margin: 5px;
}
/*scroller*/

/*THEME*/
.side-scroll-wrapper{
    padding-bottom: 5px;background: #0a0014a3;width: 75%;position: fixed;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.side-scroll-container {
    overflow: hidden;
    white-space: nowrap;
}
.side-scroll-item {
    display: inline-block;
    text-decoration: none;
}

.side-scroll-box {
    display:table;
    position: fixed;
    z-index: 3;
}
.side-scroll-box-row {
    display:table-row;
}
.side-scroll-box-cell {
    display:table-cell;
}

.side-scroll-box-left {
    width:99%;
}
.side-scroll-box-right {
    text-align:right;
    position: relative;
    z-index: 4;
    width:1%;
}

.side-scroll-slide-left {
    position: absolute;
    z-index: 4;
    margin-left: 10px;
}

@media (min-width: 1001px) {
    .desktop-left-33-percent { left: 33% !important; }
}
.line-height-initial { line-height: initial !important;}
.font-size-initial { font-size: initial !important;}
.font-weight-initial { font-weight: initial !important;}
.word-break-keep-all { word-break: keep-all; /* this is optional, so the words keep in one line */}
.white-space-nowrap { white-space: nowrap; /* this is optional, so the div can expands to the side */}
.overflow-hidden { overflow: hidden !important;}
.overflow-y-hidden { overflow-y: hidden !important;}
.overflow-y-scroll { overflow-y: scroll !important;}
.z-index-1{ z-index: 1 !important;}
.z-index-2{ z-index: 2 !important;}
.z-index-3{ z-index: 3 !important;} /*slider wrapper */
.padding-0 { padding:0 !important;}
.padding-5 { padding:5px !important;}
.padding-25 { padding:25px !important;}
.padding-left-2 { padding-left:2px !important;}
.padding-left-3 { padding-left:3px !important;}
.padding-left-5 { padding-left:5px !important; }
.padding-left-10 { padding-left:10px !important; }
.padding-left-20 { padding-left:20px !important; }
.padding-left-40 { padding-left:40px !important; }
.padding-left-50 { padding-left:50px !important; }
.padding-left-60 { padding-left:60px !important; }
.padding-left-100 { padding-left:100px !important; }
.padding-right-0 { padding-right:0 !important;}
.padding-right-3 { padding-right:3px !important;}
.padding-right-5 { padding-right:5px !important;}
.padding-right-10 { padding-right:10px !important;}
.padding-right-16 { padding-right:16px !important;}
.padding-right-20 { padding-right:20px !important;}
.padding-right-30 { padding-right:30px !important;}
.padding-right-40 { padding-right:40px !important;}
.padding-right-50 { padding-right:50px !important;}
.padding-right-60 { padding-right:60px !important;}
.padding-right-15 { padding-right:15px !important;}
.padding-top-3{ padding-top: 3px !important;}
.padding-top-5{ padding-top: 5px !important;}
.padding-top-8{ padding-top: 8px !important;}
.padding-top-12{ padding-top: 12px !important;}
.padding-top-35{ padding-top: 35px !important;}
.padding-bottom-1{ padding-bottom: 1px !important;}
.padding-bottom-5{ padding-bottom: 5px !important;}
.padding-bottom-20{ padding-bottom: 20px !important;}
.padding-bottom-25{ padding-bottom: 25px !important;}
.padding-bottom-50{ padding-bottom: 50px !important;}
.padding-bottom-100{ padding-bottom: 100px !important;}
.padding-top-10{ padding-top: 10px !important;}
.padding-top-15{ padding-top: 15px !important;}
.padding-top-20{ padding-top: 20px !important;}
.padding-top-50{ padding-top: 50px !important;}
.padding-top-1{ padding-top: 1px !important;}
.margin-8{ margin: 8px !important;}
.margin-4{ margin: 4px !important;}
.text-decoration-none { text-decoration: none;}
.height-25{ height: 25px !important;}
.height-30{ height: 30px !important;}
.height-32{ height: 32px !important;}
.height-35{ height: 35px !important;}
.height-47{ height: 47px !important;}
.height-40{ height: 40px !important;}
.height-50{ height: 50px !important;}
.height-100{ height: 100px !important;}
.height-300{ height: 300px !important;}

.width-5{ width: 5px !important;}
.width-10{ width: 10px !important;}
.width-15{ width: 15px !important;}
.width-25{ width: 25px !important;}
.width-50{ width: 50px !important;}
.width-65{ width: 65px !important;}
.width-85{ width: 85px !important;}
.width-100{ width: 100px !important;}
.width-110{ width: 110px !important;}
.width-120{ width: 120px !important;}
.width-130{ width: 130px !important;}
.width-200{ width: 200px !important;}
.width-300{ width: 300px !important;}
.width-400{ width: 400px !important;}

.width-500{ width: 500px !important;}
.width-600{ width: 600px !important;}
.width-45-percent{ width: 45% !important;}
.width-50-percent{ width: 50% !important;}
.width-80-percent{ width: 80% !important;}
.width-85-percent{ width: 85% !important;}
.width-90-percent{ width: 90% !important;}
.width-75-percent{ width: 75% !important;}
.width-100-percent{ width: 100% !important;}
.margin-0{ margin: 0 !important;}
.margin-15{ margin: 15px !important;}
.margin-20{ margin: 20px !important;}
.margin-25{ margin: 25px !important;}
.margin-50{ margin: 50px !important;}
.margin-65{ margin: 65px !important;}

.margin-bottom-0{ margin-bottom: 0 !important;}
.margin-bottom-15{ margin-bottom: 15px !important;}
.margin-bottom-20{ margin-bottom: 20px !important;}
.margin-bottom-25{ margin-bottom: 25px !important;}
.margin-bottom-50{ margin-bottom: 50px !important;}
.margin-bottom-65{ margin-bottom: 65px !important;}
.margin-bottom-100{ margin-bottom: 100px !important;}
.margin-bottom-200{ margin-bottom: 200px !important;}
.margin-bottom-300{ margin-bottom: 300px !important;}

.margin-top-0{ margin-top: 0 !important;}
.margin-top-10{ margin-top: 10px !important;}
.margin-top-17{ margin-top: 17px !important;}
.margin-top-15{ margin-top: 15px !important;}
.margin-top-20{ margin-top: 20px !important;}
.margin-top-25{ margin-top: 25px !important;}
.margin-top-30{ margin-top: 30px !important;}
.margin-top-65{ margin-top: 65px !important;}
.margin-top-40{ margin-top: 40px !important;}
.margin-top-60{ margin-top: 60px !important;}
.margin-top-80{ margin-top: 80px !important;}
.margin-left-5{ margin-left: 5px !important;}
.margin-left-8{ margin-left: 8px !important;}
.margin-left-10{ margin-left: 10px !important;}
.margin-left-15{ margin-left: 15px !important;}
.margin-right-3{ margin-right: 3px !important;}
.margin-right-5{ margin-right: 5px !important;}
.margin-right-8{ margin-right: 8px !important;}
.margin-right-10{ margin-right: 10px !important;}
.margin-right-15{ margin-right: 15px !important;}
.margin-right-20{ margin-right: 20px !important;}
.margin-right-25{ margin-right: 25px !important;}

.max-width-200 { max-width: 200px;}
.max-width-300 { max-width: 300px;}
.max-width-400 { max-width: 400px;}
.max-width-500 { max-width: 500px;}
.max-width-600 { max-width: 600px;}
.max-width-700 { max-width: 700px;}

.min-height-400{ min-height: 400px !important;}
.min-height-500{ min-height: 500px !important;}
.min-height-900{ min-height: 900px !important;}
.min-height-1500{ min-height: 1500px !important;}
.min-height-5000{ min-height: 5000px !important;}

.page-content{
    padding: 20px  35px 60px 10px;
}
.page-title{
    color: #fff;
    font-size: 1.2em;
    margin: 16px 0;
}

.section-title, h1{
    color: #fff;
    font-size: 1.2em !important;
    margin: 16px 0;
    font-weight: normal !important;
}


.border-none{
    border: 0 !important;
}
.keyword-addon{
    border-radius: 6px;
}
.sponsor-addon{
    font-size: 1.2rem;
    border-radius: 4px;
    padding:6px;
}

.animated {
    overflow: hidden;
    position: relative;
}
.innerGradient {
    z-index: -1;
    width: 300%;
    height: 300%;
    position: absolute;
    animation: gra 5s infinite;
    -webkit-animation: gra 5s infinite;
    background: linear-gradient(135deg, #ff670f 0%, #ff8740 20%, #f12afc 50%, #800080 80%, #800080 100%);
    background: -webkit-linear-gradient(135deg, #ff670f 0%, #ff8740 20%, #f12afc 50%, #800080 80%, #800080 100%);
}
@keyframes gra {
    0% { left: -200%; top: -200%; }
    50% { left: 0%; top: 0%; }
    100% { left: -200%; top: -200%; }
}

@keyframes OpacityAnim {
    0%{opacity: 1.0}
    100%{opacity: 0.0}
}
.background-white {background: white !important;}
.color-white {color: white !important;}
.color-red {color: red !important;}
.color-blue {color: blue !important;}
.color-validated {color: #52ff18 !important;}
.color-model {color: rgb(128, 0, 128) !important;}
.color-yellow {color: yellow !important;}
.color-black {color: black !important;}


.user-badge-level3 {
    background: linear-gradient(180deg, #00b3ff, #4cf0ff);
    border-radius: 50%;
    height: 18px;
    line-height: 16px;
    text-align: center;
    margin: 4px 0 0 3px;
    width: 18px;
}

.user-badge-level4 {
    background: linear-gradient(180deg, #009d03, #5eff4c);
    border-radius: 50%;
    height: 18px;
    line-height: 16px;
    text-align: center;
    margin: 4px 0 0 3px;
    width: 18px;
}

.user-badge-level5 {
    background: linear-gradient(180deg, #8f2cf2,#ff670f);
    border-radius: 50%;
    height: 18px;
    line-height: 16px;
    text-align: center;
    margin: 4px 0 0 3px;
    width: 18px;
}

.user-badge-level6,.user-badge-level7,.user-badge-level8,.user-badge-level9 {
    background: linear-gradient(180deg, #3f3f3f, #3f3f3f);
    border-radius: 50%;
    height: 18px;
    line-height: 16px;
    text-align: center;
    margin: 4px 0 0 3px;
    width: 18px;
}

.theme-color-main{
    color: rgb(128, 0, 128);
}
.theme-color-dark{
    color: rgb(50, 29, 76);
}
/*THEME*/

/*FLEX MODAL*/
/*SEARCH MODAL*/
.search-modal-content,.flex-modal-content {
    max-height: calc(100vh - 15rem);
    overflow: hidden;position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 6px;
    outline: 0;
}
.search-modal-body,.flex-modal-body {
    overflow-y: auto;position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 5px 20px 5px;
}
/*FLEX MODAL*/
/*SEARCH MODAL*/



/*VIDEO*/
.correct-screen-height {
    /*width: var(--win-width);*/
    height: var(--win-height);
}


.video-element{
    height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 200px;
    z-index: 0 !important;

    display: block;
    box-sizing: inherit;
    line-height: 1.7;
    position: relative;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
}

.video-wrapper{
    height: 100%;
    margin: auto;
    overflow: hidden;
    width: 100%;
    z-index: 0 !important;

    box-sizing: inherit;
}

.gesture-wrapper{
    width: 100%;height: 100%; z-index: 1; background-color: transparent; position: absolute;
}

.progress-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.progress-gutter {
    flex: 10;
    position: relative;
    display: flex;
    flex-basis: 100%;
    height: 5px;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
}

@media(max-width: 1000px){
    .progress-gutter {
        height: 15px;
    }
}

.progress-bar {
    width: 50%;
    flex: 0;
    flex-basis: 0%;
    transition: 1000ms linear;
    background-image: linear-gradient(to right, #ff8740, #800080) !important;
}

.progress-bar-sponsor {
    width: 50%;
    flex: 0;
    flex-basis: 100%;
    transition: 1000ms linear;
    background-image: linear-gradient(to right, #fa0000, #fa0000) !important;
}


/*VIDEO*/


.modal-overlay {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 5;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba( 0,0,0,0.5);
}

.sponsor-overlay {
    z-index: 5;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba( 0,0,0,0.1);
}

.transparent-overlay {
    z-index: 5000;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba( 0,0,0,0.0);
}
.transparent-right-overlay {
    z-index: 5000;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba( 0,0,0,0.0);
}

right* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;

    background-color: #0a0014;
    color: rgba(245, 245, 245, 0.6);
    font-size: 1.0rem;
    overflow: hidden;
    margin: 0;
}

.font-weight-bold{
    font-weight: bold;
}

/*PLYR*/
.plyr {
}
.plyr__video-wrapper, .plyr audio, .plyr iframe, .plyr video {
    max-height: none !important;
}
.plyr--video{
    background: transparent !important;
}

.final-wrapper{
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    /*-webkit-filter: blur(18px);
    filter: blur(18px);*/
}


/*PLYR*/

.section {
    background-color: rgb(26 0 58);
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 1px 0 16px 16px;
}

header {
    display: flex;
    width: 100vw;
    align-items: center;
    height: 4rem;
    border-bottom: 1px solid rgb(50, 29, 76);
}

.hleft {
    flex: 0.33;
}

.hleft-element{

    margin-left: 8rem;
    margin-right: 1rem;
}
.navigation-left{
    position: absolute;
    left: 0;
}
.hmiddle {
    position: relative;
    flex: 0.66;
    display: flex;
    justify-content: flex-end;
}

.hright {
    flex: 0.01;
    display: flex;
    justify-content: flex-end;
}

.navbar {
    /*display: flex;
    justify-content: space-around;*/
    align-items: center;
    height: 4rem;
    border-bottom: 1px solid rgb(50, 29, 76);
}

.logo {
    margin: 3px 0 0 12px;
    height: 40px;
    width: 40px;
}

.icon-logo {
    margin-right: 0.5em;
    height: 25px;
    width: 25px;
}

.logo:hover, .icon-logo:hover {
    cursor: pointer;
}

.search-bar {
    display: flex;
}

.search-input {
    outline: none;
    height: 17px;
    background-color: rgb(235, 235, 235);
    border: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 15px;
    width: 15rem;
    text-indent: 10px;
    font-size: 1.0em;
}


.normal-textarea,.normal-input {
    outline: none;
    height: 17px;
    background-color: rgb(235, 235, 235);
    border: none;
    border-radius: 6px;
    padding: 15px;
    width: 100%;
    text-indent: 0;
    font-size: 1.0em;
}

.input-label{
    font-size: 1.1em;
}
.input-block {
    margin: 20px 45px 0 0;
}

.search-btn, .submit-btn {
    float: right;
    background-color: rgb(235, 235, 235);
    /*border: 1px solid rgb(50, 29, 76);*/
    border-left: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 3rem;
    border: none;
    height: 47px;
}

.search-btn:hover, .submit-btn:hover {
    background-color: rgb(220, 220, 220);
    cursor: pointer;
}

.search-btn::before,.submit-btn::before {
    content: "";
    height: 70%;
    width: 1px;
    position: absolute;
    right: 100%;
    top: 15%;
    /*background-color: rgb(50, 29, 76);*/
}

.search-btn > i,.submit-btn > i {
    color: rgb(180, 180, 180);
}

.search-btn:hover > i,.submit-btn:hover > i {
    color: #000 !important;
}

.nav-right {
    right: 0;
    position: absolute;
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20rem;*/

}

.background-none {
    background: none !important;
}


.interface-btn,.interface-btn-cta,.interface-btn-light,.interface-btn-red,.interface-btn-white,.interface-btn-green,.interface-btn-blue, .interface-btn-alpha, .interface-btn-dark, .interface-btn-dark-alpha {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: rgb(128, 0, 128);
    border: none;
    border-radius: 6px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 27px;
    display: inline-block;
}
.interface-btn-light {
    background-color: rgb(234, 11, 213);
}

.interface-btn-cta {
    background-color: #ff8740;
}

.interface-btn-dark {
    background-color: rgb(75, 0, 75);
}

.interface-btn-red {
    background-color: rgb(128, 0, 0);
}

.interface-btn-white {
    background-color: rgb(255, 255, 255);
}

.interface-btn-green {
    background-color: rgb(0, 128, 11);
}

.interface-btn-blue {
    background-color: rgb(0, 57, 175);
}

.interface-btn-dark-alpha {
    background-color: rgba(75, 0, 75, 0.65);
}

.interface-btn-alpha {
    background-color: rgba(128, 0, 128, 0.65);
}

.interface-btn:hover,.interface-btn-cta:hover,.interface-btn-light:hover,.interface-btn-green:hover,.interface-btn-blue:hover,.interface-btn-white:hover,.interface-btn-red:hover, .interface-btn-alpha:hover, .interface-btn-dark:hover, .interface-btn-dark-alpha:hover {
    background-color: rgb(232, 232, 232);
    color: #000000 !important;
    cursor: pointer;
}

.drop-down {
    background-color: transparent;
    border: none;
    color: #ffffff;
    position: relative;
    padding: 17px 20px 14px 11px;
}

.drop-down:hover {
    cursor: pointer;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.right-0{
    right: 0;
}

.top-0{top: 0;}
.top-50-percent{top: 50%;}
.search-menu {
    position: fixed;
    top: 20%;
    left: 9%;
    padding:14px;
    background-color: #fff;
    width: 80%;
    z-index: 9;
    border-radius: 5px;
    box-shadow: 5px 3px 5px 5px rgba(0, 0, 0, 0.097);
}



.input-wrapper {
    position: absolute;
    right: 70px;
    left: 0px;
    top : 0px;
    bottom: 0px;
}

/* Form wrapper styling */
.form-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 47px;
    display: inline-block;
}

.form-wrapper input {
    height: 100%;
    width: 100%;
    padding: 8px 10px;
    float: left;
    border: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

/* Form submit button */
.form-wrapper button {
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 70px;

}


.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}



.modal {
    position: fixed;
    top: 15%;
    left: 9%;
    padding:14px;
    background-color: #fff;
    width: 80%;
    z-index: 9;
    border-radius: 6px;
    box-shadow: 5px 3px 5px 5px rgba(0, 0, 0, 0.097);
}
.modal-title{
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.modal-content{

}
.modal-close-button{
    color: #0a0a0a;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 18px;
    cursor: pointer;
}

.main-menu {
    position: absolute;
    top: 62px;
    right: 20px;
    background-color: #fff;
    width: 14rem;
    z-index: 9;
    border-radius: 6px;
    box-shadow: 5px 3px 5px 5px rgba(0, 0, 0, 0.097);
}

ul {
    padding: 0;
    margin: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    height: 100%;
}

li {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
    padding: 1rem 0 1rem 0;
    height: 1.15rem;
    width: 100%;
}

li:hover {
    /*background-color: rgb(232, 232, 232);*/
}

li > a, li > .a {
    text-decoration: none;
    font-weight: 600;
    /*font-size: 0.9rem;*/
    color: #000;
}

li > a > i ,li > .a > i {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 16px;
}

.hidden {
    display: none !important;
}

main {
    display: flex;
    width: 100vw;
}

.left {
    scrollbar-width: none;
    flex: 0.32;
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.left:hover {
    overflow-y: scroll;
}

.btns {
    display: flex;
    flex-direction: column;
    /*border-bottom: 1px solid rgb(50, 29, 76);*/
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 8rem;
    margin-right: 1rem;
    width: 100%;
}
.a {
    cursor: pointer;
}
.btns > a, .btns > .a {
    text-decoration: none;
    font-size: 1.2rem;
    color: rgb(245, 245, 245);
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.2rem;
    border-radius: 6px;
}

.btns > a:hover, .btns > .a:hover {
    color: #000;
    background-color: rgb(232, 232, 232);
}

.btns > a.front > i, .btns > a.front > span, .btns > .a.front > i, .btns > .a.front > span {
    /*color: rgb(128, 0, 128);*/
    color: rgb(150, 0, 150);
}

.btns > a > i , .btns > .a > i {
    /*margin-right: 1rem;*/
    width: 30px;
}

.login {
    margin-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 8rem;
    margin-right: 1rem;
    width: 70%;
}

.login > p {
    color: rgba(245, 245, 245, 0.5);
    line-height: 25px;
    width: 70%;
}

.login-button {
    display: block;
    text-align: center;
    height: 2.3rem;
    padding-top: 8px;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(232, 232, 232);
    background-color: rgb(128, 0, 128);
    cursor: pointer;
    border-radius: 6px;
    text-decoration: none;
    width: 70%;
}

.interface-btn-full {
    display: block;
    text-align: center;
    height: 2.3rem;
    padding-top: 8px;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(232, 232, 232);
    background-color: rgb(128, 0, 128);
    cursor: pointer;
    border-radius: 6px;
    text-decoration: none;
}

.login-button:hover,.interface-btn-full:hover {
    background-color: rgb(232, 232, 232);
    color: #000000;
}

.accounts {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgb(50, 29, 76);
    padding-bottom: 1rem;
    margin-left: 8rem;
    margin-right: 1rem;
    width: 90%;
}

.accounts > p {
    margin-top: 1rem;
    color: rgba(245, 245, 245, 0.75);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.user {
    display: flex;
    color: #fff;
    align-items: center;
    border-radius: 5px;
    padding-top: 0.1rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
}

.user:hover {
    background-color: rgb(232, 232, 232);
    cursor: pointer;
    color: #cdcdcd;
}
.user-profile > img {
    text-align: center;
    height: 30px;
    width: 29px;
    border-radius: 5px;
    border: 2px solid #fff;
}
.user > img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 0.5px solid #000;
}

.user > h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-left: 1rem;
}

.separator {
    width: 100%;
    margin-left: 125px;
    border-bottom: 1px solid rgb(50, 29, 76);
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

.tag-container-tag {
    text-decoration: none;
    color: rgba(245,245,245,0.75);
    border: 1px solid rgb(50, 29, 76);
    border-radius: 6px;
    height: 40px;
    line-height: 40px;

    padding-right: 0.5rem;
}
.tag-container-tag span {
    padding-left: 0.5rem;
}
.tag-container-tag img {
    float: left;
    border-radius: 4px;
    width: 40px;
    height: 40px;
}

.tag-container-tag:hover {
    background-color: rgb(232, 232, 232);
    color: #000000;
}

.tags {
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 8rem;
    margin-right: 1rem;
    width: 64%;
}

.tags > p {
    margin-top: 1rem;
    color: rgba(245,245,245,0.75);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.tags > div {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

.tags > div > a {
    text-decoration: none;
    color: rgba(245,245,245,0.75);
    border: 1px solid rgb(50, 29, 76);
    border-radius: 6px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.tags > div > a:hover {
    background-color: rgb(232, 232, 232);
    color: #000000;
}

.tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

.tags-tag {
    text-decoration: none;
    color: rgba(245,245,245,0.75);
    font-size: 1.1rem;
    border: 1px solid rgb(50, 29, 76);
    border-radius: 6px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.tags-tag:hover {
    background-color: rgb(232, 232, 232);
    color: #000000;
}

.links {
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 8rem;
    margin-right: 1rem;
    width: 60%;
}

.links > div {
    display: flex;
    flex-direction: column;
}

.link {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 5px;
}

.link > a {
    text-decoration: none;
    color: rgb(169, 169, 169);
}

.link > a:hover {
    text-decoration: underline;
}

.copyright {
    margin-top: 1rem;
    color: rgb(169, 169, 169);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(22,24,35,0.06);
}

.right {
    flex: 0.68;
    height: 100vh;
    scrollbar-width: none;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.post-margin {
    margin-top: 2rem;
}

.post {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100%;
}

.post-still-container.loading {
    z-index: 1;

}
.post-still-container {
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
    position: absolute;
    left: 0;
    display: flex;
    top: 0;
    z-index: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 300ms;

}

.post-still-image{
    object-fit: contain;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 300ms;
}
.post-still-image.loading{
    opacity: 1;
}
/*
.post-info {
    width: 75%;
    position: absolute;
    height: 47px;
    bottom: 0;
    left: 14px;
    z-index: 1;
}
*/

.post-info {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.post-info > .user:hover {
    background-color: transparent;
}

.post-info > .user > img {
    height: 60px;
    width: 60px;
}

.post-info > .user > div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    margin-left: 0.5rem;
}

.post-info > .user > div > h6 {
    font-size: 1rem;
}

.post-info > .user > div > h6:hover {
    text-decoration: underline;
}

.post-info > .user > div > p {
    font-size: 0.8rem;
    font-weight: 600;
}

.post-info > button {
    margin-top: 1rem;
    background-color: transparent;
    border: 1px solid rgb(128, 0, 128);
    color: rgb(128, 0, 128);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    height: 1.7rem;
    width: 5.7rem;
}

.post-info > button:hover {
    background-color: rgb(128, 0, 128);
}

.post-tags {
    text-align: right;
    width: 50%;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 2;
}

.post-tags .tag {
    float: right;
    margin: 3px 5px;
}

.tag-glow {
    margin: 2px !important;
}

.a-glow {
    padding: 2px !important;
}
/*tag size*/
.post-text {
    font-size: 0.85rem;
}
.post-tags .tag a, .explore-tag {
    font-size: 0.85rem;
}
.post-tags .tag-glow a {
    background-color: transparent !important;
}
.post-tags .tag a, .explore-tag {
    text-decoration: none;
    white-space: nowrap;
    color: rgba(255,255,255,0.90);
    background-color: rgba(255, 255, 255, 0.19);

    /*border: 1px solid rgb(50, 29, 76);*/
    border-radius: 4px;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    text-shadow: 1px 1px 4px rgba(0,0,0,.8);
}

.keyword {
    border: none;
    text-decoration: none;
    white-space: nowrap;
    color: rgba(255,255,255,0.90);
    background-color: rgba(255, 255, 255, 0.19);

    font-size: 0.85rem;
    border-radius: 6px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-shadow: 1px 1px 4px rgba(0,0,0,.8);
}

.filter-wrapper {
    margin: 17px 9px 0 0;
    display: inline-block;
}

.filter-element {
    text-decoration: none;
    white-space: nowrap;
    color: rgba(0,0,0,0.75);
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid rgb(50, 29, 76);
    border-radius: 6px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.post-content {
    /*display: flex;*/
    width: 100%;
    /*margin-bottom: 1rem;*/
    position: relative;
    height: 100%;
}

.post-content > #js-playerholder-1 > video {
    width: 100%;

}

.video-icons {
    z-index: 2;
    position: absolute;
    bottom: 15px;
    right: 13px;
}

.video-owner {
    z-index: 2;
    position: absolute;
    bottom: 15px;
    left: 30px;
    width: 80%;
}

.video-icons > a, .video-icons > .a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;

    border-radius: 50%;
    height: 47px;
    width: 47px;
    margin-top: 22px;
}

.video-icons > a > i, .video-icons > .a > i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;

}

.video-icons > a > i:hover, .video-icons > .a > i:hover {

}

.video-icons > a > span, .video-icons > .a > span {
    font-size: 0.9rem;
    margin-top: 11px;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display {
    display: none;
}

.mobile-only {
    display: none;
}



.CreatorInfo-Counter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 24px;
}
.CreatorInfo-CounterItem {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
}
.CreatorInfo-CounterItem .h {
    font-size: 16px;
    line-height: 24px;
}
.CreatorInfo-CounterItem span {
    color: hsla(0,0%,100%,.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.CreatorInfo-CounterItem:after {
    background-color: hsla(0,0%,100%,.2);
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}

.CreatorInfo-CounterItem:last-child:after {
    display: none
}




/* OB-CODE-v2 */
.header-profile-picture {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-profile-screen {
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 10px;
    border: 4px solid #fff;

    object-fit: cover;
    object-position: center right;
}



/*WIP remove all in html*/
.no-pointer {
    pointer-events: none;
}

.pointer-events-none {
    pointer-events: none;
}

.cursor-pointer {
    cursor: pointer;
}

.display-block {
    display: block;
}

.text-align-center {
    text-align: center;
}


/*PROFILE-PICTURE*/
.pencil-upload-addon{
    padding-top: 16px;
    padding-left: 4px;
    color: #800180;
}
.trash-upload-addon {
    color: #800180;
    padding-top:16px;
}
.profile-upload-container {
    display: flex;
    justify-content: space-between;
}

.profile-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.profile-upload .profile-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.profile-upload .profile-edit input {
    display: none;
}

.profile-upload .profile-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.profile-upload .profile-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}


.profile-upload .profile-preview {
    width: 195px;
    height: 195px;
    position: relative;
    border-radius: 10px;
    border: 4px solid #F8F8F8;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.profile-upload .profile-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-profile-picture .btn {
    display: none;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: black;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.profile-delete {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
}

.profile-delete .profile-delete-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.profile-delete .profile-delete-icon:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

/*PROFILE-PICTURE*/


/* VIDEO MANAGER */
.ManageGifList_labelsWrapper {
    display: none;
}

.ManageGifList_list {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

@media screen and (min-width: 1001px) {
    .ManageGifList_labelsWrapper {
        grid-gap: 16px;
        display: grid;
        gap: 16px;
        grid-template-columns: 114px 1fr 32px;
        padding: 8px 12px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}
@media screen and (min-width: 1001px) {
    .ManageGifList_labels {
        color: var(--white);
        display: grid;
        grid-column: 2/3;
        grid-template-columns: repeat(4, 1fr);
        line-height: 150%;
        opacity: .5;
    }
}



.ManageGifCard_card {
    grid-gap: 16px;
    background: #0f0f37;
    border: 1px solid transparent;
    border-radius: 12px;
    display: grid;
    gap: 16px;
    grid-template-columns: 120px 1fr 32px;
    grid-template-rows: 120px 1fr;
    padding: 8px;
}

@media screen and (min-width: 1001px){
    .ManageGifCard_card {
        gap: 0 16px;
        grid-template-columns: 114px 1fr 32px;
        grid-template-rows: 46px 1fr;
        padding: 12px;
    }
}
.ManageGifCard_preview {
    border-radius: 8px;
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 120px;
}

@media screen and (min-width: 1001px){
    .ManageGifCard_preview {
        grid-row: 1/3;
    }
}

.ManageGifCard_preview a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.ManageGifCard_previewImage {
    object-fit: cover;
}
.ManageGifCard_shadow {
    background: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.2) 32.81%,rgba(0,0,0,.2) 68.23%,rgba(0,0,0,.5));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ManageGifCard_selection {
    left: 8px;
    position: absolute;
    top: 8px;
}

.ManageGifCard_info {
    align-self: center;
    display: flex;
    flex-flow: column;
    gap: 4px;
}

@media screen and (min-width: 1001px){
    .ManageGifCard_info {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        padding: 8px 8px 16px;
    }
}


.ManageGifCard_controls {
    align-self: flex-start;
    padding: 1px 8px 10px;
}

@media screen and (min-width: 1001px){
    .ManageGifCard_controls {
        padding: 1px 8px 10px;
    }
}

.ManageGifCard_infoItem {
    color: var(--white);
    display: flex;
    gap: 6px;
    line-height: 150%;
}

@media screen and (min-width: 1001px){
    .ManageGifCard_infoItem {
        flex-flow: column;
    }
}

.ManageGifCard_infoItemLabel {
    opacity: .5;
}

@media screen and (min-width: 1001px){
    .ManageGifCard_infoItemLabel {
        display: none;
    }
}

.ManageGifCard_tags {
    grid-column: 1/4;
}

@media screen and (min-width: 1001px){
    .ManageGifCard_tags {
        align-items: center;
        border-top: 1px solid hsla(0,0%,100%,.14);
        display: flex;
        grid-column: 2/4;
        padding: 17px 8px 8px;
    }
}
/* VIDEO MANAGER */




/* OB-CODE-v2 */

/* OB-CODE-V3 */
/* You said to seperate the css styles underneath into their own classes, but I will need to use basic-link for the hover anyway, so it will be more code */
.basic-link {
    text-decoration: none;
    color: inherit;
}
.basic-link:hover {
    text-decoration: underline;
    font-weight: bold;
}
/* OB-CODE-V3 */


/* OB-CODE-V4 */
/* UPLOADER */
.uploader-step {
    display: flex;
    flex-direction: column;

    justify-content: center;
    margin: 0;
    padding-bottom: 100px;
}

.video-uploader-drop-area {

    text-align: center;
    cursor: pointer;
}

.video-uploader-progress-bar {
    height: 20px;
    background-color: #4caf50;
    /* Initial background color */
    margin-top: 10px;
    border-radius: 4px;
    display: none;
}

.video-uploader-progress-percentage,
.video-uploader-progress-time .video-uploader-progress-status,
.submit-btn-uploader-footer,
.video-uploader-pause-btn,
.video-uploader-delete-btn,
.uploader-step2,
.uploader-step3 {
    display: none;
}

/* .video-description-input, */


.uploader-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #fff;
    height: 50px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.progress-bar-uploader-footer {
    width: 50%;
    height: 10px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    /* Make the parent element relative */
}

.progress-bar-uploader-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #4caf50;
    width: var(--after-width, 0);
    /* Use the variable to set the width, default to 0 */
    border-radius: 4px;
    /* Copy the border-radius from the parent */
}

.uploader-step-indicator-footer {
    margin-left: 10px;
}

.next-btn-uploader-footer,
.previous-btn-uploader-footer,
.submit-btn-uploader-footer {
    /* margin-right: 10px; */
    margin: 0;
}

/* Style for the dropdown container */
.selected-keywords-dropdown-container {
    position: relative;
}

/* Style for the autocomplete input field */
.autocomplete-selected-keywords-input {
    width: 100%;
    /* Include padding and border in the width calculation */
}

/* Style for the dropdown list */
.dropdown-selected-keywords-list {
    width: 100%;
    margin-left: 15px;
    max-height: 250px;
    overflow-y: auto;
    background-color: rgb(66 42 93);
    box-sizing: border-box;
    /* Include padding and border in the width calculation */
}

/* Style for each list item */
.dropdown-selected-keyword-item {
    list-style: none;
    padding: 8px;
    cursor: pointer;
    color: #fff;
}

/* OB-CODE-V7 */
.dropdown-selected-genre-item {
    list-style: none;
    padding: 8px;
    cursor: pointer;
    color: #fff;
}

/* OB-CODE-V7 */

/* Style for selected keyword buttons */
.selected-keyword {
    margin-right: 8px;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
}

/* Style for autocomplete container */
.new-keywords-container {
    position: relative;
    /*display: inline-block;*/
}

/* Style for input field */
.new-keywords-input {
    width: 100%;
    margin: 5px 0;
}

/* Style for autocomplete keywordSuggestion box */
.new-keywords-keyword-suggestions {
    display: none;
    position: absolute;
    /* border: 1px solid #ccc; */
    border-top: none;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
}

/* Style for each keywordSuggestion item */
.new-keywords-item {
    padding: 10px;
    background-color: #fff;
}

/* EDITOR */
.chapter-input-container {
    display: flex;
    margin-bottom: 10px;
}

.chapter-number-input {
    width: 40px;
    margin-right: 10px;
}

.chapter-input-remove-btn {
    padding: 8px;
    cursor: pointer;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 4px;
}

/* OB-CODE-V4 */

/* OB-CODE-V5 */
/* Style the tab */
div.tab {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */

}

/* Hide scrollbar for Chrome, Safari, and Opera */
div.tab::-webkit-scrollbar {
    display: none;
}

/* Style the buttons inside the tab */
div.tab button {
    color: white;
    background-color: inherit;
    float: none;
    /* Remove the float property */
    display: inline-block;
    /* Make buttons display in a line */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    margin-right:5px;
    transition: 0.3s;
    border-radius: 6px;
    font-size: 1.0rem;

    /* Set a minimum width for the buttons */
    box-sizing: border-box;
    /* Include padding and border in the element's total width and height */
}

/* Change background color of buttons on hover */
div.tab button {
    background-color: rgb(75, 0, 75);
}

/* Create an active/current tablink class */
div.tab button.active, div.tab button:hover {
    background-color: rgb(0, 128, 11);
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}
/* OB-CODE-V5 */

/*bouncy TABS*/

.bouncytabs-navbar {
    overflow: hidden;
    position: relative;
    padding: 18px 0 10px 15px;
    width: 100%;
}
.bouncytabs-navbar ul{
    padding: 0;
    margin: 0;

    display: initial !important;
    flex-direction: initial !important;
    justify-content: initial !important;
    align-items: initial !important;
    list-style-type: initial !important;
    height: initial !important;

}

.bouncytabs-navbar ul li a i{
    margin: 5px;
}

.bouncytabs-navbar li {
    list-style-type: none !important;
    float: left !important;
    margin-top: initial !important;
    margin-bottom: initial !important;
    padding: initial !important;
    height: initial !important;
    width: initial !important;
}

.bouncytabs-navbar ul li a{
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    line-height: 25px;
    display: block;
    padding: 0 10px;
    transition-duration:0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

.bouncytabs-navbar>ul>li.active>a{
    color: #fff;
    background-color: transparent;
    transition: all 0.7s;
}


.bouncytabs-navbar a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10%;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

.bouncytabs-navbar .active>a:not(:only-child):after {
    transform: rotate(90deg);
}
.hori-selector{
    display:inline-block;
    position:absolute;
    height: 100%;
    top: 10px;
    left: 0;
    transition-duration:0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: rgb(26 0 58);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.hori-selector .right-selector,
.hori-selector .left-selector{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgb(26 0 58);
    bottom: 10px;
}
.hori-selector .right-selector{
    right: -25px;
}
.hori-selector .left-selector{
    left: -25px;
}
.hori-selector .right-selector:before,
.hori-selector .left-selector:before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25%;
    background-color: #0a0014;
}

.hori-selector-light .right-selector:before,
.hori-selector-light .left-selector:before{
    background-color: #ffffff !important;
}

.hori-selector-light a{
    color: #000 !important;
}

.hori-selector .right-selector:before{
    bottom: 0;
    right: -25px;
}
.hori-selector .left-selector:before{
    bottom: 0;
    left: -25px;
}
/*bouncy TABS*/

/*custom-checkbox TABS*/

/* Style for the custom checkbox */
.custom-checkbox {
    display: none;
}

/* Style for the button */
.custom-checkbox + label {
    display: inline-block;
    padding: 11px 20px 11px 20px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
    
    background-color: purple;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* Style for the checked state */
.custom-checkbox:checked + label {
    background-color: green;
}
/*custom-checkbox TABS*/


.video-manager-video-player::-webkit-media-controls-current-time-display,.video-manager-video-player::-webkit-media-controls-time-remaining-display
{
    display: block;
}
.video-manager-video-player{
    max-height: 400px; width: 100%; max-width: 485px;
}

.video-manager-video-player::-webkit-media-controls-panel  {
    background: transparent;
}


.explore .keyword-type-sub { display: none;}
@media (max-width: 399px) {
}

@media (min-width: 400px) and (max-width: 499px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
    .explore .keyword-type-sub:nth-child(2) { display: initial !important; }
}

@media (min-width: 500px) and (max-width: 599px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
    .explore .keyword-type-sub:nth-child(2) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(3) { display: initial !important; }
}

@media (min-width: 600px) and (max-width: 699px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
    .explore .keyword-type-sub:nth-child(2) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(3) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(4) { display: initial !important; }
}

@media (min-width: 700px) and (max-width: 799px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
    .explore .keyword-type-sub:nth-child(2) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(3) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(4) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(5) { display: initial !important; }
}

@media (min-width: 800px) and (max-width: 899px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
    .explore .keyword-type-sub:nth-child(2) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(3) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(4) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(5) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(6) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(7) { display: initial !important; }
}

@media (min-width: 900px) and (max-width: 999px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
    .explore .keyword-type-sub:nth-child(2) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(3) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(4) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(5) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(6) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(7) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(8) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(9) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(10) { display: initial !important; }
}

@media (min-width: 1000px) and (max-width: 1099px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
    .explore .keyword-type-sub:nth-child(2) { display: initial !important; }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
    .explore .keyword-type-sub:nth-child(2) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(3) { display: initial !important; }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
    .explore .keyword-type-sub:nth-child(2) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(3) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(4) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(5) { display: initial !important; }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
    .explore .keyword-type-sub:nth-child(2) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(3) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(4) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(5) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(6) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(7) { display: initial !important; }
}

@media (min-width: 1500px) {
    .explore .keyword-type-sub:first-child { display: initial !important; }
    .explore .keyword-type-sub:nth-child(2) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(3) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(4) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(5) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(6) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(7) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(8) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(9) { display: initial !important; }
    .explore .keyword-type-sub:nth-child(10) { display: initial !important; }
}


@media (max-width: 599px) {
    .explore .keyword-type-normal{ display: initial;}
    .explore .keyword-type-body{ display: none;}
    .explore .keyword-type-vocal{ display: none;}
    .explore .keyword-type-hair{ display: none;}
    .explore .keyword-type-race{ display: none;}
    .explore .keyword-type-camera{ display: none;}
    .explore .keyword-type-clothing{ display: none;}
    .explore .keyword-type-appearance{ display: none;}
    .explore .keyword-type-age{ display: none;}
}
@media (min-width: 600px) and (max-width: 999px) {
    .explore .keyword-type-normal{ display: initial;}
    .explore .keyword-type-race{ display: initial;}
    .explore .keyword-type-hair{ display: initial;}
    .explore .keyword-type-body{ display: initial;}
    .explore .keyword-type-vocal{ display: initial;}
    .explore .keyword-type-age{ display: initial;}
    .explore .keyword-type-camera{ display: none;}
    .explore .keyword-type-clothing{ display: none;}
    .explore .keyword-type-appearance{ display: none;}
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .explore .keyword-type-normal{ display: initial;}
    .explore .keyword-type-body{ display: initial;}
    .explore .keyword-type-vocal{ display: initial;}
    .explore .keyword-type-hair{ display: none;}
    .explore .keyword-type-race{ display: none;}
    .explore .keyword-type-camera{ display: none;}
    .explore .keyword-type-clothing{ display: none;}
    .explore .keyword-type-appearance{ display: none;}
    .explore .keyword-type-age{ display: none;}
}
@media (min-width: 1400px)  {
    .explore .keyword-type-normal{ display: initial;}
    .explore .keyword-type-race{ display: initial;}
    .explore .keyword-type-hair{ display: initial;}
    .explore .keyword-type-body{ display: initial;}
    .explore .keyword-type-vocal{ display: initial;}
    .explore .keyword-type-camera{ display: initial;}
    .explore .keyword-type-clothing{ display: initial;}
    .explore .keyword-type-appearance{ display: initial;}
    .explore .keyword-type-age{ display: initial;}
}

@media (max-width: 1000px) {
    /*MOBILE*/

    .modal {
        top: 5%;
        left: 7%;
    }
    .page-content{
        padding: 20px  15px 260px 10px;
    }

    .profile-upload .profile-preview {
        width: 95px;
        height: 95px;
    }
    .profile-upload{
        max-width: 102px;
    }

    .post-tags {
        width: 95%;
        top: 26px;
    }

    .side-scroll-container {
        overflow: auto !important;
    }
    .side-scroll-wrapper{ width: 99% }

    .transparent-right-mobile-overlay {
        z-index: 5000;
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba( 0,0,0,0.0);
    }

    /*FA correct*/
    .fa-bookmark-correct{
        padding-left: 6px !important;
    }
    .fa-play-correct{
        padding-left: 6px !important;
    }
    /*FA correct*/

    .hleft {
        flex: 0.05;
    }

    .hmiddle {
        flex: 0.94;
        justify-content: flex-end;
    }

    .hright {
        /*flex: 0.85;*/
    }

    .search-input {
        width: 12rem;
    }

    .btns > a > i, .btns > .a > i {
        margin-right: 1rem;
        width: 22px;
    }

    .btns > a > img {
        margin-right: 1.2rem;
    }

    .hleft-element{
        margin-left: initial;
    }

    .hright{
        justify-content: flex-end;
    }

    .nav-right {
        position: initial;
        width: initial;

    }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none !important;
    }


    body {
        overflow-x: hidden ;

    }


    .main-menu {
        z-index: 10;
    }

    .left {

        flex: 0.14;
        border: none;
        overflow: hidden;
        /*border-right: 1px solid rgb(50, 29, 76);*/
    }

    .left:hover {
        overflow: hidden;
    }

    .right {
        flex: 0.86;

    }
    .btns {
        margin-left: 0;
        margin-top: 0;
        align-items: center;
    }

    .btns > a > span, .btns > .a > span, .btns > a > div {
        display: none;
    }

    .login {
        display: none;
    }

    .accounts {
        margin: 0;
        border: none;
        align-items: center;
    }

    .accounts > p {
        display: none;
    }

    .accounts > .user > h6 {
        display: none;
    }

    .user {
        padding-left: 0;
    }

    .tags {
        display: none;
    }

    .links {
        display: none;
    }

    .post-content > #js-playerholder-1 > video {
        margin-left: 0;

    }

    .video-icons {
        right: 9px;
        bottom: 9px;
    }

    .video-owner {
        left: 17px;
        bottom: 4px;
    }

    .dropdown-selected-keywords-list {

        max-height: 140px;
    }

}




