@font-face {
    font-family: Graphy;
    font-weight: 100;
    src: url('../fonts/Graphy/Graphy_W_Th.woff2') format("woff2"), url('../fonts/Graphy/Graphy_W_Th.woff') format("woff")
}

@font-face {
    font-family: Graphy;
    font-weight: 300;
    src: url('../fonts/Graphy/Graphy_W_Lt.woff2') format("woff2"), url('../fonts/Graphy/Graphy_W_Lt.woff') format("woff")
}

@font-face {
    font-family: Graphy;
    font-weight: 400;
    src: url('../fonts/Graphy/Graphy_W_Rg.woff2') format("woff2"), url('../fonts/Graphy/Graphy_W_Rg.woff') format("woff")
}

@font-face {
    font-family: Graphy;
    font-weight: 500;
    src: url('../fonts/Graphy/Graphy_W_Md.woff2') format("woff2"), url('../fonts/Graphy/Graphy_W_Md.woff') format("woff")
}

@font-face {
    font-family: Graphy;
    font-weight: 700;
    src: url('../fonts/Graphy/Graphy_W_Bd.woff2') format("woff2"), url('../fonts/Graphy/Graphy_W_Bd.woff') format("woff")
}

@font-face {
    font-family: Graphy;
    font-weight: 900;
    src: url('../fonts/Graphy/Graphy_W_Blk.woff2') format("woff2"), url('../fonts/Graphy/Graphy_W_Blk.woff') format("woff")
}

body {
    margin: 0;
    padding: 0;
    background: #121212;
    color: #fff;
    padding-bottom: 50px;
}

* {
    font-family: Graphy;
    font-weight: 400;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #fff;
}

img {
    object-fit: cover;
}

.main {
    width: 1920px !important;
    max-width: 95% !important;
    margin: 0 auto !important;
}

.owl-stage {
    display: flex;
}

.owl-stage-outer {
    padding: 5px 0;
}

.owl-item {
    outline: 2px solid transparent;
}

.owl-item.center {
    outline: 2px solid #e50914;
}

.owl-nav.disabled {
    display: none;
}

.owl-loaded {
    opacity: 1 !important;
    transition: all .5s ease;
    transition-delay: .7s;
}

/* Header */

header {
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 9999;
}

header::before {
    content: '';
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(5, 5, 5, 1), rgba(0, 0, 0, 0));
    z-index: -1;
}

header .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .left {
    display: flex;
    align-items: center;
    width: 6%;
}

header .left i {
    display: none;
    margin-right: 20px;
    font-size: 30px;
}

header .logo img {
    width: 100%;
}

header nav {
    width: 62%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
}

header nav .menu-item {
    margin-left: 30px;
    opacity: .8;
    transition: all .3s ease;
}

header nav .menu-item.current {
    color: #e50914;
    font-weight: 900;
    opacity: 1;
    cursor: default;
}

header nav .menu-item:hover {
    opacity: 1;
}

header .menu {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menu #search,
header .menu .notification {
    font-size: 22px;
    margin-left: 25px;
    cursor: pointer;
}

header .menu .notification {
    position: relative;
}

header .menu .notification .unread {
    position: absolute;
    top: 0px;
    right: -6px;
    width: 7px;
    height: 7px;
    background: #eabd27;
    border-radius: 10px;
}

header .menu .user-login {
    margin-left: 25px;
}

header .menu .user-login .loginbtn {
    background: #161616;
    padding: 8px 15px;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 14px;
    transition: all .3s ease;
}

header .menu .user-login .loginbtn:hover {
    background: #202020;
}

header .menu .user-login #registerbtn {
    background: #e50914;
    padding: 8px 15px;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
}

header .menu .user-login #registerbtn:hover {
    background: #c5050f;
}

header .menu .user-login .buyvip {
    background: #1cb561;
    padding: 8px 15px;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 14px;
    transition: all .3s ease;
}

header .menu .user-login .buyvip:hover {
    background: #17924e;
}

header .menu .user-login .buyvip svg {
    fill: #fff;
    vertical-align: top;
    height: 22px;
    width: 22px;
    margin-left: 4px;
}

header .menu #user-nav {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

header .menu #user-nav {
    margin-left: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

header .menu #user-nav img {
    border-radius: 3px;
}

header .menu #user-nav i {
    transition: all .3s ease;
    margin-left: 10px;
}

header .menu .drop-down {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgb(0 0 0 / 50%);
    padding: 20px 15px;
    backdrop-filter: blur(30px);
    border-radius: 10px;
    width: 200px;
    margin-top: 5px;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

header .menu #user-nav:hover .drop-down {
    opacity: 1;
    visibility: visible;
}

header .menu #user-nav:hover>i {
    transform: rotate(180deg);
}

header .menu .drop-down .vip-status {
    border-bottom: 1px solid #292929;
    padding-bottom: 15px;
    display: flex;
}

header .menu .drop-down .vip-status i {
    color: #e50914;
}

header .menu .drop-down .vip-status span {
    font-size: 12px;
    margin-left: 5px;
}

header .menu .drop-down a {
    margin-top: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    opacity: .7;
    transition: all .3s ease;
}

header .menu .drop-down a:hover {
    opacity: 1;
}

header .menu .drop-down span {
    margin-left: 15px;
}

header .menu .drop-down .icon {
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Index Page */

.special-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    opacity: 0;
}

.special-slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgb(18 18 18), rgba(0, 0, 0, 0));
}

.special-slider .slider-holder {
    width: 100%;
    height: 100vh;
    position: relative;
}

.special-slider .slider-holder img {
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
}

.special-slider .slider-holder .post-data {
    position: absolute;
    bottom: 15%;
    left: 40px;
    width: 40%;
}

.special-slider .slider-holder .post-data .post-type {
    font-size: 30px;
    font-weight: 300;
    opacity: .5;
}

.special-slider .slider-holder .post-data .post-name {
    font-size: 30px;
    font-weight: 900;
}

.special-slider .slider-holder .post-data .flex-data {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.special-slider .slider-holder .post-data .flex-data a {
    font-size: 22px;
    font-weight: 500;
    color: #eee;
    transition: all .3s ease;
}

.special-slider .slider-holder .post-data .flex-data a:hover {
    color: #e50914;
}

.special-slider .slider-holder .post-data .flex-data .rate {
    font-size: 22px;
    color: #eee;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.special-slider .slider-holder .post-data .flex-data .rate span {
    font-weight: 500;
    margin-right: 2px;
}

.special-slider .slider-holder .post-data .flex-data .space {
    width: 1px;
    height: 25px;
    background: #fff;
    margin: 0 10px;
}

.special-slider .slider-holder .post-data .post-story {
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 20px;
    color: #ddd;
}

.special-slider .slider-holder .post-data .post-button {
    display: flex;
    align-items: center;
}

.special-slider .slider-holder .post-data .post-button button,
.special-slider .slider-holder .post-data .post-button a {
    padding: 10px 30px;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 10px;
    transition: all .3s ease;
}

.special-slider .slider-holder .post-data .post-button [PlayOnline] {
    background: #e50914;
    color: #fff;
}

.special-slider .slider-holder .post-data .post-button [PlayOnline]:hover {
    background: #c5050f;
}

.special-slider .slider-holder .post-data .post-button [playTrailer] {
    background: #fff;
    color: #000;
}

.special-slider .slider-holder .post-data .post-button [playTrailer]:hover {
    background: #ddd;
}

.special-slider .slider-holder .post-data .post-button a {
    background: #ffffff23;
    color: #fff;
}

.special-slider .slider-holder .post-data .post-button a:hover {
    background: #fff;
    color: #000;
}

.special-slider .slider-holder .post-data .post-button i {
    margin-right: 10px;
}

.special-slider .slider-holder .post-data .post-button span {
    font-weight: 500;
}

#modal-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    backdrop-filter: blur(100px);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

#modal-search.active {
    opacity: 1;
    visibility: visible;
}

#close-search {
    position: absolute;
    left: 10%;
    top: 10%;
    font-size: 50px;
    color: #e50914;
    cursor: pointer;
    transition: all .3s ease;
}

#close-search:hover {
    color: #c5050f;
}

#modal-search .search-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#modal-search .search-holder .search_result {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    width: 100%;
    max-height: 300px;
    background: rgb(21 21 21 / 100%);
    padding: 10px;
    border-radius: 10px;
    overflow-y: auto;
    display: none;
}

#modal-search .search-holder .search_result::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

#modal-search .search-holder .search_result::-webkit-scrollbar-track {
    border-radius: 19px;
    background-color: #282828;
}

#modal-search .search-holder .search_result::-webkit-scrollbar-track:hover {
    background-color: #282828;
}

#modal-search .search-holder .search_result::-webkit-scrollbar-track:active {
    background-color: #282828;
}

#modal-search .search-holder .search_result::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #333;
}

#modal-search .search-holder .search_result::-webkit-scrollbar-thumb:hover {
    background-color: #444;
}

#modal-search .search-holder .search_result::-webkit-scrollbar-thumb:active {
    background-color: #111;
}

#modal-search .search-holder .search_result .search_item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    transition: all .3s ease;
}

#modal-search .search-holder .search_result .search_item.clone {
    display: none !important;
}

#modal-search .search-holder .search_result .search_item:hover {
    background: rgb(18 18 18);
}

#modal-search .search-holder .search_result .search_item img {
    width: 60px;
    height: 80px;
    border-radius: 5px;
}

#modal-search .search-holder .search_result .search_item .search_post {
    margin-left: 17px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

#modal-search .search-holder .search_result .search_item .search_post>span {
    font-size: 16px;
    font-weight: 700;
}

#modal-search .search-holder .search_result .search_item .search_post .post_update {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 15px;
}

#modal-search .search-holder .search_result .search_item .search_post .post_update strong {
    display: flex;
    align-items: center;
    gap: 6px;
}

#modal-search .search-holder .search_result .search_item .search_post .post_update span {
    width: 30px;
    background: #e50914;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
    padding-right: 2px;
    border-radius: 3px;
    text-align: center;
}

#modal-search .search-holder .avc-search {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-search .search-holder .avc-search select {
    display: none !important;
}

#modal-search .search-holder .avc-search .select-wrapper {
    position: relative;
    display: inline-block;
    width: 150px;
    user-select: none;
    margin: 0 10px;
}

#modal-search .search-holder .avc-search .select-wrapper .select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
}

#modal-search .search-holder .avc-search .select-wrapper i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all .3s ease;
}

#modal-search .search-holder .avc-search .select-wrapper.show i {
    transform: translateY(-50%) rotate(180deg);
}

#modal-search .search-holder .avc-search .select-wrapper .select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #0e0e0e;
    z-index: 1;
    margin-top: 5px;
    border-radius: 10px;
    overflow: hidden;
    max-height: 220px;
    overflow-y: auto;
}

#modal-search .search-holder .avc-search .select-wrapper .select-options::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

#modal-search .search-holder .avc-search .select-wrapper .select-options::-webkit-scrollbar-track {
    border-radius: 19px;
    background-color: #282828;
}

#modal-search .search-holder .avc-search .select-wrapper .select-options::-webkit-scrollbar-track:hover {
    background-color: #282828;
}

#modal-search .search-holder .avc-search .select-wrapper .select-options::-webkit-scrollbar-track:active {
    background-color: #282828;
}

#modal-search .search-holder .avc-search .select-wrapper .select-options::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #333;
}

#modal-search .search-holder .avc-search .select-wrapper .select-options::-webkit-scrollbar-thumb:hover {
    background-color: #444;
}

#modal-search .search-holder .avc-search .select-wrapper .select-options::-webkit-scrollbar-thumb:active {
    background-color: #111;
}

#modal-search .search-holder .avc-search .select-wrapper .select-options.show {
    display: block;
}

#modal-search .search-holder .avc-search .select-wrapper .select-options .option {
    padding: 10px;
    cursor: pointer;
}

#modal-search .search-holder .avc-search .select-wrapper .select-options .option.active {
    font-weight: 700;
    color: #e50914;
}

#modal-search .search-holder .avc-search .select-wrapper .select-options .option:hover {
    background: #1a1a1a;
}

#modal-search .search-holder .input_holder {
    position: relative;
}

