@charset "UTF-8";
/* variabels */

html {
    --black-bg: #000;
    --white-bg: #fff;
    --black-color: #000;
    --white-color: #fff;
    --color-inverse: #fff;
    /* background */
    --main-background: #100713;
    --header-background: linear-gradient(0deg, #360036 0%, #0c050e 100%);
    --header-background2: #000;
    --thumb-box-bg: #201123;
    --thumb-placeholder-bg: #070707;
    --footer-bg: #201123;
    --footer-box-bg: #070707;
    --pagination-bg: #201123;
    --sort-bg: #070707;
    --tags-link-bg: #201123;
    --tags-link-bg-hover: #fff;
    --input-bg: #201123;
    --btn-bg: #201123;
    --btn-report: #2e2f35;
    --input-bg2: #201123;
    --input-upload-bg: #000;
    --member-menu-bg: #161616;
    --img-placeholder-bg: #000;
    --img-placeholder-bg2: #070707;
    --img-placeholder-bg3: #161616;
    --profile-bg: #070707;
    --profile-sort-bg: #161616;
    --community-sort-bg: #161616;
    --thumbs-bottom-btn-bg: #070707;
    --checkbox-bg: var(--black-bg);
    --radio-bg: #191a1d;
    --comment-item-bg: var(--black-bg);
    --modal-bg: linear-gradient(0deg, #360036 0%, #0c050e 100%);
    ;
    --subscribe-bg: #262528;
    --video-sub-btn: #d24ff1;
    --video-sub-btn-count: #201123;
    --sort-box-bg: #161616;
    --embed-button-bg: #34363c;
    --profile-heading-btn-bg: #1d1d1d;
    --subscription-bg: #070707;
    --subscription-btn-bg: #1d1d1d;
    --menu-icon-bg: #fff;
    --suggestion-bg: #1d1d1d;
    --suggestion-group-bg: #000;
    /* color */
    --general-color: var(--white-color);
    --member-menu-color: #fff;
    --thumb-text-color: var(--white-color);
    --nav-link-color: #fff;
    --pagination-color: #fff;
    --sort-color: #b8b8b8;
    --tags-link-color: #fff;
    --tags-arrow-color: var(--white-color);
    --input-color: var(--white-color);
    --btn-color: var(--white-color);
    --btn-tabs-color: #fff;
    --thumb-info-color: #fff;
    --input-color2: #fff;
    --input-color3: #b8b8b8;
    --input-upload-color: #fff;
    --profile-color: var(--white-color);
    --profile-color2: #b8b8b8;
    --profile-tab-color: #fff;
    --thumbs-bottom-btn-color: #b8b8b8;
    --heading-title-color: var(--white-color);
    --comment-item-color: var(--white-color);
    --subscribe-color: #626262;
    --subscribe-color2: #b8b8b8;
    --lang-hover-color: #d24ff1;
    --desc-color: #fff;
    --video-sub-btn-color: #000000;
    --theme-color: #b8b8b8;
    --theme-hover-color: #d24ff1;
    --related-color: #b8b8b8;
    --tabs-title-color: #b8b8b8;
    --btn-gold: #fff;
    --comment-name-color: var(--white-color);
    --comment-date-color: #b8b8b8;
    --profile-heading-btn-color: #000;
    --upload-title-color: #959595;
    --seo-title-color: #fff;
    --seo-text-color: #fff;
    --footer-color: #fff;
    /* border */
    --tags-link-border: none;
    --footer-border: none;
    --input-border: none;
    --header-border: 1px solid #161616;
    --header-border2: none;
    --profile-sort-border: 1px solid #000000;
    --video-controls-border: 1px solid #000000;
    --community-item-border: 6px solid #161616;
    --community-filter-border: 1px solid #000;
    --community-filter-input-border: 1px solid #3d3d3d;
    --sort-box-pseudo: #000;
    --btn-box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
    /* btn */
    --swiper-btn-prev: linear-gradient( 90deg, #161616 52.6%, rgba(22, 22, 22, 0) 100%);
    --swiper-btn-next: linear-gradient( 270deg, #161616 52.6%, rgba(22, 22, 22, 0) 100%);
}

html.light {
    --black-bg: #000;
    --white-bg: #fff;
    --black-color: #000;
    --white-color: #fff;
    --grey-color: #707070;
    --color-inverse: #000;
    /* background */
    --main-background: var(--white-bg);
    --header-background: transparent;
    --header-background2: #fff;
    --thumb-box-bg: #e0e0e0;
    --thumb-placeholder-bg: #e0e0e0;
    --footer-bg: var(--white-bg);
    --footer-box-bg: var(--white-bg);
    --pagination-bg: #e0e0e0;
    --sort-bg: #e0e0e0;
    --tags-link-bg: none;
    --tags-link-bg-hover: rgba(255, 0, 255, 0.16);
    --input-bg: var(--white-bg);
    --btn-bg: #e0e0e0;
    --btn-report: #e0e0e0;
    --input-bg2: transparent;
    --input-upload-bg: transparent;
    --member-menu-bg: #e0e0e0;
    --img-placeholder-bg: #dadada;
    --img-placeholder-bg2: #dadada;
    --img-placeholder-bg3: #fff;
    --profile-bg: #e0e0e0;
    --profile-sort-bg: #fff;
    --community-sort-bg: #fff;
    --thumbs-bottom-btn-bg: #e0e0e0;
    --checkbox-bg: var(--white-bg);
    --radio-bg: #e0e0e0;
    --modal-bg: #606060;
    --subscribe-bg: #e0e0e0;
    --video-sub-btn: #626262;
    --video-sub-btn-count: var(--subscribe-bg);
    --sort-box-bg: var(--white-bg);
    --embed-button-bg: #e0e0e0;
    --profile-heading-btn-bg: #fff;
    --subscription-btn-bg: #fff;
    --menu-icon-bg: #b8b8b8;
    --suggestion-bg: #e0e0e0;
    --suggestion-group-bg: rgba(0, 0, 0, 0.1);
    /* color */
    --general-color: #363636;
    --member-menu-color: var(--grey-color);
    --thumb-text-color: #363636;
    --nav-link-color: var(--grey-color);
    --pagination-color: var(--grey-color);
    --sort-color: var(--grey-color);
    --tags-link-color: #fff;
    --tags-arrow-color: #b8b8b8;
    --input-color: var(--grey-color);
    --btn-color: var(--grey-color);
    --btn-tabs-color: var(--grey-color);
    --thumb-info-color: var(--grey-color);
    --input-color2: #8b8f96;
    --input-color3: var(--grey-color);
    --input-upload-color: #8b8f96;
    --profile-color: var(--grey-color);
    --profile-color2: #363636;
    --profile-tab-color: var(--grey-color);
    --thumbs-bottom-btn-color: var(--grey-color);
    --heading-title-color: #363636;
    --comment-item-bg: #e0e0e0;
    --comment-item-color: #363636;
    --subscribe-color: var(--grey-color);
    --subscribe-color2: var(--grey-color);
    --lang-hover-color: #000;
    --desc-color: #363636;
    --video-sub-btn-color: #fff;
    --theme-color: #707070;
    --theme-hover-color: #d24ff1;
    --related-color: #363636;
    --tabs-title-color: #363636;
    --btn-gold: #363636;
    --comment-name-color: #363636;
    --comment-date-color: #707070;
    --profile-heading-btn-color: #fff;
    --upload-title-color: #363636;
    --seo-title-color: #363636;
    --seo-text-color: #707070;
    --footer-color: #707070;
    /* border */
    --tags-link-border: 1px solid #fff;
    --footer-border: 1px solid #d9d9d9;
    --input-border: 1px solid var(--grey-color);
    --header-border: 1px solid #d9d9d9;
    --header-border2: 1px solid #d9d9d9;
    --profile-sort-border: 1px solid #d9d9d9;
    --video-controls-border: 1px solid #d9d9d9;
    --community-item-border: 6px solid #d9d9d9;
    --community-filter-border: 1px solid #d9d9d9;
    --community-filter-input-border: 1px solid #d9d9d9;
    --sort-box-pseudo: #d9d9d9;
    --btn-box-shadow: none;
    /* btn */
    --swiper-btn-prev: linear-gradient( 90deg, #ffffff 52.6%, rgba(22, 22, 22, 0) 100%);
    --swiper-btn-next: linear-gradient( 270deg, #ffffff 52.6%, rgba(22, 22, 22, 0) 100%);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

img,
object,
embed {
    vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: "";
}

a,
a * {
    cursor: pointer;
}

input,
textarea {
    outline: none;
}

a {
    text-decoration: none;
}

input {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

* {
    outline: none;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

i {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    height: 100%;
}

body {
    font: 400 14px/1.2 "Outfit", sans-serif;
    color: var(--general-color);
    background: var(--main-background);
}

header {
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}

.main {
    /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 1 0 auto;
    position: relative;
}

footer {
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto;
}

.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

.icon-flag {
    width: 0.7998046875em;
}

.icon-top-arrow {
    font-size: 9px;
}

.icon-arrow-down {
    font-size: 10px;
}

.icon-user {
    color: #b8b8b8;
    font-size: 18px;
}

.sub-btn .icon-user {
    color: var(--white-color);
}

.icon-edit,
.icon-heart,
.icon-oclock {
    font-size: 12px;
}

.icon-calendar,
.icon-picture,
.icon-like,
.icon-play {
    font-size: 14px;
}

.icon-eye {
    font-size: 17px;
}

.icon-chat,
.icon-plus {
    font-size: 18px;
}

.icon-no-thumb {
    font-size: 82px;
}

.icon-search,
.icon-upload,
.icon-dislike,
.icon-star,
.icon-monitor,
.icon-categories,
.icon-playlist,
.btn-favourites .icon-heart,
.btn-favourites .icon-oclock,
.sort-control .icon-info,
.sort-control .icon-share,
.sort-control .icon-chat,
.sort-control .icon-flag,
.sort-control .icon-picture {
    font-size: 20px;
}

.rating-container .icon-dislike,
.rating-container .icon-like {
    font-size: 20px;
}

.wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wrapper.profile-page .header {
    margin-bottom: 0;
}

.container {
    max-width: 1840px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.section-row {
    margin-bottom: 44px;
}

.section-row.tags-row {
    margin-bottom: 10px;
    position: relative;
    padding: 0;
}

.header {
    margin-bottom: 30px;
}

.logo {
    transition: all 0.3s;
    opacity: 1;
}

@media (max-width: 1415px) {
    .logo {
        max-width: 218px;
        width: 100%;
    }
    .logo img {
        width: 100%;
    }
}

.logo img:last-child {
    display: none;
}

.light .logo img:first-child {
    display: none;
}

.light .logo img:last-child {
    display: block;
}

@media (max-width: 1024px) {
    .logo {
        order: 2;
    }
}

.header-inner {
    display: flex;
    align-items: center;
}

@media (max-width: 1100px) {
    .header-inner {
        justify-content: space-between;
        padding: 6px 0;
    }
}

.header-links {
    background: #000;
}

.header-links .header-inner {
    padding: 5px 0;
    overflow-x: scroll;
}

.header-links .header-inner::-webkit-scrollbar {
    display: none;
}

.header-links a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    color: #b8b8b8;
    margin-right: 31px;
    transition: all 0.3s;
}

@media (min-width: 1024px) {
    .header-links a:hover {
        color: #fff;
    }
}

.header-links i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.header-links i svg {
    fill: #fff;
}

.header-holder {
    background: var(--header-background);
    border-bottom: var(--header-border);
    position: relative;
}

@media (max-width: 1024px) {
    .header-holder .header-inner {
        justify-content: space-between;
    }
}

.search {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .search {
        position: absolute;
        justify-content: flex-start;
        width: 100%;
        z-index: 10;
        left: 0;
        max-width: calc(100% - 40px);
        transition: all 0.3s;
        transform: translate(-100%, 0);
    }
}

@media (max-width: 1024px) {
    .search {
        position: static;
        transform: translate(0px, 0px);
        min-width: 100%;
    }
}

.search form {
    max-width: 100%;
    width: 100%;
}

@media (max-width: 1024px) {
    .search form {
        max-width: 100%;
    }
}

.search .search-inner {
    width: 100%;
    position: relative;
}

.search input {
    background: var(--input-bg);
    border: var(--input-border);
    border-radius: 10px;
    height: 40px;
    width: 100%;
    padding: 10px 45px 10px 20px;
    color: var(--input-color);
}

.search .btn-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-40%);
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .search .btn-search:hover svg {
        fill: #d24ff1;
    }
}

.search .btn-search svg {
    fill: #fff;
    transition: fill 0.3s;
}

.header.search-open .logo {
    opacity: 0;
}

.header.search-open .search {
    transform: translate(0, 0);
}

.header.search-open .btn-mobile .svg-search {
    opacity: 0;
    transform: scale(0);
}

.header.search-open .btn-mobile .svg-icon {
    opacity: 1;
    transform: scale(1.3);
}

.btn-mobile {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    order: 3;
}

@media (max-width: 1024px) {
    .btn-mobile {
        display: none;
    }
}

.btn-mobile i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-mobile svg {
    fill: #b8b8b8;
    transition: 0.3s;
}

.btn-mobile .svg-icon {
    position: absolute;
    opacity: 0;
    transform: scale(0);
}

.buttons-col {
    display: flex;
    align-items: center;
}

@media (max-width: 1100px) {
    .buttons-col {
        display: none;
    }
}

.buttons-col.mobile {
    display: none;
}

@media (max-width: 1100px) {
    .buttons-col {
        flex-grow: 1;
        justify-content: flex-end;
        display: none;
    }
    .buttons-col.mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        order: -1;
        width: 100%;
    }
    .buttons-col .mebers-block {
        width: 100%;
        justify-content: center;
        flex-direction: unset;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .buttons-col .mebers-block a {
        padding: 10px 20px;
        width: 50%;
    }
    .mebers-block a:first-child {
        margin-right: 5px;
    }
}

.buttons-col .upload-holder {
    position: relative;
}

.buttons-col .upload-list {
    position: absolute;
    right: 0;
    z-index: 11;
    background: #161616;
    top: calc(100% + 8px);
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.upload-open .upload-list {
    display: block;
}

.buttons-col .upload-list a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #b8b8b8;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    padding: 10px 32px;
}

.buttons-col .upload-btn {
    display: flex;
    align-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--member-menu-color);
    transition: color 0.3s;
    cursor: pointer;
    margin: 0 20px;
}

.buttons-col .upload-btn i {
    display: flex;
    align-items: center;
    /* margin-right: 10px; */
}

.buttons-col .upload-btn svg {
    fill: var(--member-menu-color);
    transition: fill 0.3s;
    width: 18px;
    height: 18px;
}

@media (min-width: 1024px) {
    .buttons-col .upload-list a:hover {
        color: #000000;
        background-color: #d24ff1;
    }
    .buttons-col .upload-btn:hover {
        color: #fff;
    }
    .buttons-col .upload-btn:hover svg {
        fill: #fff;
    }
}

.leng-holder {
    margin-right: 8px;
    position: relative;
}

.leng-holder .lang-item {
    display: flex;
    align-items: center;
}

@media (min-width: 1024px) {
    .leng-holder .lang-item:hover svg {
        fill: #fff;
    }
}

.leng-holder .lang-item i {
    display: flex;
    align-items: center;
    margin-left: 10px;
    transition: all 0.3s;
}

.leng-holder .lang-item i svg {
    transition: fill 0.3s;
    fill: var(--member-menu-color);
}

.leng-holder .drop {
    position: absolute;
    left: -12px;
    z-index: 11;
    background: var(--sort-bg);
    top: calc(100% + 8px);
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1024px) {
    .leng-holder .drop {
        top: auto;
        bottom: calc(100% + 8px);
        width: 195px;
        display: flex;
        flex-wrap: wrap;
        left: -112px;
    }
}

.leng-holder .drop a {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    color: var(--sort-color);
    transition: background 0.3s;
}

@media (min-width: 1024px) {
    .leng-holder .drop a:hover {
        background: #d24ff1;
        color: var(--lang-hover-color);
    }
}

@media (max-width: 1024px) {
    .leng-holder .drop a {
        width: 50%;
    }
}

.leng-holder .drop a img {
    margin-right: 4px;
}

.leng-holder.lang-open .lang-item i {
    transform: rotate(180deg);
}

.leng-holder.lang-open .lang-item svg {
    fill: #fff;
}

.leng-holder.lang-open .drop {
    opacity: 1;
    visibility: visible;
}

.mebers-block {
    display: flex;
    position: relative;
}

@media (max-width: 1024px) {
    .mebers-block {
        margin-top: 15px;
    }
}

.mebers-block a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--member-menu-color);
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    padding: 10px 32px;
    margin-right: 2px;
    text-transform: uppercase;
    background: #201123;
    white-space: nowrap;
}

.mebers-block a:last-child {
    margin-right: 0;
}

.mebers-block a:first-child {
    padding: 10px 20px;
}

@media (min-width: 1024px) {
    .mebers-block a:hover {
        color: #ffffff;
        background: #d24ff1;
    }
}

@media (max-width: 1024px) {
    .mebers-block a {
        color: #000000;
        background: #fff;
        box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
        margin-right: 15px;
    }
}

.menu-icon {
    width: 20px;
    height: 14px;
    cursor: pointer;
    position: relative;
    display: none;
    order: 3;
}

@media (max-width: 1100px) {
    .menu-icon {
        display: block;
    }
}

.menu-icon span {
    background-color: var(--menu-icon-bg);
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
}

.menu-icon span:first-child {
    top: 0;
}

.menu-icon span:nth-child(2) {
    top: 6px;
}

.menu-icon span:last-child {
    top: 12px;
}

.header-nav {
    /* background: var(--header-background2);
  border-bottom: var(--header-border2); */
    flex-grow: 1;
    flex-shrink: 1;
}

@media (max-width: 1100px) {
    .header-nav {
        display: none;
    }
}

@media (max-width: 1100px) {
    .header-nav {
        position: absolute;
        min-height: -webkit-fill-available;
        width: 300px;
        height: 100vh;
        left: 0;
        top: 90px;
        display: flex;
        z-index: 12;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
        background: var(--header-background);
        overflow: hidden;
    }
}

.header-nav .header-inner {
    justify-content: flex-end;
}

@media (max-width: 1100px) {
    .header-nav .header-inner {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 120px;
    }
}

.header-nav .nav-link {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: var(--nav-link-color);
    position: relative;
    padding: 30px 20px;
    transition: color 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
}

.header-nav .nav-link.mobile {
    display: none;
}

@media (max-width: 1100px) {
    .header-nav .nav-link.mobile {
        display: flex;
        align-items: center;
    }
}

.header-nav .nav-link.mobile svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: #fff;
}

.header-nav .container {
    padding: 0;
}

@media (max-width: 1300px) {
    .header-nav .nav-link {
        padding: 30px 12px;
    }
}

@media (max-width: 1100px) {
    .header-nav .nav-link {
        padding: 10px 14px;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
    }
}

.header-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 0, 255, 0.15) 0%, rgba(255, 0, 255, 0.15) 100%);
    transition: width 0.3s;
    opacity: .5;
}

