:root {
    /* â”€â”€ Brand: primary purple â”€â”€ */
    --color-primary: #443b6d;
    --color-primary-dark: #362f58;
    --color-primary-darker: #111216;
    --color-primary-deeper: #3b335e;
    --color-primary-muted: #695aac;
    --color-primary-shadow: #6c61a5;
    --color-primary-surface: #363056;

    /* â”€â”€ Accent: green / lime highlights â”€â”€ */
    --color-accent: #b2d244;
    --color-accent-bright: #d9fd3b;
    --color-accent-lime: #caec56;
    --color-accent-green: #79a550;
    --color-accent-green-dark: #65762a;
    --color-accent-green-light: #8ea738;
    --color-accent-green-mid: #6d9839;
    --color-accent-green-deep: #699237;
    --color-accent-green-bright: #7dae41;
    --color-accent-green-soft: #719d3b;
    --color-accent-green-pale: #75a33d;
    --color-accent-green-fresh: #79a83f;
    --color-accent-yellow-green: #bdcb33;

    /* â”€â”€ Lavender secondary accent â”€â”€ */
    --color-accent-purple: #b0a5e2;
    --color-accent-purple-light: #e6e1fb;
    --color-accent-purple-muted: #9483e9;
    --color-accent-purple-pale: #bbb0ec;
    --color-accent-magenta: #956194;
    --color-accent-pink: #e06fc1;

    /* â”€â”€ Links â”€â”€ */
    --color-link: #62aee8;
    --color-link-hover: #b0a5e2;
    --color-link-alt: #5ba4cc;
    --color-link-blue: #5078a5;
    --color-link-bright: #56aee8;
    --color-link-cyan: #228cc3;
    --color-link-deep: #0c7abf;
    --color-link-sky: #54A9EB;
    --color-link-ocean: #3B8CCB;
    --color-link-navy: #2a5caa;
    --color-link-pale: #63add6;
    --color-link-legacy: #00f;

    /* â”€â”€ Backgrounds â”€â”€ */
    --color-bg-base: #171717;
    --color-bg-gradient-inner: #181923;
    --color-bg-gradient-outer: #10101a;
    --color-bg-gradient-start: #1c1d1d;
    --color-bg-surface: #181923;
    --color-bg-elevated: #191919;
    --color-bg-card: #111216;
    --color-bg-deep: #0b0c10;
    --color-bg-deep-alt: #1a1929;
    --color-bg-input: #12131a;
    --color-bg-code: #121212;
    --color-bg-blockquote: #242424;
    --color-bg-header: #1e1e1e;
    --color-bg-panel: #1d1d1d;
    --color-bg-muted: #1a1a1a;
    --color-bg-dark: #1c1c1c;
    --color-bg-darker: #1b1b1b;
    --color-bg-item: #1f1f1f;
    --color-bg-overlay: #15161f;
    --color-bg-purple-tint: #232135;
    --color-bg-gray: #232323;
    --color-bg-hover-dark: #252525;
    --color-bg-subtle: #151515;
    --color-bg-inset: #0e0e0e;
    --color-bg-footer: #131313;
    --color-bg-black: #0a0a0a;
    --color-bg-void: #050310;
    --color-bg-void-alt: #000211;
    --color-bg-near-black: #101010;
    --color-bg-cream: #e6e9d7;

    /* â”€â”€ Home search (index) â”€â”€ */
    --color-home-search-bg: #eee;
    --color-home-search-text: #000;

    /* â”€â”€ Text â”€â”€ */
    --color-text: #8289b3;
    --color-text-alt: #8285a5;
    --color-text-muted: #757b9c;
    --color-text-subtle: #868686;
    --color-text-heading: #ddd;
    --color-text-light: #eee;
    --color-text-secondary: #ccc;
    --color-text-tertiary: #bbb;
    --color-text-nav: #e6e1fb;
    --color-nav-link: #e6e1fb;
    --color-nav-link-hover: #fff;
    --color-text-dark: #212121;
    --color-text-pricing: #84697c;
    --color-text-muted-purple: #8a82b0;
    --color-text-lavender: #9b93c4;
    --color-text-bright-lavender: #f4f2ff;

    /* â”€â”€ Text on colored surfaces (theme-aware) â”€â”€ */
    --color-on-primary: #ffffff;
    --color-on-primary-muted: #e6e1fb;
    --color-on-surface: #ffffff;

    /* â”€â”€ Neutrals â”€â”€ */
    --color-white: #fff;
    --color-black: #000;
    --color-gray-50: #fafafa;
    --color-gray-80: #f5f3ff;
    --color-gray-85: #f5f3fd;
    --color-gray-90: #f3f3f3;
    --color-gray-95: #f6f6f6;
    --color-gray-100: #f5f5f5;
    --color-gray-150: #eaeaea;
    --color-gray-200: #e3e3e3;
    --color-gray-210: #d8d8d8;
    --color-gray-270: #bebebe;
    --color-gray-280: #ababab;
    --color-gray-290: #a7a7a7;
    --color-gray-300: #aaa;
    --color-gray-310: #a2a2a2;
    --color-gray-320: #9c9c9c;
    --color-gray-330: #9a9a99;
    --color-gray-340: #999;
    --color-gray-350: #969696;
    --color-gray-360: #949494;
    --color-gray-370: #818181;
    --color-gray-380: #757575;
    --color-gray-390: #696969;
    --color-gray-400: #666;
    --color-gray-420: #636363;
    --color-gray-440: #555;
    --color-gray-450: #505050;
    --color-gray-460: #464646;
    --color-gray-480: #3e3e3e;
    --color-gray-500: #777;
    --color-gray-500-alt: #3c3c3c;
    --color-gray-540: #353538;
    --color-gray-550: #353535;
    --color-gray-600-alt: #323232;
    --color-gray-650: #313131;
    --color-gray-700: #2f2f2f;
    --color-gray-700-alt: #2e2e2e;
    --color-gray-750: #2d2d2d;
    --color-gray-800: #333;
    --color-gray-850: #292929;
    --color-gray-900: #282828;

    /* â”€â”€ Borders â”€â”€ */
    --color-border: #22242f;
    --color-border-alt: #222533;
    --color-border-dark: #38383b;
    --color-border-light: #5a5a5c;
    --color-border-subtle: #212121;
    --color-border-divider: #14161d;
    --color-border-nav: #141414;
    --color-border-nav-alt: #222;
    --color-border-muted: #525252;
    --color-border-faint: #363636;
    --color-border-button: #202020;

    /* â”€â”€ Highlights / ratings â”€â”€ */
    --color-gold: #f3d872;
    --color-gold-soft: #f5d877;
    --color-gold-bright: #ffc107;
    --color-yellow: #d9c112;
    --color-yellow-dark: #e2c022;
    --color-yellow-alt: #cddc39;
    --color-yellow-light: #dce776;
    --color-yellow-pale: #f5f263;

    /* â”€â”€ Status â”€â”€ */
    --color-success: #22c35e;
    --color-success-bright: #2dbe2d;
    --color-success-mid: #29b474;
    --color-success-dark: #195818;
    --color-success-deep: #135413;
    --color-success-darker: #005000;
    --color-success-forest: #1e731d;
    --color-success-muted: #3c6d3b;
    --color-success-olive: #4b8c36;
    --color-success-lime: #7cb342;
    --color-success-pale: #a5d6a7;
    --color-error: #f44336;
    --color-error-dark: #dc3939;
    --color-error-bright: #ff5757;
    --color-error-light: #ff8a80;
    --color-error-pale: #fda0a0;
    --color-error-mid: #e85252;
    --color-error-orange: #e24d3f;
    --color-error-fire: #eb2f06;
    --color-error-rose: #c54245;
    --color-error-deep: #c32222;
    --color-error-muted: #c15050;
    --color-error-dusty: #b55757;
    --color-error-wine: #ad2a2a;
    --color-error-brown: #a55050;
    --color-error-burgundy: #9c2b2b;
    --color-error-maroon: #971515;
    --color-error-blood: #7d2020;
    --color-error-rust: #762a2a;
    --color-error-void: #5f0d0d;
    --color-error-black: #500000;
    --color-error-coral: #d24444;
    --color-error-salmon: #e47b7b;
    --color-warning: #ffc107;
    --color-warning-tan: #d5c186;
    --color-warning-orange: #f39c12;
    --color-warning-dark: #ae750d;
    --color-warning-amber: #c37722;
    --color-warning-brown: #855726;
    --color-warning-copper: #7f5324;
    --color-warning-gold: #dc8e39;
    --color-warning-rust: #ca4a1f;
    --color-warning-deep: #d66d00;
    --color-danger: #b00;
    --color-highlight: #ff0;

    /* â”€â”€ Info bars â”€â”€ */
    --color-info-dark: #014965;
    --color-info-teal: #1b7d82;
    --color-info-blue: #1f5f83;
    --color-info-red: #b71313;

    /* â”€â”€ Brand rainbow (Nyakids etc.) â”€â”€ */
    --color-brand-purple: #5B4DB7;
    --color-brand-green: #81D152;
    --color-brand-orange: #FF9D4F;
    --color-brand-red: #FF5347;
    --color-brand-cyan: #42ADC7;

    /* â”€â”€ Social â”€â”€ */
    --color-social-twitter: #00aced;
    --color-social-facebook: #3b5998;
    --color-social-google: #dd4b39;

    /* â”€â”€ Overlays & shadows â”€â”€ */
    --overlay-transparent: rgba(0, 0, 0, 0);
    --overlay-black-01: rgba(0, 0, 0, 0.01);
    --overlay-black-02: rgba(0, 0, 0, 0.02);
    --overlay-black-03: rgba(0, 0, 0, 0.03);
    --overlay-black-05: rgba(0, 0, 0, 0.05);
    --overlay-black-06: rgba(0, 0, 0, 0.06);
    --overlay-black-08: rgba(0, 0, 0, 0.08);
    --overlay-black-09: rgba(0, 0, 0, 0.09);
    --overlay-black-light: rgba(0, 0, 0, 0.1);
    --overlay-black-12: rgba(0, 0, 0, 0.12);
    --overlay-black-13: rgba(0, 0, 0, 0.13);
    --overlay-black-15: rgba(0, 0, 0, 0.15);
    --overlay-black-18: rgba(0, 0, 0, 0.18);
    --overlay-black-19: rgba(0, 0, 0, 0.19);
    --overlay-black-20: rgba(0, 0, 0, 0.2);
    --overlay-black-21: rgba(0, 0, 0, 0.21);
    --overlay-black-22: rgba(0, 0, 0, 0.22);
    --overlay-black-23: rgba(0, 0, 0, 0.23);
    --overlay-black-25: rgba(0, 0, 0, 0.25);
    --overlay-black-27: rgba(0, 0, 0, 0.27);
    --overlay-black-28: rgba(0, 0, 0, 0.28);
    --overlay-black-30: rgba(0, 0, 0, 0.3);
    --overlay-black-34: rgba(0, 0, 0, 0.34);
    --overlay-black-35: rgba(0, 0, 0, 0.35);
    --overlay-black-36: rgba(0, 0, 0, 0.36);
    --overlay-black-39: rgba(0, 0, 0, 0.39);
    --overlay-black-40: rgba(0, 0, 0, 0.4);
    --overlay-black-42: rgba(0, 0, 0, 0.42);
    --overlay-black-43: rgba(0, 0, 0, 0.43);
    --overlay-black-44: rgba(0, 0, 0, 0.44);
    --overlay-black-45: rgba(0, 0, 0, 0.45);
    --overlay-black-48: rgba(0, 0, 0, 0.48);
    --overlay-black-51: rgba(0, 0, 0, 0.51);
    --overlay-black-shadow: rgba(0, 0, 0, 0.52);
    --overlay-black-57: rgba(0, 0, 0, 0.57);
    --overlay-black-60: rgba(0, 0, 0, 0.6);
    --overlay-black-half: rgba(0, 0, 0, 0.5);
    --overlay-black-mid: rgba(0, 0, 0, 0.63);
    --overlay-black-medium: rgba(0, 0, 0, 0.62);
    --overlay-black-dark: rgba(0, 0, 0, 0.7);
    --overlay-black-strong: rgba(0, 0, 0, 0.75);
    --overlay-black-heavy: rgba(0, 0, 0, 0.76);
    --overlay-black-deep: rgba(0, 0, 0, 0.85);
    --overlay-black-video: rgba(0, 0, 0, 0.94);
    --overlay-black-near: rgba(0, 0, 0, 0.95);
    --overlay-black-max: rgba(0, 0, 0, 0.98);
    --overlay-white-trace: rgba(255, 255, 255, 0.01);
    --overlay-white-bare: rgba(255, 255, 255, 0.02);
    --overlay-white-minimal: rgba(255, 255, 255, 0.03);
    --overlay-white-faint: rgba(255, 255, 255, 0.04);
    --overlay-white-subtle: rgba(255, 255, 255, 0.06);
    --overlay-white-light: rgba(255, 255, 255, 0.07);
    --overlay-white-medium: rgba(255, 255, 255, 0.08);
    --overlay-white-tint: rgba(255, 255, 255, 0.12);
    --overlay-white-placeholder: rgba(255, 255, 255, 0.18);
    --overlay-white-soft: rgba(255, 255, 255, 0.21);
    --overlay-white-dim: rgba(255, 255, 255, 0.23);
    --overlay-white-border: rgba(255, 255, 255, 0.2);
    --overlay-white-mid: rgba(255, 255, 255, 0.61);
    --overlay-white-half: rgba(255, 255, 255, 0.5);
    --overlay-white-heavy: rgba(255, 255, 255, 0.9);
    --overlay-white-strong: rgba(255, 255, 255, 0.92);
    --overlay-purple: rgba(176, 165, 226, 0.12);
    --overlay-purple-hover: rgba(176, 165, 226, 0.18);
    --overlay-primary: rgba(68, 59, 109, 0.9);
    --overlay-primary-medium: rgba(68, 59, 109, 0.5);
    --overlay-primary-light: rgba(68, 59, 109, 0.35);
    --overlay-primary-faint: rgba(68, 59, 109, 0.25);
    --overlay-accent: rgba(178, 210, 68, 0.76);
    --overlay-separator: rgba(36, 36, 36, 0.42);
    --overlay-modal: rgba(36, 36, 36, 0.57);
    --overlay-modal-shadow: rgba(36, 36, 36, 0.65);
    --overlay-panel: rgba(22, 23, 26, 0.95);
    --overlay-nav-inset: rgba(12, 12, 12, 0.47);
    --overlay-avatar: rgba(14, 14, 14, 0.45);
    --overlay-dark-41: rgba(17, 17, 17, 0.41);
    --overlay-dark-68: rgba(29, 29, 29, 0.68);
    --overlay-dark-70: rgba(43, 43, 43, 0.7);
    --overlay-dark-79: rgba(17, 17, 17, 0.79);
    --overlay-dark-90: rgba(25, 25, 25, 0.9);
    --overlay-dark-panel: rgba(53, 53, 56, 0.68);
    --overlay-gray-faint: rgba(84, 84, 84, 0.1);
    --overlay-gray-mid: rgba(95, 95, 95, 0.8);
    --overlay-gray-heavy: rgba(119, 119, 119, 0.85);
    --overlay-light-gray: rgba(222, 222, 222, 0.75);
    --overlay-light-border: rgba(236, 236, 236, 0.76);
    --overlay-light-trace: rgba(240, 240, 240, 0.01);
    --overlay-light-bare: rgba(230, 230, 230, 0.01);
    --overlay-tooltip: rgba(2, 2, 2, 0.72);
    --overlay-success-faint: rgba(76, 175, 80, .12);
    --overlay-success-light: rgba(76, 175, 80, .3);
    --overlay-success-mid: rgba(76, 175, 80, .55);
    --overlay-error-faint: rgba(211, 47, 47, .13);
    --overlay-error-light: rgba(211, 47, 47, .35);
    --overlay-error-mid: rgba(211, 47, 47, .6);
    --overlay-error-soft: rgba(249, 79, 79, 0.1);
}

.soft-info.infoBar--info { background-color: var(--color-info-blue); }
.soft-info.infoBar--alert { background-color: var(--color-info-red); }

/* Theme overrides live in css/themes.css */

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    min-height: 100%;
}

body {
    line-height: 1;
    background: var(--color-bg-base);
    background-image: radial-gradient(ellipse at center, var(--color-bg-surface) 50%, var(--color-bg-gradient-outer) 80%);
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color: var(--color-text);
    margin: 0;
    padding: 0;
    border: 0;
}

body.fixed {
    overflow: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 3.433em;
    text-align: left;
    font-family: "Noto Sans", arial, helvetica, sans-serif;
}

p {
    font-size: 14px;
    line-height: 140%;
    font-family: "GothamPro";
}

small {
    font-size: 90%;
}

a {
    color: var(--color-link);
    text-decoration: none;
    font-family: "GothamPro";
}

a:hover {
    color: var(--color-accent-purple);
    text-decoration: underline;
}

a img {
    border: 0;
}

a:focus, a:hover, a:active {
    outline: 0;
}

li {
    list-style: none;
}

blockquote {
    background: var(--color-bg-blockquote);
    margin: 0 25px 15px;
    color: var(--color-text-tertiary);
    padding: 10px 10px 0;
    border: 1px solid var(--color-bg-blockquote);
    box-shadow: 0 2px 1px var(--overlay-black-28);
    text-align: justify;
}

strong {
    font-weight: 700;
}

i {
    font-style: italic;
}

code {
    background: var(--color-bg-code);
    padding: 4px;
    color: var(--color-text-secondary);
}

.clear {
    clear: both;
}

.flear {
    clear: both;
    display: block;
    margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.noselect {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: var(--overlay-white-placeholder);
}

p:empty {
    display: none;
}

.mt10 {
    margin-top: 10px;
    color: var(--color-text-light);
}

.mb10 {
    margin-bottom: 10px;
}

.ml9 {
    margin-left: 9px;
}

.hidden {
    overflow: hidden;
}

.d-none {
    display: none;
}

h1, h2, h3, h4, h5 {
    color: var(--color-text-heading);
    font-family: "GothamPro";
}

h4.title {
    margin: 13px 0 20px;
    font-size: 14px;
    padding-bottom: 7px;
    border-bottom: 2px solid var(--color-border-subtle);
    text-align: left;
    border-color: var(--color-border-divider);
}

h4.title span {
    padding-bottom: 5px;
    padding-right: 7px;
    border-bottom: 2px solid var(--color-accent);
}

h1.title {
    border-bottom: 2px solid var(--color-gray-100);
    padding-bottom: 4px;
    font-size: 16px;
}

h1.title span {
    border-bottom: 2px solid var(--color-accent-bright);
    padding-bottom: 4px;
    padding-right: 10px;
}

body.wide-popup {
    overflow: hidden;
}

.boxed #wrap, .oval #wrap {
    width: 1086px;
    margin: 0 auto;
    background: var(--color-bg-elevated);
    box-shadow: 0 0 7px var(--overlay-black-shadow);
    position: relative;
    z-index: 99999;
}

.boxed .wrapper, .oval .wrapper, .full .wrapper {
    box-sizing: border-box;
    padding: 0 20px;
    display: block;
    width: auto;
}

.oval #wrap {
    margin: 50px auto 60px;
    border-radius: 6px;
}

.oval #header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.oval #footer {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}

.wrap a {
    color: var(--color-link-alt);
}

.no-overflow {
    height: 0;
    overflow: hidden;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.sticky {
    position: fixed;
    top: -65px;
    left: 0;
    right: 0;
    transition: top 0.2s ease;
    -webkit-transition: top 0.2s ease;
}

.animate {
    top: 0;
}

.separator {
    display: block;
    clear: both;
    background: var(--overlay-white-light);
    height: 1px;
    border-top: 1px solid var(--overlay-separator);
    margin: 5px 9px;
}

.menu-toogle {
    float: left;
    display: none;
    color: var(--color-on-surface);
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    margin-right: 8px;
    left: 0;
    padding: 17px 0;
}

.menu-toogle.active:before {
    content: "\e812";
}

.menu-toogle:before {
    margin-left: 0;
}

.search-toogle {
    display: none;
    color: var(--color-on-surface);
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    right: 0;
    padding: 20px;
    background: var(--overlay-white-bare);
}

.search-toogle.active:before {
    content: "\e812";
}

.search-toogle:before {
    margin-left: 0;
}

a.post-edit-link {
    padding: 10px;
    margin-top: 2px;
    margin-right: 10px;
    background: var(--color-border-muted);
    color: var(--color-white);
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    text-align: center;
    box-shadow: 0 2px 1px var(--overlay-black-22);
    border-radius: 3px;
}

a.post-edit-link:hover {
    background: var(--color-gray-800);
}

.wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

#header-wrapper {
    min-height: auto;
    margin-bottom: 0;
    margin-top: 0;
}

#header {
    position: relative;
    height: auto;
}

#header.dark {
    background-color: var(--color-bg-header);
    background: 0;
}

#header.sticky {
    width: 100%;
    z-index: 9999;
    box-shadow: none;
    border-bottom: 1px solid var(--color-gray-200);
    border: none;
}

#header.sticky .header-content, #header.sticky .logo-content, #header.sticky .header-search, #header.sticky .user-area, #header.sticky .header-social-icons {
    height: 54px;
}

#header.sticky .logo-content {
    min-width: 180px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header.sticky .logo-content img {
    max-width: 100%;
    max-height: 100%;
}

#header.sticky .menu-toogle {
    display: block;
}

.header-content {
    position: relative;
    height: 70px;
}

.header-left {
    width: 60%;
    height: 100%;
    float: left;
}

.header-right {
    width: 40%;
    height: 100%;
    float: right;
}

.lang-flag-icon {
    display: block;
    width: 20px;
    height: 12px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px var(--overlay-white-medium);
    flex-shrink: 0;
}

.user-my-account .list ul li.menu-lang-switch,
.user-my-account .list ul li.menu-theme-switch,
.user-my-account .list ul li.menu-account-switch {
    position: relative;
    list-style: none;
}

.user-my-account .list ul li.menu-lang-switch .lang-menu-toggle,
.user-my-account .list ul li.menu-theme-switch .theme-menu-toggle,
.user-my-account .list ul li.menu-account-switch .account-menu-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 14px;
    border: 0;
    background: transparent;
    color: var(--color-text-muted);
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}

.user-my-account .list ul li.menu-lang-switch .lang-menu-toggle:hover,
.user-my-account .list ul li.menu-lang-switch.is-open .lang-menu-toggle,
.user-my-account .list ul li.menu-theme-switch .theme-menu-toggle:hover,
.user-my-account .list ul li.menu-theme-switch.is-open .theme-menu-toggle,
.user-my-account .list ul li.menu-account-switch .account-menu-toggle:hover,
.user-my-account .list ul li.menu-account-switch.is-open .account-menu-toggle {
    color: var(--color-text);
}

.user-my-account .list ul li.menu-lang-switch .lang-menu-label,
.user-my-account .list ul li.menu-theme-switch .theme-menu-label,
.user-my-account .list ul li.menu-account-switch .account-menu-label {
    flex: 1;
}

.user-my-account .list ul li.menu-lang-switch .lang-menu-current,
.user-my-account .list ul li.menu-theme-switch .theme-menu-current {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 6px;
    color: var(--color-accent-purple-muted);
    font-size: 11px;
    font-weight: 700;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-my-account .list ul li.menu-theme-switch .theme-menu-current {
    max-width: 52px;
}

.user-my-account .list ul li.menu-lang-switch .lang-menu-current {
    gap: 0;
    max-width: none;
    overflow: visible;
}

.user-my-account .list ul li.menu-lang-switch .lang-flag-icon,
.user-my-account .list ul li.menu-lang-switch .lang-option .lang-flag-icon {
    flex-shrink: 0;
    display: block;
    border-radius: 1px;
}

.user-my-account .list ul li.menu-lang-switch .lang-menu-chevron,
.user-my-account .list ul li.menu-theme-switch .theme-menu-chevron,
.user-my-account .list ul li.menu-account-switch .account-menu-chevron {
    display: inline-block;
    font-size: 11px;
    opacity: 0.7;
    transition: transform 0.2s ease;
}

.user-my-account .list ul li.menu-lang-switch .lang-menu-chevron:before,
.user-my-account .list ul li.menu-theme-switch .theme-menu-chevron:before,
.user-my-account .list ul li.menu-account-switch .account-menu-chevron:before {
    margin: 0;
}

.user-my-account .list ul li.menu-lang-switch.is-open .lang-menu-chevron,
.user-my-account .list ul li.menu-theme-switch.is-open .theme-menu-chevron,
.user-my-account .list ul li.menu-account-switch.is-open .account-menu-chevron {
    transform: rotate(90deg);
}

.user-my-account .list ul li.menu-lang-switch .lang-menu-list,
.user-my-account .list ul li.menu-theme-switch .theme-menu-list,
.user-my-account .list ul li.menu-account-switch .account-menu-list {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 168px;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background: var(--color-bg-surface);
    border: 1px solid var(--color-border);
    border-radius: 6px;
    box-shadow: 0 4px 16px var(--overlay-black-shadow);
    z-index: 120;
}

.user-my-account .list ul li.menu-lang-switch.is-open .lang-menu-list,
.user-my-account .list ul li.menu-theme-switch.is-open .theme-menu-list,
.user-my-account .list ul li.menu-account-switch.is-open .account-menu-list {
    display: block;
}

.user-my-account .list ul li.menu-account-switch .account-menu-list {
    min-width: 200px;
}

.user-my-account .list ul li.menu-lang-switch .lang-option,
.user-my-account .list ul li.menu-theme-switch .theme-option,
.user-my-account .list ul li.menu-account-switch .account-menu-link {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 7px 12px;
    border: 0;
    background: transparent;
    color: var(--color-text-muted);
    font-family: inherit;
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
}

.user-my-account .list ul li.menu-lang-switch .lang-option:hover,
.user-my-account .list ul li.menu-theme-switch .theme-option:hover,
.user-my-account .list ul li.menu-account-switch .account-menu-link:hover {
    color: var(--color-text);
    background: var(--overlay-black-light);
}

.user-my-account .list ul li.menu-lang-switch .lang-option.is-active,
.user-my-account .list ul li.menu-theme-switch .theme-option.is-active {
    color: var(--color-accent-purple);
    background: var(--overlay-purple);
}

.user-my-account .list ul li.menu-theme-switch .theme-swatch {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px var(--overlay-white-light);
}

.user-my-account .list ul li.menu-theme-switch .theme-option-label,
.user-my-account .list ul li.menu-lang-switch .lang-option-label {
    flex: 1;
    white-space: nowrap;
}

.header-logo {
    min-width: 150px;
    max-width: 300px;
    float: left;
}

.logo-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 64px;
}