#modal-search .search-holder .input_holder input {
    width: 60vw;
    height: 40px;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 20px;
    border: none;
    outline: none;
    background: rgb(65 65 65 / 50%);
    color: #fff;
}

#modal-search .search-holder .input_holder button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    outline: none;
    background: #e50914;
    padding: 4px 10px 5px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    transition: background .3s ease;
    display: none;
}

#modal-search .search-holder button[type="submit"] {
    margin-top: 30px;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    outline: none;
    background: #e50914;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

#modal-search .search-holder button:hover {
    background: #c5050f;
}

.get-started {
    margin: 0 auto;
    margin-top: -100px;
    width: 80%;
    padding: 20px;
    top: 0;
    position: relative;
    background: radial-gradient(51.39% 511.66% at 47.68% -217.91%, #ff9900 0%, #e50914 17.27%, #0e1b4f 79.44%, #000413 100%);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.get-started .text1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.get-started .text2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 5px;
    text-align: center;
}

.get-started .text3 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}

.get-started .email-holder {
    position: relative;
    margin-top: 20px;
    display: flex;
    width: 50%;
    gap: 10px;
}

.get-started .response {
    margin-top: 10px;
    padding: 4px 10px 6px;
    border-radius: 5px;
    user-select: none;
}

.get-started .response.ok {
    background: #0a562b;
}

.get-started .response.err {
    background: #e50914;
}

.get-started .email-holder .placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    opacity: .5;
    user-select: none;
    cursor: text;
    transition: all .3s ease;
}

.get-started.focus .email-holder .placeholder {
    top: 13px;
    left: 10px;
    font-size: 11px;
    color: #ccc;
    opacity: .3;
}

.get-started .email-holder .input-holder {
    margin: 0;
}

.get-started .email-holder input {
    background: rgb(0 0 0 / 50%);
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: 1px solid transparent;
}

.get-started.error .email-holder input {
    border-color: #e50914;
}

.get-started.success .email-holder input {
    border-color: #03c11d;
}

.get-started .email-holder button {
    width: 40%;
    background: #e50914;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
}

.get-started .email-holder button:hover {
    background: #c5050f;
}

.get-started .email-holder button span {
    font-size: 18px;
    font-weight: 500;
}

.get-started .email-holder button i {
    font-size: 24px;
    margin-left: 15px;
}

.posts-slider {
    margin-top: 40px !important;
    overflow: hidden;
}

.posts-slider .title-slider {
    font-size: 24px;
    font-weight: 500;
}

.posts-slider .body-slider {
    display: flex;
    width: 100%;
    margin-top: 15px;
    opacity: 0;
    position: relative;
}

.posts-slider .body-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.posts-slider .body-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.posts-slider .body-slider .owl-nav button {
    width: 50px;
    height: 100px;
    outline: none;
    border: none;
    background: #1c1c1c50;
    color: #fff;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-radius: 100px;
    cursor: pointer;
    margin: 0 20px;
    transition: all .3s ease;
}

.posts-slider .body-slider .owl-nav button:hover {
    background: #1c1c1c;
}

.posts-slider .body-slider .owl-nav button i {
    font-size: 30px;
}

.posts-slider .body-slider .owl-item {
    border-radius: 10px;
    min-width: 150px;
    height: 100%;
    flex-shrink: 1;
    overflow: hidden;
    transition: all .5s ease;
}

.posts-slider .body-slider .owl-item.center,
.posts-slider .body-slider .owl-item:hover {
    min-width: 400px !important;
}

.posts-slider .body-slider .owl-item.center .poster,
.posts-slider .body-slider .owl-item:hover .poster {
    width: 200%;
    height: auto;
}

.posts-slider .body-slider .post-item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.posts-slider .body-slider .post-item .mini-post {
    background: #161616;
    padding: 10px;
    border-radius: 10px;
}

.posts-slider .body-slider .post-item .mini-post .cover {
    position: relative;
    width: 100%;
    height: 300px;
}

.posts-slider .body-slider .post-item .mini-post .cover .poster {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all .5s ease;
}

.posts-slider .body-slider .post-item .mini-post .cover .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    filter: brightness(.3);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.posts-slider .body-slider .owl-item.center .poster,
.posts-slider .body-slider .owl-item:hover .poster {
    display: none !important;
}

.posts-slider .body-slider .owl-item.center .backdrop,
.posts-slider .body-slider .owl-item:hover .backdrop {
    opacity: 1 !important;
    visibility: visible !important;
}

.posts-slider .body-slider .post-item .mini-post .post-name {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    z-index: 1;
}

.posts-slider .body-slider .owl-item.center .post-name,
.posts-slider .body-slider .owl-item:hover .post-name {
    display: none;
}

.posts-slider .body-slider .post-item .mini-post .post-name .name {
    display: block;
    width: 75%;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.posts-slider .body-slider .post-item .mini-post .post-name .year {
    background: #e50914;
    padding: 0px 4px 1px;
    border-radius: 4px;
    font-size: 14px;
}

.posts-slider .body-slider .post-item .mini-post .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.posts-slider .body-slider .owl-item.center .overlay,
.posts-slider .body-slider .owl-item:hover .overlay {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
    transition: opacity 1s ease;
    transition-delay: .15s;
}

.posts-slider .body-slider .post-item .mini-post .overlay .fa-bookmark {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    transition: all .3s ease;
}

.posts-slider .body-slider .post-item .mini-post .overlay .fa-bookmark:hover {
    color: #ccc;
}

.posts-slider .body-slider .post-item .mini-post .overlay i.fas.fa-bookmark {
    display: none;
    color: #e50914;
}

.posts-slider .body-slider .post-item .mini-post .overlay.added-bookmark i.fas {
    display: block !important;
}

.posts-slider .body-slider .post-item .mini-post .overlay.added-bookmark i.far {
    display: none !important;
}

.posts-slider .body-slider .post-item .mini-post .overlay .data-holder {
    position: absolute;
    bottom: 10%;
    left: 10px;
    width: 100%;
    padding: 0 20px;
}

.posts-slider .body-slider .post-item .mini-post .overlay .data-holder .name {
    font-size: 16px;
}

.posts-slider .body-slider .post-item .mini-post .overlay .data-holder .post-data {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.posts-slider .body-slider .post-item .mini-post .overlay .data-holder .post-data .data-item {
    font-size: 14px;
}

.posts-slider .body-slider .post-item .mini-post .overlay .data-holder .post-data .space {
    width: 1px;
    height: 15px;
    background: #fff;
    margin: 0 15px;
}

.posts-slider .body-slider .post-item .mini-post .overlay .data-holder .post-episode {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.posts-slider .body-slider .post-item .mini-post .overlay .data-holder .post-episode .episode,
.posts-slider .body-slider .post-item .mini-post .overlay .data-holder .post-episode .subtitle {
    display: flex;
    align-items: center;
    width: 50%;
}

.posts-slider .body-slider .post-item .mini-post .overlay .data-holder .post-episode .episode i,
.posts-slider .body-slider .post-item .mini-post .overlay .data-holder .post-episode .subtitle i {
    margin-right: 7px;
    background: #e50914;
    padding: 4px;
    border-radius: 5px;
}

/* Single Page */

.single {
    position: relative;
    background: var(--singlebg);
    width: 100%;
    height: 120vh;
    background-size: cover;
    background-position: center;
}

.single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    /*backdrop-filter: blur(40px);*/
    z-index: 0;
}

.single::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgb(5 5 5), rgba(0, 0, 0, 0));
    z-index: 0;
}

.single .single_body {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    z-index: 2;
}

