.btn--primary, .btn--ghost {display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;border:0;background:#111;color:#fff;cursor:pointer}
.btn--primary{background:#111;color:#fff}
.btn--ghost{background:#fff;color:#111;border:1px solid #e5e7eb} .token-modal{position:fixed;inset:0;display:none;z-index:9999}
.token-modal.is-open{display:block}
.token-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.5)}
.token-modal__dialog{
position:relative;
max-width:640px;
margin:8vh auto;
background:#fff;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,.2);
display:flex;
flex-direction:column;
max-height:80vh; } .token-modal__badges{
display:flex;
gap:8px;
align-items:center;
} .token-modal__badges .badge{
display:inline-flex;
align-items:center;
gap:8px; } .token-modal__badges .badge strong{
display:inline-flex;
align-items:center;
gap:6px; font-weight:700;
} .icon-token{
display:inline-block; width:16px;
height:16px;
line-height:0; }
.icon-token img{
display:block; width:100%;
height:100%;
object-fit:contain;
} .token-modal__head{
padding:16px 24px;
border-bottom:1px solid #eef0f2;
}
.token-modal__title{margin:0 0 6px;font-size:22px;font-weight:700;color:#111}
.token-modal__subtitle{margin:0;color:#586074} .token-modal, .token-modal * { box-sizing: border-box; } .token-modal__dialog{
position: relative;
max-width: 640px;
margin: 8vh auto;
background: #fff;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0,0,0,.2);
display: flex;
flex-direction: column;
max-height: 80vh;
} .token-modal__head{
display: flex;
flex-direction: column;
gap: 6px; padding: 16px 56px 16px 24px; border-bottom: 1px solid #eef0f2;
} .token-modal__title,
.token-modal__subtitle{
margin: 0;
position: static !important;
float: none !important;
clear: both;
word-break: break-word;
}
.token-modal__title{
font-size: 22px;
font-weight: 700;
line-height: 1.3 !important;
color: #111;
}
.token-modal__subtitle{
color: #586074;
line-height: 1.45 !important;
} .token-modal__body{
padding: 16px 24px;
overflow: auto;
}
.token-modal__footer{
padding: 14px 24px;
border-top: 1px solid #eef0f2;
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: flex-end;
} .token-modal__close{
position: absolute;
top: 10px;
right: 10px;
border: 0;
background: transparent;
font-size: 22px;
line-height: 1;
cursor: pointer;
color: #6b7280;
z-index: 2;
}
.token-modal__close:hover{ color: #111; } .token-modal__body{
padding:16px 24px;
overflow:auto;
}
.token-modal__badges{display:flex;gap:8px;align-items:center;margin:8px 0 14px}
.badge{display:inline-block;padding:4px 10px;border-radius:999px;background:#f3f4f6;color:#111;font-weight:600}
.token-modal__desc{margin:0;color:#333;line-height:1.55} .token-modal__footer{
padding:14px 24px;
border-top:1px solid #eef0f2;
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
} .token-modal__close{
position:absolute;top:10px;right:10px;border:0;background:transparent;
font-size:22px;line-height:1;cursor:pointer;color:#6b7280
}
.token-modal__close:hover{color:#111}.app-modal{position:fixed;inset:0;display:none;z-index:9999;}
.app-modal.is-active,.app-modal.is-open{display:flex;align-items:center;justify-content:center;}
.app-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);}
.app-modal__dialog{
position:relative;background:#111;color:#fff;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.3);
max-width:520px;width:calc(100% - 32px);max-height:90vh;overflow-y:auto;margin:5vh auto;
}
.app-modal__content{padding:20px;}
.app-modal__close{position:absolute;top:10px;right:12px;font-size:26px;background:transparent;border:0;color:inherit;cursor:pointer;}
body.modal-open{overflow:hidden;} .tab.is-active{background:#555}
label input{width:100%;padding:.5rem;margin-top:.25rem}
button[type=submit]{cursor:pointer}
.note{opacity:.7;font-size:.9em;margin-top:.5rem} .form-msg{margin:.75rem 0;padding:.5rem .75rem;border-radius:.5rem;font-size:.95rem;line-height:1.35;display:none;}
.form-msg.err{display:block;background:#2b1515;color:#ffd6d6;border:1px solid #5a2626;}
.form-msg.ok{display:block;background:#132b17;color:#c4ffcf;border:1px solid #2b5a34;}
.form-alert{margin:0 0 12px;padding:10px 12px;border-radius:8px;font-size:14px;line-height:1.4;background:#f3f4f6;}
.form-alert[data-type="success"]{background:#ecfdf5;color:#065f46;}
.form-alert[data-type="error"]{background:#fef2f2;color:#991b1b;}
.form-alert[data-type="info"]{background:#eff6ff;color:#1e40af;} .is-invalid,
.modal-auth input.is-invalid,
.modal-auth input:invalid:focus{
border-color:#ef4444 !important; outline-color:#ef4444 !important;
box-shadow:0 0 0 3px rgba(239,68,68,.2);
}
label .field-msg{color:#ff8b8b;font-size:.85rem;margin-top:.25rem;}
.app-modal__close {
position: absolute;
top: 12px;
right: 14px;
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
background: #000; color: #fff; font-size: 22px;
line-height: 1;
font-weight: 700;
border-radius: 10px; border: none;
cursor: pointer;
box-shadow: 0 2px 6px rgba(160,160,160,.4); transition: background .2s ease, color .2s ease, transform .15s ease, box-shadow .2s ease;
} .app-modal__close:hover {
background: #111; box-shadow: 0 4px 10px rgba(160,160,160,.5);
} .app-modal__close:active {
transform: scale(.95);
box-shadow: 0 2px 6px rgba(160,160,160,.35) inset;
} .app-modal__close:focus-visible {
outline: none;
box-shadow: 0 0 0 3px rgba(200,200,200,.5), 0 2px 6px rgba(160,160,160,.4);
} .g-recaptcha{min-height:78px;}
.field-row{display:flex;gap:8px;align-items:center}
.field-row input{flex:1;min-width:0}
.field-row button:hover{color:#fff;background:#5c4d4d} .congrats-card{text-align:center;padding:20px;border-radius:14px;}
.congrats-emoji{font-size:48px;margin-bottom:8px;}
.congrats-title{margin:0 0 6px;font-size:22px;}
.congrats-sub{margin:0 0 10px;color:#374151;}
.congrats-hint{margin:0 0 16px;color:#4b5563;font-size:14px;}
.congrats-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin:10px 0 6px;}
.btn{padding:8px 14px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;}
.btn.primary{background:#111827;color:#fff;border-color:#111827;}
.btn.link{border:none;background:transparent;text-decoration:underline;color:#374151;}
.congrats-ttl{margin-top:6px;font-size:12px;color:#6b7280;}
.congrats-ttl .ttl{font-variant-numeric:tabular-nums;}
.confetti-canvas{width:100%;height:180px;display:block;margin:-10px 0 6px;pointer-events:none;opacity:1;transition:opacity .8s;}
.confetti-canvas.fade-out{opacity:0;} .modal-auth{
max-width:480px;margin:0 auto;background:#fff;color:#111;border-radius:12px;padding:24px 22px;
box-shadow:0 10px 30px rgba(0,0,0,.12);
}
.modal-auth a,.modal-auth a:active,.modal-auth a:focus,.modal-auth a:hover{color:#111;}
.modal-auth__title{font-size:22px;font-weight:700;margin-bottom:18px;text-align:center;} .field-row{display:flex;align-items:center;gap:10px;margin-bottom:14px;position:relative;}
.field-row input[type="text"],
.field-row input[type="email"],
.field-row input[type="password"]{
flex:1;padding:12px 14px;border:1px solid #ddd;border-radius:8px;font-size:15px;outline:none;
}
.field-row input:focus{border-color:#0d6efd;} .btn{
display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
padding:.55rem .9rem;border:1px solid #dfe4ec;border-radius:10px;
background:#f6f7f9;color:#101214;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;
transition:background .15s ease,border-color .15s ease,transform .04s ease,box-shadow .15s ease,color .15s ease;
}
.btn.sm{padding:.45rem .7rem;font-size:.9rem;}
.btn:hover{background:#eef1f6;}
.btn:active{background:#e6eaf1;transform:translateY(1px);}
.btn:disabled,.btn[disabled]{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none;}
.btn:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(13,110,253,.35);}
.btn.link{border-color:transparent;background:transparent;color:#0d6efd;padding:.2rem .25rem;}
.btn.link:hover{text-decoration:underline;color:#0a58ca;}
.btn.link:active{transform:translateY(1px);}
.btn-primary,
.btn.primary{
border:0;background:linear-gradient(135deg,#0d6efd,#0b5ed7);color:#fff;
} .btn-primary {
--btn-bg: linear-gradient(135deg, #6f42c1, #5a34a2); --btn-bg-hover: linear-gradient(135deg, #7649c6, #4f2f92);
--btn-bg-active: linear-gradient(135deg, #5a34a2, #472983);
--btn-text: #fff;
--btn-shadow: 0 6px 14px rgba(111,66,193,.35);
--btn-shadow-hover: 0 8px 18px rgba(111,66,193,.45);
--btn-focus: 0 0 0 3px rgba(111,66,193,.35);
display: inline-flex;
align-items: center;
justify-content: center;
gap: .5rem;
border: 0;
border-radius: 12px;
padding: .7rem 1.1rem;
font-weight: 600;
line-height: 1;
color: var(--btn-text);
background: var(--btn-bg);
box-shadow: var(--btn-shadow);
cursor: pointer;
transition: transform .12s ease, box-shadow .15s ease, background .15s ease, opacity .15s ease;
} .btn-primary:hover {
background: var(--btn-bg-hover);
box-shadow: var(--btn-shadow-hover);
transform: translateY(-1px);
}
.btn-primary:active {
background: var(--btn-bg-active);
transform: translateY(0);
}
.btn-primary:focus-visible {
outline: none;
box-shadow: var(--btn-shadow-hover), var(--btn-focus);
} .btn-primary[disabled],
.btn-primary:disabled {
opacity: .55;
cursor: not-allowed;
transform: none;
box-shadow: none;
} .btn-primary--sm { padding: .5rem .8rem; font-size: .9rem; border-radius: 10px; }
.btn-primary--lg { padding: .9rem 1.25rem; font-size: 1.05rem; border-radius: 14px; }
.btn-primary--block { display: flex; width: 100%; } .btn-primary .icon {
width: 1.1em;
height: 1.1em;
flex: 0 0 auto;
display: inline-block;
line-height: 0;
} .btn-primary.is-loading { position: relative; pointer-events: none; }
.btn-primary.is-loading::after {
content: "";
position: absolute;
inset: 50% auto auto 50%;
width: 1em; height: 1em;
margin: -.5em 0 0 -.5em;
border-radius: 50%;
border: 2px solid rgba(255,255,255,.55);
border-top-color: #fff;
animation: btnp-spin .7s linear infinite;
}
@keyframes btnp-spin { to { transform: rotate(360deg); } } .btn-primary--outline {
background: transparent;
color: #6f42c1;
border: 2px solid currentColor;
box-shadow: none;
}
.btn-primary--outline:hover { background: rgba(111,66,193,.08); }
.btn-primary--outline:active { background: rgba(111,66,193,.14); } @media (prefers-color-scheme: dark) {
.btn-primary {
--btn-text: #fff;
--btn-focus: 0 0 0 3px rgba(255,255,255,.25);
}
}
.btn-primary:hover,
.btn.primary:hover{background:linear-gradient(135deg,#0b5ed7,#094caf);}
.btn-primary:active,
.btn.primary:active{transform:translateY(1px);filter:brightness(.98);}
.btn-primary:focus-visible,
.btn.primary:focus-visible{box-shadow:0 0 0 3px rgba(13,110,253,.35),0 8px 20px rgba(13,110,253,.25);}
.btn-eye{min-width:42px;border:1px solid #dfe4ec;background:#f6f7f9;}
.btn-eye:hover{background:#eef1f6;}
.btn-eye:active{background:#e6eaf1;transform:translateY(1px);}
.btn-eye[aria-pressed="true"]{background:#e9f3ff;border-color:#b6d6ff;}
.btn-eye:focus-visible{box-shadow:0 0 0 3px rgba(13,110,253,.35);outline:0;} .modal-auth a{color:#0d6efd;text-underline-offset:3px;text-decoration-thickness:1.5px;text-decoration:none;transition:color .15s ease,text-decoration-color .15s ease;}
.modal-auth a:hover{color:#0a58ca;text-decoration:underline;}
.modal-auth a:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(13,110,253,.35);border-radius:6px;}
.modal-auth a:active{opacity:.9;}
.modal-auth__switch a{font-weight:700;} .modal-auth .form-alert[data-type="success"]{background:#e8f5e9;color:#1b5e20;border:1px solid #c8e6c9;}
.modal-auth .form-alert[data-type="error"]{background:#fdecea;color:#7f1d1d;border:1px solid #f5c2c7;}
.modal-auth .form-alert[data-type="info"]{background:#eef5ff;color:#0b3868;border:1px solid #cfe2ff;} .app-modal--dark .app-modal__dialog{background:#0f1115;color:#f2f4f7;}
.app-modal--dark .modal-auth{background:#14161b;color:#f2f4f7;}
.app-modal--dark .field-row input[type="text"],
.app-modal--dark .field-row input[type="email"],
.app-modal--dark .field-row input[type="password"]{
background:#1a1c20;color:#f2f4f7;border:1px solid #2f3540;
}
.app-modal--dark .field-row input:focus{border-color:#6ea8fe;box-shadow:0 0 0 3px rgba(13,110,253,.45);}
.app-modal--dark .btn{background:#1a1c20;color:#f2f4f7;border:1px solid #2f3540;}
.app-modal--dark .btn:hover{background:#23262b;}
.app-modal--dark .btn:active{background:#2a2e34;}
.app-modal--dark .btn:focus-visible{box-shadow:0 0 0 3px rgba(13,110,253,.45);}
.app-modal--dark .btn.link{color:#6ea8fe;}
.app-modal--dark .btn.link:hover{color:#8bb6ff;}
.app-modal--dark .btn-eye[aria-pressed="true"]{background:#1f2a38;border-color:#365b86;}
.app-modal--dark .modal-auth a{color:#6ea8fe;}
.app-modal--dark .modal-auth a:hover{color:#8bb6ff;}
.app-modal--dark .modal-auth a:focus-visible{box-shadow:0 0 0 3px rgba(13,110,253,.45);} .auth-benefits{margin-top:18px;}
.auth-benefits__title{font-size:16px;font-weight:700;margin-bottom:12px;}
.benefits-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.benefit{display:flex;gap:10px;align-items:flex-start;background:#f8f9fb;border:1px solid #eef0f4;border-radius:10px;padding:10px;}
.benefit__icon{font-size:20px;line-height:1;}
.benefit__text strong{display:block;font-size:14px;}
.benefit__text span{display:block;font-size:12px;color:#666;}
.auth-rules{margin-top:18px;background:#fafafa;border:1px solid #eee;border-radius:10px;padding:12px;font-size:14px;}
.auth-rules h4{margin:0 0 8px;font-size:16px;}
.auth-rules ul{margin:0;padding-left:18px;}
.auth-rules li{margin:6px 0;} .rules-accept{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;margin:14px 0 18px;cursor:pointer;user-select:none;}
.rules-accept input[type="checkbox"]{
appearance:none;-webkit-appearance:none;-moz-appearance:none;width:28px;height:28px;cursor:pointer;margin:0;position:relative;
}
.rules-accept input[type="checkbox"]::before{
content:"📄";font-size:26px;display:block;line-height:1;transition:transform .2s ease;
}
.rules-accept input[type="checkbox"]::after{
content:"☐";font-size:18px;line-height:1;color:#9aa0a6;position:absolute;top:2px;left:5px;transition:color .15s ease,transform .08s ease,opacity .15s ease;opacity:1;z-index:998;background:#fff;
}
.rules-accept input[type="checkbox"]:hover::after{color:#6b7280;transform:scale(1.06);}
.rules-accept input[type="checkbox"]:active::after{transform:scale(.95);}
.rules-accept input[type="checkbox"]:checked::after{content:"☑";color:#4caf50;}
.rules-accept input[type="checkbox"]:focus-visible{outline:2px solid rgba(76,175,80,.45);outline-offset:3px;border-radius:6px;}
.rules-accept a{color:#0d6efd;text-decoration:none;font-weight:600;}
.rules-accept a:hover{text-decoration:underline;} .recaptcha-wrap{width:100%;overflow:hidden;}
.recaptcha-wrap>div{transform-origin:0 0;} @media (max-width:420px){
.modal-auth{padding:20px 16px;}
.benefits-list{grid-template-columns:1fr;}
.recaptcha-wrap{position:relative;}
.recaptcha-wrap>div{transform:scale(.88);}
} .btn.sm{border:1px solid #444;background:#222;color:#fff;padding:.35rem .55rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;line-height:1}
.btn.sm[aria-pressed="true"]{background:#333}.rate-model-block{
position: relative;
display: flex;
gap: 24px;
align-items: stretch; width: 100%;
padding: 20px;
border: 1px solid rgba(0,0,0,.08);
border-radius: 16px;
background: var(--card-bg, #fff);
box-shadow: 0 6px 24px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.6);
margin-bottom: 20px;
}
.box .rate-model-block .item .img-holder {padding-bottom: 141%;}
.box .rate-model-block .item {    width: 100%;} .rate-model-block::before{
content: "";
position: absolute;
left: 12px;
right: 12px;
top: 10px;
height: 3px;
border-radius: 3px;
background: linear-gradient(90deg, rgba(0,0,0,.12), rgba(0,0,0,.06));
pointer-events: none;
} .rate-model-block > .item{
flex: 0 1 clamp(240px, 28vw, 420px); display: flex;
flex-direction: column;
min-width: 220px;
} .rate-model-block > .model-rating-block{
flex: 1 1 0;
display: flex;
flex-direction: column;
min-width: 0; padding-left: 24px;
border-left: 1px dashed rgba(0,0,0,.12);
color: #0f172a;
} @media (prefers-color-scheme: dark){
.rate-model-block{
border-color: rgba(255,255,255,.08);
background: var(--card-bg, #121418);
box-shadow: 0 6px 24px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.04);
}
.rate-model-block::before{
background: linear-gradient(90deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
}
.rate-model-block > .model-rating-block{
border-left-color: rgba(255,255,255,.12);
}
} .rate-model-block .img-holder{
position: relative;
overflow: hidden;
border-radius: 12px;
background: rgba(0,0,0,.04);
}
.rate-model-block .img-holder .img{
display: block;
width: 100%;
height: auto;
object-fit: cover;
} @media (max-width: 900px){
.rate-model-block{
flex-direction: column;
gap: 16px;
padding: 16px;
}
.rate-model-block::before{
left: 10px; right: 10px; top: 8px;
}
.rate-model-block > .model-rating-block{
border-left: none;
padding-left: 0;
padding-top: 8px;
border-top: 1px dashed rgba(0,0,0,.12);
}
@media (prefers-color-scheme: dark){
.rate-model-block > .model-rating-block{
border-top-color: rgba(255,255,255,.12);
}
}
} .model-rating-block{ } .model-rating-block{
--mr-gap: 16px;
--mr-radius: 12px;
--mr-muted: rgba(0,0,0,.6);
--mr-border: rgba(0,0,0,.12);
--mr-accent: #2563eb; display: grid;
grid-template-columns: 1fr minmax(220px, 320px);
gap: var(--mr-gap);
} @media (max-width: 900px){
.model-rating-block{
grid-template-columns: 1fr;
}
} .model-rating-block .mr-left{
display: flex;
flex-direction: column;
gap: 10px;
} .model-rating-block .mr-row{
display: grid;
grid-template-columns: 90px 1fr;
align-items: center;
gap: 10px;
padding: 10px 12px;
border: 1px solid var(--mr-border);
border-radius: var(--mr-radius);
background: rgba(0,0,0,.02);
}
@media (prefers-color-scheme: dark){
.model-rating-block .mr-row{
background: rgba(255,255,255,.03);
border-color: rgba(255,255,255,.12);
}
} .model-rating-block .mr-label{
font-weight: 600;
opacity: .85;
} .model-rating-block .mr-stars{
display: flex;
flex-wrap: wrap;
gap: 6px;
} .model-rating-block .mr-star{
appearance: none;
border: 1px solid var(--mr-border);
background: #fff;
font-size: 16px;
line-height: 1;
padding: 6px 6px 7px;
border-radius: 8px;
cursor: pointer;
transition: transform .08s ease, box-shadow .15s ease, background .15s ease;
}
.model-rating-block .mr-star.on{
background: var(--mr-accent);
color: #fff;
border-color: transparent;
box-shadow: 0 4px 12px rgba(37, 99, 235, .25);
}
.model-rating-block .mr-star:hover{
transform: translateY(-1px);
box-shadow: 0 4px 10px rgba(0,0,0,.08);
}
.model-rating-block [data-locked="1"] .mr-star{
pointer-events: none;
opacity: .6;
} .model-rating-block .mr-submit{
margin-top: 8px;
align-self: flex-start;
appearance: none;
border: none;
background: var(--mr-accent);
color: #fff;
font-weight: 600;
padding: 10px 14px;
border-radius: 10px;
cursor: pointer;
box-shadow: 0 6px 16px rgba(37, 99, 235, .28);
transition: transform .08s ease, box-shadow .15s ease, opacity .15s ease;
}
.model-rating-block .mr-submit:hover{
transform: translateY(-1px);
}
.model-rating-block .mr-submit:disabled{
opacity: .65;
box-shadow: none;
cursor: default;
} .model-rating-block .mr-message{
min-height: 1.25em;
margin-top: 4px;
font-size: .95rem;
color: var(--mr-muted);
} .model-rating-block .mr-right{
border: 1px dashed var(--mr-border);
border-radius: var(--mr-radius);
padding: 12px;
background: rgba(0,0,0,.02);
}
@media (prefers-color-scheme: dark){
.model-rating-block .mr-right{
background: rgba(255,255,255,.03);
border-color: rgba(255,255,255,.12);
}
} .model-rating-block .mr-summary-title{
font-weight: 700;
margin-bottom: 8px;
} .model-rating-block .mr-summary-list{
list-style: none;
margin: 0 0 10px 0;
padding: 0;
display: grid;
grid-template-columns: repeat(2, minmax(120px, 1fr));
gap: 6px 12px;
}
.model-rating-block .mr-summary-list li{
display: flex;
justify-content: space-between;
gap: 8px;
} .model-rating-block .mr-overall{
margin-top: 8px;
padding-top: 10px;
border-top: 1px solid var(--mr-border);
display: flex;
align-items: center;
gap: 10px;
}
.model-rating-block .mr-stars-10{
display: inline-flex;
gap: 2px;
transform: translateY(-1px);
}
.model-rating-block .mr-star-static{
font-size: 16px;
opacity: .35;
}
.model-rating-block .mr-star-static.on{
opacity: 1;
color: var(--mr-accent);
} .model-rating-block .mr-star:focus{
outline: 2px solid color-mix(in oklab, var(--mr-accent), white 40%);
outline-offset: 2px;
} .model-rating-block b[class^="mr-cur-"]{
font-variant-numeric: tabular-nums;
} @media (min-width: 1400px){
.model-rating-block{
grid-template-columns: 1fr 360px;
}
}.friend-btn-holder{
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto !important;
position: relative;
z-index: 1000;
} button.action-btn.friend-btn{
display: inline-flex;
align-items: center;
gap: .55rem;
padding: .55rem .9rem .55rem .7rem;
border: 0;
border-radius: 999px;
background: #111827;
color: #ffffff;
font: 500 14px/1.1 ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial;
cursor: pointer;
box-shadow: 0 6px 18px rgba(2,6,23,.15);
transition: background .18s ease, transform .12s ease, box-shadow .18s ease, opacity .18s ease; position: relative;
z-index: 1001;
pointer-events: auto; opacity: 1;
transform: translate(0, 0);
visibility: visible;
}
button.action-btn.friend-btn {
border: 0;
font: 500 14px / 1.1 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
cursor: pointer;
position: relative;
z-index: 1001;
pointer-events: auto;
opacity: 1;
transform: translate(0, 0);
visibility: visible;
display: inline-flex
;
align-items: center;
gap: 10px;
color: #fff;
text-decoration: none;
padding: 10px 14px;
border-radius: 12px;
box-shadow: 0 6px 18px rgba(2, 6, 23, .06);
transition: transform .15s ease, background .15s ease;
}
.user-card button.action-btn.friend-btn {
gap: 0px;
padding: 5px 4px;
margin-bottom: 10px;
}
button.action-btn.friend-btn:hover{ background:#0b1220; transform: translateY(-1px); }
button.action-btn.friend-btn:active{ transform: translateY(0); }
button.action-btn.friend-btn:disabled{ opacity:.6; cursor:not-allowed; }
span.friend-btn__text {
color: #fff;
padding: 10px 14px;
} .friend-btn__icon::before{
content:"👤";
font-size: 1.1em;
display: inline-block;
line-height: 1;
transform: translateY(1px);
} button.action-btn.friend-btn.is-active{ background:#10b981; } button.action-btn.friend-btn.is-accept{ background:#10b981; } button.action-btn.friend-btn.is-reject{ background:#ef4444; } button.action-btn.friend-btn.is-pending{ background:#f59e0b; } button.action-btn.friend-btn.is-pending:hover{ background:#d97706; } button.action-btn.friend-btn.is-active  .friend-btn__icon::before{ content:"👥"; }
button.action-btn.friend-btn.is-accept  .friend-btn__icon::before{ content:"✔"; }
button.action-btn.friend-btn.is-reject  .friend-btn__icon::before{ content:"✖"; }
button.action-btn.friend-btn.is-pending .friend-btn__icon::before{ content:"⏳"; } .friend-btn__row{ display:flex; gap:.5rem; }
.box .items_list_friends {
margin: -15px -15px 0 0;
font-size: 0;
line-height: 0;
}
.items_list_friends .user-card {
display: inline-block;
vertical-align: top; width: 20%; min-width: 200px;
padding: 16px 16px 14px 0;
}
@media screen and (max-width: 1200px) {
.items_list_friends .user-card {
width: 33.33%;
}
}
@media screen and (max-width: 992px) {
.items_list_friends .user-card {
width: 33.33%;
}
}
@media screen and (max-width: 767px) {
.items_list_friends .user-card {
width: 50%;
}
}
@media screen and (max-width: 420px) {
.items_list_friends .user-card {
width: 50%;
min-width: 180px;
}
}.player-wrap {
position: relative;
width: 100%; aspect-ratio: 16 / 9;
margin: 0 auto;
overflow: hidden;
line-height: 0;
} .player-wrap video,
.player-wrap iframe,
.player-wrap img{
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
width: 100%;
height: calc(100% + 4px);
background: #000;
z-index: 2;
}
.player-wrap video,
.player-wrap img{
object-fit: cover;
object-position: center;
} .guest-blocker{
position:absolute; inset:0; width:100%; height:100%;
background:transparent; border:0; padding:0; margin:0;
cursor:pointer;
z-index: 30;
} .player-wrap .big-play{
position:absolute; top:50%; left:50%;
transform: translate(-50%,-50%) scale(1);
width: 110px; height: 110px;
border-radius: 999px;
background: rgba(0,0,0,.45);
box-shadow: 0 8px 30px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.12);
z-index: 32;
transition: transform .18s ease, opacity .18s ease, background .18s ease;
pointer-events: none;
}
.player-wrap .big-play::before{
content:"";
position:absolute; top:50%; left:50%;
transform: translate(-40%,-50%);
border-left: 34px solid #fff;
border-top: 22px solid transparent;
border-bottom: 22px solid transparent;
}
.player-wrap:hover .big-play{
transform: translate(-50%,-50%) scale(1.05);
background: rgba(0,0,0,.55);
} .guest-dim{
position:absolute; inset:0;
background:rgba(0,0,0,.55);
opacity:0; pointer-events:none;
transition:opacity .2s ease;
z-index: 40;
}
.guest-modal{
position:absolute; top:50%; left:50%;
transform:translate(-50%,-50%) scale(.98);
width:min(92%, 560px);
background:#111; color:#fff;
border-radius:16px;
box-shadow:0 10px 40px rgba(0,0,0,.5);
padding:22px 20px 18px;
opacity:0; pointer-events:none;
transition:opacity .2s ease, transform .2s ease;
text-align:center;
z-index: 50;
}
.guest-modal h3{ margin:0 0 8px; font-size:18px; line-height:1.3; }
.guest-modal p{ margin:0 0 16px; color:#ddd; font-size:14px; }
.guest-modal .actions{ display:flex; gap:8px; justify-content:center; flex-wrap:wrap; }
.guest-modal .btn{
appearance:none; border:0; cursor:pointer;
padding:10px 14px; border-radius:10px; font-weight:600;
text-decoration:none; display:inline-block;
}
.guest-modal .btn-primary{ background:#06f; color:#fff; }
.guest-modal .btn-secondary{ background:#333; color:#fff; }
.guest-modal .close-x{
position:absolute; top:8px; right:10px;
width:34px; height:34px; border-radius:10px;
border:0; background:#222; color:#fff; cursor:pointer;
font-size:18px; line-height:1;
} .player-wrap.is-open .guest-dim,
.player-wrap.is-open .guest-modal{ opacity:1; pointer-events:all; }
.player-wrap.is-open .guest-modal{ transform:translate(-50%,-50%) scale(1); }
.player-wrap.is-open .big-play,
.player-wrap.is-playing .big-play,
.player-wrap.is-unlocked .big-play{ opacity:0; transform: translate(-50%,-50%) scale(.92); }a, aside, b, body, div, footer, form, h1, h2, h3, header, html, i, iframe, img, label, li, p, span, strong, ul, ul , video  {margin: 0px; padding: 0px; border: 0px; font: inherit; vertical-align: baseline;}
aside, footer, header  {display: block;}
input {font: 400 14px / 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; appearance: none;}
body, html {min-height: 100%;}
body {font: 400 14px / 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background: rgb(248, 246, 246);}
body {line-height: 1; min-width: 320px; overflow-x: hidden; margin: 0px;}
ul {list-style: none;}
a {text-decoration: none; cursor: pointer; font: 400 14px / 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;}
@font-face { font-family: icomoon; src: url(//k2porn.com/wp-content/themes/xxx/fonts/icomoon.ttf) format("truetype"), url(//k2porn.com/wp-content/themes/xxx/fonts/icomoon.woff) format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
.search-page .box {padding: 0px;}
.search-page .search-title {padding: 25px 0px 0px;}
.search-holder {display: flex; -webkit-box-align: start; align-items: flex-start; -webkit-box-pack: start; justify-content: flex-start; flex-wrap: wrap;}
.search-holder .box {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; border-radius: 10px; background-color: rgb(255, 255, 255); padding: 20px; margin: 0px 20px 25px 0px;}
.search-holder .box .thumbs-holder {padding: 0px;}
.search-holder .models-list .item {min-width: 235px;}
.search-holder .channals-list .item {min-width: 397px;}
.scrollup {position: fixed; bottom: 50px; right: 10px; display: none; background: rgb(230, 24, 78); border-radius: 50%; width: 45px; text-align: center; padding: 11px 0px; color: rgb(255, 255, 255); box-shadow: rgba(94, 94, 94, 0.5) 0px 0px 3px; transition: color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;}
.scrollup i {font-size: 20px; display: inline-block; transform: rotate(-90deg);}
.lazyloaded {opacity: 1; transition: opacity 500ms;}
.fancybox-skin {background: transparent; color: rgb(0, 0, 0); box-shadow: none !important;}
.fancybox-skin {padding: 0px !important;}
.fancybox-skin {position: relative; background: rgba(20, 20, 20, 0.7); color: rgb(68, 68, 68); text-shadow: none; border-radius: 4px;}
.box .item svg:not(:root) {overflow: visible;}
.box .item .info-holder .text {line-height: 15px;}
.premium-thumbs .item .img-holder .info-holder {background: rgba(94, 94, 94, 0.8); padding: 13px 20px; height: auto; border-radius: 10px; left: 10px; bottom: 10px; width: calc(100% - 20px);}
.premium-thumbs .item .info-holder .item-info {margin-right: 3px;}
.premium-thumbs .item .info-holder .item-info:last-child {margin-right: 0px;}
.premium-thumbs .premium-icons {position: absolute; left: 10px; top: 10px;}
.title span {color: rgb(255, 192, 42);}
.fancybox-overlay {z-index: 212;}
.fancybox-overlay {position: absolute; top: 0px; left: 0px; overflow: hidden; display: none; z-index: 8010; background: url(//k2porn.com/wp-content/themes/xxx/images/fancybox/fancybox_overlay.png);}
.fancybox-opened {z-index: 214;}
.fancybox-opened {z-index: 8030;}
.header {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; background-color: rgb(255, 255, 255); position: relative; z-index: 101; width: 100%;}
.block-search .search-btn.delet {display: none;}
.header-area {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap; width: 100%;}
.search-mobi i {font-size: 28px; color: rgb(94, 94, 94);}
.burder-menu span, .burder-menu span::after, .burder-menu span::before {height: 4px; background-color: rgb(230, 24, 78); position: absolute; margin-top: -1px; transition: 0.3s; backface-visibility: hidden; content: ""; left: 0px; right: 0px; border-radius: 2px;}
.block-search {position: relative; width: 540px; z-index: 20;}
.block-search .search-input {border-radius: 5px; background-color: rgb(248, 246, 246); padding: 6px 40px 6px 10px; width: 100%; border: 0px; color: rgb(52, 52, 52); font-size: 16px; line-height: 19px; font-weight: 300;}
.block-search .search-btn {position: absolute; top: 0px; bottom: 0px; right: 0px; border-radius: 0px 5px 5px 0px; background-color: rgb(230, 24, 78); padding: 5px 15px; cursor: pointer; border: 0px; transition: background 0.3s;}
.block-search .search-btn i {color: rgb(255, 255, 255); font-size: 21px; transition: color 0.3s;}
.footer_user_menu {position: fixed; bottom: 0px; left: 0px; right: 0px; width: 100%; background: rgb(255, 255, 255); display: none; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px; z-index: 2147483647;}
.fancybox-overlay.fancybox-overlay-fixed {height: 100% !important;}
.footer_user_menu .menu_items {display: flex; align-items: center; justify-content: space-around; flex-wrap: nowrap; padding: 7px 0px; min-height: 62px;}
.footer_user_menu .menu_items .item {display: flex; align-items: center; justify-content: center; flex-direction: column; color: rgb(94, 94, 94); font-size: 12px; line-height: 1.2; transition: color 0.3s;}
.footer_user_menu .menu_items .item svg {width: 30px; height: 25px; fill: rgb(94, 94, 94); margin: 0px 0px 5px; transition: fill 0.3s;}
.block_content, .block_models {position: fixed; bottom: 75px; left: 10px; right: 10pc; width: calc(100% - 20px); box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px; background: rgb(255, 255, 255); border-radius: 10px; color: rgb(94, 94, 94); font-weight: 500; padding: 20px 0px 0px; opacity: 0; visibility: hidden; overflow: hidden; transition: 0.3s; max-width: 400px; margin: 0px auto;}
.block_content svg, .block_models svg {fill: rgb(94, 94, 94);}
.block_content .title-fixed, .block_models .title-fixed {display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; font-size: 18px; line-height: 1; margin: 0px 0px 10px; padding: 0px 25px;}
.block_content .title-fixed svg, .block_models .title-fixed svg {width: 10px; height: 10px; font-weight: 500;}
.block_content .items a, .block_models .items a {display: flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap; font-size: 15px; line-height: 1; color: rgb(94, 94, 94); padding: 10px 25px;}
.block_content .items a svg, .block_models .items a svg {width: 25px; height: 27px; margin: 0px 10px 0px 0px;}
.burger_user_menu {display: none; width: 100%; text-align: center;}
.nav-holder {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap; padding: 2px 0px;}
.burder-menu {position: relative; width: 34px; display: none; cursor: pointer; z-index: 19; height: 21px;}
.logo_burger {text-align: center; padding: 20px 0px 15px; width: 100%; position: relative;}
.logo_burger .arrow {position: absolute; left: 0px; top: 17px; color: rgb(94, 94, 94); display: inline-block; font-size: 9px; transform: rotate(90deg); padding: 10px;}
.logo_burger a {display: block;}
.logo_burger a img {width: 137px; height: auto;}
.burger_menu_top {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; padding: 0px 0px 20px;}
.nav-holder .item.mobile {display: none;}
.nav-holder .item {margin: 0px 25px 0px 0px;}
.nav-holder .item .link-nav {display: inline-block; padding: 33px 0px; position: relative; color: rgb(94, 94, 94); font-size: 16px; line-height: 19px; font-weight: 700; transition: 0.3s; text-transform: uppercase;}
.nav-holder .item .link-nav.active {color: rgb(230, 24, 78);}
.nav-holder .item .link-nav i {display: inline-block; vertical-align: middle; margin: 0px 0px 4px 6px; font-size: 6px; transition: transform 0.3s, -webkit-transform 0.3s;}
.footer .text a {color: rgb(230, 24, 78); font-size: 12px;}
.footer .logo-footer img {width: 210px; height: auto;}
.fancybox-wrap, .fancybox-skin {padding: 0px; margin: 0px; border: 0px; outline: none; vertical-align: top;}
.fancybox-wrap {position: absolute; top: 0px; left: 0px; z-index: 8020;}
.fancybox-opened .fancybox-skin {box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 25px;}
.fancybox-overlay-fixed {position: fixed; bottom: 0px; right: 0px;}
* {box-sizing: border-box;}
.box .item .img-holder .img {width: 100%; position: absolute; inset: 0px;}
.box .item .img-holder .img {width: 100%; position: absolute; inset: 0px; height: 100%;}
.box .item .img-holder {position: relative; padding-bottom: 57%; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px; border-radius: 10px; background-color: rgb(208, 208, 208); overflow: hidden; transition: 0.3s;}
.box.models-list .item .img-holder {padding-bottom: 141%;}
[class^="icon-"] {speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: icomoon !important;}
.wrapper {overflow: hidden;}
.wrapper, .wrapper-holder {display: table; width: 100%; height: 100%; table-layout: fixed; position: relative;}
.footer {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; background-color: rgb(255, 255, 255);}
.footer {height: 1px; display: table-row;}
.container {max-width: 1760px; width: 100%; padding: 0px 20px; margin: 0px auto;}
.hidden {display: none;}
.burder-menu span {top: 1px;}
.search-mobi {display: none; cursor: pointer;}
.nav-holder .drop-holder {background: rgba(255, 255, 255, 0.97); position: absolute; top: 100%; left: 0px; right: 0px; width: 100%; overflow: visible; transform: translate3d(0px, 10px, 0px); opacity: 0; z-index: 15; border-radius: 0px 0px 5px 5px; visibility: hidden; transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s; box-shadow: rgb(0, 0, 0) 0px 128px 250px 0px;}
.nav-holder .drop-holder .two-colums {min-height: 500px; display: flex; -webkit-box-align: stretch; align-items: stretch; -webkit-box-pack: start; justify-content: flex-start; flex-wrap: nowrap;}
.nav-holder .drop-holder .column {padding: 25px; position: relative;}
.nav-holder .drop-holder .column:first-of-type {max-width: 210px; min-width: 210px; padding-left: 10px; background: rgb(255, 255, 255);}
.nav-holder .drop-holder .column:last-of-type {width: calc(100% - 210px); display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-pack: justify; justify-content: space-between;}
.nav-holder .drop-holder .search-form {position: relative; padding: 0px 0px 25px;}
.nav-holder .drop-holder .search-form .form {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap;}
.nav-holder .drop-holder .search-form .input {display: block; width: 100%; border: 0px; background: transparent; opacity: 0.75; color: rgb(94, 94, 94); font-size: 14px; font-weight: 300; line-height: 30px;}
.nav-holder .drop-holder .search-form i {color: rgb(94, 94, 94); opacity: 0.75; font-size: 13px; transition: color 0.3s, opacity 0.3s;}
.nav-holder .drop-holder .category-groups .item {margin: 0px;}
.nav-holder .drop-holder .category-groups .link {color: rgb(94, 94, 94); font-size: 16px; font-weight: 500; line-height: 30px; padding: 0px; transition: color 0.3s;}
.nav-holder .drop-holder .category-groups .link i {font-size: 10px; color: rgb(94, 94, 94); display: inline-block; margin: 0px 0px 0px 3px; transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;}
.nav-holder .drop-holder .category-groups .link.active {color: rgb(230, 24, 78);}
.nav-holder .drop-holder .category-groups .link.active i {color: rgb(230, 24, 78); transform: translateX(20px);}
.nav-holder .drop-holder .category-items {column-count: 5; display: none;}
.nav-holder .drop-holder .category-items.open {display: block; padding: 0px 0px 25px;}
.nav-holder .drop-holder .category-items .item {margin: 0px;}
.nav-holder .drop-holder .category-items a {color: rgb(0, 0, 0); font-size: 15px; font-weight: 300; line-height: 24px; transition: color 0.3s; overflow: hidden; display: block; cursor: pointer;}
.nav-holder .drop-holder .category-items a .title {float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: calc(100% - 42px); display: inline-block;}
.nav-holder .drop-holder .category-items a .quantity, .nav-holder .drop-holder .category-items a .title {transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;}
.nav-holder .drop-holder .category-items a .quantity {color: rgb(123, 123, 123); float: right;}
.nav-holder .drop-holder .category-items .item.not-found a {cursor: default;}
.nav-holder .drop-holder .btn-holder {text-align: center;}
.nav-holder .drop-holder .btn-holder .link {box-shadow: rgba(94, 94, 94, 0.5) 0px 0px 3px; border-radius: 5px; background-color: rgb(255, 255, 255); color: rgb(94, 94, 94); font-size: 16px; line-height: 19px; font-weight: 300; display: inline-block; padding: 9px 10px; transition: color 0.3s, background 0.3s;}
.nav-holder .drop-holder .nano {width: 100%; position: absolute; top: 82px; bottom: 0px; height: calc(100% - 107px);}
.nav-holder .drop-holder .nano .nano-content {padding: 0px;}
.nav-holder .drop-holder .nano .nano-pane {width: 1px; background-color: rgb(196, 196, 196);}
.nav-holder .drop-holder .nano .nano-pane .nano-slider {margin: 0px; width: 1px; background-color: rgb(230, 24, 78);}
.nav-holder .item:last-of-type {margin: 0px;}
.nav-holder .item .link-nav .mob {display: none; font-size: 23px; margin: 0px 15px 0px 0px; transform: rotate(0deg) !important;}
.block-search form {position: relative; z-index: 2;}
.box {padding: 25px 0px 0px;}
.box .headline {position: relative; padding: 0px 0px 10px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap;}
.box .headline .title-holder {color: rgb(94, 94, 94); font-size: 18px; line-height: 21px; font-weight: 500;}
.box .headline .title-holder .color {color: rgb(230, 24, 78);}
.box .thumbs-holder {padding: 0px 0px 25px;}
.box .items-list {margin: -15px -15px 0px 0px; font-size: 0px; line-height: 0;}
.box .item {display: inline-block; vertical-align: top; padding: 15px 15px 0px 0px; width: 33.33%;}
.box .item .img-holder .country_img {position: absolute; top: 10px; left: 10px; width: 30px; height: auto;}
.box .item .img-holder .country_img img {width: 100%;}
.box .item a.link {position: relative;}
.box .item .img-holder video {inset: 0px; height: 100%; width: 100%; position: absolute; z-index: 2;}
.box .item .info-holder {padding: 13px 20px; position: absolute; bottom: 10px; left: 10px; right: 10px; background: rgba(0, 0, 0, 0.6); border-radius: 10px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap; color: rgb(255, 255, 255); font-size: 14px; line-height: 14px; font-weight: 300; transform: translateY(0px); transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;}
.box .item .info-holder .item-info {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap;}
.box .item .info-holder i {font-size: 15px; margin: 0px 5px 0px 0px;}
.box .item .info-holder i.icon-eye {font-size: 11px;}
.box .item .title-item {padding: 10px 10px 0px; color: rgb(94, 94, 94); font-size: 16px; line-height: 18px; font-weight: 300; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; transition: color 0.3s;}
.box .item .link {display: block;}
.box .channals-list {margin: -20px -15px 0px 0px;}
.box .channals-list .items-list {margin: 0px;}
.box .channals-list .item {width: 25%; padding: 20px 15px 0px 0px;}
.box .channals-list .item .img-holder {padding-bottom: 74%;}
.box .channals-list .item .title-item {font-size: 18px; font-weight: 500;}
.box .channals-list .item .title-item .quantity {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; font-size: 16px;color: #0f172a;}
.box .channals-list .item .title-item .quantity i {font-size: 14px; margin: 0px 5px 0px 0px;}
.box.models-list .item {width: 20%;}
.box.models-list .item .info-holder {transition: background 0.3s; flex-wrap: wrap; padding: 11px 10px;}
.box.models-list .item .title {color: rgb(255, 255, 255); font-size: 16px; line-height: 18px; padding: 0px 0px 13px; font-weight: 300; width: 100%;}
.box.models-list .item .info-model {color: rgb(255, 255, 255); font-size: 13px; line-height: 15px; font-weight: 300; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; width: 100%;}
.box.models-list .item .link {display: block;}
.box.albums-list .item {width: 50%;}
.box.albums-list .img-holder {width: calc(100% - 257px); padding-bottom: 51%; box-shadow: none; border-radius: 0px;}
.box.albums-list .album-info {padding: 15px 15px 0px; width: 257px;}
.box.albums-list .album-info .models-title {color: rgb(94, 94, 94); font-size: 18px; line-height: 20px; padding: 0px 0px 10px; border-bottom: 1px solid rgb(184, 184, 184); font-weight: 500; transition: color 0.3s;}
.box.albums-list .album-info .models-title .model {max-height: 60px; overflow: hidden; display: inline-block;}
.box.albums-list .album-info .info {padding: 15px 0px 0px; border-bottom: 1px solid rgb(184, 184, 184); display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: wrap;}
.box.albums-list .album-info .info .item-info {color: rgb(94, 94, 94); font-size: 14px; line-height: 16px; font-weight: 300; padding: 0px 0px 15px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: start; justify-content: flex-start; flex-wrap: wrap; width: 50%;}
.box.albums-list .album-info .info .item-info i {display: inline-block; margin: 0px 10px 0px 0px; font-size: 20px;}
.box.albums-list .album-info .info .item-info:nth-child(2) i {font-size: 12px;}
.box.albums-list .album-info .categor-holder {padding: 15px 0px 0px;}
.box.albums-list .album-info .categor-holder .row {padding: 0px 0px 10px;}
.box.albums-list .album-info .categor-holder .row:last-of-type {padding: 0px;}
.box.albums-list .album-info .categor-holder .row-title {color: rgb(94, 94, 94); font-size: 16px; line-height: 18px; padding: 0px 0px 10px; font-weight: 500;}
.box.albums-list .album-info .categor-holder .row-item {color: rgb(94, 94, 94); font-size: 12px; line-height: 12px; font-weight: 500; text-transform: uppercase; border-radius: 5px; border: 1px solid rgb(160, 160, 160); display: inline-block; vertical-align: top; padding: 5px; margin: 0px 5px 5px 0px;}
.box.albums-list .album-info .categor-holder .row-item:last-of-type {margin-right: 0px;}
.box.albums-list .link {display: flex; -webkit-box-align: start; align-items: flex-start; -webkit-box-pack: start; justify-content: flex-start; flex-wrap: nowrap; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px; border-radius: 10px; background: rgb(255, 255, 255); overflow: hidden; transition: 0.3s;}
.pagination {padding: 0px 0px 25px;}
.pagination .pagination-holder {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center;}
.pagination .pagination-holder .item-pagin {padding: 0px 5px 0px 0px;}
.pagination .pagination-holder .item-pagin:last-of-type {padding: 0px;}
.pagination .pagination-holder .item-pagin .link {color: rgb(94, 94, 94); font-size: 16px; line-height: 35px; min-width: 35px; height: 35px; text-align: center; display: inline-block; padding: 0px 10px; font-weight: 300; box-shadow: rgba(94, 94, 94, 0.5) 0px 0px 3px; border-radius: 3px; background-color: rgb(255, 255, 255); transition: color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;}
.pagination .pagination-holder .item-pagin.active .link {background-color: rgb(230, 24, 78); color: rgb(255, 255, 255); box-shadow: rgba(94, 94, 94, 0.5) 0px 0px 3px;}
.footer .footer-holder {padding: 25px 0px;}
.footer .logo-footer {text-align: center; padding: 0px 0px 20px;}
.footer .footer-nav {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; flex-wrap: wrap;}
.footer .footer-nav .item {padding: 0px 13px;}
.footer .footer-nav .item .link {color: rgb(94, 94, 94); font-size: 16px; line-height: 18px; font-weight: 500; text-transform: uppercase; transition: color 0.3s; padding: 0px 0px 20px; display: inline-block;}
.footer .text {max-width: 1339px; color: rgb(94, 94, 94); font-size: 12px; line-height: 14px; font-weight: 300; text-align: center; margin: 0px auto;}
.nav-holder .drop-holder .category-items.search:last-child {display: none;}
.box .item .img-holder.gallery .img {width: auto; position: absolute; inset: 0px; margin: 0px auto;}
.icon-arrow-down::before {content: "\e901";}
.icon-play::before {content: "\e902";}
.icon-clock::before {content: "\e903";}
.icon-calendar::before {content: "\e907";}
.icon-eye::before {content: "\e909";}
.icon-camera::before {content: "\e90a";}
.icon-search::before {content: "\e90b";}
.icon-orientation::before {content: "\e90c";}
.icon-play2::before {content: "\e90e";}
.icon-like::before {content: "\e910";}
.icon-images::before {content: "\e912";}
.icon-arrow-right::before {content: "\e913";}
.icon-atom::before {content: "\e914";}
.icon-vido-camera::before {content: "\e916";}
.icon-burger::before {content: "\e917";}
.icon-arrows::before {content: "\e924";}
.wrapper::before {position: absolute; top: 0px; left: 0px; width: 0px; height: 3px; content: ""; background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(230, 24, 78); transition-behavior: normal; transition-duration: 1s; transition-timing-function: ease; transition-delay: 0s; transition-property: width; z-index: 999999;}
.header::after {opacity: 0; transition-behavior: normal; transition-duration: 0.3s; transition-timing-function: ease; transition-delay: 0s; transition-property: opacity;}
.burder-menu span, .burder-menu span::after, .burder-menu span::before {height: 4px; background-color: rgb(230, 24, 78); position: absolute; margin-top: -1px; transition-behavior: normal; transition-duration: 0.3s; transition-timing-function: ease; transition-delay: 0s; transition-property: all; backface-visibility: hidden; content: ""; left: 0px; right: 0px; border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px;}
.burder-menu span::after, .burder-menu span::before {top: 9px; width: 50%;}
.burder-menu span::after {top: 17px; width: 75%;}
.nav-holder .drop-holder::after {content: ""; display: block; width: 100%; height: 1000vh; background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgba(255, 255, 255, 0.6); position: absolute; top: 100%; bottom: 0px; left: 0px; right: 0px; z-index: 999;}
.nav-holder .drop-holder .column:first-of-type {max-width: 210px; min-width: 210px; padding-left: 10px; background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255);}
.nav-holder .drop-holder .category-items a::before {content: ""; display: table; clear: both;}
.nav-holder .drop-holder .category-items a::after {content: "........................................................................................"; display: block; white-space-collapse: collapse; text-wrap: nowrap; overflow-x: hidden; overflow-y: hidden;}
.nav-holder .drop-holder .category-items .item.not-found a:hover {pointer-events: none; cursor: default;}
.nav-holder .drop-holder .category-items .item.not-found a:hover .title {color: rgb(0, 0, 0); text-decoration-line: none; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; cursor: default;}
.nav-holder .drop-holder .category-items .item.not-found a::before {display: none;}
.nav-holder .drop-holder .category-items .item.not-found a::after {display: none;}
.nav-holder .item:last-of-type {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;}
.nav-holder .item .link-nav::after {content: ""; position: absolute; display: inline-block; height: 5px; width: 100%; bottom: 5px; left: 0px; right: 0px; background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(230, 24, 78); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; transition-behavior: normal, normal; transition-duration: 0.3s, 0.3s; transition-timing-function: ease, ease; transition-delay: 0s, 0s; transition-property: opacity, bottom; opacity: 0;}
.nav-holder .item .link-nav.active::after {opacity: 1; bottom: 0px;}
.box.albums-list .album-info .categor-holder .row:last-of-type {padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
.pagination .pagination-holder .item-pagin:last-of-type {padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
.box .sort-holder {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: end; justify-content: flex-end; flex-wrap: nowrap;}
.box .sort-holder .sort {position: relative; margin: 0px 10px 0px 0px;}
.box .sort-holder .sort:last-of-type {margin: 0px;}
.box .sort-holder .sort .selected {position: relative; z-index: 16; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: start; justify-content: flex-start; flex-wrap: nowrap; color: rgb(94, 94, 94); font-size: 15px; line-height: 18px; padding: 7px 11px; font-weight: 300; cursor: pointer; border-radius: 5px; background-color: rgb(255, 255, 255); box-shadow: rgba(94, 94, 94, 0.5) 0px 0px 3px; transition: 0.3s;}
.box .sort-holder .sort .selected .text + i {color: rgb(94, 94, 94); font-size: 6px; margin: 0px 0px 0px 5px; display: inline-block; transition: transform 0.3s, -webkit-transform 0.3s;}
.box .sort-holder .sort .selected.active {box-shadow: rgba(237, 7, 101, 0.5) 0px 0px 3px; background-color: rgb(230, 24, 78); color: rgb(255, 255, 255); pointer-events: none; cursor: default;}
.box .sort-holder .sort .drop-holder {background: rgba(255, 255, 255, 0.9); position: absolute; top: 100%; left: 0px; right: 0px; width: 100%; overflow: hidden; transform: translate3d(0px, 10px, 0px); opacity: 0; z-index: 15; box-shadow: rgba(94, 94, 94, 0.5) 0px 0px 3px; border-radius: 0px 0px 5px 5px; visibility: hidden; transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;}
.box .sort-holder .sort .drop-holder .item-sort {display: block;}
.box .sort-holder .sort .drop-holder .item-sort .link-drop {color: rgb(94, 94, 94); font-size: 15px; line-height: 17px; font-weight: 300; display: inline-block; width: 100%; text-align: center; padding: 7px 0px; transition: color 0.3s, background 0.3s;}
.box .sort-holder .sort:last-of-type {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;}
.bread-crumb {width: 100%; text-align: center; color: rgb(94, 94, 94); font-size: 16px; line-height: 18px; font-weight: 300; padding: 0px 0px 25px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; flex-wrap: wrap;}
.bread-crumb .item-bread {padding: 0px 2px;}
.bread-crumb .link-bread {color: rgb(94, 94, 94); font-size: 16px; line-height: 18px; font-weight: 300; transition: color 0.3s;}
.bread-crumb .link-bread.no-link {pointer-events: none; cursor: default;}
.box.albums-list .album-info .info .item-info:nth-child(4) i {font-size: 22px;}
.icon-star::before {content: "\e918";}
.search-form .input:focus {box-shadow: rgba(237, 7, 101, 0.5) 0px 0px 10px;}
.player-holder .tabs-content .info-block .bold {font-weight: 500;}
.rating-info {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap;}
.rating-info .info {display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align: start; align-items: flex-start; -webkit-box-pack: start; justify-content: flex-start; color: rgb(94, 94, 94); font-size: 14px; line-height: 16px; font-weight: 300; padding: 0px 20px;}
.rating-info .info .item {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: start; justify-content: flex-start; white-space: nowrap; padding: 0px; width: auto;}
.rating-info .info .item:first-of-type {padding: 0px 0px 12px;}
.rating-info .info i {font-size: 16px; margin: 0px 5px 0px 0px;}
.rating-info .rating-holder {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap; position: relative;}
.rating-info .rating-fav {display: flex; -webkit-box-align: end; align-items: flex-end; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap; border-right: 1px solid rgba(94, 94, 94, 0.35); padding-right: 20px;}
.rating-info .rating-fav .btn i {font-size: 45px; color: rgb(94, 94, 94); transition: color 0.3s;}
.rating-info .rating-fav .btn .quantity {color: rgb(94, 94, 94); font-size: 16px; line-height: 18px; font-weight: 500; margin: 0px 0px 0px 10px; min-width: 9px; text-align: center;}
.form-holder .text {color: rgb(94, 94, 94); font-size: 15px; line-height: 17px; font-weight: 500; margin: 0px 0px 10px; display: block;}
.form-holder .row {margin: 0px 0px 10px; line-height: 0;}
.form-holder .row:last-of-type {margin: 0px;}
.form-holder .row .input {border-radius: 5px; border: 1px solid rgba(94, 94, 94, 0.5); width: 100%; padding: 10px;}
.screenshots-holder {display: flex; -webkit-box-align: start; align-items: flex-start; -webkit-box-pack: start; justify-content: flex-start; flex-wrap: wrap; margin: 0px -15px -15px 0px;}
.video-holder .categor-holder .row-item {display: inline-block; vertical-align: top; margin: 0px 3px 5px 0px; border-radius: 5px; border: 1px solid rgb(160, 160, 160); color: rgb(94, 94, 94); font-size: 12px; line-height: 12px; padding: 5px; font-weight: 500; transition: 0.3s;}
.video-holder .categor-holder .row-item {display: inline-block; vertical-align: top; margin: 0px 5px 5px 0px; padding: 7px 10px; transition: background 0.3s, color 0.3s; border-radius: 10px; background-color: rgba(94, 94, 94, 0.15); color: rgb(94, 94, 94); font-size: 14px; line-height: 16px; font-weight: 300; border: none;}
.title-video {color: rgb(94, 94, 94); font-size: 18px; padding: 25px 0px 0px; line-height: 20px; font-weight: 500;}
.video-holder {display: flex; -webkit-box-align: start; align-items: flex-start; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap;}
.video-holder .right {width: calc(100% - 525px); padding: 0px 20px 0px 0px;}
.video-holder .left {min-width: 525px; width: 525px;}
.video-holder .models-list {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; border-radius: 5px; background-color: rgb(255, 255, 255); padding: 20px; margin: 0px 0px 20px;}
.video-holder .models-list .thumbs-holder {padding: 0px 0px 10px;}
.video-holder .models-list .thumbs-holder.mobi {display: none;}
.video-holder .models-list .thumbs-holder.mobi .categor-holder {box-shadow: none; border-radius: 0px; background-color: transparent; padding: 0px;}
.video-holder .models-list .text {color: rgb(94, 94, 94); font-size: 16px; line-height: 18px; font-weight: 500; padding: 0px 0px 10px;}
.video-holder .models-list .item {width: 50%;}
.video-holder .models-list .item .info-holder {padding: 5px 7px;}
.video-holder .models-list .item .title {font-size: 14px; line-height: 16px; padding: 0px 0px 5px;}
.video-holder .categor-holder {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; border-radius: 5px; background-color: rgb(255, 255, 255); padding: 20px;}
.video-holder .categor-holder .row {padding: 0px 0px 5px;}
.video-holder .categor-holder .row:last-of-type {padding: 0px;}
.video-holder .categor-holder .row-title {color: rgb(94, 94, 94); font-size: 16px; line-height: 18px; padding: 0px 0px 10px; font-weight: 500;}
.player-holder {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; border-radius: 0px 0px 10px 10px; margin: 0px 0px 35px; background-color: rgb(255, 255, 255);}
.player-wrap {position: relative;}
.player-holder .video-info {padding: 17px;}
.player-holder .buttons-holder {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap;}
.player-holder .tabs-holder {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: start; justify-content: flex-start;}
.player-holder .tabs-holder .tab {margin: 0px 10px 0px 0px; position: relative;}
.player-holder .tabs-holder .tab:hover > a.btn {
color:#fff;
background:#e6184e;
box-shadow: 0 0 3px #e6184e;
}
.player-holder .tabs-holder .tab:last-of-type {margin: 0px;}
.player-holder .tabs-holder .tab .btn {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: start; justify-content: flex-start; box-shadow: rgba(94, 94, 94, 0.5) 0px 0px 3px; border-radius: 5px; background-color: rgb(255, 255, 255); color: rgb(94, 94, 94); font-size: 15px; line-height: 15px; font-weight: 300; padding: 7px; transition: 0.3s;}
.player-holder .tabs-holder .tab .btn i {font-size: 17px; margin: 0px 5px 0px 0px;}
.player-holder .tabs-holder .tab .btn.active {color: rgb(255, 255, 255); box-shadow: rgb(230, 24, 78) 0px 0px 3px; background-color: rgb(230, 24, 78);}
.player-holder .view-video {padding: 20px 0px 0px; font-size: 14px;}
.player-holder .view-video .bold {font-weight: 500;}
.player-holder .tabs-content {padding: 15px 0px 0px;}
.player-holder .tabs-content .info-block {color: rgb(94, 94, 94); font-size: 15px; line-height: 18px; font-weight: 300; display: none;}
.rating-info .info .item:first-of-type {padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px;}
.form-holder .row:last-of-type {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;}
.form-holder .row .input:focus {border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(230, 24, 78); border-right-color: rgb(230, 24, 78); border-bottom-color: rgb(230, 24, 78); border-left-color: rgb(230, 24, 78); border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial;}
.icon-dislike::before {content: "\e911";}
.icon-share::before {content: "\e91a";}
.icon-inform::before {content: "\e91b";}
.icon-download::before {content: "\e91f";}
.video-holder .categor-holder .row:last-of-type {padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
.player-holder .tabs-holder .tab:last-of-type {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;}
.album-holder .album {margin: 0px 0px 20px; line-height: 0; border-radius: 8px; overflow: hidden;}
.album-info .inform {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap; border-bottom: 1px solid rgba(94, 94, 94, 0.35); padding: 0px 0px 20px; margin: 0px 0px 20px;}
.album-info .inform .item-info {color: rgb(94, 94, 94); font-size: 14px; line-height: 14px; font-weight: 300; display: flex; -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: center; align-items: center; flex-wrap: nowrap;}
.album-info .inform .item-info i {color: rgb(0, 0, 0); font-size: 19px; margin: 0px 10px 0px 0px; display: inline-block;}
.album-info .inform .item-info i.icon-eye {font-size: 12px;}
.album-info .rating-info .rating-fav {border: 0px; width: 100%;}
.album-info .rating-info .rating-holder {width: 100%; max-width: 330px; margin: 0px auto;}
.video-holder .left .block-holder {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; border-radius: 10px; background-color: rgb(255, 255, 255); padding: 20px; margin: 0px 0px 20px;}
.video-holder .left .block-holder:last-of-type {margin: 0px;}
.video-holder .left .block-holder .text-title {color: rgb(94, 94, 94); font-size: 16px; line-height: 18px; padding: 0px 0px 10px; font-weight: 500; display: block;}
.video-holder .left .block-holder:last-of-type {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;}
.view-model .headline {padding: 0px 0px 20px;}
.view-model .model-holder {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; border-radius: 10px; background-color: rgb(255, 255, 255); overflow: hidden;}
.view-model .info-holder {padding: 20px;}
.view-model .model-info {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: start; justify-content: flex-start; flex-wrap: wrap; margin: 0px -10px;}
.box .headline .enable_albums {margin: 0px 10px 0px auto;}
.box .sort-holder.enable_albums .sort:last-of-type {width: 100%; justify-content: flex-start;}
.info-subs {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin: 0px 0px 20px;}
.content_sources.box .container {flex-wrap: nowrap !important;}
.box .sort-holder .sort .selected.active i {color: rgb(255, 255, 255);}
.box .sort-content {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; flex-wrap: nowrap;}
.box .sort-content .selected i {font-size: 18px !important; transition: color 0.3s !important;}
.box .sort-content .selected:first-of-type {border-radius: 5px 0px 0px 5px;}
.box .sort-content .selected:last-of-type {border-radius: 0px 5px 5px 0px;}
.box .sort-content .selected:first-of-type {border-top-left-radius: 5px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 5px;}
.box .sort-content .selected:last-of-type {border-top-left-radius: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 0px;}
.box.categories-list .tabs-content {display: none;}
.box.categories-list .tabs-content.active {display: block;}
.box.categories-list .sort-conten .selected {color: rgb(94, 94, 94); font-size: 14px; line-height: 16px; padding: 10px 0px; margin: 0px 10px; transition: 0.3s; font-weight: 700; border-bottom: 2px solid rgb(94, 94, 94);}
.box.categories-list .sort-conten .selected.active {color: rgb(230, 24, 78); border-color: rgb(230, 24, 78); pointer-events: none; cursor: default;}
.box.categories-list .items-list {padding: 20px 0px 0px; margin: 0px -15px; column-count: 5; position: relative;}
.box.categories-list .items-list .letter-holder {padding: 0px 15px; border-right: 1px solid rgba(0, 0, 0, 0.1);}
.box.categories-list .items-list .item {width: 100%; padding: 0px; margin: 0px 0px 10px;}
.box.categories-list .items-list .item.title {border-radius: 5px; background-color: rgb(230, 24, 78); color: rgb(255, 255, 255); font-size: 18px; line-height: 20px; padding: 6px 10px; font-weight: 500; margin: 0px 0px 10px 10px; width: auto; text-transform: uppercase;}
.box.categories-list .items-list .item .link {display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: nowrap; transition: color 0.3s, background 0.3s; color: rgb(0, 0, 0); font-size: 16px; line-height: 18px; font-weight: 300; border-radius: 5px; padding: 7px 10px;}
.box.categories-list .items-list .item .link .quantity {color: rgb(94, 94, 94); font-size: 16px; line-height: 18px; transition: color 0.3s;}
.box.categories-list .items-list::after {content: ""; display: inline-block; width: 5px; right: 0px; top: 0px; position: absolute; bottom: 0px; height: 100%; background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(248, 246, 246);}
.error_404-holder {position: relative; display: flex; -webkit-box-align: start; align-items: flex-start; -webkit-box-pack: start; justify-content: flex-start; flex-wrap: nowrap; padding: 65px 0px 0px;}
.error_404-holder .model {position: relative; left: -160px; padding: 25px 0px 0px;}
.error_404-holder .page-error {color: rgb(230, 24, 78); font-size: 48px; line-height: 50px; font-weight: 900; display: inline-block; white-space: nowrap; position: relative; left: -267px; padding: 35px 0px 0px;}
.view-model .model-img {line-height: 0; position: relative; padding-bottom: 24.2%;}
.view-model .model-img img {width: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; }
.box.show .items-list {
width: 100%;
}
.box .items-list.empty {
padding: 30px 0 0;
text-align: center;
}
.box .items-list.empty .text {
color: #5e5e5e;
font-size: 24px;
line-height: 28px;
font-weight: 300;
padding: 0 0 70px;
}
.box .items-list.empty .icon-holder img {
width: 100%;
max-width: 205px;
}
.box .items-list.empty .icon-holder {
padding: 0 0 70px;
}
.fa {
font-family: "Font Awesome 6 Brands";
}
.panel-holder {
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
border-radius: 10px;
background-color: rgb(255, 255, 255);
overflow: hidden;
}
.panel-holder  .info-holder {
padding: 20px;
} .footer-legal{
margin-top: 24px;
padding-top: 16px;
margin-bottom: 20px;
border-top: 1px solid rgba(255,255,255,.08);
}
.footer-legal__title{
margin: 0 0 12px;
font-size: 12px;
line-height: 1.2;
letter-spacing: .14em;
text-transform: uppercase;
opacity: .8;
} .footer-legal__list{
--gap: 10px;
--radius: 12px;
--padY: 10px;
--padX: 12px;
display: grid;
grid-template-columns: 1fr;
gap: var(--gap);
list-style: none;
margin: 0;
padding: 0;
} .footer-legal__list li{ min-width: 0; }
.footer-legal__list a{
display: flex;
align-items: center;
justify-content: space-between; gap: 8px;
min-height: 44px; padding: var(--padY) var(--padX);
border-radius: var(--radius);
border: 1px solid transparent;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .06s ease;
} .footer-legal__list a::after{
content: "›";
font-size: 16px;
line-height: 1;
opacity: .7;
} .footer-legal__list a:hover{ transform: translateY(-1px); }
.footer-legal__list a:active{ transform: translateY(0); }
.footer-legal__list a:focus-visible{
outline: none;
box-shadow: 0 0 0 3px rgba(59,130,246,.35);
} body.dark .footer-legal,
.footer-legal{ border-top-color: rgba(255,255,255,.08); }
body.dark .footer-legal__title,
.footer-legal__title{ color: #cfd6e4; }
body.dark .footer-legal__list a,
.footer-legal__list a{
background: rgba(255, 255, 255, .06);
border-color: rgba(255, 255, 255, .09);
}
body.dark .footer-legal__list a{color: #e5eaf3;}
body.dark .footer-legal__list a:hover,
.footer-legal__list a:hover{
color:#ffffff;
background: rgba(255,255,255,.10);
border-color: rgba(255,255,255,.18);
box-shadow: 0 4px 12px rgba(0,0,0,.35);
} body.light .footer-legal{ border-top-color:#e5e7eb; }
body.light .footer-legal__title{ color:#334155; opacity:.75; }
body.light .footer-legal__list a{
color:#334155;
background:#f8fafc;
border-color:#e2e8f0;
}
body.light .footer-legal__list a:hover{
color:#0f172a;
background:#eef5ff;
border-color:#cbd5e1;
box-shadow: 0 4px 12px rgba(15,23,42,.08);
} .rating-holder{
display:flex;
align-items:center;
gap:12px;
flex-wrap:wrap;
} .rating-holder .btn{
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 12px;
border-radius:10px;
text-decoration:none;
color:#fff;
box-shadow:0 6px 18px rgba(2,6,23,.06);
transition:transform .15s ease, background .15s ease;
}
.rating-holder .btn:hover{ background:#111827; transform:translateY(-1px); }
.rating-holder .btn i{ font-style:normal; }
.rating-holder .btn:hover i, .rating-holder .btn:hover span.quantity {
color: #fff;
} .rating-holder .btn-favourites{
display:flex;
gap:12px;
padding:0;
margin:0;
list-style:none;
}
.rating-holder .btn-favourites > li{ margin:0; } .rating-holder .btn-favourites > li > a,
.rating-holder .btn-favourites > li > button{
display:inline-flex !important;
align-items:center;
gap:8px;
padding:8px 12px;
border-radius:10px;
color:#fff !important;
text-decoration:none;
line-height:1;
box-shadow:0 6px 18px rgba(2,6,23,.06);
transition:transform .15s ease, background .15s ease;
}
.rating-holder .btn-favourites > li > a:hover,
.rating-holder .btn-favourites > li > button:hover{
background:#111827; transform:translateY(-1px);
} .rating-holder{ position:relative; }
.rating-holder .error,
.rating-holder .success{
position:absolute;
left:0;
bottom:-26px;
font-size:13px;
line-height:1;
padding:4px 8px;
border-radius:6px;
background:#f1f5f9;
color:#111827;
box-shadow:0 2px 8px rgba(0,0,0,.06);
display:none;
}
.rating-holder .error{ background:#fee2e2; color:#991b1b; }
.rating-holder .success{ background:#dcfce7; color:#14532d; } @media (max-width:460px){
.rating-holder{ gap:10px; }
.rating-holder .btn,
.rating-holder .btn-favourites > li > a,
.rating-holder .btn-favourites > li > button{
padding:8px 10px;
}
.rating-holder .btn-favourites{
gap:2px;
}
} body.dark .rating-holder .btn,
body.dark .rating-holder .btn-favourites > li > a,
body.dark .rating-holder .btn-favourites > li > button{
background:#111827; color:#e5e7eb !important; box-shadow:0 6px 18px rgba(0,0,0,.35);
}
body.dark .rating-holder .btn:hover,
body.dark .rating-holder .btn-favourites > li > a:hover,
body.dark .rating-holder .btn-favourites > li > button:hover{
background:#0b1220;
}
body.dark .rating-holder .error,
body.dark .rating-holder .success{
background:#0f172a; color:#e5e7eb; box-shadow:0 2px 8px rgba(0,0,0,.45);
}
body.dark .rating-holder .error{ background:#3f1f21; color:#fecaca; } body.dark .rating-holder .success{ background:#1f3f2b; color:#bbf7d0; }  @media (min-width: 320px){
.footer-legal__list{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 640px){
.footer-legal__list{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (min-width: 1024px){
.footer-legal__list{ grid-template-columns: repeat(4, minmax(0,1fr)); }
} @media (max-width: 360px){
.footer-legal__list a{ padding: 10px 10px; border-radius: 10px; }
}
@media (max-width: 1024px) {
.premium-thumbs .item .img-holder .info-holder {padding: 13px;}
}
@media (max-width: 767px) {
.premium-thumbs .item .img-holder .info-holder {padding: 8px;}
.premium-thumbs .item .info-holder .item-info {padding-bottom: 0px;}
}
@media (max-width: 992px) {
.wrapper-holder {padding-top: 50px;}
}
@media screen and (max-width: 1740px) {
.player-holder .buttons-holder {flex-wrap: wrap;}
.player-holder .tabs-holder {padding: 15px 0px 0px; width: 100%;}
}
@media screen and (max-width: 1700px) {
.box.albums-list .img-holder {
width: 100%;
}
}
@media screen and (max-width: 1600px) {
.error_404-holder .img {width: 510px;}
.error_404-holder .model {width: 610px;}
}
@media screen and (max-width: 1480px) {
.box.categories-list .items-list {column-count: 4;}
.nav-holder .item .link-nav {font-size: 14px; line-height: 17px;}
.nav-holder .item {margin: 0px 15px 0px 0px;}
.video-holder .left {min-width: 420px; width: 420px;}
.video-holder .right {width: calc(100% - 420px);}
}
@media screen and (max-width: 1450px) {
.error_404-holder .model {width: 550px;}
}
@media screen and (max-width: 1400px) {
.box.albums-list .album-info .categor-holder {padding: 10px 0px 0px;}
.box.albums-list .album-info .info .item-info {font-size: 13px; padding: 0px 0px 10px;}
.box.albums-list .album-info .info {padding: 10px 0px 0px;}
.box.albums-list .album-info .models-title {font-size: 16px;}
.box.albums-list .album-info {padding: 10px 10px 0px;}
}
@media screen and (max-width: 1350px) {
.error_404-holder .img {width: 400px;}
.error_404-holder .model {width: 500px;}
.error_404-holder .page-error {font-size: 40px; line-height: 42px;}
}
@media screen and (max-width: 1300px) {
.box .channals-list .item {width: 33.33%;}
.error_404-holder {padding: 0px;}
.nav-holder .drop-holder .category-items {column-count: 5;}
.nav-holder .item {margin: 0px 10px 0px 0px;}
}
@media screen and (max-width: 1250px) {
.error_404-holder .img {width: 300px;}
.error_404-holder .model {width: 400px;}
.error_404-holder .page-error {font-size: 35px; line-height: 37px;}
}
@media screen and (max-width: 1200px) {
.block-search {width: 100%; padding: 10px 0px;}
.box .item {width: 50%;}
.box.categories-list .items-list {column-count: 3;}
.box.models-list .item {width: 25%;}
.header-area {flex-wrap: wrap;}
.player-holder {margin: 0px 0px 20px;}
.video-holder .categor-holder {padding: 10px;}
.video-holder .left {min-width: 250px; width: 250px;}
.video-holder .models-list .item {width: 100%;}
.video-holder .models-list {padding: 10px;}
.video-holder .right {width: calc(100% - 250px); padding: 0px 10px 0px 0px;}
}
@media screen and (max-width: 900px) {
.header {z-index: 100000000;}
.box.albums-list .item { width: 100%;}
}
@media screen and (max-width: 992px) {
.block-search .search-btn {color: rgb(94, 94, 94); background-color: transparent;}
.block-search .search-btn {transition: all;}
.block-search .search-btn i {color: rgb(94, 94, 94);}
.block-search .search-btn.delet {background: transparent;}
.block-search .search-btn.delet {background: url(//k2porn.com/wp-content/themes/xxx/images/fancybox_sprite.png) center center no-repeat rgb(230, 24, 78);}
.block-search .search-btn.delet {background: url(//k2porn.com/static/images/fancybox_sprite.png) center center no-repeat rgb(230, 24, 78);}
.block-search .search-btn.delet i {opacity: 0;}
.block-search .search-input {padding: 16px 40px 16px 10px; border-radius: 0px; background-color: rgb(253, 253, 253); font-size: 16px; line-height: 19px; font-weight: 400;}
.block-search {position: absolute; top: 100%; overflow: hidden; transform: translate3d(0px, 30px, 0px); opacity: 0; z-index: 15; border-radius: 0px 0px 5px 5px; padding: 10px; visibility: hidden; left: 0px; background: rgba(255, 255, 255, 0.9); flex-flow: column wrap; -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; width: 100%; transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;}
.block-search {position: absolute; top: 34px; overflow: hidden; z-index: 20; border-radius: 0px; padding: 0px; visibility: hidden; left: 0px; width: 100%;}
.block-search {top: 0px;}
.box .channals-list .item {width: 50%;}
.box .headline .title-holder {width: 100%;}
.box .headline {flex-wrap: wrap; width: 100%;}
.box .sort-holder {width: 100%; padding: 10px 0px 0px; flex-wrap: wrap; -webkit-box-pack: start; justify-content: flex-start;}
.box .sort-holder.enable_albums .sort:last-of-type {justify-content: center;}
.box .sort-holder.mobile_one .sort {width: 48% !important;}
.box .sort-holder.mobile_one {flex-wrap: nowrap; justify-content: space-between;}
.box.categories-list .sort-conten {width: auto; text-align: center; padding: 0px 0px 10px;}
.box.categories-list .sort-holder .sort {width: auto; padding: 10px 2px;}
.box.categories-list .sort-holder {width: auto;}
.box.models-list .item {width: 33.33%;}
.box.reverse .headline .sort-holder .sort .drop-holder {top: calc(100% + 7px) !important;}
.box.reverse .headline .sort-holder .sort {padding-top: 0px; background: transparent;}
.box.reverse .headline .sort-holder {width: calc(100% + 20px); margin-left: -10px; margin-bottom: 20px; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;}
.box.reverse .headline .sort-holder.enable_albums .sort.sort-content .selected {position: relative; z-index: 16; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: start; justify-content: flex-start; flex-wrap: nowrap; color: rgb(94, 94, 94); font-size: 15px; line-height: 18px; padding: 7px 11px; font-weight: 300; cursor: pointer; border-radius: 5px; background-color: rgb(255, 255, 255); box-shadow: rgba(94, 94, 94, 0.5) 0px 0px 3px; transition: 0.3s;}
.box.reverse .headline .sort-holder.enable_albums .sort.sort-content .selected {-webkit-box-pack: justify; justify-content: space-between;}
.box.reverse .headline .sort-holder.enable_albums .sort.sort-content .selected.active {box-shadow: rgba(237, 7, 101, 0.5) 0px 0px 3px; background-color: rgb(230, 24, 78); color: rgb(255, 255, 255); pointer-events: none; cursor: default;}
.box.reverse .headline .sort-holder.enable_albums .sort.sort-content .selected.active i {color: rgb(255, 255, 255);}
.box.reverse .headline .sort-holder.enable_albums .sort.sort-content .selected:first-of-type {border-radius: 5px 0px 0px 5px;}
.box.reverse .headline .sort-holder.enable_albums .sort.sort-content .selected:last-of-type {border-radius: 0px 5px 5px 0px;}
.box.reverse .headline .sort-holder.enable_albums .sort.sort-content {background: transparent; padding-top: 0px; width: auto; justify-content: flex-start;}
.box.reverse .headline .sort-holder.enable_albums {width: 100%; margin: -10px 0px 10px; background: transparent; box-shadow: none; justify-content: center;}
.box.reverse .headline {flex-direction: column-reverse; margin-top: -24px; width: 100%;}
.box.reverse .headline {margin-top: -25px;}
.box.reverse .sort-holder .sort .drop-holder .item-sort .link-drop {color: rgb(94, 94, 94); font-size: 18px; line-height: 19px; font-weight: 400; padding: 15px 0px; border-bottom: 1px solid rgb(227, 227, 227); margin: 0px 10px;}
.box.reverse .sort-holder .sort .drop-holder .item-sort:last-child .link-drop {border-bottom: none;}
.box.reverse .sort-holder .sort .drop-holder {width: calc(100% + 20px); left: -10px; right: -10px; background: rgb(246, 244, 244); box-shadow: none; border-radius: 0px;}
.box.reverse .sort-holder .sort .selected {color: rgb(94, 94, 94); font-size: 18px; line-height: 18px; padding: 7px 11px; font-weight: 500; cursor: pointer; border-radius: 5px; background-color: transparent; box-shadow: none;}
.box.reverse .sort-holder .sort .selected i {color: rgb(94, 94, 94);}
.box.reverse .sort-holder .sort .selected span {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.box.reverse .sort-holder .sort .selected.active {box-shadow: none; background-color: transparent; color: rgb(255, 72, 90); cursor: pointer; pointer-events: all;}
.box.reverse .sort-holder .sort .selected.active i {color: rgb(255, 72, 90);}
.box.reverse .sort-holder .sort {width: auto; padding: 10px 0px 0px; position: static;}
.box.reverse .sort-holder {flex-wrap: nowrap; width: 100%;}
.burder-menu {display: block;}
.burder-menu {z-index: 14;}
.burder-menu span, .burder-menu span::after, .burder-menu span::before {background: rgb(255, 72, 90);}
.burger_user_menu {display: block; max-width: 290px; background: rgb(255, 255, 255);}
.container {padding: 0px 10px;}
.error_404-holder .img {-webkit-box-ordinal-group: 2; order: 1;}
.error_404-holder .model {-webkit-box-ordinal-group: 3; order: 2; left: 0px; margin: 0px 0px 0px -160px;}
.error_404-holder .page-error {-webkit-box-ordinal-group: 1; order: 0; left: 0px; padding: 0px 0px 15px; width: 100%; text-align: center;}
.error_404-holder {flex-wrap: wrap; -webkit-box-pack: center; justify-content: center;}
.footer .footer-holder {padding: 25px 0px 70px;}
.footer_user_menu {display: block;}
.header .logo-holder img {display: none !important;}
.header .logo-holder img {width: 140px; height: auto; display: inline-block !important;}
.header .logo-holder img:last-of-type {display: inline-block !important;}
.header .logo-holder img:last-of-type {display: none !important;}
.header {box-shadow: none; z-index: 999999;}
.header-area {padding: 8px 0px;}
.header-area {-webkit-box-pack: justify; justify-content: space-between; padding: 15px 0px;}
.nav-holder .drop-holder {display: none;}
.nav-holder .item .link-nav .icon-arrow-down {font-size: 6px; margin-bottom: 0px;}
.nav-holder .item .link-nav .mob {display: inline-block;}
.nav-holder .item .link-nav {display: flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.nav-holder .item .link-nav {font-size: 14px; font-weight: 300; line-height: 16px; padding: 19px 18px; width: 100%; display: flex; -webkit-box-align: center; align-items: center;}
.nav-holder .item .link-nav {font-size: 18px; font-weight: 400; line-height: 20px; padding: 14px 10px; color: rgb(94, 94, 94); text-transform: capitalize;}
.nav-holder .item .link-nav i {font-size: 23px; margin: 0px 20px 0px 0px;}
.nav-holder .item .link-nav svg {fill: rgb(94, 94, 94); width: 23px; height: 23px; margin: 0px 20px 0px 0px;}
.nav-holder .item .link-nav.active {color: rgb(255, 72, 90);}
.nav-holder .item .text_burger {color: rgb(94, 94, 94); font-size: 14px; line-height: 1.2;}
.nav-holder .item {display: none; max-width: 290px; background: rgb(255, 255, 255);}
.nav-holder .item {width: 100%; margin: 0px; border-bottom: 1px solid rgba(94, 94, 94, 0.15);}
.nav-holder .item, .nav-holder .item:last-of-type {margin: 0px;}
.nav-holder .item.mobile {display: block;}
.nav-holder .item.text {border-bottom: none; padding: 40px 10px 10px; margin: 0px; height: 100%;}
.nav-holder {overflow: hidden; transform: translate3d(-40px, 0px, 0px); opacity: 0; z-index: 15; border-radius: 0px 0px 5px 5px; visibility: hidden; left: 0px; height: 1000vh; background: rgba(255, 255, 255, 0.95); flex-flow: column wrap; -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; padding: 125px 0px 0px; transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;}
.nav-holder {padding: 0px; z-index: 9999999; height: calc(-62px + 100vh); flex-flow: column; max-width: 100%; background: transparent; overflow-y: scroll !important;}
.nav-holder, .nav-holder::after {position: absolute; top: 0px; max-width: 290px; width: 100%;}
.screenshots-holder {margin: 0px -6px -6px 0px;}
.scrollup {bottom: 70px;}
.search-mobi {display: block;}
.search-mobi i {font-size: 24px;}
.video-holder .left {width: 100%;}
.video-holder .models-list .item {width: 33.33%;}
.video-holder .models-list .thumbs-holder.mobi {padding: 0px;}
.video-holder .right {padding: 0px 0px 20px; width: 100%;}
.video-holder {flex-wrap: wrap;}
.styled-info .info-item { flex: 1 1 100%;}
}
@media screen and (max-width: 767px) {
.box .item .info-holder .item-info {-webkit-box-pack: center; justify-content: center; padding: 0px 0px 13px;}
.box .item .info-holder {font-size: 12px; line-height: 12px; left: 0px; right: 0px; padding: 13px 10px 0px;}
.box .item .info-holder i {font-size: 11px; margin: 0px 3px 0px 0px;}
.box .item .info-holder i.icon-eye {font-size: 7px;}
.box .sort-holder .sort .drop-holder {width: calc(100% - 4px); left: 2px; z-index: 17;}
.box .sort-holder .sort .selected {-webkit-box-pack: justify; justify-content: space-between;}
.box .sort-holder .sort {width: 50%; padding: 10px 2px 0px; margin: 0px;}
.box .sort-holder {padding: 0px;}
.box .video_list .item .info-holder {padding: 13px 5px 0px; left: 5px; right: 5px; font-size: 12px; line-height: 12px;}
.box.categories-list .sort-conten {width: 100%; text-align: center; padding: 0px 0px 10px;}
.box.models-list .item {width: 50%;}
.box.models-list .search-form .input {width: 100%;}
.player-holder .tabs-holder .tab .btn .text {display: none;}
.player-holder .tabs-holder .tab .btn {-webkit-box-pack: center; justify-content: center; min-width: 48px; padding: 10px 7px;}
.player-holder .tabs-holder .tab .btn i {font-size: 28px; margin: 0px;}
.player-holder .tabs-holder {-webkit-box-pack: justify; justify-content: space-between;}
.rating-info .info .item, .rating-info .info .item:first-of-type {padding: 0px 20px 0px 0px;}
.rating-info .info {width: 100%; padding: 15px 0px 0px; border-top: 1px solid rgba(94, 94, 94, 0.35); -webkit-box-orient: initial; -webkit-box-direction: initial; flex-direction: row; -webkit-box-align: center; align-items: center;}
.rating-info .rating-fav .btn {margin: 0px;}
.rating-info .rating-fav {width: 100%; border: none; padding: 10px 0px 20px;}
.rating-info .rating-holder {width: 100%;}
.rating-info {width: 100%; flex-wrap: wrap;}
}
@media screen and (max-width: 640px) {
.box.albums-list .album-info .categor-holder .row {width: auto; padding: 0px 10px 5px 0px;}
.box.albums-list .album-info .categor-holder {width: 100%; display: flex; flex-wrap: wrap;}
.box.albums-list .album-info .info .item-info {width: 20%; -webkit-box-pack: center; justify-content: center; text-align: center; border-right: 1px solid rgba(94, 94, 94, 0.35); padding: 0px; margin: 0px 0px 10px;}
.box.albums-list .album-info .info .item-info i {font-size: 12px; margin: 0px 4px;}
.box.albums-list .album-info .info .item-info:last-of-type {border: 0px;}
.box.albums-list .album-info .info {padding: 0px; width: 100%; border: 0px; -webkit-box-align: stretch; align-items: stretch;}
.box.albums-list .album-info .models-title {width: 100%; padding: 0px 0px 10px; border: 0px;}
.box.albums-list .album-info {-webkit-box-align: stretch; align-items: stretch; width: 100%; display: flex; padding: 10px; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between;}
.box.albums-list .img-holder {padding-bottom: 74%;}
.box.albums-list .link {flex-wrap: wrap;}
.error_404-holder .img {width: 150px;}
.error_404-holder .model {width: 200px;}
.error_404-holder .page-error {font-size: 22px; line-height: 24px;}
.footer .footer-nav .item .link {color: rgb(94, 94, 94); font-size: 16px; line-height: 18px; font-weight: 500;}
.pagination .pagination-holder .item-pagin {display: none;}
.pagination .pagination-holder .item-pagin.active, .pagination .pagination-holder .item-pagin:first-of-type, .pagination .pagination-holder .item-pagin:last-of-type {display: inline-block; padding: 0px 15px 0px 0px;}
}
@media screen and (max-width: 550px) {
.box .channals-list .item .title-item .quantity i {font-size: 11px;}
.box .channals-list .item .title-item {display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align: start; align-items: flex-start; font-size: 14px;}
.box .item {width: 100%;}
.box.categories-list .items-list .letter-holder {border: 0px;}
.box.categories-list .items-list {column-count: 1;}
.video-holder .models-list .item {width: 50%;}
}
@media screen and (max-width: 480px) {
.box .sort-holder .sort {width: 100%; padding: 10px 0px 0px; margin: 0px;}
}
@media screen and (max-width: 440px) {
.box.albums-list .album-info .info .item-info:last-of-type {border-right: 1px solid rgba(94, 94, 94, 0.35);}
.box.albums-list .album-info .info .item-info:nth-child(3) {border: 0px;}
.box.albums-list .album-info .info {-webkit-box-pack: start; justify-content: flex-start;}
.box.reverse .sort-holder .sort:last-of-type {width: 42%;}
.search-holder .box {width: 100%; margin-right: 0px;}
.search-holder .channals-list .item {min-width: auto; width: 100%; max-width: 400px;}
.search-holder .channals-list {width: 100%;}
.box.albums-list .album-info .info .item-info {width: 33.33%;}
}
@media screen and (max-width: 380px) {
.box.albums-list .album-info .info {width: 100%; padding: 10px 0px 0px;}
.box.albums-list .album-info .models-title {width: 100%;}
}
@media screen and (min-width: 1024px) {
.box .sort-holder .sort .drop-holder .item-sort {display: block;}
.nav-holder .item .link-nav:hover { color: #e6184e;}
.box .sort-holder .sort .drop-holder {background: rgba(255, 255, 255, 0.9); position: absolute; top: 100%; left: 0px; right: 0px; width: 100%; overflow: hidden; transform: translate3d(0px, 10px, 0px); opacity: 0; z-index: 15; box-shadow: rgba(94, 94, 94, 0.5) 0px 0px 3px; border-radius: 0px 0px 5px 5px; visibility: hidden; transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;}
}html, body { background:#f7f8fb; color:#0f172a; } .block-member { display:block; margin-bottom:20px; }
.member-cover { position:relative; background:linear-gradient(180deg, #e2e8f0, #eef2f7); border-radius:16px; overflow:hidden; min-height:180px; box-shadow:0 6px 18px rgba(2,6,23,.06); }
.member-cover img { width:100%; height:260px; object-fit:cover; display:block; }
.member-name-container { position:absolute; left:20px; bottom:16px; z-index:2; background:rgba(255,255,255,.7); backdrop-filter:blur(6px); padding:6px 12px; border-radius:999px; box-shadow:0 2px 10px rgba(0,0,0,.05); }
.member-name { margin:0; font-size:20px; font-weight:700; color:#0f172a; }
.add-cover-button { position:absolute; right:16px; bottom:16px; z-index:2; display:inline-flex; align-items:center; gap:8px; background:#2563eb; color:#fff; padding:10px 14px; border-radius:999px; text-decoration:none; box-shadow:0 6px 18px rgba(2,6,23,.06); transition:transform .15s ease, background .15s ease; }
.add-cover-button:hover { background:#1d4ed8; transform:translateY(-1px); }
.add-cover-button i { font-style:normal; } .member-avatar { position:relative; z-index:3; padding-left:12px;    padding-bottom: 20px; }
.member-avatar .avatar { display:flex; justify-content:center; align-items:center; }
.current-avatar { width:90%; height:90%; border-radius:50%; border:4px solid #fff; box-shadow:0 6px 18px rgba(2,6,23,.06); object-fit:cover; background:#e2e8f0; }
.add-avatar-button { display:inline-flex; gap:8px; align-items:center; padding:8px 12px; border-radius:999px; background:#2563eb; color:#fff; text-decoration:none; font-size:14px; transition:background .15s ease, transform .15s ease; }
.add-avatar-button:hover { background:#1d4ed8; transform:translateY(-1px); }
.add-avatar-button i { font-style:normal; } .member-buttons { margin-top:14px; display:grid; grid-template-columns:1fr; gap:14px; }
.member-profile-buttons { display:flex; flex-wrap:wrap; gap:10px; }
.member-profile-buttons .button, .member-profile-buttons a { display:inline-flex; align-items:center; gap:10px; background:#0f172a; color:#fff; text-decoration:none; padding:10px 14px; border-radius:12px; box-shadow:0 6px 18px rgba(2,6,23,.06); transition:transform .15s ease, background .15s ease; }
.member-profile-buttons .button:hover, .member-profile-buttons a:hover { background:#111827; transform:translateY(-1px); }
.member-profile-buttons svg { display:block; }
.member-profile-buttons a[data-subscribe-to].is-active .subscribe { display:none; }
.member-profile-buttons a[data-subscribe-to]:not(.is-active) .subscribed { display:none; }
.user-edit-btn-wrapper { display:flex; gap:10px; flex-wrap:wrap; }
.user-edit-btn-wrapper a { display:inline-flex; gap:8px; align-items:center; padding:10px 12px; border-radius:10px; background:#0ea5e9; color:#fff; text-decoration:none; box-shadow:0 6px 18px rgba(2,6,23,.06); transition:transform .15s ease, background .15s ease; }
.user-edit-btn-wrapper a:hover { background:#0284c7; transform:translateY(-1px); }
.sort.sort-tab { display:inline-flex; align-items:center; gap:12px; background:#ffffff; border:1px solid #e5e7eb; padding:8px 12px; border-radius:10px; box-shadow:0 6px 18px rgba(2,6,23,.06); }
.sort.sort-tab strong { font-weight:700; }
.sort.sort-tab ul { display:inline-flex; gap:10px; list-style:none; margin:0; padding:0; }
.sort.sort-tab a { color:#2563eb; text-decoration:none; padding:6px 8px; border-radius:8px; }
.sort.sort-tab a:hover { background:#eff6ff; } .main-content { margin-top:18px; display:grid; grid-template-columns:290px minmax(0,1fr); gap:18px; } .sidebar-member { position:sticky; top:18px; align-self:start; background:#ffffff; border:1px solid #e5e7eb; border-radius:16px; padding:16px; box-shadow:0 6px 18px rgba(2,6,23,.06); }
.show-user-info-container { margin-bottom:10px; }
.show-user-info { font-weight:700; color:#0f172a; } .member-data .member-specs { display:flex; justify-content:space-between; gap:10px; padding:8px 0; border-bottom:1px dashed #e5e7eb; font-size:14px;font-weight: 600; }
.about-me .member-specs {  display: flex;flex-wrap: wrap;}
.btn-favourites ul li span.not-added {
position: relative;
background: url(//k2porn.com/wp-content/themes/xxx/images/plus2.png) 8px 8px no-repeat;
}
.member-data .member-specs em {
font-style: normal;
color: #475569;
}
.about-me .member-specs em {
font-style: normal;
color: #475569;
display: flex;
flex: 0 0 100%;
flex-wrap: wrap;
min-width: 0;
white-space: normal;
overflow-wrap: anywhere;
word-break: break-word;
padding: 10px 0px;
}
.form-status{display:none;margin-top:8px;font-size:14px}
.form-status.is-success{display:block;color:#16a34a} .form-status.is-error{display:block;color:#dc2626} button.toggle-password {
position: absolute;
right: 10px;
top: 22px;
}
#edit-profile select.selectbox::after {
content: "";
display: inline-block;
width: 5px;
height: 5px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg);
margin-left: 6px;
vertical-align: middle;
color: #fff;
font-size: 16px;
}
.member-data .about-me .member-specs span {display: flex; flex: 0 0 100%;}
.member-data .about-me .member-specs { border-bottom:0; padding-bottom:0; }
.member-data .member-specs em .text,
.member-data .member-specs em span {
flex: 1 1 auto;
min-width: 0;
} .show-linkM { width:100%; margin-top:6px; display:inline-flex; justify-content:center; align-items:center; gap:8px; border:1px solid #e5e7eb; background:#ffffff; color:#0f172a; padding:8px 10px; border-radius:10px; cursor:pointer; transition:background .15s ease, transform .15s ease, border-color .15s ease; }
.show-linkM:hover { background:#f8fafc; transform:translateY(-1px); }
.show-linkM[aria-expanded="true"] .icon-chevron-thin-down { transform:rotate(180deg); } .list_members { margin-top:14px; }
@media (max-width: 900px) {
.list_members {
display:none;
}
}
.sidebar-member-list-related-header { margin:0 0 10px 0; font-size:16px; font-weight:700; color:#0f172a; }
.sidebar-member-list-related-content { display:grid; gap:10px; } .main-container { min-height:400px; background:#ffffff; border:1px solid #e5e7eb; border-radius:16px; padding:16px; box-shadow:0 6px 18px rgba(2,6,23,.06); } .card { background:#ffffff; border:1px solid #e5e7eb; border-radius:12px; box-shadow:0 6px 18px rgba(2,6,23,.06); padding:12px; } .icon, .icon-svg { display:inline-block; vertical-align:middle; } .g_clear { clear:both; } a, button { outline:none; }
a:focus-visible, button:focus-visible { box-shadow:0 0 0 3px rgba(37,99,235,.35); border-radius:10px; } .bottom { margin:10px; text-align:right; }
.bottom-btn { display:inline-flex; gap:8px; align-items:center; padding:10px 12px; border-radius:10px; background:#0ea5e9; color:#fff; text-decoration:none; box-shadow:0 6px 18px rgba(2,6,23,.06); transition:transform .15s ease, background .15s ease; } @media (max-width:1100px) { .profile-menu { grid-template-columns:repeat(2, minmax(0,1fr)); } }
@media (max-width:900px) { .main-content { grid-template-columns:1fr; } .sidebar-member { position:static; order:0; } .main-container { order:1; } .member-avatar { margin-top:-28px; } }
@media (max-width:600px) { .member-cover img { height:200px; } .current-avatar { width:60%; display:block; margin:0 auto; border-radius:50%; border:4px solid #fff; box-shadow:0 6px 18px rgba(2,6,23,.06); object-fit:cover; background:#e2e8f0; } .avatar { display:flex; justify-content:center; align-items:center; } .member-profile-buttons .button, .member-profile-buttons a[rel="nofollow"][data-fancybox="ajax"] { width:100%; justify-content:center; } .user-edit-btn-wrapper a { width:100%; justify-content:center; } } .profile-menu { display:flex; flex-wrap:wrap; gap:16px; list-style:none; padding:0; margin:0; justify-content:space-between; }
.profile-menu li a { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; background:#ffffff; border:1px solid #e5e7eb; border-radius:12px; padding:16px 12px; text-decoration:none; color:#0f172a; box-shadow:0 4px 10px rgba(0,0,0,.05); transition:transform .15s ease, box-shadow .15s ease; }
.profile-menu li a:hover { transform:translateY(-2px); box-shadow:0 6px 16px rgba(0,0,0,.08); }
.profile-menu .icon-svg { width:28px; height:28px; fill:#2563eb; }
.profile-menu .count { font-weight:700; font-size:16px; color:#111827; }
.profile-menu .label { font-size:14px; color:#475569; }
@media (max-width:900px) { .profile-menu li { flex:1 1 45%; min-width:auto; } }
@media (max-width:320px) { .profile-menu li { flex:1 1 100%; } } .btn-favourites ul li span .delete { position:absolute; right:0px; top:4px; color:#9b9b9b; padding:3px 10px; border-left:1px solid #373737; border-bottom:none; }
.btn-favourites ul li span.added { position:relative; background:url(//k2porn.com/wp-content/themes/xxx/images/ico-checkmark.png) 7px 7px no-repeat; }
.btn-favourites ul li { padding-left:10px; border-bottom:1px solid #373737; }
.btn-favourites ul li span .delete:before { content:"🗑️"; }
.btn-favourites ul li a, .btn-favourites ul li span { white-space:nowrap; display:block; font-weight:bold; color:#222222; }
.btn-favourites ul li a { padding:0; background:none; padding:8px 0px 8px 36px; } form .list-selector-popup .button-group .item { display:inline-block; width:31%; padding:3px 0 0; }
form input[type="checkbox"] { width:18px; height:18px; }
form .checkbox+label, form .checkbox+span, form .radio+label, form .radio+span { position:relative; padding-left:20px !important; cursor:pointer; }
form .list-selector-popup .button-group .item label { color:#f1f1f1; font-size:12px; cursor:pointer; position:relative; padding:0 0 0 25px; }
form .checkbox+label:before, form .checkbox+span:before { content:"\ea10"; position:absolute; left:0; z-index:2; width:15px; height:12px; border-radius:2px; background:#343434; font-family:"icomoon" !important; speak:none; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; line-height:1; color:#343434; font-size:11px; text-align:center; padding:3px 0 0; transition:background 0.3s, border 0.3s, color 0.3s; }
span.close-popup { position:absolute; top:0px; right:30px; width:14px; height:14px; display:flex; align-items:center; justify-content:center; background:#000; color:#fff; font-size:22px; line-height:1; font-weight:700; border-radius:10px; border:none; cursor:pointer; box-shadow:0 2px 6px rgba(160,160,160,.4); transition:background .2s ease, color .2s ease, transform .15s ease, box-shadow .2s ease; } form .file-control { position:relative; width:100%; margin:0 0 2rem; }
form .file-control .textfield { padding-left:75px; }
form .file-control .textfield { padding-left:24px; }
form .file, form .selectbox, form .textarea, form .textfield { width:100%; background:#171717; border-radius:3px; padding:8px 10px; padding-left:10px; height:39px; border:1px solid #2d2d2d; box-sizing:border-box; color:#fff; transition:all 0.3s; }
form .file-control .button { position:absolute; top:5px; left:5px; padding:8px 10px; border-radius:3px; color:#fff; background:#313131; font-size:13px; font-weight:500; line-height:1; cursor:pointer; }
.file-control input.file { position:absolute; left:0; top:0; bottom:0; padding:0; opacity:0; filter:alpha(opacity=0); cursor:pointer; } #edit-profile .bottom { display:flex; flex-wrap:wrap; justify-content:flex-end; position:relative; max-width:100%; width:100%; padding:15px 0; }
#edit-profile .grad { background:linear-gradient(356deg, #e15e00 0%, #fa9a1b 100%); --btn-color:#fff; transition:background 0.3s ease-out; background-size:1px 50px; } .error-message { color:red; font-weight:700; }
form .radio+label:before, form .radio+span:before { content:""; position:absolute; top:0; left:0; width:10px; height:10px; background:#111; border:2px solid #fd7500; border-radius:50%; transition:all 0.3s; }
form input[type="radio"] { width:18px; height:18px; }
form .checkbox, form .radio { display:none; }
.button-group { margin:0 0 10px; }
form .row { display:block; position:relative; width:100%; margin:0px 0px 12px; } @media screen and (max-width:992px) { .profile-list .box.reverse .headline { flex-direction:column; margin-top:-24px; width:100%; } .profile-list .headline { display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:nowrap; } .profile-list .headline .title-holder { flex:1 1 auto; min-width:0; } .profile-list .headline .title-holder h2 { margin:0; } .profile-list .headline .sort-holder { margin-left:auto; white-space:nowrap; } }
@media (max-width:600px) { .profile-list .headline { flex-wrap:wrap; } .profile-list .headline .sort-holder { width:100%; margin-left:0; } }
svg.icon-svg.icon-subscription {
width: 26px;
height: 26px;
}
.profile-menu svg.icon-svg.icon-subscription {
width: 30px;
height: 30px;
}
.profile-menu li {
flex: 1 1 13%;
min-width: 150px;
}
.box.profile-list .btn-favourites ul li span.not-added {
position: relative;
background: url(//k2porn.com/wp-content/themes/xxx/images/plus2.png) 8px 8px no-repeat;
}
.box.profile-list .panel-holder .avatar-holder {
position: relative;
text-align: center;
padding: 0 0 15px;
line-height: 0;
display: block;
}
.box.profile-list .avatar-holder .no-avatar {
width: 192px;
height: 192px;
background: #f8f6f6;
overflow: visible;
-webkit-border-radius: 50%;
border-radius: 50%;
position: relative;
margin: 0 auto;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.box.profile-list  .avatar-holder .no-avatar .icon {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
background: #fff;
font-size: 70px;
color: rgba(94, 94, 94, 0.35);
}
.box.profile-list  .avatar-holder .no-avatar .icon i {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.box.profile-list .avatar-holder .no-avatar i {
font-size: 50px;
color: #5e5e5e;
font-size: 100px;
}
.icon-camera-2:before {
content: "\e91e";
}
.box.profile-list  .avatar-holder .no-avatar i {
font-size: 50px;
color: #5e5e5e;
font-size: 100px;
} .section-header { align-items:center; display:flex;     display: block; justify-content:flex-start; background-color:#ffffff; border-radius:0px; padding:15px 0px; }
.section-header_title { display:flex; position:relative; align-items:center; color:#000000; font-size:1.375em; font-weight:bold; font-style:normal; text-transform:uppercase; line-height:1.4; font-family:Roboto Condensed, Droid Sans, sans-serif; margin-right:10px; }
a.section-header_links { cursor:pointer; text-decoration:none; user-select:none; background:#000000; border:0px solid #000000; box-shadow:none; text-shadow:none; color:#fbca27; border-radius:0px; padding:5px 10px; font-size:100%; font-weight:normal; font-style:normal; font-family:roboto, Droid Sans, sans-serif; line-height:1.15; border-radius:6px; }
.section-header {
background-color: #ffffff;
border-radius: 0px;
position: relative;
display: flex
;
align-items: center;
justify-content: flex-start;
flex-wrap: nowrap;
gap: 12px;
padding: 0 0 10px;
}
.user-profile .token-user {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
border-top: 1px solid #dedede;
padding-top: 20px;
margin: 10px -20px 0;
}
.js-info-holder {
position: relative;
}
.user-profile .token-user .quantity {
color: #5e5e5e;
font-size: 14px;
line-height: 16px;
padding: 0 25px 0 0;
font-weight: 500;
}
.user-profile .token-user .icon-token {
position: relative;
width: 33px;
}
.user-profile .token-user .icon-token img {
width: 100%;
}
.js-info-holder.open-popup .js-info-popup {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;visibility: visible;}
.user-profile .token-user .icon-token .icon {
cursor: pointer;
position: absolute;
color: #fff;
font-size: 12px;
line-height: 12px;
font-weight: 500;
background-color: #acacac;
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
padding: 1px 4px;
top: -7px;
right: -10px;
width: 14px;
} .row.date fieldset {
display: grid;
grid-template-columns: repeat(3, 1fr); gap: 12px;
margin: 0;
padding: 0;
border: 0; } .row.date fieldset .selectbox,
.row.date fieldset select {
width: 100%;
min-width: 0; box-sizing: border-box;
} .row.date fieldset select {
height: 40px;
}
.row.about_myself .textarea {
height: 150px;
}
.row.about_myself.input-with-emoji .ta-wrap{
position:relative;
}
.row.about_myself.input-with-emoji .emoji-btn{
position:absolute;
right:8px;
bottom:8px; border:1px solid rgba(0,0,0,.12);
background:#fff;
border-radius:6px;
padding:6px 10px;
line-height:1;
cursor:pointer;
}  body.dark html,
body.dark body { background:#0b1220; color:#e5e7eb; } body.dark .member-cover {
background:linear-gradient(180deg, #0f172a, #111827);
box-shadow:0 6px 18px rgba(0,0,0,.35);
border-color:#1f2937;
}
body.dark .member-cover img { filter:saturate(.95) brightness(.9); }
body.dark .member-name-container {
background:rgba(15,23,42,.65);
color:#e5e7eb;
box-shadow:0 2px 10px rgba(0,0,0,.4);
}
body.dark .member-name { color:#f1f5f9; }
body.dark .add-cover-button { background:#2563eb; color:#fff; }
body.dark .add-cover-button:hover { background:#1d4ed8; } body.dark .current-avatar { border-color:#0f172a; box-shadow:0 6px 18px rgba(0,0,0,.45); background:#0b1220; }
body.dark .add-avatar-button { background:#2563eb; color:#fff; }
body.dark .add-avatar-button:hover { background:#1d4ed8; } body.dark .member-profile-buttons .button,
body.dark .member-profile-buttons a {
background:#111827; color:#e5e7eb; box-shadow:0 6px 18px rgba(0,0,0,.35);
}
body.dark .member-profile-buttons .button:hover,
body.dark .member-profile-buttons a:hover { background:#0b1220; }
body.dark .user-edit-btn-wrapper a { background:#0284c7; color:#fff; }
body.dark .user-edit-btn-wrapper a:hover { background:#0ea5e9; }
body.dark .sort.sort-tab {
background:#0f172a; border-color:#1f2937; box-shadow:0 6px 18px rgba(0,0,0,.35); color:#e5e7eb;
}
body.dark .sort.sort-tab a { color:#93c5fd; }
body.dark .sort.sort-tab a:hover { background:#0b1220; } body.dark .sidebar-member,
body.dark .main-container,
body.dark .card {
background:#0f172a;
border:1px solid #1f2937;
box-shadow:0 6px 18px rgba(0,0,0,.4);
}
body.dark .show-user-info { color:#e2e8f0; } body.dark .member-data .member-specs {
border-bottom:1px dashed #243041; color:#e5e7eb;
}
body.dark .member-data .member-specs em,
body.dark .about-me .member-specs em { color:#94a3b8; } body.dark .show-linkM {
border-color:#1f2937; background:#0f172a; color:#e5e7eb;
}
body.dark .show-linkM:hover { background:#0b1220; } body.dark .sidebar-member-list-related-header { color:#e2e8f0; } body.dark .icon, body.dark .icon-svg { filter:none; } body.dark a:focus-visible,
body.dark button:focus-visible { box-shadow:0 0 0 3px rgba(59,130,246,.45); } body.dark .bottom-btn { background:#0284c7; color:#fff; }
body.dark .bottom-btn:hover { background:#0ea5e9; } @media (max-width:600px) {
body.dark .member-cover img { height:200px; filter:saturate(.95) brightness(.9); }
body.dark .current-avatar { border-color:#0f172a; }
} body.dark .profile-menu li a {
background:#0f172a; border:1px solid #1f2937; color:#e5e7eb;
box-shadow:0 4px 10px rgba(0,0,0,.35);
}
body.dark .profile-menu li a:hover { transform:translateY(-2px); box-shadow:0 6px 16px rgba(0,0,0,.45); }
body.dark .profile-menu .icon-svg { fill:#60a5fa; }
body.dark .profile-menu .count { color:#f3f4f6; }
body.dark .profile-menu .label { color:#94a3b8; } body.dark .btn-favourites ul li { border-bottom:1px solid #1f2937; }
body.dark .btn-favourites ul li a,
body.dark .btn-favourites ul li span { color:#e5e7eb; }
body.dark .btn-favourites ul li span .delete { color:#94a3b8; border-left:1px solid #1f2937; } body.dark form .list-selector-popup .button-group .item label { color:#e5e7eb; }
body.dark form .checkbox+label:before,
body.dark form .checkbox+span:before {
background:#0b1220; color:#0b1220; border:1px solid #334155;
} body.dark form .file,
body.dark form .selectbox,
body.dark form .textarea,
body.dark form .textfield {
background:#0b1220; border:1px solid #334155; color:#e5e7eb;
}
body.dark form .file-control .button { background:#1f2937; color:#e5e7eb; }
body.dark .file-control input.file { } body.dark #edit-profile .bottom { }
body.dark #edit-profile .grad { background:linear-gradient(356deg, #c2410c 0%, #f59e0b 100%); --btn-color:#0b1220; } body.dark .error-message { color:#fca5a5; }
body.dark form .radio+label:before,
body.dark form .radio+span:before {
background:#0b1220; border-color:#fdba74;
}
body.dark .button-group { }
body.dark form .row { } body.dark .profile-list .headline { color:#e5e7eb; }
body.dark .profile-list .headline .sort-holder { } body.dark svg.icon-svg.icon-subscription { }
body.dark .profile-menu svg.icon-svg.icon-subscription { } body.dark ::placeholder { color:#94a3b8; opacity:1; }
body.dark .form-status.is-success { color:#22c55e; }
body.dark .form-status.is-error { color:#ef4444; } body.dark .section-header { background-color:#0f172a; }
body.dark .section-header_title { color:#f1f5f9; }
body.dark a.section-header_links {
background:#111827; color:#fbbf24; border-color:#111827;
} body.dark .user-profile .token-user { border-top:1px solid #1f2937; }
body.dark .user-profile .token-user .quantity { color:#cbd5e1; }
body.dark .user-profile .token-user .icon-token .icon { background-color:#475569; }
body.dark .js-info-holder .js-info-popup {
background:rgba(15,23,42,.95);
box-shadow:0 0 10px rgba(0,0,0,.5);
color:#e2e8f0;
} body.dark .row.date fieldset select { background:#0b1220; color:#e5e7eb; border:1px solid #334155; } body.dark .row.about_myself .textarea { background:#0b1220; color:#e5e7eb; border:1px solid #334155; }
body.dark .row.about_myself.input-with-emoji .emoji-btn {
background:#0f172a; border-color:#334155; color:#e5e7eb;
} body.dark span.close-popup { background:#0f172a; color:#e5e7eb; box-shadow:0 2px 6px rgba(0,0,0,.5); }
body.dark span.close-popup:hover { background:#111827; } body.dark button.toggle-password { color:#cbd5e1; } body.dark a { color:#93c5fd; }
body.dark a:hover { color:#bfdbfe; }
.js-info-holder .js-info-popup {
background: rgba(255, 255, 255, 0.9);
position: absolute;
bottom: -webkit-calc(100% + 10px);
bottom: calc(100% + 10px);
left: 0;
right: 0;
width: 100%;
overflow: hidden;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
opacity: 0;
z-index: 15;
-webkit-box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
-webkit-border-radius: 5px 5px;
border-radius: 5px 5px;
visibility: hidden;
padding: 10px;
-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
transition: opacity .3s, visibility .3s, -webkit-transform .3s;
-o-transition: transform .3s, opacity .3s, visibility .3s;
transition: transform .3s, opacity .3s, visibility .3s;
transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}
@media (max-width:600px) {
.section-header {
position: relative;
display: flex
;
align-items: center;
justify-content: flex-start;
flex-wrap: nowrap;
gap: 12px;
padding: 0 0 10px;
flex-direction: column;
margin-top: -24px;
width: 100%;
}
}.social-row{
--radius: 999px; --pad-y:.6rem; --pad-x:.9rem; --gap:.8rem;
display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:var(--gap);
margin:.5rem auto 0; text-align:center;
margin-bottom: 20px;
}
.social-row__item{
display:inline-flex; align-items:center; gap:.55rem;
padding:var(--pad-y) var(--pad-x);
border-radius:var(--radius);
text-decoration:none;
color:#fff; border:1px solid transparent;
box-shadow:0 6px 18px rgba(0,0,0,.18);
transition:transform .18s cubic-bezier(.2,.7,.3,1),
box-shadow .18s cubic-bezier(.2,.7,.3,1),
filter .18s ease, border-color .18s ease;
will-change:transform, box-shadow;
}
.social-row__item:hover{
transform:translateY(-2px);
box-shadow:0 12px 28px rgba(0,0,0,.22);
filter:saturate(1.08) brightness(1.02);
}
.social-row__item:active{ transform:translateY(0); box-shadow:0 6px 16px rgba(0,0,0,.2) }
.social-row__item:focus-visible{
outline:none;
box-shadow:
0 0 0 3px rgba(255,255,255,.45),
0 8px 22px rgba(0,0,0,.28);
} .social-row__icon{ width:20px; height:20px; display:block; fill:currentColor }
.social-row__label{ font-weight:700; font-size:14px; letter-spacing:.2px; line-height:1 } .social-row--compact .social-row__label{ display:none }
.social-row--compact .social-row__item{ padding:.5rem .6rem }
.social-row--lg{ --pad-y:.75rem; --pad-x:1rem; --gap:1rem }
.social-row--lg .social-row__icon{ width:22px; height:22px }
.social-row--lg .social-row__label{ font-size:15px }  .social--vk{ background:#4c75a3; border-color:#3d6188; background:linear-gradient(135deg, #4c75a3 0%, color-mix(in hsl, #4c75a3, white 12%) 100%);
color:#fff;
}
.social--vk:hover{ border-color:color-mix(in hsl, #4c75a3, black 12%) }
.social--tw{
background:#111; border-color:#000; color:#fff;
background:linear-gradient(135deg, #111 0%, color-mix(in hsl, #111, white 10%) 100%);
}
.social--tw:hover{ border-color:#000 }
.social--tg{
background:#229ED9; border-color:#1b7eae; color:#fff;
background:linear-gradient(135deg, #229ED9 0%, color-mix(in hsl, #229ED9, white 16%) 100%);
}
.social--tg:hover{ border-color:color-mix(in hsl, #229ED9, black 14%) } @media (prefers-color-scheme: dark){
.social-row__item{ box-shadow:0 8px 22px rgba(0,0,0,.35) }
} @media (prefers-reduced-motion: reduce){
.social-row__item{ transition:none }
.social-row__item:hover,.social-row__item:active{ transform:none; box-shadow:0 6px 16px rgba(0,0,0,.2) }
} .social-row__item.is-plain{
color:#111; background:rgba(0,0,0,.04); border-color:rgba(0,0,0,.08);
}
@media (prefers-color-scheme: dark){
.social-row__item.is-plain{ color:#fff; background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.15) }
}
.slider-bar {
height: 10px;
background-color: #ddd;
position: relative;
cursor: pointer;
}
.slider-container {
}
.slider-bar {
height: 10px;
background-color: #ddd;
position: relative;
cursor: pointer;
top: 25px;
height: 5px;
background-color: #fd7500;
}
.slider-thumb {
width: 20px;
height: 20px;
background-color: #007bff;
border-radius: 50%;
position: absolute;
top: -5px;
cursor: pointer; width: 14px;
height: 14px;
border-radius: 50%;
background-color: #f1f1f1;
-webkit-box-shadow: inset 0 0 0 2px #f1f1f1;
box-shadow: inset 0 0 0 2px #f1f1f1;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.slider-block {
height: 40px;
position: relative;
}
.slider-container {
width: 185px;
}
.slider-bar {
position: relative;
height: 4px; width: 200px;
}
.custom-dropdown {
position: relative;
width: 90%;
}
.dropdown-btn {
width: 100%;
padding: 10px;
text-align: left;
border: 1px solid #ccc;
background: white;
cursor: pointer;
}
.dropdown-search {
width: 100%;
padding: 8px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.dropdown-list {
display: none;
position: absolute;
width: 100%;
border: 1px solid #ccc;
background: white;
list-style: none;
margin: 0;
padding: 0;
max-height: 200px;
overflow-y: auto;
z-index: 9;
color: #000000;
}
.dropdown-list li {
padding: 10px;
cursor: pointer;
display: flex;
align-items: center;
}
.dropdown-list li:hover {
background: #f0f0f0;
color: #000000;
}
.flag-icon {
width: 20px;
height: auto;
margin-right: 10px;
}
.dropdown-list li {
cursor: pointer;
user-select: none; }
.auth-congrats-overlay{
position: fixed; inset: 0; background: rgba(0,0,0,.6);
display: flex; align-items: center; justify-content: center; z-index: 9999;
}
.auth-congrats-box{
background: #111; color: #fff; border-radius: 16px; padding: 20px 24px; max-width: 420px; width: 92%;
box-shadow: 0 10px 40px rgba(0,0,0,.5);
}
.auth-congrats-title{ font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.auth-congrats-text{ opacity: .9; margin-bottom: 16px; }
.auth-congrats-actions{ display:flex; justify-content:flex-end; gap: 8px; }
.btn.btn-primary{
background:#ff8c00; color:#111; border:none; padding:10px 16px; border-radius:10px; cursor:pointer; font-weight:700;
}
.btn.btn-primary:hover{ filter: brightness(1.05); } label.rememberme {
display: flex;
align-items: center;
gap: .5rem;
cursor: pointer;
font-size: 0.95rem;
user-select: none;
}
label.rememberme input[type="checkbox"] { appearance: none;
-webkit-appearance: none;
width: 18px;
height: 18px;
border: 2px solid #ccc;
border-radius: 4px;
background: #222;
display: inline-block;
position: relative;
cursor: pointer;
transition: all 0.2s ease;
}
label.rememberme input[type="checkbox"]:hover {
border-color: #888;
}
label.rememberme input[type="checkbox"]:checked {
background: #3c8dbc; border-color: #3c8dbc;
}
label.rememberme input[type="checkbox"]:checked::after {
content: "✓";
position: absolute;
left: 2px;
top: -2px;
font-size: 16px;
color: #fff;
font-weight: bold;
}
.box .items-list {
margin: -15px -15px 0 0;
font-size: 0;
line-height: 0;
}
.box.categories-list .items-list {
padding: 20px 0 0;
margin: 0 -15px;
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
position: relative;
}
.box.groups .thumbs-holder .category-group .title-group {
color: #e6184e;
font-size: 18px;
line-height: 20px;
font-weight: 500;
}
.box.groups .thumbs-holder .category-group {
padding: 0 0 20px;
}
@media screen and (max-width: 1480px) {
.box.categories-list .items-list {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
}
@media screen and (max-width: 1200px) {
.box.categories-list .items-list {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
@media screen and (max-width: 550px) {
.box.categories-list .items-list {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
} .skeleton {
pointer-events: none;
opacity: 0.7; } .skeleton .thumb {
width: 100%;
padding-top: 56.25%; position: relative;
background: #f0f0f0; overflow: hidden;
} .skeleton .skeleton-thumb {
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin: -20px 0 0 -20px; border: 4px solid rgba(0, 0, 0, 0.1);
border-top-color: rgba(0, 0, 0, 0.4);
border-radius: 4px; transform-origin: center;
animation: spin 1s linear infinite;
background: none;
} .skeleton .skeleton-text {
display: none;
} @keyframes spin {
to { transform: rotate(360deg); }
}
.tab-description-categ {
background: #fff;
border: 1px solid #bcc2d3;
-webkit-border-radius: 1px;
border-radius: 1px;
padding: 10px;
margin: 10px 0 20px;
}
body.dark .tab-description-categ {
background: rgba(0, 0, 0, 0.97);
box-shadow: rgb(0, 0, 0) 0px 128px 250px 0px;
}
@media (max-width: 767px) {
.box.models-list .item .info-model {
display: flex;
flex-wrap: wrap; gap: 8px 12px; justify-content: flex-start;
align-items: center;
}
.box.models-list .item .info-model > span {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 14px;
white-space: nowrap; }
}
.tab-container {
position: relative;
min-height: 200px;
overflow: hidden;
}
[data-target-id] {
position: relative;
left: 0; right: 0; top: 0;
width: 100%;
transition: opacity .18s;
opacity: 0;
pointer-events: none;
z-index: 1;
}
[data-target-id].show {
opacity: 1;
pointer-events: auto;
z-index: 2;
}
.disintegrate-stripes {
position: absolute;
inset: 0;
z-index: 99;
pointer-events: none;
display: flex;
}
.disintegrate-stripe {
flex: 1 1 0;
background: #fff;
box-shadow: 0 0 8px 0 #8888;
margin: 0 0.5px;
transition: transform .7s, opacity .7s;
will-change: transform, opacity;
opacity: 1;
border-radius: 2px;
} button.load-more {
display: inline-flex;
align-items: center;
justify-content: center;
gap: .5rem;
padding: .75rem 1.25rem;
border: 0;
border-radius: .75rem;
background: linear-gradient(90deg, var(--brand) 0%, var(--accent) 100%);
color: #fff;
font-weight: 600;
line-height: 1;
cursor: pointer;
text-decoration: none;
box-shadow: 0 6px 18px rgba(37, 99, 235, .25);
transition: transform .08s ease, box-shadow .2s ease, filter .2s ease;
-webkit-tap-highlight-color: transparent;
} button.load-more {
display: block; margin: 1.5rem auto; width: auto; } button.load-more { align-self: center; } button.load-more { justify-self: center; } button.load-more:hover {
filter: brightness(1.05);
box-shadow: 0 8px 22px rgba(37, 99, 235, .28);
} button.load-more:active {
transform: translateY(1px) scale(0.99);
box-shadow: 0 4px 14px rgba(37, 99, 235, .22);
} button.load-more:focus-visible {
outline: 2px solid color-mix(in srgb, var(--accent) 60%, white);
outline-offset: 2px;
} button.load-more:disabled {
opacity: .6;
cursor: not-allowed;
filter: none;
box-shadow: none;
} button.load-more[aria-busy="true"] {
pointer-events: none;
position: relative;
}
button.load-more[aria-busy="true"]::after {
content: "";
width: 1em; height: 1em;
border-radius: 50%;
border: 2px solid #fff;
border-right-color: transparent;
animation: loadmore-spin .8s linear infinite;
margin-left: .5rem;
}
@keyframes loadmore-spin { to { transform: rotate(360deg); } } @media (max-width: 600px) {
#load-more-gallery {
margin: 16px auto;
padding: 10px 20px;
font-size: 14px;
}
}
.rv-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}
.rv-skeleton .rv-item{height:160px;background:#eee;border-radius:8px;animation:rvp 1.2s ease-in-out infinite}
@keyframes rvp{0%{opacity:.6}50%{opacity:.3}100%{opacity:.6}}
button.row-item.btn-show-more {
color: var(--icon-color, var(--text-color, #333333));
font-family: fantasy;
}
span.title-label {
font-size: 1.1em;
color: var(--icon-color, var(--text-color, #333333)) --icon-color is not defined;
font-family: fantasy;
}
.selected-model {
display: flex;
align-items: flex-start;
gap: 24px;
margin-bottom: 30px;
flex-wrap: wrap;
}
.selected-model .card-model { flex: 0 0 320px;
}
.model-summary {
flex: 1 1 auto;
max-width: 100%;
}
.model-summary__table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
background: #fff;
border: 1px solid #e2e5ea;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,.06);
}
table.model-summary__table tr {
display: inline;
}
.model-summary__table tr + tr td {
border-top: 1px solid #e8ebef;
}
.model-summary__table td {
padding: 12px 16px;
font-size: 14px;
}
.model-summary__label {
width: 160px;
background: #f5f7fa;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .05em;
color: #6a7078;
border-right: 1px solid #e2e5ea;
white-space: nowrap;
}
.box.models-list .model-summary {
display: inline-block;
vertical-align: top;
padding: 15px 15px 0px 0px;
}
.model-summary__value {
font-weight: 600;
color: #2c2f33;
}
@media (max-width: 720px) {
.selected-model { flex-direction: column; }
.selected-model .card-model { width:100%; }
.model-summary__label {
display:block;
width:auto;
border-right:none;
border-bottom:0;
}
.model-summary__value {
display:block;
padding-top:0;
}
.model-summary__table td {
display:block;
border-right:none!important;
}
.model-summary__table tr + tr td:first-child {
border-top:1px solid #e8ebef;
}
}
.alphabet-filter-channel li {
text-align: center;
display: inline-block;
}
.alphabet-filter-channel li a {
color: rgb(94, 94, 94);
padding: 10px;
text-align: center;
display: inline-block;
vertical-align: top;
color: rgb(94, 94, 94);
font-size: 12px;
line-height: 12px;
font-weight: 500;
margin: 0px 3px 5px 0px;
border-radius: 5px;
border-width: 1px;
border-style: solid;
border-color: rgb(160, 160, 160);
border-image: initial;
transition: 0.3s;
background-color: rgba(94, 94, 94, 0.15);
}
li.alphabet__link.disable span {
color: rgb(94, 94, 94);
padding: 10px;
text-align: center;
display: inline-block;
vertical-align: top;
color: #fff;
font-size: 12px;
line-height: 12px;
font-weight: 500;
margin: 0px 3px 5px 0px;
border-radius: 5px;
border-width: 1px;
border-style: solid;
border-color: rgb(160, 160, 160);
border-image: initial; background-color: rgb(8 8 8 / 79%);
}
img.zodiac-icon {
width: 30px;
height: auto;
margin-right: 10px;
}
.info-item {
display: flex;
align-items: center;
gap: 8px;
}
.info-item svg {
width: 30px;
height: 30px;
fill: currentColor;
margin-right: 5px;
}
.dark .info-item svg {
fill: rgb(0 0 0);
}
span.rank {
display: inline-flex;
padding: 0.15rem 0.45rem;
border-radius: 9999px;
font-size: 0.875rem;
} .rank            { display:inline-flex; align-items:center; gap:0.4rem; line-height:1; }
.rank svg        { width:1em; height:1em; flex:0 0 auto; } .rank-diff       {
display:flex; flex-direction:column;
align-items:center;
font-size:0.75em; line-height:1;
}
.rank-diff span  { line-height:1; } .rank-diff.up    { color:#16a34a; } .rank-diff.down  { color:#dc2626; } .rank-diff.same  { color:#6b7280; }  .rank-diff.down  .rank-diff.same { } span.rank svg {
line-height: initial;
-moz-osx-font-smoothing: grayscale;
width: 22px;
margin-right: 5px;
}
span.rank-diff.same svg { font-size: 22px;
}
.styled-info .info-item img.model-flag {
width: 30px;
vertical-align: middle;
}
.alphabet-filter-channel li.is-active a {
border-color: #e6184e;
background: #e6184e;
color: #fff;
}
.alphabet-filter-channel li:hover a {
border-color: #e6184e;
background: #e6184e;
color: #fff;
}
.alphabet-filter-channel li.disable a {
background-color: rgba(94, 94, 94, 0.5);
pointer-events: none;
cursor: default;
}
.styled-info {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 15px;
}
.styled-info .info-item {
display: flex;
align-items: center;
padding: 6px 12px;
background: #f8f8f8;
border-radius: 8px;
box-shadow: 0 0 3px rgba(0,0,0,0.05);
font-size: 14px;
flex: 1 1 45%;
}
@media screen and (max-width: 992px) {
.styled-info .info-item {
flex: 1 1 100%;
}
}
.styled-info .info-item i {
margin-right: 8px;
color: #888;
min-width: 18px;
text-align: center;
}
.styled-info .info-item .label {
font-weight: 600;
margin-right: 5px;
color: #333;
}
.styled-info .info-item .value {
color: #000;
}
.search-form-ajax .input {
width: 447px;
-webkit-box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
opacity: .45;
color: #5e5e5e;
font-size: 15px;
line-height: 17px;
font-weight: 300;
border: 0;
padding: 7px 37px 7px 10px;
-webkit-transition: -webkit-box-shadow .3s;
transition: -webkit-box-shadow .3s;
-o-transition: box-shadow .3s;
transition: box-shadow .3s;
transition: box-shadow .3s, -webkit-box-shadow .3s;
}
.search-form-ajax {
position: relative;
max-width: 100%;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.search-form-ajax .input {
width: 100%;
}
.search-form-ajax {
width: 100%;
margin: 10px 0 10px;
}
}
.search-form-ajax .btn-search {
position: absolute;
top: 0;
padding: 7px 10px;
right: 0;
line-height: 0;
}
.serach-info-autocomplete .autocomplete-suggestion {
display: block;
width: 100%;
}
.serach-info-autocomplete {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
z-index: 99999 !important;
overflow: hidden;
max-height: 9999px !important;
}
.serach-info-autocomplete .link {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
padding: 7px 10px;
color: #5e5e5e;
font-size: 16px;
line-height: 18px;
font-weight: 300;
-webkit-transition: color .3s, background .3s;
-o-transition: color .3s, background .3s;
transition: color .3s, background .3s;
display: block;
}
.serach-info-autocomplete .link i {
font-size: 17px;
margin: 0 5px 0 0;
-webkit-transition: color .3s;
-o-transition: color .3s;
transition: color .3s;
display: inline-block;
color: #5e5e5e;
}
.search_all {
padding: 10px;
border-top: 1px solid #333;
text-align: center;
display: block;
width: 100%;
}
.search_all a {
align-items: center;
-webkit-box-pack: start;
justify-content: flex-start;
flex-wrap: nowrap;
padding: 7px 10px;
font-size: 16px;
line-height: 18px;
font-weight: 500;
color: #e6184f;
display: initial;
transition: color .3s, background .3s;
}
.dark .alphabet-filter-channel li a {
border: 1px solid rgb(160, 160, 160);
color: rgb(255, 255, 255);
}
.serach-info-autocomplete .link strong {
font-weight: 500;
color: #e6184f;
display: initial;
-webkit-transition: color .3s, background .3s;
-o-transition: color .3s, background .3s;
transition: color .3s, background .3s;
}
.serach-info-autocomplete .title .link {
pointer-events: none;
cursor: default;
display: block;
width: 100%;
background-color: #f8f6f6;
color: #e6184e;
font-weight: 500;
}
.search-form-ajax .btn-search i {
font-size: 17px;
color: #5e5e5e;
opacity: .5;
}
.rating-holder.rating-display {
display: flex;
flex-wrap: wrap;
gap: 15px;
padding: 20px;
border: 1px solid #ddd;
border-radius: 12px;
background: #f9f9f9;
}
.rating-item {
flex: 1 1 45%;
min-width: 140px;
display: flex;
align-items: center;
gap: 8px;
padding: 10px;
border-radius: 8px;
background: #fff;
transition: background 0.3s ease, transform 0.2s ease;
}
.rating-item:hover {
background: #eef6ff;
transform: scale(1.02);
}
.rating-item i {
font-size: 20px;
color: #555;
transition: color 0.3s ease;
}
.rating-item:hover i {
color: #007bff;
}
.label {
font-weight: 600;
color: #333;
}
.value {
margin-left: auto;
font-weight: 700;
font-size: 16px;
}
.rating-fav {
margin-bottom: 20px;
display: block;
width
}
.value-like    { color: #28a745; }
.value-dislike { color: #dc3545; }
.value-rating  { color: #ffc107; }
.value-rank    { color: #6f42c1; }
.value-total   { color: #17a2b8; }
.value-views   { color: #343a40; } @media (max-width: 600px) {
.rating-item {
flex: 1 1 100%;
}
.styled-info .info-item {
flex: 1 1 100%;
}
}
.dark .filter-group .row-item {
background-color: #282828;
color: #fff;
border: none;
}
.dark .filter-group strong {
color: #fff;
}
.player .player-wrap {
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.box.models-list .item-text {
width: calc(100% - 250px);
display: inline-block;
vertical-align: top;
padding: 15px 15px 0 0;
}
.item-text p {
color: #100f0f;
display: flex
;
justify-content: center;
align-items: center;
height: 100px;
font-size: 18px;
text-align: center;
}
.item-text .reset-button {
width: 200px;
display: block;
font-size: 14px;
text-transform: capitalize;
color: #ffffff;
background: linear-gradient(135deg, #ff416c, #ff4b2b);
border: none;
border-radius: 30px;
padding: 10px 20px;
cursor: pointer;
text-align: center;
width: 200px;
margin: 10px auto 0;
transition: background 0.3s ease, transform 0.2s ease;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
margin: 0 auto;
}
.item-text .btn-fil:hover {
background: linear-gradient(135deg, #ff4b2b, #ff416c);
transform: scale(1.05);
}
.item-text .btn-fil:active {
transform: scale(0.95);
}
@media screen and (max-width: 767px) {
.box.models-list .item-text {
width: 100%;
}
}
.search-form .btn-search {
position: absolute;
top: 0;
padding: 7px 10px;
right: 0;
line-height: 0;
}
.search-form .btn-search i {
font-size: 17px;
color: #5e5e5e;
opacity: .5;
}
.search-form {
position: relative;
margin: 0 auto;
}
.icon-search:before {
content: "\e90b";
}
.search-form .btn-search i {
font-size: 17px;
color: #5e5e5e;
opacity: .5;
}
.select2-selection__arrow b, [class*=" icon-"], [class^=icon-] {
font-family: icomoon !important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
.search-form .input {
width: 100%;
}
.search-form {
width: 100%;
margin: 10px 0 0;
}
}
.gallery {
display: flex
;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
.gallery a {
display: inline-block;
margin: 10px;
width: 200px;
height: 200px;
overflow: hidden;
position: relative;
}
@media screen and (max-width: 768px) {
.gallery a {
flex: 1 1 calc(50% - 10px);
max-width: calc(50% - 10px);
box-sizing: border-box;
margin: 0;
width: auto;
height: auto;
}
}
.gallery a img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
}
.search-form input:focus-visible {
outline: 1px auto transparent !important; }
.block-screenshots .gallery a img {
-webkit-filter: blur(4px);
filter: blur(4px);
}
.block-screenshots .gallery a:hover img {
-webkit-filter: blur(0px);
filter: blur(0px);
}
.pagination .pagination-holder .item-pagin .link.dis {
display: none;
}
.player-holder .tabs-content .info-block.show {
display: block;
}
#btn-filt {
display:none;
}
@media screen and (max-width: 1024px) {
#btn-filt {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding: 0.75rem 1.5rem;
background: linear-gradient(135deg, #ff3c8d, #ff894c);
color: #fff;
font-size: 1rem;
font-weight: 600;
border: none;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(255, 60, 141, 0.3);
cursor: pointer;
transition: all 0.25s ease-in-out;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 10px auto;
}
#btn-filt:hover {
background: linear-gradient(135deg, #ff894c, #ff3c8d);
box-shadow: 0 6px 14px rgba(255, 60, 141, 0.4);
transform: translateY(-2px);
}
#btn-filt:active {
transform: scale(0.96);
box-shadow: 0 2px 6px rgba(255, 60, 141, 0.2);
}
#btn-filt span {
pointer-events: none;
}
}
.stat {
text-align: center;
}
span.title-model {
color: #3b12ce;
}
.filter-group .row-item {
display: inline-block;
vertical-align: top;
margin: 0 3px 5px 0;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #a0a0a0;
color: #5e5e5e;
font-size: 12px;
line-height: 12px;
padding: 5px;
font-weight: 500;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.filter-group .row-item {
display: inline-block;
vertical-align: top;
margin: 0 3px 5px 0;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #a0a0a0;
color: #5e5e5e;
font-size: 12px;
line-height: 12px;
padding: 5px;
font-weight: 500;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.filter-group  a.row-item.active, .filter-group a:hover  {
color: #fff;
background: #e6184e;
}
.filter-group  a.row-item.active {
pointer-events: none; cursor: default; }
@media screen and (min-width: 1024px) {
.video-holder .categor-holder .row-item:hover {
color: #fff;
border-color: #e6184e;
background: #e6184e;
}
}
.filter-group strong {
color: #5e5e5e;
font-size: 16px;
line-height: 18px;
padding: 0 0 10px;
font-weight: 500;
display: block;
}
span.title-filter {
color: #1ce20d;
}
img.logo-dark {
display: none;
}
.dark img.logo-light {
display: none;
}
.dark img.logo-dark {
display: block!important;
}
.box .sort-holder .sort .selected.active {
pointer-events: auto;
cursor: pointer;
}
.box .channals-list .item .img-holder.channel {
padding-bottom: 57%;
}
.box .channals-list .item .img-holder.channel holder .img {
width: auto;
height: 100%;
}
.video-player {
width: 100%;
display: none;
}
.card__content video {
display: none;
position: absolute;
z-index: 2;
object-fit: fill;
width: calc(100% + 4px);
height: calc(100% + 4px);
left: -2px;
top: -2px;
}
.video-trigger:hover .video-player, .video-trigger:focus .video-player {
display: block;
}
.sign-list .current {
font-weight: bold;
color: #007bff;
}
.sign-list div {
display: inline-block;
margin-right: 10px;
}
.step-form {
margin-top: 20px;
}
.fancybox-content-inner, .fancybox-outer {
height: auto !important;
}
.loader {
display: inline-block;
width: 50px;
height: 50px;
border: 5px solid #ccc;
border-top-color: #333;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
img.eye-icon {
width: 20px;
}
.buttonForm-30c7d {
margin-bottom: 10px;
}
.button-c84fb {
align-items: center;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
color: #303030;
display: flex;
height: 40px;
justify-content: center;
width: 100%;
}
.xh-button.large {
border-radius: 20px;
font-size: 14px;
height: 40px;
line-height: 38px;
min-width: 60px;
padding: 0 20px 2px;
}
.xh-button.full-width, .xh-button.full-width-square {
width: 100%;
}
.xh-button.full-width-square, .xh-button.square {
border-radius: 5px;
font-weight: 700;
}
.xh-button.red {
background: #e34449;
border-color: #e34449;
color: #fff;
}
form#login-form, form#register-form {
margin-bottom: 15px;
}
.comment-row {
display: flex
;
-webkit-box-align: center;
align-items: center;
flex-shrink: 0;
-webkit-box-pack: justify;
justify-content: space-between;
}
.iconWrapper-c84fb {
display: flex;
margin-right: 10px;
}
.primary-8643e {
color: #303030;
}
.section {
padding-bottom: 15px;
}
.ExploreFilters {
font-size: 62.5%;
}
.list-grid-ads>:first-child {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.btn-ps-cat span {
color: #fd7500;
}
.btn-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.roomlist_container {
flex: 1 1 0px;
margin: 0px 15px;
position: relative;
margin: 12px 12px 17px;
}
.list-playlists .img, .list-playlists-2 .img {
width: 100%;
border: 1px solid #1f1f21;
padding-bottom: 56.25%;
position: relative;
}
.item .img img.video2 {
right: 5px;
top: 46px;
}
.item .img img.video2, .item .img img.video3, .item .img img.video4 {
border: 1px solid #505050;
position: absolute;
width: 80px;
height: 46px;
z-index: 1;
}
.item .img img.video3 {
right: 5px;
top: 98px;
}
.overlay-side {
text-transform: capitalize;
font-size: 12px;
width: 90px !important;
background: rgba(0, 0, 0, 0.8);
color: #f1f1f1;
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
right: 0;
top: 0;
bottom: 0;
text-align: center;
}
.overlay-side span em {
display: block;
font: 22px "Roboto Condensed", sans-serif;
}
.playlist-overlay {
background: rgba(0, 0, 0, 0.7);
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
}
.list-playlists .img .playlist-overlay a, .list-playlists-2 .img .playlist-overlay a {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
color: #f1f1f1;
height: 50%;
border-top: 1px solid #0d0e12;
cursor: pointer;
}
.playAll svg, .viewPl svg {
font-size: 15px !important;
margin-right: 8px !important;
}
.item i, .item svg {
font-size: 14px;
margin-right: 5px;
}
.playAll .pTxt, .viewPl .pTxt {
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
}
.list-grid-ads .item .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
font: 13px 'Roboto', sans-serif;
margin: 5px 0 2px 0;
text-transform: capitalize;
}
.item .title-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.list-grid .item .row-model, .list-grid-ads .item .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
font-family: 'Roboto Condensed', sans-serif;
font-size: 13px;
padding: 0px 4px 2px;
}
.list-grid-ads .item .row {
padding: 0px;
}
.flex-c {
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.item .m-num {
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
color: #909090;
font-size: 12px;
padding: 3px 10px 0 0;
}
.item i, .item svg {
font-size: 14px;
margin-right: 5px;
}
.icon-svg {
display: block;
width: 1em;
height: 1em;
margin: 0;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.ps-user {
font: 400 11px "Roboto", sans-serif;
padding: 5px 0 0 0;
}
.list-playlists .item .m-num.rate, .list-playlists-2 .item .m-num.rate {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.item-control .item-control-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.item-control .item-contr-edi {
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
}
.toggle-button {
color: #f1f1f1;
text-transform: capitalize;
padding: 7px 9px;
background: #313131;
cursor: pointer;
}
.item-control .toggle-button {
text-transform: capitalize;
font-size: 12px;
font-weight: 500;
background: #2d2d2d;
border-radius: 3px;
padding: 6px 10px;
color: #fff;
margin: 0 5px 0 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.item-control .toggle-button:last-child {
margin: 0;
}
.item-control .toggle-button:last-child {
margin: 0;
}
.item .info {
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: 'Roboto Condensed', sans-serif;
padding: 0 4px 2px 2px;
}
.grad {
--btn-bg: var(--orange-grad);
--btn-color: #fff;
-webkit-transition: background 0.3s ease-out;
transition: background 0.3s ease-out;
background-size: 1px 50px;
}
.btn, .btn:active, .btn:focus, .btn:hover {
color: #fff;
}
.rot-180 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.icon-svg {
display: block;
width: 1em;
height: 1em;
margin: 0;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
} @font-face {
font-family: 'UbuntuRegular';
src: url(//k2porn.com/wp-content/themes/xxx/fonts/ubunturegular/ubuntur-webfont.eot?1188017abdc0);
src: url(//k2porn.com/wp-content/themes/xxx/fonts/ubunturegular/ubuntur-webfont.eot?&1188017abdc0#iefix) format('eot'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubunturegular/ubuntur-webfont.woff?896a82003cd1) format('woff'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubunturegular/ubuntur-webfont.ttf?37cf452b3f58) format('truetype'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubunturegular/ubuntur-webfont.svg?396700312810#webfontH0ji1hXa) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'UbuntuBold';
src: url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntub-webfont.eot?a870ebadce32);
src: url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntub-webfont.eot?&a870ebadce32#iefix) format('eot'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntub-webfont.woff?6455d1004bc5) format('woff'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntub-webfont.ttf?abee57aeee27) format('truetype'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntub-webfont.svg?693d742037eb#webfontOIyUgfKw) format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'UbuntuMedium';
src: url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntumedium/ubuntum-webfont.eot?d8f8ba0da549);
src: url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntumedium/ubuntum-webfont.eot?&d8f8ba0da549#iefix) format('eot'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntumedium/ubuntum-webfont.woff?a7fc63c36394) format('woff'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntumedium/ubuntum-webfont.ttf?b720a4d699c2) format('truetype'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntumedium/ubuntum-webfont.svg?c08a26c0b9c4#webfontl8qOUOft) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'UbuntuLight';
src: url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntul-webfont.eot?&e88fce520190#iefix) format('eot'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntul-webfont.woff?ab8a55e7d148) format('woff'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntul-webfont.ttf?107b250100bf) format('truetype'),
url(//k2porn.com/wp-content/themes/xxx/fonts/ubuntul-webfont.svg?273b9d2d1b08) format('svg');
font-weight: normal;
font-style: normal;
}
.main-content-container {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
min-width: 1px;
}
.embed-wrap {
text-align: center;
}
img.room_thumbnail {
width: auto;
height: 101px;
}
a.room_thumbnail_container {
min-height: 101px;
display: block;
}
#roomlist_root .roomlist_container ul.list .room_thumbnail, #roomlist_root .placeholder_roomlist_container ul.list .room_thumbnail {  min-height: 101px;
display: block;
}
.ico-fav-0, .ico-fav-1 {
opacity: 0;
visibility: hidden;
}
.ico-fav-0,  .ico-fav-1 {
width: 26px;
height: 26px;
position: absolute;
top: 5px;
right: 5px;
z-index: 10;
background: rgba(0, 0, 0, 0.68);
border-radius: 50%;
-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
opacity: 0;
visibility: hidden;
}
.video-trigger .ico-fav-0.fixed, .video-trigger .ico-fav-1.fixed, .video-trigger:hover [class*=ico-fav] {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.video-trigger .ico-fav-0:hover, .video-trigger .ico-fav-1:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
span.favorite-tooltip, span.favorite-message {
position: absolute;
z-index: 9; background: #000000;
border-radius: 5px;
padding: 7px 5px;  margin-top: 5px;
color: red;
right: 40px;
}
span.favorite-tooltip, span.favorite-message {
position: absolute;
z-index: 9; background: #000000;
border-radius: 5px;
padding: 7px 5px;  margin-top: 5px;
color: red;
right: 40px;
position: absolute;
top: 5px; }
.tag-search {
position: relative;
max-width: 300px;
}
#tag-search-input {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
}
div#tag-search-results {
display: none;
}
.tag-result {
display: block;
padding: 8px;
color: #333;
text-decoration: none;
}
[data-filter="filterCategory"]{
list-style: none;
}
b.num {
margin-left: 5px;
}
.models .models_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.model_container .item {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cardTitle.title a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.channel-stats {
display: -webkit-box;
display: -ms-flexbox;
display: flex
;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
}
.tag-result:hover {
background: #f0f0f0;
}
.model.rating-container .success {
color: #12ff00;
}
.gender-tab {
display: inline-block;
position: relative;
font: 13.0029px / 16px UbuntuMedium, Arial, Helvetica, sans-serif;
}
.advanced-search-button-container {
position: relative;
list-style-type: none;
float: right;
margin: 0px;
padding: 0px;
z-index: 2;
}
@media screen and (min-width: 650px) {
.sort-block {
display: flex;
}	
}
.channel_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.list-tags .title{margin-right:30px;color: #2a323f;font-size:21px;font-weight:700;line-height:1.2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.list-tags .item .title{height:auto;font-size:24px;font-weight:700;line-height:25px;margin:0;padding:20px 0 15px 10px}
.category-list {
list-style: none;
}
.search-container {
display: flex;
align-items: center;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 25px;
padding: 5px 10px;
max-width: 100%;
margin: 2px 10px;
}
.search-btn svg {
fill: #666;
transition: fill 0.3s ease;
}
.search-btn:hover svg {
fill: #000;
}
.search-container input {
border: none;
outline: none;
flex: 1;
font-size: 16px;
color: #333;
background-color: transparent;
width: 100%;
}
.search-container input::placeholder {
color: #aaa;
}
#searchResults {
margin-top: 1px;  background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px;
display: none;
}
#searchResults ul {
list-style: none;
padding: 0;
margin: 0;
}
#searchResults ul li {
margin: 5px 0;
}
#searchResults ul li a {
text-decoration: none;
color: #007bff;
transition: color 0.3s ease;
}
#searchResults ul li a:hover {
color: #0056b3;
}
.seo-description b, .seo-description h2 {
font: 13.0029px / 16px UbuntuMedium, Arial, Helvetica, sans-serif;
}
.seo-description ul.list-style {
list-style: auto;
line-height: 1.6;
margin-bottom: 1rem;
list-style-position: outside;
margin-left: 5rem;
}
.seo-description h1, .seo-description h2, .seo-description h3, .seo-description h4, .seo-description h5, .seo-description h6 {
font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
font-weight: 400;
font-style: normal;
color: inherit;
text-rendering: optimizeLegibility;
margin-top: 0;
margin-bottom: .5rem;
line-height: 1.4;
}
.seo-description h2 {
line-height: 1.5;
color: #adadad;
}
.seo-description h1,  .seo-description h2, .seo-description h3, .seo-description h4, .seo-description h5, .seo-description h6, .seo-description p, .seo-description ul, .seo-description div.cam-block
{
text-align: left;
margin-left: 3rem;
margin-right: 1%;
color: #000;
}
.seo-description b {
margin-bottom: .5rem;
}
.seo-description a {
color: #0073e6;
}
.seo-description a:hover {
color: #0606f0;
}
.seo-description  p {
font-size: inherit;
line-height: 1.6;
margin-bottom: 1rem;
text-rendering: optimizeLegibility;
}
.seo-description strong {
font-weight: bold; color: #0073e6; }
.AddPlaylist.show {
display: block;
}
.close-modal {
position: absolute;
top: 10px;
right: 10px;
color: #aaa;
font-size: 24px;
font-weight: bold;
cursor: pointer;
z-index: 9;
}
.stats-cont b svg.icon-svg.icon-thumbs-down, .stats-cont b svg.icon-svg.icon-thumbs-up {
margin-right: 5px;
font-size: 15px;
}
form .radio+label:before, form .radio+span:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 10px;
background: #111;
border: 2px solid #fd7500;
border-radius: 50%;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.video-trigger-dropdown-videos .img {
height: 90px;
}
#tab_addto span.favorite-tooltip {
right: unset;
left: 260px;
top: 0;
}
#tab_addto span.favorite-message {
right: unset;
left: 260px;
top: 0;
}
.related-albums .list-sort li, .related-videos .list-sort li, .related-videos-two list-sort li {
cursor: pointer;
}
.video-trigger.description em {
color: #fff;
}
.video-trigger.description {
border: none;
color: #ed930d;
}
a.next.page-numbers, a.prev.page-numbers {
color: #f1f1f1;
padding: 0 20px;
background: var(--orange-grad);
}
.list_categories_dropdown .video-trigger .img {
padding: 0;
overflow: hidden;
height: 100%;
}
div#avatarModal {
z-index: 88;
}
.fancybox-skin {
border-radius: 3px;
background: #212121;
}
.channel-infos .btn-other.active {
border-bottom: 2px solid #ff6407;
}
.tab-panel {
display: none;
}
.video-trigger .img .thumb:first-child, .video-trigger .img picture .thumb {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
position: absolute;
top: 0;
left: 0;
}
.tab-panel.show {
display: block;
}
.model.rating-container {
position: relative;
}
.page--numbers {
gap: 10px;
}
.pagination .page--item {
font-size: 1rem;
font-weight: 600;
text-align: center;
min-width: 48px;
height: 48px;
background: #111;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
border: 3px solid transparent;
}
.pagination .page--active {
color: #fff;
background: #000;
border-color: #fd7500;
pointer-events: none;
}
.pagination .page--arrow {
color: #f1f1f1;
background: #fd7500;
padding: 0 30px;
}
.page--arrow.dis {
pointer-events: none;
border: none;
color: rgba(255, 255, 255, 0.3);
background: #0b0b0b;
border: 1px solid #111;
}
.page--arrow.dis img {
opacity: 0.1;
}
.chan-avatar {
width: 230px;
height: auto;
}
.chan-avatar img {
-o-object-fit: cover;
object-fit: fill;
-o-object-position: 0 0;
object-position: 0 0;
}
.dropdown__link.open {
display: none;
}
.player-wrapper {
width: 100%;
}
.player-wrapper iframe { 
max-width: 100%;
}
.video-player {
width: 100%;
display: none; }
.video-trigger:hover .video-player, .video-trigger:focus .video-player  {
display: block; }
img.card__img-gallery {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
position: absolute;
top: 0;
left: 0;
}
.gallery a:hover img.small-img,
.gallery a:focus img.small-img {
transform: scale(1.5); cursor: pointer;
}
.fancybox-button--close {
display: block !important; 
opacity: 1 !important; 
visibility: visible !important;
}
.fancybox-toolbar {
right: 0!important;
top: 50px!important;
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
direction: ltr; position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s; z-index: 99997;
}
form .file-control .textfield {
padding-left: 75px;
} .fancybox-infobar {
color: #666; font-size: 14px; padding: 10px; } .fancybox-button {
width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.5); border: none; border-radius: 5px; } .fancybox-button svg {
fill: #fff; width: 20px; height: 20px; } .fancybox-button--close {
position: absolute; top: 10px; right: 10px; background-color: #f00; } .fancybox-button--arrow_left, .fancybox-button--arrow_right {
background-color: #000; }
.video-trigger video {
display: none;
object-fit: fill;
width: calc(100% + 10px);
height: calc(100% + 10px);
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 9;
}
.video-trigger:hover .video-player, .video-trigger:focus .video-player {
display: block;
}
@media screen and (max-width: 992px) {
.player-wrap {
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.player-wrap  iframe {
height: auto;
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
}
.box .item .img-holder.gallery .img {
height: 100%;
}
.box .item .img-holder .img {
height: 100%;
}
}.header {
z-index: 206;
}
.member-menu.login {
display: none !important;
}
@media screen and (max-width: 992px){
.nav-holder.old {
display: none !important;
}
}
.nav-holder.new {
overflow: hidden;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
opacity: 0;
z-index: 15;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
visibility: hidden;
left: 0;
height: 1000vh;
background: hsla(0, 0%, 100%, .95);
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
padding: 125px 0 0;
-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
transition: opacity .3s, visibility .3s, -webkit-transform .3s;
-o-transition: transform .3s, opacity .3s, visibility .3s;
transition: transform .3s, opacity .3s, visibility .3s;
transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}
.nav-holder.new, .nav-holder.new:after {
position: absolute;
top: 0;
max-width: 290px;
width: 100%;
}
.nav-holder.new {
padding: 0;
z-index: 9999999;
background: #fff;
height: calc(100vh - 62px);
overflow-y: scroll !important;
flex-direction: column;
flex-wrap: nowrap;
max-width: 100%;
background: transparent;
}
.open-menu .nav-holder.new {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
visibility: visible;
overflow: visible;
z-index: 999999999999;
}
@media screen and (min-width: 992px){
.open-menu .nav-holder.new {
height: 1000vh;
}
}
.burder-menu {
display: block;
}
.burder-menu .count {
border: 4px solid #fff;
width: 28px;
height: 28px;
border-radius: 50%;
overflow: hidden;
color: #fff;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
flex-wrap: nowrap;
background: #ff485a;
position: absolute;
z-index: 2;
right: -10px;
top: -10px;
}
.burder-menu .count.small {
border: 3px solid #fff;
font-size: 10px;
}
.nav-holder.new .burger_user_menu {
display: block;
max-width: 320px; 
background: #fff;
}
.nav-holder.new {
padding: 0;
z-index: 9999999;
background: #fff;
height: calc(100vh - 62px);
overflow-y: scroll !important; 
flex-direction: column;
flex-wrap: nowrap;
max-width: 320px;
background: transparent;
overflow-y: auto !important; 
}
.header-area .logo a img {
height: auto;
}
@media screen and (min-width: 992px){
.nav-holder.new {
height: calc(100vh - 89px);
}
.header-area .logo {
margin: 0 auto;
}
.nav-holder.old {
margin-left: 50px;
}
.logo_burger {
height: 40px;
opacity: 0;
cursor: default;
pointer-events: none;
}
.nav-holder.new, .nav-holder.new:after {
top: 89px;
}
.burder-menu {
width: 26px;
}
.burder-menu span:after, 
.burder-menu span:before {
width: 100%;
}
.open-menu .burder-menu span {
transform: rotate(-90deg) translate3d(-10px, -10px, 0);
}
.open-menu .burder-menu span,
.open-menu .burder-menu span:after, 
.open-menu .burder-menu span:before {
background: #5e5e5e;
}
}
@media screen and (max-width: 992px){
.nav-holder.new {
overflow-y: scroll !important; 
}
}
.nav-holder.new:after {
display: none;
}
.nav-holder.new .item {
display: none;
max-width: 290px;
background: #fff;
border-bottom: 1px solid rgba(94, 94, 94, 0.15);
}
.nav-holder.new .item.mobile {
display: block;
width: 100%;
max-width: 100%;
}
.nav-holder.new .item .link-nav {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: nowrap;
}
.nav-holder.new .item,
.nav-holder.new .item:last-of-type {
margin: 0 10px;
margin: 0;
}
.nav-holder.new .item .link-nav {
font-size: 18px;
font-weight: 400;
line-height: 20px;
padding: 14px 10px;
color: #5e5e5e;
text-transform: capitalize;
}
.nav-holder.new .item .link-nav.active {
color: #ff485a;
}
.nav-holder.new .item .link-nav i {
font-size: 23px;
margin: 0 20px 0 0;
}
.nav-holder.new .item .link-nav .icon-arrow-down {
font-size: 6px;
margin-bottom: 0;
}
.nav-holder.new .item .link-nav svg {
fill: #5e5e5e;
width: 23px;
height: 23px;
margin: 0 20px 0 0;
transition: all .3s;
}
.nav-holder.new .item .link-nav.active svg {
fill: #ff485a;
}
.nav-holder.new .item .link-nav .count {
width: 22px;
height: 22px;
display: inline-block;
color: #fff;
background: #ff485a;
border-radius: 50%;
font-size: 13px;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: 0 0 0 10px;
}
.nav-holder.new .item.text {
border-bottom: none;
padding: 40px 10px 10px;
margin: 0;
height: 100%;
}
.nav-holder.new .item.invite_support {
height: 100%;
}
.nav-holder.new .item .text_burger {
color: #5e5e5e;
font-size: 14px;
line-height: 1.2;
}
.nav-holder.new .burger_menu_top .user_info {
display: flex;
align-items: flex-start;
justify-content: center;
flex-wrap: nowrap;
padding: 0 10px;
}
.nav-holder.new .burger_menu_top .user_info  .link-nav {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
width: 86px;
min-width: 86px;
height: 86px;
border-radius: 50%;
position: relative;
margin: 0 15px 0 0;
}
.nav-holder.new .burger_menu_top .user_info  .link-nav img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
overflow: hidden;
}
.nav-holder.new .burger_menu_top .user_info  .link-nav .icon {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
border-radius: 50%;
border: 1px solid #ff485a;
color: #ff485a;
font-size: 25px;
}
.nav-holder.new .burger_menu_top .user_info  .link-nav .icon_foto {
position: absolute;
border-radius: 50%;
border: 5px solid #fff;
width: 33px;
height: 33px;
bottom: -9px;
right: -7px;
background: #aeaeae;
display: flex;
align-items: center;
justify-content: center;
}
.nav-holder.new .burger_menu_top .user_info  .link-nav .icon_foto svg {
width: 17px;
height: 13px;
fill:#fff;
}
.nav-holder.new .burger_menu_top .user_info .info-user {
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
}
.nav-holder.new .burger_menu_top .user_info .name {
margin: 14px 0;
color: #5e5e5e;
font-size: 18px;
line-height: 1;
font-weight: 500;
}
.nav-holder.new .burger_menu_top .user_info .info-user span {
font-size: 15px;
line-height: 1;
color: #5e5e5e;
display: block;
margin: 0 0 10px;
}
.nav-holder.new .burger_menu_top .user_info .info-user .edit_profile {
color: #5e5e5e;
text-decoration: underline;
font-size: 13px;
margin: 0 0 -10px;
}
.nav-holder.new .btn-upgrade-new {
margin: 0 0 10px 100px;
display: inline-block;
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: nowrap;
}
.nav-holder.new .btn-upgrade-new .diamond {
width: 30px;
min-width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-content: center;
justify-content: center;
position: relative;
background: #fcb141;
margin: 0 10px 0 0;
}
.nav-holder.new .btn-upgrade-new .diamond img {
width: 18px;
height: auto;
height: 16px;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%,0);
}
.nav-holder.new .btn-upgrade-new .diamond .plust {
position: absolute;
width: 12px;
height: 12px;
border-radius: 50%;
background: #ff114d;
border: 1px solid #fff;
color: #fff;
bottom: -4px;
right: -4px;
line-height: 1;
font-size: 11px;
padding: 0 0 0 1px;
}
.nav-holder.new .btn-upgrade-new .text_btn span {
color: #5e5e5e;
font-size: 12px;
line-height: 1;
display: block;
margin: 0 0 1px;
text-align: left;
}
.nav-holder.new .btn-upgrade-new .text_btn span:last-child {
color: #ff114d;
font-size: 14px;
margin: 0;
font-weight: 500;
text-transform: uppercase;
}
.nav-holder.new .btn-upgrade-new.green .diamond {
background: #52ac62;
}
.nav-holder.new .btn-upgrade-new.green .text_btn span:last-child {
color: #52ac62;
}
.nav-holder.new  .item .link-nav:hover {
background: #e6184e;
color: #fff;
}
.nav-holder.new .item .link-nav:hover svg {
fill: #fff;
}
.nav-holder.new  .item .link-nav:hover:after {
opacity: 0;
}
body.light .nav-holder.new .item .link-nav .light {
display: none;
}
body.dark .nav-holder.new .item .link-nav .dark {
display: none;
}
.slider_holder {
position: relative;
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: nowrap;
width: 46px;
height: 24px;
border-radius: 12px;
background: #e6e6e6;
margin: 0 0 0 auto;
}
.slider_holder::after {
content: '';
left: 2px;
top: 2px;
height: 20px;
width: 20px;
background: #fff;
transition: all .3s;
display: inline-block;
position: absolute;
border-radius: 50%;
transform: translateX(0);
}
body.dark .slider_holder::after {
transform: translateX(22px); 
}
.slider_holder svg {
width: 14px !important;
min-width: 14px !important;
height: 14px !important;
fill: #5e5e5e !important;
margin: 0 !important;
}
.light.open-menu .burder-menu span, .light.open-menu .burder-menu span:after, .light.open-menu .burder-menu span:before {
background: #000;
}
.content_sources.box .headline {
order: 1;
}
.container.content_source {
padding: 0;
order: 0;
}
.content_sources.box .thumbs-holder,
.content_sources.box .pagination,
.content_sources.box .bread-crumb {
order: 1;
}
.box.users-list .items-list .img-holder.model {
border-radius: 10px;
text-align: center;
box-shadow: none;
}
.box.users-list .items-list .img-holder.model img {
border-radius: 10px;
width: auto;
margin: 0 auto;
box-shadow: 0 0 20px rgb(0 0 0 / 0);
}
.box.users-list .list-subscriptions .items-list .img-holder,
.box.users-list .list-subscriptions .items-list .img-holder.model img {
overflow: hidden;
-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
box-shadow: 0 0 20px rgb(0 0 0 / 30%);
transition: all .3s;
}
.box.users-list .list-subscriptions .items-list .item .link:hover .img-holder,
.box.users-list .list-subscriptions .items-list .item .link:hover .img-holder.model img {
-webkit-box-shadow: 0 0 10px rgb(230 24 78 / 50%);
box-shadow: 0 0 10px rgb(230 24 78 / 50%);
}
.box.users-list .list-subscriptions .items-list .img-holder.model {
box-shadow: 0 0 20px rgb(0 0 0 / 0) !important;
overflow: visible;
}
.box.users-list .list-subscriptions .items-list .img-holder .icon{
border-radius: 0;
}
.box.users-list .items-list .img-holder.cs {
border-radius: 10px;
padding-bottom: 74%; 
}
.box.users-list .items-list .img-holder.cs img {
border-radius: 10px;
}
.box.users-list .items-list .img-holder.cs svg {
width: 75px;
}
.dark .box.users-list .items-list .img-holder.cs svg {
fill: #fff;
}
.box.users-list.show .list-subscriptions .items-list .item {
width: 14.28%;
}
@media screen and (max-width: 1050px){
.box.users-list.show .list-subscriptions .items-list .item {
width: 20%;
}
}
@media screen and (max-width: 992px){
.box.users-list.show .list-subscriptions .items-list .item {
width: 33.33%;
}
} @media screen and (max-width: 992px){
.invite_support .invite_support_block {
padding: 10px 18px;
}
.nav-holder.new .item .link-nav {
padding: 13px 10px;
}
.logo_burger {
padding: 20px 0 10px;
}
.nav-holder.new .burger_menu_top .user_info .name {
margin: 10px 0;
}
.open-menu .nav-holder.new {
overflow-y: auto !important;
}
}
.text_link {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
}
.text_link .text {
font-size: 12px;
width: 100%;
text-align: center;
margin: 0;
}
.text_link a {
font-size: 13px;
text-align: center;
text-decoration: underline;
}
.cards.second .card .btn {
bottom: 54px;
}
.cards.second .card {
height: 275px;
}
.cards.second .main-card {
padding-bottom: 100px;
}
.live_sex {
position: relative;
}
.live_sex i {
opacity: 0;
}
.live_sex:before {
position: absolute;
content: '';
top: 50%;
transform: translateY(-50%);
width: 8px;
height: 8px;
background: rgb(66, 231, 24);
left: -10px;
border-radius: 50%;
-webkit-animation: pulse-btn 2.5s infinite;
animation: pulse-btn 2.5s infinite
}
.nav-live_sex.live_sex:before {
width: 10px;
height: 10px;
left: 21px;
}
@-webkit-keyframes pulse-btn {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, .9)
}
70% {
-webkit-box-shadow: 0 0 0 5px rgba(66, 231, 24, 0);
text-shadow: 0 0 5px rgba(66, 231, 24, .9)
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, 0)
}
}
@keyframes pulse-btn {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, .4);
box-shadow: 0 0 0 0 rgba(66, 231, 24, .4)
}
70% {
-webkit-box-shadow: 0 0 0 5px rgba(66, 231, 24, 0);
box-shadow: 0 0 0 5px rgba(66, 231, 24, 0);
text-shadow: 0 0 5px rgba(66, 231, 24, .9)
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(66, 231, 24, 0);
box-shadow: 0 0 0 0 rgba(66, 231, 24, 0)
}
}.panel-list { max-width: 600px;
margin: 0 auto;
}
.panel-list li {
width: 100%;
float: left;
padding: 0 5px;
display: contents;
}
.styles_3imjyNkCYb {
margin-top: 40px;
}
.info-discription-link img {
border: 0;
max-width: 100%;
}
.panel {
margin-bottom: 18px;
background-color: #454545;
border: 1px solid transparent;
border-radius: 10px;
box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-list .panel {
border: none;
border-radius: 0;
padding-bottom: 0;
background-image: linear-gradient(to bottom, #444444 0%, #373737 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF373737', GradientType=0);
}
.panel-heading {
font-size: 20px;
text-transform: uppercase;
}
.panel-default>.panel-heading {
color: #fff;
background-color: #4d4d4d;
border-color: #4d4d4d;
}
.panel-list .panel-heading {
background-color: transparent;
border-bottom: none;
background: #222;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#222),color-stop(1,#444));
background: -ms-linear-gradient(bottom,#222,#444);
background: -moz-linear-gradient(center bottom,#222 0,#444 100%);
background: -o-linear-gradient(#444,#222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#222222',GradientType=0);
font-weight: bold;
font-size: 15px;
text-align: center;
text-decoration: none;
cursor: pointer;
}
.panel-heading img {
width: 30px;
vertical-align: middle;
margin-right: 10px;
}
.info-discription-link {
text-align: center;
}
.info-discription-link {
padding: 10px;
}
.info-discription-link a {
white-space: nowrap;  color: #fff;
display: block; 
text-decoration: none;
font-size: 16px;
color: rgb(255, 255, 255);
white-space: nowrap;
font-family: inherit;
}
.info-discription-link a:hover {
color: #d1d1e4;
}.k2s-preview a.play-btn
{
width: 68px;
height: 48px;
margin: -24px 0 0 -34px;
border: none;
background: rgba(33, 33, 33, 0.8);
clip-path: url(#k2s-play-button-bg);
opacity: 1;
pointer-events: none;
transition: 0.1s ease-in;
}
.k2s-preview a.play-btn i
{
margin: 14px 0 0 26px;
}
.k2s-preview .poster:hover ~ .play-btn
{
background: #f00;
}
.k2s-preview a.download-btn
{
top: 0;
right: 0;
border: solid transparent;
border-width: 10px 20px 0 9px;
}
#k2s-preview-svg
{
width: 0;
height: 0;
} @keyframes k2s-preview-screenlist-show
{
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes k2s-preview-screenlist-move
{
to {
left: -100%;
}
}
.k2s-preview .screenlist
{
position: absolute;
bottom: 0;
width: 1680px;
padding-top: 8px;
background: rgba(23,23,23,0.9);
opacity: 0;
pointer-events: none;
transition: 0.1s ease-in;
animation: k2s-preview-screenlist-show 0.1s ease-in;
}
.k2s-preview:hover .screenlist
{
opacity: 1;
}
.k2s-preview .thumbs
{
position: relative;
left: 0;
text-align: left;
white-space: nowrap;
opacity: 0;
transition: opacity 0.4s ease-in;
animation: k2s-preview-screenlist-show 0.4s ease-in, k2s-preview-screenlist-move 20s linear infinite paused;
}
.k2s-preview:hover .thumbs
{
opacity: 1;
animation-play-state: running;
}
.k2s-preview .thumbs div
{
width: 160px;
height: 120px;
margin-right: 8px;
background: #000 0 / cover;
display: inline-block;
vertical-align: bottom;
}@media screen and (min-width: 1024px) {
.box .sort-holder .sort:hover .drop-holder {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
visibility: visible;
}
}
@media screen and (min-width: 1024px) {
.dark .box .sort-holder .sort .drop-holder .item-sort .link-drop:hover {
color: #fff;
background: rgba(230, 24, 78, .86);
}
}
.nav-holder .item.open-sort .drop-holder {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
visibility: visible;
}
.nav-holder .item.open-sort .link-nav {
color: #e6184e;
}
.nav-holder .item.open-sort .link-nav:after {
opacity: 1;
bottom: 0;
}
.dark .nav-holder .item.open-sort .link-nav {
color: #e6184e;
}
.nav-holder .item.open-sort .link-nav i {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.open-search .block-search {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
visibility: visible;
}
.dark .footer_user_menu .menu_items .item.active {
color: #ff485a;
}
.footer_user_menu .menu_items .item.active {
color: #ff485a;
}
.block_content.show, .block_models.show, .block_edit_foto.show {
opacity: 1;
visibility: visible;
}
.search-w.act .searchWrap b svg {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.search-w.act .searchSel svg, .searchSel svg:hover {
color: #f1f1f1;
}
.search-w.act .drop-down-men {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.user-menu.act .user-name svg {
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.user-menu.act .drop-down-men {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 1024px) {
.menu-act .mobile-slider {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
visibility: visible;
display: block;
z-index: 999;
}
}
}
@media screen and (max-width: 1024px) {
.side-model-fil.show {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
position: fixed;
visibility: visible;
display: block;
z-index: 999;
top: 92px;
}
}
@media screen and (max-width: 768px) {
.menu-act .main-content:after, .mobile-slider {
top: 50px;
}
}
.menu-act .mobile-menu-icon:before {
top: 0;
-webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
opacity: 0;
}
.menu-act .mobile-menu-icon:after {
background: #fd7500;
bottom: 0;
-webkit-transition: bottom 0.1s ease-out, background 0.3s, -webkit-transform 0.22s cubic-bezier(0.215,0.61,0.355,1) 0.12s;
transition: bottom 0.1s ease-out, background 0.3s, -webkit-transform 0.22s cubic-bezier(0.215,0.61,0.355,1) 0.12s;
transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215,0.61,0.355,1) 0.12s, background 0.3s;
transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215,0.61,0.355,1) 0.12s, background 0.3s, -webkit-transform 0.22s cubic-bezier(0.215,0.61,0.355,1) 0.12s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
nav li:hover .menu-sub {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
a#categories:after, a#channels:after, a#photos:after, a#pornstars:after, a#sponsors:after, a#videos:after {
border: 5px solid transparent;
border-top: 5px solid #6b6b6b;
content: '';
margin: 0 0 0 5px;
position: relative;
top: 3px;
}
li:hover a#categories:after, li:hover a#channels:after, li:hover a#photos:after, li:hover a#pornstars:after, li:hover a#videos:after {
border: 5px solid transparent;
border-top: 5px solid #fd7500;
content: '';
margin: 0 0 0 5px;
position: relative;
top: 3px;
}
.search-form-box.show {
z-index: 40;
width: calc(100% - 60px);
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(-45px, -50%, 0);
transform: translate3d(-45px, -50%, 0);
}
.seo-description.expanded {
display: block;
-webkit-line-clamp: unset;
-webkit-box-orient: unset;
max-height: none;
}
.HomepageFiltersIcon.active {
transform: rotate(180deg);
}
.FilterPanel.show {
display: block;
}
.open {
display: block;
}
.tabLink.active {
background: #D9D9D9 !important;
border-bottom: 1px solid #F0F0F0 !important;
color: #0A5B83 !important;
}
.tabContainer.show {
height: 100%;
width: 100%;
position: static;
overflow: hidden;
-webkit-tap-highlight-color: transparent;
padding: 0;
box-sizing: border-box;
margin: 30px 0px;
}
@media screen and (max-width: 1024px) {
.side .wrapper-descM.showM .desc-containerM .rowM {
height: auto;
max-height: 800px;
}
}
.tab-panel.show {
display: block;
}
.channel-infos .btn-other.active {
border-bottom: 2px solid #ff6407;
}
=
.sort:hover svg {
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}.filter-reset .button {
display: inline-block;
padding: 10px 18px;
background-color: #f44336; color: #fff;
font-size: 14px;
font-weight: 600;
text-decoration: none;
border: none;
border-radius: 8px;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 10px rgba(244, 67, 54, 0.2);
}
.filter-reset .button:hover {
background-color: #d32f2f;
box-shadow: 0 6px 16px rgba(244, 67, 54, 0.3);
}
.filter-reset {
margin-top: 10px;
text-align: left;
}
.models .box .thumbs-holder {
padding: 0px 0px 25px;
display: flex;
}
.models .box .items-list {
flex: 1;
}
.models .side {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.models .side {
display: flex;
width: 250px;
margin: 0px 10px 15px 0px;
padding: 0px;
border-color: rgb(29, 29, 29) transparent;
border-style: solid none;
border-width: 1px 0px;
border-radius: 0px 0px 3px 3px;
background: rgb(13, 13, 13);
color: rgb(241, 241, 241);
}
.side option img {
width: 20px;
height: auto;
margin-left: 10px;
vertical-align: middle;
}
.side select {
padding-left: 30px; }
.side option {
padding-left: 30px; }
.side form {
margin: 0px;
}
form {
margin: 0px;
padding: 0px;
border-style: none;
}
.head-h3 {
font: 500 14px "Roboto Condensed", sans-serif;
padding: 8px 12px;
text-transform: uppercase;
color: rgb(241, 241, 241);
background: rgb(45, 45, 45);
border-bottom: 1px solid rgb(29, 29, 29);
}
.side .models-pad {
margin: 10px 10px 0px;
}
.side .field-label {
text-transform: capitalize;
font-weight: 500;
margin: 10px 0px 4px;
}
button.dropdown-btn i {
display: inline-block;
vertical-align: middle;
margin: 0 0 4px 6px;
font-size: 6px;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
-o-transition: transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}
button.dropdown-btn.show i {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
span.btn-serch {
position: absolute;
top: -10px;
padding: 7px 10px;
right: 18px;
line-height: 0;
}
.side .alphabet-filter {margin: 5px 0px 10px; text-transform: capitalize; display: grid; gap: 5px; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}
.side .alphabet-filter .fil-check:last-child {grid-column: 3 / 7;}
.side .icon-search {position: absolute; margin: 11px 0px 0px 8px; font-size: 15px; line-height: 30px; color: rgb(112, 112, 112);}
.side form {margin: 0px;}
.side .models-pad {margin: 10px 10px 0px;}
.side .field-label {text-transform: capitalize; font-weight: 500; margin: 10px 0px 4px;}
.side .field-label.slidAge {margin-bottom: -6px;}
.side form .filter-buttons {display: grid; gap: 3px; grid-template-columns: 1fr 1fr;}
.side form .filter-buttons.dis label:last-child {grid-column: 1 / 3;}
.side form .filter-buttons.thr {grid-template-columns: 1fr 1fr 1fr;}
.side .selectbox {border: 1px solid rgb(31, 31, 33); background: right 10px top 50% / auto no-repeat, repeat rgb(17, 17, 17); height: 35px;}
.side .fil-bot {display: flex; margin: 12px 10px;}
.sidebar-com {-webkit-box-ordinal-group: 3; order: 2; width: 300px; margin: 15px 0px 15px 30px; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column;}
.sidebar-com .place {margin-top: 10px;}
.side-com2 {-webkit-box-ordinal-group: 1; order: 0; margin: 15px 30px 0px 0px; width: 260px;}
.sidebar-com .head-com {text-transform: capitalize; font-size: 15px; font-weight: 600; color: rgb(241, 241, 241); background: rgb(16, 16, 16); border-bottom: 1px solid rgb(28, 28, 28); margin: 10px 0px; padding: 8px; -webkit-box-pack: justify; justify-content: space-between;}
.sidebar-com .list-grid-ads.list-playlists, .sidebar-com.side-com2 .list-grid-ads.list-videos {grid-template-columns: repeat(1, minmax(200px, 1fr)); gap: 5px 0px;}
.side-chan {font-size: 0px; margin: 0px 10px 15px 0px; padding-bottom: 10px; border-right: 1px solid rgb(29, 29, 29); border-bottom: 1px solid rgb(29, 29, 29); border-radius: 0px 0px 3px 3px; background: rgb(16, 16, 16); width: 311px;}
.side-chan .model-specs {display: flex; -webkit-box-pack: justify; justify-content: space-between; overflow: hidden; padding: 8px 0px; color: rgb(190, 186, 195); border-bottom: 1px solid rgb(29, 29, 29);}
.side-chan .model-specs:first-child {border-top: 1px solid rgb(29, 29, 29); border-bottom: 0px;}
.side-chan .title {color: rgb(150, 150, 150); font-weight: 500; padding: 5px 8px 0px 0px;}
.side-chan .row-info {display: flex; -webkit-box-align: start; align-items: flex-start;}
.side-chan .list-specs {font-size: 12px; display: flex; flex-wrap: wrap; padding: 10px 0px 0px;}
.side-chan .tags {width: 100%; padding: 10px 0px; border-bottom: 1px solid rgb(29, 29, 29); margin-bottom: 5px;}
.side-chan .list-specs .item {cursor: pointer; margin: 0px 6px 8px 0px; padding: 5px 6px; color: rgb(241, 241, 241); border-radius: 2px; background: rgb(34, 34, 34); transition: all 0.3s ease 0s;}
.side-chan .list-specs .item span {color: rgb(253, 117, 0);}
.side .show-linkM svg {display: inline-flex; font-size: 9px; margin-left: 5px; transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;}
.side .show-linkM {display: none;}
.side-model {font-size: 0px; margin: 0px 10px 15px 0px; border-right: 1px solid rgb(29, 29, 29); border-bottom: 1px solid rgb(29, 29, 29); border-radius: 0px 0px 3px 3px; background: rgb(16, 16, 16); width: 260px;}
.btn-fil {
display: block;
font-size: 12px;
text-transform: capitalize;
color: rgb(185, 185, 185);
border: 1px solid rgb(31, 31, 33);
background: rgb(17, 17, 17);
border-radius: 3px;
line-height: 26px;
cursor: pointer;
text-align: center;
}
.fil-check input:checked + .btn-fil {
color: rgb(255, 255, 255);
font-weight: 500;
border-color: rgb(51, 51, 51);
background: rgb(51, 51, 51);
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px inset;
}
.fil-check input:checked + .btn-fil {
background-color: #2137f4;
color: rgb(255, 255, 255);
border: 1px solid var(--wl-signup-alt-bg-color, #2137f4);
border-radius: 4px;
}
.fil-check.checked .btn-fil {
color: #fff;
font-weight: 500;
border-color: #333;
background: #333;
-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
}
a.alphabet__link.is-active .btn-fil {
background-color: #2137f4;
color: rgb(255, 255, 255);
border: 1px solid var(--wl-signup-alt-bg-color, #2137f4);
border-radius: 4px;
}
.fil-bot .btn-fil.reset {
color: rgb(241, 241, 241);
margin-right: 5px;
line-height: 30px;
padding: 0px 10px;
background: transparent;
font-weight: 500;
border: 0px;
}
form input[type="submit"] {
background-color: var(--wl-signup-bg-color, #F47321);
color: rgb(255, 255, 255);
border: 1px solid var(--wl-signup-alt-bg-color, #CD5D26);
border-radius: 4px;
}
form input[type="radio"] {
width: 18px;
height: 18px;
}
.fil-check input {
display: none;
}
input, input, select, textarea {
font: 100% Arial, Helvetica, sans-serif;
vertical-align: middle;
color: rgb(0, 0, 0);
}
.slider-bar {
height: 10px;
background-color: #ddd;
position: relative;
cursor: pointer;
}
.slider-bar {
height: 10px;
background-color: #ddd;
position: relative;
cursor: pointer;
top: 25px;
height: 5px;
background-color: #fd7500;
}
.slider-thumb {
width: 20px;
height: 20px;
background-color: #007bff;
border-radius: 50%;
position: absolute;
top: -5px;
cursor: pointer; width: 14px;
height: 14px;
border-radius: 50%;
background-color: #f1f1f1;
-webkit-box-shadow: inset 0 0 0 2px #f1f1f1;
box-shadow: inset 0 0 0 2px #f1f1f1;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.slider-block {
height: 40px;
position: relative;
}
.slider-container {
width: 185px;
}
form select {
width: auto;
line-height: 18px;
background: rgb(255, 255, 255);
margin-top: 4px;
border: 1px solid rgb(177, 177, 177);
border-radius: 4px;
padding: 2px 4px;
}
@media screen and (max-width: 1024px) {
.side-model-fil.show {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
position: fixed;
position: absolute;
position: absolute;
visibility: visible;
display: block;
z-index: 999;
top: 92px;
top: 70px;
}
.models .box .items-list {
flex: none;
width: 100%;
height: 100%;
}
.models .box .thumbs-holder {
display: block;
} .close-button {
position: absolute;
top: 10px;
right: -30px;
width: 20px;
height: 20px;
cursor: pointer;
z-index: 9;
} .close-button::before,
.close-button::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 2px;
background: #fff;
transform-origin: center;
background: #fd7500;
background: #fff;
}
.close-button::before {
transform: translate(-50%, -50%) rotate(45deg); }
.close-button::after {
transform: translate(-50%, -50%) rotate(-45deg); }
}
@media screen and (max-width: 1024px) {.side .desc-containerM .rowM {max-height: 95px; overflow: hidden; display: block; transition: max-height 0.1s linear 0s, all 0.3s ease 0s;}}
@media screen and (max-width: 1024px) {.side .desc-containerM {padding-bottom: 20px; position: relative; margin: 0px;}}
@media screen and (max-width: 1024px) {.side .show-linkM {display: block; font: 600 12px / 30px "Roboto Condensed", sans-serif; color: rgb(191, 191, 191); border-bottom: 1px solid rgb(29, 29, 29); border-radius: 0px 0px 3px 3px; text-transform: uppercase; position: absolute; background: rgb(24, 24, 24); width: 105%; left: 50%; transform: translateX(-50%); z-index: 10;}}
@media screen and (max-width: 1024px) {.sidebar-com {display: none;}}
@media screen and (max-width: 1024px) {.side-chan {border-right: none; width: 100%;}}
@media screen and (max-width: 1024px) {.side-model {border-right: none; width: 100%;}}
@media screen and (max-width: 1024px) {.side-model-fil .fil-bot {background: rgb(24, 24, 24); margin: 0px auto; width: 100%; height: auto; padding: 10px; position: relative; bottom: 0px;}}
@media screen and (max-width: 1024px) {.side-model-fil .list li a {padding: 5px 24px; font-weight: 500;}}
@media screen and (max-width: 1024px) {.side-model-fil .models-filter {position: relative; width: 100%; bottom: 50px; top: 0px; overflow: hidden scroll; touch-action: manipulation;}}
@media screen and (max-width: 1024px) {.side-model-fil .models-pad {padding: 5px 15px 10px;}}
@media screen and (max-width: 1024px) {.side-model-fil {position: absolute; z-index: 999; top: 0px;top: -200px;left: 0px; width: 100%; height: 100%; max-width: 260px; min-width: auto; margin: 0px;  opacity: 0; visibility: hidden; transform: translateX(-50%); border: 0px; border-radius: 0px; box-shadow: rgb(0, 0, 0) 0px 0px 150px 80px; transition: all 0.3s ease 0s;}}[data-pagination="container"] {
padding: 0 0 25px;
}
@media screen and (min-width: 1024px) {
[data-pagination="container"] {
padding: 0 0 25px;
}
}
.loading {
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
.loading-spinner {
border: 4px solid rgba(0,0,0,0.1);
border-left-color: #4caf50; border-radius: 50%;
width: 36px;
height: 36px;
animation: spin 1s linear infinite;
}
@keyframes spin {
to { transform: rotate(360deg); }
}
.pagination li.dots {
color: #5e5e5e;
font-size: 16px;
line-height: 35px;
min-width: 35px;
height: 35px;
text-align: center;
display: inline-block;
padding: 0 10px;
font-weight: 300;
-webkit-box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #fff;
-webkit-transition: color .3s, -webkit-box-shadow .3s;
transition: color .3s, -webkit-box-shadow .3s;
-o-transition: color .3s, box-shadow .3s;
transition: color .3s, box-shadow .3s;
transition: color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}
.pagination .pagination-holder {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
@media screen and (min-width: 1024px) {
.pagination .pagination-holder {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
}
[data-action="PageNumber"] {
flex: none !important;
display: contents;
}
[data-pagination="container"] a {
color: #5e5e5e;
font-size: 16px;
line-height: 35px;
min-width: 35px;
height: 35px;
text-align: center;
display: inline-block;
padding: 0 10px;
font-weight: 300;
-webkit-box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #fff;
-webkit-transition: color .3s, -webkit-box-shadow .3s;
transition: color .3s, -webkit-box-shadow .3s;
-o-transition: color .3s, box-shadow .3s;
transition: color .3s, box-shadow .3s;
transition: color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}
[data-pagination="container"] li {
padding: 0 5px 0 0;
}
[data-pagination="container"] li.active a {
background-color: #e6184e;
color: #fff;
-webkit-box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
}
@media screen and (max-width: 640px) {
[data-pagination="container"] li {
display: none;
}
[data-pagination="container"] .page:last-child,
[data-pagination="container"] .page:last-of-type {
display: inline-block;
}
}
@media screen and (max-width: 640px) {
[data-pagination="container"] li.page {
display: none;
}
[data-pagination="container"] li.page.first-page,
[data-pagination="container"] li.page.last-page,
[data-pagination="container"] li.page.active,
[data-pagination="container"] li.item-pagin {
display: list-item;
}
}
[data-pagination="container"] li.item-pagin.dis {
display: none;
}
[data-pagination="container"] li.active
{
display: inline-block;
padding: 0 15px 0 0;
}
}.action-btn:hover{
border-color: rgba(255,255,255,.24);
}
.action-btn .btn__icon{
position:relative;
width:var(--fav-size);
height:var(--fav-size);
display:inline-grid;
place-items:center;
}
.fav-btn .icon-heart,
.fav-btn .icon-crack{
width:var(--fav-size);
height:var(--fav-size);
fill:currentColor;
stroke:currentColor;
transition: transform .2s ease, opacity .15s ease, color .2s ease;
} .fav-btn .icon-heart{ color:#9e9e9e; }
.fav-btn .icon-crack{ opacity:0; position:absolute; } .fav-btn:not(.is-active):hover .icon-heart{ color: var(--fav-hover); transform: scale(1.06); } .fav-btn.is-active .icon-heart{ color: var(--fav-active); } .fav-btn.is-active:hover .icon-crack{ opacity:1; }
.fav-btn.is-active:hover .icon-heart{ transform: scale(1.04); } .fav-btn__text{
font-size:.95rem;
user-select:none;
} .action-btn[data-tooltip]::after{
content: attr(data-tooltip);
position:absolute;
left:50%;
bottom: calc(100% + 8px);
transform: translateX(-50%) translateY(6px);
background: var(--tt-bg);
color: var(--tt-color);
padding: var(--tt-pad);
border-radius: var(--tt-radius);
font-size:.85rem;
line-height:1.2;
white-space:nowrap;
box-shadow: 0 6px 20px rgba(0,0,0,.25);
opacity:0;
pointer-events:none;
transition: opacity .18s ease, transform .18s ease;
}
.fav-btn:hover::after{
opacity:1;
transform: translateX(-50%) translateY(0);
}   .fav-btn{ position:relative; } .fav-btn--with-count .fav-btn__count{
font-size:.86rem;
margin-left:.2rem;
line-height:1;
opacity:.9;
} .fav-btn--icon-only.fav-btn--with-count .fav-btn__icon{
position:relative;
}
.fav-btn--icon-only.fav-btn--with-count .fav-btn__count{
position:absolute;
top:-4px; right:-6px;
min-width:16px; height:16px;
padding:0 4px;
border-radius:999px;
background:#e53935;
color:#fff;
font-size:10px;
line-height:16px;
display:inline-grid;
place-items:center;
font-weight:600;
box-shadow:0 2px 8px rgba(0,0,0,.25);
} .fav-btn__count.is-updated{
animation: favCountPop .25s ease;
}
@keyframes favCountPop {
0%   { transform: scale(1); }
50%  { transform: scale(1.15); }
100% { transform: scale(1); }
}  .fav-btn--with-count .fav-btn__count{
font-size:.86rem;
margin-left:.25rem;
line-height:1;
opacity:.9;
font-variant-numeric: tabular-nums;
} .action-btn .btn__icon{
position:relative;
}
.fav-btn--icon-only.fav-btn--with-count .fav-btn__count{
position:absolute;
top:-4px; right:-6px;
min-width:16px; height:16px;
padding:0 4px;
border-radius:999px;
background: var(--fav-active, #e53935);
color:#fff;
font-size:10px;
line-height:16px;
display:inline-grid;
place-items:center;
font-weight:600;
box-shadow:0 2px 8px rgba(0,0,0,.25);
z-index:1;
} .fav-btn__count.is-updated{
animation: favCountPop .25s ease;
}
@keyframes favCountPop{
0%{transform:scale(1)}
50%{transform:scale(1.15)}
100%{transform:scale(1)}
} .action-btn[data-hide-zero="1"] .fav-btn__count[data-count="0"]{
display:none;
}
.box .item .action-btn {
--fav-size: 22px;
--fav-gap: .4rem;
--fav-bg: transparent;
--fav-color: #aaa;
--fav-hover: #e53935;
--fav-active: #e53935;
--tt-bg: #111;
--tt-color: #fff;
display: inline-flex
;
align-items: center;
gap: var(--fav-gap);
padding: .35rem .6rem;
border: 1px solid rgba(255, 255, 255, .12);
border-radius: 999px;
background: var(--fav-bg);
color: var(--fav-color);
cursor: pointer;
line-height: 1;
position: relative;
transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.box .item .action-btn {
position: absolute;
z-index: 3;
-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
opacity: 0;
visibility: hidden;
}
.box .item .fav-btn {
right: 60px;
top: 10px;
}
.box .item .wl-btn {
right: 100px;
top: 10px;
}
.box .item .action-btn[data-tooltip] {
--tt-pad: .35rem .5rem;
--tt-radius: .5rem;
}
.box .item .action-btn:hover {
border-color: rgba(255, 255, 255, .24);
}
.item:hover .action-btn, .rating-info .action-btn, .subscribe_holder .action-btn {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.model-holder .action-btn {
opacity: 1;
visibility: visible;
}
.btn__icon {
font-size: 22px;
}
.rating-info .btn__icon {
font-size: 42px;
}
.rating-info .fav-btn .icon-heart, .rating-info .fav-btn .icon-crack
{
width: 60px;
height: 60px;
fill: rgb(245 239 239);
stroke: rgb(31, 31, 31);
transition: transform .2s ease, opacity .15s ease, color .2s ease;
} .action-btn[data-tooltip]::after{
content: attr(data-tooltip);
position: absolute;
left: 50%;
bottom: calc(100% + 8px);
transform: translateX(-50%) translateY(6px);
background: #111;
color: #fff;
padding: .35rem .5rem;
border-radius: .5rem;
font-size: .85rem;
line-height: 1.2;
white-space: nowrap;
box-shadow: 0 6px 20px rgba(0,0,0,.25);
opacity: 0;
pointer-events: none;
z-index: 9999;
transition: opacity .18s ease, transform .18s ease;
} .action-btn[data-tooltip]::before{
content: "";
position: absolute;
left: 50%;
bottom: 100%;
transform: translateX(-50%);
border: 6px solid transparent;
border-top-color: #111; opacity: 0;
z-index: 10000;
transition: opacity .18s ease;
} .action-btn:hover::after,
.action-btn:focus-visible::after{
opacity: 1;
transform: translateX(-50%) translateY(0);
}
.fav-btn:hover::before,
.fav-btn:focus-visible::before,
.wl-btn:hover::before,
.wl-btn:focus-visible::before{
opacity: 1;
}
.fav-btn__icon::before{
content:"🤍"; display:inline-block;
will-change: transform;
} .fav-btn:hover .fav-btn__icon::before{ content:"❤️"; } .fav-btn.is-active .fav-btn__icon::before{ content:"❤️"; } .fav-btn.is-active:hover .fav-btn__icon::before{ content:"💔"; } @keyframes heart-pop { 0%{transform:scale(.85)} 60%{transform:scale(1.12)} 100%{transform:scale(1)} }
@keyframes heart-pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.06)} } .fav-btn:not(.is-active):hover .fav-btn__icon{ animation: heart-pulse .6s ease; } .fav-btn.is-changing .fav-btn__icon{ animation: heart-pop .28s ease; } @media (prefers-reduced-motion: reduce){
.fav-btn__icon{ transition:none; }
.fav-btn:not(.is-active):hover .fav-btn__icon,
.fav-btn.is-changing .fav-btn__icon{ animation:none; }
} .fav-btn__count{
margin-left:.35rem; font-size:.9em; line-height:1; padding:.1rem .35rem;
border-radius:.6rem; background:#e9efff; border:1px solid #cfdafe; display:inline-block;
}
.fav-btn__count.is-updated{ animation: heart-pop .26s ease; }
.wl-btn:active { transform:translateY(1px); } .wl-btn__icon::before{
content:"🕒"; } .wl-btn:hover .wl-btn__icon::before{ content:"⏰"; }
.wl-btn.is-active .wl-btn__icon::before{ content:"⏰"; }
.wl-btn.is-active:hover .wl-btn__icon::before{ content:"🔕"; }
.notif-bell{
position:relative; background:transparent; border:1px solid #dfe4ec;
border-radius:10px; padding:.35rem .6rem; cursor:pointer;
}
.notif-badge{
position:absolute; top:-6px; right:-6px; min-width:18px; height:18px;
font-size:12px; line-height:18px; text-align:center;
color:#fff; background:#ef4444; border-radius:999px; padding:0 5px;
}
.notif-dropdown{
position:absolute; right:0; margin-top:8px; width:320px; max-height:60vh; overflow:auto;
background:#fff; color:#111; border:1px solid #e5e7eb; border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,.12); z-index:1000;
}
.notif-item{ padding:10px 12px; border-bottom:1px solid #f1f5f9; }
.notif-item.unread{ background:#f8fafc; }
.notif-item a{ color:#0d6efd; text-decoration:none; } .action-btn--sub .action-btn__icon{ position:relative; width:1em; height:1em; font-size:0; display:inline-flex; align-items:center; justify-content:center; }
.action-btn--sub .action-btn__icon::before{ content:"🔕"; font-size:22px; transition:transform .18s ease; } .action-btn--sub:hover .action-btn__icon::before{ content:"🔔"; } .action-btn--sub.is-active .action-btn__icon::before{ content:"🔔"; } .action-btn--sub.is-active:hover .action-btn__icon::before{ content:"🔕"; }  .action-btn--sub.is-changing .action-btn__icon{ animation: sub-pop .28s ease; }
@keyframes sub-pop{ 0%{transform:scale(.85)} 60%{transform:scale(1.12)} 100%{transform:scale(1)} } .notif-btn {
display: inline-flex;
align-items: center;
gap: 6px;
position: relative;
padding: 6px 12px;
border: none;
border-radius: 6px;
background: #222;
color: #fff;
cursor: pointer;
transition: background .2s;
}
.notif-btn:hover {
background: #333;
} .notif-btn__icon::before {
content: "🔔";
font-size: 18px;
line-height: 1;
} .notif-btn__badge {
position: absolute;
top: -4px;
right: -4px;
min-width: 18px;
height: 18px;
padding: 0 4px;
background: red;
color: #fff;
border-radius: 50%;
font-size: 12px;
font-weight: bold;
line-height: 18px;
text-align: center;
} .notif-dropdown {
display: none;
position: absolute;
right: 0;
margin-top: 6px;
width: 280px;
background: #111;
color: #fff;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0,0,0,.3);
z-index: 9999;
}
.notif-dropdown.is-open {
display: block;
}
.notif-list {
list-style: none;
margin: 0;
padding: 8px 0;
}
.notif-list li {
padding: 8px 12px;
border-bottom: 1px solid rgba(255,255,255,.1);
}
.notif-list li:last-child {
border-bottom: none;
}
.notif-list a {
color: #fff;
text-decoration: none;
}
.notif-empty {
text-align: center;
color: #aaa;
} <div class="button-info">123</div>
</span>
</button>
=========================== */ .container .subscribe_holder{
display:flex;
justify-content:flex-end;
margin:16px 0 12px;
} .subscribe_holder .sub-btn,
.subscribe_holder .action-btn.sub-btn{
--gold-1: #f6e27a;
--gold-2: #d4af37;
--gold-3: #b8860b;
--bg-1: #d4af37;
--bg-2: #f6e27a;
--text: #111;
position: relative;
display: inline-flex;
align-items: center;
gap: 0;
padding: 0;
border-radius: 14px;
border: 1px solid rgba(212, 175, 55, .55);
color: var(--text);
background: linear-gradient(180deg, rgba(246, 226, 122, .18) 0%, rgba(212, 175, 55, .12) 100%), linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 100%); letter-spacing: .2px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 0 1px rgba(0, 0, 0, .32), 0 6px 18px rgba(212, 175, 55, .22);
cursor: pointer;
user-select: none;
-webkit-tap-highlight-color: transparent;
transition: transform .08s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
overflow: hidden;
} .subscribe_holder .sub-btn:hover,
.subscribe_holder .sub-btn:focus-visible{
border-color:var(--gold-2);
box-shadow:
inset 0 1px 0 rgba(255,255,255,.12),
0 0 0 2px rgba(246,226,122,.22),
0 10px 28px rgba(212,175,55,.32);
outline:none;
} .subscribe_holder .sub-btn:active{
transform:translateY(1px) scale(0.996);
box-shadow:
inset 0 2px 8px rgba(0,0,0,.35),
0 0 0 2px rgba(246,226,122,.18);
} .subscribe_holder .sub-btn.is-active{
background:
linear-gradient(180deg, rgba(246,226,122,.30) 0%, rgba(212,175,55,.26) 100%),
linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 100%);
border-color:var(--gold-2);
box-shadow:
inset 0 1px 0 rgba(255,255,255,.14),
0 0 0 2px rgba(246,226,122,.18),
0 12px 34px rgba(212,175,55,.38);
} .subscribe_holder .sub-btn::after{
content:"";
position:absolute;
inset:1px;
border-radius:13px;
background:linear-gradient(120deg,
transparent 0%,
rgba(255,255,255,.07) 28%,
rgba(255,255,255,.2) 44%,
rgba(255,255,255,.07) 60%,
transparent 76%);
opacity:0; 
transform:translateX(-35%);
pointer-events:none;
right: -200px;
}
.subscribe_holder .sub-btn:hover::after{ opacity:1; animation:goldShimmer 950ms linear both; }
@keyframes goldShimmer{
from{ transform:translateX(-40%); }
to  { transform:translateX(40%); }
} .subscribe_holder .sub-btn .text{
white-space:nowrap;
font-weight:700;
} .subscribe_holder .sub-btn .button-info {
min-width: 22px;
padding: 10px 18px;
padding: 4px 8px;
}
.subscribe_holder .sub-btn .button-info.is-updated{
animation:badgePop .25s ease;
}
@keyframes badgePop{
0%{ transform:scale(.92); }
60%{ transform:scale(1.08); }
100%{ transform:scale(1); }
} .subscribe_holder .sub-btn.sub-btn--sm{ padding:8px 12px; font-size:13px; }
.subscribe_holder .sub-btn.sub-btn--lg{ padding:12px 16px; font-size:16px; } .subscribe_holder .sub-btn.sub-btn--icon-only{ padding:10px 12px; }
.subscribe_holder .sub-btn.sub-btn--icon-only .text{ display:none; } .subscribe_holder .sub-btn[disabled],
.subscribe_holder .sub-btn.is-loading{
opacity:.7; cursor:default;
}
.subscribe_holder .sub-btn.is-loading::before{
content:"⏳";
position:absolute; left:10px;
animation:spin 1s linear infinite;
filter:drop-shadow(0 1px 0 rgba(0,0,0,.3));
}
@keyframes spin{ to{ transform:rotate(360deg); } } .subscribe_holder .sub-btn .icon-user::before,
.subscribe_holder .sub-btn .icon-star::before,
.subscribe_holder .sub-btn .icon-bell::before,
.subscribe_holder .sub-btn .icon-heart::before,
.subscribe_holder .sub-btn .icon-plus::before,
.subscribe_holder .sub-btn .icon-check::before{
display:inline-block;
font-size:18px;
line-height:1;
filter:drop-shadow(0 1px 0 rgba(0,0,0,.35));
} .subscribe_holder .sub-btn .icon-user::before{ content:"🤵"; } .subscribe_holder .sub-btn .icon-star::before{ content:"⭐"; } .subscribe_holder .sub-btn .text .lbl::before {
content: "🔔";
grid-area: 1 / 2;
transition: opacity .18s ease;
white-space: nowrap;
} .subscribe_holder .sub-btn .text .lbl-hover::before {
content: "🔕";
grid-area: 1 / 2;
transition: opacity .18s ease;
white-space: nowrap;
} .subscribe_holder .sub-btn .icon-heart::before{ content:"❤️"; } .subscribe_holder .sub-btn .icon-plus::before{ content:"➕"; } .subscribe_holder .sub-btn .icon-check::before{ content:"✅"; } .subscribe_holder button.action-btn{
border:none; background:none;
padding:0;
} .subscribe_holder .sub-btn .btn_info { display: flex
;
align-items: center;   padding: 10px 18px;
font-size: 18px;
padding: 10px 25px; color: #fefefe;
background: #e6184e;
}
.subscribe_holder .text {
font-size: 18px;
padding: 10px 25px;
}
.container .subscribe_holder {
display: flex;
justify-content: flex-end;
margin: 25px 0 -15px;
margin: 15px 0 15px;
} .sub-btn .text{
display:grid;
position:relative;
}
.sub-btn .text .lbl,
.sub-btn .text .lbl-hover{
grid-area:1 / 1; transition:opacity .18s ease;
white-space:nowrap;
}
.sub-btn .text .lbl-hover{ opacity:0; } .sub-btn.is-active:hover .text .lbl,
.sub-btn.is-active:focus-visible .text .lbl{
opacity:0;
}
.sub-btn.is-active:hover .text .lbl-hover,
.sub-btn.is-active:focus-visible .text .lbl-hover{
opacity:1;
}
.album .fav-btn {
left: 60px;
top: 40px;
right: auto;
}.sub-btn {
display: inline-flex;
align-items: center;
gap: 6px; padding: 6px 12px;
border: none;
border-radius: 6px;
font-size: 14px;
font-weight: 500;
background: #222;
color: #fff;
cursor: pointer;
transition: background .2s ease, color .2s ease;
} .sub-btn__text {
white-space: nowrap;
} .sub-btn__icon::before {
content: "🔔"; font-size: 16px;
line-height: 1;
} .sub-btn.is-active {
background: #0a7d32;
}
.sub-btn.is-active .sub-btn__icon::before {
content: "🔕"; }
.sub-btn.is-active .sub-btn__text {
content: "Вы подписаны";
} .header-notifications { position: relative; display: inline-block; }
.notif-btn {
display: inline-flex;
align-items: center;
gap: 6px;
position: relative;
padding: 6px 12px;
border: none;
border-radius: 6px;
background: #222;
color: #fff;
cursor: pointer;
transition: background .2s;
}
.notif-btn:hover { background: #333; }
.notif-btn__icon::before { content: "🔔"; font-size: 18px; line-height: 1; }
.notif-btn__badge {
position: absolute; top: -4px; right: -4px;
min-width: 18px; height: 18px; padding: 0 4px;
background: red; color: #fff; border-radius: 50%;
font-size: 12px; font-weight: 700; line-height: 18px; text-align: center;
}
.notif-dropdown {
display: none;
position: absolute; right: 0; margin-top: 6px; width: 320px;
background: #111; color: #fff; border-radius: 8px;
box-shadow: 0 8px 24px rgba(0,0,0,.35);
z-index: 9999;
}
.notif-dropdown.is-open { display: block; }
.notif-list { list-style: none; margin: 0; padding: 8px 0; }
.notif-list li { padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.notif-list li:last-child { border-bottom: none; }
.notif-list a { color: #fff; text-decoration: none; display: block; }
.notif-empty { text-align: center; color: #aaa; } .notif{position:relative;display:inline-block}
.notif__btn{background:#222;color:#fff;border:0;border-radius:10px;padding:6px 10px;cursor:pointer}
.notif__badge{margin-left:6px;background:#e11;border-radius:999px;padding:2px 6px;font-weight:700}
.notif__badge.is-hidden{display:none}
.notif__head{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;border-bottom:1px solid rgba(255,255,255,.08)}
.notif__mark{background:#333;color:#fff;border:0;border-radius:8px;padding:4px 8px;cursor:pointer}
.notif__list{max-height:55vh;overflow:auto;list-style:none;margin:0;padding:6px}
.notif__item{padding:8px;border-bottom:1px dashed rgba(255,255,255,.1)}
.notif__item small{display:block;opacity:.65;margin-top:4px}
.notif__empty{padding:12px;opacity:.7;text-align:center} .notif__list {
list-style: none;
margin: 0;
padding: 0;
max-height: 60vh; overflow-y: auto; } .notif__item {
padding: 10px 12px;
border-bottom: 1px solid rgba(255,255,255,0.1);
line-height: 1.4;
} .notif__item a {
color: #9cf; text-decoration: none;
font-size: 14px;
}
.notif__item a:hover {
text-decoration: underline;
} .notif__item small {
display: block;
margin-top: 4px;
font-size: 12px;
color: #aaa;
} .notif__empty {
padding: 14px;
text-align: center;
color: #999;
} #notif-panel { display: block; } .notif { position: relative; }
.notif__panel{
position: absolute; right: 0;
top: calc(100% + 8px);
width: 340px;
background: #111;
color: #fff;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,.35);
padding: 8px;
z-index: 9999; } .header, .site-header, .menu { overflow: visible !important; }  .notif__list {
list-style: none;
margin: 0;
padding: 0;
} .notif__item {
padding: 8px 10px;
border-bottom: 1px solid rgba(255,255,255,.08);
font-size: 14px;
line-height: 1.4;
color: #ddd;
}
.notif__item:last-child {
border-bottom: none;
} .notif__item a {
color: #9cf;
text-decoration: none;
font-weight: 500;
}
.notif__item a:hover {
text-decoration: underline;
} .notif__item a[href*="/pornstar/"],
.notif__item a[href*="/channel/"] {
font-weight: 600;
color: #fff;
} .notif__item a[href*="/video/"],
.notif__item a[href*="/gallery/"] {
display: inline-block;
margin-right: 4px;
font-weight: 500;
color: #9cf;
} .notif__item small {
display: block;
margin-top: 4px;
font-size: 12px;
color: #999;
} @media (max-width: 768px) { .notif__btn,
.notif__mark,
.notif-btn {
padding: 10px 14px;
font-size: 16px;
border-radius: 10px;
}
.notif__badge,
.notif-btn__badge {
min-width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
top: -6px;
right: -6px;
} .notif { position: static; } .notif__panel {
position: fixed;
left: 0; right: 0; bottom: 0; top: auto;
width: 100%;
max-height: 75vh;
border-radius: 14px 14px 0 0;
padding: 12px;
box-shadow: 0 -10px 30px rgba(0,0,0,.35); transform: translateY(110%);
opacity: 0;
transition: transform .25s ease, opacity .25s ease;
} .notif__list {
max-height: calc(75vh - 56px); padding: 6px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.notif__head { padding: 10px 8px; }
.notif__item { padding: 10px 12px; font-size: 15px; }
.notif__item small { font-size: 12px; } .sub-btn { gap: 4px; padding: 8px 10px; font-size: 15px; }
.sub-btn__icon::before { font-size: 18px; }
} @media (max-width: 420px) {
.notif__panel { max-height: 80vh; }
.notif__item { font-size: 14px; }
.notif__btn strong,
.notif__head strong { font-size: 16px; }
} .notif__panel.is-open {
transform: translateY(0);
opacity: 1;
} #notif-panel[hidden] { display: none !important; } @media (max-width: 768px) {
.notif__panel {
position: fixed;
left: 0; right: 0; bottom: 0;
width: 100%;
max-height: 75vh;
border-radius: 14px 14px 0 0;
padding: 12px;
box-shadow: 0 -10px 30px rgba(0,0,0,.35);
background: #111;
color: #fff;
transform: translateY(110%);
opacity: 0;
transition: transform .25s ease, opacity .25s ease;
z-index: 9999;
top: auto;
}
.notif__panel.is-open {
transform: translateY(0);
opacity: 1;
}
}
.notif__close {
background: none;
border: 0;
color: #fff;
font-size: 20px;
font-weight: bold;
cursor: pointer;
padding: 0 6px;
line-height: 1;
border-radius: 6px;
transition: background .2s;
}
.notif__close:hover {
background: rgba(255,255,255,.1);
}  .box.users-list.show .list-subscriptions .item { width: 100%; }
.box.users-list .list-subscriptions .img-holder {
padding-bottom: 141%;
position: relative;
box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
border-radius: 10px;
background-color: #d0d0d0;
overflow: hidden;
transition: .3s;
}
.box.users-list .list-subscriptions .item .info-holder {
transition: background .3s;
flex-wrap: wrap;
padding: 11px 10px;
}
.box.users-list .list-subscriptions .item .info-model {
color: #fff;
font-size: 13px;
line-height: 15px;
font-weight: 300;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}  .subscriptions-slider {
display: block;
margin-top: 30px;
max-width: 100%;
overflow: hidden;
} .list-subscriptions {
position: relative;
display: grid;
grid-template-rows: auto 36px; row-gap: 8px;
isolation: isolate;
} .subs-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 5;
width: 36px;
height: 36px;
border-radius: 999px;
border: none;
background: rgba(0,0,0,.55);
color: #fff;
font-size: 20px;
line-height: 36px;
text-align: center;
cursor: pointer;
box-shadow: 0 4px 14px rgba(0,0,0,.18);
transition: background .15s ease, transform .15s ease, opacity .15s ease;
}
.subs-nav.prev { left: 6px; }
.subs-nav.next { right: 6px; }
.subs-nav:hover { background: rgba(0,0,0,.75); }
.subs-nav:active { transform: translateY(-50%) scale(.98); }
.subs-nav:disabled { opacity: .4; pointer-events: none; } .subs-track {
--gap: 12px;
--card-w: clamp(180px, 32vw, 260px);
--card-h: auto;
--screen-w: 100vw; display: flex;
gap: var(--gap);
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
user-select: none;
cursor: grab;
scrollbar-width: none; }
.subs-track::-webkit-scrollbar { display: none; } .subs-track.dragging { cursor: grabbing; } .subs-track .item {
flex: 0 0 var(--card-w); min-width: 0;
width: var(--card-w); height: var(--card-h);
overflow: hidden;
border-radius: 12px;
display: block;
}
.subs-track .link { display: block; text-decoration: none; color: inherit; } .subs-track .img-holder {
position: relative;
border-radius: 12px;
overflow: hidden;
background: #0f172a0d;
aspect-ratio: 3 / 4; }
.subs-track .img-holder.channel { aspect-ratio: 16 / 9; } .subs-track .img-holder .img {
width: 100%;
height: 100%;
object-fit: cover; display: block;
} .subs-track .title-item,
.subs-track .info-holder {
padding: 8px 2px 0;
font-size: 14px;
line-height: 1.35;
}
.subs-track .title {
margin: 0;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} .subs-scrollbar {
width: 100%;
appearance: none;
height: 6px;
border-radius: 999px;
background: #e5e7eb;
outline: none;
margin: 0;
}
.subs-scrollbar::-moz-range-track {
height: 6px;
background: #e5e7eb;
border-radius: 999px;
}
.subs-scrollbar::-webkit-slider-thumb {
appearance: none;
width: 56px;
height: 14px;
border-radius: 8px;
background: #2563eb;
cursor: pointer;
margin-top: -4px;
}
.subs-scrollbar::-moz-range-thumb {
width: 56px;
height: 14px;
border: none;
border-radius: 8px;
background: #2563eb;
cursor: pointer;
}
.subs-scrollbar:hover::-webkit-slider-thumb { filter: brightness(1.05); }
.subs-scrollbar:active::-webkit-slider-thumb { transform: scale(.98); }
.subs-scrollbar:focus-visible { outline: 2px solid #60a5fa; outline-offset: 3px; } .subs-track .item:has(.img-holder.channel) {
flex-basis: calc(var(--card-w) * .75);
width:      calc(var(--card-w) * .75);
max-width:  calc(var(--card-w) * .75);
overflow: hidden;
}   @media (max-width: 480px) {
.subs-track { --gap: 10px; --card-w: clamp(160px, 68vw, 220px); }
.subs-nav { width: 32px; height: 32px; line-height: 32px; font-size: 18px; }
}
@media (min-width: 1024px) {
.subs-track { --card-w: clamp(220px, 22vw, 280px); }
}.message-list,
.message-chain{
display:flex;
flex-direction:column;
gap:12px;
}
.message-list.bubbles-layout{ padding:2px; } .message-card.bubble{
position:relative;
border:1px solid #e6e9ef;
background:#ffffff;
border-radius:16px;
box-shadow:0 6px 18px rgba(2,6,23,.08);
padding:12px;
max-width:min(82ch,100%);
animation:msg-pop .16s ease-out;
}
@keyframes msg-pop{ from{opacity:0; transform:translateY(3px)} to{opacity:1; transform:none} } .message-card.bubble.you{
margin-left:auto;
background:linear-gradient(180deg,#eef4ff,#e8f0ff);
border-color:rgba(37,99,235,.35);
}
.message-card.bubble.other{
margin-right:auto;
background:linear-gradient(180deg,#f8fafc,#eef2f7);
} .message-card.bubble.you::after,
.message-card.bubble.other::after{
content:"";
position:absolute;
bottom:12px;
width:12px; height:12px;
background:inherit;
border:inherit; border-left:none; border-top:none;
transform:rotate(45deg);
box-shadow:inherit;
}
.message-card.bubble.you::after{ right:-6px; }
.message-card.bubble.other::after{ left:-6px; } .message-card.bubble.is-unread{
border-color:#93c5fd;
box-shadow:0 10px 28px rgba(37,99,235,.16);
}
.message-card.bubble.is-unread::before{
content:"";
position:absolute; inset:0 auto 0 0; width:3px;
background:linear-gradient(180deg,#60a5fa,#2563eb);
border-radius:16px;
} .bubble .bubble__header{
display:grid;
grid-template-columns:auto 1fr auto;
gap:10px; align-items:center;
margin-bottom:6px;
}
.bubble .bubble__avatar{
width:32px; height:32px; border-radius:50%;
display:grid; place-items:center;
font-weight:800; color:#1e3a8a;
background:rgba(37,99,235,.12);
box-shadow: inset 0 0 0 1px rgba(37,99,235,.25);
}
.bubble.you .bubble__avatar{
color:#065f46;
background:rgba(16,185,129,.12);
box-shadow: inset 0 0 0 1px rgba(16,185,129,.35);
}
.bubble .bubble__title{ display:grid; gap:2px; }
.bubble .bubble__name{ font-size:14px; font-weight:700; color:#0f172a; }
.bubble .bubble__arrow{ color:#64748b; margin:0 6px; }
.bubble .bubble__time{ font-size:12px; color:#64748b; } .bubble .bubble__badge{
font-size:11px; line-height:1;
padding:6px 8px; border-radius:999px; white-space:nowrap;
background:#ecfdf5; color:#065f46; border:1px solid rgba(16,185,129,.35);
}
.bubble.is-unread .bubble__badge{
background:#fff7ed; color:#7c2d12; border-color:rgba(245,158,11,.4);
} .bubble .bubble__body{
font-size:15px; line-height:1.6; color:#0f172a;
word-break:break-word;
}
.bubble .bubble__body p{ margin:.4em 0; } .bubble .bubble__footer{
margin-top:8px; display:flex; justify-content:flex-end;
}
.bubble .bubble__permalink{
font-size:12px; color:#64748b; text-decoration:none;
border-bottom:1px dashed transparent;
}
.bubble .bubble__permalink:hover{
color:#2563eb; border-bottom-color:rgba(37,99,235,.35);
} .reply-form{
position:sticky; bottom:0; z-index:5;
border:1px solid #e6e9ef;
background:rgba(255,255,255,.92);
backdrop-filter:saturate(1.4) blur(6px);
border-radius:16px;
padding:14px; margin:18px 0 0;
box-shadow:0 18px 46px rgba(2,6,23,.12);
}
.reply-form h3{
margin:0 0 8px; font-size:16px; font-weight:800; color:#0f172a;
}
.reply-form label{
display:block; font-size:13px; color:#64748b; margin:10px 0 6px;
}
.reply-form input[type="text"],
.reply-form textarea{
width:100%;
border:1px solid #e6e9ef; border-radius:12px;
padding:10px 12px; background:#ffffff; color:#0f172a;
transition:border-color .15s ease, box-shadow .15s ease;
}
.reply-form textarea{ min-height:120px; resize:vertical; }
.reply-form input:focus,
.reply-form textarea:focus{
border-color:#2563eb;
box-shadow:0 0 0 4px rgba(37,99,235,.15);
outline:none;
}
.reply-form button[type="submit"]{
margin-top:10px;
padding:10px 14px; border:0; border-radius:14px;
background:linear-gradient(180deg,#2563eb,#1d4ed8);
color:#ffffff; font-weight:700; letter-spacing:.2px;
box-shadow:0 8px 20px rgba(37,99,235,.28);
cursor:pointer;
transition:transform .06s ease, box-shadow .2s ease, filter .15s ease;
}
.reply-form button[type="submit"]:hover{
transform:translateY(-1px);
box-shadow:0 10px 24px rgba(37,99,235,.34);
}
.reply-form button[type="submit"]:active{
transform:translateY(0);
filter:brightness(.95);
} .chat-layout{
display:grid;
grid-template-columns: 320px 1fr;
gap:16px;
align-items:stretch;
margin:10px 0 20px;
}
@media (max-width: 980px){
.chat-layout{ grid-template-columns: 1fr; }
} .chat-sidebar{
border:1px solid #e6e9ef;
background:#ffffff;
border-radius:16px;
box-shadow:0 6px 18px rgba(2,6,23,.08);
display:flex; flex-direction:column;
min-height:520px; max-height:80vh;
}
.chat-sidebar__head{
padding:12px 14px;
border-bottom:1px solid #e6e9ef;
}
.chat-sidebar__head h2{
margin:0; font-size:14px; font-weight:800; color:#0f172a; text-transform:uppercase; letter-spacing:.5px;
}
.chat-sidebar__list{
padding:6px; overflow:auto; flex:1; display:flex; flex-direction:column; gap:6px;
scrollbar-width: thin; scrollbar-color: rgba(100,116,139,.5) transparent;
}
.chat-sidebar__list::-webkit-scrollbar{ width:8px; }
.chat-sidebar__list::-webkit-scrollbar-thumb{ background:rgba(100,116,139,.45); border-radius:999px; }
.chat-item{
display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:10px;
border:1px solid #e6e9ef; background:#fff; border-radius:12px;
padding:10px; text-decoration:none; color:#0f172a;
transition: border-color .15s ease, transform .06s ease, background .15s ease;
}
.chat-item:hover{ border-color:#bcd2ff; transform: translateY(-1px); background:#f9fbff; }
.chat-item.is-active{ border-color:#93c5fd; background:linear-gradient(180deg,#eef4ff,#e8f0ff); }
.chat-item__avatar{
width:36px; height:36px; border-radius:50%; display:grid; place-items:center;
font-weight:800; color:#1e3a8a; background:rgba(37,99,235,.12); 
box-shadow: inset 0 0 0 1px rgba(37,99,235,.25);
}
.chat-item__meta{ display:grid; gap:3px; }
.chat-item__top{ display:grid; grid-template-columns:1fr auto; gap:8px; align-items:center; }
.chat-item__name{ font-size:14px; font-weight:700; color:#0f172a; }
.chat-item__time{ font-size:12px; color:#64748b; }
.chat-item__last{ font-size:13px; color:#475569; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.chat-item__badge{
justify-self:end;
font-size:12px; line-height:1; padding:6px 8px; border-radius:999px;
background:#2563eb; color:#fff; box-shadow:0 6px 16px rgba(37,99,235,.35);
} .chat-thread{
border:1px solid #e6e9ef; background:#ffffff; border-radius:16px;
box-shadow:0 6px 18px rgba(2,6,23,.08);
display:grid; grid-template-rows:auto 1fr auto; min-height:520px; max-height:80vh;
}
.chat-thread__head{
padding:12px 14px; border-bottom:1px solid #e6e9ef; display:flex; align-items:center; justify-content:space-between;
}
.chat-thread__title{ font-size:16px; font-weight:800; color:#0f172a; }
.chat-thread__body{
padding:12px; overflow:auto;
scrollbar-width: thin; scrollbar-color: rgba(100,116,139,.5) transparent;
}
.chat-thread__body::-webkit-scrollbar{ width:8px; }
.chat-thread__body::-webkit-scrollbar-thumb{ background:rgba(100,116,139,.45); border-radius:999px; }
.chat-thread__composer{
padding:12px 14px; border-top:1px solid #e6e9ef; background:#fff; border-radius:0 0 16px 16px;
} .chat-empty{
color:#64748b; font-size:14px; padding:16px; text-align:center;
}  .messages-tabs {
display: flex;
gap: 8px;
align-items: flex-end;
margin: 10px 0 0;
}
.messages-tabs .tab {
appearance: none;
border: 1px solid #cbd5e1; border-bottom: none;
background: #f8fafc; color: #0f172a; padding: 10px 14px;
line-height: 1.2;
font-weight: 600;
font-size: 14px;
border-radius: 10px 10px 0 0;
cursor: pointer;
transition: background .15s ease, color .15s ease, box-shadow .15s ease, border-color .15s ease;
position: relative;
top: 1px; }
.messages-tabs .tab:hover {
background: #eef2f7; border-color: #94a3b8; }
.messages-tabs .tab.is-active {
background: #ffffff;
color: #0f172a;
border-color: #cbd5e1;
box-shadow: 0 1px 0 #ffffff inset; } #messages_block_root .tabs-content {
border: 1px solid #cbd5e1;
border-radius: 0 12px 12px 12px;
background: #ffffff;
padding: 16px;
margin-top: 0;
} .info-block {
display: none;
opacity: 0;
transition: opacity .2s ease;
}
.info-block.show {
display: block;
opacity: 1;
} .message-list {
display: grid;
gap: 12px;
} .message-card {
background: #ffffff;
border: 1px solid #e5e7eb; border-radius: 14px;
padding: 14px 16px;
box-shadow: 0 1px 2px rgba(16,24,40,.06);
position: relative;
} .message-card.you::before,
.message-card.other::before {
content: "";
position: absolute;
inset: 0 auto 0 0;
width: 4px;
border-radius: 14px 0 0 14px;
background: #4f46e5; }
.message-card.you::before { background: #2563eb; } .message-card.is-unread {
border-color: #93c5fd; background: #f8fbff;
} .message-card__head {
display: flex;
align-items: center;
gap: 10px;
}
.message-card__title {
margin: 0;
font-size: 16px;
line-height: 1.2;
font-weight: 700;
}
.message-card__title a {
color: #0f172a;
text-decoration: none;
}
.message-card__title a:hover {
text-decoration: underline;
} .message-card__badge {
margin-left: auto;
font-size: 12px;
font-weight: 700;
padding: 4px 8px;
border-radius: 999px;
border: 1px solid transparent;
background: #f1f5f9; color: #334155; }
.message-card.is-unread .message-card__badge {
background: #dbeafe; color: #1e40af; border-color: #93c5fd; } .message-card__meta {
display: grid;
gap: 6px;
margin-top: 10px;
padding-top: 10px;
border-top: 1px dashed #e5e7eb;
}
.meta-row {
display: flex;
gap: 8px;
align-items: center;
font-size: 13px;
line-height: 1.3;
}
.meta-label {
min-width: 80px;
color: #64748b; }
.meta-value a {
color: #0f172a;
text-decoration: none;
}
.meta-value a:hover {
text-decoration: underline;
} .message-card__excerpt {
margin-top: 10px;
color: #334155; font-size: 14px;
line-height: 1.55;
} .pm-item {
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 12px;
padding: 12px 14px;
box-shadow: 0 1px 2px rgba(16,24,40,.06);
}
.pm-item.unread { border-color: #93c5fd; background: #f8fbff; }
.pm-head {
font-size: 13px;
color: #0f172a;
font-weight: 700;
display: flex;
gap: 8px;
align-items: baseline;
margin-bottom: 8px;
}
.pm-head time {
font-weight: 400;
color: #64748b;
}
.pm-body {
font-size: 14px;
color: #334155;
line-height: 1.6;
} .pm-pagination {
display: flex;
gap: 6px;
flex-wrap: wrap;
margin-top: 14px;
}
.pm-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 10px;
border-radius: 8px;
border: 1px solid #e5e7eb;
background: #ffffff;
color: #0f172a;
text-decoration: none;
font-weight: 600;
transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.pm-pagination .page-numbers:hover {
background: #f1f5f9;
border-color: #cbd5e1;
}
.pm-pagination .current {
background: #2563eb;
border-color: #2563eb;
color: #ffffff;
} .msg-col h3 {
margin: 0 0 10px;
font-size: 16px;
font-weight: 800;
color: #0f172a;
} @media (max-width: 900px) {
.tabs-content { padding: 12px; border-radius: 8px; }
.messages-tabs .tab { padding: 8px 12px; font-size: 13px; }
.message-card { padding: 12px; border-radius: 12px; }
.message-card__title { font-size: 15px; }
.meta-label { min-width: 70px; }
} .messages-tabs .tab:focus-visible,
.pm-pagination .page-numbers:focus-visible,
.message-card a:focus-visible {
outline: 2px solid #2563eb;
outline-offset: 2px;
} @media (prefers-color-scheme: dark){
.message-card.bubble{
border:1px solid #1e293b;
background:#0f172a;
box-shadow:0 10px 26px rgba(0,0,0,.35);
}
.message-card.bubble.you{
background:linear-gradient(180deg,#0f1b3a,#0c1630);
border-color:rgba(37,99,235,.35);
}
.message-card.bubble.other{
background:linear-gradient(180deg,#0f172a,#0c1222);
}
.bubble .bubble__name{ color:#e5e7eb; }
.bubble .bubble__arrow,
.bubble .bubble__time{ color:#93a4b8; }
.bubble .bubble__avatar{
background:rgba(37,99,235,.15);
color:#a5b4fc;
box-shadow: inset 0 0 0 1px rgba(37,99,235,.35);
}
.bubble.you .bubble__avatar{
background:rgba(16,185,129,.12);
color:#86efac;
box-shadow: inset 0 0 0 1px rgba(16,185,129,.35);
}
.bubble .bubble__body{ color:#e5e7eb; }
.bubble .bubble__permalink{ color:#93a4b8; }
.reply-form{
border:1px solid #1e293b;
background:rgba(15,23,42,.75);
box-shadow:0 26px 60px rgba(0,0,0,.5);
}
.reply-form h3{ color:#e5e7eb; }
.reply-form label{ color:#93a4b8; }
.reply-form input[type="text"],
.reply-form textarea{
background:#0f172a; color:#e5e7eb; border:1px solid #1e293b;
}
}.item.playlist .img, .list-playlists-2 .img {
width: 100%;
border: 1px solid #1f1f21;
padding-bottom: 56.25%;
position: relative;
}
.item .img .thumb:first-child, .item .img picture .thumb {
position: absolute;
inset: 0px;
width: 100%;
height: 100%;
backface-visibility: hidden;
object-fit: cover;
}
.item .img img.video2, .item .img img.video3, .item .img img.video4 {
border: 1px solid #505050;
position: absolute;
width: 80px;
height: 46px;
z-index: 1;
}
.item .img img.video2 {
right: 5px;
top: 46px;
}
.item .img img.video3 {
right: 5px;
top: 98px;
}
.item .img img.video2, .item .img img.video3, .item .img img.video4 {
border: 1px solid #505050;
position: absolute;
width: 80px;
height: 46px;
z-index: 1;
}
.overlay-side {
text-transform: capitalize;
font-size: 12px;
width: 90px !important;
background: rgba(0, 0, 0, 0.8);
color: #f1f1f1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
right: 0;
top: 0;
bottom: 0;
text-align: center;
}
.overlay-side span em {
display: block;
font: 22px "Roboto Condensed", sans-serif;
}
.playlist-overlay {
background: rgba(0, 0, 0, 0.7);
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
}
.item.playlist .img .playlist-overlay a, .list-playlists-2 .img .playlist-overlay a {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
color: #f1f1f1;
height: 50%;
border-top: 1px solid #0d0e12;
cursor: pointer;
}
.playAll svg, .viewPl svg {
font-size: 15px !important;
margin-right: 8px !important;
}
.playAll .pTxt, .viewPl .pTxt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.item .img .no-thumb {
display: block;
height: 100%;
background-size: 6rem;
}
.item .img .no-thumb {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
z-index: 1;
font-size: 0;
}
.no-thumb {
background: url(//k2porn.com/wp-content/themes/xxx/images/no-thumb.png) no-repeat center;
background-size: auto;
}
.item.playlist .img .no-thumb, .list-playlists-2 .img .no-thumb {
position: absolute;
height: 67px;
font-size: 0;
width: 100%;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: 5;
background-size: 10rem;
}
.item.playlist .info {
background-color: #000;
}
.ps-user a {
color: #fff;
}
.item-control {
background: #111;
border-top: 1px solid #0d0e12;
padding: 6px;
cursor: default;
}
.list-grid-ads {
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(200px,1fr) 5px minmax(200px,1fr) 5px minmax(200px,1fr) 5px minmax(200px,1fr) 5px minmax(200px,1fr);
grid-template-columns: repeat(5,minmax(200px,1fr));
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
grid-gap: 10px 5px;
}
.list-grid-ads.list-playlists-2, .list-grid-ads.list-videos-2 {
-ms-grid-columns: minmax(200px,1fr) 5px minmax(200px,1fr) 5px minmax(200px,1fr) 5px minmax(200px,1fr);
grid-template-columns: repeat(4,minmax(200px,1fr));
}
.list-grid-ads > :first-child {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.item .img {
position: relative;
background: #040404;
border-bottom: 1px solid #1f1f21;
overflow: hidden;
}
.items-list.premium-thumbs > .item.playlist:first-child {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.item.playlist {
display: inline-block;
vertical-align: top;
padding: 15px 15px 0px 0px;
width: 33.33%;
position: relative;
}
@media screen and (max-width: 1200px) {
.item.playlist {
width: 50%;
}
}
@media screen and (max-width: 550px) {
.item.playlist {
width: 100%;
}
}
@media screen and (max-width: 992px) {
.headline_playlist [data-action="sort_list"] {
top: 110px;
}
}	
@media screen and (max-width: 440px) {
.headline_playlist .sort-holder .sort:last-of-type {
width: 100%;
}
}
.item.playlist .img {
position: relative;
background: #040404;
border-bottom: 1px solid #1f1f21;
overflow: hidden;
border: 1px solid #1f1f21;
padding-bottom: 56.25%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.item.playlist .fav-btn {
left: 40px;
right: auto;
top: 40px;
}
.item.playlist .m-num.rate, .list-playlists-2 .item .m-num.rate {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.item.playlist .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: 'Roboto Condensed', sans-serif;
font-size: 13px;
padding: 0px 4px 2px;
}
.item.playlist .m-num {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #909090;
font-size: 12px;
padding: 3px 10px 0 0;
}
.box .headline_playlist{
position: relative;
display: flex;
align-items: center;
justify-content: flex-start; flex-wrap: nowrap;
gap: 12px; padding: 0 0 10px;
} .box .headline_playlist > .sort-holder{
margin-left: auto; } .list-selector {
position: relative;
overflow: visible; } .list-selector__input {
cursor: pointer;
} .list-selector-popup {
position: absolute;
left: 0;
right: 0;
top: calc(100% + 6px);
background: #0b0b0b;
border: 1px solid #1f1f21;
padding: 10px;
z-index: 99999; max-height: 340px;
overflow: auto;
display: none; }
.popup-wrap .headline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 10px;
border-radius: 3px 3px 0 0;
background: #2d2d2d;
border-bottom: 1px solid #1d1d1d;
font-size: 18px;
color: #f1f1f1;
font-weight: 500;
padding: 12px 15px;
}
.popup-holder {
margin: 0 15px 15px;
}
form .radio:checked+label:after, form .radio:checked+span:after {
content: "";
position: absolute;
top: 4px;
left: 4px;
width: 6px;
height: 6px;
background: #fd7500;
border-radius: 50%;
}
form .checkbox+label, form .checkbox+span, form .radio+label, form .radio+span {
position: relative;
padding-left: 20px !important;
cursor: pointer;
}
.popup-wrap label {
margin-bottom: 8px;
display: block;
}
.popup-wrap form label {
position: relative;
display: block;
cursor: pointer;
margin-bottom: 6px;
}
.popup-wrap .icon-svg {
display: inline-block;
}
svg.icon_svg {
fill: #5e5e5e;
width: 23px;
height: 23px;
margin: 0;
transition: all .3s; }
.tab svg.icon_svg {
width: 17px;
height: 17px;
}
form label.field-label::after {
content: ":";
}
form .list-selector-popup {
position: absolute;
width: 100%;
height: 160px;
left: 0;
bottom: 52px;
border-radius: 5px;
z-index: 10000;
background: #101010;
}
form .list-selector-popup:before {
position: absolute;
content: "";
width: 40px;
height: 7px;
background: #000;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
z-index: 10001;
} .list-selector__search { margin: 0 0 8px; }
.terms-list .item { display:flex; align-items:center; gap:8px; padding:4px 0; }
.terms-list .item label { color:#eee; cursor:pointer; }
.hidden { display:none; }
.item.playlist:hover .playlist-overlay {
display: block;
}
.playlist-overlay a:hover {
background: rgba(0,0,0,0.8);
}
.playlist-info {
margin-top: 5px;
font-size: 0;
}
.playlist_info_user .pls_user {
margin-left: 3px;
}
.playlist_info_user .ps_update {
margin-left: 15px;
}
.playlist-info {
margin-top: 5px;
font-size: 0;
}
.owl-carousel, .owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
position: relative;
}
.owl-carousel {
display: none;
width: 100%;
z-index: 1;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
display: block;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
.owl-stage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
}
.btn-ps-cat {
font-size: 19px;
color: #f1f1f1;
text-transform: inherit;
min-width: inherit;
height: inherit;
line-height: inherit;
background: #111;
padding: 6px 7px;
border: 1px solid #1d1d1d;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 2px 5px 2px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: capitalize;
white-space: nowrap;
color: var(--btn-color-default);
background: var(--orange-grad);
min-width: 90px;
padding: 8px 10px;
cursor: pointer;
border-radius: 3px;
}
.playlist-details {
margin: 8px 0 14px 0;
border-color: #863e00 transparent #1d1d1d;
border-style: solid none;
border-width: 1px 0 2px;
}
.playlist-details .btn, .playlist-details .btn:active, .playlist-details .btn:focus, .playlist-details .btn:hover {
color: #333;
}
.playlist-details-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.playlist-details-wrap .rating-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 15px;
}
.playlist-details-wrap .icons-rating {
margin: 0 6px 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.model-info .rating-container .rating, .playlist-details-wrap .rating-container .rating {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.playlist-details-wrap .rating-container .voters {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font: 500 13px "Roboto Condensed",sans-serif;
padding-bottom: 5px;
}
.btn-other {
text-transform: capitalize;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-weight: 500;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px;
line-height: 50px;
height: 50px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
white-space: nowrap;
font-size: 13px;
font-weight: 700;
border-left: 1px solid #373737;
cursor: pointer;
}
.playlist-details-wrap .rating-container .scale-holder {
height: 4px;
width: 100px;
display: block;
background: #343434;
border-radius: 3px;
position: relative;
}
.model-info .rating-container .scale-holder .scale, .playlist-details-wrap .rating-container .scale-holder .scale, .playlist-title-rating .rating-container .scale-holder .scale {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
background: #fd7500;
border-radius: 3px;
}
@media screen and (max-width: 1200px) {
.list-grid-ads.list-playlists-2, .list-grid-ads.list-videos-2 {
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(200px,1fr) 5px minmax(200px,1fr) 5px minmax(200px,1fr) 5px minmax(200px,1fr) 5px minmax(200px,1fr);
grid-template-columns: repeat(2, minmax(200px, 1fr));
-ms-grid-rows: 1fr;
}
}
@media (max-width: 600px) {
.list-grid-ads.list-playlists-2, .list-grid-ads.list-videos-2 {
display: -ms-grid;
display: grid;
-ms-grid-columns: minmax(200px,1fr) 5px minmax(200px,1fr) 5px minmax(200px,1fr) 5px minmax(200px,1fr) 5px minmax(200px,1fr);
grid-template-columns: repeat(1, minmax(200px, 1fr));
-ms-grid-rows: 1fr;
}
} :root {
--bg: #f7f8fb;
--card: #ffffff;
--text: #0f172a;
--text-soft: #475569;
--muted: #94a3b8;
--line: #e5e7eb;
--line-2: #eef2f7;
--brand: #2563eb;
--brand-2: #1d4ed8;
--accent: #0ea5e9;
--danger: #ef4444;
--success: #10b981;
--warning: #f59e0b;
--shadow: 0 10px 30px rgba(2, 6, 23, .06);
--radius-xl: 18px;
--radius-lg: 14px;
--radius-md: 12px;
--radius-sm: 10px;
--pad: 18px;
--pad-lg: 22px;
--container: 1200px;
--btn-h: 44px;
--btn-px: 18px;
} html, body {
background: var(--bg);
color: var(--text);
}
.main-holder.blured { } #playlist_view_playlist_view .headline {
margin-bottom: 16px;
}
#playlist_view_playlist_view .headline-box {
background: var(--card);
border: 1px solid var(--line);
border-radius: var(--radius-xl);
box-shadow: var(--shadow);
padding: clamp(16px, 2vw, 28px);
display: grid;
grid-template-columns: 1fr auto;
gap: 16px;
align-items: center;
}
#playlist_view_playlist_view .headline-box h1 {
margin: 0;
font-size: clamp(22px, 2.6vw, 32px);
font-weight: 800;
letter-spacing: -0.02em;
color: var(--text);
}
.btn-wrapper {
display: flex;
gap: 10px;
}
.btn.grad {
background: linear-gradient(90deg, var(--brand) 0%, var(--accent) 100%);
color: #fff;
box-shadow: 0 6px 18px rgba(37, 99, 235, .25);
}
.btn.grad:hover {
transform: translateY(-1px);
box-shadow: 0 10px 22px rgba(37, 99, 235, .28);
}
.btn.grad:active {
transform: translateY(0);
}
.btn.other,
.btn-outline {
background: #fff;
color: var(--text);
border-color: var(--line);
}
.btn.other:hover,
.btn-outline:hover {
border-color: var(--brand);
color: var(--brand);
} .playlist-info {
margin-top: 10px;
}
.playlist-info .playlist_info_user {
display: grid;
grid-template-columns: 1fr auto;
gap: 10px 20px;
align-items: center;
background: var(--card);
border: 1px solid var(--line);
border-radius: var(--radius-lg);
padding: var(--pad);
box-shadow: var(--shadow);
}
.playlist_info_user span:first-child {
color: var(--muted);
}
.playlist_info_user .pls_user a {
color: var(--brand);
font-weight: 700;
text-decoration: none;
}
.playlist_info_user .pls_user a:hover {
text-decoration: underline;
}
.ps_update {
color: var(--text-soft);
font-size: 14px;
}
.ps_update .last {
color: var(--muted);
margin-right: 6px;
} section.playlist-info.mob-ps {
margin-top: 14px;
}
.owl-carousel-search {
background: var(--card);
border: 1px solid var(--line);
border-radius: var(--radius-lg);
padding: 10px;
box-shadow: var(--shadow);
}
.owl-carousel-search .owl-stage-outer { overflow: hidden; }
.owl-carousel-search .owl-stage { display: flex; gap: 8px; }
.owl-carousel-search .owl-item {
width: auto !important;
display: inline-block;
}
.btn-ps-cat,
.btn-ps-tag {
display: inline-flex;
align-items: center;
gap: 6px;
height: 34px;
padding: 0 12px;
font-size: 13px;
font-weight: 700;
border-radius: 999px;
background: #f3f6fc;
color: #1f2a44;
border: 1px solid var(--line);
text-decoration: none;
white-space: nowrap;
transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
}
.btn-ps-tag span { opacity: .6; margin-right: 2px; }
.btn-ps-cat:hover,
.btn-ps-tag:hover {
background: #ecf3ff;
border-color: #d7e5ff;
color: var(--brand);
transform: translateY(-1px);
} .owl-nav .wrap-grad {
display: inline-flex;
width: 36px; height: 36px;
border-radius: 999px;
align-items: center;
justify-content: center;
background: linear-gradient(90deg, #eef3ff 0%, #f0fbff 100%);
border: 1px solid var(--line);
}
.owl-nav .icon-chevron-left,
.owl-nav .icon-chevron-right { font-size: 16px; } .playlist-details { margin-top: 16px; }
.playlist-details-wrap {
background: var(--card);
border: 1px solid var(--line);
border-radius: var(--radius-xl);
box-shadow: var(--shadow);
padding: var(--pad-lg);
display: grid;
grid-template-columns: 1fr auto;
gap: 18px;
}
.playlist-details .rating-info .rating-holder {
display: flex;
align-items: center;
gap: 10px 14px;
flex-wrap: wrap;
}
.rate-like .icon-like,
.rate-dislike .icon-dislike {
font-size: 16px;
}
.rate-like:hover { border-color: rgba(16,185,129,.35); background: #f1fdf7; }
.rate-dislike:hover { border-color: rgba(239,68,68,.35); background: #fff5f5; }
.quantity {
color: rgb(255, 255, 255);
}
.rating-holder .error,
.rating-holder .success {
font-size: 13px;
padding: 6px 10px;
border-radius: 8px;
border: 1px solid;
display: none;
}
.rating-holder .error {
color: #b91c1c;
background: #fff5f5;
border-color: #fecaca;
}
.rating-holder .success {
color: #065f46;
background: #f0fdf4;
border-color: #bbf7d0;
}
.voters {
margin-left: 6px;
color: var(--text-soft);
font-weight: 700;
}
.scale-holder {
width: 180px;
height: 10px;
background: #eef2f7;
border-radius: 999px;
overflow: hidden;
border: 1px solid var(--line);
position: relative;
}
.scale-holder .scale {
position: absolute;
left: 0; top: 0; bottom: 0;
width: 0%;
background: linear-gradient(90deg, #34d399 0%, #22c55e 100%);
transition: width .25s ease;
} .ps-btn-list {
display: flex;
gap: 10px;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
}
.ps-btn-list .js-scroll-to {
height: 36px;
padding: 0 12px;
border-radius: 10px;
border: 1px solid var(--line);
background: #fff;
color: var(--text);
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
transition: border-color .15s ease, transform .15s ease;
}
.ps-btn-list .js-scroll-to:hover {
border-color: var(--brand);
transform: translateY(-1px);
}
.icon-svg {
width: 18px; height: 18px;
display: inline-block;
fill: currentColor;
} .ps-stats {
display: flex;
gap: 18px;
flex-wrap: wrap;
align-items: center;
}
.ps-stats .stats-cont {
background: #f8fbff;
border: 1px solid var(--line);
border-radius: var(--radius-md);
padding: 10px 14px;
min-width: 120px;
text-align: center;
}
.ps-stats .stats-cont em {
font-style: normal;
font-weight: 900;
font-size: 18px;
color: var(--text);
}
.ps-stats .stats-cont .ic-txt {
margin-top: 4px;
font-size: 12px;
color: var(--muted);
} .btn-wrapper + .roomlist_container {
margin-top: 16px;
}
.btn-wrapper .pls-desk { min-width: 160px;
justify-content: center;
} .roomlist_container {
background: var(--card);
border: 1px solid var(--line);
border-radius: var(--radius-xl);
box-shadow: var(--shadow);
padding: var(--pad-lg);
}
.roomlist_container ul.list {
list-style: none;
padding: 0; margin: 0;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 14px;
}
.roomlist_container ul.list > li {
background: #fff;
border: 1px solid var(--line-2);
border-radius: var(--radius-lg);
overflow: hidden;
transition: transform .15s ease, box-shadow .15s ease, border-color .2s ease;
}
.roomlist_container ul.list > li:hover {
transform: translateY(-2px);
box-shadow: 0 12px 26px rgba(2, 6, 23, .08);
border-color: #dfe7f3;
} .roomlist_container .thumb,
.roomlist_container .poster,
.roomlist_container img {
display: block;
width: 100%;
height: auto;
background: #f2f4f9;
} .pagination, .nav-links, .wp-pagenavi {
display: flex;
gap: 8px;
justify-content: center;
margin-top: 18px;
}
.pagination a, .pagination span,
.nav-links a, .nav-links span,
.wp-pagenavi a, .wp-pagenavi span {
min-width: 36px;
height: 36px;
padding: 0 10px;
border: 1px solid var(--line);
border-radius: 10px;
background: #fff;
color: var(--text);
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-weight: 700;
transition: border-color .15s ease, color .15s ease, transform .15s ease;
}
.pagination a:hover, .nav-links a:hover, .wp-pagenavi a:hover {
border-color: var(--brand);
color: var(--brand);
transform: translateY(-1px);
}
.pagination .current, .nav-links .current, .wp-pagenavi .current {
background: #ecf3ff;
border-color: #d7e5ff;
color: var(--brand-2);
} .comments-box {
margin-top: 18px;
background: var(--card);
border: 1px solid var(--line);
border-radius: var(--radius-xl);
box-shadow: var(--shadow);
padding: var(--pad-lg);
} .hidden { display: none !important; }
.playlist-details-wrap .rating-container .voters {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font: 500 13px "Roboto Condensed",sans-serif;
color: #f1f1f1;
padding-bottom: 5px;
}
.playlist-details-wrap .rating-container .scale-holder {
height: 4px;
width: 100px;
display: block;
background: #343434;
border-radius: 3px;
position: relative;
}
.scale-holder .scale {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
background: #fd7500;
border-radius: 3px;
}
span.scale-holder {
height: 4px;
width: 100px;
display: block;
background: #343434;
border-radius: 3px;
position: relative;
}
.rating .voters {
margin-left: 6px;
color: var(--text-soft);
font-weight: 700;
margin-top: -10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;  padding-bottom: 15px;
} .switch {
position: relative;
display: inline-block;
width: 50px;
height: 26px;
margin-left: 10px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgb(230, 24, 78);
transition: .3s;
border-radius: 34px;
}
.slider:before {
position: absolute;
content: "";
height: 20px; width: 20px;
left: 3px; bottom: 3px;
background-color: white;
transition: .3s;
border-radius: 50%;
}
input:checked + .slider {
background-color: #10b981; }
input:focus + .slider {
box-shadow: 0 0 1px #10b981;
}
input:checked + .slider:before {
transform: translateX(24px);
} @media (max-width: 1100px) {
.roomlist_container ul.list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
#playlist_view_playlist_view .headline-box {
grid-template-columns: 1fr;
gap: 12px;
}
.playlist-info .playlist_info_user {
grid-template-columns: 1fr;
gap: 6px;
}
.playlist-details-wrap {
grid-template-columns: 1fr;
}
.ps-btn-list { justify-content: flex-start; }
.roomlist_container ul.list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
.btn { --h: 40px; }
.btn-wrapper { flex-wrap: wrap; }
.roomlist_container ul.list { grid-template-columns: 1fr; }
.scale-holder { width: 140px; }
}.user-card .user-item {
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 16px; color: #0b0f1a;
box-shadow: 0 8px 24px rgba(16, 24, 40, .08), 0 2px 8px rgba(16, 24, 40, .06);
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
text-align: center;  }
.user-card:hover{
transform:translateY(-2px);
border-color:#d1d5db;
box-shadow:0 12px 28px rgba(16,24,40,.10), 0 3px 10px rgba(16,24,40,.08);
} .user-card .image{
display:flex;
flex-direction:column;
align-items:center;
width:100%;
margin:6px auto 12px;
position:relative;
}
.user-card .image > a{
width:160px;
max-width:60%;
aspect-ratio:1/1;
display:block;
}
@media (max-width:640px){
.user-card .image > a{ width:120px; }
}
.user-card .image picture{ display:block; width:100%; height:100%; }
.user-card .image img.thumb{
display:block;
width:100%;
height:100%;
border-radius:50%;
object-fit:cover;
background:#e5e7eb;
box-shadow:inset 0 0 0 4px #ffffff;
border:0;
} .user-card h2{
font-size:18px;
line-height:1.25;
margin:8px 0 12px;
font-weight:700;
letter-spacing:.2px;
}
.user-card h2 .hl{
color:#0b0f1a;
text-decoration:none;
}
.user-card h2 .hl:hover{ color:#2563eb; } .user-card .row-user{ margin:10px 0 6px; }
.user-stats{
display:grid;
grid-template-columns:repeat(4, 1fr);
gap:2px;
justify-items:center;
} .stat-icon{
position:relative;
width:48px;
height:48px;
width: 22px;
height: 22px;
border-radius:12px;
border:1px solid #e5e7eb;
background:#f8fafc;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
color:#0b0f1a;
box-shadow:0 1px 0 rgba(255,255,255,.6) inset, 0 2px 8px rgba(0,0,0,.06);
transition:transform .12s ease, border-color .12s ease, background .12s ease, box-shadow .12s ease;
}
.stat-icon:hover{
transform:translateY(-1px);
border-color:#d1d5db;
background:#ffffff;
box-shadow:0 3px 12px rgba(0,0,0,.08);
} .stat-icon .icon-svg{
width:20px;
height:20px;
fill:currentColor;
opacity:.95;
} .stat-icon .badge {
position: absolute;
top: -6px;
right: -6px;
top: -15px;
right: -15px;
min-width: 20px;
height: 20px;
padding: 0 6px;
border-radius: 9999px;
background: rgb(255, 255, 255);
color: #222;
font-size: 12px;
line-height: 20px;
font-weight: 700;
border: 2px solid #ffffff;
text-align: center;
box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
} .user-card .add-friend,
.user-card .friend-request-sent{
display:flex;
gap:8px;
justify-content:center;
margin-top:12px;
flex-wrap:wrap;
}
.user-card button{
appearance:none;
border:none;
border-radius:10px;
padding:10px 14px;
font-weight:600;
font-size:13px;
cursor:pointer;
color:#0b0f1a;
background:linear-gradient(180deg, #ffffff, #e5eaf6);
box-shadow:0 1px 0 rgba(255,255,255,.6) inset, 0 6px 16px rgba(0,0,0,.10);
transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.user-card button:hover{ transform:translateY(-1px); filter:brightness(.98); }
.user-card button:active{ transform:translateY(0); box-shadow:0 3px 10px rgba(0,0,0,.10); } .user-card .accept-friend-request{
background:linear-gradient(180deg, #34d399, #10b981);
color:#052e23;
}
.user-card .reject-friend-request{
background:linear-gradient(180deg, #fda4af, #ef4444);
color:#ffffff;
}
.user-card .cancel-friend-request{
background:linear-gradient(180deg, #fde68a, #f59e0b);
color:#3a2a00;
}
.user-card .remove-friend{
background:transparent;
color:#ef4444;
border:1px solid #fecaca;
padding:9px 13px;
margin-top:10px;
}
@media screen and (max-width: 992px) {
.user-stats{ grid-template-columns:repeat(2, 1fr); gap:10px; }
.sidebar-member-list-related-content {grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media (max-width:640px){
.user-stats {
grid-template-columns: repeat(4, 1fr);
gap: 10px;
}
.stat-icon {
width: 24px;
height: 24px;
}
.stat-icon .badge {
top: -10px;
right: -10px;
min-width: 15px;
height: 15px;
padding: 0;
line-height: 15px;
}
}#comments.comments-area {
padding: 20px;
background: #ffffff;
color: #222222;
font-family: "Segoe UI", Roboto, Arial, sans-serif;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); 
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
margin: 0 0 35px;
background-color: #fff;
}
#comments .comments-title {
font-size: 1.35rem;
font-weight: 700;
margin: 0 0 16px;
padding-bottom: 8px;
border-bottom: 2px solid #e5e7eb;
color: #111111;
} .comment-row .user-container {
padding: 16px;
background: #fafafa;
border: 1px solid #e5e7eb;
border-radius: 12px;
}
.header-but { display: flex; gap: 10px; margin-top: 10px; }
.header-but .btn {
display: inline-flex; align-items: center; justify-content: center;
padding: 8px 14px; border-radius: 10px;
border: 1px solid #e5e7eb; background: #f5f7fb; color: #111;
cursor: pointer; text-decoration: none;
transition: background .2s, border-color .2s, box-shadow .2s;
}
.header-but .btn:hover { background: #eef2f7; border-color: #d1d5db; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.header-but .grad { background: linear-gradient(135deg, #4da9ff, #3a8de0); color: #fff; border: none; }
.header-but .grad:hover { background: linear-gradient(135deg, #3a8de0, #2c73c9); } #g-recaptcha, #recaptcha-comment, .g-recaptcha { margin-top: 10px; } .comment-form p { margin-bottom: 14px; }
.comment-form label { display: block; font-size: 0.9rem; color: #444; margin-bottom: 6px; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
width: 100%; padding: 10px 12px; border: 1px solid #e5e7eb; border-radius: 10px;
background: #fbfbfc; font-size: 0.95rem;
transition: border .2s, background .2s, box-shadow .2s;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
border-color: #66afe9; background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(102,175,233,.15);
}
.comment-form input[type="submit"] {
background: linear-gradient(135deg, #4da9ff, #3a8de0); color: #fff; border: none;
padding: 10px 18px; border-radius: 10px; font-weight: 600; cursor: pointer;
transition: background .2s, box-shadow .2s, transform .05s;
}
.comment-form input[type="submit"]:hover { background: linear-gradient(135deg, #3a8de0, #2c73c9); box-shadow: 0 2px 6px rgba(58,141,224,.25); }
.comment-form input[type="submit"]:active { transform: translateY(1px); } .comment-sorting { display: flex; gap: 8px; margin: 20px 0 10px; }
.comment-sorting button {
padding: 7px 12px; border: 1px solid #e5e7eb; background: #f7f7f8; border-radius: 10px;
cursor: pointer; font-size: 0.9rem; transition: background .2s, border-color .2s, box-shadow .2s;
}
.comment-sorting button:hover { background: #eef2f7; border-color: #d1d5db; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
#commentsSortTitle { font-size: 1.05rem; font-weight: 600; color: #111; margin: 0 0 10px; } #tabComments { margin-top: 18px; }
#tabComments .comment-list { list-style: none; margin: 0; padding: 0; }
#tabComments .comment-list > .comment {
margin: 0 0 14px 0;
border-radius: 14px;
background: #fff;
box-shadow: 0 6px 22px rgba(15, 23, 42, 0.06);
border: 1px solid #e7ecf2;
transition: box-shadow .2s ease, transform .06s ease;
}
#tabComments .comment-list > .comment:hover { box-shadow: 0 10px 28px rgba(15,23,42,.08); }
#tabComments .comment-list > .comment:active { transform: translateY(1px); } #tabComments .comment-body { position: relative; padding: 16px 16px 14px; } #tabComments .comment-meta {
display: flex; align-items: center; justify-content: space-between;
gap: 12px; margin-bottom: 8px;
}
#tabComments .comment-author {
display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 12px;
}
#tabComments .comment-author .avatar {
width: 48px; height: 48px; border-radius: 50%; display: block; object-fit: cover;
background: #eef2f7; border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(2,6,23,.06);
}
#tabComments .comment-author .fn { font-weight: 700; color: #0f172a; margin-right: 8px; font-size: .98rem; }
#tabComments .comment-author .says { color: #94a3b8; font-size: .9rem; } #tabComments .comment-metadata { white-space: nowrap; font-size: .9rem; }
#tabComments .comment-metadata a {
color: #64748b; text-decoration: none; border-bottom: 1px dashed transparent;
transition: color .15s, border-color .15s;
}
#tabComments .comment-metadata a:hover { color: #334155; border-color: #cbd5e1; }
#tabComments .comment-metadata .edit-link a { margin-left: 10px; font-weight: 600; } #tabComments .comment-content { margin-top: 6px; color: #1f2937; line-height: 1.6; font-size: .98rem; }
#tabComments .comment-content p { margin: 0 0 10px; }
#tabComments .comment-content a {
color: #2563eb; text-decoration: none; border-bottom: 1px solid rgba(37,99,235,.25);
transition: border-color .15s, color .15s;
}
#tabComments .comment-content a:hover { color: #1d4ed8; border-color: rgba(37,99,235,.5); }
#tabComments .comment-content blockquote {
margin: 10px 0; padding: 10px 12px; background: #f8fafc;
border-left: 3px solid #cbd5e1; border-radius: 8px; color: #334155;
}
#tabComments .comment-content code,
#tabComments .comment-content pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
background: #0f172a0d; border: 1px solid #e2e8f0; border-radius: 8px; padding: 2px 6px;
}
#tabComments .comment-content pre { padding: 10px 12px; overflow: auto; } #tabComments .reply { margin-top: 10px; }
#tabComments .reply .comment-reply-link {
display: inline-flex; align-items: center; gap: 6px;
padding: 7px 12px; font-size: .92rem; font-weight: 600; color: #0f172a;
background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; text-decoration: none;
transition: background .2s, border-color .2s, box-shadow .2s, transform .05s;
}
#tabComments .reply .comment-reply-link:hover { background: #eff6ff; border-color: #bfdbfe; box-shadow: 0 2px 8px rgba(59,130,246,.15); }
#tabComments .reply .comment-reply-link:active { transform: translateY(1px); } #tabComments .comment .children {
list-style: none; margin: 10px 0 0; padding-left: 54px; position: relative;
}
#tabComments .comment .children::before {
content: ""; position: absolute; left: 26px; top: -8px; bottom: 8px; width: 2px;
background: #e5e7eb; opacity: .85;
}
#tabComments .comment .children > .comment {
margin: 8px 0; border-radius: 12px; background: #fff; border: 1px solid #edf2f7;
box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
} #tabComments .comment.bypostauthor .comment-author .fn::after {
content: " • author"; margin-left: 6px; padding: 2px 6px; font-size: .72rem; font-weight: 700;
color: #075985; background: #e0f2fe; border: 1px solid #bae6fd; border-radius: 999px;
}
#tabComments .comment.byuser .comment-author .fn::after {
content: " • member"; margin-left: 6px; padding: 2px 6px; font-size: .72rem; font-weight: 700;
color: #14532d; background: #dcfce7; border: 1px solid #bbf7d0; border-radius: 999px;
} #tabComments .comment-awaiting-moderation,
#tabComments .comment-moderation-message {
display: inline-flex; align-items: center; gap: 6px;
margin-top: 8px; padding: 6px 10px;
background: #fff7ed; border: 1px solid #fed7aa; color: #7c2d12;
border-radius: 10px; font-size: .9rem;
} .comment-navigation {
display: flex; justify-content: space-between; gap: 10px; margin: 16px 0 0;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
display: inline-flex; align-items: center; gap: 8px;
padding: 8px 12px; border: 1px solid #e2e8f0; border-radius: 10px;
background: #f8fafc; color: #0f172a; text-decoration: none; font-weight: 600;
transition: background .2s, border-color .2s, box-shadow .2s;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
background: #eff6ff; border-color: #bfdbfe; box-shadow: 0 2px 8px rgba(59,130,246,.15);
}
.comment-reply-title {
color: #5e5e5e;
font-size: 15px;
line-height: 17px;
font-weight: 500;
margin: 0 0 10px;
display: block;
font-size: 1.35rem;
} .icon-mars { opacity: .6; } .comment-body {
background: #ffffff;
border: 1px solid #e7ecf2;
border-radius: 14px;
box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
padding: 16px;
transition: box-shadow .2s ease, transform .06s ease;
}
.comment-body:hover {
box-shadow: 0 12px 26px rgba(15, 23, 42, 0.09);
}
.comment-body:active {
transform: translateY(1px);
} .comment-meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
margin-bottom: 8px;
} .comment-author.vcard {
display: grid;
grid-template-columns: 52px 1fr;
align-items: center;
gap: 12px;
}
.comment-author .avatar {
width: 48px; height: 48px;
border-radius: 50%;
object-fit: cover;
background: #eef2f7;
border: 2px solid #fff;
box-shadow: 0 0 0 1px rgba(2, 6, 23, 0.06);
}
.comment-author .fn {
font-weight: 800;
font-size: .98rem;
color: #0f172a;
}
.comment-author .says {
margin-left: 6px;
color: #94a3b8;
font-size: .9rem;
} .comment-metadata {
white-space: nowrap;
font-size: .92rem;
}
.comment-metadata a {
color: #64748b;
text-decoration: none;
border-bottom: 1px dashed transparent;
transition: color .15s ease, border-color .15s ease;
}
.comment-metadata a:hover {
color: #334155;
border-color: #cbd5e1;
}
.comment-metadata .edit-link a {
margin-left: 10px;
font-weight: 700;
} .comment-content {
color: #1f2937;
font-size: .98rem;
line-height: 1.6;
margin-top: 6px;
}
.comment-content p { margin: 0 0 10px; }
.comment-content a {
color: #2563eb;
text-decoration: none;
border-bottom: 1px solid rgba(37, 99, 235, .25);
transition: border-color .15s ease, color .15s ease;
}
.comment-content a:hover {
color: #1d4ed8;
border-color: rgba(37, 99, 235, .5);
} .comment-actions {
display: flex;
align-items: center;
gap: 10px 12px;
flex-wrap: wrap;
margin-top: 10px;
} .comment-actions .like-comment,
.comment-actions .dislike-comment,
.comment-actions .comment-reply-link {
display: inline-flex;
align-items: center;
gap: 8px;
height: 36px;
padding: 0 12px;
border-radius: 10px;
border: 1px solid #e2e8f0;
background: #f8fafc;
color: #0f172a;
font-weight: 700;
font-size: .92rem;
text-decoration: none;
cursor: pointer;
transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .05s ease;
} .comment-actions .like-comment img.emoji,
.comment-actions .dislike-comment img.emoji {
width: 18px; height: 18px;
} .comment-actions .like-comment:hover,
.comment-actions .comment-reply-link:hover {
background: #eaf5ff;
border-color: #c7e2ff;
box-shadow: 0 2px 8px rgba(59, 130, 246, .15);
}
.comment-actions .dislike-comment:hover {
background: #fff1f2;
border-color: #fecdd3;
box-shadow: 0 2px 8px rgba(244, 63, 94, .15);
}
.comment-actions .like-comment:active,
.comment-actions .dislike-comment:active,
.comment-actions .comment-reply-link:active {
transform: translateY(1px);
} .comment-likes-count,
.comment-dislikes-count {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 28px;
height: 28px;
padding: 0 8px;
border-radius: 999px;
font-weight: 700;
font-size: .85rem;
font-variant-numeric: tabular-nums;
background: #edf2f7;
color: #0f172a;
border: 1px solid #e2e8f0;
} .comment-actions .like-comment + .comment-likes-count {
background: #e7f8ef;
border-color: #cceedd;
color: #0f5132;
}
.comment-actions .dislike-comment + .comment-dislikes-count {
background: #fdecec;
border-color: #ffd1d1;
color: #7f1d1d;
} .comment-actions .comment-reply-link {
background: #f8fafc;
border-color: #e2e8f0;
}
.comment-actions .comment-reply-link:hover {
background: #eff6ff;
border-color: #bfdbfe;
} .comment-moderation-message {
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: 10px;
padding: 8px 10px;
border-radius: 10px;
background: #fff7ed;
border: 1px solid #fed7aa;
color: #7c2d12;
font-size: .9rem;
} @media (max-width: 720px) {
.comment-author.vcard { grid-template-columns: 40px 1fr; gap: 10px; }
.comment-author .avatar { width: 40px; height: 40px; }
.comment-meta { flex-direction: column; align-items: flex-start; gap: 6px; }
}
@media (max-width: 420px) {
.comment-content { font-size: .95rem; }
.comment-author .fn { font-size: .96rem; }
} .comment-body a:focus-visible,
.comment-actions .like-comment:focus-visible,
.comment-actions .dislike-comment:focus-visible,
.comment-actions .comment-reply-link:focus-visible {
outline: 3px solid rgba(37, 99, 235, .35);
outline-offset: 2px;
border-radius: 10px;
} .comment-sorting{
display:flex;align-items:center;gap:10px;flex-wrap:wrap;
margin:16px 0 10px;
}
.comment-sorting__label{
font-weight:600;color:#0f172a;white-space:nowrap;
}
.comment-sorting__group{
display:flex;gap:6px;align-items:center;
padding:4px;
background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;
overflow:auto; }
.comment-sort{
appearance:none;border:0;cursor:pointer;
padding:6px 12px;border-radius:10px;
background:transparent;color:#334155;font-size:.92rem;font-weight:600;
transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .05s;
white-space:nowrap;
}
.comment-sort:hover{ background:#eef2f7; }
.comment-sort:active{ transform:translateY(1px); }
.comment-sort.is-active{
background:#ffffff;color:#0f172a;
box-shadow:0 1px 4px rgba(15,23,42,.08);
border:1px solid #e2e8f0;
}
.comment-meta-ctx-last{margin:.4rem 0 .6rem;font-size:.95em;display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}
.comment-post-link{font-weight:600;text-decoration:none}
.comment-post-link:hover{text-decoration:underline}
.comment-sep{opacity:.5}
.comment-anchor-link{text-decoration:none}
.comment-anchor-link:hover{text-decoration:underline}
.comment-meta a {
font-weight: 800;
font-size: .98rem;
color: #0f172a;
}
ol.comment-list.list-comments {
list-style: none;
}
ol.comment-list.list-comments li {
margin-bottom: 20px;
}
ol.comment-list.list-comments li ol.children {
margin: 8px 0;
border-radius: 12px; border: 1px solid #edf2f7;
box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
list-style: none;
} .comment-meta-ctx-last{
margin:.75rem 0 .75rem;
display:flex;
align-items:flex-start;
gap:.5rem;
flex-wrap:wrap;
} .comment-post-link{
display:block; font-weight:700; font-size: clamp(1rem, 1.6vw, 1.125rem); line-height:1.25;
color: var(--c-heading, #111); text-decoration:none; text-underline-offset: 3px;
word-break: break-word;
margin: .1rem 0 .25rem;
} .comment-post-link:hover,
.comment-post-link:focus{
text-decoration: underline;
color: var(--c-accent, #0a7cff);
outline: none;
} .comment-post-link:focus-visible{
outline: 2px solid var(--c-accent, #0a7cff);
outline-offset: 2px;
border-radius: 4px;
} .comment-post-link.-clamp{
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
overflow:hidden;
} .comment-sep{opacity:.5}
.comment-anchor-link{
font-size:.92em;
color: var(--c-muted, #555);
text-decoration:none;
}  body.dark #comments.comments-area{
background:#0f141c;
color:#cfd6e4;
box-shadow: 0 0 20px rgba(0,0,0,.35);
border-radius:0 0 10px 10px;
}
body.dark #comments .comments-title{
color:#e6edf3;
border-bottom:2px solid rgba(255,255,255,.08);
} body.dark .comment-row .user-container{
background:#0b1118;
border:1px solid rgba(255,255,255,.08);
}
body.dark .header-but .btn{
border:1px solid rgba(255,255,255,.08);
background:#111827;
color:#e6edf3;
}
body.dark .header-but .btn:hover{
background:#172133;
border-color:rgba(255,255,255,.14);
box-shadow:0 1px 6px rgba(0,0,0,.35);
}
body.dark .header-but .grad{
background:linear-gradient(135deg,#0ea5e9,#38bdf8);
color:#051018;
border:none;
}
body.dark .header-but .grad:hover{
background:linear-gradient(135deg,#38bdf8,#60c3fb);
} body.dark #g-recaptcha,
body.dark #recaptcha-comment,
body.dark .g-recaptcha{ margin-top:10px; } body.dark .comment-form label{ color:#9fb0c3; }
body.dark .comment-form input[type="text"],
body.dark .comment-form input[type="email"],
body.dark .comment-form textarea{
background:#0b1118;
color:#e6edf3;
border:1px solid rgba(255,255,255,.08);
}
body.dark .comment-form input[type="text"]::placeholder,
body.dark .comment-form input[type="email"]::placeholder,
body.dark .comment-form textarea::placeholder{ color:#7a8aa1; }
body.dark .comment-form input[type="text"]:focus,
body.dark .comment-form input[type="email"]:focus,
body.dark .comment-form textarea:focus{
background:#0f141c;
border-color:#3ba4f6;
box-shadow:0 0 0 3px rgba(59,164,246,.18);
}
body.dark .comment-form input[type="submit"]{
background:linear-gradient(135deg,#0ea5e9,#38bdf8);
color:#051018;
box-shadow:0 2px 10px rgba(14,165,233,.35);
}
body.dark .comment-form input[type="submit"]:hover{
background:linear-gradient(135deg,#38bdf8,#60c3fb);
} body.dark .comment-sorting button{
background:#0b1118;
border:1px solid rgba(255,255,255,.08);
color:#cfd6e4;
}
body.dark .comment-sorting button:hover{
background:#111a27;
border-color:rgba(255,255,255,.14);
box-shadow:0 1px 6px rgba(0,0,0,.35);
}
body.dark #commentsSortTitle{ color:#e6edf3; } body.dark #tabComments .comment-list > .comment{
background:#0f141c;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 6px 22px rgba(0,0,0,.45);
}
body.dark #tabComments .comment-list > .comment:hover{
box-shadow:0 10px 28px rgba(0,0,0,.55);
} body.dark #tabComments .comment-body,
body.dark .comment-body{
background:#0f141c;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 8px 18px rgba(0,0,0,.45);
} body.dark #tabComments .comment-author .avatar,
body.dark .comment-author .avatar{
background:#0b1118;
border-color:#0f141c;
box-shadow:0 0 0 1px rgba(255,255,255,.06);
}
body.dark #tabComments .comment-author .fn,
body.dark .comment-author .fn{ color:#e6edf3; }
body.dark #tabComments .comment-author .says,
body.dark .comment-author .says{ color:#93a2b8; } body.dark #tabComments .comment-metadata a,
body.dark .comment-metadata a{
color:#9fb0c3;
border-bottom-color:transparent;
}
body.dark #tabComments .comment-metadata a:hover,
body.dark .comment-metadata a:hover{
color:#cbd6e2;
border-color:rgba(255,255,255,.2);
} body.dark #tabComments .comment-content,
body.dark .comment-content{ color:#d6dee9; }
body.dark #tabComments .comment-content a,
body.dark .comment-content a{
color:#7cc7ff;
border-bottom:1px solid rgba(124,199,255,.32);
}
body.dark #tabComments .comment-content a:hover,
body.dark .comment-content a:hover{
color:#a1d6ff;
border-color:rgba(124,199,255,.55);
}
body.dark #tabComments .comment-content blockquote{
background:#0b1118;
border-left-color:rgba(255,255,255,.14);
color:#c3cedb;
}
body.dark #tabComments .comment-content code,
body.dark #tabComments .comment-content pre,
body.dark .comment-content code,
body.dark .comment-content pre{
background:#0b1118;
border:1px solid rgba(255,255,255,.08);
color:#e6edf3;
} body.dark #tabComments .reply .comment-reply-link,
body.dark .comment-actions .comment-reply-link,
body.dark .comment-actions .like-comment,
body.dark .comment-actions .dislike-comment{
background:#0b1118;
border:1px solid rgba(255,255,255,.08);
color:#e6edf3;
}
body.dark #tabComments .reply .comment-reply-link:hover,
body.dark .comment-actions .comment-reply-link:hover{
background:#122034;
border-color:rgba(124,199,255,.35);
box-shadow:0 2px 8px rgba(0,0,0,.45);
}
body.dark .comment-actions .like-comment:hover{
background:#0d2131;
border-color:#21445e;
box-shadow:0 2px 8px rgba(59,130,246,.25);
}
body.dark .comment-actions .dislike-comment:hover{
background:#2a0f14;
border-color:#5b1a23;
box-shadow:0 2px 8px rgba(244,63,94,.22);
} body.dark .comment-likes-count,
body.dark .comment-dislikes-count{
background:#0b1118;
color:#e6edf3;
border:1px solid rgba(255,255,255,.08);
}
body.dark .comment-actions .like-comment + .comment-likes-count{
background:#0f2a21; border-color:#1e4b3a; color:#c7f9e8;
}
body.dark .comment-actions .dislike-comment + .comment-dislikes-count{
background:#2a1113; border-color:#5b2326; color:#ffd8d8;
} body.dark #tabComments .comment .children{
border-color:rgba(255,255,255,.08);
}
body.dark #tabComments .comment .children::before{
background:rgba(255,255,255,.08);
}
body.dark #tabComments .comment .children > .comment{
background:#101723;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 4px 18px rgba(0,0,0,.45);
} body.dark #tabComments .comment.bypostauthor .comment-author .fn::after{
color:#a6eaff; background:#063b4e; border-color:#0a6482;
}
body.dark #tabComments .comment.byuser .comment-author .fn::after{
color:#b6f2c6; background:#11361e; border-color:#19552e;
} body.dark #tabComments .comment-awaiting-moderation,
body.dark #tabComments .comment-moderation-message,
body.dark .comment-moderation-message{
background:#3a1f08;
border-color:#8a5a2a;
color:#ffd9b5;
} body.dark .comment-navigation .nav-previous a,
body.dark .comment-navigation .nav-next a{
background:#0b1118;
border:1px solid rgba(255,255,255,.08);
color:#e6edf3;
}
body.dark .comment-navigation .nav-previous a:hover,
body.dark .comment-navigation .nav-next a:hover{
background:#122034;
border-color:rgba(124,199,255,.35);
box-shadow:0 2px 8px rgba(0,0,0,.45);
} body.dark .comment-sorting__label{ color:#e6edf3; }
body.dark .comment-sorting__group{
background:#0b1118;
border:1px solid rgba(255,255,255,.08);
}
body.dark .comment-sort{
color:#cfd6e4;
}
body.dark .comment-sort:hover{ background:#111a27; }
body.dark .comment-sort.is-active{
background:#0f141c;
color:#e6edf3;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 1px 6px rgba(0,0,0,.35);
} body.dark #tabComments a:focus-visible,
body.dark #tabComments .comment-reply-link:focus-visible,
body.dark .comment-actions .like-comment:focus-visible,
body.dark .comment-actions .dislike-comment:focus-visible,
body.dark .comment-actions .comment-reply-link:focus-visible{
outline:3px solid rgba(124,199,255,.35);
outline-offset:2px;
} body.dark #tabComments .comment-content code,
body.dark #tabComments .comment-content pre{ color:#e6edf3; } @media (max-width:560px){
.comment-sorting{ gap:8px; }
.comment-sorting__group{ gap:4px;padding:3px; }
.comment-sort{ padding:6px 10px;font-size:.9rem; }  } @media (max-width: 720px) {
#comments.comments-area { padding: 16px; }
#tabComments .comment-author { grid-template-columns: 40px 1fr; gap: 10px; }
#tabComments .comment-author .avatar { width: 40px; height: 40px; }
#tabComments .comment-meta { flex-direction: column; align-items: flex-start; gap: 6px; }
#tabComments .comment .children { padding-left: 44px; }
#tabComments .comment .children::before { left: 22px; }
}
@media (max-width: 420px) {
#tabComments .comment-content { font-size: .95rem; }
#tabComments .comment-author .fn { font-size: .96rem; }
} #tabComments a:focus-visible,
#tabComments .comment-reply-link:focus-visible {
outline: 3px solid rgba(37, 99, 235, .35);
outline-offset: 2px;
border-radius: 10px;
}.map-item-title:before,.map-tree:before{background:#fd7500;position:absolute;content:''}
.map-item-title a,.map-root a{text-transform:uppercase;    color: #0f172a;}
.map-root{margin-top:25px;margin-bottom:6px}
.map-root a{font-weight:600;background:linear-gradient(356deg,#e15e00 0%,#fa9a1b 100%);border-radius:2px;padding:6px 22px}
.map-tree{padding-left:20px;margin-left:44px;position:relative}
.map-tree:before{height:calc(100% - 118px);width:1px;left:0;top:0}
.map-tree.sub{margin-left:35px;margin-top:-30px}
.map-tree.subsub{margin-left:40px;margin-top:5px}
.map-tree.sub:before,.map-tree.subsub:before{height:calc(100% - 21px)}
.map-item:last-child .map-tree.subsub:after{content:'';background:#000;height:100%;position:absolute;left:-60px;top:-24px;width:10px;padding-bottom:20px}
.map-item-title{padding:30px 10px;position:relative}
.map-item-title>map-btn{padding-left:40px}
.map-item-title:before{width:30px;height:1px;display:block;top:50%;left:-20px}
.map-item-title a{border:2px solid #fd7500;border-radius:2px;padding:6px 24px}
.map-item-title.sub{padding:10px 20px}
.map-item-title.sub:before{content:'';width:40px;height:1px;top:50%;left:-20px}
.map-item-title.sub a{color: #0f172a;text-transform:capitalize;background:0 0;    border: 2px solid #fdaf00;
border-radius: 2px;
padding: 6px 24px;}
.map-item-title.sub a.act{color:#fd7500}
.map-item:first-child{padding-top:10px}
.map-item.sec{margin-top:-20px}
.map-item-title .map-btn{width:20px;height:20px;cursor:pointer;background:linear-gradient(#fd7500,#fd7500),linear-gradient(#fd7500,#fd7500),#1d1d1d;background-position:center;background-size:50% 2px,2px 50%;background-repeat:no-repeat}
.map-item-title .map-btn.act{background:linear-gradient(#fd7500,#fd7500),#3e3e3e;background-position:center;background-size:50% 2px,2px 50%;background-repeat:no-repeat}.com-header {
background: #131313;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
margin-bottom: 20px;
} .com-txt .notice {
font-size: 14px;
line-height: 1.4;
opacity: 0.9;
} .com-txt .item-avatar {
margin-top: 8px;
display: flex;
align-items: center;
gap: 12px;
} .com-txt .current-avatar {
width: 72px;
height: 72px;
flex: 0 0 72px;
border-radius: 50%;
object-fit: cover;
border: 2px solid #fff;
box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
position: relative;
z-index: 1;
margin: 0 auto;
} .com-txt .btn,
.com-txt .btn.grad,
.com-txt .btn-more {
display: inline-flex;
align-items: center;
gap: 8px;
white-space: nowrap;
} @media (max-width: 600px) {
.com-txt .current-avatar {
width: 56px;
height: 56px;
flex-basis: 56px;
}
.com-txt h1 {
font-size: 22px;
line-height: 1.2;
}
}
.com-header-img {
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
}
.com-txt {
position: absolute;
padding: 50px 0;
text-align: center;
}
.com-txt .com-txt-h2 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.com-txt .com-txt-h2 .item1 {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-transform: uppercase;
}
.com-txt h1 {
padding: 2px 0px;
font: 300 30px 'roboto condensed',sans-serif;
}
.com-txt .item1 span {
font-weight: 600;
}
.orange {
color: #fd7500;
}
.com-txt .sub-txt {
color: #b4b4b4;
font-size: 14px;
}
.com-txt h1 {
padding: 2px 0px;
font: 300 30px 'roboto condensed',sans-serif;
color: #fff;
}
.community-section li.item2 {
margin: 10px auto;
}
.com-grid{
display:grid;
grid-template-columns: 300px 1fr;
gap:24px;
align-items:start;
}
.com-filter{
position:sticky; top:16px;
background:#fff; border:1px solid #eaeaea; border-radius:12px;
padding:16px; box-shadow:0 8px 24px rgba(16,24,40,.06);
}
.fil-block{ margin-bottom:16px; }
.fil-label{ display:block; font:600 13px/1.2 Inter,system-ui,sans-serif; color:#111; margin-bottom:8px; }
.fil-input{
width:100%; padding:10px 12px; border:1px solid #dfe3ea; border-radius:8px;
background:#fff; color:#111;
}
.fil-row{ display:flex; align-items:center; gap:8px; }
.fil-input.short{ width:100%; max-width:110px; }
.fil-sep{ color:#667085; }
.fil-help{ color:#667085; }
.fil-actions{ display:flex; gap:8px; margin-top:8px; }
.btn.grad{ padding:10px 14px; background:#ff7a1a; color:#fff; border-radius:8px; border:0; cursor:pointer; }
.btn.ghost{ padding:10px 14px; border:1px solid #e4e6ef; border-radius:8px; color:#111; text-decoration:none; background:#fff; } .items_list_community_members{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
gap:16px;
align-items:stretch;
}
@media (min-width:1280px){
.items_list_community_members{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));}
}
@media (max-width:480px){
.items_list_community_members{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;}
}
.items_list_community_members .user-card {
width: 100%;
}
.com-grid{display:grid;grid-template-columns:300px 1fr;gap:24px;align-items:start;margin-top:16px}
.com-filter{position:sticky;top:16px;background:#fff;border:1px solid #eaeaea;border-radius:12px;padding:16px;box-shadow:0 8px 24px rgba(16,24,40,.06)}
.fil-block{margin-bottom:16px}
.fil-label{display:block;font:600 13px/1.2 Inter,system-ui,sans-serif;color:#111;margin-bottom:8px}
.fil-input{width:100%;padding:10px 12px;border:1px solid #dfe3ea;border-radius:8px;background:#fff;color:#111}
.fil-row{display:flex;align-items:center;gap:8px}
.fil-input.short{max-width:110px}
.fil-sep{color:#667085}
.fil-help{color:#667085}
.fil-actions{display:flex;gap:8px;margin-top:8px}
.btn.grad{padding:10px 14px;background:#ff7a1a;color:#fff;border-radius:8px;border:0;cursor:pointer}
.btn.ghost{padding:10px 14px;border:1px solid #e4e6ef;border-radius:8px;color:#111;text-decoration:none;background:#fff}
@media (max-width:980px){.com-grid{grid-template-columns:1fr}.com-filter{position:static}}
@media (max-width: 980px){
.com-grid{ grid-template-columns:1fr; }
.com-filter{ position:static; }
}[data-action="sort_list"] {
background: rgba(255, 255, 255, 0.9);
position: absolute;
top: 100%;
left: 0;
right: 0;
width: 100%;
overflow: hidden;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
opacity: 0;
z-index: 15;
-webkit-box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
visibility: hidden;
-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
transition: opacity .3s, visibility .3s, -webkit-transform .3s;
-o-transition: transform .3s, opacity .3s, visibility .3s;
transition: transform .3s, opacity .3s, visibility .3s;
transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}
@media screen and (max-width: 992px) {
.box .sort-holder.mobile_one .sort {
width: 48% !important;
border: 1px solid;
border-color: #0000001f;
color: #fff;
box-shadow: 0 0 3px rgba(237, 7, 101, 0.5);
}
}
@media screen and (max-width: 992px) {
.box.reverse .headline .sort-holder {
width: calc(100%);
margin-left: 0px;
margin-bottom: 20px;
background: #ffffff;
-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
}
.box.single-models .headline {
margin-top: 0px;
}
[data-action="sort_show"]::after {
position: absolute;
content: "";
display: block;
width: 5px;
height: 5px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg);
margin-left: 6px;
vertical-align: middle;
right: 10px;
}
span.num_pagination {
color: #5e5e5e;
}
[data-action="sort_show"] {
position: relative;
z-index: 16;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
color: #5e5e5e;
font-size: 15px;
line-height: 18px;
padding: 7px 11px;
font-weight: 300;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
-webkit-box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; min-width: 150px;
}
@media screen and (max-width: 992px) {
[data-action="sort_show"]{
color: #5e5e5e;
font-size: 18px;
line-height: 18px;
padding: 7px 11px;
font-weight: 500;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
[data-action="sort_show"] span.text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
[data-action="sort_show"].active::after {
content: "";
display: inline-block;
width: 5px;
height: 5px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(225deg);
margin-left: 6px;
vertical-align: middle;
}
[data-action="sort_show"]:hover {
-webkit-box-shadow: 0 0 3px rgba(237, 7, 101, 0.5);
box-shadow: 0 0 3px rgba(237, 7, 101, 0.5);
background-color: #e6184e;
color: #fff;
}
[data-action="sort_list"] li {
display: block;
}
[data-action="sort_list"] li a {
color: #5e5e5e;
font-size: 15px;
line-height: 17px;
font-weight: 300;
display: inline-block;
width: 100%;
text-align: center;
padding: 7px 0;
-webkit-transition: color .3s, background .3s;
-o-transition: color .3s, background .3s;
transition: color .3s, background .3s;
}
[data-action="sort_list"] li a:hover {
color: #fff;
background: rgba(230, 24, 78, 0.86);
}
[data-action="sort_list"] li a.active {
color: #fff;
background: rgba(230, 24, 78, 0.86);
cursor: default;
}
[data-action="sort_list"].show {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
z-index: 99;
}
@media screen and (max-width: 992px) {
.sort-holder {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
scroll-behavior: smooth;
cursor: grab;
}
[data-action="sort_list"] {
top: 30px;
}
}.dark input {background: rgb(36, 36, 36); color: rgb(255, 255, 255);}
body.dark {background: rgb(40, 40, 40); color: rgb(255, 255, 255) !important;}
.dark .wrapper, .dark .wrapper-holder {table-layout: fixed;}
.dark .header {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; background-color: rgb(31, 31, 31);}
.dark .burder-menu span, .dark .burder-menu span::after, .dark .burder-menu span::before {background-color: rgb(255, 255, 255);}
.dark .search-mobi i {color: rgb(255, 255, 255);}
.dark .nav-holder .drop-holder {background: rgba(0, 0, 0, 0.97); box-shadow: rgb(0, 0, 0) 0px 128px 250px 0px;}
.dark .nav-holder .drop-holder .column:first-of-type {background: transparent;}
.dark .nav-holder .drop-holder .search-form .input {border: 0px; background: 0px 0px; color: rgb(255, 255, 255);}
.dark .nav-holder .drop-holder .search-form i {color: rgb(255, 255, 255);}
.dark .nav-holder .drop-holder .category-groups .link {color: rgb(255, 255, 255);}
.dark .nav-holder .drop-holder .category-groups .link i {color: rgb(255, 255, 255);}
.dark .nav-holder .drop-holder .category-groups .link.active {color: rgb(230, 24, 78);}
.dark .nav-holder .drop-holder .category-groups .link.active i {color: rgb(230, 24, 78);}
.dark .nav-holder .drop-holder .category-items a {color: rgb(255, 255, 255);}
.dark .nav-holder .drop-holder .category-items a .quantity {color: rgb(255, 255, 255);}
.dark .nav-holder .drop-holder .btn-holder .link {box-shadow: rgba(94, 94, 94, 0) 0px 0px 3px; background-color: rgb(40, 40, 40); color: rgb(255, 255, 255);}
.dark .nav-holder .drop-holder .nano .nano-pane {background-color: rgb(196, 196, 196);}
.dark .nav-holder .drop-holder .nano .nano-pane .nano-slider {background-color: rgb(230, 24, 78);}
.dark .nav-holder .item .link-nav {color: rgb(255, 255, 255);}
.dark .nav-holder .item .link-nav.active {color: rgb(230, 24, 78);}
.dark .block-search .search-input {background-color: rgb(46, 46, 46); border: 0px; color: rgb(255, 255, 255);}
.dark .block-search .search-btn {background-color: rgb(230, 24, 78); border: 0px;}
.dark .block-search .search-btn i {color: rgb(255, 255, 255);}
.dark .box .headline .title-holder {color: rgb(255, 255, 255);}
.dark .box .headline .title-holder .color {color: rgb(230, 24, 78);}
.dark .box .item .img-holder {box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px; background-color: rgb(31, 31, 31);}
.dark .box .item .info-holder {background: rgba(0, 0, 0, 0.6); color: rgb(255, 255, 255);}
.dark .box .video_list .item .info-holder {background: linear-gradient(rgba(255, 255, 255, 0) 0px, rgba(241, 111, 92, 0) 0px, rgb(0, 0, 0) 100%);}
.dark .box .item .title-item {color: rgb(255, 255, 255);}
.dark .box.models-list .item .title {color: rgb(255, 255, 255);}
.dark .box.models-list .item .info-model {color: rgb(255, 255, 255);}
.dark .box.albums-list .img-holder {box-shadow: none;}
.dark .box.albums-list .album-info .models-title {color: rgb(255, 255, 255); border-bottom: 1px solid rgb(44, 44, 44);}
.dark .box.albums-list .album-info .info {border-bottom: 1px solid rgb(44, 44, 44);}
.dark .box.albums-list .album-info .info .item-info {color: rgb(255, 255, 255);}
.dark .box.albums-list .album-info .categor-holder .row-title {color: rgb(255, 255, 255);}
.dark .box.albums-list .album-info .categor-holder .row-item {color: rgb(255, 255, 255); border: 1px solid rgb(160, 160, 160);}
.dark .box.albums-list .link {box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px; background: rgb(31, 31, 31);}
.dark .pagination .pagination-holder .item-pagin .link {color: rgb(255, 255, 255); box-shadow: rgba(94, 94, 94, 0) 0px 0px 3px; background-color: rgb(31, 31, 31);}
.dark .pagination .pagination-holder .item-pagin.active .link {background-color: rgb(230, 24, 78); color: rgb(255, 255, 255); box-shadow: rgba(94, 94, 94, 0) 0px 0px 3px;}
.dark .footer {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; background-color: rgb(31, 31, 31);}
.dark .footer .footer-nav .item .link {color: rgb(255, 255, 255);}
.dark .footer .text {color: rgb(255, 255, 255);}
.dark .search-holder .box {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; background-color: rgb(255, 255, 255);}
.dark .scrollup {background: rgb(230, 24, 78); color: rgb(255, 255, 255); box-shadow: rgba(94, 94, 94, 0) 0px 0px 3px;}
.dark .fancybox-skin {background: 0px 0px; color: rgb(255, 255, 255); box-shadow: none !important;}
.dark .premium-thumbs .item .img-holder .info-holder {background: rgba(0, 0, 0, 0.7);}
.dark .title span {color: rgb(255, 192, 42);}
.dark .footer_user_menu {background: rgb(31, 31, 31); box-shadow: rgb(0, 0, 0) 0px 0px 5px;}
.dark .footer_user_menu .menu_items .item {color: rgb(255, 255, 255);}
.dark .footer_user_menu .menu_items .item svg {fill: rgb(255, 255, 255);}
.dark .block_content, .dark .block_models {box-shadow: rgb(0, 0, 0) 0px 0px 5px; background: rgb(31, 31, 31); color: rgb(255, 255, 255);}
.dark .block_content svg, .dark .block_models svg {fill: rgb(255, 255, 255);}
.dark .block_content .items a, .dark .block_models .items a {color: rgb(255, 255, 255);}
.dark .logo_burger .arrow {color: rgb(255, 255, 255);}
.dark .burger_menu_top {box-shadow: rgb(0, 0, 0) 0px 0px 20px;}
.dark .footer .text a {color: rgb(230, 24, 78);}
.dark .nav-holder.new {background: 0px 0px;}
.dark .nav-holder.new {background: rgba(255, 255, 255, 0.95);}
.dark .nav-holder.new .burger_user_menu {background: rgb(31, 31, 31);}
.dark .nav-holder.new .item {background: rgb(31, 31, 31); border-bottom: 1px solid rgb(41, 41, 41);}
.dark .nav-holder.new .item .link-nav {color: rgb(255, 255, 255);}
.dark .nav-holder.new .item .link-nav.active {color: rgb(255, 72, 90);}
.dark .nav-holder.new .item .link-nav svg {fill: rgb(255, 255, 255);}
.dark .nav-holder.new .item.text {border-bottom: none;}
.dark .nav-holder.new .item .text_burger {color: rgb(255, 255, 255);}
.dark .slider_holder {background: rgb(77, 77, 77);}
.dark .slider_holder svg {fill: rgb(255, 255, 255) !important;}
.dark .wrapper::before {background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(230, 24, 78);}
.dark .nav-holder .drop-holder::after {background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgba(0, 0, 0, 0.6);}
.dark .nav-holder .drop-holder .column:first-of-type {background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent;}
.dark .nav-holder .drop-holder .category-items .item.not-found a:hover .title {color: rgb(0, 0, 0);}
.dark .nav-holder .item .link-nav::after {background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(230, 24, 78);}
.dark .nav-holder.new .item .link-nav:hover {background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(230, 24, 78); color: rgb(255, 255, 255);}
.dark .nav-holder.new .item .link-nav:hover svg {fill: rgb(255, 255, 255);}
.dark .slider_holder::after {background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(26, 26, 26);}
.dark .box .sort-holder .sort .selected {color: rgb(0 0 0);background-color: rgb(255, 255, 255);box-shadow: rgba(94, 94, 94, 0) 0px 0px 3px;}
.dark .box .sort-holder .sort .selected .text + i {color: rgb(255, 255, 255);}
.dark .box .sort-holder .sort .selected.active {box-shadow: rgba(237, 7, 101, 0.5) 0px 0px 3px; background-color: rgb(230, 24, 78); color: rgb(255, 255, 255);}
.dark .box .sort-holder .sort .drop-holder {background: rgb(31, 31, 31); box-shadow: rgba(94, 94, 94, 0) 0px 0px 3px;}
.dark .box .sort-holder .sort .drop-holder .item-sort .link-drop {color: rgb(255, 255, 255);}
.dark .box .sort-holder .sort .selected.active::after {background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(230, 24, 78);}
.dark .bread-crumb {color: rgb(255, 255, 255);}
.dark .bread-crumb .link-bread {color: rgb(255, 255, 255);}
.dark .box.models-list .search-form .input {box-shadow: rgba(94, 94, 94, 0) 0px 0px 3px; background-color: rgb(31, 31, 31); color: rgb(255, 255, 255); border: 0px; opacity: 1;}
.dark .box.models-list .search-form .input:focus {box-shadow: rgba(237, 7, 101, 0.5) 0px 0px 10px;}
.dark .title-video {color: rgb(255, 255, 255);}
.dark .video-holder .models-list {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; background-color: rgb(31, 31, 31);}
.dark .video-holder .models-list .thumbs-holder.mobi .categor-holder {box-shadow: none; background-color: transparent;}
.dark .video-holder .models-list .text {color: rgb(255, 255, 255);}
.dark .video-holder .categor-holder {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; background-color: rgb(31, 31, 31);}
.dark .video-holder .categor-holder .row-title {color: rgb(255, 255, 255);}
.dark .video-holder .categor-holder .row-item {background-color: rgb(40, 40, 40); color: rgb(255, 255, 255); border: none;}
.dark .video-holder .categor-holder .row-item {border: 1px solid rgb(160, 160, 160); color: rgb(255, 255, 255);}
.dark .player-holder {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; background-color: rgb(31, 31, 31);}
.dark .player-holder .tabs-holder .tab .btn {box-shadow: rgba(94, 94, 94, 0.5) 0px 0px 3px; background-color: rgb(40, 40, 40); color: rgb(255, 255, 255);}
.dark .player-holder .tabs-holder .tab .btn.active {color: rgb(255, 255, 255); box-shadow: rgb(230, 24, 78) 0px 0px 3px; background-color: rgb(230, 24, 78);}
.dark .player-holder .tabs-content .info-block {color: rgb(255, 255, 255);}
.dark .rating-info .info {color: rgb(94, 94, 94);}
.dark .rating-info .rating-fav {border-right: 1px solid rgba(94, 94, 94, 0.35);}
.dark .rating-info .rating-fav .btn i {color: rgb(94, 94, 94);}
.dark .rating-info .rating-fav .btn .quantity {color: rgb(94, 94, 94);}
.dark .form-holder .text {color: rgb(255, 255, 255);}
.dark .form-holder .row .input {border: 1px solid rgba(94, 94, 94, 0);}
.dark .form-holder .row .input:focus {border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(230, 24, 78); border-right-color: rgb(230, 24, 78); border-bottom-color: rgb(230, 24, 78); border-left-color: rgb(230, 24, 78); border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial;}
.dark .video-holder .left .block-holder {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; background-color: rgb(31, 31, 31);}
.dark .video-holder .left .block-holder .text-title {color: rgb(255, 255, 255);}
.dark .album-info .inform {border-bottom: 1px solid rgba(94, 94, 94, 0.35);}
.dark .album-info .inform .item-info {color: rgb(255, 255, 255);}
.dark .album-info .inform .item-info i {color: rgb(255, 255, 255);}
.dark .album-info .rating-info .rating-fav {border: 0px;}
.dark .box .sort-holder .sort .selected.active i {color: rgb(255, 255, 255);}
.dark .view-model .model-holder {box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px; background-color: rgb(31, 31, 31);}
.dark .box.categories-list .sort-conten .selected {color: rgb(255, 255, 255); border-bottom: 2px solid rgb(255, 255, 255);}
.dark .box.categories-list .sort-conten .selected.active {color: rgb(230, 24, 78); border-color: rgb(230, 24, 78);}
.dark .box.categories-list .items-list .letter-holder {border-right: 1px solid rgba(0, 0, 0, 0.1);}
.dark .box.categories-list .items-list .item.title {background-color: rgb(230, 24, 78); color: rgb(255, 255, 255);}
.dark .box.categories-list .items-list .item .link {color: rgb(255, 255, 255);}
.dark .box.categories-list .items-list .item .link .quantity {color: rgb(255, 255, 255);}
.dark .box.categories-list .items-list::after {background-image: initial; background-position-x: initial; background-position-y: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent;}
.dark .error_404-holder .page-error {color: rgb(230, 24, 78);}
@media screen and (max-width: 440px) {
.dark .box.albums-list .album-info .info .item-info:last-of-type {border-right: 1px solid rgba(94, 94, 94, 0.35);}
.dark .box.albums-list .album-info .info .item-info:nth-child(3) {border: 0px;}
}
@media screen and (max-width: 640px) {
.dark .box.albums-list .album-info .info .item-info {border-right: 1px solid rgba(94, 94, 94, 0.35);}
.dark .box.albums-list .album-info .info .item-info:last-of-type {border: 0px;}
.dark .box.albums-list .album-info .info {border: 0px;}
.dark .box.albums-list .album-info .models-title {border: 0px;}
.dark .footer .footer-nav .item .link {color: rgb(255, 255, 255);}
}
@media screen and (max-width: 767px) {
.dark .rating-info .rating-fav {border: none;}
}
@media screen and (max-width: 992px) {
.dark .block-search .search-btn i {color: rgb(255, 255, 255);}
.dark .block-search .search-btn.delet {background: 0px 0px;}
.dark .block-search .search-btn.delet {background: url(//k2porn.com/static/images/fancybox_sprite.png) center center no-repeat rgb(230, 24, 78);}
.dark .block-search .search-input {background-color: rgb(46, 46, 46);}
.dark .block-search {background: rgba(255, 255, 255, 0.9);}
.dark .box.reverse .headline .sort-holder .sort {background: 0px 0px;}
.dark .box.reverse .headline .sort-holder {background: rgb(31, 31, 31); box-shadow: transparent 0px 0px 20px;}
.dark .box.reverse .headline .sort-holder.enable_albums .sort.sort-content .selected {color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); box-shadow: rgb(0, 0, 0) 0px 0px 3px;}
.dark .box.reverse .headline .sort-holder.enable_albums .sort.sort-content .selected.active {box-shadow: rgb(0, 0, 0) 0px 0px 3px; background-color: rgb(230, 24, 78); color: rgb(255, 255, 255);}
.dark .box.reverse .headline .sort-holder.enable_albums .sort.sort-content .selected.active i {color: rgb(255, 255, 255);}
.dark .box.reverse .headline .sort-holder.enable_albums .sort.sort-content {background: 0px 0px;}
.dark .box.reverse .headline .sort-holder.enable_albums {background: 0px 0px; box-shadow: none;}
.dark .box.reverse .sort-holder .sort .drop-holder .item-sort .link-drop {color: rgb(255, 255, 255); border-bottom: 1px solid rgb(41, 41, 41);}
.dark .box.reverse .sort-holder .sort .drop-holder .item-sort:last-child .link-drop {border-bottom: none;}
.dark .box.reverse .sort-holder .sort .drop-holder {background: rgb(0, 0, 0); box-shadow: none;}
.dark .box.reverse .sort-holder .sort .selected {color: rgb(255, 255, 255); background-color: transparent; box-shadow: none;}
.dark .box.reverse .sort-holder .sort .selected i {color: rgb(255, 255, 255);}
.dark .box.reverse .sort-holder .sort .selected.active {box-shadow: none; background-color: transparent; color: rgb(255, 72, 90);}
.dark .box.reverse .sort-holder .sort .selected.active i {color: rgb(255, 72, 90);}
.dark .box.reverse .sort-holder .sort-content.sort .selected i {color: rgb(0, 0, 0);}
.dark .burder-menu span, .dark .burder-menu span::after, .dark .burder-menu span::before {background: rgb(255, 255, 255);}
.dark .burger_user_menu {background: rgb(255, 255, 255);}
.dark .header {box-shadow: none;}
.dark .nav-holder .item .link-nav {color: rgb(255, 255, 255);}
.dark .nav-holder .item .link-nav svg {fill: rgb(255, 255, 255);}
.dark .nav-holder .item .link-nav.active {color: rgb(255, 72, 90);}
.dark .nav-holder .item .text_burger {color: rgb(255, 255, 255);}
.dark .nav-holder .item {background: rgb(255, 255, 255);}
.dark .nav-holder .item {border-bottom: 1px solid rgb(40, 40, 40);}
.dark .nav-holder .item.text {border-bottom: none;}
.dark .nav-holder {background: 0px 0px;}
.dark .nav-holder {background: rgba(255, 255, 255, 0.95);}
}.head-row {
display: flex;
align-items: center;
justify-content: flex-end;
position: relative;
z-index: 20;
font-family: Arial, sans-serif;
} .user-menu {
position: relative;
display: inline-block;
cursor: pointer;
}
svg.icon-svg.icon-watch-later {
width: 32px;
height: 32px;
} .user-name {
display: flex;
align-items: center;
gap: 8px;
padding: 6px 10px;
border-radius: 6px;
background: #f8f8f8;
transition: background 0.2s ease;
}
.user-name:hover {
background: #eee;
}
.username-pic {
width: 42px;
height: 42px;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
}
.user-pic-img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}
.member-name-prof {
font-weight: 600;
font-size: 14px;
color: #333;
}
.icon-chevron-thin-down {
width: 12px;
height: 12px;
fill: #555;
} .drop-down-men {
position: absolute;
top: calc(100% + 6px);
right: 0;
min-width: 220px;
background: #fff;
border: 1px solid #ddd;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
padding: 6px 0;
display: none;
flex-direction: column;
animation: fadeIn 0.2s ease;
top: 50px;
}
.user-menu:hover .drop-down-men {
display: flex;
}
.drop-top {
font-size: 13px;
padding: 10px 16px;
border-bottom: 1px solid #eee;
color: #666;
}
.drop-top a {
color: #0073aa;
font-weight: 600;
text-decoration: none;
} .row-drop {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
padding: 10px 16px;
font-size: 14px;
color: #333;
text-decoration: none;
transition: background 0.2s ease;
}
.row-drop:hover {
background: #f5f5f5;
}
.row-drop svg {
width: 18px;
height: 18px;
fill: #666;
}
.row-drop span {
flex-grow: 1;
}
.row-drop b {
font-size: 12px;
background: #eee;
padding: 2px 6px;
border-radius: 12px;
color: #444;
} .user-container {
display: flex;
align-items: center;
}
.header-but button {
margin-left: 8px;
padding: 6px 14px;
font-size: 14px;
border-radius: 4px;
border: none;
cursor: pointer;
font-weight: 600;
transition: background 0.2s ease;
}
.header-but button:first-child {
background: #f0f0f0;
color: #333;
}
.header-but button:first-child:hover {
background: #e0e0e0;
}
.header-but button:last-child {
background: #0073aa;
color: #fff;
}
.header-but button:last-child:hover {
background: #005f8d;
} @keyframes fadeIn {
from { opacity: 0; transform: translateY(-5px); }
to   { opacity: 1; transform: translateY(0); }
} body.dark .head-row {
color: #cfd6e4;
font-family: Arial, sans-serif;
} body.dark svg.icon-svg.icon-watch-later {
fill: #cfd6e4;
opacity: .9;
} body.dark .user-name {
background: #161b22;
border: 1px solid rgba(255,255,255,.06);
}
body.dark .user-name:hover {
background: #1d2430;
}
body.dark .member-name-prof {
color: #e6edf3;
}
body.dark .icon-chevron-thin-down {
fill: #a7b3c2;
} body.dark .username-pic {
box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset;
}
body.dark .user-pic-img {
background: #0b0f14;
} body.dark .drop-down-men {
background: #0f141c;
border: 1px solid rgba(255,255,255,.08);
box-shadow: 0 10px 28px rgba(0,0,0,.45);
}
body.dark .drop-top {
color: #9fb0c3;
border-bottom: 1px solid rgba(255,255,255,.06);
}
body.dark .drop-top a {
color: #7cc7ff;
} body.dark .row-drop {
color: #cfd6e4;
}
body.dark .row-drop:hover {
background: rgba(255,255,255,.05);
}
body.dark .row-drop svg, body.dark .row-drop svg g {
fill: #fff;
}
body.dark .row-drop b {
background: rgba(255,255,255,.08);
color: #cfd6e4;
} body.dark .user-container { color: #cfd6e4; }
body.dark .header-but button:first-child {
background: #1f2733;
color: #e6edf3;
border: 1px solid rgba(255,255,255,.08);
}
body.dark .header-but button:first-child:hover {
background: #243040;
}
body.dark .header-but button:last-child {
background: #0ea5e9; color: #071018;
box-shadow: 0 2px 10px rgba(14,165,233,.35);
}
body.dark .header-but button:last-child:hover {
background: #38bdf8;
} body.dark .head-row,
body.dark .user-menu,
body.dark .drop-down-men,
body.dark .row-drop {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}