@media (min-width: 1024px) {
    .header-nav .nav-link:hover {
        /* background: linear-gradient(180deg, rgba(255, 0, 255, 0.15) 0%, rgba(255, 0, 255, 0.15) 100%); */
        color: #d24ff1;
    }
    .header-nav .nav-link:hover::before {
        width: 100%;
    }
}

.header-nav .nav-link.active {
    color: #ffffff;
    cursor: default;
}

.header-nav .nav-link.active::before {
    width: 100%;
}

body.nav-open {
    overflow: hidden;
}

body.nav-open .menu-icon span:nth-child(2) {
    opacity: 0;
}

body.nav-open .menu-icon span:first-child,
body.nav-open .menu-icon span:last-child {
    top: 6px;
    background-color: #ffffff;
}

body.nav-open .menu-icon span:first-child {
    transform: rotate(45deg);
}

body.nav-open .menu-icon span:last-child {
    transform: rotate(-45deg);
}

body.nav-open .header-nav {
    opacity: 1;
    visibility: visible;
}

.tags-row {
    padding: 10px 0;
}

@media (max-width: 1024px) {
    .tags-row {
        padding: 8px 0;
    }
}

.tags-row :root {
    --swiper-theme-color: #ffffff;
}

.tags-row .swiper-button-next,
.tags-row .swiper-button-prev {
    font-size: 18px;
}

.tags-row .swiper-button-next:after,
.tags-row .swiper-button-prev:after {
    color: var(--tags-arrow-color);
    font-size: 18px;
}

.tags-row .swiper-button-next:after {
    color: var(--tags-arrow-color);
    font-size: 18px;
    position: absolute;
    right: 15px;
    transition: color 0.3s;
}

.tags-row .swiper-button-prev {
    left: 0;
}

.tags-row .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.tags-row .swiper-button-prev {
    background: var(--swiper-btn-prev);
    left: 0;
    width: 75px;
    transition: all 0.3s;
}

.tags-row .swiper-button-next {
    background: var(--swiper-btn-next);
    right: 0;
    width: 75px;
}

@media (min-width: 1024px) {
    .tags-row .swiper-button-next:hover::after {
        color: #d24ff1;
    }
}

.tags-row .swiper-slide {
    display: flex;
    justify-content: center;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.tags-row a {
    display: flex;
    background: var(--tags-link-bg);
    border-radius: 10px;
    border: var(--tags-link-border);
    padding: 10px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--tags-link-color);
    transition: color 0.3s, background 0.3s, box-shadow 0.3s;
}

@media (min-width: 1024px) {
    .tags-row a:hover {
        background-color: var(--tags-link-bg-hover);
        color: #d24ff1;
    }
}

.heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    gap: 5px;
}

.heading.comments-heading {
    margin-bottom: 37px;
}

@media (max-width: 1024px) {
    .heading {
        flex-wrap: wrap;
    }
}

.heading .title {
    font-size: 24px;
    line-height: 1;
    color: var(--heading-title-color);
    flex-grow: 1;
    flex-shrink: 1;
    text-transform: uppercase;
}

.heading .title a {
    color: var(--heading-title-color);
    transition: color 0.3s;
}

.heading .title em {
    color: #b8b8b8;
    font-weight: 700;
}

@media (min-width: 1025px) {
    .heading .title a:hover {
        color: #d24ff1;
    }
}

@media (max-width: 767px) {
    .heading .title {
        font-size: 17px;
    }
}

.sort {
    position: relative;
}

@media (max-width: 665px) {
    .sort.serch-box {
        order: 4;
        width: 100%;
        margin-top: 10px;
    }
    .sort.serch-box .sort-title {
        justify-content: space-between;
    }
}