.single .single_body .cover {
    position: relative;
    width: 20%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.single .single_body .cover img {
    width: 100%;
    height: 100%;
}

.single .single_body .cover .post-badge-status {
    top: 10px;
    lefT: 10px;
    font-size: 14px;
}

.single .single_body .data {
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single .single_body .data .title {
    font-size: 34px;
    font-weight: 700;
}

.single .single_body .data .top-mobile {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 20px;
}

.single .single_body .data .top-mobile .post-mdl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single .single_body .data .top-mobile .post-mdl img {
    width: 70px;
}

.single .single_body .data .top-mobile .post-mdl .post-rate {
    font-size: 20px;
    font-weight: 500;
}

.single .single_body .data .top-mobile .post-mdl .post-rate span {
    font-weight: 700;
    font-size: 34px;
}

.single .single_body .data .top-mobile .post-watchlist-mobile {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 36px;
}

.single .single_body .data .top-mobile .post-watchlist-mobile i.fa-bell.added {
    color: #3db66d;
}

.single .single_body .data .top-mobile .post-watchlist-mobile i.fa-bookmark.added {
    color: #eb8308;
}

.single .single_body .data .post-update-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.single .single_body .data .post-update-mobile .last-episode,
.single .single_body .data .post-update-mobile .last-subtitle {
    width: 50%;
    margin: 0;
    background: rgb(22 22 22 / 50%);
    text-align: left;
    display: flex;
    align-items: center;
}

.single .single_body .data .post-update-mobile .last-episode i,
.single .single_body .data .post-update-mobile .last-subtitle i {
    margin-right: 10px;
    background: #e50914;
    color: #000;
    width: 40px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 14px;
}

.single .single_body .data .mobile_sidebar {
    display: none;
    width: 100%;
}

.single .single_body .data .mobile_sidebar .user-rate {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    padding: 20px;
    gap: 25px;
    border-radius: 40px;
}

.single .single_body .data .mobile_sidebar .user-rate .like,
.single .single_body .data .mobile_sidebar .user-rate .dislike {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single .single_body .data .mobile_sidebar .user-rate .like.active,
.single .single_body .data .mobile_sidebar .user-rate .dislike.active {
    color: #e50914;
}

.single .single_body .data .mobile_sidebar .user-rate .spacing {
    width: 1px;
    height: 20px;
    background: #999;
}

.single .single_body .data .year {
    font-size: 28px;
    font-weight: 500;
    color: #ddd;
}

.single .single_body .data .genre {
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 5px;
}

.single .single_body .data .genre::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.single .single_body .data .genre::-webkit-scrollbar-track {
    border-radius: 19px;
    background-color: #282828;
}

.single .single_body .data .genre::-webkit-scrollbar-track:hover {
    background-color: #282828;
}

.single .single_body .data .genre::-webkit-scrollbar-track:active {
    background-color: #282828;
}

.single .single_body .data .genre::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #333;
}

.single .single_body .data .genre::-webkit-scrollbar-thumb:hover {
    background-color: #444;
}

.single .single_body .data .genre::-webkit-scrollbar-thumb:active {
    background-color: #111;
}

.single .single_body .data .genre .genre-item {
    border: 2px solid #979797;
    padding: 6px 30px 7px;
    margin-right: 15px;
    border-radius: 40px;
    transition: all .3s ease;
}

.single .single_body .data .genre .genre-item:hover {
    background: #181818;
}

.single .single_body .sidebar .post-mdl {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single .single_body .sidebar .post-mdl .mdl-icon {
    width: 50px;
}

.single .single_body .sidebar .post-mdl .post-rate {
    margin-left: 10px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
}

.single .single_body .sidebar .post-mdl .post-rate span {
    font-weight: 700;
}

.single .single_body .data .post-data {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single .single_body .data .data-item {
    display: flex;
    align-items: center;
    margin: 5px 0;
    margin-right: 25px;
}

.single .single_body .data .data-item i {
    color: #000;
    width: 40px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 14px;
}

.single .single_body .data .data-item:nth-child(1) i {
    background: #e5a28f;
}

.single .single_body .data .data-item:nth-child(2) i {
    background: #e08fe5;
}

.single .single_body .data .data-item:nth-child(3) i {
    background: #7a9dd2;
}

.single .single_body .data .data-item:nth-child(4) i {
    background: #a87ad2;
}

.single .single_body .data .data-item:nth-child(5) i {
    background: #7ad2a0;
}

.single .single_body .data .data-item:nth-child(6) i {
    background: #ed5151;
}

.single .single_body .data .data-item .data-value {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .75px;
}

.single .single_body .data .story-holder {
    position: relative;
}

.single .single_body .data .story-holder .post-story {
    font-size: 12px;
    font-weight: 100;
    line-height: 25px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    text-align: justify;
}

.single .single_body .data .story-holder.active .post-story {
    height: auto;
}

/*.single .single_body .data .story-holder .post-story::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(0deg, black, transparent);*/
/*}*/

.single .single_body .data .story-holder.active .post-story::before {
    display: none;
}

.single .single_body .data .story-holder .show-more {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    outline: none;
    border: none;
    background: #e50914;
    color: #fff;
    padding: 7px 15px 8px;
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.single .single_body .data .story-holder.active .show-more {
    display: none;
}

.single .single_body .data .show-more i {
    margin-left: 10px;
}

.single .single_body .data .post-actions {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.single .single_body .data .post-actions.mobile {
    display: none;
}

.single .single_body .data .post-actions [PlayOnline] {
    background: #e50914;
    border: 2px solid #e50914;
    color: #fff;
    outline: none;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    margin-right: 20px;
    transition: all .3s ease;
}

.single .single_body .data .post-actions [PlayOnline]:hover {
    background: #c5050f;
}

.single .single_body .data .post-actions [playTrailer] {
    background: transparent;
    border: 2px solid #e50914;
    color: #e50914;
    outline: none;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: all .3s ease;
}

.single .single_body .data .post-actions [playTrailer]:hover {
    background: #e50914;
    color: #fff;
}

.single .single_body .sidebar {
    width: 20%;
    padding: 20px;
    margin-left: 10px;
    background: rgb(0 0 0 / 50%);
    /*backdrop-filter: blur(20px);*/
    border-radius: 30px;
    box-shadow: 0 0 40px #ffffff0f;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single .single_body .sidebar .post-watchlist {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.single .single_body .sidebar .post-watchlist i {
    margin: 0 20px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.single .single_body .sidebar .post-watchlist i.fa-bell.added,
.single .single_body .sidebar .post-watchlist i.fa-bell:hover {
    color: #3db66d;
}

.single .single_body .sidebar .post-watchlist i.fa-bookmark.added,
.single .single_body .sidebar .post-watchlist i.fa-bookmark:hover {
    color: #eb8308;
}

.single .single_body .sidebar .user-rate {
    background: #161616;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
}

.single .single_body .sidebar .user-rate .like,
.single .single_body .sidebar .user-rate .dislike {
    cursor: pointer;
    transition: all .3s ease;
}

.single .single_body .sidebar .user-rate .like span,
.single .single_body .sidebar .user-rate .dislike span {
    font-weight: 500;
}

.single .single_body .sidebar .user-rate .spacing {
    width: 1px;
    height: 20px;
    background: #393939;
}

.single .single_body .sidebar .user-rate i {
    margin-right: 7px;
}

.single .single_body .sidebar .user-rate .like:hover,
.single .single_body .sidebar .user-rate .dislike:hover {
    color: #fb5d65;
}

.single .single_body .sidebar .user-rate .like.active,
.single .single_body .sidebar .user-rate .dislike.active {
    color: #e50914;
}

.single .single_body .broadcast {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.single .single_body .broadcast .title {
    background: #e50914;
    color: #fff;
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
}

.single .single_body .broadcast .title i {
    font-size: 14px;
    margin-left: 10px;
}

.single .single_body .broadcast .value {
    width: 100%;
}

.single .single_body .broadcast .value p {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
    overflow-y: auto;
    max-height: 70px;
    gap: 5px;
    padding: 0 10px;
}

.single .single_body .broadcast .value p::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.single .single_body .broadcast .value p::-webkit-scrollbar-track {
    border-radius: 19px;
    background-color: #282828;
}

.single .single_body .broadcast .value p::-webkit-scrollbar-track:hover {
    background-color: #282828;
}

.single .single_body .broadcast .value p::-webkit-scrollbar-track:active {
    background-color: #282828;
}

.single .single_body .broadcast .value p::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #333;
}

.single .single_body .broadcast .value p::-webkit-scrollbar-thumb:hover {
    background-color: #444;
}

.single .single_body .broadcast .value p::-webkit-scrollbar-thumb:active {
    background-color: #111;
}

.single .single_body .broadcast .value span {
    background: rgb(229 9 20 / 30%);
    padding: 5px 7px;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
    backdrop-filter: blur(10px);
    font-weight: 100;
    width: 100%;
}

.single .single_body .broadcast .title span {
    font-size: 14px;
}

.single .single_body .last-episode,
.single .single_body .last-subtitle {
    background: #161616;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 5px;
}

.single .single_body .last-subtitle {
    margin-top: 10px;
}

.single .single_body .last-episode i,
.single .single_body .last-subtitle i {
    margin-right: 7px;
    background: #e50914;
    padding: 4px;
    border-radius: 5px;
}

.single .single_body .last-episode span,
.single .single_body .last-subtitle span {
    font-weight: 100;
}

.single .single_body .post-views {
    background: #161616;
    padding: 7px 0 8px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.single .time-casts {
    display: flex;
    margin-top: 30px;
    position: relative;
}

.single .timestamp {
    width: 18%;
    background: rgb(229 9 20 / 10%);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 20px 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 0 40px #0000008f;
}

.single .timestamp .episode-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 20px;
}

.single .timestamp .timer {
    letter-spacing: 3px;
    background: #e50914;
    padding: 4px 10px;
    border-radius: 10px;
    user-select: none;
    box-shadow: 0 0 20px #ff2832c2;
}

.single .timestamp .timer span {
    font-size: 26px;
    font-weight: 700;
    color: #fffffffa;
}

.single .timestamp .timer span:after {
    content: ':';
    margin-left: 5px;
}

.single .timestamp .timer span:last-child:after {
    content: '';
}

.single .timestamp .episode-data {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.single .timestamp .episode-data i {
    background: #e50914;
    color: #fff;
    width: 40px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 14px;
    margin-right: 10px;
}

.single .timestamp .episode-data .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single .timestamp .episode-data .right .number span {
    font-size: 16px;
}

.single .timestamp .episode-data .right .data {
    font-size: 16px;
    font-weight: 100;
    margin-top: 5px;
}

.single .casts {
    position: relative;
    width: calc(82% - 30px);
    background: rgb(0 0 0 / 80%);
    border: 3px solid #131313;
    border-radius: 20px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
}

.single .casts.max {
    width: 100%;
    height: 225px;
    margin: 0;
}

.single .casts .casts-holder {
    width: 90%;
    z-index: 1;
}

.single .casts .casts-holder .cast-slider:not(.gallery) .owl-item {
    padding: 10px;
}

.single .casts .casts-holder .cast-slider {
    display: none;
    width: 100%;
}

.single .casts .casts-holder .cast-slider.active {
    display: flex;
}

.single .casts .cast-slider .cast-item {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
    font-size: 12px;
    align-items: center;
    padding: 10px 0;
    transition: all .3s ease;
}

.single .casts .cast-slider .cast-item:hover {
    filter: brightness(0.5);
}

.single .casts .cast-slider .cast-item img {
    height: 150px;
    border-radius: 10px;
}

.single .casts .cast-slider .cast-item span {
    width: 170px;
    text-align: center;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 100;
}

.single .casts .cast-select {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.single .casts .cast-select .cast-select-item {
    background: rgb(0 0 0 / 50%);
    height: 33%;
    display: flex;
    align-items: center;
    padding: 2px 8px;
    cursor: pointer;
    transition: all .3s ease;
}

.single .casts .cast-select .cast-select-item:hover {
    background: rgb(0 0 0 / 85%);
}

.single .casts .cast-select .cast-select-item.active {
    background: rgb(229 9 20);
}

.single .casts .cast-select .cast-select-item i {
    min-width: 25px;
}

.single .casts .cast-select .cast-select-item span {
    font-size: 16px;
    font-weight: 100;
}

.single .casts .slider-gallery {
    position: relative;
    margin-left: 9px;
}

.single .casts .slider-gallery .position-relative {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.single .casts .slider-gallery .position-relative img {
    min-width: 100%;
    height: 180px;
}

.single .casts .slider-gallery .position-relative .zoom-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.single .casts .slider-gallery .position-relative:hover .zoom-image {
    background: rgb(0 0 0 / 50%);
    /*backdrop-filter: blur(10px);*/
    border-radius: 10px;
}

.single .casts .slider-gallery .position-relative .zoom-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 30px;
    opacity: 0;
    transition: all .3s ease;
}

.single .casts .slider-gallery .position-relative:hover .zoom-image i {
    opacity: 1;
    background: #e50914;
}

.single .box-download-holder {
    margin-top: 30px;
}

.single .box-download {
    position: relative;
    margin-top: 20px;
    background: rgb(5 5 5);
    padding: 30px;
    border-radius: 20px;
    border: 3px solid #111;
    z-index: 2;
}

.single .box-download .download-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single .box-download .download-head .left {
    display: flex;
    align-items: center;
    gap: 25px;
}

.single .box-download .download-head .left .item-head i {
    margin-right: 7px;
    background: #e50914;
    padding: 4px 10px;
    border-radius: 5px;
}

.single .box-download .download-head .left .item-head span {
    font-size: 14px;
    font-weight: 100;
}

.single .box-download .download-head .left .item-head:nth-child(1) span {
    font-weight: 500;
}

.single .box-download .download-head .right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single .box-download .download-head .right .boxplay,
.single .box-download .download-head .right .boxdl {
    background: #e50914;
    color: #fff;
    outline: none;
    border: 2px solid #e50914;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
}

.single .box-download .download-head .right .boxplay:hover,
.single .box-download .download-head .right .boxdl:hover {
    background: #c5050f;
}

.single .box-download .download-head .right .boxsub {
    background: transparent;
    color: #e50914;
    outline: none;
    border: 2px solid #e50914;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
}

.single .box-download .download-head .right .boxsub:hover {
    background: #e50914;
    border-color: #e50914;
    color: #fff;
}

.single .box-download .download-head .right .boxsub small {
    background: #e50914;
    color: #fff;
    padding: 1px 2px;
    border-radius: 3px;
    margin-left: 3px;
}

.single .box-download .download-head .right .boxdl.active,
.single .box-download .download-head .right .boxsub.active {
    background: #fff !important;
    color: #e50914 !important;
}

.single .box-download .items {
    border-top: 2px solid #333;
    padding-top: 20px;
    margin-top: 30px;
    display: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.single .box-download .items.loading::before {
    content: '';
    border: 4px solid #e50914;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border-bottom-color: transparent;
    animation:.75s linear infinite loading-circle;
}

.slider-loading::before {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    content: '';
    border: 4px solid #e50914;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border-bottom-color: transparent;
    animation: .75s linear infinite loading-circle;
    margin-bottom: 100px;
}

@keyframes loading-circle {
    0% {
        transform:rotate(0)
    }
    100% {
        transform:rotate(360deg)
    }
    
}

.single .box-download .items a {
    display: none;
    background: #161616;
    padding: 5px 10px 8px;
    border-radius: 5px;
    border: 2px solid #292929;
    transition: all .3s ease;
}

.single .box-download .items a:hover {
    background: #e50914;
    border-color: #e50914;
}

.single .box-comments {
    margin-top: 30px;
}

.single .box-comments form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.single .box-comments form .head_comment_form {
    display: flex;
    align-items: center;
}

.single .box-comments form .head_comment_form span {
    font-size: 20px;
    font-weight: 700;
}

.single .box-comments form .head_comment_form #cancel_reply {
    margin-left: 5px;
    background: #e50914;
    color: #fff;
    padding: 2px 6px 3px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    transition: all .3s ease;
}

.single .box-comments form .head_comment_form #cancel_reply:hover {
    background: #c5050f;
}

.single .box-comments form textarea {
    margin: 10px 0;
    padding: 10px;
    background: #161616;
    border: 2px solid #202020;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    color: #fff;
}

.single .box-comments form button {
    width: 150px;
    padding: 8px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #e50914;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
}

.single .box-comments form button:hover {
    background: #c5050f;
}

.single .main {
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}

.single .comments-holder {
    margin-top: 30px;
}

.single .comments-holder .comment-item {
    margin-bottom: 10px;
    background: #080808;
    padding: 15px;
    border-radius: 5px;
    list-style: none;
}

.single .comments-holder .comment-item .comment-head {
    display: flex;
    align-items: center;
}

.single .comments-holder .comment-item .comment-head img {
    width: 35px;
    height: 35px;
    border-radius: 7px;
    margin-right: 10px;
}

.single .comments-holder .comment-item .comment-head .username {
    font-size: 16px;
    font-weight: 500;
    margin-right: 14px;
}

.single .comments-holder .comment-item .comment-head .time {
    font-size: 11px;
    font-weight: 100;
    background: #333;
    padding: 2px 10px;
    border-radius: 5px;
}

.single .comments-holder .comment-item p {
    margin: 15px 5px;
    font-size: 14px;
    font-weight: 100;
    line-height: 30px;
}

.single .comments-holder .comment-item button {
    background: transparent;
    outline: none;
    border: 2px solid #e50914;
    color: #e50914;
    padding: 4px 20px 5px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    cursor: pointer;
    transition: all .3s ease;
}

.single .comments-holder .comment-item button:hover {
    background: #e50914;
    color: #fff;
}

.single .related-posts {
    margin-top: 30px;
    margin-left: 0;
}

.single .related-posts .title-slider {
    font-size: 20px;
    font-weight: 700;
}

.single .related-posts .body-slider {
    margin-top: 0px;
}

/*.single .related-posts .post-episode {*/
/*    position: absolute;*/
/*    display: flex;*/
/*    margin-top: 10px;*/
/*    font-size: 14px;*/
/*    font-weight: 100;*/
/*}*/

.single .related-posts .post-episode .episode,
.single .related-posts .post-episode .subtitle {
    display: flex;
    align-items: center;
}

.single .related-posts .post-episode .episode i,
.single .related-posts .post-episode .subtitle i {
    margin-right: 7px;
    background: #e50914;
    padding: 4px;
    border-radius: 5px;
}

.single .related-posts .post-episode .subtitle {
    margin-left: 10px;
}

.single .related-posts .post-episode .value span {
    font-size: 15px;
    font-weight: 500;
}

/* Dashboard */

.dashboard {
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    width: 1920px;
    max-width: 95%;
    margin: 0 auto;
}

.dashboard .sidebar {
    width: 15%;
    background: rgba(29,34,45,.5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
}

.dashboard .sidebar .sidebar-holder {
    padding: 30px 0 30px 30px;
}

.dashboard .sidebar .sidebar-holder .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 30px);
}

.dashboard .sidebar .sidebar-holder .avatar img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
}

.dashboard .sidebar .sidebar-holder .displayname {
    display: block;
    text-align: center;
    width: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 900;
}

.dashboard .sidebar .sidebar-holder .toggle_menu {
    display: none;
    align-items: center;
    justify-content: center;
    background: #050505;
    border: 1px solid #333;
    width: calc(100% - 30px);
    padding: 15px;
    border-radius: 10px;
    gap: 15px;
    font-size: 18px;
    cursor: pointer;
}

.dashboard .sidebar .sidebar-holder .toggle_menu.active i {
    transform: rotate(180deg);
}

.dashboard .sidebar .sidebar-holder .toggle_menu i {
    transition: all .3s ease;
}

.dashboard .sidebar .sidebar-holder .toggle_menu span {
    font-weight: 700;
}

.dashboard .sidebar .sidebar-holder .menu-item {
    position: relative;
    margin-bottom: 30px;
}

.dashboard .sidebar .sidebar-holder .menu-item .sub-menu a,
.dashboard .sidebar .sidebar-holder .menu-item .menu-head {
    opacity: .5;
    cursor: pointer;
    transition: all .3s ease;
}

.dashboard .sidebar .sidebar-holder .menu-item a.menu-head {
    justify-content: unset;
}

.dashboard .sidebar .sidebar-holder .menu-item.active .menu-head,
.dashboard .sidebar .sidebar-holder .menu-item .menu-head.active {
    opacity: 1;
}

.dashboard .sidebar .sidebar-holder .menu-item.actived .menu-head,
.dashboard .sidebar .sidebar-holder .menu-item .menu-head.actived {
    opacity: 1;
}

.dashboard .sidebar .sidebar-holder .menu-item a:hover,
.dashboard .sidebar .sidebar-holder .menu-item a.active {
    opacity: 1;
}

.dashboard .sidebar .sidebar-holder .menu-item .menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dashboard .sidebar .sidebar-holder .menu-item a {
    display: flex;
}

.dashboard .sidebar .sidebar-holder .menu-item i {
    width: 7%;
    margin-right: 15px;
    transform: rotate(360deg);
}

.dashboard .sidebar .sidebar-holder .menu-item i.rotate {
    transform: rotate(180deg);
}

.dashboard .sidebar .sidebar-holder .menu-item span {
    font-size: 14px;
    font-weight: 500;
    width: 90%;
    display: block;
}

.dashboard .sidebar .sidebar-holder .menu-item .sub-menu {
    max-height: 0;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    transition: all .3s ease;
}

.dashboard .sidebar .sidebar-holder .menu-item.active .sub-menu {
    max-height: 200px;
}

.dashboard .sidebar .sidebar-holder .menu-item .menu-head .fa-angle-down {
    transition: all .2s ease;
}

.dashboard .sidebar .sidebar-holder .menu-item.active .menu-head .fa-angle-down {
    transform: rotate(-180deg);
}

.dashboard .sidebar .sidebar-holder .menu-item .sub-menu a {
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
}

.dashboard .sidebar .sidebar-holder .menu-item .sub-menu a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

.dashboard .body {
    width: calc(85% - 20px);
    display: flex;
}

.dashboard .body .center {
    width: 60%;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dashboard .body .center .card-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 80%;
}

.dashboard .body .center .card-holder .card-item {
    width: calc(50% - 10px);
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    backdrop-filter: blur(20px);
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 20px;
}

.dashboard .body .center .card-holder .card-item .back-card-item {
    align-content: center;
    align-items: center;
    border-radius: 30px;
    display: flex;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -ms-filter: blur(30px);
    flex: 0;
    flex-wrap: wrap;
    height: 75px;
    justify-content: center;
    min-width: 75px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.dashboard .body .center .card-holder .card-item:nth-child(1) .back-card-item {
    background: linear-gradient(180deg, #549ef8, #213484);
}

.dashboard .body .center .card-holder .card-item:nth-child(2) .back-card-item {
    background: linear-gradient(180deg, #add661, #419339);
}

.dashboard .body .center .card-holder .card-item:nth-child(3) .back-card-item {
    background: linear-gradient(180deg, #a666e6, #4a1271);
}

.dashboard .body .center .card-holder .card-item:nth-child(4) .back-card-item {
    background: linear-gradient(180deg, #f8b130, #c56519);
}

.dashboard .body .center .card-holder .card-item .inner-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.dashboard .body .center .card-holder .card-item .inner-item .icon {
    align-content: center;
    align-items: center;
    border-radius: 30px;
    display: flex;
    flex: 0;
    flex-wrap: wrap;
    height: 75px;
    justify-content: center;
    min-width: 75px;
    z-index: 1;
}

.dashboard .body .center .card-holder .card-item:nth-child(1) .inner-item .icon {
    background: linear-gradient(180deg, #549ef8, #213484);
}

.dashboard .body .center .card-holder .card-item:nth-child(2) .inner-item .icon {
    background: linear-gradient(180deg, #add661, #419339);
}

.dashboard .body .center .card-holder .card-item:nth-child(3) .inner-item .icon {
    background: linear-gradient(180deg, #a666e6, #4a1271);
}

.dashboard .body .center .card-holder .card-item:nth-child(4) .inner-item .icon {
    background: linear-gradient(180deg, #f8b130, #c56519);
}

.dashboard .body .center .card-holder .card-item .inner-item .icon i {
    font-size: 34px;
}

.dashboard .body .center .card-holder .card-item .inner-item .text {
    padding-right: 20px;
    text-align: left;
}

.dashboard .body .center .card-holder .card-item .inner-item .text strong {
    display: block;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
    text-align: left;
    width: 100%;
}

.dashboard .body .center .card-holder .card-item .inner-item .text small {
    text-align: right;
    margin-top: 5px;
    display: block;
}

.dashboard .body .center .card-holder .card-item .btn-item {
    display: flex;
    margin-top: 20px;
}

.dashboard .body .center .card-holder .card-item .btn-item .smalllink {
    align-content: center;
    align-items: center;
    background: #000;
    border: 2px solid #000;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    justify-content: center;
    min-width: 50px;
    margin-left: 10px;
    transition: all .2s ease-in-out;
}

.dashboard .body .center .card-holder .card-item .btn-item .biglink {
    background: #000;
    border: 2px solid #000;
    border-radius: 20px;
    flex: 1;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
    transition: all .2s ease-in-out;
}

.dashboard .body .center .card-holder .card-item:nth-child(1) .btn-item .smalllink:hover,
.dashboard .body .center .card-holder .card-item:nth-child(1) .btn-item .biglink:hover {
    border-color: #549ef8;
    color: #549ef8;
}

.dashboard .body .center .card-holder .card-item:nth-child(2) .btn-item .smalllink:hover,
.dashboard .body .center .card-holder .card-item:nth-child(2) .btn-item .biglink:hover {
    border-color: #add661;
    color: #add661;
}

.dashboard .body .center .card-holder .card-item:nth-child(3) .btn-item .smalllink:hover,
.dashboard .body .center .card-holder .card-item:nth-child(3) .btn-item .biglink:hover {
    border-color: #a666e6;
    color: #a666e6;
}

.dashboard .body .center .card-holder .card-item:nth-child(4) .btn-item .smalllink:hover,
.dashboard .body .center .card-holder .card-item:nth-child(4) .btn-item .biglink:hover {
    border-color: #f8b130;
    color: #f8b130;
}

.dashboard .body .center .card-wide {
    width: 100%;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.dashboard .body .center .card-wide .item {
    width: 50%;
    margin: 10px 0;
}

.dashboard .body .center .card-wide .item .title {
    display: flex;
    align-items: center;
    color: #ccc;
}

.dashboard .body .center .card-wide .item .title i {
    font-size: 16px;
    margin-right: 10px;
}

.dashboard .body .center .card-wide .item .title strong {
    font-size: 14px;
    font-weight: 300;
}

.dashboard .body .center .card-wide .value {
    margin-top: 6px;
}

.dashboard .body .center .card-wide .value span {
    font-size: 14px;
    font-weight: 500;
}

.dashboard .body .center .card-wide .value span.active {
    color: #419339;
}

.dashboard .body .center .card-wide .value span.inactive {
    color: #933939;
}

.dashboard .body .right {
    width: calc(40% - 20px);
}

.dashboard .body .right .subscriptionBlock {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.dashboard .body .right .innerSubscriptionBlock {
    backdrop-filter: blur(127px);
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dashboard .body .right .innerSubscriptionBlock .topSubscriptionBlock {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.dashboard .body .right .innerSubscriptionBlock .topSubscriptionBlock .progress_holder {
    flex: 0;
}

.progress-pie-chart {
    background-color: #252a34;
    border-radius: 50%;
    height: 178px;
    position: relative;
    width: 178px;
}

.ppc-progress, .ppc-progress .ppc-progress-fill {
    border-radius: 50%;
    content: "";
    height: 178px;
    position: absolute;
    width: 178px;
}

.ppc-progress {
    clip: rect(0, 178px, 178px, 89px);
    left: calc(50% - 89px);
    top: calc(50% - 89px);
}

.ppc-progress .ppc-progress-fill {
    clip: rect(0, 89px, 178px, 0);
    background: linear-gradient(90deg, #e34646, #eb8307);
    left: calc(50% - 90px);
    top: calc(50% - 89.5px);
    transform: rotate(60deg);
}

.ppc-percents {
    background: #0f1116;
    border-radius: 50%;
    content: "";
    display: table;
    height: 120px;
    left: calc(50% - 60px);
    position: absolute;
    text-align: center;
    top: calc(50% - 60px);
    width: 120px;
}

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.ppc-percents span {
    color: #fff;
    display: block;
    font-size: 37px;
    font-style: normal;
    font-weight: 900;
    line-height: 57px;
    text-align: center;
}

.dashboard .body .right .innerSubscriptionBlock .topSubscriptionBlock .textSubscriptionBlock {
    flex: 1;
    padding-top: 60px;
}

.dashboard .body .right .innerSubscriptionBlock .topSubscriptionBlock .textSubscriptionBlock .bigTextSubscription {
    align-items: center;
    display: flex;
    font-size: 28px;
    font-weight: 900;
    line-height: 50px;
}

.dashboard .body .right .innerSubscriptionBlock .topSubscriptionBlock .textSubscriptionBlock .time_left_subscription {
    font-weight: 400;
    font-size: 14px;
}

.dashboard .body .right .innerSubscriptionBlock .topSubscriptionBlock .textSubscriptionBlock .date_left_num_holder {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
}

.dashboard .body .right .innerSubscriptionBlock .topSubscriptionBlock .textSubscriptionBlock .date_left_num_holder .date_left_num {
    background: #000;
    border-radius: 20px;
    color: #fff;
    padding: 5px 10px;
}

.dashboard .body .right .innerSubscriptionBlock .countdownSubscription {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}

.dashboard .body .right .innerSubscriptionBlock .countdownSubscription #getting_started {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dashboard .body .right .innerSubscriptionBlock .countdownSubscription #getting_started .item_time {
    display: inline-flex;
    flex-wrap: wrap;
}

.dashboard .body .right .innerSubscriptionBlock .countdownSubscription #getting_started .sep {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 40px;
    justify-content: center;
    margin: 0 10px;
}

.dashboard .body .right .innerSubscriptionBlock .countdownSubscription #getting_started .item_time .value {
    display: block;
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    width: 100%;
}

.dashboard .body .right .innerSubscriptionBlock .countdownSubscription #getting_started .item_time .label {
    background: #000;
    border-radius: 12px;
    color: #fff;
    padding: 5px 0px;
    text-align: center;
    width: 100%;
}

.dashboard .body .right .bgbackfilter {
    align-content: center;
    align-items: center;
    background: hsla(0, 1%, 47%, .5);
    border-radius: 50px;
    border-radius: 30px;
    bottom: 10px;
    display: flex;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -ms-filter: blur(30px);
    flex: 0;
    flex-wrap: wrap;
    height: 139px;
    justify-content: center;
    position: absolute;
    right: 10px;
    width: 134px;
}

.progress-pie-chart.gt-50 {
    background: linear-gradient(90deg, #e34646, #eb8307)
}

.gt-50 .ppc-progress {
    clip: rect(0, 89px, 178px, 0)
}

.gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 178px, 178px, 89px);
    background: #24272f
}

.dashboard .recent-played {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    padding: 20px;
}

.recent-played .items {
    display: flex;
    flex-wrap: wrap;
}

.recent-played .items .item {
    position: relative;
    width: calc(33.33% - 10px);
    padding: 20px;
    margin: 5px 5px;
    background: #050505;
    border-radius: 20px;
    overflow: hidden;
}

.recent-played .items .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.recent-played .items .item:hover::before {
    background: #00000090;
}

.recent-played .items .item .head-item {
    display: flex;
}

.recent-played .items .item .head-item .name {
    font-size: 14px;
    font-weight: 500;
}

.recent-played .items .item .head-item .episode {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}

.recent-played .items .item .head-item .time {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 300;
}

.recent-played .items .item .head-item .data {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.recent-played .items .item img {
    width: 120px;
    height: 150px;
    border-radius: 10px;
}

.recent-played .items .item .foot-item {
    margin-top: 20px;
}

.recent-played .items .item .foot-item .duration {
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 20px;
    background: #ddd;
}

.recent-played .items .item .foot-item .duration .currentTime {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #e50914;
}

.dashboard .watchlist {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    padding: 20px;
}

.watchlist .items {
    display: flex;
    flex-wrap: wrap;
}

.watchlist .items .item {
    position: relative;
    margin: 5px 5px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.watchlist .items .item .cover {
    position: relative;
    width: 190px;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
}

.watchlist .items .item .cover img {
    width: 100%;
    height: 100%;
}

.watchlist .items .item .cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(to top, rgba(29, 34, 45, 1), transparent);
    transition: all .3s ease;
}

.watchlist .items .item .cover:hover::before {
    opacity: 1;
}

.watchlist .items .item .icon {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #ef5350;
    color: #ef5350;
    transition: all .3s ease;
    opacity: 0;
}

.watchlist .items .item:hover .icon {
    opacity: 1;
}

.watchlist .items .item .icon:hover {
    background-color: #ef5350;
    color: #fff;
}

.watchlist .items .item .title {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    text-align: center;
}

.dashboard .subscription {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    padding: 20px;
}

.subscription .items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #050505;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 30px;
    transition: all .3s ease;
    cursor: pointer;
}

.subscription .items .item:hover {
    background: #e50914;
}

.subscription .items .item i {
    width: 80px;
    font-size: 36px;
    color: #e50914;
    transition: all .3s ease;
}

.subscription .items .item:hover i {
    color: #fff;
}

.subscription .items .item span {
    width: 200px;
}

.subscription .items .item .name {
    font-weight: 700;
    font-size: 20px;
}

.subscription .items .item a {
    background: #1cb561;
    padding: 8px 15px;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 14px;
    text-wrap: nowrap;
    transition: all .3s ease;
}

.subscription .items .item:hover a {
    background: #fff;
    color: #050505;
}

.dashboard .comments {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    padding: 20px;
}

.comments .items {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.comments .items::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.comments .items::-webkit-scrollbar-track {
    border-radius: 19px;
    background-color: #282828;
}

.comments .items::-webkit-scrollbar-track:hover {
    background-color: #282828;
}

.comments .items::-webkit-scrollbar-track:active {
    background-color: #282828;
}

.comments .items::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #333;
}

.comments .items::-webkit-scrollbar-thumb:hover {
    background-color: #444;
}

.comments .items::-webkit-scrollbar-thumb:active {
    background-color: #111;
}

.comments .items .item {
    position: relative;
    display: flex;
    background: #050505;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.comments .items .item img {
    width: 100px;
    height: 140px;
    border-radius: 5px;
}

.comments .items .item .data {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

.comments .items .item .data .name {
    font-size: 16px;
    font-weight: 700;
}

.comments .items .item .data .date {
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
}

.comments .items .item .data p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
}

.dashboard .payment {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    padding: 20px;
    overflow-x: auto;
}

.payment .table {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.payment .headT {
    font-weight: 700;
    margin-bottom: 10px;
}

.payment .row {
    display: table-row;
}

.payment .cell {
    display: table-cell;
    padding: 8px;
    text-align: left;
    min-width: 200px;
}

.dashboard .password {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    padding: 20px;
}

.dashboard .password h3 {
    font-size: 14px;
}

.dashboard .password .field-item {
    margin-top: 20px;
    
}

.dashboard .password .field-item a {
    display: block;
    margin-top: 7px;
    margin-left: 2px;
    font-size: 12px;
    color: #e50914;
    font-weight: 300;
}

.dashboard .password .field-item .current-items {
    position: relative;
    width: 40%;
}

.dashboard .password .field-item .current-items input {
    border: 2px solid #8c8c8c;
    background: none;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 14px 11px 0px;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    outline: none;
}

.dashboard .password .field-item .current-items label {
    color: #8c8c8c;
    font-size: 14px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: text;
    transition: all .3s ease;
}

.dashboard .password .field-item.focus .current-items label {
    top: 13px;
    left: 10px;
    font-size: 11px;
    color: #ccc;
    opacity: .3;
}

.dashboard .password .ui-binary-input {
    font-size: 16px;
    padding-left: 36px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 20px;
    margin-left: 5px;
}

.dashboard .password .ui-binary-input>* {
    cursor: pointer;
}

.dashboard .password .ui-binary-input input[type=checkbox] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.dashboard .password .ui-binary-input input[type=checkbox]+label {
    color: #fff;
    display: block;
    line-height: 1.2;
    padding: 6px 0;
    position: relative;
}

.change-password-form .ui-binary-input input[type=checkbox]+label:before {
    border-radius: 4px;
}

.dashboard .password .ui-binary-input input[type=checkbox]+label:before {
    height: 25px;
    width: 25px;
}

.dashboard .password .ui-binary-input input[type=checkbox]+label:before {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    content: "";
    display: block;
    left: -35px;
    padding: 0;
    position: absolute;
    top: 2px;
}

.dashboard .password .ui-binary-input input[type=checkbox]:checked+label:after {
    margin-top: 0px;
    color: #0080ff;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 25px;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.dashboard .password button {
    background: #e50914;
    color: #fff;
    outline: none;
    border: none;
    padding: 8px 13px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.dashboard .password button:hover {
    background: #c5050f;
}

.dashboard .email {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    padding: 20px;
}

.email .email-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email .email-holder .email-address {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #e50914;
    text-transform: capitalize;
}

.email .email-holder p {
    display: block;
    text-align: center;
    font-size: 16px;
}

.email .email-holder .verify-code {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.email .email-holder .verify-code input {
    width: 10%;
    height: 70px;
    background: none;
    border: none;
    margin: 0 10px;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 72px;
    text-align: center;
    padding: 25px 0;
}

.email .email-holder button {
    background: #1cb561;
    padding: 20px;
    width: 40%;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin: 10px 0;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .3s ease;
}

.email .email-holder button:hover {
    background: #17924e;
}

.email .email-holder button[disabled] {
    background: #737373 !important;
}

.email .email-holder a {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #0080ff;
    margin: 0 10px;
}

.dashboard .devices {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    padding: 20px;
}

.devices .items {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 90%;
    overflow: hidden;
    overflow-y: auto;
}

.devices .items .item {
    width: calc(25% - 10px);
    height: 120px;
    background: #050505;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 13px;
    border-radius: 15px;
    margin: 5px;
}

.dashboard .devices .item .head {
    display: flex;
    justify-content: space-between;
}

.dashboard .devices .item .head .model {
    display: flex;
    align-items: center;
}

.dashboard .devices .item .head .model i {
    width: 25px;
    text-align: center;
    font-size: 20px;
    margin-right: 5px;
}

.dashboard .devices .item .head .model span {
    font-size: 16px;
    font-weight: 500;
}

.dashboard .devices .item .action a {
    background: #e50914;
    padding: 2px 7px 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}

.dashboard .devices .item .action span {
    font-size: 10px;
    background: #004c51;
    padding: 2px 4px;
    border-radius: 3px;
}

.dashboard .devices .item .body-item {
    margin-top: 7px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.dashboard .devices .item .body-item i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.dashboard .downloads {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    padding: 20px;
    overflow: hidden;
}

.downloads .download-control {
    margin-bottom: 30px;
}

.downloads .download-control .download-bar {
    width: 100%;
    padding-top: 20px;
}

.downloads .download-control .download-bar .download-full {
    position: relative;
    margin: 20px;
    height: 10px;
    background: #ccc;
    border-radius: 10px;
}

.downloads .download-control .download-bar .download-full .left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    background: #e50914;
}

.downloads .download-control .download-bar .download-full .left span {
    position: absolute;
    bottom: 100%;
    right: 0;
    transform: translateX(50%);
    margin-bottom: 10px;
    background: #e50914;
    padding: 2px 5px;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
}

.downloads .download-control .size {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.downloads .items {
    width: 100%;
    height: 70%;
    overflow: hidden;
    overflow-y: auto;
}

.downloads .items::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.downloads .items::-webkit-scrollbar-track {
    border-radius: 19px;
    background-color: #282828;
}

.downloads .items::-webkit-scrollbar-track:hover {
    background-color: #282828;
}

.downloads .items::-webkit-scrollbar-track:active {
    background-color: #282828;
}

.downloads .items::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #333;
}

.downloads .items::-webkit-scrollbar-thumb:hover {
    background-color: #444;
}

.downloads .items::-webkit-scrollbar-thumb:active {
    background-color: #111;
}

.downloads .items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    background: #050505;
    padding: 20px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 14px;
    overflow-x: auto;
}

.downloads .items .item .filename {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 20px;
    min-width: 60%;
}

.downloads .items .item .size {
    min-width: 20%;
    text-wrap: nowrap;
}

.downloads .items .item .time {
    min-width: 20%;
    text-wrap: nowrap;
}

.dashboard .profiles {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 30px;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    padding: 20px;
}

.dashboard .ticket {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: rgba(29, 34, 45, .5);
    border: 1px solid #1c1b1b;
    padding: 20px;
    overflow: hidden;
}

.profiles .items {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 90%;
    overflow: hidden;
    overflow-y: auto;
}

.modal_dashboard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgb(0 0 0 / 50%);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 10%);
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.modal_dashboard.active {
    height: 100%;
    opacity: 1;
}

.modal_dashboard .headModal {
    margin-bottom: 30px;
}

.modal_dashboard .headModal p {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.modal_dashboard .bodyModal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 30%;
}

.modal_dashboard .bodyModal select,
.modal_dashboard .bodyModal textarea,
.modal_dashboard .bodyModal input {
    background: #111;
    color: #fff;
    font-size: 16px;
    padding: 15px 10px;
    border: 1px solid rgb(255 255 255 / 10%);
    text-align: center;
    border-radius: 5px;
    outline: none;
    width: 100%;
}

.modal_dashboard .bodyModal button {
    padding: 10px 20px;
    font-size: 15px;
    background: #e50914;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.modal_dashboard .bodyModal button[disabled] {
    background: #363636;
}

.modal_dashboard .bodyModal button#cancel_create_profile {
    padding: 9px 15px;
    font-size: 12px;
}

.profiles .items .item {
    width: calc(33.33% - 10px);
    height: 100px;
    background: #050505;
    display: flex;
    align-items: center;
    padding: 13px;
    border-radius: 15px;
    margin: 5px;
    cursor: pointer;
}

.profiles .items .item img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.profiles .items .item .name {
    width: 70%;
    margin-left: 20px;
}

.profiles .items .item .name span {
    margin: 10px 0;
    display: block;
}

.dashboard .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard .head button {
    background: transparent;
    color: #e50914;
    border: 1px solid #e50914;
    outline: none;
    padding: 6px 20px 8px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .3s ease;
}

.dashboard .head button:hover {
    background: #e50914;
    color: #fff;
}

.table-list {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.table-list th {
    background: #121212;
    color: #fff;
    padding: 20px;
    font-size: 13px;
    font-weight: 600;
}

.table-list td {
    padding: 20px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.table-list .link-to-ticket {
    color: #999;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: .3s color;
    -webkit-transition: .3s color;
}

.table-list .ticket-status {
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 300;
}

.table-list .ticket-status.pending {
    background-color: rgb(251 203 101 / 30%);
    color: #d19921;
}

.table-list .ticket-status.closed {
    background-color: rgba(253, 131, 117, .08);
    color: #fd8375;
}

.table-list .ticket-status.progress {
    background-color: #0668e138;
    color: #0668e1;
}

.table-list .ticket-status.answered {
    background-color: rgb(142 213 87 / 20%);
    color: #76c937;
}

.table-list .ticket-status.admin {
    background-color: #bd27d321;
    color: #bd27d3c9;
}

.table-list .manage-btns {
    display: inline-flex;
    align-items: center;
}

.table-list .manage-btns a {
    color: #999;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px dotted #999;
    padding-bottom: 5px;
}

.table-list .manage-btns a i {
    margin-right: 5px;
}

.section_content {
    position: relative;
}

.section_content.show-ticket .headline-title {
    width: 100%;
    display: block;
}

.section_content.show-ticket .headline-title h2 {
    width: 100%;
    display: flex;
    position: relative;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    align-items: center;
    padding-left: 25px;
}

.section_content.show-ticket .headline-title h2::before {
    content: "";
    width: 6px;
    height: 30px;
    background-color: orange;
    position: absolute;
    left: 0;
    border-radius: 30px;
}

.section_content.show-ticket .headline-title h2::after {
    content: "";
    position: absolute;
    left: 6px;
    border-right: 6px solid transparent;
    border-left: 6px solid orange;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.section_content.show-ticket .headline-title .ticket-info {
    background-color: #f5f5f7;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #0d121e, #0d121e, #0d121e);
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 15px;
    border-radius: 5px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.section_content.show-ticket .headline-title .ticket-info .item {
    display: inline-flex;
    align-items: center;
    margin: 7px 25px 7px 0;
}

.section_content.show-ticket .headline-title .ticket-info .item .icon {
    width: 30px;
    height: 30px;
    background-color: #272d3b;
    border-radius: 50%;
    color: #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
}

.section_content.show-ticket .headline-title .ticket-info .item span {
    font-size: 13px;
    color: #ddd;
    font-weight: 300;
    margin-top: 3px;
}

.section_content.show-ticket .ticket-body {
    width: 100%;
    display: block;
}

.section_content.show-ticket .ticket-body .ticket-closed {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    border-radius: 5px;
    color: #f44336;
    background-color: #f4433621;
    font-size: 15px;
}

.section_content.show-ticket .ticket-body .messages {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 0;
}

.section_content.show-ticket .ticket-body .messages .msg-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.section_content.show-ticket .ticket-body .messages .msg-item:last-child {
    margin-bottom: 0;
}

.section_content.show-ticket .ticket-body .messages .msg-item .pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #a7a7a7;
    padding: 6px;
    background-color: #1a1f2a;
}

.section_content.show-ticket .ticket-body .messages .msg-item .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}

.section_content.show-ticket .ticket-body .messages .msg-item .msg-body {
    width: calc(100% - 70px);
    display: inline-block;
}

.section_content.show-ticket .ticket-body .messages .msg-item .msg-body .content-info {
    padding: 10px 15px;
    border-radius: 5px;
    max-width: calc(100% - 70px);
    display: inline-block;
    position: relative;
    color: #fff;
    min-width: 30%;
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 2px 0 rgb(255 255 255 / 50%);
    -webkit-box-shadow: 0 2px 0 rgb(255 255 255 / 50%);
}

.section_content.show-ticket .ticket-body .messages .msg-item .msg-body .content-info::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
    border-style: solid;
    border-width: 5px 9.4px 5px 0;
    position: absolute;
    top: 20px;
    z-index: 1;
    left: -9px;
}

.section_content.show-ticket .ticket-body .messages .msg-item .msg-body .content-info .content {
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    width: 100%;
    display: block;
    text-align: left;
}

.section_content.show-ticket .ticket-body .messages .msg-item .msg-body .content-info .bottom-ticket-info {
    width: 100%;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
    margin-top: 12px;
    justify-content: space-between;
    align-items: center;
}

.section_content.show-ticket .ticket-body .messages .msg-item .msg-body .content-info .bottom-ticket-info .display_name {
    font-size: 12px;
    display: inline-block;
    font-weight: 300;
}

.section_content.show-ticket .ticket-body .messages .msg-item .msg-body .content-info .bottom-ticket-info .time {
    font-size: 10px;
    font-weight: 500;
}

.section_content.show-ticket .ticket-body .messages .msg-item.admin {
    direction: rtl;
}

.section_content.show-ticket .ticket-body .messages .msg-item.admin .msg-body {
    text-align: right;
}

.section_content.show-ticket .ticket-body .messages .msg-item.admin .msg-body .content-info::before {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.1);
    border-width: 5px 0 5px 9.4px;
    right: -9px;
    left: unset;
}

.section_content.show-ticket .ticket-body .messages .msg-item.admin .msg-body .content-info {
    color: #ddd;
    background-image: unset;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 0 rgb(255 255 255 / 20%);
    -webkit-box-shadow: rgb(255 255 255 / 20%) 0 2px 0;
}

.section_content.show-ticket .ticket-body .messages .msg-item.admin .msg-body .content-info .bottom-ticket-info {
    border-color: rgba(0, 0, 0, 0.05);
    direction: ltr;
}

.section_content.show-ticket .ticket-body .messages .msg-item.admin .pic {
    border-color: #d1d2d5;
}

.panel-sidebar .inner-side .user-pic {
    display: flex;
    justify-content: center;
    width: 100%;
}

.section_content.show-ticket .ticket-body .send-reply {
    width: 100%;
    display: flex;
    margin-top: 25px;
    position: relative;
    align-items: center;
}

.section_content.show-ticket .ticket-body .send-reply textarea {
    width: calc(100% - 20px);
    display: block;
    height: 100px;
    min-height: 100px;
    min-width: calc(100% - 20px);
    resize: vertical;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: 0;
    color: #ddd;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
}

.section_content.show-ticket .ticket-body .send-reply .send-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    border: 0;
    background-color: orange;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    right: 0;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    outline: 0;
    cursor: pointer;
    transition: .3s background-color;
    -webkit-transition: .3s background-color;
}

.section_content.show-ticket .ticket-body .send-reply .send-btn i {
    transform: rotate(360deg);
}

.section_content.show-ticket .ticket-body .send-reply .send-btn:hover {
    background-color: #e78a00;
}

.section_content.show-ticket .ticket-body .send-reply .send-btn:hover i {
    transition: .5s transform;
    -webkit-transition: .5s transform;
    transform: rotate(720deg);
}

.login {
    background-image: url(https://itvdrama.com/wp-content/themes/iTVD/assets/img/login_screen.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    margin: 0;
    line-height: inherit;
}

.login::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    z-index: 0;
}

.login .input-field {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

.login .input-field::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.login .btn-hover:hover {
  background-color: #e50914;
}

.login .logincontainer {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    z-index: 1;
}

.login .loginbox {
    width: 30rem;
    height: 90vh;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 3rem;
    background-color: rgb(0 0 0 / 0.7);
    border-radius: 0.5rem;
}

.login .logo {
    justify-content: center;
    display: flex;
    margin-bottom: 1.5rem;
}

.login .logo h1 {
    color: #e50914;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    margin: 0;
}

.login h2 {
    color: rgb(255 255 255 / 1);
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
}

.login .user {
    margin-bottom: 1rem;
}

.login .user input {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 0.75rem;
    border-radius: 0.5rem;
    width: 100%;
}

.login .pass {
    margin-bottom: 1.5rem;
}

.login.active .pass {
    margin: 0;
}

.login .pass input {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 0.75rem;
    border-radius: 0.5rem;
    width: 100%;
}

.login .submit {
    background-color: #e50914;
    border-radius: 0.5rem;
    width: 100%;
    margin-bottom: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition: all .3s ease;
}

.login .submit:hover {
    background-color: #c5050f;
}

.login .diff {
    color: rgb(156 163 175 / 1);
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}

.login .codelogin button {
    user-select: none;
    border: 0;
    cursor: pointer;
    fill: currentColor;
    position: relative;
    transition-duration: 250ms;
    transition-property: background-color, border-color;
    transition-timing-function: cubic-bezier(0.9, 0, 0.51, 1);
    vertical-align: text-top;
    width: 100%;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    min-height: 2.5rem;
    padding: 0.375rem 1rem;
    border-radius: 0.25rem;
    background: rgba(128, 128, 128, 0.4);
    color: rgb(255, 255, 255);
    transition: all .3s ease;
}

.login .codelogin button:hover {
    background: rgb(87 87 87 / 40%);
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.login .actions {
    color: rgb(156 163 175 / 1);
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.hover:hover {
    text-decoration-line: underline;
    color: rgb(255 255 255 / 1);
}

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

.rmbme input {
    margin-right: 0.5rem;
}

.h1 {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.h1 span {
    font-size: 32px;
    color: #e50914;
    font-weight: 900;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.actor-card {
    background: #161616;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.actor-card:hover {
    transform: scale(1.05);
    background: #202020;
}

.actor-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.actor-card h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.calendar {
    margin-top: 5rem;
}

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

.calendar .days .item-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #161616;
    margin: 0 10px;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    transition: all .3s ease;
}

.calendar .days .item-day:first-child {
    margin-right: 10px;
    margin-left: 0;
}

.calendar .days .item-day:last-child {
    margin-right: 0;
    margin-left: 10px;
}

.calendar .days .item-day.active {
    background: #e50914 !important;
}

.calendar .days .item-day:hover {
    background: #202020;
}

.calendar .today {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2rem 0;
}

.calendar .today span {
    font-size: 15px;
    font-weight: 300;
}

.calendar .today h3 {
    margin: 0;
    margin-top: 8px;
    font-size: 32px;
    font-weight: 700;
    color: #e50914;
}

.calendar .today button {
    background: #ffffff;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 4px 15px;
    border-radius: 3px;
    cursor: pointer;
}

.calendar .today button i {
    margin-right: 5px;
}

.calendar .country-items {
    position: relative;
    margin-bottom: 60px;
    background: #0f0f0f;
    padding: 20px;
    border-radius: 30px;
}

.calendar .country-name {
    width: 100%;
    height: 1px;
}

.calendar .country-name span {
    position: absolute;
    font-size: 70px;
    opacity: .08;
    font-weight: 900;
    top: 5px;
    left: 20px;
}

.calendar .content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.calendar .content .series-item {
    width: calc(25% - 10px);
    margin: 20px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #161616;
    padding: 0 20px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
}

.calendar .content .series-item:hover {
    background: #202020;
}

.calendar .content .series-item .left {
    display: flex;
    align-items: center;
}

.calendar .content .series-item .left img {
    width: 60px;
    height: 85px;
    transform: translateY(-10px);
    border-radius: 5px;
}

.calendar .content .series-item .left .title {
    margin-left: 15px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 20px;
}

.calendar .content .series-item .left .title h2 {
    margin: 0;
}

.calendar .content .series-item .right i {
    font-size: 20px;
    cursor: pointer;
    transition: all .3s ease;
}

.calendar .content .series-item .right i:hover {
    color: #e50914;
}

.search-result {
    margin-top: 6rem;
}

.search-result .title {
    display: flex;
    justify-content: center;
}

.search-result .title span {
    font-size: 32px;
    font-weight: 700;
}

.search-result .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    padding: 10px;
}

.loop-post {
    margin-right: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #161616;
    padding: 10px;
    border-radius: 10px;
    transition: all .3s ease;
}

.loop-post:hover {
    transform: scale(1.05);
    background: #202020;
}

.loop-post img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.loop-post .title {
    width: 180px;
    text-align: center;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    font-size: 14px;
}

.pagination {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid #e50914;
    color: #e50914;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    display: none;
}

.pagination .page-numbers.current {
    background: #e50914;
    color: #fff;
}

.input-holder {
    position: relative;
    margin-top: 20px;
    display: flex;
    width: 100%;
}

.input-holder .placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    opacity: .5;
    user-select: none;
    cursor: text;
    transition: all .3s ease;
}

.input-holder.focus .placeholder {
    top: 13px;
    left: 10px;
    font-size: 11px;
    color: #ccc;
    opacity: .3;
}

.input-holder input {
    width: 100%;
    padding: 0 10px 10px 10px;
    padding-top: 20px;
    background: #161616;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.input-holder.error input {
    border-color: #e50914;
}

.input-holder.success input {
    border-color: #03c11d;
}

#get_start {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25vw;
    z-index: 99;
}

#get_start .step-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ccc;
}

#get_start .step-text i {
    cursor: pointer;
    color: #e50914;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
}

#get_start .step-text.active i {
    opacity: 1;
    visibility: visible;
}

#get_start .step-text span {
    color: #fff;
    font-weight: 700;
}

#get_start .step {
    display: none;
}

#get_start .step.active {
    display: block;
}

#get_start .step .head p {
    font-size: 24px;
    font-weight: 500;
}

#get_start .step .head p span {
    font-weight: 900;
    color: #e50914;
}

#get_start button {
    position: relative;
    margin-top: 20px;
    width: 100%;
    padding: 13px;
    border: none;
    outline: none;
    background: #e50914;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}

#get_start button[disabled] {
    background: #2f2f2f;
}

#registerTime {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 16px;
    opacity: .7;
}

#get_start .plans {
    margin-top: 10px;
}

#get_start .plans .plan-item {
    border: 2px solid #202020;
    background: transparent;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
    transition: all .3s ease;
}

#get_start .plans .plan-item.active {
    background: #e50914;
    border-color: #e50914;
}

#get_start .plans .plan-item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#get_start .plans .plan-item .top .title,
#get_start .plans .plan-item .top .price {
    font-weight: 900;
}

#get_start .plans .plan-item .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px;
}