.logo-content img {
    max-height: 60px;
}

a.logo-text {
    font-size: 26px;
    line-height: 120%;
    color: var(--color-on-surface);
    text-decoration: none;
    margin-right: 15px;
}

a.logo-text span {
    color: var(--color-accent-lime);
}

a.logo-text small {
    color: var(--color-text-heading);
}

a.logo-text .icon-video:before {
    float: left;
    margin-top: -2px;
    margin-right: 11px;
}

.header-search {
    -moz-box-sizing: border-box;
    width: 10%;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    background: 0;
}

.hide-overflow {
    overflow: hidden;
}

.header-social {
    max-width: 35%;
    height: 100%;
    float: right;
    text-align: right;
}

.header-user, .header-notify {
    max-width: 65%;
    float: right;
}

.user-area {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}

.user-area span.avatar {
    padding: 0;
    width: 25px;
    height: 25px;
    margin: -4px 6px 0 0;
    float: left;
    box-sizing: border-box;
    box-shadow: 0 1px 1px var(--overlay-avatar);
    border-radius: 2px;
    overflow: hidden;
}

.user-area span.avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.user-my-account {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    position: relative;
    min-width: 120px;
    background: var(--color-bg-surface);
    color: var(--color-text);
    line-height: 18px;
    border-radius: 5px;
    padding: 8px 15px;
    margin-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--color-border-light) var(--color-border-dark) var(--color-border-dark) var(--color-border-light);
    font-size: 14px;
    text-shadow: none;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    box-sizing: border-box;
    appearance: none;
    float: left;
    border: 1px solid var(--color-border);
    font-weight: 700;
    height: auto;
    user-select: none;
    transition: 0.3s;
    text-decoration: none;
}

.user-my-account:after {
    content: "\e837";
    width: 10px;
    height: 0;
    float: right;
    margin-left: 7px;
    margin-top: 0;
    font-family: "keremiya";
    font-size: 15px;
    color: var(--color-text);
}

.user-my-account.active {
    z-index: 999;
    background: var(--color-bg-surface);
    border-color: var(--color-bg-surface);
    color: var(--color-text);
}

.user-my-account.logged {
    min-width: 110px;
}

.user-my-account.active > .list {
    display: block;
}

.user-my-account .list {
    display: none;
    position: absolute;
    min-width: 169px;
    top: 100%;
    right: -1px;
    background: var(--color-bg-surface);
    z-index: 99;
    margin-top: 6px;
    padding: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid var(--color-border-light);
    border-right: 1px solid var(--color-border-dark);
    cursor: auto;
    border: 0;
    border-top: 0;
    width: fit-content;
    border-radius: 5px;
    font-family: "GothamPro";
}

.user-my-account .list ul li a {
    display: block;
    color: var(--color-text-muted);
    padding: 6px 14px;
    text-decoration: none;
    overflow: hidden;
}

.user-my-account .list ul li a:hover {
    color: var(--color-text);
}

.user-my-account .list ul li a:focus {
    background: var(--overlay-black-light);
}
    
.user-my-account .list ul li:first-child a {
    padding-top: 12px;
}

.user-my-account .list ul li:last-child a {
    padding-bottom: 12px;
}

.user-my-account .list .menu-divider {
    display: block;
    height: 1px;
    margin: 4px 12px;
    padding: 0;
    background: var(--color-border);
    border: 0;
    list-style: none;
}

.user-my-account .list .account-menu-sub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-my-account .list .account-menu-details > summary {
    list-style: none;
}

.user-my-account .list .account-menu-details > summary::-webkit-details-marker {
    display: none;
}

.user-my-account .list .account-menu-sub li a,
.user-my-account .list .menu-logout a {
    display: block;
    color: var(--color-text-muted);
    padding: 6px 14px;
    text-decoration: none;
    overflow: hidden;
}

.user-my-account .text {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.header-social-icons {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.header-social-icons a {
    color: var(--color-border-subtle);
    font-size: 15px;
    margin-right: 4px;
}

.header-social-icons a:hover {
    color: var(--color-border-muted);
}

#search-form {
    -moz-box-sizing: border-box;
    background: var(--color-bg-card);
    border-width: 1px;
    border-color: var(--color-border-button) var(--color-border-muted) var(--color-border-muted) var(--color-bg-muted);
    border-style: solid;
    border-radius: 3px;
    box-sizing: border-box;
    text-shadow: none;
    border: none;
}

#search-box {
    -moz-box-sizing: border-box;
    -moz-transition: border-color 0.2s ease;
    -webkit-transition: border-color 0.2s ease;
    font-size: 14px;
    height: 36px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
    box-shadow: none;
    border: none;
    background: var(--color-bg-surface);
    border-radius: 3px 0 0 3px;
}

#search-box input {
    -moz-box-sizing: border-box;
    background: 0;
    border: none;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0;
    outline: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    font-size: 15px;
    color: var(--color-text);
    text-shadow: none;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 3px 0 0 3px;
}

#search-box input:focus {
    color: var(--color-text-secondary);
}

#search-button {
    float: right;
    display: block;
    background: var(--color-border);
    border: 0;
    width: auto;
    height: 36px;
    cursor: pointer;
    font-size: 24px;
    color: var(--color-text-muted);
    text-shadow: none;
    outline: 0;
    border-radius: 0 3px 3px 0;
    padding: 0 3px;
}

#navbar {
    position: relative;
    height: auto;
}

#navbar.sticky {
    top: 52px;
    z-index: 9998;
}

#navbar.dark {
    background: linear-gradient(to bottom, var(--color-bg-gradient-start), var(--color-bg-muted) 100%);
}

#navbar.dark-border {
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    border: none;
    box-shadow: none;
    border-radius: 0 0 5px 5px;
}

.navbar-in-border {
    border-top: 1px solid var(--color-border-faint);
    border-bottom: 1px solid var(--color-border-faint);
    border: none;
    box-shadow: none;
    text-shadow: none;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}

#nav li {
    position: relative;
    display: inline-block;
    list-style: none;
    width: auto;
}

#nav li:first-child > a {
    box-shadow: none;
}

#nav li li:first-child > a {
    box-shadow: none;
}

#nav li a:after {
    content: "";
    width: 0;
    height: 100%;
    border-left: 1px solid var(--color-border-nav);
    border-right: 1px solid var(--color-border-nav-alt);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.single .current-menu-item a:before, .single #nav li.current-menu-item a:before, .single #nav li.current-menu-parent a:before {
    display: none;
}

#nav li.current-menu-item:first-child a:before {
    left: 1px;
    width: calc(100% - 2px);
}

#nav li.current-menu-item a:before, #nav li.current-menu-parent a:before {
    content: "";
    width: 100%;
    position: absolute;
    left: -1px;
    bottom: -1px;
    border-top: 1px solid var(--color-black);
    z-index: 2;
    background: var(--color-accent);
    height: 3px;
    box-shadow: 0 1px 0 var(--overlay-nav-inset) inset;
}

#nav li.menu-item-has-children:hover a:before, #nav li.menu-item-has-children:hover a:after {
    display: none;
}

#nav li.menu-item-has-children:hover > a {
    background: var(--overlay-white-medium);
    padding-top: 0;
    border-top: 0;
}

#nav li li.menu-item-has-children:hover > a {
    box-shadow: none;
    border-top: 0;
    padding-top: 2px;
}

#nav li a, #nav li a:link, #nav li a:visited {
    color: var(--color-text-nav);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    padding: 0 10px;
    height: 31px;
    font-family: "Noto Sans", arial, helvetica, sans-serif;
    background: 0 0;
    margin: 0;
    border: 0;
}

#nav > ul > li > a:hover, #nav > ul > li > a:active {
    color: var(--color-text-secondary);
    text-decoration: none;
    background: var(--overlay-white-faint);
}

#nav li li > a, #nav li li > a:link, #nav li li > a:visited {
    color: var(--color-nav-link);
}

#nav li li > a:hover, #nav li li > a:active, #nav li ul li a:hover, #nav li ul li a:active {
    color: var(--color-nav-link-hover);
    text-decoration: none;
}

#nav li li:hover > a, #nav li li.current-menu-item > a {
    border-left: none;
}

#nav li li:last-child {
    border-bottom: 0;
    background: var(--color-primary-dark);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#nav li ul {
    z-index: 9999;
    position: absolute;
    visibility: hidden;
    height: auto;
    float: left;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    max-width: 300px;
    min-width: 150px;
    box-shadow: 0 0 10px 0 var(--color-bg-card);
    background: var(--color-primary);
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-radius: 4px;
    border-top: 0;
}

#nav li ul a {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition-delay: 0;
}

#nav li ul li ul {
    left: 100%;
    top: 5px;
    max-height: 216px;
    overflow-y: auto;
}

#nav li ul li a {
    background: 0;
    box-shadow: none;
    padding: 2px 14px;
    border-top: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#nav li ul li a:before {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--color-border-nav);
    border-bottom: 1px solid var(--color-border-nav-alt);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#nav li.menu-item-has-children a {
    padding-right: 30px;
}

#nav > ul > li.menu-item-has-children:after {
    content: "\e837";
    position: absolute;
    width: 0;
    height: 0;
    top: 9px;
    right: 16px;
    font-family: "keremiya";
    font-size: 15px;
    color: var(--color-text-nav);
    cursor: pointer;
}

#nav li.menu-item-has-children ul li.menu-item-has-children > a {
    padding-right: 24px;
}

#nav li.menu-item-has-children ul li.menu-item-has-children:after {
    content: "\e828";
    right: 17px;
    color: var(--color-nav-link);
}

#nav li li {
    border: 0;
    width: 100%;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    visibility: hidden;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    visibility: visible;
    transition-delay: 0.1s;
}

.flexcroll {
    scrollbar-face-color: var(--color-gray-340);
    scrollbar-shadow-color: var(--color-white);
    scrollbar-highlight-color: var(--color-white);
    scrollbar-3dlight-color: var(--color-white);
    scrollbar-darkshadow-color: var(--color-white);
    scrollbar-track-color: var(--color-white);
    scrollbar-arrow-color: var(--color-white);
}

.flexcroll:hover::-webkit-scrollbar-thumb, .flexcroll:hover::-webkit-scrollbar-track {
    visibility: visible;
}

.flexcroll:hover::-webkit-scrollbar-thumb {
    background: var(--overlay-white-heavy);
}

.flexcroll::-webkit-scrollbar {
    width: 7px;
}

.flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--overlay-black-30);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.flexcroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--overlay-white-half);
    -webkit-box-shadow: inset 0 0 6px var(--overlay-black-half);
}

.flexcroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.flexcroll::-webkit-scrollbar-corner {
    background-color: transparent;
}

.scroll {
    max-height: 270px;
    overflow-y: auto;
}

.scroll::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    background: inherit;
}

.scroll::-webkit-scrollbar-corner, .scroll::-webkit-resizer {
    background: inherit;
    border-right: 8px solid var(--overlay-white-border);
}

.scroll.home {
    max-height: 93px;
}

#content {
    position: relative;
    height: auto;
    min-height: calc(100vh - 300px);
}

.film-content {
    margin-top: 0;
}

.film-content .clear {
    display: none;
}

.film-content h2, .film-content h1 {
    margin: 50px 0 15px;
}

.film-content .line {
    font-family: "GothamPro";
    position: relative;
    margin: 12px 0;
}

.single-content {
    position: relative;
    display: block;
    margin-bottom: 5px;
    width: 100%;
}

.arg {
    background: var(--color-bg-surface);
    border-radius: 3px;
    display: inline-block;
    padding: 8px 9px;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid var(--color-border);
    color: var(--color-text);
}

.arg h1, .arg h2, .arg h3, .arg .q {
    font-size: 13px;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
}

.arg .remove:before {
    margin: 1px 0 0 5px;
    font-size: 11px;
    float: right;
}

#action-query {
    float: right;
    margin-top: -5px;
    position: relative;
    z-index: 10;
}

.single-content.video {
    margin-top: 10px;
}

.single-content.video .video-content {
    display: block;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.single-content.video .video-content img {
    max-width: 33.33333%;
    border-radius: 3px;
    left: 33.33333%;
    top: -20%;
}

.no-video {
    padding: 0 0 2px;
}

.no-video:after {
    display: none;
}

.center-container {
    position: relative;
    height: auto;
    background: var(--color-border-nav);
    padding: 8px 10px;
    width: auto;
    display: block;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
}

.video-container {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
}

.autosize-container {
    position: relative;
    padding: 10px 10px 44.25%;
    height: auto;
    max-height: 400px;
    background: var(--color-bg-blockquote);
    color: var(--color-text-secondary);
    box-shadow: var(--overlay-black-25) 0 0 100px 30px inset;
    border-radius: 2px;
    box-sizing: border-box;
}

.autosize-container p {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
}

.autosize-container:after {
    left: 50%;
    margin: -11px 0 0 -10px;
    position: absolute;
    top: 50%;
    color: var(--color-white);
    font-size: 22px;
    font-family: keremiya;
    content: "\e848";
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 2;
}

.autosize-container iframe, .autosize-container object, .autosize-container embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.video-container iframe, .center-container iframe {
    max-width: 100%;
    width: 100%;
}

.single-content.video.wide-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    margin: 0;
    padding: 40px 20px;
    box-sizing: border-box;
    background: var(--overlay-black-video);
}

.single-content.video.wide-popup .video-content {
    height: 90%;
}

.single-content.video.wide-popup .autosize-container {
    height: 100%;
    max-height: none;
    padding: 0;
}

.single-content.video.wide-popup .wide-button {
    position: absolute;
    right: 25px;
    top: 22px;
    background: 0;
    font-size: 23px;
    width: 49px;
    height: 39px;
    overflow: hidden;
    color: var(--color-gray-300);
    white-space: nowrap;
}

.single-content.video.wide-popup .wide-button:hover {
    color: var(--color-white);
}

.single-content.video.wide-popup .wide-button span:before {
    content: "\e812";
}

.single-content.detail .wrap {
    display: none;
}

.single-content.detail .wrap.active {
    display: block;
}

.wrap h2.title {
    margin-top: 13px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

.storyline {
    font-size: 14px;
    line-height: 140%;
    text-align: left;
    font-family: "GothamPro";
    color: var(--color-text-light);
    margin-bottom: 20px;
}

.storyline p {
    margin-bottom: 8px;
}

.storyline img {
    max-width: 100%;
    box-shadow: 0 2px 1px var(--overlay-black-21);
    border-radius: 2px;
}

.no-sr {
    margin-top: -11px;
}

.info {
    margin: 10px 0;
    color: var(--color-on-surface);
    font-family: "GothamPro";
}

.info a {
    color: var(--color-text-light);
}

.info h4 {
    display: inline-block;
    color: var(--color-gold);
    border: none;
}

#images {
    text-align: center;
}

#images h4 {
    margin-bottom: 10px;
}

#images .thumb {
    display: inline-block;
    width: 140px;
    height: 140px;
    box-shadow: 0 2px 1px var(--overlay-black-39);
    border-radius: 2px;
    margin-top: 10px;
    margin-right: 5px;
    overflow: hidden;
}

#images .thumb img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 2px;
}

.images-excerpt {
    text-align: left;
    margin-bottom: 10px;
}

.single-content.movie {
    margin-top: 7px;
}

.single-content.movie .info-left {
    display: inline-block;
    width: 20%;
}

.single-content.movie .info-right {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    padding-left: 20px;
    box-sizing: border-box;
}

.single-content.movie .poster {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 148%;
    position: relative;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}

.single-content.movie .poster img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: none;
}

.single-content.movie .poster .icon {
    display: block;
    width: 16px;
    height: 12px;
    position: relative;
    margin-bottom: 3px;
    opacity: 0.7;
    border: 1px solid var(--overlay-black-heavy);
    border-radius: 3px;
}

.single-content.movie .info-right .title {
    display: block;
    margin-top: 4px;
    font-size: 13px;
}

.single-content.movie .info-right .title a {
    color: var(--color-on-surface);
}

.single-content.movie .info-right .title h1 {
    font-size: 31px;
    line-height: 130%;
    color: var(--color-text-light);
    height: 100%;
    max-width: 90%;
    font-weight: 900;
    margin: 8px 0 5px;
}

.single-content.movie .release {
    display: inline-block;
    color: var(--color-gray-340);
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
    position: absolute;
}

.release a {
    color: var(--color-gray-340);
}

.single-content.movie .categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px;
}