.sort .sort-title {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: var(--pagination-bg);
    color: var(--pagination-color);
    border-radius: 10px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.more-title {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #201123;
    border-radius: 10px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.sort.sort-profile .sort-title,
.sort.sort-profile .sort-drop {
    background-color: var(--profile-sort-bg);
}

.sort .sort-title {
    min-width: 170px;
    justify-content: center;
}

.sort.sort-box-item .sort-title {
    display: none;
}

@media (max-width: 375px) {
    .sort .sort-title {
        font-size: 12px;
        padding: 5px 10px;
    }
}

.sort .sort-title.more-title,
.more-title i {
    transform: rotate(-90deg);
}

.sort .sort-title i,
.more-title i {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-left: 10px;
}

.sort .sort-title svg,
.more-title svg {
    fill: var(--tags-link-color);
    transition: all 0.3s;
    transform: rotate(0);
}

.more-title svg {
    fill: #fff;
}

@media (min-width: 1024px) {
    .sort .sort-title:hover {
        color: var(--white-color);
        background: #d24ff1;
        box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
    }
    .more-title:hover {
        color: #ffffff;
        background: #d24ff1;
        box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
    }
    .sort .sort-title:hover svg {
        fill: #ffffff;
    }
    .more-title:hover svg {
        fill: #ffffff;
    }
}

.sort .sort-drop {
    position: absolute;
    z-index: 10;
    width: 100%;
    background: var(--sort-bg);
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    transform: translate3d(0, 35px, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.sort .sort-drop a {
    display: block;
    text-align: center;
    color: var(--sort-color);
    padding: 8px 10px;
    transition: all 0.3s;
    width: 100%;
}

@media (min-width: 1024px) {
    .sort .sort-drop a:hover {
        background: #d24ff1;
        color: var(--white-color);
    }
}

.sort-wrapper {
    display: flex;
}

.sort.sort-box-item .sort-drop {
    position: static !important;
    z-index: 10;
    width: 100%;
    background: transparent;
    overflow: hidden;
    border-radius: 0;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    zoom: 0 !important;
}

.sort.sort-box-item .sort-drop a {
    display: block;
    text-align: center;
    color: var(--thumb-info-color);
    padding: 8px 0px;
    transition: all 0.3s;
    width: 100%;
    white-space: nowrap;
    position: relative;
    margin-right: 0;
    margin-left: 20px;
    text-transform: uppercase;
}

.sort.sort-box-item .sort-drop a:last-child {
    margin-right: 0;
}

.sort.sort-box-item .sort-drop a:first-child {
    margin-left: 0;
}

.sort.sort-box-item .sort-drop a::before {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 0;
    height: 2px;
    background: #d9d9d9;
    transition: .3s;
}

.sort.sort-box-item .sort-drop a.active {
    color: #d9d9d9;
}

.sort.sort-box-item .sort-drop a.active::before {
    width: 100%;
}

@media (min-width: 1024px) {
    .sort.sort-box-item .sort-drop a:hover {
        color: #d9d9d9;
        background: transparent;
    }
    .sort.sort-box-item .sort-drop a:hover::before {
        width: 100%;
    }
}

.sort.sort-box-item .sort-drop.second {
    padding-left: 20px;
}

.sort.sort-box-item .sort-drop.second a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #201123;
    border-radius: 10px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 5px;
    margin-left: 0;
}

.sort.sort-box-item .sort-drop.second a.active {
    background: #d24ff1;
    color: #ffffff;
}

@media (min-width: 1025px) {
    .sort.sort-box-item .sort-drop.second a:hover {
        background: #d24ff1;
        color: #ffffff;
    }
}

.sort.sort-box-item .sort-drop.second a::before {
    display: none;
}

.sort-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: relative;
}

.sort-mobile::before,
.sort-mobile::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    transition: 0.3s;
    opacity: 0;
}

.sort-mobile::before {
    transform: rotate(45deg);
}

.sort-mobile::after {
    transform: rotate(-45deg);
}

.heading.filter-open .sort-mobile::before,
.heading.filter-open .sort-mobile::after {
    opacity: 1;
}

.heading.filter-open .sort-mobile svg {
    opacity: 0;
}

@media (max-width: 767px) {
    .sort-mobile {
        display: flex;
    }
    .sort-wrapper {
        position: absolute;
        flex-direction: column;
        align-items: center;
        background: linear-gradient(0deg, #360036 0%, #100712 100%);
        top: calc(100% + 10px);
        left: -10px;
        width: calc(100% + 20px);
        z-index: 2;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }
    .heading.filter-open .sort-wrapper {
        opacity: 1;
        visibility: visible;
    }
    .sort.sort-box-item .sort-drop {
        flex-direction: column;
    }
    .sort.sort-box-item .sort-drop a {
        margin-left: 0;
        padding: 14px 0px;
    }
    .sort.sort-box-item .sort-drop a:last-child {
        margin-bottom: 0;
        margin-right: 0;
    }
    .sort.sort-box-item .sort-drop.second {
        flex-direction: row;
        padding-left: 0;
        /* padding-top: 25px; */
    }
    .sort.sort-box-item .sort-drop.second a {
        margin-bottom: 0;
    }
}

.sort.sort-open .sort-title {
    border-radius: 10px 10px 0 0;
    color: var(--white-color);
    background: #fff;
    box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
}

.sort.sort-open .sort-title.more-title {
    color: #b8b8b8;
    background: #070707;
    border-radius: 10px;
    box-shadow: none;
}

.sort.sort-open .sort-title.more-title:hover {
    color: #000000;
    background: #d24ff1;
    box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
}

.sort.sort-open .sort-title.more-title:hover svg {
    fill: #000000;
}

.sort.sort-open .sort-title.more-title svg {
    transform: rotate(0);
    fill: #b8b8b8;
}

.sort.sort-open .sort-title svg {
    fill: var(--white-color);
    transform: rotate(-180deg);
}

.sort.sort-open .sort-drop {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.sort-tabs {
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .sort-tabs {
        margin-top: 10px;
        margin-right: 0;
        width: 100%;
        order: 3;
    }
}

.sort-control {
    display: flex;
    align-items: center;
}

.sort-control a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: var(--btn-tabs-color);
    transition: all 0.3s;
    margin-right: 30px;
}

@media (max-width: 500px) {
    .sort-control a {
        font-size: 0;
    }
}

.sort-control a:last-child {
    margin-right: 0;
}

.sort-control a i {
    display: flex;
    align-items: center;
    transition: all 0.3s;
    margin-right: 5px;
}

.sort-control a i.arrow {
    margin-left: 10px;
    right: 0;
}

.sort-control a svg {
    transition: fill 0.3s;
    fill: var(--btn-tabs-color);
}

@media (min-width: 1024px) {
    .sort-control a:hover {
        color: #fff;
    }
    .sort-control a:hover svg {
        fill: #fff;
    }
}

.sort-control a.active {
    color: #fff;
}

.sort-control a.active i.arrow {
    transform: rotate(-180deg);
}

.sort-control a.active svg {
    fill: #fff;
}

.sort-box {
    position: absolute;
    width: 100%;
    left: 0;
    /* top: 36px; */
    z-index: 10;
}

.sort-box .tab-content {
    background: var(--main-background);
    border-top: var(--profile-sort-border);
    padding: 17px 10px;
}

.sort-box .sort-inner {
    -moz-column-count: 7;
    column-count: 7;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .sort-box .sort-inner {
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 460px) {
    .sort-box .sort-inner {
        -moz-column-count: 3;
        column-count: 3;
    }
}

.sort-box .sort-inner a {
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    color: var(--profile-color2);
    transition: color 0.3s;
}

@media (min-width: 1024px) {
    .sort-box .sort-inner a:hover {
        color: var(--thumb-info-color);
    }
}

.sort-box .btn-holder {
    width: 100%;
    position: relative;
    display: flex;
}

.sort-box .btn-holder::before {
    content: "";
    position: absolute;
    background: var(--sort-box-pseudo);
    height: 1px;
    width: calc(100% - 130px);
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.sort-box .btn-holder .sort-title {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #201123;
    border-radius: 10px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.sort-box .btn-holder .sort-title.more-title i {
    transform: rotate(-90deg);
}

.sort-box .btn-holder .sort-title i {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-left: 10px;
}

.sort-box .btn-holder .sort-title svg {
    fill: #fff;
    transition: all 0.3s;
    transform: rotate(0);
}

@media (min-width: 1024px) {
    .sort-box .btn-holder .sort-title:hover {
        color: var(--white-color);
        background: #fff;
        box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
    }
    .sort-box .btn-holder .sort-title:hover svg {
        fill: var(--white-color);
    }
}

.tab-content.hidden {
    display: none;
}

.tab-content {
    margin-top: 20px;
}

.sort-box .tab-content {
    margin-top: 0;
}

.profile-tabs .tab-content {
    margin-top: 0px;
}

.sort-search {
    margin-right: 30px;
}

@media (max-width: 665px) {
    .sort-search {
        order: 2;
        margin-right: 0;
    }
}

.sort-search .open-box {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: #b8b8b8;
    transition: color 0.3s;
}

.sort-search .open-box:last-child {
    margin-right: 0;
}

.sort-search .open-box i {
    display: flex;
    align-items: center;
    transition: all 0.3s;
    margin-right: 5px;
}

.sort-search .open-box i.arrow {
    margin-left: 10px;
    transform: rotate(180deg);
    right: 0;
}

.sort-search .open-box svg {
    transition: fill 0.3s;
    fill: #b8b8b8;
}

@media (min-width: 1024px) {
    .sort-search .open-box:hover {
        color: #fff;
    }
    .sort-search .open-box:hover svg {
        fill: #fff;
    }
}

.search-filter {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 10px);
    z-index: 10;
    background: var(--community-sort-bg);
    border-top: var(--community-filter-border);
    border-bottom: var(--community-filter-border);
    padding: 17px 0;
}

.search-filter .form-inner {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1024px) {
    .search-filter .form-inner {
        flex-wrap: wrap;
    }
}

.search-filter .col-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 260px;
    width: 100%;
    margin-right: 20px;
}

@media (max-width: 1110px) {
    .search-filter .col-item {
        margin-right: 10px;
    }
}

@media (max-width: 1024px) {
    .search-filter .col-item {
        max-width: 100%;
        margin-right: 0;
        padding: 10px 0;
    }
}

.search-filter .col-item.second {
    max-width: 145px;
}

@media (max-width: 1024px) {
    .search-filter .col-item.second {
        margin-right: 10px;
    }
}

.search-filter .col-item:last-child {
    margin-right: 0;
}

.search-filter label {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--heading-title-color);
    display: block;
    margin-bottom: 5px;
}

.search-filter select {
    background: var(--input-bg);
    border: var(--input-border);
    border-radius: 10px;
    color: var(--input-color3);
    max-width: 260px;
    width: 100%;
    cursor: pointer;
    padding: 10px 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/arrow.svg");
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%;
    background-size: auto;
}

@media (max-width: 1024px) {
    .search-filter select {
        max-width: 100%;
    }
}

.search-filter .input {
    background: var(--input-bg);
    border: var(--input-border);
    border-radius: 10px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--input-color3);
    padding: 10px;
}

.search-filter .select-item {
    display: flex;
    align-items: center;
}

.search-filter .select-item select {
    margin-right: 10px;
}

.search-filter .select-item select:last-child {
    margin-right: 0;
}

.search-filter .select-item.modal-holder label {
    white-space: nowrap;
}

.search-filter .check-label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    padding: 7px 0;
}

.search-filter .check-label input {
    margin-right: 5px;
    display: none;
    position: absolute;
}

.search-filter .check-label label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
}

.search-filter .check-label label::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 10px;
    background: #222428;
}

.search-filter .check-label span {
    color: #fff;
    white-space: nowrap;
}

.search-filter .check-label label:checked::before {
    background: #0968f7;
    background-repeat: no-repeat;
    background-position: center center;
}

.search-filter .button-submit {
    background: var(--pagination-bg);
    color: var(--pagination-color);
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border: none;
    transition: all 0.3s;
    padding: 10px 30px;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .search-filter .button-submit:hover {
        color: var(--white-color);
        background: #d24ff1;
    }
}

.thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 39px -5px;
}

.community_thumbs .thumb {
    position: relative;
}

.thumbs .bottom,
.list-subscriptions .bottom {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    margin-top: 20px;
}

.thumbs .bottom .submit,
.list-subscriptions .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    background: #201123;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    min-width: 40px;
    transition: all 0.3s;
    border: none;
    padding: 0 20px;
    cursor: pointer;
}

.thumbs .bottom .submit:disabled,
.list-subscriptions .submit:disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media screen and (min-width: 1025px) {
    .thumbs .bottom .submit:hover,
    .list-subscriptions .submit:hover {
        color: #ffffff;
        background: #d24ff1;
        box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
    }
}

.thumb {
    width: 20%;
    padding: 5px;
}

.cat-thumb {
    width: 25%;
}

@media (max-width: 1023px) {
    .thumb {
        width: 33.33%;
    }
}

@media (max-width: 800px) {
    .thumb {
        width: 50%;
    }
}

@media (max-width: 540px) {
    .cat-thumb {
        width: 100% !important;
    }
}

@media (max-width: 410px) {
    .thumb {
        width: 100%;
    }
}

.thumb i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb a {
    display: block;
}

@media (min-width: 1024px) {
    .thumb a:hover .item-top {
        transform: translate3d(0, 0, 0);
    }
    .thumb a:hover .title {
        color: var(--thumb-info-color);
    }
    .thumb.cat-thumb a:hover .title {
        color: var(--white-color);
    }
    .thumb.cat-thumb a:hover .thumb-item {
        color: var(--white-color);
    }
}

.thumb .img-holder {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 8px;
    background-color: var(--thumb-placeholder-bg);
}

.thumb .img-holder img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.thumb .img-holder.custom-category-thumbnail {
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 8px;
    background-color: var(--thumb-placeholder-bg);
}

.thumb .img-holder.custom-category-thumbnail img {
    /* Assicurati che queste regole siano applicate anche alla tua nuova classe */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* o un'altra regola di fit se necessario */
}

.categories-thumbs .img-holder img,
.channels-thumbs .img-holder img {
    object-fit: cover;
}

.thumbs .img-holder .no-thumb {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    background: #201123;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.thumb .img-holder img.video1 {
    top: 10px;
    right: 10px;
    left: auto;
    bottom: auto;
    z-index: 4;
    width: 120px;
    height: auto;
    transition: all 0.3s;
    opacity: 0.7;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .thumb .img-holder img.video1:hover {
        opacity: 1;
        z-index: 12;
    }
}

.thumb .img-holder img.video2 {
    top: 20px;
    right: 20px;
    left: auto;
    bottom: auto;
    z-index: 5;
    width: 120px;
    height: auto;
    transition: all 0.3s;
    opacity: 0.7;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .thumb .img-holder img.video2:hover {
        opacity: 1;
        z-index: 12;
    }
}

.thumb .img-holder img.video3 {
    top: 30px;
    right: 30px;
    left: auto;
    bottom: auto;
    z-index: 6;
    width: 120px;
    height: auto;
    transition: all 0.3s;
    opacity: 0.7;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .thumb .img-holder img.video3:hover {
        opacity: 1;
        z-index: 12;
    }
}

.thumb .item-bottom,
.thumb .item-top {
    position: absolute;
    display: flex;
    align-items: center;
}

.thumb .qualtiy,
.thumb .time,
.thumb .line-private,
.thumb .line-premium,
.thumb .line-disabled,
.thumb .line-error,
.thumb .line-processing {
    background: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 5px;
    padding: 0px 6px;
}

.thumb .line-private,
.thumb .line-premium,
.thumb .line-disabled,
.thumb .line-error,
.thumb .line-processing {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.thumb .qualtiy {
    font-weight: 700;
    margin-right: 5px;
}

.thumb .item-bottom {
    right: 5px;
    bottom: 5px;
}

.thumb .item-top {
    top: 10px;
    left: 10px;
    transition: all 0.3s;
    transform: translate3d(-40px, -40px, 0);
}

.thumb .item-heart,
.thumb .item-time {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #201123;
    transition: background 0.3s;
}

.thumb .item-heart svg,
.thumb .item-time svg {
    fill: #fff;
    transition: background 0.3s;
}

@media (min-width: 1024px) {
    .thumb .item-heart:hover,
    .thumb .item-time:hover {
        background: #d24ff1;
    }
    .thumb .item-heart:hover svg,
    .thumb .item-time:hover svg {
        fill: #ffffff;
    }
}

.thumb .item-heart {
    margin-right: 5px;
}

.thumb .item-heart.fixed,
.thumb .item-time.fixed {
    background-color: #fff;
}

.thumb .item-heart.fixed svg,
.thumb .item-time.fixed svg {
    fill: #000000;
}

.thumb .thumb-bottom {
    display: flex;
    align-items: center;
}

.thumb .thumb-bottom .thumb-item {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: var(--thumb-info-color);
    margin-right: 10px;
    display: block;
    position: relative;
    padding-left: 20px;
}

.thumb .thumb-bottom:not(.thumb-bottom-videos) .thumb-item,
.thumb .thumb-bottom .thumb-item-date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumb .thumb-bottom .thumb-item:first-child {
    padding-left: 22px;
}

.thumb .thumb-bottom .thumb-item i {
    left: 0;
    position: absolute;
    margin-right: 5px;
}

.thumb .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* or 129% */
    color: var(--thumb-text-color);
    transition: color 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pagination-bg);
    border-radius: 10px;
    color: var(--pagination-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    min-width: 40px;
    transition: all 0.3s;
    margin-right: 5px;
}

@media (max-width: 1023px) {
    .pagination a {
        display: none;
    }
}

.pagination a.active {
    background: #d24ff1;
    color: #ffffff;
    cursor: default;
}

@media (max-width: 1023px) {
    .pagination a.item-pagination {
        /* display: flex; */
    }
    .pagination a.item-pagination,
    .pagination a.item-pagination--first,
    .pagination a.item-pagination--last,
    .pagination:has(a.item-pagination--first) a:nth-child(3),
    .pagination:has(a.item-pagination--first) a:nth-child(4),
    .pagination:has(a.item-pagination--last) a:nth-last-child(-n+3),
    .pagination:has(a.item-pagination--last) a:nth-last-child(-n+4),
    .pagination:has(a.item-pagination) a.item-pagination+a,
    .pagination:has(a.item-pagination) a:has(+a.item-pagination) {
        display: flex;
    }
    .pagination:has(a.item-pagination) a.item-pagination+a,
    .pagination:has(a.item-pagination--first) a:nth-child(4),
    .pagination a.item-pagination--last {
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .pagination a:hover {
        background: #d24ff1;
        color: #ffffff;
    }
    .pagination a:hover.prev svg,
    .pagination a:hover.next svg {
        fill: #ffffff;
    }
}

.pagination a.prev {
    min-width: 129px;
    margin-right: 20px;
}

@media (max-width: 1023px) {
    .pagination a.prev {
        display: flex;
        font-size: 0;
        min-width: 60px;
    }
}

.pagination a.prev svg {
    transition: all 0.3s;
    fill: var(--pagination-color);
    margin-right: 13px;
}

@media (max-width: 1023px) {
    .pagination a.prev svg {
        margin: 0;
    }
}

.pagination a.next {
    min-width: 129px;
    margin-left: 20px;
    margin-right: 0;
}

@media (max-width: 1023px) {
    .pagination a.next {
        display: flex;
        font-size: 0;
        min-width: 60px;
    }
}

.pagination a.next svg {
    transition: all 0.3s;
    fill: var(--pagination-color);
    margin-left: 13px;
}

@media (max-width: 1023px) {
    .pagination a.next svg {
        margin: 0;
        font-size: 14px;
    }
}

.pagination a.jumper {
    background: transparent;
}

@media (min-width: 1024px) {
    .pagination a.jumper:hover {
        color: #ffffff;
    }
}

@media (max-width: 1023px) {
    .pagination a.prev svg,
    .pagination a.next svg {
        font-size: 14px;
    }
}

.categories-thumbs .cat-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(16, 7, 18, 0.7);
    padding: 10px;
    transition: .3s;
}