#get_start .plans .notfound-plan {
    margin: 30px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #e50914;
}

#get_start .plans .notfound-plan span {
    font-weight: 500;
}

#get_start .plans .notfound-plan i {
    margin-right: 10px;
}

#bgdark {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background: rgba(0 0 0 / 50%);
}

#get_start .alert {
    padding: 8px;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    color: #fff;
    display: none;
}

#get_start .alert.alert-danger {
    background: #740107;
}

#get_start .alert.alert-success {
    background: #01744a;
}

#form_submit .fa-spinner-third,
#get_start .fa-spinner-third {
    display: none;
    animation:.75s linear infinite loading-circle;
}

#form_submit .fa-spinner-third.active,
#get_start .fa-spinner-third.active {
    display: block !important;
}

.login .alert {
    text-align: center;
    margin: 10px 0;
}

.payment_steps .type_pay p,
.payment_steps .network_holder p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.payment_steps .network_holder small {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.payment_steps .type,
.payment_steps .network {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment_steps .type-item,
.payment_steps .network-item {
    width: 25%;
    background: #12151c;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    cursor: pointer;
    border-radius: 30px;
    transition: all .3s ease;
}

.payment_steps .type-item:hover,
.payment_steps .network-item:hover {
    background: #0d1015;
}

.payment_steps .network-item img {
    width: 60%;
    height: 60%;
}

.payment_steps .network-item span {
    margin-top: 20px;
    font-size: 15px;
}

.payment_steps .type-item span {
    font-size: 17px;
    font-weight: 700;
}

.pay_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pay_body .pay_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.pay_body .pay_right img {
    width: 270px;
    height: 270px;
    border-radius: 20px;
}

.pay_body .pay_right .alert {
    background: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    user-select: none;
    opacity: 0;
    transition: all .3s ease;
}

.pay_body .pay_right .alert.active {
    opacity: 1;
}

.pay_body .pay_right .alert.ok {
    color: rgb(11 155 30);
}

.pay_body .pay_right .alert.err {
    color: rgb(229 9 20 / 100%);
}

.pay_body .pay_right button {
    display: flex;
    align-items: center;
    background: #e50914;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    border: none;
    outline: none;
    transition: all .3s ease;
    color: #fff;
    font-size: 17px;
}

.pay_body .pay_right button:hover {
    background: #c5050f;
}

.pay_body .pay_right button i {
    margin-left: 10px;
}

.pay_body .pay_right button span {
    font-weight: 700;
}

.pay_body .pay_left {
    width: 50%;
}

.pay_body .pay_left .pay_item {
    position: relative;
    margin-bottom: 30px;
}

.pay_body .pay_left .pay_item .overlay {
    position: absolute;
    top: 32px;
    right: 9px;
    height: 24px;
    display: flex;
    align-items: center;
    background: #e50914;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: all .3s ease;
}

.pay_body .pay_left .pay_item .overlay:hover {
    background: #c5050f;
}

.pay_body .pay_left .pay_item span {
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.pay_body .pay_left .pay_item code {
    display: block;
    width: 100%;
    border: 1px solid #e50914;
    background: #e5091417;
    color: #ff6169;
    padding: 7px;
    margin-top: 7px;
    border-radius: 7px;
    cursor: pointer;
    letter-spacing: 1px;
    overflow: hidden;
}

.pay_body .pay_left .pay_item input {
    display: block;
    width: 100%;
    border: 1px solid #484848;
    background: #2c2c2c17;
    color: #ffffff;
    padding: 10px;
    margin-top: 7px;
    border-radius: 7px;
    letter-spacing: 1px;
}

.profiles_holder {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.profiles_holder .login_profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profiles_holder .login_profile .profile-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 15%;
    cursor: pointer;
    padding: 10px;
    padding-top: 0;
    margin: 0 10px;
    border-radius: 10px;
    transition: all .7s ease;
}

.profiles_holder .login_profile .profile-item .back {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-65px);
    font-size: 20px;
    opacity: .7;
    transition: all .3s ease;
}

.profiles_holder .login_profile .profile-item .back:hover {
    opacity: 1;
}

.profiles_holder .login_profile .profile-item img {
    width: 100%;
    border-radius: 10px;
}

.profiles_holder .login_profile .profile-item span {
    margin-top: 10px;
    font-size: 15px;
}

.profiles_holder .login_profile input {
    padding: 10px 20px;
    text-align: center;
    border: none;
    background: 0 0;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    margin-bottom: 5px;
    font-size: 18px;
    outline: none;
    color: #fff;
    letter-spacing: 5px;
}

.profiles_holder .login_profile label {
    font-size: 12px;
    margin-bottom: 25px;
    color: #999;
    user-select: none;
}

.profiles_holder .login_profile button {
    padding: 10px 20px;
    font-size: 15px;
    background: #e50914;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.profiles_holder .login_profile button:hover {
    background: #c5050f;
}

.profiles_holder .login_profile button[disabled] {
    background: #363636;
}

.profiles_holder .profiles {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.profiles_holder .profiles .profile-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 15%;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px;
    border-radius: 10px;
    transition: all .7s ease;
}

.profiles_holder .profiles .profile-item:hover {
    background: #191919;
}

.profiles_holder .profiles .profile-item img {
    width: 100%;
    border-radius: 5px;
}

.profiles_holder .profiles .profile-item span {
    margin-top: 10px;
    font-size: 15px;
}

.toast {
    min-width: 250px;
    max-width: 400px;
    display: none;
    background: #fff;
    color: #f5f5f5;
    padding: 1rem 4rem 1.5rem 2rem;
    border-radius: 1rem;
    font-weight: 300;
    margin: 1rem 0;
    text-align: left;
    opacity: 1;
    border: 0.15rem solid #fff2;
    box-shadow: 0 0 1.5rem 0 #1a1f4360;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100000;
    cursor: pointer;
}

.toast.info {
    --clr: #0070e0;
}

.toast.success {
    --clr: #03a65a;
}

.toast.warning {
    --clr: #fc8621;
}

.toast.error {
    --clr: #db3056;
}

.toast:before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: calc(100% - 1.5rem);
    top: 0.75rem;
    left: 0.5rem;
    z-index: 0;
    border-radius: 1rem;
    background: var(--clr);
}

.toast .close {
    position: absolute;
    width: 1.35rem;
    height: 1.35rem;
    text-align: center;
    right: 1rem;
    cursor: pointer;
    border-radius: 100%;
}

.toast .close:after {
    position: absolute;
    font-family: 'Varela Round', san-serif;
    width: 100%;
    height: 100%;
    left: 0;
    font-size: 1.8rem;
    content: "+";
    transform: rotate(-45deg);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #595959;
    text-indent: 1px;
}

.toast h3 {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.35rem;
    font-weight: 600;
    position: relative;
    color: var(--clr);
}

.toast p {
    position: relative;
    font-size: 0.95rem;
    z-index: 1;
    margin: 0.25rem 0 0;
    color: #595959;
    line-height: 1.3rem;
}

.toast i {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 5px;
    background: var(--clr);
    border-radius: 10px;
}

.toast i.animate {
    width: 0 !important;
    transition: width 5s linear;
}

.d-flex {
    display: flex;
}

.flex-between {
    justify-content: space-between;
}

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

#comment_email,
#comment_name {
    width: 250px;
    margin-left: 10px;
    padding: 10px 15px;
    background: #161616;
    border: 2px solid #202020;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    color: #fff;
}