.single-content.movie .categories a {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    font-family: "GothamPro", sans-serif;
    padding: 6px 12px;
    color: var(--color-on-primary);
    background: var(--color-primary-darker);
    border: 1px solid var(--color-primary-deeper);
    border-radius: 20px;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

.single-content.movie .categories a:hover {
    background: var(--color-primary);
}

.single-content.movie .cast {
    margin: 10px 0;
    color: var(--color-on-surface);
}

.single-content.movie .cast a {
    color: var(--color-text-light);
}

.single-content.movie .cast h4 {
    display: inline-block;
    color: var(--color-gold);
}

.single-content.movie .cast .director {
    margin-bottom: 7px;
}

.single-content .collection {
    margin-top: -10px;
}

.single-content.movie .collection {
    margin-top: 0;
}

.single-content .collection a {
    color: var(--color-accent-purple);
    padding: 5px 15px;
    height: auto;
    border: 1px solid var(--color-accent-purple);
    border-radius: 5px;
    background: none;
    margin-bottom: 10px;
}

.cast .actor {
    line-height: 17px;
}

.single-content.movie .excerpt {
    color: var(--color-text-light);
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    font-family: "GothamPro";
}

.line-hide {
    max-height: none;
    overflow: hidden;
}

.line-clamp {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.single-content.movie .excerpt.less {
    max-height: none;
}

.morecontent span {
    display: none;
}

a.morelink:hover {
    color: var(--color-gold);
}

a.morelink {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.single-content.movie .rating {
    position: relative;
    width: 222px;
    height: 128px;
    background: var(--color-bg-surface);
    top: 7px;
    right: 0;
    float: right;
    margin-left: 20px;
    margin-bottom: 50px;
    color: var(--color-text-light);
}

.single-content.movie .rating .vote {
    margin: 22px 10px;
    text-align: center;
}

.single-content.movie .rating .vote .rating-star {
    width: auto;
    display: block;
    margin: 0 auto;
}

.single-content.movie .rating .vote .your-vote {
    text-align: left;
    display: block;
    font-size: 12px;
}

.your-vote span {
    color: var(--color-gold);
    font-weight: 700;
}

.single-content.movie .rating .vote .rating-star a {
    width: 14px;
    text-decoration: none;
    color: var(--color-text-secondary);
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 5px;
    float: left;
}

.single-content.movie .rating .vote .rating-star a.fullStar {
    color: var(--color-gold);
}

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

.tmp_es {
    color: var(--color-text-secondary);
}

.single-content.movie .rating .vote .rating-star a:hover {
    color: var(--color-accent);
}

.single-content.movie .rating .vote .rating-star a:before {
    margin: 0;
}

.single-content.movie .rating .vote .rating-star a span {
    display: none;
}

.single-content.movie .rating .site-vote {
    font-size: 48px;
    color: var(--color-gold-bright);
    position: relative;
    float: left;
    margin-right: 8px;
}

.single-content.movie .rating .site-vote span span {
    font-size: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: var(--color-bg-black);
    font-weight: 700;
    letter-spacing: -1px;
    transform: translate(-50%, -50%);
}

.single-content.movie .rating .site-vote span:before {
    margin: 0;
}

.single-content.movie .rating .vote .details {
    text-align: left;
    margin-top: 7px;
    color: var(--color-gray-300);
    font-weight: 700;
    font-size: 12px;
}

.single-content.movie .rating .vote .details strong {
    color: var(--color-on-surface);
}

.single-content.movie .rating .vote .details span {
    color: var(--color-gray-300);
    font-size: 11px;
}

.single-content.movie .rating-bottom {
    background: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 9px;
    color: var(--color-text-light);
    font-size: 12px;
    text-align: center;
    display: flex;
    max-height: 40px;
}

.single-content.movie .rating-bottom span {
    display: inline-block;
    flex: 1;
}

.single-content.movie .rating-bottom span small {
    display: block;
    margin-top: 2px;
}

.single-content.movie .rating-bottom span:last-child {
    margin: 0;
}

.single-content.movie .rating-bottom span.imdb-rating {
    color: var(--color-gold-bright);
}

.Breadcrumb {
    background: var(--color-bg-surface);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    padding: 10px;
    color: var(--color-gray-480);
    font-size: 12px;
    text-align: center;
}

.Breadcrumb a {
    color: var(--color-on-surface);
}

.Breadcrumb a:hover {
    color: var(--color-text-secondary);
}

.movie-preview {
    float: left;
    position: relative;
    width: 154.57px;
    max-height: 250px;
    height: auto;
    margin: 0 0 10px;
    font-family: "Noto Sans", arial, helvetica, sans-serif;
    color: var(--color-gray-500);
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

.movie-preview-content:hover {
    background: var(--color-bg-base);
    box-shadow: 1px 3px 6px var(--overlay-black-half), inset 0 0 1px var(--overlay-gray-mid);
    border-radius: 2px;
    z-index: 99;
    position: relative;
    transition-delay: 0.02s;
    padding-bottom: 10px;
}

.movie-preview-content:hover .movie-title {
    height: auto;
    white-space: normal;
    overflow: visible;
    margin-bottom: 7px;
}

.movie-preview-content:hover .movie-specials {
    display: block;
}

.normal_item .movie-preview-content:hover {
    background: 0;
    box-shadow: none;
    padding-bottom: 8px;
}

.normal_item .movie-preview-content:hover .movie-title {
    overflow: hidden;
    height: 25px;
    margin-bottom: 0;
    white-space: nowrap;
}

.normal_item .movie-preview-content:hover .movie-specials {
    display: none;
}

.my-rate {
    float: right;
    margin-right: 1px;
    color: var(--color-gold);
    opacity: 0.8;
}

.existing_item .movie-preview-content:hover {
    background: 0;
    box-shadow: none;
    padding-bottom: 8px;
}

.existing_item .movie-preview-content:hover .movie-title {
    overflow: hidden;
    height: 20px;
    margin-bottom: 0;
    white-space: nowrap;
}

.existing_item .movie-preview-content:hover .movie-specials {
    display: none;
}

.movie-preview-content {
    display: block;
    padding: 8px 9px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.movie-poster {
    height: 200px;
    box-shadow: none;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.movie-poster img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/* Tag archive collection order numbers */
.tag-order-list .movie-poster,
.tag-order-list .series-poster {
    counter-increment: tag-order;
    position: relative;
}

.tag-order-list .movie-poster::after,
.tag-order-list .series-poster::after {
    content: counter(tag-order);
    position: absolute;
    top: 6px;
    right: 8px;
    bottom: auto;
    left: auto;
    z-index: 4;
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    pointer-events: none;
    text-shadow:
        -1px -1px 0 rgba(0, 0, 0, 0.85),
         1px -1px 0 rgba(0, 0, 0, 0.85),
        -1px  1px 0 rgba(0, 0, 0, 0.85),
         1px  1px 0 rgba(0, 0, 0, 0.85),
         0 0 6px rgba(0, 0, 0, 0.7);
}

.center-icons {
    left: 4%;
    top: 3%;
    z-index: 2;
    position: absolute;
}

.movie-poster .icon {
    display: block;
    width: 16px;
    height: 12px;
    position: relative;
    margin-bottom: 3px;
    opacity: 0.6;
    border: 1px solid var(--overlay-black-heavy);
    border-radius: 3px;
}

.movie-poster:hover .icon, .movie-poster:hover .icon-hd {
    opacity: 1;
}

.icon.tr {
    background: url(/wp-content/themes/keremiya1/images/tr-flag.png) no-repeat center center;
}

.icon.en {
    background: url(/wp-content/themes/keremiya1/images/en-flag.png) no-repeat center center;
}

.icon-hd {
    background: var(--color-error-orange);
    border: 1px solid var(--overlay-black-35);
    font-size: 10px;
    padding: 1px;
    text-align: center;
    color: var(--overlay-white-heavy);
    text-shadow: 0 2px 1px var(--overlay-black-08);
    width: auto;
    height: auto;
    border-radius: 2px;
    opacity: 0.6;
    display: inline-block;
    line-height: 9px;
}

.icon-hd.full-hd, .icon-hd.full {
    padding: 2px 3px;
}

.movie-details {
    margin-top: 8px;
}

.movie-title, .movie-release {
    display: block;
}

.movie-title {
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--color-text-secondary);
}

.movie-title a {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-light);
}

.movie-release .newep {
    color: var(--color-yellow);
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

.movie-specials {
    display: none;
    margin-top: 8px;
    font-size: 11px;
}

.tipsy .movie-specials {
    display: block;
}

.add-fav {
    display: inline-block;
}

.add-fav:hover {
    color: var(--color-error-wine);
}

.add-fav a {
    color: var(--color-gray-290);
    margin-left: 3px;
}

a.add-to {
    float: right;
    background: var(--color-bg-panel);
    padding: 2px 0;
    margin-top: -4px;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 var(--overlay-white-subtle);
    cursor: pointer;
    text-decoration: none;
}

a.add-to:hover {
    color: var(--color-yellow-dark);
}

.bilgi-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--overlay-black-heavy);
    padding: 6px 0;
    z-index: 5;
    box-sizing: border-box;
    cursor: pointer;
    color: var(--overlay-white-mid);
    text-align: center;
    text-shadow: 0 3px 1px var(--overlay-black-strong);
    font-size: 14px;
    line-height: 16px;
    opacity: 0.95;
}

.movie-info {
    margin-top: 5px;
    border-top: 1px solid var(--color-bg-elevated);
    display: flex;
    text-align: center;
    line-height: 13px;
}

.movie-info span {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
}

.movie-info span:before {
    margin-right: 4px;
}

.movie-info small {
    color: var(--color-gray-340);
    text-transform: uppercase;
}

.movie-excerpt {
    max-height: 90px;
    line-height: 14px;
    text-align: left;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
}

.movie-cast p {
    margin-bottom: 2px;
    line-height: 14px;
    color: var(--color-gray-100);
}

.movie-cast p span {
    color: var(--color-gray-500);
}

.series-preview {
    float: left;
    position: relative;
    width: 179.5px;
    height: auto;
    margin: 0 0 5px;
    font-family: "Noto Sans", arial, helvetica, sans-serif;
    color: var(--color-gray-500);
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

.series-preview:hover {
    opacity: 0.8;
}

.series-preview.large_item {
    width: 215.6px;
}

.series-preview.large_item .series-poster {
    height: 118px;
}

.series-preview.large_item .series-details {
    margin-top: -26px;
    height: 26px;
    padding-top: 6px;
}

.series-preview.small_item {
    width: 215.6px;
}

.series-preview.small_item .series-preview-content {
    padding: 10px;
    margin: 5px;
    width: auto;
    height: auto;
    background: 0;
    border-radius: 4px;
    border: 1px solid var(--color-border);
}

.series-preview.small_item .series-poster {
    float: left;
    width: 22%;
    height: 100%;
    box-shadow: 0 2px 4px 1px var(--overlay-black-13);
    max-width: 40px;
}

.series-preview.small_item .series-details {
    float: left;
    margin-top: 0;
    width: 78%;
    height: 100%;
    padding: 3px 0 0 7px;
    background: 0;
}

.series-preview.small_item .icon {
    top: 5px;
    left: 10px;
}

.fix-series_item {
    margin: 10px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.fix_author {
    margin-top: 3px;
}

.fix_author .res_item {
    width: 25%;
}

#user-favori, #user-list {
    float: left;
    width: 70%;
    margin: 5px -8px;
}

.wrap {
    display: none;
}

.wrap.active {
    display: block;
}

.series-preview-content {
    display: block;
    padding: 8px 9px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.series-poster {
    height: 90px;
    box-shadow: 0 2px 4px 1px var(--overlay-black-43);
    border-radius: 4px;
}

.series-poster img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.series-poster .icon {
    width: 16px;
    height: 12px;
    position: absolute;
    left: 15px;
    top: 14px;
    opacity: 0.6;
    border: 1px solid var(--overlay-black-heavy);
    border-radius: 3px;
}

.series-details {
    margin-top: -22px;
    height: 22px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 3px 7px;
    background: var(--overlay-black-mid);
    position: relative;
    box-sizing: border-box;
}

.series-title {
    display: block;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--color-text-secondary);
    font-weight: 700;
}

.series-details .is-match,
.is-match {
    color: var(--color-gold);
    font-size: 10px;
    font-weight: 700;
}

.series-title a {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-text-heading);
}

.series-date {
    position: absolute;
    top: 13px;
    right: 15px;
    padding: 2px 4px 3px;
    background: var(--overlay-black-mid);
    border-radius: 4px;
    line-height: 11px;
    font-size: 11px;
    color: var(--color-text-secondary);
}

.movie-preview.res_item {
    max-height: none;
}

.res_item.col-8 {
    width: 12.5%;
}

.res_item.col-7 {
    width: 14.285714%;
}

.res_item.col-6 {
    width: 16.666667%;
}

.res_item.col-5 {
    width: 20%;
}

.res_item.col-4 {
    width: 25%;
}

.res_item.col-3 {
    width: 33.333333%;
}

.res_item.col-2 {
    width: 50%;
}

.res_item.col-1 {
    width: 100%;
}

.movie-preview.res_item .movie-poster {
    position: relative;
    height: 0;
    padding-bottom: 148%;
}

.movie-preview.res_item .movie-poster img {
    display: block;
    position: absolute;
    z-index: 1;
    max-width: 100%;
}

.movie-preview.res_item .ribbon {
    right: 5%;
    top: 0;
    z-index: 4;
}

.series-preview.res_item .series-poster {
    position: relative;
    height: 50px;
}

.series-preview.res_item .series-poster img {
    display: block;
    position: absolute;
    z-index: 1;
    max-width: 100%;
}

.movie-preview:hover .ribbon {
    display: block;
}

.ribbon.active {
    color: var(--color-white);
    display: block;
}

.ribbon.later {
    background: var(--color-accent-green);
}

.ribbon.later:before, .ribbon.later:after {
    border-top-color: var(--color-accent-green);
}

.ribbon.seen {
    background: var(--color-link-blue);
}

.ribbon.seen:before, .ribbon.seen:after {
    border-top-color: var(--color-link-blue);
}

.ribbon.dislike {
    background: var(--color-error-brown);
}

.ribbon.dislike:before, .ribbon.dislike:after {
    border-top-color: var(--color-error-brown);
}

.ribbon.fav {
    background: var(--color-gold-bright);
}

.ribbon.fav:before, .ribbon.fav:after {
    border-top-color: var(--color-gold-bright);
}

.ribbon {
    -webkit-transition: 0.15s ease-in;
    -moz-transition: 0.15s ease-in;
    display: none;
    position: absolute;
    right: 15px;
    top: 8px;
    width: 24px;
    height: 18px;
    text-align: center;
    padding-top: 3px;
    background: var(--color-primary-muted);
    color: var(--color-white);
    transition: 0.15s ease-in;
    cursor: pointer;
    opacity: 0.9;
}

.ribbon span {
    margin-top: 3px;
    font-size: 15px;
}

.ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    bottom: -1.1em;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.15s ease-in;
    -webkit-transition: 0.15s ease-in;
    -moz-transition: 0.15s ease-in;
}

.ribbon:before {
    left: 0;
    width: 0;
    height: 0;
    border-top: 1.2em solid var(--color-primary-muted);
    border-right: 1.8em solid transparent;
}

.ribbon:after {
    right: 0;
    width: 0;
    height: 0;
    border-top: 1.2em solid var(--color-primary-muted);
    border-left: 1.8em solid transparent;
}

.tipsy {
    padding: 5px;
    font-size: 12px;
    line-height: 17px;
    position: absolute;
    z-index: 100000;
}

.tipsy-inner {
    padding: 5px 8px 4px;
    background-color: var(--color-gray-50);
    font-size: 11px;
    color: var(--color-black);
    max-width: 250px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    background: url(/wp-content/themes/keremiya1/images/tipsy.white.gif?1) no-repeat top left;
    width: 9px;
    height: 5px;
}

.tipsy-n {
    margin-top: 4px;
}

.tipsy-w {
    margin-left: 3px;
}

.tipsy-s {
    margin-top: -3px;
    z-index: 100001;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

.kepsy.tipsy-w {
    margin-left: 0;
}

.kepsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    padding: 25px 20px;
    background-color: var(--color-bg-surface);
    color: var(--color-on-surface);
    min-width: 260px;
    max-width: 300px;
    text-align: left;
    border-radius: 3px;
}

.kepsy .movie-title {
    height: auto;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    margin-bottom: 4px;
}

.kepsy .movie-excerpt {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    color: var(--color-on-surface);
}

.kepsy .movie-cast p {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-on-surface);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kepsy .movie-cast p span {
    color: var(--color-text-tertiary);
}

.kepsy .movie-title a, .kepsy .series-title {
    font-size: 15px;
    color: var(--color-on-surface);
}

.kepsy .movie-release {
    font-size: 12px;
    height: auto;
}

.kepsy .movie-info {
    margin-top: 8px;
    padding-top: 2px;
}

.kepsy .movie-info span {
    flex: 1;
}

.loadnavi {
    position: relative;
    display: block;
    clear: both;
    width: 50%;
    margin: 0 auto;
    padding: 8px 10px;
    background-color: var(--color-bg-hover-dark);
    border-bottom: 1px solid var(--overlay-dark-79);
    border-radius: 3px;
    text-shadow: 0 1px 1px var(--overlay-black-strong);
    box-shadow: 0 0 2px var(--overlay-black-06);
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: var(--color-text-tertiary);
    cursor: pointer;
}

a.loadnavi {
    color: var(--color-text-tertiary);
    text-decoration: none;
}

.loadnavi:hover {
    box-shadow: 0 0 2px var(--overlay-black-08);
    background-color: var(--color-border-subtle);
}

.loadnavi:active {
    box-shadow: inset 0 1px 0 var(--color-bg-subtle), inset 0 2px 3px var(--overlay-black-39);
}

.loadnavi .pages {
    float: left;
    background: var(--overlay-dark-41);
    padding: 0 4px;
    font-size: 12px;
    border-radius: 3px;
}

.loadnavi .loader {
    display: inline-block;
}

.loadnavi.process div {
    opacity: 0;
}

.navigation {
    display: block;
    color: var(--color-text-secondary);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-previous, .nav-next {
    display: inline-block;
}

.navigation a, .keremiya-pagenavi span {
    display: inline-block;
    background: var(--color-bg-hover-dark);
    color: var(--color-text-secondary);
    text-decoration: none;
    padding: 9px 15px;
    border-bottom: 1px solid var(--overlay-dark-79);
    border-radius: 3px;
    text-shadow: 0 1px 1px var(--overlay-black-strong);
    box-shadow: 0 0 2px var(--overlay-black-06);
}

.navigation a:hover {
    box-shadow: 0 0 2px var(--overlay-black-08);
    background-color: var(--color-border-subtle);
    background: var(--color-bg-card);
    color: var(--color-text-light);
}

.navigation a:active {
    box-shadow: inset 0 1px 0 var(--color-bg-subtle), inset 0 2px 3px var(--overlay-black-39);
}

.navigation.keremiya-pagenavi a, .navigation.keremiya-pagenavi span {
    margin-right: 3px;
}

.keremiya-pagenavi .current {
    cursor: default;
    background: var(--color-bg-card);
    color: var(--color-text-light);
}

.keremiya-pagenavi .expand {
    opacity: 0.6;
    padding: 9px 12px;
}

.navileft {
    display: inline-block;
}

.navicenter {
    display: inline-block;
}

.naviright {
    display: inline-block;
}

.dis {
    opacity: 0.5;
    cursor: default;
}

.film-content.category {
    width: 76.7%;
    float: right;
}

.single-content.c-sidebar {
    width: 23%;
    float: left;
    box-shadow: 0 2px 1px var(--overlay-black-20);
    box-sizing: border-box;
    padding: 12px 12px 10px 0;
    border-radius: 2px;
}

.c-sidebar h2 {
    border-color: var(--color-gray-750);
}

.c-sidebar h3 {
    font-size: 14px;
}

.c-sidebar.list-categories {
    margin-top: 0;
}

.c-sidebar.list-categories .title span {
    font-size: 20px;
}

.c-sidebar.list-categories .headline {
    margin-top: 14px;
    color: var(--color-gray-420);
    line-height: 18px;
    font-size: 12px;
}

.c-sidebar.list-categories .tags {
    margin-top: 0;
    margin-bottom: 20px;
}

.c-sidebar.list-categories .tags:after {
    content: "";
    clear: both;
    display: table;
}

.c-sidebar.list-categories .tags.sort li, .c-sidebar.list-categories .tags.sort a {
    width: 100%;
}

.c-sidebar.list-categories .tags.sort a {
    padding: 3px 10px;
    font-size: 12px;
    height: auto;
}

.c-sidebar.list-categories .tags.release li {
    width: 32%;
}

.c-sidebar.list-categories .tags.release a {
    text-align: center;
}

.c-sidebar.list-categories .tags a.active, .c-sidebar.list-categories .tags li.active a, .c-sidebar.list-categories .tags li.current-cat a {
    background: var(--color-primary);
    box-shadow: none;
    color: var(--color-on-primary);
}

.c-sidebar.list-categories .tags h4 {
    margin-bottom: 15px;
    border-color: var(--color-gray-750);
}

.c-sidebar.list-categories .tags:first-child h4 {
    margin-top: 0;
}

.c-sidebar.list-categories .tags li {
    float: left;
    width: 50%;
}

.c-sidebar.list-categories .tags li ul {
    display: none;
}

.c-sidebar.list-categories .tags li a {
    display: block;
    margin-right: 2px;
}

.c-sidebar.list-categories .tags li:nth-child(2n) a {
    margin-right: 0;
    margin-left: 2px;
}

.c-sidebar.list-categories .tags a {
    width: auto;
    box-sizing: border-box;
    text-align: left;
    background: var(--color-bg-surface);
    margin: 0 0 6px;
    box-shadow: none;
    display: inline-block;
    overflow: hidden;
    color: var(--color-text-light);
    white-space: normal;
    text-overflow: inherit;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
}

.c-sidebar.list-categories .tags.full li {
    width: 100%;
}

.c-sidebar.list-categories .tags.full a {
    margin-right: 0;
}

.c-sidebar.list-categories .tags.full li:nth-child(2n) a {
    margin-left: 0;
}

.list-categories {
    margin-top: 40px;
}

.list-categories .headline {
    text-align: center;
    margin-top: 20px;
    color: var(--color-gray-350);
    line-height: 24px;
    font-size: 15px;
}

.list-categories .tags li, .list-categories .tags li ul {
    display: inline-block;
}

.list-categories .tags a {
    display: inline-block;
    background: var(--color-border-nav-alt);
    padding: 5px 12px;
    border-radius: 3px;
    margin-bottom: 7px;
    font-size: 14px;
    color: var(--color-text-tertiary);
}

.list-categories .tags a:hover {
    background: var(--color-gray-800);
    text-decoration: none;
}

.single-content.news {
    margin-top: 30px;
    display: block;
    width: 50%;
}

.news-content {
    position: relative;
    margin-top: 15px;
}

.news a.item {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    color: var(--color-text-light);
    display: block;
    width: 100%;
    margin-bottom: 3px;
}

.news .child-content {
    position: relative;
    width: 100%;
}

.news .col-1 {
    float: left;
    position: relative;
    margin-top: 8px;
}

.news .col-1 img {
    max-width: 100%;
}

.news .col-1 span {
    background: var(--color-bg-footer);
    border-radius: 100px;
    padding: 4px;
    line-height: 1px;
    font-size: 10px;
    text-align: center;
    display: inline-block;
}

.news .col-1 span:before {
    margin: 0;
}

.news .col-2 {
    box-sizing: inherit;
    margin-left: 10px;
    background: var(--color-border-subtle);
    padding: 10px 13px 8px;
    border-radius: 2px;
    box-shadow: 0 2px 1px var(--overlay-black-19);
}

.news .col-2 .title {
    width: 90%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
}

.news .col-2 .date {
    float: right;
    max-width: 10%;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 2px;
    color: var(--color-text-secondary);
}

.single-content.archive-news {
    width: 70%;
    margin-top: 10px;
}

.fix-news {
    margin-top: 18px;
    display: block;
    float: left;
    width: 100%;
}

.archive-news h2 {
    font-size: 18px;
    color: var(--color-on-surface);
}

.archive-news h2 a {
    color: var(--color-on-surface);
}

.archive-news .news-content {
    float: left;
    padding-bottom: 5px;
    border-bottom: 1px dotted var(--color-gray-850);
    width: 100%;
}

.left-c {
    float: left;
    width: 70%;
}

.left-r {
    float: right;
    width: 30%;
}

.left-c .single-content, .left-r .single-content {
    width: 100%;
}

.article {
    margin-top: 10px;
    font-family: 'GothamPro';
}

.article.main {
    margin: 100px;
    margin-top: 160px;
}

.article.home {
    margin-top: 80px;
}

.article h1 {
    font-size: 26px;
    margin-bottom: 20px;
}

.article h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.article h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.article ol {
    margin-bottom: 20px;
}

.article li {
    font-size: 14px;
    line-height: 140%;
}

.info-bar {
    margin-top: 8px;
}

.info-bar div {
    display: inline-block;
    margin-right: 10px;
}

.info-bar span:before {
    margin: 0;
}

.article-content strong {
    font-weight: 700;
    color: var(--color-on-surface);
}

.article-content p {
    margin: 0 0 10px;
    line-height: 22px;
    text-align: justify;
    text-justify: inter-word;
}

.article-content p:empty {
    display: none;
}

.article-content p a {
    color: var(--color-link);
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 2px 1px var(--overlay-black-21);
}

.article-content iframe {
    max-width: 100%;
}

.article-content em {
    font-style: italic;
    color: var(--color-on-surface);
}

.article-content del {
    opacity: 0.9;
}

.article-content ul, .article-content ol {
    margin: 10px 10px 0;
    list-style-type: disc;
    display: block;
}

.article-content ol li {
    list-style-type: decimal;
}

.article-content ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.social-buttons {
    float: right;
    margin: 7px;
    max-height: 20px;
    overflow: hidden;
}

.single-content.today.movie {
    width: 50%;
    float: right;
    margin-top: 30px;
    padding-left: 20px;
    box-sizing: border-box;
}

.today-movie-content {
    margin-top: 15px;
}

.single-content.today.movie .info-left {
    width: 20%;
}

.single-content.today.movie .info-right .title {
    margin-top: 0;
    margin-bottom: 0;
    height: 21px;
    overflow: hidden;
}

.single-content.today.movie .name {
    float: left;
    font-size: 17px;
    line-height: 23px;
    color: var(--color-on-surface);
    max-width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-content.today.movie .cast {
    margin-bottom: 8px;
    color: var(--color-text-secondary);
}

.single-content.today.movie .cast span {
    display: inline-block;
    color: var(--color-gold);
}

.single-content.today.movie .rating {
    position: relative;
    width: 100%;
    height: auto;
    background: 0;
    float: none;
    margin-left: 0;
}

.single-content.today.movie .rating .site-vote {
    font-size: 37px;
    padding: 6px;
    background: var(--color-border-subtle);
    width: 49px;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0;
}

.single-content.today.movie .rating .site-vote span {
    position: relative;
}

.single-content.today.movie .rating .site-vote span span {
    font-size: 14px;
    left: 25%;
    top: 32%;
    color: var(--color-border-nav-alt);
    font-family: arial;
    letter-spacing: -1px;
    position: absolute;
}

.single-content.today.movie .rating .vote {
    margin: 0;
    text-align: left;
}

.single-content.today.movie .rating-bottom {
    position: relative;
    padding: 5px 0;
    box-sizing: border-box;
    margin-left: 49px;
    top: 7px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.button {
    background: var(--color-primary);
    border: 0;
    border-radius: 2px;
    padding: 8px 35px;
    color: var(--color-on-primary);
    box-shadow: none;
    cursor: pointer;
    height: 45px;
    outline: 0;
    text-shadow: none;
    display: inline-block;
    line-height: 29px;
    box-sizing: border-box;
    margin-top: 10px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    font-family: "GothamPro";
}

.button:hover {
    background: var(--color-primary-dark);
    color: var(--color-on-primary);
    border-color: var(--color-text-subtle);
    text-decoration: none;
}

.button:active, .button.active {
    box-shadow: 0 1px 1px var(--overlay-black-05), inset 0 1px 3px var(--overlay-black-42);
}

.button.small {
    font-size: 13px;
    height: auto;
    padding: 5px 15px;
}

.button.arrow-bottom:after {
    content: "\e837";
    width: 0;
    height: 0;
    font-family: "keremiya";
    color: var(--color-on-primary);
    cursor: pointer;
    margin-left: 8px;
}

.action-buttons {
    margin-bottom: -10px;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.action-buttons .iconfix:before {
    margin-right: 0.5em;
    margin-left: 0;
}

#action-parts, #action-addto, #action-share, #action-report {
    position: relative;
    float: left;
    margin-right: 4px;
}

.parts-top {
    display: block;
    padding: 0 1px 7px 0;
    margin: 0 14px;
}

.parts-middle {
    display: block;
    margin: 1px 5px 0;
    border-top: 2px solid var(--color-gray-700);
    padding-top: 10px;
}

.parts-middle a {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.parts-name, .part-name {
    width: 50%;
    display: block;
    float: left;
}

.parts-lang, .part-lang {
    width: 31%;
    display: block;
    float: left;
    text-align: center;
}

.parts-quality, .part-quality {
    width: 19%;
    display: block;
    float: left;
    text-align: right;
}

.part {
    display: block;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 5px 10px;
    float: left;
    width: 100%;
    background: var(--overlay-black-15);
    border-radius: 3px;
    box-shadow: 0 2px 1px var(--overlay-black-18);
    line-height: 14px;
    color: var(--color-text-secondary);
}

.part a {
    float: left;
    color: var(--color-text-secondary);
    text-decoration: none;
}

.part a:hover {
    color: var(--color-on-surface);
    text-decoration: none;
}

.part:hover {
    background: var(--overlay-white-tint);
}

.part:active {
    background: var(--overlay-white-trace);
}

.part.active {
    background: var(--overlay-black-shadow);
    color: var(--color-gold);
}

.part.active .part-name {
    color: var(--color-gold);
}

.part-name {
    color: var(--color-gray-100);
}

.popup p.no-parts {
    font-size: 12px;
    color: var(--color-on-surface);
    text-align: center;
    margin-bottom: 10px;
}

.active-part {
    color: var(--color-gold);
}

.flag-icon {
    height: 10px;
    display: block;
}

.flag-icon:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 1px var(--overlay-black-36);
    margin-top: 1px;
}

.flag-icon.tr:before {
    background: url(/wp-content/themes/keremiya1/images/tr-flag.png) no-repeat center center;
}

.flag-icon.cc:before {
    background: url(/wp-content/themes/keremiya1/images/cc-flag-2.png) no-repeat center center;
}

.empty {
    color: var(--color-gray-400);
}

.hd-icon {
    border: 1px solid var(--color-error-muted);
    padding: 0 2px;
    border-radius: 3px;
    color: var(--color-error-dusty);
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    box-shadow: 0 0 2px var(--overlay-black-medium);
    font-weight: 700;
}

.icon-diamond.vip {
    float: left;
    margin-left: -3px;
    margin-right: 4px;
    font-size: 10px;
    color: var(--color-text-heading);
}

.popup {
    display: none;
    position: absolute;
    width: 310px;
    background: var(--color-bg-surface);
    color: var(--color-on-surface);
    border-radius: 3px;
    top: 40px;
    box-shadow: 0 0 5px var(--color-bg-void-alt);
    left: 0;
    padding: 9px;
    font-family: "Noto Sans", arial, helvetica, sans-serif;
    z-index: 50;
    text-align: left;
    border: 0;
}

.popup:before {
    content: ".";
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0;
    text-indent: -9999px;
    cursor: default;
}

.popup form {
    padding: 6px 5px;
    display: block;
}

.popup input, .popup textarea {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    border: none;
    border-radius: 3px;
    background: var(--color-bg-surface);
    box-shadow: none;
    color: var(--color-on-surface);
    outline: 0;
    text-shadow: none;
}

.popup textarea {
    height: 70px;
    margin-bottom: 2px;
}

.popup p {
    font-size: 10px;
    margin-bottom: 20px;
    color: var(--color-gray-400);
}

.popup .submit-button {
    width: 100%;
    margin-top: 8px;
    background: var(--color-gray-440);
}

.popup li {
    padding: 10px 11px;
    display: block;
    border-top: 1px solid var(--color-bg-dark);
    list-style: none;
}

.popup li:hover {
    background: var(--color-gray-800);
}

.popup li:active {
    background: var(--color-border-nav-alt);
}

.popup li span {
    margin-right: 5px;
}

.popup li:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.popup li:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.source-popup .flexcroll {
    max-height: 237px;
    overflow-y: auto;
}

.addto-popup, .share-popup {
    width: 180px;
    padding: 0;
    cursor: pointer;
}

.share-popup li {
    border-top: 1px solid var(--overlay-dark-68);
    border-color: var(--color-white);
}

.share-popup li:hover.share-facebook {
    background: var(--color-social-facebook);
}

.share-popup li:hover.share-twitter {
    background: var(--color-social-twitter);
}

.share-popup li:hover.share-gplus {
    background: var(--color-social-google);
}

.tab-buttons {
    margin-top: 3px;
    background: 0;
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
    cursor: default;
    text-shadow: none;
    border: none;
}

.tab-buttons .iconfix:before {
    margin-right: 0.5em;
    margin-left: 0;
}

.tab {
    float: left;
    background: var(--color-bg-surface);
    border: 0;
    padding: 10px 20px;
    color: var(--color-text-light);
    font-size: 14px;
    box-shadow: none;
    cursor: pointer;
}

.tab.active {
    background: var(--color-bg-card);
    color: var(--color-on-surface);
}

.sidebar-tab {
    display: none;
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999999;
}

.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
    background-image: linear-gradient(to bottom, var(--overlay-black-near) 0, var(--overlay-panel) 75%, var(--overlay-panel) 100%);
}

.modal-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 362px;
    border-radius: 5px;
    margin-left: -162.5px;
    overflow: hidden;
    background: var(--color-text-light);
    box-shadow: 0 4px 80px 6px var(--overlay-black-deep);
}

.modal-header {
    background: var(--color-gray-100);
    padding: 22px 20px;
    box-sizing: border-box;
    text-align: center;
    max-height: 100px;
    border-bottom: 1px solid var(--color-gray-200);
}

.modal-header .logo-content {
    display: block;
    height: auto;
}

.modal-footer {
    padding: 15px 25px;
    background: var(--color-border-muted);
    text-align: center;
}

.modal-footer a {
    color: var(--color-white);
    margin-left: 5px;
}

.modal input {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    margin-bottom: 6px;
    border: none;
    border-radius: 3px;
    background: var(--color-gray-200);
    box-shadow: none;
    color: var(--color-gray-320);
    outline: 0;
    text-shadow: none;
}

.modal .submit-button {
    width: 100%;
    margin-top: 10px;
    background: var(--color-border-muted);
    font-size: 15px;
    text-shadow: none;
    color: var(--color-white);
}

.modal .submit-button:hover {
    opacity: 0.8;
}

.register-form, .login-form {
    display: block;
    padding: 30px 24px;
}

.login-form .lost-password {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.process {
    overflow: hidden;
}

.process:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--overlay-white-soft);
    z-index: 10;
}

.process:after {
    left: 50%;
    margin: -9px 0 0 -7px;
    position: absolute;
    top: 50%;
    color: var(--color-white);
    font-size: 14px;
    font-family: keremiya;
    content: "\e848";
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 11;
}

.process form {
    opacity: 0.6;
}

.message-header {
    background: var(--color-error);
    padding: 12px 20px;
    color: var(--color-error-void);
    font-size: 14px;
}

.message-content {
    color: var(--color-border-subtle);
    padding: 24px 20px;
    line-height: 16px;
    font-size: 13px;
    background: var(--color-white);
}

.message-footer {
    padding: 12px 20px;
    line-height: 16px;
    background: var(--color-gray-100);
    color: var(--color-border-subtle);
}

.message-footer a {
    color: var(--color-text-subtle);
    margin-left: 5px;
}

.message-close {
    position: absolute;
    bottom: 5px;
    right: 0;
    display: inline-block;
    padding: 4px 10px;
    margin: 0 15px 5px;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    background: var(--color-error);
    color: var(--color-error-void);
}

.message {
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
    padding: 10px;
    text-shadow: 0 1px 1px var(--overlay-black-medium);
    border-radius: 3px;
    box-sizing: border-box;
}

.message.success, .message.complete {
    color: var(--color-white);
    background: linear-gradient(to bottom, var(--color-accent-green-dark), var(--color-accent) 100%);
}

.message.error {
    color: var(--color-white);
    background: linear-gradient(to bottom, var(--color-error-rust), var(--color-error-coral) 100%);
}

.message.info {
    color: var(--color-on-primary);
    background: var(--color-primary);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.message.subs_alert {
    padding: 10px;
    margin-top: -10px;
    line-height: 130%;
    color: var(--color-white);
    background: var(--color-error-dark);
    border-radius: 8px;
}

.message.subs_info {
    padding: 10px;
    margin-top: -10px;
    line-height: 130%;
    color: var(--color-text-muted);
    background: var(--color-border);
    border-radius: 8px;
}

#message {
    text-align: center;
}

.page-login .message.error, .page-login .message.success {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-shadow: none;
    background: none;
    margin-top: 18px;
    animation: nya-msg-in .18s ease;
}

.page-login .message.error {
    background: var(--overlay-error-faint);
    border: 1px solid var(--overlay-error-light);
    color: var(--color-error-light);
}

.page-login .message.error::before {
    content: "\e812";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    background: var(--overlay-error-mid);
    color: var(--color-white);
}

.page-login .message.success {
    background: var(--overlay-success-faint);
    border: 1px solid var(--overlay-success-light);
    color: var(--color-success-pale);
}

.page-login .message.success::before {
    content: "\e811";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    background: var(--overlay-success-mid);
    color: var(--color-white);
}

#message span {
    margin-right: 4px;
}

#gallery {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999999;
    text-align: center;
    text-shadow: 0 2px 1px var(--overlay-black-30);
}

.gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
    background-image: linear-gradient(to bottom, var(--overlay-black-near) 0, var(--overlay-panel) 75%, var(--overlay-panel) 100%);
}

.gallery-content {
    top: 40px;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 3;
}

.gallery-inner:after {
    left: 50%;
    margin: -11px 0 0 -10px;
    position: absolute;
    top: 50%;
    color: var(--color-white);
    font-size: 22px;
    font-family: keremiya;
    content: "\e848";
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 2;
}

.gallery-content img {
    max-width: 100%;
    max-height: 100%;
}

.gallery-header {
    position: absolute;
    text-align: left;
    z-index: 4;
    left: 26px;
    right: 26px;
}

#gallery .navi {
    display: inline-block;
    margin-top: 20px;
}

#gallery .close-gallery {
    font-size: 24px;
    padding: 14px 8px;
    margin-right: -13px;
    position: absolute;
    top: 0;
    right: 0;
}

#gallery .prev {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 25px 10px 25px 20px;
    margin-top: -25px;
    font-size: 21px;
}

#gallery .next {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 25px 20px 25px 10px;
    margin-top: -25px;
    font-size: 21px;
}

#gallery .close-gallery, #gallery .prev, #gallery .next {
    z-index: 5;
    cursor: pointer;
}

#gallery .image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.footer-sticky {
    position: fixed;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, 0%);
    z-index: 99999;
}

.footer-sticky-inner {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 728px;
    height: 90px;
    background: var(--overlay-black-57);
}

.footer-sticky .close {
    position: absolute;
    top: -29px;
    background: var(--overlay-black-max);
    padding: 8px 14px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: var(--overlay-white-strong);
    cursor: pointer;
}

.footer-sticky .close:hover {
    color: var(--color-gray-310);
}

.footer-sticky img, .footer-sticky iframe, .footer-sticky object {
    max-width: 100%;
    max-height: 100%;
}

.footer-sticky .close:before {
    margin-left: 0;
    margin-right: 5px;
}

.content-left {
    width: 100%;
    float: left;
}

.content-right {
    width: 100%;
    float: right;
    overflow: hidden;
}

.content-right .single-content.sidebar {
    width: 100%;
}

.no-content {
    vertical-align: middle;
    font-size: 14px;
    text-shadow: 0 2px 1px var(--overlay-black-12);
    z-index: 3;
}

.no-content-icon {
    font-size: 50px;
    opacity: 0.2;
    z-index: 2;
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.center {
    text-align: center;
}

.found-movies {
    float: right;
    margin-top: 8px;
    color: var(--color-gray-360);
    font-family: "GothamPro";
}

/* stylelint-disable declaration-no-important -- 404 page overrides theme padding */
.olmayansayfa {
    font-size: 52px;
    color: var(--color-gray-400);
    text-shadow: none !important;
    font-weight: 700;
    padding-top: 0 !important;
    text-align: center;
    font-family: "Nato Sans", arial, helvetica, sans-serif;
    padding: 100px 50px 0 !important;
}
/* stylelint-enable declaration-no-important */

.olmayansayfa p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 20px;
    color: var(--color-gray-400);
}

#footer {
    background: var(--color-bg-surface);
    min-height: auto;
    padding: 10px 0;
    margin-top: 30px;
    position: relative;
    font-family: "Noto Sans", arial, helvetica, sans-serif;
    width: 100%;
    border-top: 0;
    margin: 40px 0 auto;
}

#footer p {
    color: var(--color-on-surface);
    font-size: 11px;
    margin: 0;
    padding: 9px 0 0;
}

#footer a, #footer a:visited {
    color: var(--color-text-muted);
    text-decoration: none;
}

#footer a:hover {
    color: var(--color-on-surface);
    text-decoration: underline;
}

.footer {
    overflow: hidden;
    font-size: 13px;
    padding: 10px;
    line-height: 16px;
    color: var(--color-text-light);
    border-top: 1px solid var(--color-bg-card);
}

.footer-info {
    margin-bottom: 10px;
    padding: 0;
    width: 80%;
    float: left;
    line-height: 17px;
    color: var(--color-text-tertiary);
    text-shadow: 0 2px 1px var(--overlay-black-01);
}

.footer-info span {
    font-size: 11px;
    color: var(--color-gray-340);
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-logo {
    float: right;
    max-width: 20%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left center;
}

.footer-logo img {
    max-width: 100%;
}

.footer-menu {
    background: var(--color-border-nav-alt);
    height: 24px;
    padding-top: 10px;
    margin-bottom: -10px;
    overflow: hidden;
    text-align: right;
    color: var(--color-gray-400);
}

.footer-menu ul {
    float: left;
}

.footer-menu li {
    float: left;
    margin-right: 10px;
}

.footer-menu li:last-child:after {
    display: none;
}

.footer-menu .sub-menu {
    display: none;
}

.footer-menu li:after {
    content: "|";
    margin-left: 10px;
    color: var(--color-gray-800);
}

#footer .footer-menu a {
    color: var(--color-gray-340);
    text-shadow: 0 2px 1px var(--overlay-black-03);
}

#footer .fl {
    float: left;
}

#footer .fr {
    float: right;
    text-align: right;
}

#respond {
    position: relative;
    margin-top: 15px;
}

#comments {
    margin-top: 10px;
}

#comments .col-left {
    float: left;
    width: 10%;
    display: block;
}

.popular-comments {
    margin-top: 20px;
}

.popular-comments li:last-child {
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.comment-avatar {
    max-height: 64px;
    max-width: 64px;
    margin-right: 10px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: none;
    box-sizing: border-box;
}

.comment-avatar img {
    margin-top: 4px;
    width: 100%;
    height: 100%;
    display: block;
}

.comment-avatar .alignnone {
    margin: 0;
}

#comments .col-right {
    float: left;
    display: block;
    width: 90%;
}

.comment-input-hide {
    width: 100%;
    float: left;
}

.comment-form-author, .comment-form-email {
    width: 50%;
    float: left;
}

.comment-form-author #author {
    border-bottom-left-radius: 3px;
    border-right: 1px solid var(--overlay-dark-70);
}

.comment-form-submit {
    float: none;
    width: 100%;
    margin-top: 5px;
    display: inline-block;
}

.comment-form-submit button {
    width: 100%;
    height: 31px;
    border-radius: 0;
    border-bottom-right-radius: 3px;
}

#commentform {
    box-shadow: none;
}

#commentform input, #commentform textarea, #commentform button {
    color: var(--color-text-heading);
    outline: 0;
    margin-bottom: 0;
    box-shadow: none;
}

#commentform input {
    width: 100%;
    box-sizing: border-box;
    background: var(--color-gray-100);
    border: none;
    padding: 8px 12px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 3px;
    color: var(--color-gray-320);
}

#commentform textarea {
    display: block;
    width: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
    background: var(--color-gray-100);
    border: none;
    border-radius: 2px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    min-height: 60px;
    border-bottom: 1px solid var(--color-gray-800);
    box-shadow: none;
    color: var(--color-gray-320);
}

#commentform p {
    margin: 5px 0;
}

.comment-list {
    margin-top: 10px;
}

.comment-list li {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--overlay-light-border);
    box-sizing: border-box;
}

.comment-list li .children {
    width: 90%;
    float: right;
    display: block;
}

.comment-list li .children li {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

.bi-avatar {
    float: left;
    display: block;
    width: 10%;
}

.commentmetadata {
    display: block;
    float: left;
    width: 90%;
}

.comment-author {
    margin-top: 5px;
}

#comment-user {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-bg-near-black);
}

#comment-user a {
    color: var(--color-gold);
    opacity: 0.85;
}

#comment-age {
    display: inline-block;
    font-size: 11px;
    margin-left: 4px;
    color: var(--color-gray-460);
}

#comment-age:before {
    content: ".";
    margin-right: 5px;
    text-align: top;
    font-weight: 700;
    vertical-align: text-top;
    font-size: 16px;
    line-height: 5px;
}

.comment-body {
    font-size: 14px;
    padding: 5px 0;
    line-height: 20px;
    color: var(--color-bg-near-black);
}

.comment-list a {
    color: var(--color-link-pale);
}

.comment-list .url {
    color: var(--color-link);
}

#cancel-comment-reply-link {
    position: absolute;
    right: 4px;
    top: 7px;
    font-size: 15px;
}

#cancel-comment-reply-link a {
    color: var(--color-on-surface);
}

a.comment-reply-link, a.comment-reply-login {
    color: var(--color-gray-500);
}

.cancel-comment-reply {
    margin-left: 10px;
    font-weight: 700;
}

.comment-awaiting-moderation {
    margin-top: 9px;
    display: block;
    padding: 8px 12px;
    border-radius: 2px;
    border: 1px solid var(--overlay-error-soft);
    box-shadow: 0 2px 1px var(--overlay-black-05);
    text-shadow: 0 1px 1px var(--overlay-black-27);
}

.comment-list p:first-letter {
    text-transform: uppercase;
}

.comment-meta {
    color: var(--color-gray-370);
}

.comment-zaman {
    color: var(--color-gray-210);
    font-style: italic;
}

.nocomment {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.comment-buttons div:after {
    content: ".";
    margin-left: 5px;
    font-weight: 700;
    vertical-align: text-top;
    font-size: 16px;
    line-height: 7px;
    color: var(--color-gray-800);
}

.comment-buttons div:last-child:after {
    display: none;
}

.reply {
    float: left;
    margin-right: 10px;
}

.voting {
    float: left;
    margin-top: -2px;
    opacity: 0.4;
}

.comment-list li:hover .voting {
    opacity: 0.8;
}

.button.like-button, .button.dislike-button {
    height: 18px;
    padding: 0 1px;
    font-size: 12px;
    background: 0;
    box-shadow: none;
}

.button.like-button .count {
    color: var(--color-accent);
}

.button.dislike-button .count {
    color: var(--color-error-pale);
}

.single-content.sidebar {
    width: 30%;
    float: right;
}

.top {
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 2px solid var(--color-gray-900);
    display: block;
    font-size: 14px;
    font-family: "Noto Sans", arial, helvetica, sans-serif;
}

.top span {
    padding-bottom: 5px;
    padding-right: 6px;
    border-bottom: none;
}

.sidebar .fixed {
    text-align: center;
    padding: 1px 0;
    box-sizing: border-box;
}

.sidebar-content {
    display: block;
    background: var(--color-bg-card);
    margin: 15px 0 15px 15px;
    padding: 13px 13px 10px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid var(--color-bg-card);
}

.sidebar-content li {
    display: block;
    border-bottom: 1px solid var(--color-bg-panel);
    line-height: 16px;
    color: var(--color-gray-340);
    border-color: transparent;
}

.sidebar-content li.active {
    background: var(--color-primary);
}

.sidebar-content li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.sidebar-content li.active a {
    color: var(--color-on-primary);
}

.sidebar-content li a {
    font-size: 14px;
    text-decoration: none;
    color: var(--color-text-light);
}

.sidebar-content ul ul {
    display: block;
    margin: 7px 0 2px 12px;
    border-top: 1px solid var(--color-bg-panel);
}

.sidebar-content select, .sidebar-content .postform {
    display: block;
    width: 100%;
    padding: 5px;
    background: var(--color-bg-blockquote);
    border: 1px solid var(--color-gray-600-alt);
    color: var(--color-text-secondary);
    box-sizing: border-box;
}

.sidebar-content .textwidget img {
    max-width: 100%;
}

.sidebar-content .tags {
    margin-top: 0;
    text-align: left;
}

.sidebar-content .tags ul {
    text-align: center;
}

.sidebar-content .tags li {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.sidebar-content .tags li a {
    background: var(--color-border-nav-alt);
    padding: 4px 10px;
}

.sidebar-content .news a.item {
    margin-bottom: 10px;
    text-decoration: none;
}

.sidebar-content .news a.item:last-child {
    margin-bottom: 0;
}

.sidebar-content .news .col-1 {
    width: 60px;
    margin-top: 0;
}

.sidebar-content .news .col-1 img {
    width: 100%;
    max-height: 60px;
    border-radius: 2px;
    box-shadow: 0 2px 1px var(--overlay-black-12);
}

.sidebar-content .news .col-2 {
    margin-left: 70px;
    padding: none;
    background: 0;
    box-shadow: none;
}

.sidebar-content .news .col-2 .title {
    text-overflow: none;
    white-space: normal;
    line-height: 16px;
}

.sidebar-content .news .col-2 .date {
    float: none;
    max-width: none;
    text-decoration: none;
}

.sidebar-content.widget_categories {
    background: var(--color-gray-100);
    box-shadow: none;
    box-sizing: border-box;
    padding: 13px 13px 10px;
    border-radius: 3px;
    border: 1px solid var(--color-gray-90);
}

.sidebar-content.widget_categories .top {
    border-color: var(--color-text-light);
    margin-bottom: 13px;
    color: var(--color-border-subtle);
}

.sidebar-content.widget_categories .top span {
    border-bottom: 2px solid var(--color-accent);
}

.sidebar-content.widget_categories ul {
    text-align: center;
    max-height: 288px;
}

.sidebar-content.widget_categories .full li {
    width: 100%;
}

.sidebar-content.widget_categories .full a {
    margin-right: 0;
}

.sidebar-content.widget_categories .full li:nth-child(2n) a {
    margin-left: 0;
}

.sidebar-content.widget_categories li {
    width: 50%;
    border: 0;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.sidebar-content.widget_categories li a {
    display: block;
    width: auto;
}

.sidebar-content.widget_categories li a:before {
    content: "";
}

.sidebar-content.widget_categories a {
    box-sizing: border-box;
    text-align: left;
    background: var(--color-white);
    box-shadow: none;
    display: inline-block;
    overflow: hidden;
    color: var(--color-border-subtle);
    border-radius: 3px;
    margin: 0 0 6px;
    margin-right: 2px;
    white-space: normal;
    text-overflow: inherit;
    padding: 0 12px;
    height: 26px;
    line-height: 26px;
}

.sidebar-content.widget_categories a:hover {
    text-decoration: none;
    background: var(--color-border-muted);
    color: var(--color-white);
}

.sidebar-content.widget_categories li:nth-child(2n) a {
    margin-right: 0;
    margin-left: 2px;
}

.sidebar-content.widget_categories li:nth-child(2n) ul {
    left: 2px;
}

.sidebar-content.widget_categories li ul {
    display: none;
    position: absolute;
    background: var(--color-bg-inset);
    padding: 10px 10px 4px;
    border-radius: 3px;
    box-shadow: -1px 2px 8px var(--overlay-tooltip);
    top: 100%;
    right: 0;
    left: 0;
    margin: 0;
    z-index: 999;
}

.sidebar-content.widget_categories li ul li {
    width: 100%;
}

.sidebar-content.widget_categories li ul li a {
    margin-left: 0;
    margin-right: 0;
}

.sidebar-content li.cat-item-none {
    width: auto;
    margin-left: 1px;
}

.widget-comments ul li {
    margin: 10px 0;
    padding: 0;
    border-bottom: 1px solid var(--color-border-button);
}

.widget-comments ul li .avatar {
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.widget-comments ul li a:before {
    display: none;
}

.widget-comments ul li .date {
    display: block;
    font-size: 12px;
}

.widget-comments ul li .excerpt {
    margin: 7px 0;
}

.widget-comments ul li:last-child .excerpt {
    margin-bottom: 0;
}

.widget-movies .movie-preview {
    width: 33.3%;
}

.widget-movies .series-preview {
    width: 100%;
}

a.show-more {
    float: right;
    font-size: 12px;
    color: var(--color-gray-380);
}

#similar-movies {
    box-sizing: border-box;
    display: block;
}

#similar-movies a {
    color: var(--color-text-secondary);
}

#similar-movies a:before {
    content: "";
}

#similar-movies ul {
    max-height: 215px;
    overflow-y: auto;
}

#similar-movies ul li {
    display: block;
    height: 63px;
    margin-bottom: 6px;
}

#similar-movies ul li:last-child {
    margin-bottom: 0;
}

#similar-movies .info-left {
    width: 20%;
    height: 60px;
    float: left;
}

#similar-movies .info-right {
    width: 80%;
    height: 60px;
    float: left;
}

#similar-movies .poster {
    float: left;
    background-color: var(--color-border-nav-alt);
    background-size: 100% 100%;
    background-repeat: no-repeat center center;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 1px var(--overlay-black-21);
    overflow: hidden;
}

#similar-movies .poster img {
    width: 100%;
    height: 100%;
}

#similar-movies .title {
    display: -webkit-box;
    margin: 3px 8px;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    max-height: 30px;
    line-height: 15px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#similar-movies .release {
    display: block;
    margin: 3px 8px;
    font-size: 12px;
    color: var(--color-gray-400);
}

.facebook-box {
    background: var(--color-bg-blockquote);
    min-height: 62px;
}

.facebook-box iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.sidebar-content.search {
    width: 50%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.sidebar-content.search .news {
    padding: 10px;
    display: block;
}

.fix_list-categories .sidebar-content, .fix_list-categories .sidebar-ads {
    margin: 0;
}

.widget_today-movie .single-content.today.movie {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.widget_today-movie .single-content.today.movie .name {
    max-width: 80%;
}

.widget_today-movie .single-content.movie .rating {
    margin-bottom: 23px;
}

.rkads {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.rkads iframe, .rkads img, .rkads object {
    max-width: 100%;
}

.sidebar-ads {
    margin-top: 11px;
    margin-left: 15px;
    overflow: hidden;
}

.video-content-top-ads {
    margin-top: 0;
}

#cn-content {
    display: none;
}

#rk-content {
    padding: 18px 0;
    background: var(--color-bg-near-black);
    border-radius: 3px;
    box-shadow: 0 2px 1px var(--overlay-black-22);
}

#rk-time {
    padding: 6px 10px;
    border-radius: 3px;
    background: var(--overlay-black-28);
    display: inline-block;
    margin: 10px 20px 0;
    cursor: default;
}

.close-rk {
    margin-top: 15px;
    height: auto;
    display: inline-block;
    color: var(--color-white);
}

#splash {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: var(--overlay-gray-heavy);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

#splash img, #splash iframe, #splash object {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
}

.splash-header {
    text-align: right;
    margin: 25px auto 10px;
    height: 34px;
}

.splash-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    bottom: 0;
}

#splash-close {
    float: right;
    height: auto;
    padding: 10px 16px;
    display: none;
}

#splash-time {
    font-weight: 700;
    padding: 3px 5px;
    margin: 0 2px;
    background: var(--color-bg-item);
    border-radius: 4px;
    box-shadow: 0 2px 1px var(--overlay-black-13);
}

.old-part-system {
    float: left;
    max-width: 60%;
}

.keremiya_part {
    font-size: 11px;
}

.keremiya_part span {
    float: left;
    background-color: var(--overlay-accent);
    color: var(--color-white);
    margin: 0 3px 3px 0;
    padding: 12px 12px 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    text-shadow: 1px 1px var(--overlay-black-40);
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    box-shadow: 0 1px 1px var(--overlay-black-03), inset 0 3px 2px var(--overlay-black-09);
}

.keremiya_part a span {
    background-color: var(--color-gray-800);
}

.keremiya_part a span:hover {
    background-color: var(--color-gray-450);
}

.keremiya_part a {
    padding: 0;
    margin: 0;
    background: 0;
    border: 0;
    text-decoration: none;
}

span.keros {
    background-color: var(--color-border-nav-alt);
    color: var(--color-gray-440);
    text-decoration: none;
    text-transform: none;
    font-size: 11px;
    font-family: tahoma;
    border-radius: 4px;
    margin-left: 3px;
    padding: 5px;
    text-shadow: none;
}

span.keros a:hover {
    color: var(--color-gray-440);
}

#profile-header {
    float: left;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    background: 0 0;
    margin-top: 5px;
    margin-bottom: 4px;
    width: 100%;
    position: relative;
    box-shadow: none;
    border-radius: 3px;
}

.profile-left {
    float: left;
    width: 100%;
    min-height: 92px;
}

.profile-left .col-1 {
    width: 9%;
    float: left;
    padding: 9px 0;
    box-sizing: border-box;
    margin-right: 11px;
}

.profile-left .col-2 {
    float: left;
    width: 51%;
    padding: 10px 0;
}

.profile-left .col-3 {
    float: right;
    width: 39%;
}

.profile-left .social {
    float: right;
    font-size: 12px;
    margin-top: -26px;
}

.profile-left .social a {
    text-decoration: none;
}

.list-info {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 38%;
    vertical-align: middle;
    padding: 0;
    box-sizing: border-box;
}

#profile-header .info {
    border: 0;
    padding: 0;
    margin: 0;
    flex: 1;
    text-align: center;
    border-right: 1px solid var(--color-gray-650);
    font-size: 18px;
    color: var(--color-text-light);
}

#profile-header .info span {
    color: var(--color-gold-bright);
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

#profile-header .info:last-child {
    border-right: 0;
}

.profile-left .title {
    margin-top: 5px;
    font-size: 20px;
    color: var(--color-text-light);
}

.profile-left .excerpt {
    margin-top: 10px;
    max-height: 45px;
    overflow: hidden;
    color: var(--color-text-light);
    line-height: 15px;
    display: block;
}