.categories-thumbs .cat-thumb a:hover .cat-title {
    background: rgba(108, 10, 130, 0.7);
}

.categories-thumbs .cat-title .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    color: #ffffff;
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

.categories-thumbs .cat-title .thumb-item {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #fff;
    transition: .3s;
}

.categories-thumbs .cat-title .thumb-item:last-child {
    margin-right: 0;
}

.categories-thumbs .cat-title .thumb-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.models-thumbs .thumb .img-holder {
    padding-bottom: 130%;
}

.models-thumbs .thumb .title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--thumb-text-color);
}

.models-thumbs .thumb .title .flag-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.channels-thumbs .thumb {
    width: 25%;
    margin-bottom: 10px;
}

@media (max-width: 800px) {
    .channels-thumbs .thumb {
        width: 50%;
    }
}

@media (max-width: 410px) {
    .channels-thumbs .thumb {
        width: 100%;
    }
}

.channels-thumbs .title-holder {
    display: flex;
    align-items: center;
}

.channels-thumbs .title {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

@media (max-width: 1250px) {
    .albums-thumbs .thumb {
        width: 25%;
    }
}

@media (max-width: 1023px) {
    .albums-thumbs .thumb {
        width: 33.33%;
    }
}

@media (max-width: 800px) {
    .albums-thumbs .thumb {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .albums-thumbs .thumb {
        width: 100%;
    }
}

.albums-thumbs .thumb .img-holder {
    padding-bottom: 130%;
}

.description-holder .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: var(--seo-title-color);
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
    .description-holder .title {
        font-size: 18px;
    }
}

.description-holder .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    color: var(--seo-text-color);
    margin-bottom: 30px;
}

.description-holder .text:last-child {
    margin-bottom: 0;
}

.footer-box {
    background: var(--footer-box-bg);
    padding-bottom: 35px;
}

.block-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px 0;
}

@media (max-width: 767px) {
    .block-inner {
        margin-bottom: 10px;
    }
}

.block-inner .title {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #747474;
    margin-bottom: 15px;
}

.block-inner .block-holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.block-inner .block-holder .block-img {
    padding: 5px;
}

@media (max-width: 945px) {
    .block-inner .block-holder {
        justify-content: center;
    }
}

@media (max-width: 1270px) {
    .block-inner .block-holder .block-img:nth-child(4) {
        display: none;
    }
}

@media (max-width: 945px) {
    .block-inner .block-holder .block-img:nth-child(3) {
        display: none;
    }
}

@media (max-width: 635px) {
    .block-inner .block-holder .block-img:nth-child(2) {
        display: none;
    }
}

.footer {
    background: var(--footer-bg);
    border-top: var(--footer-border);
}

.footer .footer-inner {
    padding: 44px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 767px) {
    .footer .footer-inner {
        padding: 10px 0;
    }
}

.footer .logo {
    margin-bottom: 23px;
}

@media (max-width: 1024px) {
    .footer .logo {
        order: 0;
    }
}

.footer .logo a {
    display: block;
    max-width: 218px;
    width: 100%;
}

.footer .logo a img {
    width: 100%;
}

.footer .footer-nav {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .footer .footer-nav {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer .footer-nav {
        margin-bottom: 15px;
    }
}

.footer .footer-nav a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--nav-link-color);
    transition: color 0.3s;
    padding: 5px;
}

.footer .footer-nav a.active {
    color: var(--white-color);
    cursor: default;
}

@media (min-width: 1024px) {
    .footer .footer-nav a:hover {
        color: var(--white-color);
    }
}

.footer .footer-nav a.active {
    color: var(--white-color);
}

.footer .footer-desc {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    /* or 167% */
    text-align: center;
    color: var(--footer-color);
}

.footer .footer-desc .desc-text {
    margin-bottom: 30px;
}

.footer .footer-desc .desc-text:last-child {
    margin-bottom: 0;
}