.notifications {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
}

.notifications .item {
    width: calc(25% - 20px);
    margin: 10px 10px 25px;
    background-color: #161616;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    position: relative;
    display: flex;
    align-items: center;
}

.notifications .item img {
    width: 80px;
    height: 95px;
    border-radius: 5px;
    margin-right: 15px;
}

.notifications .content {
    width: 100%;
    display: block;
}

.notifications .content .status {
    position: absolute;
    top: -9px;
    z-index: 1;
    right: 11px;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 30px;
    border: 2px solid #fff;
    border-color: #0d121e;
}

.notifications .content .status.unread {
    background-color: #ef5350;
}

.notifications .item .title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    display: block;
}

.notifications .item .desc {
    width: 100%;
    display: block;
    margin-top: 6px;
    font-weight: 300;
    line-height: 26px;
    color: #ddd;
    font-size: 13px;
}

.notifications .item .info {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    align-items: center;
}

.notifications .item .info .time {
    color: #ff9800;
    font-weight: 600;
    font-size: 11px;
}

.notifications .item .info .read-btn {
    cursor: pointer;
    outline: 0;
    border: 0;
    color: #fff;
    background-color: #10d876;
    padding: 3px 12px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    box-shadow: 0 0 0 3px #10d8762e;
    transition: .3s box-shadow;
    -webkit-transition: .3s box-shadow;
}