.profile-tabs {
    width: 17%;
    margin-top: 10px;
    font-family: "Noto Sans", arial, helvetica, sans-serif;
}

.profile-tabs .tab {
    display: block;
    float: none;
    margin: 0;
}

.profile-tabs .tab-buttons {
    overflow: hidden;
    border-radius: 3px;
}

.profile-tabs .tab-buttons .iconfix:before {
    margin-right: -6px;
    margin-left: 0;
    float: right;
    color: var(--color-gray-500);
}

.profile-tabs .tab-buttons .tab.active .iconfix:before {
    color: var(--color-accent-bright);
    opacity: 0.8;
}

.avatar {
    box-shadow: none;
    overflow: hidden;
    border-radius: 3px;
}

.avatar .alignnone {
    margin: 0;
}

.avatar img {
    width: 100%;
    height: 100%;
    display: block;
}

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

.align-right {
    float: right;
}

.wide-popup .align-right {
    float: none;
}

.wide-popup .rkads {
    display: none;
}

.align-right .report-popup {
    left: -250px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.sideleft {
    width: 20%;
    float: left;
}

.sideleft li.active a, .sideleft li.active a:before, .sideleft li:hover a:before {
    color: var(--color-gold);
}

.sideleft li:hover a {
    color: var(--color-on-surface);
}

.single-content.page-settings {
    width: 80%;
    float: right;
    margin-top: 0;
}

.resend-activation {
    margin-bottom: 0;
    margin-top: 10px;
}

.resend-activation-button {
    background: var(--overlay-black-half);
    padding: 4px 8px;
    border-radius: 3px;
    margin-left: 10px;
}

.rmv,
.mylist-item-actions {
    display: none;
}

.remove-item a:hover .rmv,
.remove-item .movie-preview:hover .rmv,
.remove-item .movie-poster:hover > .rmv {
    display: block;
}

.remove-item .movie-poster {
    position: relative;
}

.remove-item .movie-poster > .rmv {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}

.remove-item .rmv {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 6;
    cursor: pointer;
    font-size: 15px;
    color: var(--color-white);
    background: var(--overlay-black-34);
    box-shadow: 0 2px 1px var(--overlay-black-08);
    padding: 2px 4px;
    border-radius: 2px;
}

.remove-item .rmv .icon-cancel {
    display: block;
    line-height: 1;
}

.remove-item .rmv:hover:after {
    color: var(--color-error-salmon);
}

.remove-item .series-preview {
    position: relative;
}

.remove-item .mylist-item-actions {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 10;
    align-items: center;
    pointer-events: auto;
}

.remove-item .movie-poster > .mylist-item-actions {
    top: 6px;
    right: 6px;
}

.remove-item .movie-preview:hover .mylist-item-actions,
.remove-item .series-preview:hover .mylist-item-actions,
.remove-item .movie-poster:hover .mylist-item-actions {
    display: flex;
}

.remove-item .mylist-item-actions .rmv {
    position: relative;
    top: auto;
    right: auto;
    display: block;
}

.remove-item .mylist-manage-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    color: var(--color-white);
    background: var(--overlay-black-34);
    box-shadow: 0 2px 1px var(--overlay-black-08);
    padding: 2px 4px;
    border: 0;
    border-radius: 2px;
    line-height: 1;
    font-family: inherit;
}

.remove-item .mylist-manage-toggle .icon-menu {
    display: block;
    line-height: 1;
}

.mylist-manage-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.mylist-manage-modal[hidden] {
    display: none !important;
}

.mylist-manage-bg {
    position: absolute;
    inset: 0;
    background: var(--overlay-black-34);
}

.mylist-manage-dialog {
    position: relative;
    width: 100%;
    max-width: 320px;
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 18px;
    background: var(--color-bg-surface);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    box-shadow: 0 16px 40px var(--overlay-black-shadow);
    box-sizing: border-box;
}

.mylist-manage-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.mylist-manage-title {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-text);
}

.mylist-manage-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: -4px -4px 0 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--color-text-muted);
    cursor: pointer;
    flex-shrink: 0;
}

.mylist-manage-close:hover {
    color: var(--color-text);
    background: rgba(255, 255, 255, 0.04);
}

.mylist-manage-section {
    margin-bottom: 14px;
}

.mylist-manage-section-label {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--color-text-muted);
}

.mylist-manage-targets {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.mylist-manage-target {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: auto;
    min-width: 0;
    height: 48px;
    padding: 0;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--color-text);
    cursor: pointer;
    font-family: inherit;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mylist-manage-target [class^="icon-"] {
    font-size: 18px;
    line-height: 1;
    color: inherit;
}

.mylist-manage-target:hover,
.mylist-manage-target:focus {
    outline: none;
    color: var(--color-text);
    background: rgba(68, 59, 109, 0.28);
    border-color: var(--color-primary-muted);
}

.mylist-manage-target.is-current,
.mylist-manage-target:disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.mylist-manage-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px 12px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    color: var(--color-error-salmon);
    background: rgba(255, 99, 99, 0.08);
    transition: background 0.2s ease;
}

.mylist-manage-remove:hover,
.mylist-manage-remove:focus {
    outline: none;
    background: rgba(255, 99, 99, 0.14);
}

.mylist-manage-modal.is-busy .mylist-manage-dialog {
    pointer-events: none;
    opacity: 0.7;
}

body.mylist-manage-open {
    overflow: hidden;
}

body.mylist-manage-open .tipsy.kepsy {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .remove-item .rmv {
        display: block;
    }

    .remove-item .mylist-item-actions {
        display: flex;
    }

    .remove-item .mylist-manage-toggle {
        min-width: 36px;
        min-height: 36px;
        padding: 8px;
        font-size: 18px;
    }

    .mylist-manage-modal {
        align-items: flex-end;
        padding: 0;
    }

    .mylist-manage-dialog {
        max-width: none;
        border-radius: 16px 16px 0 0;
        padding: 20px 16px calc(16px + env(safe-area-inset-bottom, 0px));
    }
}

#update-user .col-1 {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}

#update-user .col-2 {
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
}

.upd {
    display: inline-block;
    color: var(--color-gold);
    padding: 6px 10px;
    border-radius: 2px;
}

.page-settings.process:before {
    background: var(--overlay-black-02);
}

#user-comments {
    width: 70%;
}

#user-comments li {
    float: left;
    overflow: hidden;
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid var(--color-border-nav-alt);
    border-top: 1px solid var(--color-bg-near-black);
    width: 100%;
}

#user-comments li:first-child {
    border-top: 0;
}

#user-comments li:last-child {
    border-bottom: 0;
}

#user-comments li img {
    float: left;
    margin-right: 8px;
    margin-top: -2px;
    background: none repeat scroll 0 0 var(--color-gray-900);
    padding: 2px;
    border: 2px solid var(--color-bg-near-black);
    border-radius: 3px;
    max-width: 65px;
}

#user-comments li p {
    margin-top: 8px;
    color: var(--color-text-secondary);
    line-height: 17px;
}

#user-comments li .title {
    margin-top: 7px;
    color: var(--color-warning-tan);
}

#user-comments li .title span {
    color: var(--color-gray-500);
}

.page {
    margin-top: 15px;
}

.page .nocomment {
    display: none;
}

.page .article-content {
    margin-top: 5px;
}

.article-content {
    font-size: 14px;
    padding: 10px;
}

.page-login {
    width: 50%;
    margin: 0 auto;
    padding-top: 20px;
    float: none;
    max-width: 450px;
}

.page-login .button {
    float: right;
    width: auto;
    margin-top: 10px;
    padding: 10px 20px;
}

label {
    display: inline-block;
    font-size: 14px;
    padding: 20px 0 10px;
    cursor: pointer;
    color: var(--color-text-light);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), textarea {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 15px;
    margin-bottom: 5px;
    border: 1px solid var(--color-border);
    border-radius: 3px;
    background: var(--color-bg-input);
    box-shadow: none;
    color: var(--color-text);
    outline: 0;
    text-shadow: none;
    font-size: 120%;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus, textarea:focus {
    border-color: var(--color-primary);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::placeholder, textarea::placeholder {
    color: var(--color-text-subtle);
}

input:disabled, button:disabled, textarea:disabled {
    background: none repeat scroll 0 0 var(--overlay-white-faint);
    border-color: var(--overlay-light-gray);
    color: var(--overlay-white-faint);
    cursor: not-allowed;
}

input[type="checkbox"] {
    width: auto;
}

.error {
    color: var(--color-error-burgundy);
}

.message-success {
    background: var(--color-accent-bright);
    color: var(--color-gray-500-alt);
    border-radius: 3px;
    padding: 10px;
    font-weight: 700;
    margin: 10px 0;
}

.message-error {
    background: var(--color-error-maroon);
    color: var(--color-text-heading);
    border-radius: 3px;
    padding: 10px;
    font-weight: 700;
    margin: 10px 0;
    line-height: 18px;
}

#button-send {
    margin-top: 10px;
    float: right;
}

p.textarea {
    float: right;
}

.contactform {
    display: block;
}

.more-link {
    background: var(--color-gray-900);
    padding: 6px 10px;
    box-shadow: 0 2px 1px var(--overlay-black-21);
    border-radius: 2px;
    margin: 5px 0;
    float: right;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}

img.alignright, img.alignleft, img.aligncenter {
    border-radius: 3px;
    box-shadow: 0 2px 1px var(--overlay-black-21);
}

.alignright {
    float: right;
    margin: 5px 0 20px 10px;
}

.alignleft {
    float: left;
    margin: 5px 10px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 10px;
}

a img.alignnone {
    margin: 5px 10px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 10px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: var(--color-border-subtle);
    border-radius: 2px;
    box-shadow: 0 2px 1px var(--overlay-black-21);
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 10px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 10px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: var(--color-bg-blockquote);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px var(--overlay-black-60);
    clip: auto;
    color: var(--color-on-surface);
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.add-content {
    padding-top: 40px;
}

.add-content .process:before {
    background: var(--overlay-black-02);
}

.add-content .message {
    padding: 12px 26px;
    display: inline-block;
    width: auto;
}

.add-content h1 {
    font-size: 24px;
    color: var(--color-gold);
}

a.select-type {
    display: inline-block;
    margin: 30px 5px;
    width: 100px;
    padding: 35px 50px 40px;
    background: var(--color-border-nav-alt);
    border-radius: 2px;
    box-shadow: 0 2px 1px var(--overlay-black-20);
    font-size: 14px;
}

.select-type:hover {
    background: var(--color-gray-900);
    color: var(--color-gold);
    text-decoration: none;
}

.select-type span {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
}

.select-type.active {
    color: var(--color-gold);
    opacity: 0.4;
}

.add-new-content {
    margin: 0 auto;
}

.add-new-content form {
    position: relative;
}

.add-new-content h4 {
    margin: 0;
}

.add-new-content .left {
    width: 70%;
}

.add-new-content .right {
    width: 30%;
}

.add-new-content .right .button {
    width: 100%;
    background: linear-gradient(to bottom, var(--color-accent-green-dark), var(--color-accent) 100%);
    font-size: 15px;
    text-shadow: 0 1px 1px var(--overlay-black-medium);
}

.add-new-content .right .sidebar-content {
    margin-top: 0;
}

.KR-editor {
    margin: 15px 0;
}

.KR-head {
    text-align: left;
    background: var(--color-gray-900);
    padding: 8px;
}

.KR-textarea textarea {
    border-radius: 0;
    max-width: 100%;
    height: 250px;
}

.KR-footer {
    text-align: left;
    background: var(--color-gray-700);
    padding: 8px;
    margin-top: -5px;
    color: var(--color-white);
}

.KR-editor .button {
    background: linear-gradient(to bottom, var(--color-gray-800), var(--color-gray-550) 100%);
    padding: 0 12px;
    height: 28px;
}

.KR-editor i {
    font-style: italic;
}

#textarea-feedback {
    font-size: 12px;
}

.add-tags-excerpt {
    margin-top: 10px;
    color: var(--color-gray-400);
}

.custom-meta-info {
    margin: 6px 0 15px;
    color: var(--color-gray-400);
}

.select-categories label {
    display: block;
    padding: 2px 0;
}

.select-categories label input {
    display: inline-block;
    width: 14px;
    margin: 0 2px 0 0;
    cursor: pointer;
    height: 14px;
    vertical-align: middle;
    background: var(--color-gray-800);
    appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px var(--overlay-gray-faint);
    box-shadow: inset 0 1px 2px var(--overlay-gray-faint);
    padding: 8px;
}

.select-categories input[type=checkbox]:checked:before {
    content: "\e811";
    margin: -6px 0 0 -6px;
    color: var(--color-accent-green-light);
    float: left;
    vertical-align: middle;
    width: 14px;
    font: 400 12px/1 keremiya;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select-categories .flexcroll {
    max-height: 145px;
    overflow-y: auto;
}

.post-movie .KR-textarea textarea {
    height: 100px;
}

table.my_account_videos {
    float: left;
    margin-top: -1px;
    margin-bottom: 0;
}

table th {
    font-weight: 700;
    color: var(--color-text-secondary);
    padding: 0.8em;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: var(--overlay-white-trace) var(--overlay-light-bare) var(--overlay-light-trace);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

table th, table td {
    vertical-align: top;
}

table td {
    padding: 1.25em 1.25em 0.75em;
    border: 1px solid var(--overlay-light-trace);
    font-size: 11px;
    line-height: 13px;
    height: auto;
}

table td.videos-views {
    width: 5%;
    text-align: center;
}

table td.videos-date {
    width: 15%;
    text-align: center;
    color: var(--color-gray-400);
}

table td.videos-title {
    width: 60%;
    font-size: 12px;
}

table td.videos-status {
    width: 15%;
    text-align: center;
}

table td.videos-title img {
    width: 90px;
    height: 55px;
    float: left;
    margin-right: 7px;
}

.videos-duration, .videos-action {
    width: 5%;
    text-align: center;
}

.page-settings .status {
    margin: 0;
}

.page-settings .publish {
    color: var(--color-link-bright);
}

.page-settings .pending {
    color: var(--color-gold-soft);
}

.page-settings .trash {
    color: var(--color-error-bright);
}

.post-type-movie, .post-type-news {
    margin-top: 3px;
    font-size: 10px;
    color: var(--color-gray-500);
}

#live-search {
    position: absolute;
    z-index: 999999;
    right: 4px;
    left: -1px;
    top: 70%;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#live-search ul {
    position: relative;
    padding-top: 10px;
    margin: 0 16px;
    background: var(--color-gray-540);
    border-right: 1px solid var(--color-border-muted);
    border-bottom: 1px solid var(--color-border-muted);
    border-left: 1px solid var(--color-bg-muted);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0 16px 29px -5px var(--overlay-black-44);
}

#live-search ul li {
    display: block;
    border-bottom: 1px solid var(--overlay-black-03);
    border-top: 1px solid var(--overlay-black-03);
}

#live-search ul li:hover {
    background: var(--overlay-black-light);
}

#live-search ul li a {
    padding: 8px 11px;
    text-decoration: none;
}

#live-search ul li a:hover {
    color: var(--color-white);
}

#live-search .poster {
    float: left;
    margin-right: 8px;
    width: 50px;
    height: 60px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 2px 1px var(--overlay-black-51);
}

#live-search .poster img {
    max-width: 100%;
    min-height: 100%;
    border-radius: 3px;
}

#live-search .title {
    margin-top: 2px;
    font-family: "Noto Sans", arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

#live-search .other-name {
    margin-top: 4px;
    color: var(--color-gray-330);
    font-size: 12px;
}

#live-search .release {
    font-size: 11px;
    color: var(--color-gray-390);
    margin-left: 5px;
}

#live-search .imdb {
    font-size: 11px;
    margin-top: 5px;
    color: var(--color-gray-500);
}

#live-search .imdb span {
    margin-left: -0.2em;
}

#live-search .process:before {
    background: var(--overlay-dark-panel);
}

#live-search .process:after {
    display: none;
}

#live-search .more {
    padding: 10px 0;
    text-align: center;
    color: var(--color-gray-400);
    text-shadow: 0 1px 1px var(--overlay-black-20);
    cursor: pointer;
    display: block;
}

#live-search .more span {
    font-weight: 700;
    color: var(--color-gray-300);
}

#live-search .more:hover {
    background: var(--overlay-white-minimal);
}

.autosize-container #note {
    display: none;
}

#note {
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 3px;
    line-height: 14px;
    background: var(--color-bg-darker);
    text-shadow: 0 1px 1px var(--overlay-black-medium);
}

#note .remove {
    float: right;
    margin-right: -5px;
    cursor: pointer;
}

#note.grey {
    background: linear-gradient(to bottom, var(--color-bg-gray), var(--color-bg-hover-dark) 100%);
}

#note.dark {
    background: linear-gradient(to bottom, var(--color-bg-inset), var(--color-bg-near-black) 100%);
}

#note.blue {
    background: linear-gradient(to bottom, var(--color-info-dark), var(--color-info-teal) 100%);
}

#note.red {
    background: linear-gradient(to bottom, var(--color-error-rust), var(--color-error-coral) 100%);
}

#note.green {
    background: linear-gradient(to bottom, var(--color-accent-green-dark), var(--color-accent) 100%);
}

.archive-icons {
    display: none;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    margin-left: -5px;
    font-size: 20px;
    margin-bottom: 10px;
}

.archive-icons:after {
    font-family: "GothamPro";
    content: "Filter";
}

.archive-icons span {
    display: none;
}

.archive-icons span:first-child {
    display: inline-block;
}

.archive-icons.change span:first-child {
    display: none;
}

.archive-icons.change span:last-child {
    display: inline-block;
}

.movie-release.smlpg {
    position: absolute;
    right: 14px;
    z-index: 3;
    top: 40px;
}

.content.wrapper {
    border-radius: 3px 3px 0 0;
    border: 0;
    box-shadow: none;
    min-height: 400px;
    overflow: hidden;
}

a.logo-image {
    display: inline-block;
    width: 200px;
    height: 55px;
    background-image: url(/wp-content/themes/keremiya1/images/dark_logo.png);
    background-size: 195px 52px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.userinfo {
    font-weight: 700;
    padding: 15px;
    margin-bottom: 5px;
    border: none;
    border-radius: 3px;
    background: var(--color-bg-card);
    box-shadow: none;
    color: var(--color-gray-320);
    outline: 0;
    text-shadow: none;
    font-size: 120%;
    cursor: default;
}

.donator-profile:before {
    font-size: 26px;
    color: var(--color-yellow);
    margin-right: 0;
    margin-left: 0;
}

.donator-settings:before {
    font-size: 17px;
    color: var(--color-yellow);
    margin-right: 0;
    margin-left: 0;
}

.donator-home:before {
    font-size: 17px;
    color: var(--color-yellow);
    margin: 0;
}

.movie-release {
    color: var(--color-text);
}

#login {
    width: 351px;
}

#login h1 a {
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 29px;
    color: var(--color-text-light);
    text-transform: uppercase;
}

#login label {
    color: var(--color-text-light);
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

#login .forgetmenot {
    margin-top: 9px;
}

a.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    user-select: none;
    white-space: nowrap;
    color: var(--color-text-light);
}

a.logo:hover {
    text-decoration: none;
}

.logo-icon {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

g.logo-text {
    font-family: "GothamPro", sans-serif;
    font-weight: 400;
    font-size: 29px;
    color: inherit;
    letter-spacing: 10px;
    line-height: 120%;
}

g.logo-text b {
    font-weight: 800;
}

.newyear {
    background-image: url(/wp-content/themes/keremiya1/images/hat.svg);
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 91px;
    top: 12px;
    transform: scalex(-1);
    -moz-transform: scalex(-1);
    -o-transform: scalex(-1);
    -webkit-transform: scalex(-1);
}

.smallnews {
    position: absolute;
    font-size: 11px;
    font-weight: 700;
    left: 0;
    bottom: 7px;
}

#header .header-content {
    height: 64px;
    padding: 10px 20px;
}

.menu-toogle, .search-toogle {
    background: 0;
    color: var(--color-on-surface);
}

.navbar-content {
    padding: 20px;
    border-radius: 0 0 3px 3px;
}

#nav li a:after, #nav li a:before {
    display: none;
}

#nav li.menu-item-has-children > a {
    padding-right: 22px;
    border-radius: 5px 5px 0 0;
    padding-bottom: 8px;
}

#nav li li > a {
    border-left: 5px solid transparent;
    color: var(--color-nav-link);
}

#nav li li.current-menu-item > a, #nav li li:hover > a {
    border: none;
}

#nav li ul li a:hover {
    color: var(--color-nav-link-hover);
}

#nav > ul > li:hover.menu-item-has-children:after {
    color: var(--color-text-secondary);
}

#nav li li:hover.menu-item-has-children:after {
    color: var(--color-nav-link-hover);
}

#nav li li:last-child a {
    color: var(--color-nav-link);
}

#nav li li:last-child a:hover {
    color: var(--color-gray-85);
}

#search-box input::placeholder {
    color: var(--color-text-muted);
}

.search-star a {
    display: inline-block;
    padding: 4px 6px;
    margin: 2px;
    background: var(--color-bg-card);
    color: var(--color-text-light);
    cursor: pointer;
    border-radius: 3px;
}

h1.title, h2.title, h4.title {
    border: none;
    align-items: center;
}

h1.title span, h2.title span, h4.title span {
    color: var(--color-text-light);
    border-bottom: none;
    border: none;
    font-weight: 700;
    font-size: 26px;
    padding-right: 10px;
}

.title_button {
    background: var(--color-bg-surface);
    border-radius: 3px;
    padding: 6px 9px;
    font-size: 10px;
    color: var(--color-text-light);
    vertical-align: text-top;
}

.title_button:hover {
    text-decoration: none;
    background: var(--color-primary);
    color: var(--color-on-primary);
}

.settings-menu {
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    text-decoration: none;
    background: var(--color-bg-surface);
    border: 0;
    overflow: hidden;
    border-top: 0;
    text-transform: uppercase;
    margin: 0;
    margin-right: 20px;
    border-radius: 5px;
    padding: 0;
}

.settings-menu ul li a {
    display: block;
    color: var(--color-text-muted);
    padding: 10px 14px;
    text-decoration: none;
    overflow: hidden;
}

.settings-menu ul li.active a, .settings-menu ul li a:hover {
    color: var(--color-text);
}

.settings-menu .top {
    border-bottom: 1px solid var(--color-border);
    padding: 14px;
    margin-bottom: 10px;
}

.settings-menu li:last-child {
    background: var(--color-bg-deep);
}

.page-settings h2 {
    padding: 8px 0;
}

.page-settings table {
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.page-settings table th, .page-settings table td {
    font-size: 15px;
    border: 0;
}

.page-settings table thead th, .page-settings table thead td {
    background: var(--color-bg-deep);
    color: var(--color-text);
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
}

.page-settings table tbody td {
    background: var(--color-bg-surface);
    font-size: 14px;
    color: var(--color-text-muted);
    font-weight: 700;
    padding: 15px;
    vertical-align: middle;
}

.page-settings table tbody tr:nth-child(even) td {
    background: var(--color-bg-overlay);
}

.page-settings table .button {
    padding: 1px 30px;
    height: auto;
    margin: 0;
}

.page-settings .payment_status {
    display: inline-block;
    border-radius: 50px;
    padding: 4px 10px;
    background: var(--color-bg-deep);
    color: var(--color-white);
    min-width: 90px;
    text-align: center;
}

.page-settings .payment_status.success {
    background: var(--color-success-darker);
}

.page-settings .payment_status.delayed {
    background: var(--color-warning-dark);
}

.page-settings .payment_status.pending {
    background: var(--color-warning-dark);
}

.page-settings .payment_status.resolved {
    background: var(--color-success-darker);
}

.page-settings .payment_status.refunded, .page-settings .payment_status.failed {
    background: var(--color-error-black);
}

.mylist-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 0;
}

.mylist-header .title {
    margin-bottom: 0;
}

.mylist-header-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    flex-shrink: 0;
}

.mylist-type-filter,
.mylist-compact-view {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    flex-shrink: 0;
}

.mylist-type-filter-dropdown {
    position: relative;
    width: 100%;
}

.mylist-type-filter-toggle,
.mylist-compact-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 140px;
    max-width: 170px;
    min-height: 38px;
    padding: 0 12px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-text);
    background: var(--color-bg-surface);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.mylist-type-filter-toggle {
    position: relative;
    padding-right: 28px;
}

.mylist-type-filter-toggle::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-right: 2px solid var(--color-text-muted);
    border-bottom: 2px solid var(--color-text-muted);
    transform: rotate(45deg);
    transition: transform 0.2s ease, margin 0.2s ease;
    pointer-events: none;
}

.mylist-type-filter.is-open .mylist-type-filter-toggle::after {
    margin-top: -1px;
    transform: rotate(-135deg);
}

.mylist-type-filter-toggle:hover,
.mylist-type-filter.is-open .mylist-type-filter-toggle {
    border-color: var(--color-primary-muted);
}

.mylist-compact-toggle:hover:has(.mylist-compact-switch:hover) {
    border-color: var(--color-primary-muted);
}

.mylist-type-filter.has-filter .mylist-type-filter-toggle,
.mylist-compact-view.is-active .mylist-compact-toggle {
    border-color: var(--color-primary-muted);
    background: rgba(68, 59, 109, 0.18);
}

.mylist-type-filter-current,
.mylist-compact-toggle-content {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    flex: 1;
}