.grid-temp {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-row-gap: 5px;
    grid-column-gap: 0px;
    padding: 0;
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .grid-temp {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1160px) {
    .grid-temp {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media screen and (max-width: 940px) {
    .grid-temp {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 800px) {
    .grid-temp {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.grid-temp .spot {
    grid-row: 1 / span 2;
    grid-column: 5 / span 2;
    align-self: center;
    height: 100%;
    padding-left: 5px;
}

@media screen and (max-width: 1440px) {
    .grid-temp .spot {
        grid-column: 4 / span 2;
    }
}

@media screen and (max-width: 1160px) {
    .grid-temp .spot {
        grid-column: 3 / span 2;
    }
}

@media screen and (max-width: 940px) {
    .grid-temp .spot {
        grid-column: 2 / span 2;
    }
    .grid-temp .spot {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .grid-temp .spot {
        grid-column: 1 / span 2;
    }
}

@media (max-width: 410px) {
    .grid-temp li {
        grid-column: 1 / span 2;
    }
}

.grid-temp .thumb {
    width: 100%;
}

.thumb-box {
    background-color: var(--thumb-box-bg);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 60px 0;
}

@media (max-width: 400px) {
    .thumb-box {
        padding: 30px 0;
    }
}

.thumb-box .title {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #747474;
    margin-bottom: 34px;
}

.link-offer {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.link-offer a {
    display: block;
    max-width: 790px;
    height: 90px;
    overflow: hidden;
}

.link-offer a img {
    width: 100%;
}

.video-inner .title-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.video-inner .title-holder {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .video-inner .title-holder {
        flex-wrap: wrap;
    }
}

.video-inner .title-holder .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: var(--heading-title-color);
    margin-right: 10px;
    width: 100%;
}

@media (max-width: 1024px) {
    .video-inner .title-holder .title {
        line-height: 24px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
}

.video-inner .title-holder .count-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: var(--btn-gold);
    margin-right: 10px;
    flex-shrink: 0;
}

.video-inner .title-holder .count-item:last-child {
    margin-right: 0;
}

.video-inner .title-holder .count-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.flex {
    display: flex;
    align-items: center;
}

.block a,
.info-message .btn {
    margin-right: 5px;
}

.info-message .btn {
    border: none;
    cursor: pointer;
    height: 36px;
}

.block .sub-btn {
    margin-right: 10px;
}

.top-options {
    flex-wrap: wrap;
}

.top-options .block {
    margin: 0 5px 5px -5px;
    flex-wrap: wrap;
}

.top-options .block a {
    margin: 5px;
}

.top-options .tags-row {
    padding: 0;
}

.sub-btn {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    height: 36px;
    transition: all 0.3s;
}

@media (min-width: 1024px) {
    .sub-btn:hover {
        box-shadow: var(--btn-box-shadow);
    }
    .sub-btn:hover .count {
        background: #d24ff1;
        color: var(--white-color);
    }
}

.sub-btn .text {
    background-color: var(--video-sub-btn);
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: var(--white-color);
    padding: 0 10px;
}

.sub-btn i {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.sub-btn .count {
    background: var(--video-sub-btn-count);
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: #fff;
    padding: 0 10px;
    transition: all 0.3s;
}

.btn {
    display: flex;
    align-items: center;
    background: #070707;
    background: var(--btn-bg);
    border-radius: 10px;
    padding: 10px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--btn-color);
    transition: color 0.3s, background 0.3s, box-shadow 0.3s;
}

.btn.orange {
    background-color: #fff;
}

.btn-holder .btn.orange svg {
    fill: #000000;
}

.btn-subscribe .btn .icon-heart {
    font-size: 20px;
}

.btn-subscribe .btn.done {
    pointer-events: none;
}

@media (min-width: 1024px) {
    .btn:hover {
        color: #ffffff;
        background: #d24ff1;
        box-shadow: var(--btn-box-shadow);
    }
    .btn:hover.gold svg {
        fill: var(--white-color);
    }
    .btn.orange:hover {
        background-color: #070707;
    }
    .btn-holder .btn.orange:hover svg {
        fill: #b8b8b8;
    }
}

.btn.gold {
    color: var(--btn-gold);
}

@media (min-width: 1024px) {
    .btn.gold:hover {
        color: var(--white-color);
    }
}

.btn.gold i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.btn-subscribe .btn.gold i {
    margin: 0;
}

.btn.gold svg {
    fill: var(--btn-gold);
    transition: fill 0.3s;
}

.btn.active {
    background: #d24ff1;
    color: #000000;
}

.btn.active svg {
    fill: #000000;
}

.video-cols {
    display: flex;
}

@media (max-width: 1024px) {
    .video-cols {
        flex-direction: column;
    }
}

.col-video {
    flex-grow: 1;
    flex-shrink: 1;
}

.col-asside {
    width: 360px;
    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .col-asside {
        width: 100%;
        display: none;
    }
}

.video {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.video img {
    width: 100%;
}

.player-wrap {
    position: relative;
}

#kt_player {
    position: absolute !important;
}

.no-player {
    position: relative;
    color: var(--white-color);
}

.no-player img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: brightness(46%);
}

.no-player span {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%, -50%, 0);
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.no-player span a {
    color: #fff;
}

.no-player form {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.no-player input {
    cursor: pointer;
    outline: none;
    border: none;
    background-color: rgba(7, 7, 7, 0.5);
    font-size: 16px;
}

@media screen and (min-width: 1025px) {
    .no-player span a:hover {
        text-decoration: underline;
    }
}

.hidden {
    display: none;
}

.video-controls {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: var(--video-controls-border);
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .video-controls {
        flex-direction: column;
    }
}

.video-controls .btn-holder.hidden {
    display: none;
}

.video-controls .btn-holder {
    margin-right: 5px;
}

.video-controls .btn-holder:last-child {
    margin-right: 0;
}

.video-controls .col {
    padding: 5px 0;
}

.video-controls .col.grow {
    flex-grow: 1;
}

@media (max-width: 767px) {
    .video-controls .col.grow {
        margin-bottom: 10px;
    }
}

.video-controls .col.second i {
    margin-right: 5px;
}

.video-controls .col.second a[href="#tab5"] i {
    margin-right: 0;
}

.video-controls .btn.delete {
    background-color: #fff;
}

.btn-holder .btn.delete svg {
    fill: #000;
}

@media (min-width: 1024px) {
    .video-controls .btn:hover {
        box-shadow: none;
        color: #000000;
    }
    .video-controls .btn.delete:hover {
        background-color: #d24ff1;
        color: #000;
    }
    .btn-holder .btn.delete:hover svg {
        fill: #b8b8b8;
    }
}

.video-controls .btn {
    font-size: 0;
}

.video-controls .col.second i {
    margin-right: 0;
}

@media (max-width: 890px) {
    .video-controls .btn {
        font-size: 0;
    }
    .video-controls .btn i {
        margin-right: 0 !important;
    }
}

@media (max-width: 425px) {
    .video-controls .btn {
        padding: 8px 10px;
    }
}

.video-controls .btn.active {
    color: #000000;
    background: #d24ff1;
}

.rate-holder {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.rate-holder::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    background: #000000;
    transform: translate(0, -50%);
}

.rate-holder .btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: var(--btn-tabs-color);
}

.rate-holder .btn.disabled {
    pointer-events: none;
}

.rate-holder .voters {
    position: absolute;
    bottom: calc(100% + 3px);
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: var(--thumb-box-bg);
    max-width: calc(100% - 10px);
    border-radius: 3px;
}

@media (min-width: 1024px) {
    .rate-holder .btn:hover {
        color: #000000;
    }
    .rate-holder .btn:hover svg {
        fill: #000000;
    }
}

.rate-holder .btn svg {
    transition: fill 0.3s;
    fill: var(--btn-tabs-color);
}

.rate-holder .btn i {
    margin-right: 5px !important;
    display: flex;
    align-items: center;
}

@media (max-width: 890px) {
    .rate-holder .btn i {
        margin-right: 3px !important;
    }
}

.rate-holder .btn.like {
    margin-right: 5px;
}

@media (min-width: 1024px) {
    .btn-holder .btn:hover svg {
        fill: #ffffff;
    }
}

.btn-holder .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-holder .btn svg {
    transition: fill 0.3s;
    fill: var(--btn-tabs-color);
}

.btn-holder .btn.drop-btn .arrow {
    margin-left: 10px;
}

.btn-holder .btn.active svg {
    fill: #ffffff;
}

.block-tabs {
    margin-bottom: 50px;
}

.block-tabs .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--desc-color);
}

.sort-holder {
    display: flex;
    align-content: center;
    border-bottom: var(--profile-sort-border);
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.sort-holder span,
.sort-holder a {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: var(--related-color);
    transition: color 0.3s;
    margin-right: 40px;
    position: relative;
    padding-bottom: 14px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .sort-holder span,
    .sort-holder a {
        font-size: 15px;
    }
}

.sort-holder span::before,
.sort-holder a::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    transition: all 0.3s;
    width: 0;
    height: 1px;
    background: #fff;
}

.sort-holder span:last-child,
.sort-holder a:last-child {
    margin-right: 0;
}

@media (min-width: 1024px) {
    .sort-holder span:hover,
    .sort-holder a:hover {
        color: #fff;
    }
    .sort-holder span:hover::before,
    .sort-holder a:hover::before {
        width: 100%;
    }
}

.sort-holder span {
    color: #fff;
    cursor: default;
}

.sort-holder span::before {
    width: 100%;
}

.ralated-holder .thumb {
    width: 33.33%;
}

@media (max-width: 530px) {
    .ralated-holder .thumb {
        width: 50%;
    }
}

@media (max-width: 374px) {
    .ralated-holder .thumb {
        width: 100%;
    }
}

.col-asside {
    margin-left: 20px;
}

.asside-link {
    background: var(--thumb-box-bg);
    border-radius: 10px;
    padding: 15px 30px 30px 30px;
    margin-bottom: 30px;
}

.asside-link .title {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #747474;
    margin-bottom: 14px;
    text-align: center;
}

.asside-link .asside-thumb {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 1240px) {
    .asside-link .asside-thumb img {
        width: 100%;
    }
}

.asside-link .asside-thumb:last-child {
    margin-bottom: 0;
}

.asside-thumb .title-asside {
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    /* identical to box height, or 90% */
    color: #ffffff;
    margin-bottom: 10px;
}

.asside-thumb .thumbs {
    flex-direction: column;
    margin: 0 -5px 30px -5px;
}

.asside-thumb .thumb {
    width: 100%;
}

.asside-thumb .thumb a {
    display: flex;
}

.asside-thumb .thumb .img-holder {
    width: 100%;
    max-width: 160px;
    padding-bottom: 25%;
    margin-bottom: 0;
    margin-right: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

.asside-thumb .thumb .img-holder img.video1 {
    top: 5px;
    right: 5px;
    width: 80px;
}

.asside-thumb .thumb .img-holder img.video2 {
    top: 15px;
    right: 15px;
    width: 80px;
}

.asside-thumb .thumb .img-holder img.video3 {
    top: 25px;
    right: 25px;
    width: 80px;
}

.asside-thumb .thumb .title {
    -webkit-line-clamp: 2;
}

.asside-thumb .thumb .thumb-bottom {
    flex-wrap: wrap;
}

.asside-thumb .thumb .thumb-bottom .thumb-item {
    margin-bottom: 8px;
}

.asside-thumb .thumb .thumb-bottom .thumb-item:last-child {
    margin-bottom: 0;
    width: 100%;
}

.asside-thumb .btn {
    justify-content: center;
}

.community_thumbs .thumb {
    width: 16.66%;
}

@media (max-width: 1023px) {
    .community_thumbs .thumb {
        width: 20%;
    }
}

@media (max-width: 840px) {
    .community_thumbs .thumb {
        width: 25%;
    }
}

@media (max-width: 665px) {
    .community_thumbs .thumb {
        width: 33.33%;
    }
}

@media (max-width: 520px) {
    .community_thumbs .thumb {
        width: 50%;
    }
}

.community_thumbs .thumb a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1024px) {
    .community_thumbs .thumb a:hover .img-holder {
        border-color: var(--thumb-info-color);
    }
}

.community_thumbs .thumb .title {
    font-size: 16px;
}

.community_thumbs .thumb .img-holder {
    padding-bottom: 0;
    width: 166px;
    height: 166px;
    background: var(--img-placeholder-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: var(--community-item-border);
    transition: border-color 0.3s;
}

@media (max-width: 520px) {
    .community_thumbs .thumb .img-holder {
        width: 140px;
        height: 140px;
    }
}

.community_thumbs .thumb .img-holder .no-thumb {
    width: 74px;
    height: 82px;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.comments-thumb {
    display: flex;
    flex-wrap: wrap;
}

.comments-thumb .thumb-item {
    display: flex;
    margin-bottom: 30px;
    margin-right: 30px;
}

.comments-thumb .avatar {
    margin-right: 8px;
}

.comments-thumb .avatar a {
    width: 40px;
    height: 40px;
    background: var(--thumb-box-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.comments-thumb .avatar img {
    width: 100%;
    height: auto;
    display: block;
}

.comments-thumb .avatar a .no-thumb {
    width: 20px;
    height: 20px;
}

.comments-thumb .comment-content .row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.comments-thumb .comment-content .row:last-child {
    margin-bottom: 0;
}

.comments-thumb .comment-content .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--comment-name-color);
    margin-right: 10px;
    transition: color 0.3s;
}

@media (min-width: 1024px) {
    .comments-thumb .comment-content .title:hover {
        color: var(--thumb-info-color);
    }
}

.comments-thumb .comment-content .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: var(--comment-date-color);
    display: flex;
    align-items: center;
}

.comments-thumb .comment-content .date svg {
    margin-right: 5px;
}

.comments-thumb .comment-content .text {
    background: var(--comment-item-bg);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--comment-item-color);
    padding: 16px 20px;
    border-radius: 0 10px 10px 10px;
}

.comments-thumb .comment-content a {
    color: var(--comment-item-color);
    transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
    .comments-thumb .comment-content a:hover {
        color: rgba(255, 0, 255, 1);
    }
}

.profile {
    background-color: var(--profile-bg);
    padding: 30px 0;
    margin-bottom: 16px;
}

.profile .section-row {
    margin-bottom: 0;
}

.info-holder {
    display: flex;
}

@media (max-width: 550px) {
    .info-holder {
        flex-direction: column;
        align-items: center;
    }
}

.info-holder .avatar {
    margin-right: 30px;
    height: 180px;
    width: 180px;
    position: relative;
    background-color: var(--img-placeholder-bg);
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.info-holder .avatar .no-thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    white-space: nowrap;
    pointer-events: none;
}

@media (max-width: 550px) {
    .info-holder .avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.info-holder .info {
    width: 100%;
}

.info-heading {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

@media (max-width: 900px) {
    .info-heading {
        flex-wrap: wrap;
    }
}

.info-heading .title {
    flex-grow: 1;
    font-weight: 600;
    font-size: 24px;
    line-height: 18px;
    color: var(--profile-color);
}

@media (max-width: 900px) {
    .info-heading .title {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 900px) {
    .info-heading .block {
        flex-wrap: wrap;
        flex-grow: 1;
    }
}

.info-heading .btn {
    display: flex;
    align-items: center;
    background-color: var(--profile-heading-btn-bg);
    border-radius: 10px;
}

@media (max-width: 900px) {
    .info-heading .btn {
        margin: 5px;
    }
}

@media (max-width: 390px) {
    .info-heading .btn {
        width: 100%;
        margin: 0 0 5px 0;
    }
}

.info-heading .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.info-heading .btn svg {
    fill: #b8b8b8;
}

@media (min-width: 1024px) {
    .info-heading .btn:hover {
        background: #fff;
        color: var(--white-color);
    }
    .info-heading .btn:hover svg {
        fill: var(--white-color);
    }
}

@media (max-width: 900px) {
    .info-heading .sub-btn {
        margin: 5px;
    }
}

@media (max-width: 390px) {
    .info-heading .sub-btn {
        width: 100%;
        max-width: 100%;
        margin: 0 0 5px 0;
    }
}

.info-heading .sub-btn .text {
    color: var(--white-color);
}

@media (max-width: 390px) {
    .info-heading .sub-btn .text {
        width: 100%;
        max-width: 100%;
    }
}

.info-heading .sub-btn .count {
    background: var(--profile-heading-btn-bg);
}

@media (min-width: 1024px) {
    .info-heading .sub-btn:hover .count {
        background: var(--video-sub-btn);
    }
}

.section-tabs a.link-tab {
    font-weight: 700;
    font-size: 14px;
    color: var(--profile-tab-color);
}

.section-tabs a.link-tab em {
    color: #b8b8b8;
    transition: color 0.3s;
}

.section-tabs a.link-tab.active em {
    color: var(--profile-tab-color);
}

@media (min-width: 1024px) {
    .section-tabs a.link-tab:hover {
        color: #ffffff;
    }
    .section-tabs a.link-tab:hover em {
        color: var(--thumb-info-color);
    }
}

.section-tabs.sort-holder a::before {
    background: #ffffff;
}

.info-profile {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
}

@media (max-width: 900px) {
    .info-profile {
        flex-wrap: wrap;
    }
}

.info-profile a {
    color: var(--thumb-info-color);
}

.info-profile .column {
    padding: 0 4px;
}

.info-profile .item {
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: var(--profile-color);
}

.info-profile .item em {
    color: var(--profile-color2);
}

.profile .text-profile .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: var(--profile-color);
    margin-bottom: 15px;
}

.profile .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--profile-color2);
}

.section-tabs.sort-holder a {
    font-size: 14px;
}

.section-tabs.sort-holder a.active {
    color: #ffffff;
    cursor: default;
}

.section-tabs.sort-holder a.active::before {
    width: 100%;
    background: #d24ff1;
}

.playlist-thumbs .thumb {
    position: relative;
    width: 25%;
}

@media (max-width: 980px) {
    .playlist-thumbs .thumb {
        width: 33.33%;
    }
}

@media (max-width: 660px) {
    .playlist-thumbs .thumb {
        width: 50%;
    }
}

@media (max-width: 374px) {
    .playlist-thumbs .thumb {
        width: 100%;
    }
}

.playlist-thumbs .thumb .count-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 980px) {
    .playlist-thumbs .thumb .count-holder {
        max-width: 60px;
    }
}

.playlist-thumbs .thumb .count-holder .item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.playlist-thumbs .thumb .count-holder svg {
    margin-bottom: 7px;
}

.playlist-thumbs .thumb .count-holder .text {
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.content-cat {
    display: none;
}

.content-sites {
    display: none;
}

.content-models {
    display: none;
}

.sort-tabs.sort-cat .open_cat {
    color: #fff;
}

.sort-tabs.sort-cat .open_cat svg {
    fill: #fff;
}

.sort-tabs.sort-cat .open_cat .arrow {
    transform: rotate(180deg);
}

.relative-wrap:has(.sort-tabs.sort-cat) .content-cat {
    display: block;
}

.sort-tabs.sort-sites .open_sites {
    color: #fff;
}

.sort-tabs.sort-sites .open_sites svg {
    fill: #fff;
}

.sort-tabs.sort-sites .open_sites .arrow {
    transform: rotate(180deg);
}

.relative-wrap:has(.sort-tabs.sort-sites) .content-sites {
    display: block;
}

.sort-tabs.sort-models .open_models {
    color: #fff;
}

.sort-tabs.sort-models .open_models svg {
    fill: #fff;
}

.sort-tabs.sort-models .open_models .arrow {
    transform: rotate(180deg);
}

.relative-wrap:has(.sort-tabs.sort-models) .content-models {
    display: block;
}

.search-filter {
    display: none;
}

.sort-search.sort-filter .open-box {
    color: #fff;
}

.sort-search.sort-filter .open-box svg {
    fill: #fff;
}

.sort-search.sort-filter .open-box .arrow {
    transform: rotate(0deg);
}

.sort-search.sort-filter .search-filter {
    display: block;
}

.alphabet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -2px 20px -2px;
}

@media (max-width: 1024px) {
    .alphabet {
        justify-content: center;
    }
}

.alphabet a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #070707;
    border-radius: 10px;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    min-width: 40px;
    transition: all 0.3s;
    margin: 2px;
}

.alphabet a.active {
    background: #d24ff1;
    color: #000000;
    cursor: default;
}

@media (min-width: 1024px) {
    .alphabet a:hover {
        background: #d24ff1;
        color: #000000;
    }
}

.tags-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.tags-list li.letter {
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    padding: 20px 0 15px 10px;
    color: #ffffff;
}

.tags-list li {
    width: 19%;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1024px) {
    .tags-list li {
        width: 24%;
    }
}

@media (max-width: 800px) {
    .tags-list li {
        width: 49%;
    }
}

@media (max-width: 800px) {
    .tags-list li {
        width: 100%;
    }
}

.tags-list li a {
    color: #b8b8b8;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
    transition: color 0.3s;
}

.tags-list li a em {
    transition: color 0.3s;
    color: #fff;
    float: right;
}

@media (min-width: 1024px) {
    .tags-list li a:hover {
        color: #fff;
    }
}

.holder-box {
    margin-top: 15px;
    display: flex;
    align-items: baseline;
}

@media (max-width: 875px) {
    .holder-box {
        flex-direction: column;
        align-items: center;
    }
}

.holder-box .asside {
    max-width: 275px;
    width: 100%;
    margin-right: 20px;
}

@media (max-width: 875px) {
    .holder-box .asside {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.holder-box .asside .img-holder {
    position: relative;
    padding-bottom: 130%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 8px;
    background-color: #070707;
}

.holder-box .asside .img-holder.horizontal {
    padding-bottom: 56%;
}

.holder-box .asside .img-holder img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.holder-box .asside .img-holder .no-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.holder-box .asside .title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.holder-box .asside .img-holder {
    margin-bottom: 10px;
}

.holder-box .asside .info-box {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}

.holder-box .asside .grade-box {
    display: flex;
    align-items: center;
}

.holder-box .asside .grade-box span {
    align-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #b8b8b8;
    margin-right: 10px;
}

.holder-box .asside .grade-box em {
    font-size: 22px;
}

.holder-box .asside .asside-desc span {
    color: #626262;
}

.holder-box .asside .button {
    border-radius: 20px;
    background: #fff;
    color: #fff;
    font-size: 14px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: roboto, sans-serif;
    text-transform: uppercase;
    padding: 12px 20px;
    transition: all 0.3s;
}

@media (min-width: 1024px) {
    .holder-box .asside .button:hover {
        background: #070707;
    }
}

.content-section {
    width: 100%;
}

.box-content {
    width: 100%;
    margin-bottom: 44px;
}

.box-content .heading {
    margin-bottom: 10px;
}

.box-content .thumb {
    width: 25%;
    padding: 0 5px 5px 5px;
    margin-bottom: 5px;
}

@media (max-width: 1220px) {
    .box-content .thumb {
        width: 33.33%;
    }
}

@media (max-width: 991px) {
    .box-content .thumb {
        width: 50%;
    }
}

@media (max-width: 875px) {
    .box-content .thumb {
        width: 33.33%;
    }
}

@media (max-width: 700px) {
    .box-content .thumb {
        width: 50%;
    }
}

@media (max-width: 460px) {
    .box-content .thumb {
        width: 100%;
    }
}

.button-subscribe {
    display: flex;
    max-width: 172px;
    width: 100%;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    /* background-color: #262528;
  color: #626262; */
    background-color: var(--subscribe-bg);
    color: var(--subscribe-color);
    font-size: 14px;
    text-transform: uppercase;
}

.button-subscribe span {
    flex-shrink: 1;
    flex-grow: 1;
    min-width: 1px;
    text-align: center;
    color: #fff;
    background-color: #626262;
    transition: background 0.3s;
    padding: 14px 10px;
}

.button-subscribe em {
    padding: 0 10px;
    flex-shrink: 0;
    flex-grow: 0;
}

@media (min-width: 1024px) {
    .button-subscribe:hover span {
        background: #fff;
    }
}

.album-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px 10px -4px;
    position: relative;
    color: var(--white-color);
}

.album-inner .album-img {
    width: 20%;
    padding: 4px;
}

.album-inner:has(.message)::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 1;
}

.album-inner .message {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    font-size: 18px;
    transform: translate3D(-50%, -50%, 0);
    z-index: 2;
}

.album-inner .message a {
    color: #fff;
}

@media (min-width: 1025px) {
    .album-inner .message a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 890px) {
    .album-inner .album-img {
        width: 25%;
    }
}

@media (max-width: 645px) {
    .album-inner .album-img {
        width: 33.33%;
    }
}

@media (max-width: 520px) {
    .album-inner .album-img {
        width: 50%;
    }
}

.album-inner .album-img img {
    width: 100%;
}

.ralated-holder .thumbs.albums-thumbs .thumb {
    width: 25%;
}

@media (max-width: 880px) {
    .ralated-holder .thumbs.albums-thumbs .thumb {
        width: 33.33%;
    }
}

@media (max-width: 660px) {
    .ralated-holder .thumbs.albums-thumbs .thumb {
        width: 50%;
    }
}

@media (max-width: 380px) {
    .ralated-holder .thumbs.albums-thumbs .thumb {
        width: 100%;
    }
}

.asside-thumb .thumbs.albums-thumbs {
    flex-direction: unset;
}

.asside-thumb .thumbs.albums-thumbs .thumb {
    width: 50%;
}

.asside-thumb .thumbs.albums-thumbs .thumb a {
    display: block;
}

.asside-thumb .thumbs.albums-thumbs .thumb .img-holder {
    max-width: 100%;
    padding-bottom: 130%;
    margin-bottom: 10px;
}

.thumbs.playlist-list .thumb {
    width: 25%;
}

@media (max-width: 767px) {
    .thumbs.playlist-list .thumb {
        width: 33.33%;
    }
}

@media (max-width: 475px) {
    .thumbs.playlist-list .thumb {
        width: 50%;
    }
}

.upload-wrapper {
    padding: 20px 0 0 0;
}

.upload-wrapper .heading {
    margin-bottom: 30px;
}

.upload-wrapper .row {
    margin-bottom: 15px;
}

.upload-wrapper .row:last-child {
    margin-bottom: 0;
}

.upload-wrapper .field-error {
    margin-top: 3px;
    color: red;
    font-size: 12px;
}

.upload-wrapper .file-control .field-error {
    margin-top: 7px;
}

.upload-wrapper input {
    width: 100%;
    padding: 10px 20px;
    border: var(--input-border);
    background-color: var(--input-upload-bg);
    border-radius: 10px;
    color: var(--input-upload-color);
    display: block;
}

.upload-wrapper textarea {
    width: 100%;
    padding: 10px 20px;
    border: var(--input-border);
    background-color: var(--input-upload-bg);
    border-radius: 10px;
    color: var(--input-upload-color);
    display: block;
    resize: none;
    font-family: "Roboto", sans-serif;
    height: 110px;
}

.upload-wrapper .section-title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.upload-wrapper .bottom {
    margin-top: 10px;
}

.upload-wrapper .bottom input {
    max-width: 150px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    transition: all 0.4s;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    display: block;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
}

@media (min-width: 1024px) {
    .upload-wrapper .bottom input:hover {
        color: #000000;
        background: #fff;
        box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
    }
}

.upload-inner {
    display: flex;
    margin-bottom: 25px;
}

@media (max-width: 700px) {
    .upload-inner {
        flex-direction: column;
    }
}

.upload-inner .col {
    width: 50%;
    margin-right: 20px;
}

@media (max-width: 700px) {
    .upload-inner .col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.upload-inner .col:last-child {
    margin-right: 0;
}

.list-thumb {
    width: 100%;
    margin-bottom: 20px;
}

.list-thumb a {
    display: block;
}

@media (min-width: 1024px) {
    .list-thumb a:hover .title {
        /* color: #b8b8b8; */
        color: #fff;
    }
}

.list-thumb .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--thumb-text-color);
    margin-bottom: 10px;
    transition: 0.3s;
}

.list-thumb .post-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--thumb-text-color);
    margin-bottom: 10px;
    transition: 0.3s;
}