.notifications .item .info .read-btn i {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.inactive_sub {
    color: #e50914;
    font-weight: 700;
}

.active_sub {
    color: #0cb631;
    font-weight: 700;
}

#changeEmail {
    font-size: 14px;
    padding: 10px 20px;
    width: auto;
    background: #e50914;
    cursor: pointer;
    font-weight: 500;
}

#changeEmail:hover {
    background: #c5050f;
}

.newPasswordHolder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    gap: 20px;
}

.newPasswordHolder input {
    width: 100%;
    padding: 20px;
    background: #111;
    border: none;
    font-size: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.sidebarMenu {
    position: fixed;
    top: 0;
    left: -40vw;
    width: 40vw;
    height: 100vh;
    z-index: 99999;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(50px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    transition: all .5s ease;
}

.sidebarMenu.active {
    left: 0;
}

.sidebarMenu .close {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 40px;
    height: 40px;
    background: #f00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
}

.sidebarMenu .logo {
    width: 50%;
}

.sidebarMenu .logo img {
    width: 100%;
}

.sidebarMenu nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    width: 50%;
    height: 50vh;
    font-size: 24px;
}

.sidebarMenu nav a {
    font-weight: 500;
}

.textSubscriptionBlock .buyplan {
    background: #121212;
    padding: 10px;
    margin-top: 20px;
    display: block;
    border-radius: 10px;
    transition: all .3s ease;
}

.textSubscriptionBlock .buyplan:hover {
    background: #070707;
}

.post-badge-status {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3;
    font-size: 10px;
    background: rgb(0 0 0 / 50%);
    padding: 2px 4px 3px;
    border-radius: 5px;
}

.telegram {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #0088cc;
    padding: 10px;
    gap: 10px;
    opacity: 0.7;
    user-select: none;
    cursor: pointer;
    z-index: 3;
}

@media only screen and (max-width: 1600px) {
    .notifications .item {
        width: calc(33.33% - 20px);
    }
    .single .casts .cast-select {
        width: 13%;
    }
}

@media only screen and (max-width: 1200px) {
    .calendar .content .series-item {
        width: calc(33.33% - 10px);
    }
    .notifications .item {
        width: calc(50% - 20px);
    }
    .devices .items .item {
        width: calc(33.33% - 10px);
    }
    .pay_body {
        flex-direction: column-reverse;
    }
    .pay_body .pay_right {
        width: 100%;
    }
    .pay_body .pay_left {
        width: 100%;
        margin-top: 40px;
    }
    .payment_steps .type-item,
    .payment_steps .network-item {
        width: 45%;
    }
    .recent-played .items .item {
        width: calc(50% - 10px);
    }
    .dashboard .body {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        width: calc(75% - 20px);
    }
    .dashboard .body .center {
        width: 100%;
        margin: 0;
    }
    .dashboard .body .right {
        width: 100%;
        margin-bottom: 20px;
    }
    .dashboard .sidebar {
        width: 25%;
    }
    .profiles_holder .login_profile .profile-item {
        width: 25%;
    }
    .profiles_holder .profiles .profile-item {
        width: 25%;
    }
    #get_start {
       width: 35vw;
    }
    .single .single_body .sidebar .user-rate {
        flex-direction: column;
        margin: 10px 0;
    }
    .single .single_body .sidebar .user-rate .spacing {
        width: 90%;
        height: 1px;
        margin: 10px 0;
    }
    .single .single_body .sidebar .post-watchlist {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 992px) {
    #registerbtn {
        display: none;
    }
    .calendar .content .series-item {
        width: calc(50% - 10px);
    }
    .calendar .days {
        justify-content: unset;
        overflow: hidden;
        overflow-x: auto;
    }
    .profiles .items .item {
        width: calc(50% - 10px);
    }
    .devices .items .item {
        width: calc(50% - 10px);
    }
    .newPasswordHolder {
        width: 90%;
    }
    .email .email-holder .verify-code input {
        font-size: 50px;
    }
    .email .email-holder button {
        width: 70%;
    }
    .dashboard .password .field-item .current-items {
        width: 70%;
    }
    .subscription .items .item {
        flex-direction: column;
        align-items: center;
    }
    .subscription .items .item i {
        width: unset;
    }
    .subscription .items .item span {
        margin: 5px 0;
        width: 100%;
    }
    .recent-played .items .item {
        width: 100%;
    }
    .dashboard .body .center .card-holder .card-item {
        width: 100%;
    }
    .dashboard .body {
        width: calc(65% - 20px);
    }
    .dashboard .sidebar {
        width: 35%;
    }
    #get_start {
       width: 55vw;
    }
    #close-search {
        left: 5%;
        top: 5%;
    }
    #modal-search .search-holder {
        transform: translate(-50%, -50%);
    }
    #modal-search .search-holder .input_holder input {
        width: 90vw;
        height: 60px;
    }
    #modal-search .search-holder .avc-search {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }
    #modal-search .search-holder .avc-search .select-wrapper {
        width: 70%;
    }
    #modal-search .search-holder .avc-search .select-wrapper .select {
        padding: 20px;
    }
    .single .box-download .download-head .right {
        margin-top: 20px;
    }
    .single .box-download .download-head {
        flex-direction: column;
        justify-content: center;
    }
    .single .casts .cast-select {
        width: 20%;
    }
    .single .single_body {
        flex-wrap: wrap;
    }
    .single .single_body .cover {
        width: 30%;
    }
    .single .single_body .data {
        width: calc(70% - 20px);
    }
    .single .single_body .sidebar {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .single .single_body .post-views {
        margin-top: 10px;
    }
    header .left {
        width: 200px;
    }
    header .left i {
        display: block;
    }
    header nav {
        display: none;
    }
    .get-started .email-holder {
        width: 80%;
    }
    .get-started .text1 {
        font-size: 30px;
    }
    .get-started .text2 {
        font-size: 22px;
    }
    .get-started .text3 {
        font-size: 15px;
    }
    .special-slider .slider-holder .post-data .post-story {
        display: none;
    }
    .special-slider .slider-holder .post-data {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .calendar .content .series-item {
        width: 100%;
    }
    .sidebarMenu {
        left: -60vw;
        width: 60vw;
    }
    .notifications .item {
        width: 100%;
    }
    .modal_dashboard .bodyModal {
        width: 70%;
    }
    .dashboard .body .right .innerSubscriptionBlock .countdownSubscription #getting_started .item_time .value {
        font-size: 24px;
    }
    .dashboard .body .right .innerSubscriptionBlock .countdownSubscription #getting_started .sep {
        margin: 0 5px;
    }
    .dashboard .body .right .innerSubscriptionBlock .countdownSubscription #getting_started .item_time {
        width: 20%;
    }
    .dashboard {
        flex-wrap: wrap;
    }
    .dashboard .body {
        width: 100%;
        margin-top: 20px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .dashboard .body .center .card-holder .card-item {
        width: 100%;
    }
    .dashboard .body .right {
        width: 100%;
        margin-bottom: 20px;
    }
    .dashboard .body .center {
        width: 100%;
    }
    .dashboard .sidebar {
        width: 100%;
    }
    .dashboard .sidebar .sidebar-holder .menu-items {
        display: none;
    }
    .dashboard .sidebar .sidebar-holder .menu-item i {
        font-size: 22px;
    }
    .dashboard .sidebar .sidebar-holder .menu-item .menu-head .fa-angle-down {
        width: 25px;
    }
    .dashboard .sidebar .sidebar-holder .menu-item .sub-menu {
        margin-left: 30px;
    }
    .dashboard .sidebar .sidebar-holder .menu-item span {
        font-size: 18px;
    }
    .dashboard .sidebar .sidebar-holder .menu-item .sub-menu a {
        font-size: 14px;
        margin-top: 20px;
    }
    .dashboard .sidebar .sidebar-holder .toggle_menu {
        display: flex;
    }
    .profiles_holder {
        width: 75%;
    }
    .get-started .email-holder {
        width: 90%;
    }
    .get-started .text1 {
        font-size: 22px;
    }
    .get-started .text2 {
        font-size: 16px;
    }
    .get-started .text3 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 576px) {
    header .logo img {
        display: none;
    }
    .search-result .items {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
    .loop-post .title {
        width: 120px;
    }
    .sidebarMenu {
        left: -100vw;
        width: 100vw;
    }
    .dashboard .head button {
        padding: 6px 10px 8px;
        font-size: 12px;
    }
    .email .email-holder button {
        width: 90%;
    }
    .profiles .items .item {
        width: 100%;
    }
    .devices .items .item {
        width: 100%;
    }
    .payment_steps .type,
    .payment_steps .network {
        flex-wrap: wrap;
    }
    .payment_steps .type-item,
    .payment_steps .network-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .pay_body .pay_left .pay_item code {
        font-size: 12px;
        padding: 10px;
    }
    .profiles_holder {
        width: 90%;
    }
    .profiles_holder .login_profile .profile-item {
        width: 33%;
    }
    .profiles_holder .profiles .profile-item {
        width: 33%;
    }
    #get_start {
       width: 90vw;
    }
    .single .time-casts {
        flex-wrap: wrap;
        z-index: 2;
    }
    .single .timestamp {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .single .casts {
        margin: 0;
        width: 100%;
    }
    .toast {
        left: 0;
        margin: 0 10px;
    }
    .single .single_body .data .mobile_sidebar {
        display: block;
    }
    .single .single_body .data .post-update-mobile {
        display: flex;
    }
    .single .single_body .sidebar {
        display: none !important;
    }
    .single .single_body .data .top-mobile {
        display: flex;
    }
    .single .box-download .download-head .right {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .single .box-download .download-head .right .boxdl {
        width: 100%;
    }
    .single .box-download .download-head .left .item-head {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .single .box-download .download-head .left .item-head i {
        margin: 0;
        margin-bottom: 7px;
    }
    .single .box-comments form .form-input {
        flex-direction: column-reverse;
    }
    .single .box-comments form .form-input>div {
        gap: 20px;
    }
    #comment_email,
    #comment_name {
        width: 100%;
        margin-left: 0;
    }
    .single .box-comments form button {
        margin-top: 10px;
        width: 100%;
    }
    .single .casts .cast-select {
        width: 45%;
    }
    .single .single_body {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        flex-wrap: unset;
        padding-top: 70px;
    }
    .single .single_body .cover {
        width: 300px;
    }
    .single .single_body .data {
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }
    .single .single_body .data .post-details {
        width: 100%;
    }
    .single .single_body .data .genre {
        margin-top: 20px;
        justify-content: center;
        gap: 10px;
    }
    .single .single_body .data .genre .genre-item {
        padding: 3px 15px 4px;
        font-size: 13px;
        margin: 0;
    }
    .single .single_body .data .post-data {
        justify-content: space-between;
        gap: 15px;
    }
    .single .single_body .data .data-item {
        margin: 0;
        width: 47%;
        background: rgb(0 0 0 / 30%);
        padding: 5px 10px;
        border-radius: 5px;
    }
    .single .single_body .data .data-item:nth-child(1) {
        background: rgb(229 162 143 / 30%);
    }
    .single .single_body .data .data-item:nth-child(2) {
        background: rgb(224 143 229 / 30%);
    }
    .single .single_body .data .data-item:nth-child(3) {
        background: rgb(122 157 210 / 30%);
    }
    .single .single_body .data .data-item:nth-child(4) {
        background: rgb(168 122 210 / 30%);
    }
    .single .single_body .data .data-item:nth-child(5) {
        background: rgb(122 210 160 / 30%);
    }
    .single .single_body .data .data-item:nth-child(6) {
        background: rgb(237 81 81 / 30%);
    }
    .single .single_body .data .post-actions {
        padding: 0;
    }
    .single .single_body .data .post-actions.mobile {
        display: block;
        margin-top: 20px;
    }
    .single .single_body .data .post-actions.desktop {
        display: none;
    }
    .single .single_body .data .post-actions [PlayOnline] {
        margin: 0;
    }
    .single .time-casts {
        margin-top: 20px;
    }
    .login .loginbox {
        height: 100vh;
    }
    .get-started .email-holder button {
        height: 52px;
    }
    .get-started .email-holder {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .get-started .text1 {
        font-size: 18px;
    }
    .get-started .text2 {
        font-size: 13px;
    }
    .get-started .text3 {
        font-size: 11px;
    }
    .get-started .email-holder button span {
        font-size: 15px;
    }
    .get-started .email-holder button i {
        font-size: 18px;
        margin-left: 8px;
    }
}