.mylist-type-filter-value,
.mylist-compact-toggle-value {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mylist-compact-toggle {
    cursor: default;
}

.mylist-compact-toggle-content {
    pointer-events: none;
}

.mylist-compact-switch {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    padding: 0;
}

.mylist-compact-switch input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.mylist-compact-slider {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    background: var(--color-border);
    border-radius: 22px;
    transition: background 0.3s;
    flex-shrink: 0;
}

.mylist-compact-slider:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 3px;
    background: var(--color-on-primary);
    border-radius: 50%;
    transition: transform 0.3s;
}

.mylist-type-filter-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 100%;
    margin: 0;
    padding: 4px;
    list-style: none;
    background: var(--color-bg-surface);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    box-shadow: 0 8px 24px var(--overlay-black-shadow);
    z-index: 120;
}

.mylist-type-filter-option {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 9px 10px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-text-muted);
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    transition: color 0.2s ease, background 0.2s ease;
}

.mylist-type-filter-option-label {
    flex: 1;
    min-width: 0;
    font-weight: 700;
}

.mylist-type-filter-option:hover,
.mylist-type-filter-option:focus {
    outline: none;
    color: var(--color-text);
    background: rgba(255, 255, 255, 0.04);
}

.mylist-type-filter-option.is-active {
    color: var(--color-text);
    background: rgba(68, 59, 109, 0.22);
}

.mylist-compact-switch input:checked + .mylist-compact-slider {
    background: var(--color-primary);
}

.mylist-compact-switch input:checked + .mylist-compact-slider:before {
    transform: translateX(18px);
}

.compact-layout-content,
.mylist-content {
    position: relative;
}

.compact-layout-content.is-loading,
.mylist-content.is-loading {
    pointer-events: none;
    min-height: 140px;
}

.compact-layout-content.is-loading > :not(.mylist-loading),
.mylist-content.is-loading > :not(.mylist-loading) {
    opacity: 0.35;
    transition: opacity 0.2s ease;
}

.mylist-loading {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    padding-top: 24px;
    pointer-events: none;
}

.mylist-loading[hidden] {
    display: none !important;
}

.mylist-loading-spinner {
    width: 30px;
    height: 30px;
    border: 3px solid rgba(105, 90, 172, 0.22);
    border-top-color: var(--color-primary-muted);
    border-radius: 50%;
    animation: mylist-loading-spin 0.75s linear infinite;
}

@keyframes mylist-loading-spin {
    to {
        transform: rotate(360deg);
    }
}

.compact-layout-content .movie-preview-content:hover,
.compact-layout-content .existing_item.movie-preview-content:hover,
.compact-layout-content .normal_item .movie-preview-content:hover {
    background: none;
    box-shadow: none;
    position: static;
    z-index: auto;
    padding-bottom: 8px;
    transform: none;
    transition: none;
}

.mylist-menu {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    gap: 6px;
    margin: 4px 0 20px;
    padding: 0;
    border-bottom: 1px solid var(--color-border);
}

.mylist-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 18px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-text-secondary);
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.mylist-tab:hover {
    color: var(--color-text);
    text-decoration: none;
}

.mylist-tab.active {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

.mylist-tab .icon {
    font-size: 17px;
    line-height: 1;
    opacity: 0.9;
}

.mylist-tab.active .icon {
    opacity: 1;
}

.mylist-tab .mylist-info {
    font-size: 16px;
    line-height: 1.3;
}

.keremiya-pagenavi span, .navigation a {
    text-shadow: none;
    box-shadow: none;
    border: none;
    background: var(--color-bg-surface);
    color: var(--color-text-light);
}

.keremiya-pagenavi .expand, .keremiya-pagenavi .navileft a, .keremiya-pagenavi .naviright a {
    opacity: 1;
    background: var(--color-bg-surface);
    color: var(--color-text-light);
    cursor: pointer;
}

.keremiya-pagenavi .expand:hover, .keremiya-pagenavi:hover .navileft a:hover, .keremiya-pagenavi:hover .naviright a:hover {
    background: var(--color-bg-card);
}

.notify-list .profile li:last-child {
    background: 0;
}

.menu-user .user-my-account {
    background: var(--color-bg-surface);
    border-bottom: 0;
    border-radius: 5px;
}

#nav > ul > li.current-menu-item > a {
    color: var(--color-gray-80);
}

#nav > ul > li > a:hover {
    color: var(--color-text-secondary);
}

.login-form .lost-password a {
    color: var(--color-border-subtle);
}

.single-content.c-sidebar.list-categories {
    border-radius: 3px;
    box-shadow: none;
}

.tags a:hover {
    background: var(--color-border-divider);
    color: var(--color-text-light);
}

.button.edit {
    background: var(--color-text-subtle);
    color: var(--color-white);
    border-color: var(--color-text-subtle);
    text-decoration: none;
}

.button.fke {
    background: var(--color-primary);
    color: var(--color-on-primary);
    font-weight: 700;
    border: 0;
    width: 100%;
    text-align: center;
    max-width: 360px;
    padding: 12px 35px;
    height: auto;
    font-size: 18px;
    margin-top: 20px;
}

.actionnow {
    width: 100%;
    position: relative;
    margin: 20px auto;
    max-width: 970px;
}

.actionnow .button {
    background: var(--color-success-dark);
    color: var(--color-white);
    font-weight: 700;
    border: 0;
    padding: 30px;
    margin: 0;
    font-size: 20px;
    height: auto;
    border-radius: 5px;
    width: calc(50% - 5px);
    text-align: center;
}

.actionnow .button:first-child {
    margin-right: 6px;
}

.actionnow .button:hover {
    background: var(--color-success-forest);
}

.button.big {
    color: var(--color-text-light);
    font-size: 20px;
    line-height: 25px;
    height: auto;
    width: 32%;
    text-align: center;
    margin-right: 5px;
}

.downep {
    margin: 15px 0 0;
    color: var(--color-white);
    float: left;
    margin-left: 5px;
    background: var(--color-accent-magenta);
    padding: 8px 10px;
    border: 2px solid var(--color-white);
    font-weight: 700;
    font-size: 11px;
}

.downep:hover {
    color: var(--color-white);
    text-decoration: none;
}

.button:hover.arrow-bottom:after {
    color: var(--color-on-primary);
}

.tab-buttons .tab:last-child {
    border-radius: 0 5px 5px 0;
}

.comment-form-email {
    width: 100%;
    padding-top: 5px;
}

.comment-form-author {
    margin-right: 2px;
    padding-top: 5px;
    width: 100%;
}

.postTabs_list {
    border-radius: 5px 5px 0 0;
    margin-left: -10px;
    margin-right: -10px;
}

.postTabs_parts {
    width: 100%;
}

.postTabs_parts li a {
    box-shadow: none;
    background: var(--color-border-divider);
    color: var(--color-on-surface);
    opacity: 1;
}

.postTabs_parts li.postTabs_curr a .watched.icon-ok {
    background: var(--color-primary-deeper);
    color: var(--color-on-primary);
}

.postTabs_parts li.postTabs_curr a {
    background: var(--color-primary);
    color: var(--color-on-primary);
    opacity: 1;
}

.postTabs_season {
    color: var(--color-text-muted);
    border-bottom: 3px solid var(--color-border);
}

.postTabs_season:hover,
.postTabs_season.active {
    color: var(--color-on-surface);
}

.postTabs_season.active {
    border-bottom: 3px solid var(--color-primary);
    box-shadow: none;
}

.postTabs_season.yes {
    color: var(--color-text-muted);
    opacity: .5;
}

.postTabs_parts li.postTabs_curr a:hover {
    background: var(--color-primary);
}

.postTabs_parts li a:hover {
    background: var(--color-primary);
    color: var(--color-on-primary);
}

.postTabsLinks .watched.icon-ok, .postTabs_season .watched_season.icon-ok {
    background: transparent;
    color: var(--color-on-surface);
}

.postTabsLinks.yes .watched.icon-ok, .postTabs_season.yes .watched_season.icon-ok {
    background: var(--color-primary);
    color: var(--color-on-primary);
}

.postTabsLinks.yes {
    color: var(--color-text-muted);
    opacity: .5;
}

.popup li:active, .popup li:hover {
    background: var(--color-bg-card);
}

.single-content > .info-right > ul {
    display: inline-block;
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
}

.single-content > .info-right > ul li {
    float: left;
    margin-right: 6px;
    background: var(--color-gray-150);
    font-weight: 200;
    border: 2px solid var(--color-white);
}

.single-content > .info-right > ul li:hover {
    border: 2px solid var(--color-gold-bright);
}

.single-content > .info-right > ul li a {
    text-decoration: none;
    padding: 12px;
    display: inline-block;
    color: var(--color-bg-darker);
}

.video-container iframe {
    width: 100%;
    position: inherit;
    height: 100%;
}

#postContent {
    position: relative;
    background: var(--color-border-subtle) url(/wp-content/themes/keremiya1/images/spinner2.gif) center no-repeat;
}

.select-video-info {
    font-weight: 700;
    font-size: 18px;
    color: var(--color-on-surface);
    text-align: center;
    padding: 50px;
    height: 100%;
    box-sizing: border-box;
    background: var(--color-border-subtle);
}

.movie-video-info {
    position: absolute;
    font-weight: 700;
    color: var(--color-text-light);
    text-align: center;
    padding: 50px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: var(--color-border-subtle);
}

#nav > ul > li:not(:last-child) {
    margin-right: 2px;
}

#nav > ul > li.menu-item-has-children:hover > a {
    border-radius: 5px 5px 0 0;
}

.new-social {
    float: right;
    height: 20px;
    margin: 5px -10px;
}

.new-social li {
    float: left;
    margin-right: 10px;
}

.profile-left .title span {
    color: var(--color-text-light);
}

.user-area .login, .user-area .register {
    position: relative;
    height: auto;
    line-height: 18px;
    padding: 8px 20px;
    margin-left: 10px;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    user-select: none;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid var(--color-accent-purple);
    background: 0;
    color: var(--color-accent-purple);
    transition: 0.3s;
    text-decoration: none;
}

.user-area .login {
    background: var(--color-primary);
    color: var(--color-on-primary);
    border-color: var(--color-primary);
}

.user-area .login:hover, .user-area .register:hover {
    border: 1px solid var(--color-primary-dark);
    background: var(--color-primary-dark);
    color: var(--color-on-primary);
    transition: 0.3s;
}

button:disabled, input:disabled, textarea:disabled {
    opacity: 0.5;
    background: none repeat scroll 0 0 var(--overlay-white-faint);
    color: var(--color-text-heading);
}

#at-custom-sidebar {
    box-shadow: none;
    background: 0 0;
}

.anw {
    color: var(--color-on-surface);
}

.KR-footer g {
    background: var(--color-success-olive);
    border-radius: 5px;
    padding: 6px 10px;
    margin-right: 5px;
    color: var(--color-white);
    display: inline-block;
    margin-bottom: 10px;
}

.movie-preview-content > a {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: var(--color-white);
    font-family: Sans-serif, arial;
    font-weight: 700;
    background: var(--color-success-dark);
    background-size: 600% 600%;
    border-radius: 0 0 4px 4px;
}

.movie-preview-content .existing-details {
    display: none;
}

.movie-reactions {
    bottom: 0;
    height: 26px;
    width: 100%;
    position: absolute;
    background: var(--color-black);
    z-index: 3;
    opacity: 0.5;
}

.movie-reactions.moviepage {
    opacity: 1;
    width: 100%;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(0deg, var(--color-black) 0, var(--overlay-transparent) 100%);
    padding-top: 50px;
}

.movie-preview:hover .movie-reactions {
    opacity: 1;
}

.movie-reactions .reaction, .movie-reactions .favorite {
    width: 25%;
    text-align: center;
    padding: 4px 0;
    float: left;
    font-size: 0;
    cursor: pointer;
}

.movie-reactions .reaction span, .movie-reactions .favorite span {
    font-size: 13px;
    color: var(--color-white);
}

.movie-reactions .addto-later.active span {
    color: var(--color-accent-green);
}

.movie-reactions .addto-seen.active span {
    color: var(--color-link-blue);
}

.movie-reactions .addto-dislike.active span {
    color: var(--color-error-brown);
}

.movie-reactions .favorite.active span {
    color: var(--color-gold-bright);
}

.single-content > ul, .video-container > ul {
    list-style: none;
    width: 100%;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
}

.single-content > ul li:first-child, .video-container > ul li:first-child {
    margin-right: 20px;
}

.single-content > ul li, .video-container > ul li {
    float: left;
    width: 400px;
}

.single-content > ul li a, .video-container > ul li a {
    padding: 20px;
    display: block;
    text-decoration: none;
    color: var(--color-on-primary);
    font-family: Sans-serif, arial;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    background: var(--color-primary);
    background-size: 400% 400%;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    border-radius: 4px;
}

.single-content > ul li a:hover, .video-container > ul li a {
    background: var(--color-bg-surface);
    color: var(--color-on-surface);
    border-color: var(--color-text-subtle);
    text-decoration: none;
}

.closeModal {
    position: absolute;
    right: -12px;
    background: var(--color-black);
    color: var(--color-white);
    border-radius: 30px;
    padding: 5px 9px;
    line-height: 14px;
    top: -12px;
}

.closeModal:hover {
    color: var(--color-gray-270);
}

#splash-message {
    display: none;
}

#rememberme {
    width: 15px;
    float: right;
    margin: 0 5px;
}

.forgotpass {
    font-size: 14px;
    margin: 5px 0;
    display: inline-block;
}

.slider-content {
    padding-top: 10px;
}

.slider-content .owl-carousel.normal {
    width: calc(100% + 18px);
    margin-left: -9px;
}

.postTabs_season > .watched_season {
    padding: 4px;
    margin: 0;
    cursor: pointer;
    border-radius: 20px;
    color: var(--color-on-surface);
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
    float: right;
}

.postTabsLinks > .watched:before, .postTabs_season > .watched_season:before {
    margin: 0;
}

.postTabsLinks > .watched {
    float: right;
    padding: 4px;
    margin: -3px -6px;
    cursor: pointer;
    border-radius: 20px;
    color: var(--color-on-surface);
    font-size: 11px;
    line-height: 11px;
}

.epinav {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

.epinav > h2 {
    color: var(--color-on-primary);
    background: var(--color-primary);
    padding: 10px 14px;
    font-weight: 700;
    font-size: 11px;
    border-radius: 20px;
    margin: 0;
}

.epibtn {
    cursor: pointer;
    color: var(--color-white);
    background: var(--color-error-mid);
    padding: 10px 14px;
    font-weight: 700;
    font-size: 11px;
    font-family: "GothamPro";
    border-radius: 20px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.epibtn.caption_rate_button {
    background: var(--color-gold-bright);
    color: var(--color-bg-near-black);
}

.epinav > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 6px;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 auto;
}

.epinav > ul li {
    font-weight: 200;
    display: flex;
    align-items: stretch;
}

.epinav > ul li:empty {
    display: none;
}

.epinav > ul li > a {
    text-decoration: none;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-on-primary);
    font-weight: 700;
    font-size: 11px;
    background: var(--color-primary);
    border-radius: 20px;
    box-sizing: border-box;
    white-space: nowrap;
}

.epinav > ul li > a.episode.is-disabled {
    background: var(--color-primary-darker);
    color: var(--color-on-primary);
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}

.epi-switch {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    background: var(--color-primary-darker);
    border: 1px solid var(--color-primary-deeper);
    border-radius: 20px;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
}

.epi-switch-opt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 11px;
    border: 0;
    margin: 0;
    background: transparent;
    color: var(--color-on-primary);
    font-weight: 700;
    font-size: 11px;
    font-family: "GothamPro", sans-serif;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 16px;
    opacity: 0.55;
    box-shadow: none;
    transition: background 0.18s ease, opacity 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.epi-switch-opt:hover {
    opacity: 0.85;
}

.epi-switch-opt.is-active {
    opacity: 1;
    background: var(--color-primary);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.epi-switch-opt.is-active.on {
    background: var(--color-accent-green);
}

.epi-switch-opt.is-active.off {
    background: var(--color-error-brown);
}

.airplay-switch .epi-switch-opt.is-active.on,
.airplay-switch .epi-switch-opt.is-active.off {
    background: var(--color-primary-muted);
}

.epi-switch-opt svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    fill: currentColor;
}

.fav-add {
    position: relative;
    display: inline-block;
    margin: 2px 0 8px;
    z-index: 6;
}

.fav-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    border: 1px solid var(--color-primary-deeper);
    background: rgba(68, 59, 109, 0.42);
    color: var(--color-on-primary);
    font-weight: 700;
    font-size: 12px;
    font-family: "GothamPro", sans-serif;
    line-height: 1;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    border-radius: 20px;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.fav-add-btn:hover {
    background: rgba(68, 59, 109, 0.7);
    border-color: var(--color-primary);
}

.fav-add-btn.is-saved {
    background: rgba(255, 193, 7, 0.14);
    border-color: var(--color-gold-bright);
    color: var(--color-gold-bright);
}

.fav-add-btn.is-saved:hover {
    background: rgba(255, 193, 7, 0.24);
    border-color: var(--color-gold-bright);
}

.fav-add-caret {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: currentColor;
    margin-right: -4px;
    transition: transform 0.18s ease;
}

.fav-add.is-open .fav-add-caret {
    transform: rotate(180deg);
}

.fav-add-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 230px;
    padding: 4px;
    background: var(--color-bg-surface);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    box-shadow: 0 8px 24px var(--overlay-black-shadow);
    z-index: 120;
}

.fav-add.is-open .fav-add-menu {
    display: block;
}

.fav-add-sep {
    height: 6px;
}

.fav-add-hint {
    padding: 7px 10px 5px;
    color: var(--color-text-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.fav-add-opt {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 9px 10px;
    border: 0;
    background: transparent;
    color: var(--color-text-muted);
    font-weight: 700;
    font-size: 13px;
    font-family: inherit;
    line-height: 1.2;
    cursor: pointer;
    text-align: left;
    border-radius: 8px;
}

.fav-add-opt:hover,
.fav-add-opt:focus {
    color: var(--color-text);
    background: rgba(255, 255, 255, 0.04);
}

.fav-add-opt.is-active {
    color: var(--color-text);
    background: rgba(68, 59, 109, 0.22);
}

.fav-add-opt > span:first-child {
    width: 14px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .epinav > h2,
    .epinav > .epibtn {
        flex: 1 1 calc(50% - 6px);
        min-width: calc(50% - 6px);
    }

    .epinav > ul {
        flex: 1 1 100%;
        margin-left: 0;
        width: 100%;
    }

    .epinav > ul > li {
        flex: 1 1 calc(50% - 6px);
        min-width: calc(50% - 6px);
    }

    /* No cast: autoplay full width; prev/next stay paired on the next row */
    .epinav > ul > li.autoplay_holder {
        flex: 1 1 100%;
        min-width: 100%;
    }

    /* Cast visible: cast + autoplay share one row */
    .epinav > ul > li.airplay_holder:not(:empty) + li.autoplay_holder {
        flex: 1 1 calc(50% - 6px);
        min-width: calc(50% - 6px);
    }

    .epinav > ul > li > a,
    .epinav > .epibtn,
    .epi-switch {
        width: 100%;
    }

    .epi-switch-opt {
        flex: 1 1 0;
        padding: 8px 6px;
        font-size: 10px;
    }

    .fav-add-menu {
        max-width: calc(100vw - 24px);
    }
}

.likebtns {
    overflow: hidden;
    float: left;
    margin: 15px 0 0;
}

.inlinelike {
    display: inline-block;
    height: 27px;
    width: 250px;
    overflow: hidden;
    margin: 5px -2px;
}

.source-button {
    display: none;
}

.fix-film-v2_item {
    margin-left: -9px;
    margin-right: -9px;
}

.movie-poster .movie-release {
    font-weight: 400;
    padding: 55px 22px 10px;
    opacity: 0.5;
    top: inherit;
    bottom: 26px;
    left: 0;
    transition: all 0.3s ease 0;
    width: auto;
    display: inline-block;
    background: linear-gradient(0deg, var(--color-black) 0, var(--overlay-transparent) 100%);
    right: 0;
    color: var(--color-white);
    height: auto;
}

.movie-poster span.movie-release .icon-star {
    color: var(--color-warning-orange);
}

.movie-preview:hover .movie-release {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0;
}

.single-content .ribbonholder .ribbon {
    top: 0;
}

.series-preview-content.watched {
    background: var(--color-bg-purple-tint);
}

.series-preview-content.watched .movie-release,
.movie-preview-content.watched .movie-release {
    color: var(--color-success);
}

.header-menu-bottom-ads {
    margin-bottom: 15px;
    margin-top: -10px;
}

.footer > a {
    position: fixed;
    right: -46835px;
}

.postTabs_list h3 {
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.icon-scroll {
    cursor: pointer;
    width: 40px;
    height: 70px;
    box-shadow: inset 0 0 0 1px var(--color-black);
    border-radius: 25px;
    margin: -50px auto 0;
}

.icon-scroll:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--color-black);
    margin-left: 16px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

.animate-blink {
    animation: blink 1.33s ease-out infinite;
}

.report_form, .caption_rate_form {
    width: 580px;
    height: fit-content;
    background: var(--color-bg-surface);
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    padding: 10px;
    max-width: 100%;
    box-sizing: border-box;
}

.report_back, .caption_rate_back {
    width: 100%;
    height: 100%;
    background: var(--overlay-black-dark);
    position: fixed;
    z-index: 99998;
}

.report_form .reasons, .caption_rate_form .reasons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.caption_rate_form .reasons {
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    text-align: center;
}

.report_form textarea, .caption_rate_form textarea {
    height: 65px;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    background: var(--color-border-alt);
    font-family: 'GothamPro';
}

.report_form g, .caption_rate_form g {
    cursor: pointer;
    padding: 14px 10px;
    background: var(--color-primary);
    display: inline-block;
    border-radius: 2px;
    color: var(--color-on-primary);
    font-family: 'GothamPro';
    font-size: 12px;
}

.caption_rate_form g {
    background: var(--color-gray-480);
}

.report_form g:hover, .caption_rate_form g:hover {
    background: var(--color-primary-dark);
}

.report_form .send_report, .caption_rate_form .send_report {
    padding: 10px 15px;
    text-align: center;
    width: 170px;
    text-shadow: 0 1px 2px var(--overlay-black-40);
    outline: 0;
    font-size: 15px;
    font-weight: 700;
    background: green;
    float: right;
    margin-top: 10px;
}

.report_form g.selection.selected {
    background: var(--color-danger);
}

.caption_rate_form g.selection.selected {
    background: var(--color-gold-bright);
}

.report_info, .caption_rate_info {
    font-weight: 700;
    font-size: 23px;
    line-height: 24px;
}

.report_info i, .caption_rate_info i {
    font-size: 15px;
}

.notify-list {
    max-height: 300px;
    overflow-y: auto;
    text-transform: none;
}

.user-my-account .notify-list .profile > li > a {
    display: flex;
    color: var(--color-text-secondary);
    padding: 4px 14px;
    text-decoration: none;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: normal;
    transition: 0.3s;
}

.notify-list .profile > li > a.unread {
    background: var(--color-border);
    transition: 0.3s;
}

.notify-list .profile img {
    width: 35px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.notify-list .profile .serie {
    font-weight: 700;
    font-size: 15px;
}

.notify-list .profile .episode {
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
}

.notify-count {
    background: var(--color-warning-deep);
    color: var(--color-white);
    border-radius: 50px;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    font-weight: 700;
    width: 17px;
    height: 17px;
    text-align: center;
    border: 2px solid var(--color-bg-card);
}

.notify-count.menu {
    position: absolute;
    top: 14px;
    right: 6px;
}

.menu-toogle.active .notify-count.menu {
    display: none;
}

.notify-list::-webkit-scrollbar {
    width: 4px;
}

.notify-list::-webkit-scrollbar-thumb {
    background: var(--color-text);
    border-radius: 5px;
}

#navbar::-webkit-scrollbar {
    width: 4px;
}

#navbar::-webkit-scrollbar-thumb {
    background: var(--color-text);
    border-radius: 5px;
}

.dialogback {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--overlay-black-half);
    position: fixed;
    z-index: 999998;
}

.dialogbox {
    width: calc(100% - 40px);
    height: max-content;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color-white);
    z-index: 999999;
    margin: auto;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 125px 1px var(--overlay-black-strong);
    -moz-box-shadow: 0 0 125px 1px var(--overlay-black-strong);
    box-shadow: 0 0 125px 1px var(--overlay-black-strong);
    font-size: 15px;
    padding: 26px;
    box-sizing: border-box;
    font-family: noto sans, arial, helvetica, sans-serif;
    max-width: 460px;
    max-height: 120px;
}

.dialogbox b {
    float: right;
    color: var(--color-link-legacy);
    font-weight: 100;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
}


.series-preview.res_item .series-preview-content img {
    height: 50px;
}

.errorMsg {
    background: var(--color-text-subtle);
    border-radius: 3px;
    padding: 10px;
    line-height: 25px;
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

.footer.wrapper {
    max-width: 1300px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 30px 10px;
    border-top: 0;
    margin-top: 0;
    border-radius: 0;
}

#footer .info {
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    color: var(--color-text-muted);
    padding-right: 160px;
}

#footer .menu {
    min-width: 130px;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
    font-size: 12px;
}

#footer .menu .menutitle {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text);
}

#footer .menu li {
    margin-top: 10px;
}

#footer .logo {
    margin-bottom: 15px;
    color: var(--color-text);
}

#footer g.logo-text {
    color: inherit;
}

.result_container {
    display: none;
    position: absolute;
    width: 600px;
    top: 420px;
    left: 660px;
    background: var(--color-border-divider);
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 99;
}

.result_container img {
    height: 48px;
    width: 32px;
}

.result_container .image {
    display: inline-block;
    width: 40px;
}