.posts-row .list-thumbs .title {
    font-size: 16px;
}

.list-thumb .date {
    display: flex;
    align-items: center;
    align-content: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: var(--thumb-info-color);
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-thumb .date i {
    margin-right: 5px;
}

.modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.modal-inner {
    max-width: 400px;
    min-width: 400px;
    width: 100%;
    background: var(--modal-bg);
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.fancybox-wrap:not(.fancybox-type-image) .fancybox-close {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 420px) {
    .modal-inner {
        min-width: 300px;
    }
}

.modal-inner.edit-modal {
    max-width: 800px;
    min-width: 800px;
}

@media (max-width: 1024px) {
    .modal-inner.edit-modal {
        max-height: 450px;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 850px) {
    .modal-inner.edit-modal {
        min-width: 560px;
    }
}

.modal-inner .cols {
    display: flex;
    width: 100%;
}

@media (max-width: 600px) {
    .modal-inner.edit-modal {
        min-width: unset;
    }
    .modal-inner .cols {
        flex-direction: column;
    }
}

.modal-inner .cols .col {
    width: 50%;
    margin-right: 20px;
}

@media (max-width: 600px) {
    .modal-inner .cols .col {
        width: 100%;
        margin-right: 0;
    }
}

.modal-inner .cols .col:last-child {
    margin-right: 0;
}

.modal-inner .close-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
}

@media (min-width: 1024px) {
    .modal-inner .close-btn:hover svg {
        fill: var(--thumb-info-color);
    }
}

.modal-inner .close-btn svg {
    width: 20px;
    height: 20px;
    transition: fill 0.3s;
    fill: #ffffff;
}

.modal-inner .modal-title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    padding-right: 30px;
}

.modal-inner form {
    width: 100%;
}

.modal-inner .row,
.message-form .row {
    margin-bottom: 15px;
    position: relative;
}

.modal-inner .row .field-error.down,
.modal-inner .row .field-error.up,
.message-form .row .field-error.down {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: red;
}

.modal-inner .row .date {
    display: flex;
    align-items: center;
}

.modal-inner fieldset {
    display: flex;
    align-items: center;
    gap: 5px;
}

.modal-inner fieldset:last-child {
    margin-right: 0;
}

.modal-inner select {
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    background: var(--input-bg);
    border: 1px solid #3d3d3d;
    color: var(--input-color);
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%;
    background-size: auto;
}

.modal-inner fieldset select {
    width: 33.33%;
}

.modal-inner label,
.message-form label {
    display: block;
    margin-bottom: 10px;
}

.message-form .textarea,
.filter input,
.modal-inner .textfield,
.modal-inner .file,
.modal-inner .textarea {
    font-family: "Roboto", sans-serif;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
    background: var(--input-bg);
    color: var(--input-color);
    border: var(--input-border);
}

.message-form .textarea,
.modal-inner .textarea {
    resize: none;
    height: auto;
}

.modal-inner .links {
    margin-bottom: 20px;
    text-align: center;
}

.modal-inner .links .link-item {
    margin-bottom: 10px;
}

.modal-inner .links .link-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.modal-inner .links .link-row a {
    margin-bottom: 5px;
}

.modal-inner .links .link-row a:last-child {
    margin-bottom: 0;
}

.modal-inner .links a {
    display: block;
    font-size: 14px;
    transition: color 0.3s;
    color: #ffffff;
}

@media (min-width: 1024px) {
    .modal-inner .links a:hover {
        color: #fff;
    }
}

.modal-inner .bottom {
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal-inner .bottom.captcha {
    display: block;
}

.modal-inner .bottom [type="submit"] {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
    max-width: 190px;
    height: 40px;
    transition: all 0.4s;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
    color: #000000;
    background: #fff;
}

.modal-inner .bottom [type="submit"]:hover {
    background: #000000;
    color: #ffffff;
    box-shadow: none;
}

.open-modal {
    overflow: hidden;
}

.form-upload {
    position: relative;
}

form .progressbar {
    width: 80%;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column-reverse;
}

.form-upload.uploading * {
    opacity: 0;
    visibility: hidden;
    display: none;
}

form .progressbar .progress {
    width: 0;
    height: 6px;
    background-color: #fff;
    border-radius: 4px;
}

.form-upload.uploading .progressbar,
.form-upload.uploading .progressbar * {
    opacity: 1;
    visibility: visible;
    display: block;
}

.form-upload.uploading .progressbar {
    display: flex;
}

form .progressbar .text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.upload-holder .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--heading-title-color);
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .upload-holder .title {
        font-size: 18px;
    }
}

