/*
Theme Name: JetPlay
Theme URI: https://wordpress.org/themes/jetplay/
Author: JetPlay Team
Author URI: https://forobeta.com/members/electrox.885/
Description: JetPlay is a Powerful WordPress Theme for Movie and TVShows.
Version: 1.1.1
Text Domain: jetplay
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, ajax-comments
*/

body {
    background-color: #000;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}
a {
    color: #fff;
    text-decoration: none;
}
a:focus,
a:active,
a:hover {
    color: #077ae2;
    text-decoration: none;
}
a img {
    border: 0;
}
h1,
h2,
h3 {
    color: #fff;
    font-weight: bold;
    margin: 0;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 1.3em;
}
p {
    margin-bottom: 18px;
}
svg,
img,
embed,
object {
    display: block;
    height: auto;
    max-width: 100%;
}
:focus {
    outline: 0;
}
label[for] {
    cursor: pointer;
}
.flex {
    display: flex;
}
.flex-auto {
    flex: 1 1 auto;
}
.flex-1 {
    flex: 1 1 0%;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-10 {
    gap: 2.5rem;
}
.p-8 {
    padding: 2rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.mb-3 {
    margin-bottom: 1rem;
}
.none {
    display: none;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.header-container {
    align-items: center;
    display: flex;
    height: 74px;
}
.section-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 79rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.content-container {
    padding-bottom: 6rem;
    padding-top: 6rem;
}
.site-header {
    background: transparent;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: top 0.2s ease-out, background 0.4s ease-in-out;
    width: 100%;
    z-index: 2;
}
.absolute-header .site-header {
    position: absolute;
}
.fixed-header .site-header {
    position: fixed;
}
.scrollup-header .site-header {
    position: fixed;
}
header.goup {
    top: -60px;
}
header.dark {
    background: #000;
}
.site-header.darkheader {
    background: #121212;
}
.header-menu-toggle {
    margin-right: 12px;
}
.nav-header-btn {
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    display: block;
    fill: #fff;
    height: 36px;
    padding: 0 3px;
}
.header-menu-toggle .icon-burger-close {
    display: none;
}
.site-logo-container {
    height: auto;
    line-height: 0;
    position: relative;
    transition: none;
}
.site-logo-container img {
    height: inherit;
    max-width: initial;
    object-fit: contain;
    vertical-align: initial;
    width: auto;
}
.header-search {
    display: none;
    height: 40px;
    margin-left: auto;
    width: 320px;
    position: relative;
}
.header-search .search-field {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    border: 0;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    padding: 0 50px 0 20px;
    transition: all 0.2s linear;
}
.header-search .search-field:focus {
    background-color: rgba(0, 0, 0, 0.5);
}
.header-search .search-field::placeholder {
    color: #ddd;
    font-size: 16px;
    font-weight: 300;
}
.header-search .search-submit {
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    fill: #fff;
    height: 40px;
    padding: 0 12px;
    right: 0;
    position: absolute;
}
.nav-header > ul > li {
    display: inline-block;
    position: relative;
}
.nav-header a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-header a:hover {
    color: #077ae2;
}
.nav-header > ul {
    padding: 0;
}
.nav-header ul ul {
    border-image: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    display: none;
    float: left;
    font-size: 11px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 42px;
    transition: display 0.9s ease;
    width: 200px;
    z-index: 99999;
}
.nav-header ul ul ul {
    left: 100%;
    top: 0;
}
.nav-header ul ul a {
    background-color: #0f0f0f;
    color: #fff;
    height: auto;
    line-height: 18px;
    padding: 10px 18px;
}
.nav-header ul ul a:hover {
    background-color: #1c1c1c;
}
.nav-header ul li:hover > ul {
    display: block;
}
@media screen and (max-width: 991px) {
    .nav-header {
        display: none;
        position: absolute;
        left: 1rem;
        top: 74px;
        width: 220px;
        z-index: 2;
        padding: 1.5rem;
        background-color: #222222;
        border-radius: 4px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    }
    .nav-header.active {
        display: block;
    }
    .nav-header > ul > li {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .nav-header {
        display: flex;
        margin-left: 3rem;
    }
    .header-menu-toggle {
        display: none;
    }
}

.nav-user {
    margin-left: auto;
    position: relative;
}
.nav-user > .access-menu {
    display: flex;
    gap: 18px;
}
.nav-user > .access-menu > li {
    position: relative;
}
.nav-user .search-btn {
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    display: block;
    fill: #fff;
    height: 36px;
    padding: 0 12px;
}
.nav-user .signup-btn {
    background-color: #077ae2;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 24px;
    text-transform: uppercase;
}
.nav-user .signup-btn:hover {
    opacity: 0.9;
}
.nav-user .login-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 24px;
    text-transform: uppercase;
}
.nav-user .login-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}
.nav-user-btn {
    display: flex;
    height: 100%;
    padding: 4px 4px;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 9999px;
    transition: background-color 0.15s ease-in-out;
}
.nav-user-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.nav-user-image {
    color: #eee;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    vertical-align: middle;
    flex-shrink: 0;
}
.nav-user-image img {
    display: block;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.nav-user-dropdown {
    background-color: #222222;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    display: none;
    margin: 0;
    padding: 12px 0 12px;
    position: absolute;
    right: 0;
    top: 42px;
    width: 240px;
    z-index: 99999;
}
.nav-user.open .nav-user-dropdown {
    display: block;
}
.nav-user-dropdown a {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 400;
    line-height: 48px;
    padding: 0 18px 0 32px;
    position: relative;
    text-decoration: none;
}
.nav-user-dropdown a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.menu-icon {
    fill: #fff;
    height: 24px;
    margin-right: 12px;
    width: 24px;
}
.site-content {
    background-color: #181818;
    color: #e6e6e6;
}
.site-footer {
    background-color: #121212;
    color: #7f7f7f;
}
.footer-logo-container {
    height: auto;
    line-height: 0;
    position: relative;
    transition: none;
}
.footer-logo-container img {
    height: inherit;
    max-width: initial;
    object-fit: contain;
    opacity: 0.3;
    vertical-align: initial;
    width: auto;
}
.footer-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3rem;
    text-align: center;
}
.content-area {
    margin-bottom: 48px;
}
.widget-area {
    margin-bottom: 48px;
}
.block-title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}
.block-grid-items {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(164px, 1fr));
}
.block-grid-item a:hover h2 {
    color: #077ae2;
}
.block-grid-item {
    position: relative;
}
.block-grid-image {
    position: relative;
}
.block-grid-image:hover .block-grid-image-overlay {
    opacity: 0.1;
}
.block-grid-image-wrapper {
    position: relative;
}
.block-grid-image-wrapper:after {
    content: "";
    display: block;
    padding-top: 150%;
}
.block-grid-image-wrapper img {
    background-color: #000;
    border-radius: 4px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.block-grid-image-overlay {
    background-color: rgba(0, 0, 0);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.block-grid-title {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 0.5rem;
}
.custom-bg {
    background-position: right -200px top;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-header-bg {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0) 150px,
        rgba(0, 0, 0, 0.6) 100%
    );
}
.item-header {
    margin-bottom: 36px;
    padding-bottom: 4rem;
    padding-top: 7rem;
    overflow: auto;
}
.item-poster {
    float: left;
    margin-bottom: 16px;
    margin-right: 16px;
    position: relative;
    width: 150px;
}
.item-poster-image {
    position: relative;
}
.item-poster-image img {
    background-color: #000;
    border-radius: 4px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.item-poster-image::after {
    content: "";
    display: block;
    padding-top: 150%;
}
.item-header-content {
    max-width: 700px;
    min-width: 500px;
    padding-left: 0;
}
.item-header-year {
    font-size: 30px;
}
.item-header-genre {
    font-size: 24px;
}
.item-header-genre a {
    color: #fff;
}
.item-header-genre a:hover {
    color: #077ae2;
    text-decoration: none;
}
.item-synopsis {
    font-size: 24px;
    margin-bottom: 12px;
}
.item-header .item-title-wrapper {
    margin-bottom: 24px;
}
.item-header .item-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 12px;
}
.item-header .item-original-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 600;
}
.item-overview {
    clear: both;
    color: #fff;
    font-size: 17px;
}
.item-media {
    margin-bottom: 0px;
    width: 100%;
}
.poster-card.active:after {
    right: 0;
    border: 9px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 110px;
    z-index: 10000;
    border-right-color: #222222;
}
.block-grid-dropdown {
    background-color: #222222;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: default;
    display: none;
    font-size: 13px;
    left: 197px;
    padding: 24px;
    position: absolute;
    text-align: left;
    top: 0px;
    width: 280px;
    z-index: 1000;
}
.poster-card.active .block-grid-dropdown {
    display: block;
}
.block-grid-dropdown .title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
.block-grid-dropdown .badges {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}
.block-grid-dropdown .badges span {
    margin-right: 6px;
}
.block-grid-dropdown .synopsis {
    margin-bottom: 18px;
}
.block-grid-dropdown .meta-info {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}
.meta-separator {
    font-weight: 900;
    margin: 0 6px;
}
.poster-card-action-btn {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    display: flex;
    gap: 12px;
    fill: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    height: 48px;
    box-sizing: border-box;
    padding: 0 24px;
    transition: all 0.25s ease;
}
.poster-card-action-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.widget {
    display: block;
    margin: 0 0 36px;
}
.widget-title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.widget ul li:last-child {
    border-bottom: none;
}
.mp_widget_recent_videos > ul {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.mp_widget_recent_videos > ul > li {
    padding: 0;
}
.mp_widget_recent_videos .video-thumb {
    display: block;
    height: auto;
    width: 100%;
}
.mp_widget_recent_videos .video-thumb img {
    border-radius: 5px;
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.mp_widget_recent_videos .video-title {
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 16px;
    overflow: hidden;
    padding-left: 24px;
    width: 181px;
}
.mp_widget_recent_videos .video-thumb:hover img {
    opacity: 0.5;
}
.widget-tabs {
    display: flex;
    gap: 6px;
    justify-content: left;
    margin-bottom: 18px;
}
.widget-tabs .widget-tab {
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 37px;
    justify-content: center;
    padding: 0;
    text-transform: uppercase;
    transition: opacity 0.2s ease-in-out;
    white-space: nowrap;
    width: 90px;
}
.widget-tab.active {
    background-color: #077ae2;
    border-color: #077ae2;
}
.widget-tab:hover {
    opacity: 0.8;
}
.widget.view-grid .widget-tab-content {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.widget.view-grid .item-image {
    background-color: #000;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    position: relative;
}
.widget.view-grid .item-image:after {
    content: "";
    display: block;
    padding-top: 150%;
}
@-webkit-keyframes bs-lazy-anim {
    from {
        background-position: -800px 0;
    }
    to {
        background-position: 400px 0;
    }
}
@keyframes bs-lazy-anim {
    from {
        background-position: -800px 0;
    }
    to {
        background-position: 400px 0;
    }
}
.widget.view-grid .item-image img {
    border-radius: 5px;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
}
.widget.view-grid .item-link:hover img {
    opacity: 0.5;
}
.widget-tab-content.view-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.widget-tab-content.view-grid .item-image {
    background-color: #000;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    position: relative;
}
.widget-tab-content.view-grid .item-image:after {
    content: "";
    display: block;
    padding-top: 150%;
}
.widget-tab-content.view-grid .item-image img {
    border-radius: 5px;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
}
.widget-tab-content.view-grid .item-link:hover img {
    opacity: 0.5;
}
.widget-tab-content.view-grid .item-content {
    display: none;
}
.widget-tab-content.view-list .item {
    margin-bottom: 12px;
}
.widget-tab-content.view-list .item-link {
    display: flex;
}
.widget-tab-content.view-list .item-image {
    background-color: #000;
    border-radius: 4px;
    display: block;
    height: 106px;
    overflow: hidden;
    position: relative;
    width: 80px;
}
.widget-tab-content.view-list .item-image img {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s ease-in-out;
    width: 100%;
}
.widget-tab-content.view-list .item-link:hover img {
    opacity: 0.5;
}
.widget-tab-content.view-list .item-content {
    flex: 1 1 0;
    margin-left: 12px;
}
.widget-tab-content.view-list .item-title {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 6px;
}
.widget-tab-content.view-list .item-link:hover .item-title {
    color: #077ae2;
}
.widget-tab-content.view-list .item-meta {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 6px;
}
.widget-tab-content.view-list .item-meta span {
    margin-right: 6px;
}
.widget-tab-content.view-list .type-episode .item-image {
    height: 68px;
    width: 120px;
}
.widget-tab-content {
    position: relative;
}
.tvshow-title {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 0.625rem !important;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    /* white-space: nowrap; */
}
.item-title .release-date {
    color: #b2b2b2;
    font-size: 30px;
    font-weight: normal;
    line-height: 42px;
}
.item-header-badges {
    align-items: center;
    color: #ccc;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    gap: 0.45rem;
    line-height: 20px;
    margin-bottom: 24px;
}
.item-genres {
    margin-bottom: 24px;
}
.item-genres a {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 1rem;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.01786em;
    line-height: 1.25rem;
    margin-bottom: 0.7rem;
    margin-right: 0.5rem;
    padding: 0.25rem 0.75rem;
    transition: background-color 0.5s cubic-bezier(0.05, 0, 0, 1);
}
.item-genres a:hover {
    background-color: #333;
    color: #fff;
}
.item-meta-info dl {
    display: table-row;
    font-size: 17px;
}
.item-meta-info dd,
.item-meta-info dt {
    color: #fff;
    display: table-cell;
    float: none;
    margin: 0;
}
.item-meta-info dt {
    padding: 0 15px 0 0;
    vertical-align: top;
    white-space: nowrap;
}
.info-spacer {
    display: none;
    font-size: 19px;
    line-height: 23px;
    margin: 0 4px;
}
.item-title-parent-wrapper {
    margin-bottom: 12px;
}
.item-title-parent {
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: bold;
}
.item-title-parent svg {
    margin-left: -6px;
}
.item-title {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 15px;
}
.item-title-meta {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 21px;
}
.page-title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 36px;
}
.author .comments-area {
    margin: 0 auto;
    max-width: 1000px;
}
.comments-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.comments-title {
    color: #fff;
    font-size: 2rem;
}
.comments-control {
    display: flex;
    gap: 12px;
    align-items: center;
}
.comments-control select {
    background-color: rgba(0, 0, 0, 0.6);
    border: solid 1px rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    height: 30px;
    padding: 0px 16px;
    border-radius: 4px;
}
.comment-form {
    display: flex;
    margin-bottom: 1rem;
}
.comment-form-avatar {
    border-radius: 100%;
    height: 48px;
    width: 48px;
}
.comment-form-avatar img {
    border-radius: 100%;
    display: block;
    height: 100%;
    width: 100%;
}
.comment-form-avatar svg {
    height: 100%;
    width: 100%;
}
.comment-form-inner {
    flex: auto;
    margin-left: 1rem;
}
.comment-form-field {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.comment-textarea {
    background: transparent;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    font-family: inherit;
    line-height: 1.5;
    margin: 0;
    outline: none;
    padding: 1em;
    resize: none;
    resize: none;
    transition: none;
    width: 100%;
}
.comment-form.expanded .comment-form-field {
    border: 1px solid #077ae2;
    box-shadow: 0 0 0 1px #077ae2;
}
.comment-form.expanded .comment-textarea {
    resize: vertical;
}
.comment-form.expanded .comment-textarea::placeholder {
    color: #555;
}
.comment-form-controls {
    text-align: end;
}

.comment-body {
    display: flex;
    margin: 24px 0;
}
.comment-avatar {
    border-radius: 100%;
    height: 48px;
    margin-top: 0.6rem;
    width: 48px;
}
.comment-avatar img {
    border-radius: 100%;
    display: block;
    height: 100%;
    width: 100%;
}
.comment-avatar svg {
    height: 100%;
    width: 100%;
}
.comment-inner {
    flex: auto;
    margin-left: 1rem;
}
.comment-content-wrap {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px 16px;
}
.comment-header {
    color: #999;
    padding-top: 0px;
}
.comment-user {
    font-weight: 600;
}
.comment-content {
    padding: 12px 0;
}
.comment-content > :last-child {
    margin-bottom: 0;
}
.comment-footer {
    display: flex;
}
.comment-btn {
    align-items: center;
    background-color: transparent;
    border: 0 solid transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    fill: #fff;
    justify-content: center;
    padding: 3px 12px;
}
.jp-voting-container {
    display: flex;
    gap: 6px;
}
.jp-vote-btn {
    display: flex;
    gap: 6px;
    align-items: center;
    background-color: transparent;
    border: 0 solid transparent;
    color: #fff;
    cursor: pointer;
    fill: #fff;
    justify-content: center;
    padding: 3px 6px;
}

.n {
    display: none;
}
.single-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 76rem;
}
.footer-bottom {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 4rem;
    padding-top: 0rem;
}
.copy {
    color: #7f7f7f;
}
.nav-footer {
    margin-top: 24px;
}
.nav-footer ul li {
    display: inline-block;
}
.nav-footer ul li a {
    color: #999;
    display: block;
    padding: 12px 9px;
}
.nav-footer ul li a:hover {
    color: #077ae2;
}
.block-grid-image-more-button {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all 0.2s ease 0s;
    width: 40px;
}
.block-grid-image-more-button:hover {
    background-color: rgba(18, 18, 18, 0.45);
}
.spinner {
    background-size: 20px 20px;
    display: inline-block;
    height: 20px;
    margin: 4px 10px 0;
    margin: -4px 0 0;
    opacity: 0.7;
    vertical-align: middle;
    visibility: hidden;
    width: 20px;
}
.spinner.active {
    visibility: visible;
}
.pagination {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0 2rem;
}
.pagination > ul > li {
    float: left;
    margin-right: 6px;
    text-align: center;
}
.pagination > ul > li > .page-numbers {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    min-width: 18px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
}
.pagination > ul > li > .page-numbers.disabled {
    background: transparent !important;
    border-color: #222 !important;
    box-shadow: none !important;
    color: #333 !important;
    cursor: default;
    transform: none !important;
}
.pagination > ul > li > .page-numbers:hover {
    background-color: #077ae2;
    border-color: #077ae2;
    color: #fff;
}
.pagination > ul > li > .page-numbers.current {
    background-color: #077ae2;
    border-color: #077ae2;
    color: #fff;
}
.pagination .prev,
.pagination .next {
    background-color: #ccc;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    padding: 0 12px;
    transition: all 0.2s ease 0s;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}
.author .profile-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.profile-wrapper {
    margin-bottom: 42px;
}
.profile-header {
    display: flex;
    margin-bottom: 42px;
    gap: 20px;
}
.profile-image {
    align-items: center;
    display: flex;
    height: 155px;
    width: 155px;
}
.profile-image img {
    border-radius: 100%;
}
.profile-image svg {
    height: 100%;
    width: 100%;
}
.profile-content {
    display: block;
    width: 60%;
}
.displayname {
    font-size: 3em;
    line-height: normal;
}
.username {
    color: #999;
}
.description {
    margin-top: 18px;
}
.nav-profile {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-profile ul li {
    display: inline-block;
}
.nav-profile ul li a {
    display: block;
    font-weight: 600;
    padding: 15px 24px;
}
.nav-profile ul li a span {
    border-bottom: 2px solid transparent;
    padding: 18px 0px;
}
.nav-profile ul li.current a span {
    border-bottom-color: #077ae2;
}
.nav-profile ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
#accountform input:disabled {
    background-color: #f7f7f7;
    color: #999;
}
.account {
    margin: 0px auto;
    max-width: 1000px;
}
.preview-avatar {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 24px;
}
.account-sidebar {
}
.nav-account ul {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 8px;
    margin-bottom: 30px;
}
.nav-account ul li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 12px 0 12px 36px;
    position: relative;
    transition: all 0.2s ease 0s;
}
.nav-account ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.nav-account ul li.current a {
    background-color: rgba(255, 255, 255, 0.1);
}
.form-notice.error {
    color: #ff0000;
}
.form-notice {
    background-color: #f7f7f7;
    color: #090;
    font-size: 13px;
    line-height: 15px;
    padding: 12px 15px;
}
.form-notice p {
    margin-bottom: 6px;
}

.avatar-image {
    align-items: center;
    display: flex;
    margin-top: 12px;
}
.button {
    background-color: #1977be;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 36px;
}
.button:hover {
    opacity: 0.8;
}
.login.button {
    width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.form-control {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 18px;
    transition: all 0.15s ease-in-out;
    width: 100%;
}
.form-control:focus {
    border-color: #077ae2;
    box-shadow: 0 0 0 1px #077ae2;
}
.btn {
    background-color: #077ae2;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 36px;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    height: 46px;
}
.btn:hover {
    opacity: 0.8;
}
.mb-4 {
    margin-bottom: 1rem;
}
.w-80 {
    width: 20rem;
}
.w-96 {
    width: 24rem;
}
.pr-48 {
    padding-right: 12rem;
}
.pl-8 {
    padding-left: 2rem;
}
.form-label {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3px;
    padding: 0px;
}
.jp_widget_genres > ul {
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(2, 1fr);
}
.jp_widget_genres > ul > li > a {
    background-color: #101010;
    display: block;
    line-height: 1.2;
}
.jp_widget_genres > ul > li > a .btnwrap {
    align-items: center;
    display: flex;
    padding: 9px 0px 9px 15px;
}
.jp_widget_genres > ul > li > a:hover {
    background-color: #1c1c1c;
}
.jp_widget_genres > ul > li > a svg {
    display: none;
    height: 24px;
    margin: 0;
    width: 24px;
}
.jp_widget_genres a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget a {
    color: #fff;
}
.widget a:hover {
    color: #077ae2;
}

.jp_widget_years > ul {
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(3, 1fr);
}
.jp_widget_years > ul > li > a {
    background-color: #131313;
    color: #fff;
    display: block;
    padding: 6px 15px 6px 15px;
    text-align: center;
}
.jp_widget_years > ul > li > a:hover {
    background-color: #077ae2;
    color: #fff;
}
.episodes-header {
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
}
.episodes-control {
    margin-left: 30px;
}
.episodes-control select {
    background-color: rgba(0, 0, 0, 0.6);
    border: solid 1px rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    height: 30px;
    padding: 0px 16px;
    border-radius: 4px;
}
.episodes-title {
    color: #fff;
    font-size: 2rem;
}
.episode-list {
    display: grid;
    grid-auto-flow: dense;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    margin-bottom: 36px;
}
.card-episode-show-title-wrapper {
    align-self: flex-start;
    margin-bottom: 0.25rem;
    max-width: 100%;
}
.card-episode-show-title {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 0.625rem;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.episode-image {
    background-color: #000;
    height: 165px;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    width: auto;
}
.episode-image img {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.episode-title {
    margin-bottom: 6px;
}
.episode-title h2 {
    color: #fff;
    font-size: 18px;
}
.episode-content p {
    color: #bbb;
    font-size: 13px;
    line-height: 18px;
}
.home-slider {
    background-color: #000;
    display: block;
    height: 485px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slide {
    background-color: #000;
    background-position: center -50px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    width: 100%;
}
.slide-cover {
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.slide-cover {
    background: linear-gradient(to bottom, rgba(24, 24, 24, 0) 0, rgba(24, 24, 24, 1) 100%);
}
.site-header {
    background-image: linear-gradient(to bottom, #0f0f0f 1%, transparent 100%);
}
.slide-content {
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    width: 79rem;
}
.slide .slide-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 18px;
    max-width: 690px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.slide .slide-metadata {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 0.45rem;
    line-height: 21px;
    margin-bottom: 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.slide .spacer {
    display: none;
    font-size: 24px;
    margin: 0 4px;
    vertical-align: text-top;
}
.slide .slide-overview {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    max-width: 690px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.slider-inner {
    height: 100%;
}
.slider-control-container {
    bottom: 90px;
    display: flex;
    left: 0;
    margin: 0 auto;
    max-width: 79rem;
    padding: 0 2rem;
    position: absolute;
    right: 0;
}
.slider-controls {
    margin-left: auto;
    z-index: 500;
}
.slider-controls button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 15px 5px;
}
.slider-controls button span {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    display: block;
    height: 10px;
    transition: background-color 0.3s ease-in-out;
    width: 10px;
}
.slider-controls button.cycle-pager-active span,
.slider-controls button:hover span {
    background-color: #fff;
}
.slide .slide-btn {
    align-items: center;
    background: #077ae2;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    fill: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
    padding: 7px 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    transition: all 0.25s ease;
}
.slide .slide-btn:hover {
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.slide .slide-btn .icon {
    margin-right: 9px;
}

.pw-block {
    margin-bottom: 36px;
}
.trailers-area {
    background-color: #101010;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 24px;
    padding: 15px;
}
.nav-social ul li a {
    display: block;
    opacity: 0.4;
    padding: 12px 12px;
    transition: opacity 0.2s ease-in-out;
}
.nav-social ul li a:hover {
    opacity: 1;
}
.nav-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.nav-social ul li {
    display: inline;
    line-height: 1;
}
.nav-social ul li .svg-icon {
    fill: #fff;
    vertical-align: middle;
}

.left-sidebar .content-container {
    flex-direction: row-reverse;
}
.left-sidebar .widget-area {
    margin-left: 0;
    margin-right: 42px;
}
.widget-tab-content.view-list {
    min-height: 360px;
}
.home-slider + .content-container {
    padding-top: 3rem;
}
.page-header {
    margin-bottom: 36px;
    position: relative;
}
.nav-filter {
    display: flex;
}
.nav-filter-item {
    display: inline-block;
    margin-right: 12px;
}
.nav-filter-item-btn {
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    justify-content: center;
    padding: 3px 24px;
    transition: background-color 100ms;
    white-space: nowrap;
}
.nav-filter-item.active .nav-filter-item-btn {
    background-color: #077ae2;
    border-color: #077ae2;
}
.nav-filter-item-btn img {
    height: 14px;
    margin-left: 12px;
    margin-top: 3px;
    transition: transform 100ms;
    user-select: none;
    width: 20px;
}
.nav-filter-item.active .nav-filter-item-btn img {
    transform: rotate(180deg);
}
.nav-filter-submenu {
    background-color: #222222;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    left: 0px;
    margin-left: 0;
    margin-top: 9px;
    height: 320px;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 24px;
    pointer-events: initial;
    position: absolute;
    transition: opacity 140ms ease 0s;
    z-index: -1;
}
.nav-filter-item.active .nav-filter-submenu {
    opacity: 1;
    z-index: 10;
}
.nav-filter-submenu ul {
    display: flex;
    gap: 10px;
    flex-flow: column wrap;
}
.nav-filter-submenu ul li {
    box-sizing: border-box;
    overflow: hidden;
    width: 220px;
}
.nav-filter-submenu ul li a {
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 12px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: background-color 100ms, color 100ms;
    white-space: nowrap;
}
.nav-filter-submenu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.nav-filter-submenu ul li.current-cat a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.imdb-logo {
    display: inline;
    vertical-align: bottom;
}
.block-title-warp {
    align-items: center;
    display: flex;
    margin-bottom: 24px;
}
.block-title-warp .icon {
    fill: #fff;
    height: 18px;
    margin-left: 6px;
    margin-top: -2px;
    width: 18px;
}
.JP_widget_top_users ul li {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}
.list-avatar {
    border-radius: 100%;
    height: 48px;
    width: 48px;
}
.list-avatar-image {
    border-radius: 100%;
    display: block;
    height: 100%;
    width: 100%;
}
.list-inner {
    margin-left: 10px;
}
.list-displayname {
    display: block;
    font-weight: 600;
}
.list-username {
    color: #999;
    font-size: 0.85em;
}
.list-meta {
    color: #999;
    font-size: 0.85em;
}
.icon-wrapper {
    align-items: center;
    border-radius: 100%;
    display: flex;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 48px;
}
.rich-icon {
    background-size: cover;
    height: 100%;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
}
.top-site-icon {
    background-color: #222;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    position: absolute;
}
.icon-wrapper.letter-fallback::before {
    align-items: center;
    color: #fff;
    content: attr(data-fallback);
    display: flex;
    font-size: 60px;
    font-weight: 800;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    top: 7px;
    transform: rotate(-10deg);
}
.video-embed {
    height: auto;
    max-width: 100%;
}
.embed-code {
    background-color: #000;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.embed-code::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.pw-loading {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    width: 100%;
}
.embed-code.loading .pw-loading {
    display: block;
}
.video-embed .icon-play {
    cursor: pointer;
    display: block;
    height: 90px;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
    width: 90px;
}
.video-embed .icon-play:hover {
    opacity: 1;
}
.pw-loading .pw-display-container {
    align-items: center;
    background-image: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.pw-loading .loadingmessage {
    font-size: 18px;
}
.pw-loading .icon-loading {
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}
.icon-loading {
    display: none;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 50px;
}
.icon-loading > div {
    animation: cssload-spin 0.8s infinite linear;
    -o-animation: cssload-spin 0.8s infinite linear;
    -ms-animation: cssload-spin 0.8s infinite linear;
    -webkit-animation: cssload-spin 0.8s infinite linear;
    -moz-animation: cssload-spin 0.8s infinite linear;
    border: 3px solid #fff;
    border-left-color: transparent;
    border-radius: 50%;
    border-right-color: transparent;
    height: 50px;
    margin: 0 auto;
    width: 50px;
}
@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.embed-code iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.media-embed-header {
    margin: 24px auto;
    position: relative;
}
.media-menu {
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 12px;
}
.navigation-container > .navigation-item {
    margin-right: 9px;
    position: relative;
}
.media-menu .btn {
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    margin: 0;
    padding: 0 30px;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
    min-width: 180px;
    height: 50px;
}
.media-menu .btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.btn .btn-icon {
    margin-right: 9px;
}
.btn .btn-arrow {
    margin-left: 9px;
}
.navigation-item .navigation-submenu {
    background-color: #222222;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    min-width: 240px;
    padding: 15px 15px;
    position: absolute;
    top: 50px;
    width: auto;
    z-index: 999;
}
.navigation-item.active .navigation-submenu {
    display: block;
}
.navigation-item .btn2 {
    align-items: center;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 24px;
    text-decoration: none;
    transition-duration: 150ms;
    transition-property: background-color;
    width: 100%;
}
.navigation-item .btn2:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.navigation-item .number {
    margin-right: 9px;
}

.media-embed-container {
    margin: 24px auto;
    position: relative;
}

.btn-item-container {
    display: flex;
    white-space: nowrap;
}
.btn-item-provider {
    align-items: center;
    display: flex;
    margin-right: 12px;
}
.domain-icon {
    display: flex;
    height: 16px;
    margin-right: 6px;
    width: 16px;
}
.btn-item-submenu.submenu-active {
    background-color: rgba(255, 255, 255, 0.1);
}
.navigation-item .menu-active {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.domain-name {
    font-weight: 600;
}
.add-report {
    align-items: center;
    background: transparent;
    border: transparent;
    color: white;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    gap: 6px;
    padding: 0;
    position: absolute;
    right: 40px;
    top: -30px;
}
.add-report > svg {
    width: 24px;
}

.block-grid.has-1-columns {
    grid-template-columns: repeat(1, 1fr);
}
.block-grid.has-2-columns {
    grid-template-columns: repeat(2, 1fr);
}
.block-grid.has-3-columns {
    grid-template-columns: repeat(3, 1fr);
}
.block-grid.has-4-columns {
    grid-template-columns: repeat(4, 1fr);
}
.block-grid.has-5-columns {
    grid-template-columns: repeat(5, 1fr);
}
.block-grid.has-6-columns {
    grid-template-columns: repeat(6, 1fr);
}
.block-grid.has-7-columns {
    grid-template-columns: repeat(7, 1fr);
}
@media screen and (min-width: 481px) and (max-width: 600px) {
    .block-grid.has-2-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .block-grid.has-3-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .block-grid.has-4-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .block-grid.has-5-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .block-grid.has-6-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .block-grid.has-7-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 480px) {
    .block-grid.has-2-columns {
        grid-template-columns: repeat(1, 1fr);
    }
    .block-grid.has-3-columns {
        grid-template-columns: repeat(1, 1fr);
    }
    .block-grid.has-4-columns {
        grid-template-columns: repeat(1, 1fr);
    }
    .block-grid.has-5-columns {
        grid-template-columns: repeat(1, 1fr);
    }
    .block-grid.has-6-columns {
        grid-template-columns: repeat(1, 1fr);
    }
    .block-grid.has-7-columns {
        grid-template-columns: repeat(1, 1fr);
    }
    .slide .slide-btn .icon {
        display: none;
    }
}
.loading .item-title {
    border-radius: 4px;
    height: 18px;
    width: 70%;
}
.loading .item-meta {
    border-radius: 4px;
    height: 15px;
    width: 40%;
}
.abg {
    animation: bg-loading 1s linear infinite alternate;
}
@keyframes bg-loading {
    0% {
        background-color: rgba(255, 255, 255, 0.05);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.08);
    }
}

@media screen and (max-width: 481px) {
    .menu-button-container {
        display: flex;
    }
    .header-search {
        display: none;
    }
}
@media screen and (min-width: 822px) {
    .content-container {
        display: flex;
        flex-wrap: wrap;
    }
    .content-area {
        flex: 1 1 0;
    }
    .widget-area {
        margin-left: 42px;
        width: 300px;
    }
    .widget-tabs {
        justify-content: space-between;
    }
    .footer-container {
        align-items: center;
        display: flex;
        justify-content: flex-start;
    }
    .nav-footer {
        margin-left: 3rem;
        margin-top: initial;
    }
    .nav-user {
        margin-left: 2rem;
    }
    .nav-user .search-btn {
        display: none;
    }
    .nav-user .signup-btn {
        display: block;
    }
    .header-search {
        display: flex;
    }
}
@media screen and (min-width: 782px) {
    .home-slider {
        height: 540px;
    }
    .slide .slide-title {
        font-size: 48px;
        line-height: 48px;
    }
    .slide .slide-metadata {
        font-size: 18px;
    }
    .slide .slide-overview {
        font-size: 18px;
        line-height: 27px;
    }
    .slide .slide-btn {
        font-size: 15px;
        font-weight: 600;
        padding: 12px 30px;
    }
    .item-header {
        flex-direction: row;
    }
    .item-poster {
        margin-right: 42px;
        width: 300px;
    }
    .item-header .item-title {
        font-size: 42px;
        line-height: 42px;
    }
    .item-header-badges {
        font-size: 18px;
    }
    .item-header-content {
        padding-left: 40px;
    }
    .item-overview {
        clear: none;
    }
    .account {
        display: flex;
        padding: 2rem;
    }
    .account-sidebar {
        width: 210px;
        margin-right: 42px;
    }
    .account-content {
        flex: 1 1 auto;
        padding-right: 12rem;
    }
    .footer-container {
        flex-direction: row;
    }
    .nav-social {
        margin-left: auto;
    }
}

.trust-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.trust-modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.trust-modal-content {
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 60px);
    width: calc(100vw - 60px);
    max-width: 62rem;
    height: 616px;
}
.trust-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    color: #fff;
}
.trust-modal-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.trust-modal-close {
    fill: #808080;
    margin-left: auto;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}
.trust-modal-close:hover {
    fill: #b8b8b8;
    background-color: #181818;
}
.trust-modal-body {
    background-color: #000;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
.trust-modal-body iframe {
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
}
.ads-container {
    text-align: center;
    width: 100%;
    padding: 25px 0;
}