.result_container .details {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 11px;
    line-height: 16px;
    width: calc(100% - 40px);
    color: var(--color-text-light);
}

.result_container .details h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.result_container .item {
    cursor: pointer;
    padding: 7px 5px;
    box-sizing: border-box;
}

.result_container .item:nth-child(even) {
    background: var(--color-bg-surface);
}

.result_container .item:hover {
    background: var(--color-bg-card);
}

.smallinfo {
    border-radius: 3px;
    background: var(--color-text-light);
    color: var(--color-bg-card);
    font-weight: 700;
    font-size: 12px;
    padding: 3px 5px;
}

.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99998;
    max-width: 100%;
    width: 800px;
    height: 450px;
    margin-left: -400px;
    margin-top: -225px;
    background: var(--color-black);
}

.trailer .close {
    position: absolute;
    right: -40px;
    font-size: 25px;
    z-index: 99998;
    cursor: pointer;
}

.trailer iframe {
    width: 100%;
    height: 100%;
}

.openTrailer {
    width: 100%;
    text-align: center;
    padding: 8px;
}

.trailerBack {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99997;
}

.sup {
    position: relative;
    top: -0.4em;
    font-size: 80%;
}

.tvcalendar .info {
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    box-sizing: border-box;
    width: auto;
    margin: 15px 3px 5px;
}

.tvcalendar .weekday {
    margin-top: 10px;
    display: inline-block;
    width: 16.666667%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 3px;
}

.tvcalendar .weekday .bg {
    border-radius: 5px;
    background: var(--color-bg-surface);
    overflow: hidden;
}

.tvcalendar .weekday .title {
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
    color: var(--color-text-alt);
}

.tvcalendar .weekday .title small {
    float: right;
    font-size: 12px;
    line-height: 16px;
}

.tvcalendar .serie {
    font-size: 11px;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0;
    background: var(--color-bg-card);
}

.tvcalendar .serie img {
    display: inline-block;
    max-width: 30px;
    vertical-align: top;
}

.tvcalendar .serie .details {
    display: inline-block;
}

.tvcalendar .weekday.today .bg {
    background: var(--color-primary-surface);
}

.tvcalendar .weekday.today .bg .title {
    color: var(--color-text-nav);
    font-weight: 700;
}

.tvcalendar .series-preview:nth-child(odd) .series-preview-content {
    background: var(--color-gray-750);
}

.tvcalendar .series-preview:nth-child(even) .series-preview-content {
    background: var(--color-bg-item);
}

.tvcalendar .series-preview.published .series-preview-content {
    background: var(--color-success-deep);
}

.tvcalendar .series-title {
    font-size: 14px;
    color: var(--color-on-surface);
    height: 25px;
}

.tvcalendar .movie-release {
    color: var(--color-on-surface);
}

.tvcalendar .movie-release.published {
    display: block;
}

.tvcalendar .fix-series_item {
    margin: 0;
}

.tvcalendar .series-preview {
    margin: 0;
    font-size: 0;
}

.tvcalendar .series-preview a {
    width: 100%;
    display: inline-block;
}

.tvcalendar .series-preview.small_item .series-preview-content {
    margin: 0;
    border-radius: 0;
    padding: 3px;
    overflow: hidden;
    position: relative;
}

.tvcalendar .series-preview .series-preview-content img, .tipsy .movie-specials img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    height: auto;
    opacity: 0.1;
}

.tipsy .movie-specials .movie-release {
    height: auto;
}

.tvcalendar .series-preview.small_item .series-details {
    width: 100%;
}

.tipsy.kepsy {
    overflow: hidden;
}

.greeninfo {
    color: var(--color-success-bright);
}

.newbox {
    color: var(--color-text-nav);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 3px;
    background: red;
    border-radius: 3px;
    display: inline-block;
    line-height: 12px;
    margin-left: 4px;
    vertical-align: text-bottom;
}

.newbox.sup {
    position: absolute;
    top: -6px;
    right: -8px;
}

.cnotice {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--color-success-muted);
    padding: 5px 10px;
    color: var(--color-white);
    z-index: 1;
    border-radius: 0 0 0 5px;
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
}

.cnotice:hover {
    color: var(--color-white);
    text-decoration: none;
}

.cnotice_holder {
    position: relative;
}

.topinfo {
    background: var(--color-warning-rust);
    border-radius: 3px;
    padding: 10px;
    line-height: 20px;
    color: var(--color-white);
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
    margin: 0 auto 10px;
    font-weight: 700;
}

.topinfo g {
    background: var(--color-success-dark);
    padding: 4px 6px;
    border-radius: 0 5px 5px 0;
    margin-left: -10px;
}

.twitter-btn {
    height: 28px;
    border-radius: 4px;
    padding: 1px 10px 1px 9px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    position: relative;
    box-sizing: border-box;
    background-color: var(--color-link-sky);
    color: var(--color-white);
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
    line-height: 26px;
}

.twitter-btn:hover {
    background-color: var(--color-link-deep);
    color: var(--color-white);
}

.twitter-btn i {
    top: 2px;
    height: 14px;
    width: 14px;
    position: relative;
    display: inline-block;
    background: transparent 0 0 no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E");
}

.twitter-btn .label {
    margin-left: 4px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

.premiumOverlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: var(--color-bg-card);
}

.premiumOverlay:before {
    content: "";
    background: linear-gradient(var(--color-bg-card) 0, var(--overlay-transparent) 100%);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
}

.premiumOverlay:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(var(--overlay-transparent)), to(var(--color-bg-card)));
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
}

.premiumOverlay img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
    opacity: 0.4;
    filter: blur(20px);
}

.premiumInfo {
    font-size: 40px;
    color: var(--color-white);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    width: 100%;
    text-shadow: 0 0 10px var(--color-bg-card);
    padding: 10px;
    box-sizing: border-box;
}

.premiumInfo .msg {
    font-size: 52px;
    color: var(--color-gray-280);
    text-shadow: 1px 1px var(--color-border-nav);
    font-weight: 700;
    padding: 0;
    text-align: center;
    font-family: "Nato Sans", arial, helvetica, sans-serif;
}

.premiumInfo .msg p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 20px;
    color: var(--color-gray-300);
    max-width: 800px;
    margin: 0 auto;
}

#content .premiumInfo .home-buttons {
    margin-bottom: 0;
    grid-template-columns: repeat(auto-fit, minmax(100px, 2fr));
}

.premiumOverlay .premiumButton {
    display: inline-block;
    background: var(--color-yellow-alt);
    color: var(--color-bg-card);
    text-shadow: none;
    border-radius: 50px;
    padding: 25px 55px;
    height: auto;
    margin-top: 30px;
    font-size: 17px;
    line-height: 16px;
    font-weight: 700;
    transition: 0.3s;
}

.premiumOverlay .premiumButton:hover {
    background: var(--color-accent-yellow-green);
    text-decoration: none;
    transition: 0.3s;
}

.premiumOverlay .smallButton {
    font-size: 13px;
    color: var(--color-gray-400);
}

.premiumBanner .desktop {
    position: relative;
    height: 0;
    padding-bottom: 18.4%;
}

.premiumBanner .mobile {
    display: none;
    position: relative;
    height: 0;
    padding-bottom: 45.6%;
}

.premiumBanner img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.soft-info {
    padding: 10px 15px;
    background-color: var(--color-yellow-alt);
}

.soft-info p {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--color-white);
    text-align: center;
    font-family: "GothamPro";
}

@media only screen and (max-width: 640px) {
    .soft-info p {
        text-align: left;
    }
}

.removeInfoBar {
    float: right;
    cursor: pointer;
}

.createaccount {
    text-align: center;
    font-size: 17px;
    max-width: 245px;
    margin: 20px auto;
    line-height: 20px;
}

.nya-ann {
    background: url(/wp-content/themes/keremiya1/images/christmas-bg.svg) var(--color-error-rose) no-repeat;
    font-family: noto sans, sans-serif;
    width: 1300px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 5px;
    display: flex;
    position: relative;
    max-width: calc(100% - 60px);
    box-sizing: border-box;
    margin-bottom: 20px;
    min-height: 220px;
}

.nya-ann_title {
    color: var(--color-white);
    font-weight: 600;
    font-size: 44px;
    letter-spacing: 0;
    text-shadow: 0 1px var(--color-black);
}

.nya-ann_text {
    color: var(--color-white);
    margin-top: 10px;
    line-height: 22px;
    margin-bottom: 16px;
    font-size: 16px;
}

.nya-ann_text:after {
    display: block;
    width: 65px;
    margin-top: 25px;
}

.nya-ann-left {
    float: left;
    z-index: 1;
}

.nya-ann-right {
    float: right;
}

.nya-ann_btn a {
    background: var(--color-white);
    color: var(--color-error-fire);
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 3px;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.3s ease 0;
    font-size: 14px;
}

.nya-ann_btn a:focus, .nya-ann_btn a:hover {
    color: var(--color-black);
    transition: all 0.3s ease 0;
}

.disqus_section {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    background: var(--color-bg-card);
    border-radius: 0 0 5px 5px;
}

.disqus_section .title {
    margin-bottom: 15px;
}

.telegram-holder {
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.christmas-tbox {
    position: absolute;
    right: 30px;
    top: 10px;
}

.christmas-tree {
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    background-color: var(--color-border-divider);
    background-image: radial-gradient(circle at 50% 18%, var(--color-highlight) 3%, transparent 3.5%), linear-gradient(60deg, var(--color-accent-green-bright) 8%, transparent 8.5%), linear-gradient(-60deg, var(--color-accent-green-fresh) 8%, transparent 8.5%), linear-gradient(60deg, var(--color-accent-green-pale) 10%, transparent 10.5%), linear-gradient(-60deg, var(--color-accent-green-soft) 10%, transparent 10.5%), linear-gradient(60deg, var(--color-accent-green-mid) 12%, transparent 12.5%), linear-gradient(-60deg, var(--color-accent-green-deep) 12%, transparent 12.5%), linear-gradient(80deg, var(--color-warning-brown) 5%, transparent 5.5%), linear-gradient(-80deg, var(--color-warning-copper) 5%, transparent 5.5%);
    background-position: 0 0, 100px 80px, 100px 80px, 100px 111.111111px, 100px 111.111111px, 100px 142.857143px, 100px 142.857143px, 100px 160px, 100px 160px;
}

.christmas-tree:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    background-image: radial-gradient(circle at 30% 30%, var(--color-white) 1.5%, transparent 2.5%), radial-gradient(circle at 80% 70%, var(--color-white) 1.5%, transparent 2.5%), radial-gradient(circle at 30% 50%, var(--color-white) 1%, transparent 2%), radial-gradient(circle at 70% 85%, var(--color-white) 1%, transparent 2%);
    background-size: 100% 100%, 100% 100%, 50% 100%, 50% 50%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    -webkit-animation: snow 6s linear infinite forwards;
    animation: snow 6s linear infinite forwards;
}

.iframeInfo {
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    background: var(--color-primary);
    color: var(--color-on-primary);
    font-weight: 700;
    line-height: 20px;
    cursor: default;
}

body.home .a2a_svg {
    width: 20px;
    height: 20px;
}
/* stylelint-enable declaration-no-important */

.menu-toogle.active, .search-toogle.active {
    background: 0;
}

.mt20 {
    margin-top: 20px;
}

/* stylelint-disable declaration-no-important -- hCaptcha embed spacing */
.h-captcha {
    float: left;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

#login .h-captcha {
    margin-bottom: 20px !important;
}

.subinfo {
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    max-width: 600px;
    margin: 0 auto;
}

.payment.message {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 130%;
}

.subinfo .green, .payment.message.green {
    color: var(--color-success-mid);
}

.subinfo .orange, .payment.message.orange {
    color: var(--color-warning-gold);
}

.subinfo .red, .payment.message.red {
    color: var(--color-error-dark);
}

.importantinfo {
    background: var(--color-primary);
    border-radius: 5px;
    padding: 10px 15px;
    margin: 10px auto;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.importantinfo::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: 1;
}

.importantinfo.--info::before {
    background: linear-gradient(90deg, var(--color-link-cyan) -10%, var(--overlay-transparent) 30%);
}

.importantinfo.--success::before {
    background: linear-gradient(90deg, var(--color-success) -10%, var(--overlay-transparent) 30%);
}

.importantinfo.--danger::before {
    background: linear-gradient(90deg, var(--color-error-deep) -10%, var(--overlay-transparent) 30%);
}

.importantinfo.--warning::before {
    background: linear-gradient(90deg, var(--color-warning-amber) -10%, var(--overlay-transparent) 30%);
}

.importantinfo p {
    z-index: 2;
    position: inherit;
    line-height: 20px;
    color: var(--color-text-nav);
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
}

.importantinfo p a {
    color: var(--color-accent-purple);
    text-decoration: revert;
    font-family: inherit;
}

.request-split {
    display: flex;
    gap: 20px;
    margin: 20px 0 50px;
    align-items: stretch;
}

.request-split-col {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}

.request-split-box {
    background: var(--color-bg-surface);
    border: 1px solid var(--color-border-subtle);
    border-radius: 5px;
    padding: 15px 18px 18px;
    box-sizing: border-box;
    height: 100%;
}

.request-split-box > .title {
    margin-top: 0;
    margin-bottom: 20px;
}

.request-split-box .importantinfo {
    margin-top: 0;
}

.requestform .buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 15px;
}

.requestform .buttons .h-captcha {
    float: none;
    margin-top: 0;
}

.requestform .buttons #button-send {
    float: none;
    margin-top: 0;
    align-self: flex-end;
}

.request-split .request-mine-more {
    margin: 10px 0 0;
    font-size: 13px;
    color: var(--color-text-muted);
}

.request-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0 15px;
    padding: 10px;
    background: var(--color-bg-surface);
    border: 1px solid var(--color-border-subtle);
    border-radius: 5px;
}

.request-preview img {
    width: 50px;
    height: auto;
    border-radius: 3px;
    flex-shrink: 0;
}

.request-preview strong {
    display: block;
    font-size: 15px;
}

.request-preview span {
    color: var(--color-text-muted);
    font-size: 13px;
}

.request-search-results {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 15px;
    max-height: min(360px, 45vh);
    overflow-y: auto;
}

.request-search-results.is-picked {
    max-height: none;
    overflow: visible;
}

.request-search-result {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px;
    background: var(--color-bg-surface);
    border: 1px solid var(--color-border-subtle);
    border-radius: 5px;
}

.request-search-results.is-picked .request-search-result:not(.is-selected) {
    display: none;
}

.request-search-result.is-selected {
    border-color: #005000;
}

.request-search-result.is-selected .request-select {
    display: none;
}

.request-search-result img {
    width: 70px;
    height: auto;
    border-radius: 3px;
    flex-shrink: 0;
}

.request-search-result-body {
    flex: 1;
    min-width: 0;
}

.request-search-result-body strong {
    display: block;
    font-size: 15px;
}

.request-search-result-meta,
.request-search-result-extra {
    display: block;
    color: var(--color-text-muted);
    font-size: 13px;
}

.request-search-result-plot {
    margin: 6px 0 4px;
    font-size: 13px;
    line-height: 1.4;
}

.request-search-result .request-select {
    flex-shrink: 0;
    align-self: center;
}

.request-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(170px, 200px);
    gap: 10px;
    align-items: end;
    margin: 0 0 10px;
}

.request-search-row > p {
    margin: 0;
}

.request-search-row input {
    width: 100%;
    box-sizing: border-box;
}

#button-search {
    float: none;
    margin: 0;
}

.request-search-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 2px 0 16px;
}

.request-search-or {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.2;
    color: var(--color-text-muted);
}

.request-search-or a {
    color: var(--color-link);
    text-decoration: none;
    font-weight: 600;
}

.request-search-or a:hover {
    color: var(--color-link-hover);
    text-decoration: underline;
}

#request-imdb-field input {
    width: 100%;
    box-sizing: border-box;
}

.request-js-msg {
    display: none;
}

.request-js-msg--info {
    background: #dac100;
    color: #111;
}

.requestform .message-success {
    background: #005000;
    color: #fff;
}

.requestform .message-success a {
    color: #fff;
    text-decoration: underline;
}

#series-exists-notice {
    margin: 10px 0 15px;
}

.request-type {
    display: inline-block;
    border-radius: 50px;
    padding: 3px 8px;
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
}

.request-type--submitted {
    background: #005000;
    color: #fff;
}

.request-type--voted {
    background: #575c77;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .request-split {
        flex-direction: column;
    }

    .request-split-col--form {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 560px) {
    .request-search-row {
        grid-template-columns: 1fr;
    }
}

.ytFrameContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    width: 300%;
    left: -100%;
    height: 100%;
}

.ytFrameContainer iframe {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
}

.nextEpisode {
    opacity: 1;
    text-decoration: none;
    padding: 1.1em 2.2em;
    color: var(--color-white);
    font-weight: 700;
    font-size: 20px;
    background: var(--color-primary);
    position: absolute;
    z-index: 1;
    bottom: 8em;
    right: 0;
    cursor: pointer;
    transition: all 0.2s;
}

.nextEpisode:hover {
    color: var(--color-white);
    background: var(--color-primary-deeper);
}

.nextEpisode .loader {
    content: " ";
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

/* legacy single-toggle classes kept for safety; switches use .epi-switch */
.autoplay.on, .airplay.on {
    background: var(--color-accent-green);
}

.autoplay.off, .airplay.off {
    background: var(--color-error-brown);
}

hr.split {
    background-color: var(--color-border);
    height: 1px;
    border: 0;
    margin: 2px;
}

.ptext {
    font-size: 18px;
    color: var(--color-text-light);
    line-height: 140%;
    padding: 15px 0;
}

.videoError {
    font-size: 20px;
    line-height: 35px;
    color: var(--color-white);
    z-index: 1;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    max-width: 800px;
    text-shadow: 0 0 10px var(--color-bg-card);
    padding: 10px;
    box-sizing: border-box;
    background: var(--color-border-subtle);
}

.videoError .title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
}

.download {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

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

.download .text-disabled, .download .text-disabled:hover {
    cursor: default;
    color: var(--color-text-light);
    text-decoration: none;
}

.download .text-disabled.button {
    background: var(--color-gray-700-alt);
    cursor: default;
}

.download .text-disabled.button:hover {
    background: var(--color-gray-700-alt);
}

.download img {
    width: 100%;
    max-width: 100%;
}

.download h2 {
    margin-bottom: 15px;
}

.download h2 span {
    font-size: 26px;
    font-weight: 500;
    line-height: 44px;
}

.download h2 g {
    color: var(--color-text-muted);
    text-decoration: underline;
}

.download .sub-info {
    color: var(--color-text-light);
    font-weight: 600;
}

.download .columns {
    display: flex;
}

.download .columns .column.holder {
    width: 50%;
    flex: none;
}

.download .columns .column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

.download .button {
    margin: 15px 5px;
    cursor: pointer;
    justify-content: center;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
}

.download-window.columns {
    background-color: var(--color-bg-void);
    border-radius: 12px;
    overflow: hidden;
    width: 80%;
    margin: auto;
}

.download-window .column {
    height: 100%;
    padding-bottom: 0;
    overflow: hidden;
}

.download-window .download-window-wrapper {
    margin: 0 auto;
    line-height: 0;
}

.download .message {
    background: var(--color-gray-95);
    margin-top: 16px;
}

.download .message-body {
    border: none;
    font-size: 14px;
    line-height: 20px;
}

.download .newbox {
    background: var(--color-bg-deep-alt);
    color: var(--color-primary-shadow);
    position: absolute;
    margin-top: -12px;
    text-transform: uppercase;
    border: 4px solid var(--color-bg-surface);
    border-radius: 8px;
}

.tgme_widget_share_wrap {
    display: inline-block;
    margin-right: 3px;
    position: static;
    height: 20px;
    vertical-align: top;
}

a.tgme_widget_share_btn {
    box-sizing: border-box;
    height: 20px;
    display: block;
    background-color: var(--color-link-sky);
    border-radius: 5px;
    overflow: hidden;
    line-height: 0;
    padding: 0 6px 0 2px;
    text-decoration: none;
}

a.tgme_widget_share_btn:hover {
    background-color: var(--color-link-ocean);
}

a.tgme_widget_share_btn:active {
    background-color: var(--color-link-ocean);
    text-decoration: none;
}

a.tgme_widget_share_btn:hover, a.tgme_widget_share_btn:focus {
    text-decoration: none;
}

i.tgme_widget_share_icon {
    box-sizing: border-box;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACRFdLHAAAA6UlEQVQ4Ee2SIQvCQBSAh2hThBWDyzabTYwW/QtGzXazIPgDJhZ/gT9Bm9VgEhExCFoUBBERxPkdbHAcO29qsOzBx7t39963cZtlxfGXG/A8Lwl1aP30Aggc6MIBRNy/EjJYgTE8QI5tZCFTKWjAXDJsWA+kemIU0mxDB/bSoFi6UIajKPxw3wpp6sE16PbzjlyFEpz8vSC1VWFC2VhRL+AJ4sJHUIQbTMEGOZZyoV3z+AxkRQO5ABcIC0cr0R1gycM6xHbWzRj3kaVhqEhnxkFTA8IaBF+/b+qPdI5Q/FZNyEUaiJs+voEXvvguQXRSwIEAAAAASUVORK5CYII=") no-repeat 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.tgme_widget_share_label {
    box-sizing: border-box;
    color: var(--color-white);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    margin-left: 1px;
    display: inline-block;
    line-height: 20px;
    vertical-align: baseline;
}

.modal-wrapper {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: "GothamPro";
    cursor: auto;
    opacity: 0;
    overflow-y: auto;
    padding: 15px;
    transition: 0.5s;
    z-index: 100;
    align-items: center;
    display: none;
    justify-content: center;
}

.modal-container {
    background-color: var(--color-bg-base);
    border-radius: 5px;
    margin: auto;
    max-width: 510px;
    min-width: 200px;
    position: relative;
    padding: 20px;
    color: var(--color-white);
    font-size: 16px;
    line-height: 22px;
}

.modal-container .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--color-accent-purple);
}

.modal-close {
    background: none;
    border: none;
    color: var(--color-accent-purple);
    cursor: pointer;
    outline: none;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
}

.modal-buttons {
    display: block;
    text-align: center;
    margin-top: 10px;
}

#nav li.mobile-app a {
    position: relative;
    font-weight: bold;
    background: linear-gradient(90deg, var(--color-link-blue), var(--color-accent-green));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

#nav li.mobile-app a:hover {
    position: relative;
    font-weight: bold;
    background: linear-gradient(90deg, var(--color-accent-green), var(--color-link-blue));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.result-type-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 200px;
    vertical-align: middle;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

.result-type-movie {
    background: var(--color-link-navy);
    color: var(--color-white);
}

.result-type-serie {
    background: var(--color-primary);
    color: var(--color-on-primary);
}

.checkbox-holder {
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 5px;
    border: none;
    border-radius: 3px;
    background: var(--color-bg-card);
    color: var(--color-gray-320);
    outline: 0;
}

body.home .content.wrapper {
    min-height: 250px;
    background: 0 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

body.home #content .main-search {
    margin: 20px auto 0;
    max-width: 600px;
    width: 100%;
}

body.home #content .sub-links {
    text-align: left;
    margin: 10px 5px;
}

body.home #content .sub-links a {
    color: var(--color-text-heading);
    margin: 0 5px;
}

body.home #content #search-button {
    height: 50px;
    width: 50px;
    font-size: 30px;
    background: var(--color-primary);
    border-radius: 0 3px 3px 0;
    color: var(--color-on-primary);
    padding: 4px;
}

body.home #content #search-button:hover {
    text-decoration: none;
    background: var(--color-bg-surface);
    color: var(--color-accent-purple);
}

body.home #content #search-box input {
    height: 50px;
    background: var(--color-home-search-bg);
    color: var(--color-home-search-text);
    font-size: 15px;
    border-radius: 0;
}

body.home #content div#search-box {
    height: 50px;
    border-radius: 3px 0 0 3px;
}

body.home #content a.logo-image {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 300px;
    height: 80px;
    background-size: 100%;
}

body.home #content .inlinelike {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    text-align: left;
    line-height: 20px;
    height: auto;
    overflow: visible;
    max-height: 20px;
}

.home-buttons {
    display: grid;
    max-width: 450px;
    margin: 40px auto 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

a.home-page {
    outline: 0;
    font-size: 20px;
    background: var(--color-primary);
    color: var(--color-on-primary);
    padding: 14px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid var(--color-primary);
    transition: 0.3s;
}

a.home-page:hover {
    text-decoration: none;
    background: var(--color-primary-dark);
    transition: 0.3s;
    border: 1px solid var(--color-primary-dark);
}

a.home-page.lucky {
    border: 1px solid var(--color-accent-purple);
    background: transparent;
    color: var(--color-accent-purple);
    transition: 0.3s;
}

a.home-page.lucky:hover {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: var(--color-on-primary);
    transition: 0.3s;
}

body.home #content h1 {
    font-size: 14px;
    max-width: 600px;
    text-align: left;
    margin: 15px auto;
}

body.home #content h2 {
    font-size: 38px;
    max-width: 600px;
    text-align: left;
    margin: 0 auto 20px;
}

body.home .importantinfo.index {
    padding: 5px 0;
    border-radius: 3px;
    background: none;
}

body.home .importantinfo.index::before {
    background: none;
}

body.home .importantinfo.index p {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: var(--color-accent-purple);
}