.upload-holder label {
    margin-bottom: 10px;
    display: block;
    color: var(--upload-title-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.upload-holder .block-radio {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.upload-holder .radio-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.upload-holder .radio-box input[type="radio"],
.radio-box input[type="radio"] {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.upload-holder .radio-box input[type="radio"]+label,
.radio-box input[type="radio"]+label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}

.upload-holder .radio-box input[type="radio"]+label::before,
.radio-box input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    width: 20px;
    aspect-ratio: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.3s;
}

.upload-holder .radio-box input[type="radio"]+label::after,
.radio-box input[type="radio"]+label::after {
    content: "";
    display: inline-block;
    width: 10px;
    aspect-ratio: 1;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
}

.upload-holder .radio-box input[type="radio"]:checked+label::after,
.radio-box input[type="radio"]:checked+label::after {
    opacity: 1;
}

.file-control+.file-control {
    margin-top: 15px;
}

.col .preview {
    border-radius: 10px;
    overflow: hidden;
    max-width: 415px;
    width: 100%;
    position: relative;
}

.col .preview img {
    width: 100%;
}

.col .preview em {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 5px;
    padding: 0px 6px;
}

.col .preview em.right {
    left: unset;
    right: 5px;
}

.upload-inner .file-control.file-box .file {
    display: none;
}

.upload-inner .descr p {
    margin-bottom: 10px;
}

.upload-inner .descr p:last-child {
    margin-bottom: 0;
}

.file-control {
    position: relative;
}

.file-control .file {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}

.file-control .button {
    position: absolute;
    padding: 6px 11px;
    background-color: var(--btn-bg);
    color: var(--btn-color);
    border-radius: 8px;
    top: 4px;
    left: 10px;
    cursor: pointer;
}

.file-control .textfield {
    padding-left: 33px;
}

.modal-holder .avatar {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.modal-holder .img-holder {
    margin-right: 15px;
    width: 160px;
    height: 160px;
    background: var(--img-placeholder-bg2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .modal-holder .img-holder {
        width: 130px;
        height: 130px;
    }
    .modal-holder .img-holder svg {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .modal-holder .img-holder {
        width: 110px;
        height: 110px;
    }
}

.modal-holder .dell-avatar {
    display: flex;
    align-items: center;
}

.modal-holder input[type="checkbox"]+label,
input[type="checkbox"]+label {
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    display: flex;
    align-items: center;
}

.modal-holder input[type="checkbox"],
input[type="checkbox"] {
    display: none;
}

.modal-holder input[type="checkbox"]+label:before,
input[type="checkbox"]+label:before {
    content: "✔";
    border: 1px solid #000;
    background: var(--checkbox-bg);
    border-radius: 6px;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-left: 7px;
    padding-bottom: 0px;
    padding-top: 3px;
    margin-right: 13px;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
}

@media screen and (max-width: 767px) {
    .modal-holder input[type="checkbox"]+label:before,
    input[type="checkbox"]+label:before {
        padding-left: 6px;
    }
}

.thumbs input[type="checkbox"]+label:before {
    margin: 0;
}

.modal-holder input[type="checkbox"]+label:active:before,
input[type="checkbox"]+label:active:before {
    transform: scale(0);
}

.modal-holder input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:checked+label:before {
    border-color: #fff;
    background: #fff;
    box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
    color: #fff;
}

.modal-holder input[type="checkbox"]:disabled+label:before,
input[type="checkbox"]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.modal-holder input[type="checkbox"]:checked:disabled+label:before,
input[type="checkbox"]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.thumb .item-control {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.playlist-thumbs .thumb .item-control {
    left: 10px;
    right: unset;
}

.item-control input {
    position: relative;
    background: var(--checkbox-bg);
    border-radius: 6px;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-left: 7px;
    padding-bottom: 0px;
    padding-top: 3px;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
    cursor: pointer;
    border: 1px solid var(--thumb-info-color);
}

.item-control input:checked {
    border-color: var(--thumb-info-color);
    background: var(--thumb-info-color);
    box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
    color: #fff;
}

.item-control input:before {
    content: "?";
    position: absolute;
}

.col-photo {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.col-photo .title {
    width: 100%;
}

.col-photo .preview {
    width: 33.33%;
    padding: 4px;
}

.col-photo .preview a {
    padding-top: 133.2%;
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.col-photo .preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1100px) {
    .col-photo .preview {
        width: 50%;
    }
}

.col-photo .preview input[type="checkbox"]+label {
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    display: flex;
    align-items: center;
}

.col-photo .preview input[type="checkbox"] {
    /* display: none; */
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 5px;
    border-color: transparent;
}

.col-photo .preview .toggle-button {
    display: flex;
    align-items: center;
}

.col-photo .preview .toggle-button.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.col-photo .preview input[type="checkbox"]+label:before {
    content: "?";
    border: 1px solid #000;
    background: #000000;
    border-radius: 6px;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-left: 7px;
    padding-bottom: 0px;
    padding-top: 3px;
    margin-right: 13px;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
}

.col-photo .preview input[type="checkbox"]+label:active:before {
    transform: scale(0);
}

.col-photo .preview input[type="checkbox"]:checked+label:before {
    border-color: #fff;
    background: #fff;
    color: #fff;
}

.col-photo .preview input[type="checkbox"]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.col-photo .preview input[type="checkbox"]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

/*# sourceMappingURL=style.css.map */

.copi a {
    color: var(--footer-color);
    transition: color 0.3s;
}

.mebers-switcher {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
    .mebers-switcher:hover,
    .copi a:hover {
        color: var(--thumb-info-color);
    }
}

.mebers-photo {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
    background-color: var(--img-placeholder-bg);
}

.mebers-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.mebers-photo .no-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mebers-photo i {
    width: 18px;
    height: 18px;
}

.mebers-name {
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.member-links {
    position: absolute;
    right: 0;
    z-index: 11;
    background: var(--member-menu-bg);
    top: calc(100% + 8px);
    border-radius: 10px;
    overflow: hidden;
}

.members-open .member-links {
    display: block !important;
}

.member-links a {
    padding: 0;
    white-space: nowrap;
    text-align: left;
    border-radius: 0;
}

@media screen and (min-width: 1025px) {
    .member-links a:hover {
        box-shadow: none;
    }
}

@media screen and (max-width: 1024px) {
    .mebers-block {
        flex-direction: column;
        align-items: center;
    }
    .mebers-block a {
        box-shadow: none;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: var(--member-menu-color);
        position: relative;
        padding: 15px 20px;
        white-space: nowrap;
        background-color: unset;
        margin: 0;
        background: #201123;
    }
}

.btn-holder {
    position: relative;
}

.btn-holder .drop-btn {
    border: none;
    cursor: pointer;
}

.btn-holder .drop-btn .arrow {
    transform: rotate(0);
    transition: 0.3s;
}

.btn-holder.fav-open .drop-btn {
    background: #fff;
}

.btn-holder.fav-open .drop-btn svg {
    fill: #ffffff;
}

.btn-holder.fav-open .drop-btn .arrow {
    transform: rotate(180deg);
}

.btn-holder.fav-open .fav-drop {
    opacity: 1;
    visibility: visible;
}

.fav-drop {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 2;
    background: var(--sort-bg);
    border-radius: 10px;
    padding: 10px 15px;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.fav-drop a {
    display: block;
    color: var(--sort-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.3s;
}

.fav-drop li {
    margin-bottom: 5px;
}

.fav-drop li:last-child {
    margin-bottom: 0px;
}

.fav-drop li>span {
    display: flex;
}

.fav-drop li .delete {
    flex-shrink: 0;
    margin-left: 3px;
}

@media (min-width: 1024px) {
    .fav-drop a:hover {
        color: #fff;
    }
}

.fav-drop a:last-child {
    margin-bottom: 0;
}

.screen-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
}

.screen-box .screen-img {
    display: block;
    width: calc(20% - 5px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-bottom: 117px;
}

@media (max-width: 900px) {
    .screen-box .screen-img {
        width: calc(33.33% - 5px);
    }
}

@media (max-width: 650px) {
    .screen-box .screen-img {
        width: calc(50% - 5px);
    }
}

@media (max-width: 374px) {
    .screen-box .screen-img {
        width: calc(100% - 5px);
    }
}

.screen-box .screen-img:last-child {
    margin-right: 0;
}

.screen-box .screen-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

@media (min-width: 1024px) {
    .screen-box .screen-img:hover::before {
        opacity: 1;
        visibility: visible;
    }
}

.screen-box .screen-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-share {
    width: 100%;
}

.block-share .row {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 15px;
}

.block-share label {
    display: block;
    margin: 0 0 7px;
    line-height: 1.2;
    color: var(--tabs-title-color);
    font-size: 15px;
    font-weight: 700;
}

.block-share input {
    padding: 12px 20px;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: var(--input-bg2);
    color: var(--input-color2);
    font-size: 15px;
    font-weight: 400;
    border: var(--input-border);
}

.block-share .block-size {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.block-share .block-size .embed-button {
    padding: 12px 21px;
    display: inline-block;
    margin: 2px 4px 2px 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #8b8f96;
    box-shadow: 0 8px 10px rgba(29, 4, 11, 0.25);
    border-radius: 10px;
    background-color: var(--embed-button-bg);
    transition: color 0.3s, box-shadow 0.3s, border-color 0.3s, background 0.3s;
}

@media (min-width: 1024px) {
    .block-share .block-size .embed-button:hover {
        color: #000000;
        background: #fff;
    }
}

.block-share .block-size .custom-size {
    flex: 1 1;
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 2rem;
    align-items: center;
    margin: 3px 0;
}

.block-share .block-size .custom-size label {
    margin: 0 10px 0 0;
    width: auto;
    white-space: nowrap;
}

.block-share .block-size .custom-size input {
    width: 60px;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 12px 5px;
}

.comment-holder .row {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    line-height: 0;
}

.comment-holder .field-error {
    color: red;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    top: 100%;
}

.comment-holder label {
    display: block;
    margin: 0 0 7px;
    line-height: 1.2;
    color: var(--tabs-title-color);
    font-size: 15px;
    font-weight: 500;
}

.comment-holder input {
    padding: 12px 20px;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: var(--input-bg2);
    color: var(--input-color2);
    font-size: 15px;
    font-weight: 400;
    border: var(--input-border);
    max-width: 600px;
}

.comment-holder input::placeholder,
.comment-holder textarea::placeholder {
    color: #fff;
}

.comment-holder textarea {
    padding: 12px 20px;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: var(--input-bg2);
    color: var(--input-color2);
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border: var(--input-border);
    resize: none;
    min-height: 125px;
}

.comment-holder .bottom input {
    max-width: 125px;
    transition: 0.3s;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .comment-holder .bottom input:hover {
        color: #000000;
        background: #fff;
    }
}

.block-flagging {
    position: relative;
    width: 100%;
}

.generic-error {
    width: 100%;
    text-align: center;
    color: red;
    padding: 6px;
    border: 2px solid red;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

.success {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #47b119;
    border: 2px solid #47b119;
    padding: 6px 2px;
    margin-bottom: 10px;
}

.modal-inner .success {
    margin: 30px 0 0;
}

.block-flagging .button-group .radio+label,
.block-flagging .button-group .radio+span,
.block-flagging .button-group .checkbox+label,
.block-flagging .button-group .checkbox+span {
    position: relative;
    padding-left: 29px !important;
    cursor: pointer;
}

.block-flagging .button-group .checkbox+label {
    font-size: 12px;
    line-height: 20px;
}

.block-flagging .button-group .radio+span {
    line-height: 1.2;
}

.block-flagging .button-group .radio+span::before,
.block-flagging .button-group .radio+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #8b8f96;
    background-color: var(--radio-bg);
    transition: background-color 0.3s, border 0.3s, color 0.3s;
}

.block-flagging .button-group .radio+span::after,
.block-flagging .button-group .radio+label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid transparent;
    background-color: transparent;
    transition: background-color 0.3s, border 0.3s, color 0.3s;
}

.block-flagging .button-group .radio:checked+span::before,
.block-flagging .button-group .radio:checked+label::before {
    background-color: var(--thumb-info-color);
    border: 5px solid #0f1014;
}

.block-flagging .button-group .radio:checked+span::after,
.block-flagging .button-group .radio:checked+label::after {
    border-color: var(--thumb-info-color);
}

.block-flagging .button-group .submit {
    padding: 12px 20px;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: var(--btn-report);
    color: #8b8f96;
    font-size: 15px;
    font-weight: 400;
    border: none;
    max-width: 125px;
    transition: 0.3s;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .block-flagging .button-group .submit:hover {
        color: #000000;
        background: #fff;
    }
}

.block-flagging .block-textarea {
    flex: 1 1;
}

.block-flagging .block-textarea textarea {
    padding: 12px 20px;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: var(--input-bg2);
    color: var(--input-color2);
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border: var(--input-border);
    resize: none;
    min-height: 125px;
}

.block-flagging form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media screen and (max-width: 550px) {
    .block-flagging form {
        flex-direction: column;
    }
}

.block-flagging form .field-label {
    color: var(--tabs-title-color);
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    margin: 0 0 17px;
    display: block;
}

.block-flagging .button-group {
    margin: 0;
}

.block-flagging .block-radios {
    flex: 0 0 220px;
    padding-right: 1rem;
}

@media screen and (max-width: 550px) {
    .block-flagging .block-radios {
        order: 1;
    }
}

.block-flagging .block-radios .row label {
    display: flex;
    color: #b8b8b8;
    font-weight: 500;
}

.block-flagging .block-radios .row input {
    display: none;
}

.block-flagging .block-textarea {
    flex: 1 1;
}

@media screen and (max-width: 550px) {
    .block-flagging .block-textarea {
        width: 100%;
        order: 0;
        margin: 0 0 15px;
    }
}

.block-flagging .button-group .row {
    margin: 0 0 10px;
    padding: 6px 0 0;
}

.block-flagging .submit {
    margin: 20px 0 0;
    font-size: 14px;
    padding: 12px 28px;
}

.list-comments .item {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 15px;
}

.list-comments .item:last-child {
    margin-bottom: 0;
}

.list-comments .image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    background: #201123;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

.list-comments .image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.list-comments .image .icon-user {
    font-size: 30px;
}

.list-comments .image .no-thumb {
    color: #ffffff;
}

.list-comments .image img {
    width: 100%;
}

.list-comments .comment-info {
    display: flex;
    align-items: center;
    order: 1;
    flex: 1 1;
    color: #8b8f96;
    font-size: 13px;
    font-weight: 400;
}

@media screen and (max-width: 640px) {
    .list-comments .comment-info {
        flex: 1 1 100%;
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 440px) {
    .list-comments .comment-info {
        flex-direction: column;
        align-items: baseline;
    }
}

.list-comments .comment-info .username {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    transition: 0.3s;
    margin-right: 15px;
}

.list-comments .date-holder {
    color: #fff;
}

.list-comments .date-holder svg {
    fill: #fff;
}

@media (min-width: 1024px) {
    .list-comments .comment-info .username:hover {
        color: #fff;
    }
}

.list-comments .comment-text {
    flex: 1 1 100%;
    order: 3;
    font-size: 14px;
    padding: 10px 0 0 0;
}

.list-comments .comment-options {
    order: 2;
    display: flex;
    align-items: center;
}

.list-comments .comment-options span {
    border-radius: 10px;
    background-color: transparent;
    font-size: 13px;
    font-weight: 400;
    line-height: 14.4px;
    letter-spacing: 0.33px;
    padding: 8px 15px;
    margin: 0 3px 0 0;
    border-radius: 10px;
    background-color: #34363c;
    color: #8b8f96;
    letter-spacing: 0.33px;
}

.list-comments .comment-options span.positive {
    background-color: #47b119;
    color: #ffffff;
}

.list-comments .comment-options span.negative {
    background-color: #ea1818;
    color: #ffffff;
}

.list-comments .comment-options .comment-like svg {
    transform: rotate(180deg);
}

.list-comments .comment-options .comment-like,
.list-comments .comment-options .comment-dislike,
.list-comments .comment-options .comment-edit {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 30px;
    border-radius: 10px;
    margin: 0 3px 0 0;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    background-color: #34363c;
    color: #8b8f96;
}

.list-comments .comment-options .comment-edit {
    margin-right: 0;
}

.list-comments .comment-options .comment-like .arrow,
.list-comments .comment-options .comment-dislike .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-comments .comment-options .comment-like svg,
.list-comments .comment-options .comment-dislike svg {
    transition: fill 0.3s;
    fill: #b8b8b8;
}

@media (min-width: 1024px) {
    .list-comments .comment-options .comment-like:hover,
    .list-comments .comment-options .comment-dislike:hover,
    .list-comments .comment-options .comment-edit:hover {
        color: #ffffff;
        background: #fff;
    }
    .list-comments .comment-options .comment-like:hover svg,
    .list-comments .comment-options .comment-dislike:hover svg {
        fill: #ffffff;
    }
}

.list-comments .text {
    flex: 1 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.list-comments .date-holder {
    display: flex;
    align-items: center;
}

.list-comments .date-holder i {
    margin-right: 5px;
}

.captcha-control .image {
    margin-bottom: 20px;
    position: relative;
}

.captcha-control img {
    margin-bottom: 10px;
}

.comment-holder .bottom .textfield {
    max-width: 320px;
    cursor: text;
}

.comment-holder .bottom .textfield:hover {
    color: #8b8f96;
    max-width: 320px;
    background: #2e2f35;
}

.list-selector-popup .button-group {
    min-height: 31px;
    max-height: 140px;
    overflow: auto;
}

.page-error {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 10px 130px;
    font-size: 32px;
}

@media screen and (max-width: 767px) {
    .page-error {
        font-size: 24px;
        padding: 30px 10px 70px;
    }
}

.relative-wrap {
    position: relative;
}

.img-plug {
    background-color: #070707;
}

.toggle-button.edit-link {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--checkbox-bg);
    transition: background 0.3s, color 0.3s;
    border: 1px solid var(--thumb-info-color);
    margin-top: 3px;
    color: var(--thumb-info-color);
}

.toggle-button.edit-link.disabled {
    pointer-events: none;
    opacity: 0.5;
}

@media screen and (min-width: 1025px) {
    .toggle-button.edit-link:hover {
        background-color: var(--thumb-info-color);
        box-shadow: 0px 4px 14px rgba(255, 0, 255, 0.5);
        color: #000;
    }
}

.static-page {
    font-size: 16px;
    line-height: 1.4;
}

.static-page h2 {
    margin-bottom: 5px;
}

.static-page p {
    margin-bottom: 15px;
}

.static-page ol,
.static-page ul {
    padding-left: 40px;
    margin-bottom: 15px;
    list-style: disc;
}

.static-page ol {
    list-style: decimal;
}

.static-page li {
    margin-bottom: 7px;
}

@media (max-width: 767px) {
    .static-page {
        font-size: 14px;
        line-height: 1.3;
    }
    .static-page h2 {
        font-size: 14px;
    }
    .static-page p,
    .static-page ol,
    .static-page ul {
        margin-bottom: 10px;
    }
    .static-page ol,
    .static-page ul {
        padding-left: 25px;
    }
}

.mt20 {
    margin-top: 20px;
}

.unread-notification {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0 5px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(22, 22, 22, 0.8);
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.load-more .btn {
    display: flex;
    justify-content: center;
    width: 150px;
    margin: 0 auto;
}

.list-messages .load-more {
    margin-bottom: 15px;
}

.list-messages .load-more .btn {
    display: flex;
    justify-content: center;
    width: 150px;
    margin: 0 auto;
}

.list-messages {
    width: 100%;
}

.list-messages .item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    max-width: 50%;
}

@media screen and (max-width: 767px) {
    .list-messages .item {
        max-width: 75%;
    }
}

.list-messages .item.me {
    flex-direction: row-reverse;
    margin-left: auto;
}

.list-messages .item>a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
    background-color: var(--thumb-box-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.list-messages .item>a i {
    height: 18px;
    width: 18px;
}

.list-messages .item.me>a {
    margin: 0 0 0 10px;
}

.list-messages .item.me .added,
.list-messages .item.me .message-text {
    text-align: right;
}

.list-messages a img {
    width: 100%;
    height: auto;
    display: block;
}

.list-messages .message-wrap {
    display: flex;
    flex-direction: column;
}

.list-messages .added {
    color: #b8b8b8;
    font-size: 11px;
    margin-bottom: 3px;
}

.list-messages .message-text .bottom {
    display: flex;
    gap: 4px;
    margin-top: 3px;
}

.list-messages .message-text .btn {
    cursor: pointer;
    padding: 3px 7px;
    border: 1px solid #fff;
    border-radius: 6px;
}

.message-form .btn {
    border: none;
    cursor: pointer;
}

.add_friend {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.add_friend .bottom {
    display: flex;
    align-items: center;
    gap: 7px;
}

.add_friend .btn,
.list-subscriptions .btn {
    display: flex;
    align-items: center;
    background: var(--subscription-btn-bg);
    border-radius: 10px;
    margin: 0;
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .add_friend .btn:hover,
    .list-subscriptions .btn:hover {
        background: #fff;
        color: #000000;
    }
}

.list-subscriptions .btn {
    padding: 5px 10px;
    border-radius: 6px;
}

.list-subscriptions form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.list-subscriptions .item {
    width: calc(20% - 8px);
    background-color: var(--thumb-placeholder-bg);
    overflow: hidden;
    border-radius: 10px;
    padding: 0 10px;
}

@media screen and (max-width: 1024px) {
    .list-subscriptions .item {
        width: calc(33.33% - 7px);
    }
}

@media screen and (max-width: 600px) {
    .list-subscriptions .item {
        width: calc(50% - 5px);
    }
}

@media screen and (max-width: 410px) {
    .list-subscriptions .item {
        width: 100%;
    }
}

.list-subscriptions .item a {
    padding: 15px 0;
    border-bottom: var(--header-border);
    display: block;
    font-size: 16px;
    color: var(--color-inverse);
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
    .list-subscriptions .item a:hover {
        color: #fff;
    }
}

.list-subscriptions .item .img-holder {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    background-color: var(--img-placeholder-bg3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.list-subscriptions .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-subscriptions .item .svg-icon {
    color: #fff;
    font-size: 17px;
}

.list-subscriptions .item i {
    height: 16px;
}

.list-subscriptions .item-control {
    padding: 10px 0;
}

.list-subscriptions .item-control-holder {
    display: flex;
    gap: 10px;
    align-items: center;
}

.fancybox-lock {
    overflow: hidden !important;
}

.smileys-bar {
    margin: -10px 0 10px;
}

.autocomplete-suggestions {
    background-color: var(--suggestion-bg);
    border-radius: 0 0 10px 10px;
    overflow-y: auto;
}

.autocomplete-group {
    padding: 7px 20px;
    color: #fff;
    background-color: var(--suggestion-group-bg);
    margin: 3px 0;
    font-size: 15px;
    font-weight: bold;
}

.autocomplete-group:first-child {
    margin-top: 0;
}

.autocomplete-suggestion {
    padding: 5px 20px;
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .autocomplete-suggestion:hover {
        color: #fff;
    }
}

.pt20 {
    padding-top: 20px;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.edit-modal .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.empty-content {
    padding: 0 6px;
}

.toggleTheme {
    margin-right: 20px;
    height: 20px;
    font-size: 20px;
}

.toggleTheme.mobile {
    margin-right: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    display: none;
}

@media screen and (max-width: 1024px) {
    .toggleTheme.mobile {
        display: block;
    }
}

.icon-theme {
    height: 20px;
    cursor: pointer;
    color: var(--theme-color);
    transition: color 0.3s;
}

.icon-moon {
    display: none;
}

.light .icon-sun {
    display: none;
}

.light .icon-moon {
    display: inline-block;
}

@media (hover: hover) {
    .icon-theme:hover {
        color: var(--theme-hover-color);
    }
}

.upload-photos {
    display: flex;
    gap: 10px 5px;
    flex-wrap: wrap;
}

.upload-photos .item {
    position: relative;
    width: calc(33.33% - 4px);
}

.upload-photos .img-holder {
    position: relative;
    padding-bottom: 56%;
    display: block;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 3px;
}

.upload-photos img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-photos .toggle-button {
    display: flex;
    gap: 7px;
    align-items: center;
}

.upload-photos .item-control input {
    padding-left: 0;
}

.upload-photos .item-control input:before {
    left: 50%;
    transform: translateX(-50%);
}

.bottom-adv {
    border-bottom: var(--footer-border);
}

@media (max-width: 800px) {
    .thumb {
        width: 50%;
        padding: 5px;
    }
}

.glowing-link {
    animation: glowing 1.5s infinite;
    color: #fff;
    /* o qualsiasi altro colore che preferisci per il testo */
    text-decoration: none;
    /* per rimuovere il sottolineamento, se desiderato */
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 5px #fff;
    }
    50% {
        box-shadow: 0 0 20px #fff;
    }
    100% {
        box-shadow: 0 0 5px #fff;
    }
}

.sidebar {
    width: 260px;
    bottom: 0;
    padding: 20px;
    position: absolute;
    background: var(--main-background);
    ;
    z-index: 12;
    overflow: auto;
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
    top: -30px;
}

.menu-icon-second {
    width: 20px;
    height: 14px;
    cursor: pointer;
    position: relative;
    order: 0;
    margin-right: 10px;
}

.menu-icon-second span {
    background-color: var(--menu-icon-bg);
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
}

.menu-icon-second span:first-child {
    top: 0;
}

.menu-icon-second span:nth-child(2) {
    top: 6px;
}

.menu-icon-second span:last-child {
    top: 12px;
}

.wrapper.burger-open .menu-icon-second span {
    background-color: #fff !important;
}

@media screen and (hover:hover) {
    .menu-icon-second:hover span {
        background-color: #fff;
    }
}

.wrapper.burger-open .sidebar {
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

@media screen and (min-width: 1025px) {
    .wrapper.burger-open .content {
        margin-left: 260px;
    }
}

.sidebar-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sidebar-sort {
    margin-bottom: 20px;
}

.sidebar-tags-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.sidebar-tags-wrap a {
    display: flex;
    background: var(--tags-link-bg);
    border-radius: 10px;
    border: var(--tags-link-border);
    padding: 10px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--tags-link-color);
    transition: color 0.3s, background 0.3s, box-shadow 0.3s;
    margin: 0 3px 3px 0;
}

@media screen and (hover:hover) {
    .sidebar-tags-wrap a:hover {
        background-color: var(--tags-link-bg-hover);
    }
}

.search-results .items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.search-results .items .item {
    display: flex;
    background: var(--tags-link-bg);
    border-radius: 10px;
    border: var(--tags-link-border);
    padding: 10px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--tags-link-color);
    transition: color 0.3s, background 0.3s, box-shadow 0.3s;
    margin: 0 3px 3px 0;
}

.search-results .items .item span:last-child {
    margin-left: 10px;
}

@media screen and (hover:hover) {
    .search-results .items .item:hover {
        background-color: var(--tags-link-bg-hover);
    }
}

.header-inner.mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header-inner.mobile {
        display: block;
    }
    .header-inner.mobile .nav-link {
        display: block;
        text-align: center;
        color: #fff;
        margin-bottom: 10px;
    }
    .sidebar {
        bottom: auto;
        border-radius: 0 0 10px 0;
    }
}

.list-hd {
    display: flex;
    margin-bottom: 20px;
}

.list-hd .item {
    margin-right: 20px;
}

.swiper-slide.active a {
    color: #fff;
    background: #d24ff1;
    -webkit-box-shadow: 0px 4px 14px rgba(192, 0, 188, 0.5);
    box-shadow: 0px 0px 0px rgba(183, 0, 238, 0.5);
}

.autocomplete-suggestion .link {
    color: #fff;
    transition: color .3s ease;
}

.autocomplete-suggestion .link strong {
    color: #86008a;
}

.autocomplete-suggestion .link:hover {
    color: #86008a;
}

.serach-info-autocomplete {
    background: #000;
}

.autocomplete-suggestion.title .link {
    font-size: 20px;
    color: #86008a;
    text-transform: uppercase;
}

.search-cloud {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.search-cloud a {
    display: flex;
    background: var(--tags-link-bg);
    border-radius: 10px;
    border: var(--tags-link-border);
    padding: 10px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--tags-link-color);
    transition: color 0.3s, background 0.3s, box-shadow 0.3s;
    margin: 0 5px 5px 0;
}

.search-cloud a:hover {
    background-color: var(--tags-link-bg-hover);
}

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

::-webkit-scrollbar-thumb {
    background-color: #fff;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.serach-info-autocomplete {
    overflow: auto;
}

.mask {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    background: rgba(16, 7, 18, 0.8);
    z-index: 11;
    display: none;
}

body.nav-open .mask {
    display: block;
}

body.nav-open .search {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 1024px) {
    .wrapper.burger-open .mask {
        display: block;
    }
}

.album-test .album-img img {
    width: 200px;
    /* Aumentato da 100px */
    height: auto;
    /* Adattato per mantenere l'aspect ratio */
    aspect-ratio: auto 2 / 3;
    /* Aspect ratio aggiornato se necessario */
    image-rendering: optimizeQuality;
}

#video_comments_video_comments_items {
    margin-bottom: 20px;
}

.description-holder center {
    text-align: left;
}

.description-holder h2,
.description-holder h3 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.description-holder p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    color: #fff;
}

.swiper-slide .thumb {
    width: 100%;
    padding: 0;
}

.slider-holder {
    width: 100%;
    position: relative;
}

.slider-holder .swiper-slide {
    width: 20%;
}

.swiper-button-prev.swiper-button-prev-2,
.swiper-button-next.swiper-button-next-2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    background: rgba(16, 7, 18, 0.7);
    transition: .3s;
}

.swiper-button-prev.swiper-button-prev-2 {
    left: -20px;
}

.swiper-button-next.swiper-button-next-2 {
    right: -20px;
}

@media (max-width: 1880px) {
    .swiper-button-prev.swiper-button-prev-2 {
        left: 5px;
    }
    .swiper-button-next.swiper-button-next-2 {
        right: 5px;
    }
}

.swiper-button-prev.swiper-button-prev-2:after,
.swiper-button-next.swiper-button-next-2:after {
    font-size: 14px;
    color: #fff;
    transition: .3s;
}

@media (min-width: 1025px) {
    .swiper-button-prev.swiper-button-prev-2:hover:after,
    .swiper-button-next.swiper-button-next-2:hover:after {
        color: #ffffff;
    }
    .swiper-button-next.swiper-button-next-2:hover,
    .swiper-button-prev.swiper-button-prev-2:hover {
        background: #f0f;
    }
}

.categories-row .thumbs {
    margin: 0;
}

.buttons-col.mobile .nav-link {
    display: block;
}

.heading-second .sort-mobile {
    display: none;
}

.video-inner .asside-link {
    display: none;
}

.block-comments .main-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.models-albums .holder-box {
    align-items: flex-start;
}

.first-visit {
    position: fixed;
    bottom: 0;
    z-index: 15;
    background: var(--header-background);
    border-top: var(--header-border);
    padding: 40px 20px;
    width: 100%;
}

.first-visit.hidden {
    display: none;
}

.first-visit .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.first-visit .text {
    margin-right: 20px;
}

.first-visit .js-first {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--member-menu-color);
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    padding: 10px 32px;
    margin-right: 2px;
    text-transform: uppercase;
    background: #201123;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.first-visit a {
    color: var(--member-menu-color);
    transition: color .3s;
}

@media (max-width: 1245px) {
    .first-visit .js-first {
        margin-top: 10px;
    }
}

@media (min-width: 1025px) {
    .first-visit .js-first:hover {
        color: #ffffff;
        background: #f0f;
    }
    .first-visit a:hover {
        color: #ffffff;
    }
}

.description-holder h1 {
    font-size: 28px;
    line-height: 1.3;
    color: var(--seo-title-color);
    margin-bottom: 16px;
}

.description-holder h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 24px;
    margin-bottom: 8px;
}

.description-holder p {
    margin-bottom: 12px;
}
/* Video Preview Styles - Very minimal */
.video-preview-wrapper {
    position: relative;
}

.video-preview-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
}

.video-preview-wrapper.preview-active video {
    opacity: 1;
}

.video-preview-wrapper.preview-active img {
    opacity: 0;
}

/* Loader */
.video-preview-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 0, 255, 0.3);
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: preview-spin 1s linear infinite;
    z-index: 3;
    display: none;
}

.video-preview-wrapper.loading .video-preview-loader {
    display: block;
}

@keyframes preview-spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Mobile */
@media (max-width: 768px) {
    .thumb.has-preview {
        cursor: pointer;
    }
}