body.home .info-content {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

body.home .info-content > .small-text {
    font-size: 13px;
    line-height: 18px;
    margin-top: -170px;
    font-weight: bold;
}

body.home .info-content > .small-text > a {
    color: var(--color-white);
}

.a2a_default_style {
    display: inline-block;
}

@media screen and (max-width: 640px) {
    .nextEpisode {
        font-size: 1em;
    }

}

@media only screen and (max-width: 992px) {
    .user-area .login, .user-area .register {
        width: auto;
        margin: 0;
    }

    .menu-user .user-area {
        display: block;
        height: auto;
        width: 100%;
    }

    .menu-user .user-area .user-my-account {
        margin-bottom: 10px;
    }

    .menu-user .user-area:last-child .user-my-account:last-child {
        margin-bottom: 0;
    }

    .menu-user .user-area:has(.login) {
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .menu-user .user-area:has(.login) .login,
    .menu-user .user-area:has(.login) .register {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .menu-user {
        margin: 0 0 10px;
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
    }

    .menu-user .user-my-account {
        width: 100%;
        min-width: 0;
        margin: 0 0 10px;
        padding: 0;
        border: 0;
        font-size: 16px;
        min-height: 0;
        background: var(--color-bg-surface);
        float: none;
        border-radius: 5px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .menu-user .user-my-account.active {
        background: var(--color-bg-surface);
    }

    .menu-user .user-my-account.active > .text {
        background: var(--color-primary);
        color: var(--color-nav-link);
    }

    .menu-user .user-my-account:after {
        position: absolute;
        top: 10px;
        right: 12px;
        margin: 0;
        float: none;
        height: auto;
        transition: transform 0.2s ease;
        z-index: 1;
    }

    .menu-user .user-my-account.active:after {
        transform: rotate(90deg);
        color: var(--color-nav-link);
    }

    .menu-user .user-my-account .text {
        display: block;
        float: none;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0;
        padding: 10px 36px 10px 10px;
        line-height: 1.2;
        font-weight: 700;
    }

    .menu-user .user-notify .notify-count {
        position: absolute;
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle;
        border: 0;
        z-index: 1;
        top: 10px;
        right: 32px;
    }

    .menu-user .user-my-account .list {
        position: relative;
        top: auto;
        clear: both;
        padding: 0;
        margin: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        box-shadow: none;
    }

    .menu-user .user-my-account.active > .list {
        border-top: 1px solid var(--color-border-subtle);
    }

    .menu-user .user-my-account .list ul.settings {
        margin: 0;
        padding: 0;
    }

    .menu-user .user-my-account .list ul li a,
    .menu-user .user-my-account .list .account-menu-sub li a,
    .menu-user .user-my-account .list .menu-logout a {
        margin-bottom: 0;
        padding: 10px 15px 10px 22px;
        border-radius: 0;
        font-size: 14px;
        color: var(--color-text-nav);
    }

    .menu-user .user-my-account .list ul li:first-child a {
        padding-top: 10px;
    }

    .menu-user .user-my-account .list ul li:last-child a,
    .menu-user .user-my-account .list .menu-logout a {
        padding-bottom: 10px;
    }

    .menu-user .user-my-account .list ul li a:hover,
    .menu-user .user-my-account .list .account-menu-sub li a:hover,
    .menu-user .user-my-account .list .menu-logout a:hover {
        background: var(--overlay-black-light);
        color: var(--color-text);
    }

    .menu-user .user-my-account .list .menu-divider {
        margin: 0;
        height: 1px;
        background: var(--color-border-subtle);
    }

    .menu-user .account-menu-details > summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px 10px 22px;
        color: var(--color-text-nav);
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
        list-style: none;
        user-select: none;
    }

    .menu-user .account-menu-details > summary:after {
        content: "\e837";
        font-family: "keremiya";
        font-size: 13px;
        opacity: 0.7;
        transition: transform 0.2s ease;
    }

    .menu-user .account-menu-details[open] > summary:after {
        transform: rotate(90deg);
    }

    .menu-user .account-menu-details[open] > summary {
        color: var(--color-text);
        background: var(--overlay-black-light);
    }

    .menu-user .account-menu-sub li a {
        padding-left: 34px;
        font-size: 15px;
        font-weight: 400;
    }

    .menu-user .user-notify .notify-list {
        max-height: 280px;
        width: 100%;
        box-sizing: border-box;
    }

    .menu-user .user-my-account .notify-list .profile > li > a {
        padding: 10px 15px;
        gap: 10px;
        align-items: flex-start;
    }

    .menu-user .notify-list .profile img {
        float: none;
        flex-shrink: 0;
        width: 40px;
        height: 48px;
        object-fit: cover;
        border-radius: 3px;
        margin-right: 0;
    }

    .menu-user .notify-list .profile .serie {
        font-size: 14px;
        line-height: 1.3;
    }

    .menu-user .notify-list .profile .episode {
        font-size: 13px;
        line-height: 1.35;
        margin-top: 2px;
    }

    .menu-user .donator-home.icon-star {
        position: absolute;
        top: 10px;
        right: 28px;
        display: inline-block;
        margin-left: 0;
        vertical-align: middle;
    }

    .menu-user .user-my-account .list ul li.menu-lang-switch .lang-menu-toggle,
    .menu-user .user-my-account .list ul li.menu-theme-switch .theme-menu-toggle,
    .menu-user .user-my-account .list ul li.menu-account-switch .account-menu-toggle {
        padding: 10px 15px 10px 22px;
        font-size: 14px;
        color: var(--color-text-nav);
    }

    .menu-user .user-my-account .list ul li.menu-lang-switch .lang-option,
    .menu-user .user-my-account .list ul li.menu-theme-switch .theme-option,
    .menu-user .user-my-account .list ul li.menu-account-switch .account-menu-link {
        padding: 10px 15px 10px 34px;
        font-size: 12px;
    }

    .menu-user .separator {
        margin: 7px 9px;
    }

    .tableHolder {
        overflow-x: auto;
    }

    .settings-menu {
        margin: 0 0 20px;
    }

    .mylist-menu {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0;
    }

    .mylist-menu::-webkit-scrollbar {
        display: none;
    }

    .mylist-tab {
        padding: 12px 14px;
        font-size: 15px;
    }

    .mylist-tab .icon {
        font-size: 16px;
    }

    .mylist-tab .mylist-info {
        font-size: 15px;
    }

    .mylist-header {
        flex-wrap: wrap;
        gap: 12px;
    }

    .mylist-header-controls {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    .mylist-type-filter {
        flex: 1;
        min-width: 0;
    }

    .mylist-type-filter-toggle,
    .mylist-compact-toggle {
        min-width: 0;
        max-width: none;
        min-height: 36px;
        padding: 0 10px;
        font-size: 12px;
    }

    .mylist-type-filter-toggle {
        padding-right: 26px;
    }

    .mylist-type-filter-menu {
        left: 0;
        right: 0;
        min-width: 0;
    }

    .mylist-compact-view {
        flex: 1;
        min-width: 0;
    }

    .premiumOverlay .premiumButton {
        margin-top: 20px;
        padding: 20px 35px;
        font-size: 16px;
    }

    .premiumBanner .desktop {
        display: none;
    }

    .premiumBanner .mobile {
        display: block;
    }

    .icon-scroll {
        margin: 0 auto;
    }

    #header-wrapper {
        margin: 0 auto 10px;
        height: auto;
        min-height: auto;
        margin-bottom: 15px;
    }

    #nav {
        box-sizing: border-box;
        width: 100%;
        margin-top: 10px;
    }

    #nav > ul > .menu-item.active > a {
        background: var(--color-primary);
        color: var(--color-nav-link);
    }

    .sub-menu {
        display: none;
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 10px;
    }

    #nav > ul > .menu-item.active .sub-menu {
        display: block;
        box-shadow: none;
        border-radius: 0 0 4px 4px;
    }

    .new-social {
        float: left;
        height: inherit;
        margin: 0;
    }

    .new-social li {
        float: none;
        width: 100%;
        margin: 10px 0 5px 12px;
        text-align: left;
    }

    .footer {
        padding: 10px;
    }

    #header .header-content {
        border-radius: 3px;
    }

    #footer, #header-wrapper {
        width: 100%;
    }

    #footer .info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    #footer .menu {
        width: 48%;
        padding: 10px 0;
    }

    .user-my-account .list ul li.menu-lang-switch .lang-menu-list,
    .user-my-account .list ul li.menu-theme-switch .theme-menu-list,
    .user-my-account .list ul li.menu-account-switch .account-menu-list {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        min-width: 0;
        width: 100%;
        margin-top: 0;
        box-shadow: none;
        border: 0;
        border-top: 1px solid var(--color-border-subtle);
        border-radius: 0;
    }

    /* stylelint-disable-next-line declaration-no-important -- mobile sub-menu grid */
    .sub-menu li {
        width: 50% !important;
    }

    #nav > ul > li {
        margin-bottom: 10px;
    }

    .tvcalendar .weekday {
        width: 100%;
    }

    .actionnow {
        width: 100%;
    }

    #wrap {
        margin: 0;
        width: auto;
    }

    .wrapper, #header .header-content, .footer.wrapper {
        width: auto;
        box-sizing: border-box;
        padding: 0 20px;
        display: block;
    }

    .content.wrapper {
        padding-top: 10px;
    }

    .footer-sticky {
        left: 0;
        transform: inherit;
    }

    .movie-preview.res_item {
        width: 20%;
    }

    .series-preview.res_item {
        width: 33.3%;
    }

    .footer-menu {
        display: none;
    }

    .footer-info {
        margin-top: 15px;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .footer-logo {
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .footer-logo .logo-content {
        display: inline-block;
        margin: 20px 0;
        height: auto;
    }

    .film-content .clear {
        display: none;
    }

    .movie-preview:hover .ribbon {
        display: none;
    }

    #navbar {
        display: none;
        z-index: 9999;
        height: auto;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        float: none;
        top: 60px;
        left: 0;
        right: 0;
        background: var(--color-bg-card);
        width: 100%;
        box-shadow: 6px 4px 6px var(--overlay-black-45);
        border: 0;
    }

    .navbar-in-border {
        border: 0;
    }

    #navbar .wrapper {
        padding: 0;
        height: auto;
    }

    #nav ul {
        width: 100%;
        margin: 0;
    }

    #nav ul li {
        float: left;
        padding: 0;
        width: 100%;
        background: 0;
    }

    #nav ul li a {
        float: none;
        width: auto;
        height: auto;
        padding: 4px 15px 4px 12px;
        display: block;
        font-size: 16px;
        color: var(--color-text-nav);
    }

    #nav ul li a:after {
        display: none;
    }

    #nav li.menu-item-has-children a {
        padding-right: 15px;
    }

    #nav li.current-menu-item:first-child a:before {
        width: auto;
        left: 0;
    }

    #nav li.current-menu-item a:before, #nav li.current-menu-parent a:before, #nav li ul li a:before, #nav li li a:before {
        content: "\e828";
        font-family: keremiya;
        margin-right: 5px;
        margin-top: 0;
        color: var(--color-accent);
        top: 0;
        position: relative;
        width: auto;
        border: 0;
        height: auto;
        background: none;
    }

    #nav ul ul {
        width: 100%;
        border: 0;
        border-radius: 0;
        max-width: 100%;
        box-shadow: none;
        visibility: visible;
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
    }

    #nav ul ul a {
        float: none;
        width: auto;
        padding: 17px 10px;
        display: block;
        font-size: 14px;
        color: var(--color-text-nav);
    }

    #nav li.menu-item-has-children:hover > a {
        box-shadow: none;
        border: 0;
    }

    #nav ul li:hover > ul:after {
        background: 0;
    }

    #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        visibility: visible;
    }

    #nav li.menu-item-has-children ul li.menu-item-has-children > a {
        padding-left: 15px;
    }

    .single-content.movie .info-right .title h1 {
        font-size: 26px;
    }

    .single-content.movie .excerpt {
        font-size: 15px;
    }

    .single-content, .left-c, .content-left {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .page-login {
        margin: auto;
    }

    .film-content, .film-content.category {
        width: auto;
        float: none;
    }

    .single-content.today.movie {
        padding-left: 0;
    }

    .sidebar {
        display: none;
    }

    .single-content.movie .rating {
        display: flex;
        height: auto;
        float: none;
        margin: 0;
        top: 0;
        position: inherit;
        width: 100%;
        align-items: center;
        background: transparent;
    }

    .single-content.movie .rating > div {
        float: none;
        margin: 0;
        padding: 0;
        position: initial;
        width: 30%;
    }

    .single-content.movie .rating .vote {
        padding: 0;
        width: 190px;
    }

    .single-content.movie .rating .site-vote {
        font-size: 35px;
    }

    .single-content.movie .rating .site-vote span span {
        font-size: 14px;
    }

    .single-content.movie .rating .Breadcrumb {
        display: none;
    }

    .single-content.movie.today .rating {
        display: block;
    }

    .header-search {
        position: absolute;
        width: 100%;
        left: 0;
        right: 20px;
        top: 0;
        display: none;
        z-index: 55;
    }

    .header-search.active {
        display: block;
    }

    #search-box input {
        font-size: 14px;
    }

    #search-form {
        margin-top: 14px;
        margin-right: 40px;
    }

    .header-right {
        display: none;
        width: auto;
    }

    .menu-toogle, .search-toogle {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        float: none;
        padding: 20px;
    }

    .fix-absolute {
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .search-toogle {
        z-index: 56;
    }

    .header-left {
        width: 100%;
        text-align: center;
    }

    .header-logo {
        width: auto;
        float: none;
        min-width: auto;
        display: inline-block;
    }

    .logo-content img {
        max-height: 50px;
    }

    a.logo-text {
        margin-right: 0;
    }

    #header.sticky {
        position: relative;
    }

    #navbar.sticky {
        top: 84px;
        left: 0;
        width: 100%;
        display: block;
        overflow-y: auto;
        position: absolute;
        border-radius: 5px;
        padding: 10px;
        box-sizing: border-box;
    }

    .c-sidebar, .left-r, .sidebar, .content-right {
        display: none;
    }

    .part {
        padding: 10px;
    }

    .fix_author .res_item {
        width: 33.3%;
    }

    .button {
        font-size: 14px;
        height: auto;
    }

    .single-content.movie .info-left {
        width: 25%;
    }

    .single-content.movie .info-right {
        width: 75%;
    }

    .info-bar {
        line-height: 18px;
    }

    .details, .storyline p, .info, .images-excerpt, .article-content {
        font-size: 14px;
    }

    a.post-edit-link {
        overflow: hidden;
    }

    #live-search {
        right: 68px;
    }

    #live-search .imdb {
        display: none;
    }

    .slider-content .movie-preview.res_item {
        width: 100%;
    }

    .archive-icons {
        display: inline-block;
    }

    .c-sidebar.show {
        display: block;
        z-index: 1;
    }

    .film-content.hide {
        display: none;
    }

    .c-sidebar.list-categories .tags a {
        max-height: none;
    }

    .message-close {
        bottom: auto;
        top: 8px;
        background: var(--overlay-white-subtle);
    }

    .popup.m-active {
        display: block;
    }

    .popup.m-hide {
        display: none;
    }

    .sidebar-tab {
        display: block;
    }

    #sidebar {
        width: 100%;
    }

    #sidebar .single-content, #sidebar .sidebar-content {
        display: block;
        margin-left: 0;
    }

    #sidebar .sidebar-ads {
        display: none;
    }

    .premiumInfo {
        font-size: 30px;
        line-height: 30px;
    }

    .payment.message {
        font-size: 14px;
        padding: 5px;
    }

    .notify-count.menu {
        border: none;
        position: absolute;
        right: 18px;
    }

    .donator-home.icon-star {
        position: absolute;
        right: 26px;
    }

    body.home .content.wrapper {
        position: relative;
        transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        top: unset;
        margin-top: 100px;
    }

    .menu-item > a {
        background: var(--color-bg-surface);
    }

    /* stylelint-disable-next-line declaration-no-important -- homepage mobile search form */
    #content #search-form {
        margin: 0 !important;
    }

    .article.main {
        margin: 40px;
        margin-top: 150px;
    }

}

@media only screen and (max-width: 800px) {
    .trailer {
        position: fixed;
        top: 50%;
        left: 40px;
        z-index: 99999;
        max-width: 100%;
        width: calc(100% - 80px);
        height: 300px;
        margin-left: 0;
        margin-top: -150px;
    }

    .report_form {
        margin: auto 10px;
        width: calc(100% - 20px);
    }

    .actionnow .button {
        padding: 20px 30px;
        width: 100%;
    }

    .actionnow .button:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .nya-ann {
        max-width: calc(100% - 20px);
    }

    .nya-ann_title {
        font-size: 25px;
    }

    .nya-ann_text {
        font-size: 14px;
        line-height: 22px;
    }

    .nya-ann br {
        display: none;
    }

    .download .columns {
        display: block;
    }

    .download .columns .column.holder {
        width: 100%;
    }

    .download h2 {
        margin-bottom: 10px;
    }

    .download h2 span {
        font-size: 25px;
    }

    .download .column:last-child h2 {
        margin-top: 50px;
    }

    .download-window.columns {
        margin-bottom: 10px;
        padding-top: 0;
    }

    .download .button {
        margin: 10px 5px;
    }

    .hide-mobile {
        display: none;
    }

}

@media only screen and (max-width: 768px) {
    .movie-preview.res_item {
        width: 25%;
    }

    .series-preview.res_item {
        width: 50%;
    }

    .footer-sticky-inner {
        width: 100%;
        height: auto;
    }

}

@media only screen and (max-width: 659px) {
    .movie-preview.res_item {
        width: 33.3%;
    }

    .series-preview.res_item {
        width: 50%;
    }

    .fix_author .res_item {
        width: 50%;
    }

    .header-social {
        display: none;
    }

    .excerpt {
        margin-top: 5px;
    }

    .tab {
        float: none;
    }

    .wide-button {
        display: none;
    }

    .source-button {
        width: 100%;
    }

    .active-part {
        display: none;
    }

    .single-content.movie .info-left {
        width: 40%;
    }

    .single-content.movie .info-right {
        width: 60%;
    }

    .popup {
        width: 100%;
        box-sizing: border-box;
    }

    .popup li {
        padding: 15px 11px;
    }

    .navicenter {
        display: none;
    }

    .navigation a, .navigation span {
        padding: 10px 15px;
        font-size: 15px;
    }

    .list-categories .tags a {
        padding: 8px 12px;
    }

    .kepsy {
        display: none;
    }

    .comment-form-submit {
        width: 100%;
    }

    .comment-input-hide, .comment-form-author, .comment-form-email {
        width: 100%;
    }

    .bi-avatar {
        width: 15%;
    }

    .commentmetadata {
        width: 85%;
    }

    #comments .col-left {
        width: 20%;
    }

    #comments .col-right {
        width: 80%;
    }

    .profile-left .list-info {
        display: none;
    }

    .profile-left .col-1 {
        width: 15%;
    }

    .profile-left .col-2 {
        width: 75%;
    }

    .profile-left .social {
        margin-top: -50px;
    }

    .modal {
        width: auto;
        height: auto;
        right: 0;
        left: 0;
        top: 0;
    }

    .modal-inner {
        left: 0;
        width: 100%;
        top: 0;
        bottom: 0;
        margin: 0;
        border-radius: 0;
        background: var(--overlay-dark-90);
    }

    .modal input {
        font-size: 14px;
        padding: 12px 10px;
    }

    .modal #submit {
        padding: 10px 14px;
    }

    .modal-header:after {
        content: "\e812";
        font-size: 28px;
        font-family: keremiya;
        position: absolute;
        top: 20px;
        right: 25px;
        color: var(--color-white);
        cursor: pointer;
    }

    .message-close, .message-content {
        font-size: 14px;
    }

    .news .col-2 .title {
        width: 100%;
    }

    .news .col-2 .date {
        display: none;
    }

    .loadnavi .pages {
        display: none;
    }

    #update-user .col-1, #update-user .col-2 {
        width: 100%;
        padding: 0;
    }

    .right {
        width: 100%;
        margin-bottom: 10px;
    }

    .upd {
        padding: 10px 0;
    }

    #update-user-form-button, .page-settings .button {
        width: 100%;
        text-align: center;
    }

    .videos-duration, .videos-action, .videos-date {
        display: none;
    }

    a.select-type {
        width: 100%;
        padding: 20px 0;
        margin: 15px 0 0;
    }

    .add-new-content {
        margin-top: 30px;
    }

    .add-new-content .right, .add-new-content .left {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-flow: column;
    }

    .add-new-content .right .sidebar-content {
        margin-left: 0;
    }

    .add-new-content .right .sidebar-content:first-child {
        order: 1;
    }

    .normal .slide-item {
        height: auto;
    }

    .normal .owl-prev {
        right: 96%;
    }

    .normal .owl-next {
        left: 96%;
    }

    .owl-item.active.center .slide-shadow {
        box-shadow: inset -300px 40px 200px 0 var(--overlay-black-44), 0 0 15px 5px var(--overlay-black-35);
        background-color: var(--overlay-black-48);
    }

    .slide-item, .owl-carousel.big-style {
        height: 184px;
    }

    .slide-content .excerpt {
        display: none;
    }

    .slide-content .cast {
        margin-top: 20px;
    }

    .slide-item.full .slide-content {
        padding: 20px 28px;
    }

    .found-movies {
        display: none;
    }

    .arg {
        margin-top: 5px;
    }

    .premiumInfo {
        font-size: 20px;
        line-height: 30px;
    }

    .premiumInfo .msg {
        font-size: 25px;
    }

    .premiumInfo .msg p {
        padding: 5px;
        font-size: 14px;
    }

    #content .premiumInfo .home-buttons {
        margin: 10px;
    }

    #content .premiumInfo .home-buttons a {
        padding: 5px 10px;
        font-size: 15px;
    }

    .payment.message br, .pricing-content .faq br {
        display: none;
    }

}

@media only screen and (max-width: 576px) {
    .logo-icon {
        width: 16px;
        height: 16px;
    }

    g.logo-text {
        font-size: 20px;
    }

    .movie-preview.res_item {
        width: 50%;
    }

    .series-preview.res_item {
        width: 100%;
    }

    .profile-left .col-1 {
        width: 25%;
    }

    .fix_author .res_item {
        width: 100%;
    }

    .header-logo {
        max-width: 240px;
    }

    .bi-avatar {
        width: 20%;
    }

    .commentmetadata {
        width: 80%;
    }

    .list-categories .tags li {
        width: 48%;
    }

    .list-categories .tags li ul {
        display: none;
    }

    .list-categories .tags li ul li {
        width: 100%;
    }

    .list-categories .tags a {
        display: block;
        margin-bottom: 4px;
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .single-content.movie .info-left {
        width: 60%;
    }

    .single-content.movie .info-right {
        width: 100%;
        padding-left: 0;
    }

    .single-content.movie.today .rating {
        float: left;
    }

    .owl-prev, .owl-next {
        display: none;
    }

    .slide-content .release-year, .slide-content .release {
        display: none;
    }

    .slide-content .extras {
        margin-bottom: 10px;
    }

    .slide-content .title {
        font-size: 15px;
    }

    .slide-content .ellipsis {
        float: none;
        white-space: normal;
        text-overflow: initial;
        line-height: 19px;
        max-width: auto;
    }

    .slide-content .cast {
        margin-top: 15px;
    }

    .owl-item.active.center .slide-bg {
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -o-filter: blur(0);
        -ms-filter: blur(0);
        filter: blur(0);
    }

    .pricing-content .subinfo, .pricing-content .faq {
        margin: 0 auto;
    }

}

@media only screen and (min-width: 992px) {
    .user-my-account .list .account-menu-details > summary {
        display: none;
    }

    .account-menu-details {
        display: block;
    }

    .account-menu-more {
        display: block;
        padding: 0;
    }

    .account-menu-sub li:first-child a {
        padding-top: 6px;
    }

    .user-my-account .list.notify-list {
        width: 325px;
    }

    .notify-count {
        position: absolute;
        top: -5px;
        right: -7px;
    }

    .donator-home.icon-star {
        position: absolute;
        top: -5px;
        right: -7px;
    }

    .film-content .line {
        min-height: 30px;
    }

    #nav > ul > li.menu-item-has-children:hover > a {
        background: transparent;
        color: var(--color-text-secondary);
    }

    #nav > ul > li > a:hover {
        color: var(--color-text-secondary);
        background: transparent;
        transition-delay: 0.1s;
    }
}

@media only screen and (max-width: 480px) {
    body.home .content.wrapper {
        margin-top: 60px;
    }

    body.home #content a.home-page {
        font-size: 18px;
    }

    .article.main {
        margin: 20px;
        margin-top: 150px;
    }

}

.nya-push-pre-modal {
    position: fixed;
    inset: 0;
    z-index: 100001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nya-push-pre-modal.is-visible {
    pointer-events: auto;
    opacity: 1;
}

.nya-push-pre-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.nya-push-pre-panel {
    position: relative;
    width: 100%;
    max-width: 420px;
    background: var(--color-bg-base, #1d2327);
    color: var(--color-white, #fff);
    border-radius: 12px;
    padding: 28px 24px 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    text-align: center;
}

.nya-push-pre-icon {
    margin-bottom: 14px;
}

.nya-push-pre-icon img {
    border-radius: 12px;
}

.nya-push-pre-title {
    font-size: 20px;
    margin: 0 0 12px;
    color: var(--color-accent-purple, #9b93c4);
}

.nya-push-pre-text {
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 20px;
    color: #d8d4f0;
}

.nya-push-pre-actions {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.nya-push-pre-actions .button {
    width: 100%;
}

.nya-confirm-text {
    white-space: pre-line;
    text-align: left;
}

body.nya-push-pre-open {
    overflow: hidden;
}
