@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 300;
    src: url("assets/fonts/dana/woff2/Dana-Light.woff2") format("woff2"), url("assets/fonts/dana/woff/Dana-Light.woff") format("woff");
}
@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 500;
    src: url("assets/fonts/dana/woff2/Dana-Medium.woff2") format("woff2"), url("assets/fonts/dana/woff2/Dana-Medium.woff") format("woff");
}
@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 600;
    src: url("assets/fonts/dana/woff2/Dana-DemiBold.woff2") format("woff2"), url("assets/fonts/dana/woff/Dana-DemiBold.woff") format("woff");
}
@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 900;
    src: url("assets/fonts/dana/woff2/Dana-Black.woff2") format("woff2"), url("assets/fonts/dana/woff/Dana-Black.woff") format("woff");
}
@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 400;
    src: url("assets/fonts/dana/woff2/Dana-Regular.woff2") format("woff2"), url("assets/fonts/dana/woff/Dana-Regular.woff") format("woff");
}
:root {
    --primary: #e4810d;
}
* {
    font-family: dana;
}
*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button {
    cursor: pointer;
}
svg {
    vertical-align: middle;
    width: 30px;
    height: 30px;
}
li,
ul {
    list-style: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
a {
    text-decoration: none;
    color: inherit;
}
body {
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    direction: rtl;
    font-size: 14px;
}
.dashboard_users .main_dashboard .resent_videos .resent_videos_holder .slick-arrow,
.hide,
.swiper {
    display: none !important;
}
.swiper-initialized {
    display: block !important;
}
.container {
    margin: 0 auto;
    max-width: 1800px;
    width: 95%;
}
.paged_container img {
    width: 100%;
}
.notification {
    position: relative;
    width: 100%;
    padding: 10px;
    background: var(--primary);
    user-select: none;
    z-index: 3;
}
.notification .content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification .content a {
    margin-right: 10px;
    background-color: #fff;
    color: var(--primary);
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 5px;
}
.notification .close {
    position: absolute;
    top: 50%;
    left: 2.5%;
    transform: translateY(-50%);
    fill: #fff;
    cursor: pointer;
}
header {
    position: absolute;
    width: 100%;
    border-top: 2px solid var(--primary);
    z-index: 1000;
}
header .container {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
header.sticky::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(20, 20, 20, 0.459);
    backdrop-filter: blur(15px);
}
header .logo-area {
    width: 200px;
    position: relative;
    z-index: 2;
}
header .logo-area img {
    width: 135px;
    position: relative;
    z-index: 2;
}
header .menu-area {
    margin-right: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
}
header .menu-area .category-items {
    position: relative;
    padding: 20px 0;
}
header .menu-area .category-items .item-title {
    display: flex;
    align-items: center;
    color: silver;
    cursor: pointer;
    transition: 0.2s;
}
header .menu-area .category-items .item-title .icon {
    width: 23px;
    height: 23px;
    margin-left: 10px;
    stroke: #c0c0c0;
    transition: 0.2s;
}
.body_inner_dl_box_n .item_row_dl .title_side_row .quality_name.no_subtitle_label,
.nice-select.open .current,
.pay-status .buttons a,
header .menu-area .category-items .item-title:hover,
header .menu-area .link-item a:hover {
    color: #fff;
}
header .menu-area .category-items .item-title:hover .icon {
    stroke: #fff;
}
header .menu-area .category-items .menu-items {
    position: absolute;
    top: 100%;
    background: rgb(18 23 32 / 50%);
    backdrop-filter: blur(15px);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    min-width: 900px;
    padding: 20px;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 1000;
}
#slider-1 .shadow::before,
#slider-1::before,
header .left-side .header_notif::before {
    top: 0;
    position: absolute;
    right: 0;
    content: "";
}
header .menu-area .category-items .menu-items:before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: rgba(16, 19, 24, 0.5);
    display: block;
    height: 0;
    position: absolute;
    right: 35px;
    bottom: 100%;
    z-index: 2;
}
header .menu-area .category-items:hover .menu-items {
    visibility: visible;
    opacity: 1;
    top: 50%;
}
header .menu-area .category-items .menu-items .tabs {
    border-left: 1px solid rgba(255 255 255 / 21%);
    padding-left: 20px;
    margin-left: 20px;
}
header .menu-area .category-items .menu-items .tabs .item-tab-title {
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 30px;
}
header .menu-area .category-items .menu-items .tabs .item-tab-title.active {
    background: #010203;
}
header .menu-area .category-items .menu-items .tabs .item-tab-title .icon-holder {
    width: 45px;
}
header .menu-area .category-items .menu-items .tabs .item-tab-title .icon-holder .icon {
    width: 30px;
    height: 30px;
    fill: #fff;
    stroke: #fff;
}
header .menu-area .category-items .menu-items .content {
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: wrap;
}
.allseriesdllink,
.body_inner_dl_box_n .episode_box,
.body_inner_dl_box_n .item_row_dl .meta_row .item_meta_n_dl.enco_meta,
.body_inner_dl_box_n .item_row_dl.hide_row,
.body_inner_dl_box_n .subtitle_box,
.checkoutPage .for_mobile_meta_checkout,
.checkoutPage .septator_checkout,
.comment_list_item .right_side_cm .avatar_user_cm .comment_author,
.comment_list_item .right_side_cm .avatar_user_cm .comment_date,
.comment_list_item .right_side_cm .data_cm .mobilebtnreplay,
.dashboard_header .inner_dashboard_header .logo_header_dash .lightlogo,
.dashboard_header .inner_dashboard_header.mobile_header_dashboard .center_side_mobile_header .mobile_logi_header .darklogo,
.formobile,
.hidden,
.main_inner_single .left_side .btn_single_left .btn_left_single.trailer_btn.btnGoDlBox,
.message_result_text .hide,
.mobilelinkspanel,
.no-csspointerevents .nice-select .list,
.point_holder,
.single-tab-content:not(.active),
.tags_holder .tags_body_holder,
header .menu-area .category-items .menu-items .content .content-section {
    display: none;
}
.blockItemPanel .innerBlockItem,
.block_messages .head_messages .left_side_head_ticket,
.bodyrecentTickets .inneritemTicket .bottom_sec .dateticket,
.checkoutPageForm .for_mobile_meta_checkout .item_checkout_meta .checkout_right_side_item,
.comment_list_item .right_side_cm .data_cm .btnreplayHolder,
.comments_dashbord_holder .comment_item_dashbord .right_side_cm .data_cm .btnreplayHolder,
.dashboard_header .inner_dashboard_header .left_side_header .left_side_left,
.main_inner_single .meta_side_cover .genres_holder_single .genres_links,
.meta_side_cover .head_title .country,
.status_vip,
.status_vip .right_side,
.updates_line,
.zarfilmtable .tbody .mobile_items_row .bottom_line_meta .left_side_tr,
.zarfilmtable .tbody .mobile_items_row .bottom_line_meta .right_side_tr,
.zarfilmtable .tbody .mobile_items_row .top_line_meta .left_side_tr,
header .menu-area .category-items .menu-items .content .content-section.active {
    display: flex;
    flex-wrap: wrap;
}
.body_inner_dl_box_n,
.form_style .help_message,
.inner_dl_box_n_single,
.inner_result_wallet,
.single_dlbox,
.tickets_holder,
.tickets_holder .right_side_tickets,
header .menu-area .category-items .menu-items .content .content-section ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
header .menu-area .category-items .menu-items .content .content-section ul li {
    padding: 20px;
    width: 33%;
}
header .menu-area .category-items .menu-items .content .content-section ul li a {
    font-size: 14px;
    padding-right: 7px;
    border-right: 2px solid var(--primary);
    transition: 0.2s;
}
header .menu-area .category-items .menu-items .content .content-section ul li small {
    margin-right: 5px;
    opacity: 0.7;
}
header .menu-area .category-items .menu-items .content .content-section ul li a:hover {
    color: var(--primary);
    padding-right: 10px;
}
header .menu-area .category-items .menu-items .content .content-section .item-content {
    width: 20%;
    padding: 15px 0;
    font-size: 14px;
    transition: 0.3s;
}
.cast-flex a:hover,
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item .btnLikeCm:hover .text_btnlike,
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item .btndisLikeCm:hover .text_btnlike,
.dashboard_users .main_dashboard .right_side .soicalmedialinks .soicalmediaItem:hover .text_holder strong,
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_body a.current,
.dashboard_users .sidebar_dashboard .logoutBtn a:hover,
.footer_site .inner_footer_site .footer_menu ul li a:hover,
.inner_select_list .currency_select .item_currency_select:hover,
.n_1_more_details .body_more_de .item_more_de .left_side a:hover,
.nice-select.has-multiple .option.selected,
.nice-select.has-multiple span.current .remove:hover,
.suggested .desktop .post-holder .post-meta .post-head .post-details .post-genre .genres a:hover,
.tab-single .container .item.active .text,
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .loged_users_link ul li:hover a,
.watchlist_posts .item_watchlist h2 a:hover,
header .menu-area .category-items .menu-items .content .content-section .item-content:hover {
    color: var(--primary);
}
header .menu-area .link-item a {
    color: silver;
    transition: 0.2s;
}
header .left-side {
    margin-right: auto;
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 2;
}
header .left-side .header_notif {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #fff;
    width: 50px;
    height: 50px;
    transition: 0.2s;
}
header .left-side .header_notif::before {
    bottom: 0;
    left: 0;
    background: rgba(0 0 0 / 0.1);
    backdrop-filter: blur(5px);
    border-radius: 17px;
    transition: 0.2s;
}
header .left-side #search-holder:hover,
header .left-side .buy-plan:hover,
header .left-side .header_notif:hover::before {
    background: #121720;
}
header .left-side .header_notif > .icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2;
}
header .left-side .header_notif .notif_holder {
    position: absolute;
    top: 70%;
    right: 0;
    width: 300px;
    padding: 10px;
    background: rgba(0 0 0 / 0.8);
    backdrop-filter: blur(5px);
    border-radius: 17px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
header .left-side .header_notif:hover .notif_holder {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
header .left-side .header_notif .notif_holder .notif_item {
    display: block;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    border-radius: 17px;
    transition: 0.2s;
}
header .left-side .header_notif .notif_holder .notif_item:hover {
    background: rgb(0 0 0 / 80%);
}
header .left-side .header_notif .notif_holder .notif_item .title {
    align-items: center;
    fill: var(--primary);
    color: var(--primary);
}
.tags_holder .tags_head span,
header .left-side .header_notif .notif_holder .notif_item .title span {
    font-size: 14px;
    font-weight: 600;
}
header .left-side .header_notif .notif_holder .notif_item .title .icon {
    width: 25px;
    height: 25px;
}
header .left-side .header_notif .notif_holder .notif_item p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
}
header .left-side .header_notif .notif_holder .show_all {
    margin-top: 5px;
    display: block;
    background: var(--primary);
    padding: 15px;
    text-align: center;
    border-radius: 17px;
    transition: 0.2s;
}
#slider-1 .details .slide-text .more a:hover,
.comment-is-spoil .btn:hover,
.fixed_notification .inner_fixed_notif a:hover,
.fixed_notification .inner_fixed_notif button:hover,
.main_inner_single .left_side .btn_single_left .btn_left_single:hover,
.notifications .notification-item .time button:hover,
.search-filters form .field button:hover,
header .left-side .header_notif .notif_holder .show_all:hover,
header .left-side .login-user:hover {
    opacity: 0.9;
}
header .left-side .login-user {
    display: flex;
    align-items: center;
    background: var(--primary);
    padding: 10px 15px;
    border-radius: 10px;
    transition: 0.3s;
}
header .left-side #search-holder,
header .left-side .buy-plan {
    display: flex;
    align-items: center;
    background: rgba(0 0 0 / 0.1);
    border-radius: 17px;
    transition: 0.2s;
    backdrop-filter: blur(5px);
}
header .left-side .login-user span {
    letter-spacing: -0.7px;
    padding: 0 3px 4px 0;
}
header .left-side .login-user .icon {
    fill: #fff;
    width: 23px;
    height: 23px;
    margin-left: 5px;
}
header .left-side .buy-plan {
    fill: var(--primary);
    padding: 0 20px;
}
header .left-side .buy-plan .icon {
    width: 25px;
    height: 25px;
    margin-left: 5px;
}
header .left-side #search-holder {
    justify-content: space-between;
    fill: #fff;
    width: 50px;
    overflow: hidden;
}
header .left-side #search-holder.active,
header .left-side #search-holder.focus {
    width: 350px;
    background: #121720;
}
header .left-side #search-holder .inner-search {
    width: 0%;
    display: none;
    transition: 0.5s;
}
header .left-side #search-holder.active .inner-search,
header .left-side #search-holder.focus .inner-search {
    display: flex;
    align-items: center;
    width: 85%;
}
header .left-side #search-holder input {
    width: 100%;
    background: 0 0;
    color: #fff;
    border: none;
    outline: 0;
    font-size: 14px;
    font-weight: 200;
}
header .left-side #search-holder .main-search {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 5px;
    background: 0 0;
    border: none;
}
#download_modal .download_holder .body a.download_file,
.bottom_userlists .chnage_type_userlist .change_type_list .item_type_list.active,
.btn_change_from .item_change.active,
.dashboard_pageNavi .inner_dashboard_pageNavi a.current,
.dashboard_pageNavi .inner_dashboard_pageNavi span.current,
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu a:hover,
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu.current a,
.post-slider .headline-title .show-more a:hover,
.single_actors .actor-item .manage-btns a:hover,
body.light .top_message_dllinks_desktop,
body.light .top_message_dllinks_mobile,
header .left-side #search-holder.active .main-search,
header .left-side #search-holder.focus .main-search {
    background: var(--primary);
}
header .left-side #search-holder .main-search .icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
header .left-side #search-holder .search-settings {
    background: rgb(107 107 107 / 50%);
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 5px;
}
header .left-side #search-holder .search-settings .icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: unset !important;
}
#slider-1 {
    position: relative;
    width: 100%;
    height: 700px;
    display: flex;
    margin: 0 0 40px;
    padding: 90px 0 0;
    background-size: cover;
    background-position: 0 -100px;
    background-color: #030303;
    opacity: 0;
}
#slider-1 .container,
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_title .right_item_menu_title,
.result_wallet.show {
    display: flex;
}
#slider-1::before {
    left: 0;
    display: flex;
    background: linear-gradient(rgba(0, 0, 0, 0.7), transparent);
    height: 220px;
}
#slider-1 .shadow::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #000, #00000000);
    z-index: 1;
    backdrop-filter: blur(20px);
}
#slider-1 .shadow::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, #000, #00000000);
    z-index: 2;
}
#slider-1 .the-slider {
    margin: 20px 0 40px 20px;
    position: relative;
    cursor: pointer;
    user-select: none;
    z-index: 2;
}
.checkbox-item label,
.nice-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
#slider-1 .the-slider .navigation .icon {
    fill: #fff;
    width: 15px;
    height: 15px;
}
#slider-1 .the-slider .navigation .rotate {
    transform: rotate(180deg);
}
#slider-1 .the-slider .navigation .next,
#slider-1 .the-slider .navigation .prev {
    right: 50%;
    transform: translateX(50%);
    background: rgb(1 1 1 / 90%);
    padding: 0 10px;
    width: 40px;
    height: 25px;
    transition: 0.3s;
    position: absolute;
    display: flex;
    opacity: 0;
    z-index: 1;
}
#slider-1 .the-slider .navigation .prev {
    top: -5px;
    border-radius: 0 0 15px 15px;
    align-items: center;
    justify-content: center;
}
#slider-1 .the-slider .navigation .next {
    bottom: -5px;
    border-radius: 15px 15px 0 0;
    align-items: center;
    justify-content: center;
}
#slider-1 .the-slider:hover .navigation .next,
#slider-1 .the-slider:hover .navigation .prev,
.tags_holder .tags_body a:hover {
    opacity: 1;
}
#slider-1 .the-slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
    width: 140px;
}
#slider-1 .the-slider .swiper-wrapper .slider-item,
#weekly .content .item .poster img,
.main_inner_single .meta_side_cover .play_area svg,
.single_actors .actor-item a,
.suggested .desktop .post-holder .poster-holder .poster img {
    width: 100%;
    height: 100%;
}
#slider-1 .the-slider .swiper-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid transparent;
    object-fit: cover;
    transition: 0.2s;
}
#weekly .countries,
#weekly .days {
    background-color: #161c29;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
#slider-1 .the-slider .swiper-wrapper .swiper-slide-active img,
.dashboard_users .main_dashboard .right_side .soicalmedialinks .soicalmediaItem:hover,
.item_form input:focus,
.item_form.has-val input:focus {
    border-color: var(--primary);
}
#slider-1 .details {
    margin-right: 100px;
    position: relative;
    z-index: 2;
    flex: 1;
    align-items: center;
    display: flex;
    overflow: hidden;
}
#slider-1 .details .slide-text {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    transition: 0.1s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 0;
}
#slider-1 .details .slide-text.active {
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    height: auto;
}
#slider-1 .details .slide-text .title {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 10px;
    direction: ltr;
    text-align: right;
    padding-left: 15px;
}
#slider-1 .details .slide-text .line {
    display: inline-flex;
    background-color: var(--primary);
    height: 1px;
    width: 70px;
    margin: 0 0 15px;
}
#slider-1 .details .slide-text .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: right;
    align-items: center;
    margin: 0 0 10px;
}
#weekly .days,
#weekly .head {
    align-items: center;
    display: flex;
}
#slider-1 .details .slide-text .rating svg {
    margin: -5px 10px 0 0;
    width: 45px;
    height: 45px;
}
#slider-1 .details .slide-text .rating strong {
    font-size: 20px;
    font-weight: 900;
    margin: 0 3px 0 0;
}
#slider-1 .details .slide-text .rating .ten {
    display: inline-flex;
    direction: ltr;
    font-size: 14px;
}
#slider-1 .details .slide-text .summery-post {
    padding: 10px 20px;
    background: var(--primary);
    display: flex;
    width: fit-content;
    border-radius: 10px;
    margin-bottom: 15px;
    font-weight: 300;
}
#slider-1 .details .slide-text .summery-post span {
    margin: 0 5px;
    font-weight: 700;
}
#slider-1 .details .slide-text .plot {
    color: #f9f9f9;
    opacity: 0.9;
    max-width: 850px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    margin: 0 0 10px 10px;
}
#slider-1 .details .slide-text .more a {
    background-color: var(--primary);
    padding: 13px 30px;
    border-radius: 12px;
    display: inline-flex;
    margin-top: 30px;
    transition: 0.2s;
}
#weekly {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #0e1016;
    margin-top: -30px;
    overflow: hidden;
}
#weekly.waiting::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(5px);
    z-index: 2;
}
#weekly .head {
    justify-content: space-between;
    border-bottom: 1px solid #212735;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#weekly .right .title {
    font-size: 16px;
    font-weight: 900;
    color: #ccc;
}
#weekly .right .icon {
    fill: #cccccc;
    margin-left: 10px;
    width: 35px;
    height: 35px;
}
#weekly .days .day-item {
    padding: 4px 10px 7px;
    font-weight: 100;
    transition: 0.3s;
}
#weekly .countries .country-item.active,
#weekly .countries .country-item:hover,
#weekly .days .day-item.active,
#weekly .days .day-item:hover,
.checkbox-item label input:checked ~ span,
.switch .item-switch input:checked ~ label {
    background-color: var(--primary);
}
#weekly .countries {
    display: flex;
    align-items: center;
    width: max-content;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 10px;
}
#weekly .countries .country-item {
    padding: 4px 15px 7px;
    font-weight: 100;
    transition: 0.3s;
}
#weekly .content,
.bodyrecentTickets .inneritemTicket .bottom_sec .departemanticket {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#weekly .content .item {
    width: calc(25% - 20px);
    height: 90px;
    display: flex;
    align-items: center;
    background: #161c29;
    border-radius: 20px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    margin: 10px;
}
#weekly .content .item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgb(31 37 51 / 60%);
    transition: 0.3s;
}
#weekly .content .item:hover:before {
    background: rgb(0 0 0 / 60%);
}
#weekly .content .item .poster {
    width: 15%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
}
#weekly .content .item .post-meta {
    font-size: 14px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}
#weekly .content .item .post-meta h3 {
    font-size: 14px;
    font-weight: 500;
}
#weekly .content .item .post-meta span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
}
.post-slider {
    margin-top: 25px;
    overflow: hidden;
}
.post-slider .headline-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-slider .headline-title .main-title {
    display: inline-flex;
    align-items: center;
}
.post-slider .headline-title .main-title .inner-title span {
    margin-left: 3px;
    font-size: 18px;
    font-weight: 900;
    color: var(--primary);
}
.post-slider .headline-title .main-title .inner-title strong {
    background: var(--primary);
    padding: 0 10px 1px;
    border-radius: 25px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 100;
}
.post-slider .headline-title .main-title .icon-holder {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    margin-left: 15px;
}
.post-slider .headline-title .main-title .icon-holder .icon {
    background: #000;
    fill: var(--primary);
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}
.post-slider .headline-title .main-title .title .desc {
    font-size: 14px;
    font-weight: 100;
    margin-top: 3px;
}
.post-slider .headline-title .show-more a {
    background: 0 0;
    padding: 2px 10px 4px;
    border-radius: 5px;
    transition: 0.3s;
}
.post-slider .body {
    width: 100%;
    margin-top: 20px;
}
.post-slider .top-list {
    white-space: nowrap;
    display: flex;
    gap: 20px;
}
.post-slider .body .item-top {
    flex: 1;
    width: calc(10% - 20px);
    min-width: calc(12% - 10px);
}
.post-slider .body .item-top a {
    display: flex;
    flex-direction: column;
    padding: 13px;
    transition: 0.2s;
    background-color: #0e1016;
    border-radius: 15px;
}
.post-slider .body .item-top:hover a {
    background-color: #161c29;
}
.post-slider .body .item-top a img {
    width: 100%;
    height: 140px;
    border-radius: 25px;
    margin-bottom: 14px;
    object-fit: cover;
}
.post-slider .body .item-top a h3 {
    direction: ltr;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 0.85);
    transition: 0.2s;
    margin-bottom: 3px;
}
.post-slider .body .item-top a .year {
    transition: 0.2s;
    text-align: center;
    opacity: 0.4;
}
.post-updated {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.post-updated .item-series {
    background-color: #141821;
    border-radius: 20px;
    transition: 0.3s;
}
.post-updated .item-series a {
    padding: 10px 10px 13px;
    display: block;
}
.post-updated .item-series .cover {
    border-radius: 15px;
    position: relative;
    height: 200px;
    display: flex;
    margin-bottom: 7px;
    background-size: cover;
}
.post-updated .item-series .cover .top {
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    display: flex;
    gap: 5px;
    z-index: 1;
}
.post-updated .item-series .cover .plot {
    padding: 50px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: inherit;
    opacity: 0;
    transition: 0.2s;
}
.post-updated .item-series:hover .cover .plot {
    opacity: 1;
    padding-top: 30px;
}
.post-updated .item-series .cover .plot .text {
    line-height: 24px;
    font-size: 14px;
    max-height: 120px;
    overflow: hidden;
}
.post-updated .item-series .se {
    font-size: 12px;
    margin: 10px;
    color: #9e9e9e;
}
.post-updated .item-series .title {
    margin: 0 10px 10px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.post-updated .item-series .item-foot {
    direction: ltr;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.post-updated .item-series .item-foot .f-item {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: #dbdbdb;
}
.post-updated .item-series .item-foot .f-item strong {
    font-size: 16px;
    margin-right: 3px;
}
.post-updated .item-series .item-foot .f-item img {
    margin: -5px 8px 0 0;
    height: 20px;
}
.post-updated .item-series .item-foot .f-item svg {
    margin: -3px 10px 0 0;
    width: 35px;
    height: 35px;
}
.post-updated .item-series .item-foot .f-item:last-child,
.search-filters form .field-group.toggles .field .toggle .toggle-text {
    margin-right: 0;
}
.post-slider-1,
.post-slider-2 {
    width: calc(112.5% + 15px) !important;
    display: flex;
    position: relative;
    z-index: 1;
}
.post-slider-1 .item,
.post-slider-2 .item {
    position: relative;
    width: calc(11.11% - 24px);
    display: inline-block;
    margin-left: 25px;
    transition: 0.3s;
}
.post-slider-1 .item .item-box figure,
.post-slider-2 .item .item-box figure {
    width: 100%;
    height: 350px;
}
.post-slider-1 .item .item-box,
.post-slider-2 .item .item-box {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
    position: relative;
}
.post-slider-1 .item .main-title,
.post-slider-2 .item .main-title {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    direction: ltr;
    text-align: center;
    margin-top: 6px;
}
.post-slider-1 .item .main-title a,
.post-slider-2 .item .main-title a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
}
.post-slider-1 .item .item-box .image .post-slider-2 .item .item-box .image {
    width: 100%;
    height: 100%;
    display: block;
}
.post-slider-1 .item .item-box .image img,
.post-slider-2 .item .item-box .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.3s;
}
.post-slider-1 .item .item-box .image .banner,
.post-slider-2 .item .item-box .image .banner {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.post-slider-1 .item .item-box .content-hover,
.post-slider-2 .item .item-box .content-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.post-slider-1 .item .item-box .content-hover .post-link,
.post-slider-2 .item .item-box .content-hover .post-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b3;
    z-index: 1;
}
.post-slider-1 .item .item-box .content-hover .top-info,
.post-slider-2 .item .item-box .content-hover .top-info {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    direction: ltr;
}
.post-slider-1 .item .item-box .content-hover .top-info .popular-rate,
.post-slider-2 .item .item-box .content-hover .top-info .popular-rate {
    color: var(--primary);
    position: relative;
    font-size: 15px;
    display: flex;
    z-index: 1;
}
.post-slider-1 .item .item-box .content-hover .top-info .popular-rate svg,
.post-slider-2 .item .item-box .content-hover .top-info .popular-rate svg {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    fill: var(--primary);
}
.post-slider-1 .item .item-box .content-hover .top-info .imdb-rate,
.post-slider-2 .item .item-box .content-hover .top-info .imdb-rate {
    color: #fff;
    position: relative;
    z-index: 1;
    direction: ltr;
}
.post-slider-1 .item .item-box .content-hover .top-info .imdb-rate span,
.post-slider-2 .item .item-box .content-hover .top-info .imdb-rate span {
    color: var(--primary);
    font-weight: 900;
    font-size: 18px;
}
.post-slider-1 .item:hover,
.post-slider-2 .item:hover {
    width: calc(22.22% - 24px);
}
.post-slider-1 .item:hover .badges,
.post-slider-2 .item:hover .badges {
    opacity: 0;
}
.post-slider-1 .item:hover .thumb,
.post-slider-2 .item:hover .thumb {
    visibility: hidden;
    opacity: 0;
}
.post-slider-1 .item:hover .banner,
.post-slider-1 .item:nth-child(8):hover .thumb,
.post-slider-2 .item:hover .banner,
.post-slider-2 .item:hover .thumb {
    visibility: visible !important;
    opacity: 1 !important;
}
.post-slider-1 .item:hover .item-box .content-hover,
.post-slider-2 .item:hover .item-box .content-hover {
    visibility: visible;
    opacity: 1;
}
.post-slider-1 .item:nth-child(8):hover,
.post-slider-2 .item:hover {
    width: calc(11.11% - 24px) !important;
}
.post-slider-1 .item:nth-child(8):hover .banner,
.post-slider-2 .item:hover .banner {
    visibility: hidden !important;
    opacity: 0 !important;
}
.post-slider-1 .item .item-box .content-hover .content,
.post-slider-2 .item .item-box .content-hover .content {
    position: absolute;
    width: calc(100% - 30px);
    right: 15px;
    bottom: 15px;
    display: block;
    z-index: 1;
}
.post-slider-1 .item::before,
.post-slider-2 .item::before {
    content: "";
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 100%), transparent);
    height: 150px;
    z-index: 1;
}
.post-slider-1 .item .item-box .badges,
.post-slider-2 .item .item-box .badges {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    z-index: 1;
    transition: 0.3s;
}
.post-slider-1 .item .item-box .badges li,
.post-slider-2 .item .item-box .badges li {
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 7px;
    font-size: 12px;
}
.post-slider-1 .item .item-box .badges li svg,
.post-slider-2 .item .item-box .badges li svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    z-index: 1;
    margin-left: 5px;
}
.post-slider-1 .item .item-box .badges li .title,
.post-slider-2 .item .item-box .badges li .title {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
}
.post-slider-1 .item .item-box .content-hover .content .plot,
.post-slider-2 .item .item-box .content-hover .content .plot {
    display: block;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 13px;
}
.post-slider-1 .item .item-box .content-hover .content .genres,
.post-slider-2 .item .item-box .content-hover .content .genres {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.post-slider-1 .item .item-box .content-hover .content .genres li,
.post-slider-2 .item .item-box .content-hover .content .genres li {
    display: inline-block;
    margin: 0 0 5px 5px;
}
.post-slider-1 .item .item-box .content-hover .content .genres li a,
.post-slider-2 .item .item-box .content-hover .content .genres li a {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 1px 10px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}
.post-slider-1 .item .item-box .content-hover .content .genres li a:hover,
.post-slider-2 .item .item-box .content-hover .content .genres li a:hover {
    border-color: var(--primary);
    color: var(--primary);
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link,
.marginTop20,
.margint20,
.single-gallery,
.suggested {
    margin-top: 20px;
}
.suggested .desktop {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #141821;
}
.suggested .desktop .background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 800px;
}
.suggested .desktop .background img {
    object-fit: cover;
    object-position: -250px -30px;
    width: 100%;
    height: 100%;
}
.suggested .desktop .background-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 810px;
    background: linear-gradient(270deg, #141821 40%, rgba(38, 45, 70, 0) 75%);
}
.suggested .desktop .post-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
}
.inner_archive_tax_items_ac .new_archive_item_actor .profile_actor,
.main_inner_single .cover .inner_cover,
.suggested .desktop .post-holder .post-meta .post-head .post-details,
.suggested .desktop .post-holder .poster-holder,
.user_nav_header,
.vip_panel .items_vip .off_number .inner_off_number {
    position: relative;
}
.suggested .desktop .post-holder .poster-holder .poster {
    position: relative;
    background: #262626;
    overflow: hidden;
    width: 160px;
    height: 240px;
    border-radius: 10px;
}
.suggested .desktop .post-holder .poster-holder .post-icon-holder {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.suggested .desktop .post-holder .poster-holder .post-icon-holder .post-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 30px;
    margin-bottom: 5px;
}
.block_messages .messageSendBox .btnSendTicket .btnSendTi .icon,
.main_inner_single .left_side .btn_single_left .btn_left_single.online_btn .icon,
.suggested .desktop .more-button .show-more-holder .show-more:hover .icon,
.suggested .desktop .post-holder .poster-holder .post-icon svg,
.tab-single .container .item .icon-area svg:not(.nofill) {
    fill: #fff;
}
.suggested .desktop .post-holder .post-meta {
    max-width: 82%;
}
.suggested .desktop .post-holder .post-meta .post-head {
    display: flex;
    margin-right: 36px;
    margin-top: 26px;
}
.suggested .desktop .post-holder .post-meta .post-head .post-rate {
    position: relative;
    font-size: 14px;
    height: 96px;
    margin-left: 35px;
}
.suggested .desktop .post-holder .post-meta .post-head .post-rate .circle-rate {
    position: relative;
    width: 96px;
    height: 96px;
}
.suggested .desktop .post-holder .post-meta .post-head .post-rate .circle-rate svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.suggested .desktop .post-holder .post-meta .post-head .post-rate .circle-rate svg circle {
    stroke-width: 1;
    stroke: rgb(154, 154, 154);
    stroke-linecap: round;
    fill: transparent;
}
.suggested .desktop .post-holder .post-meta .post-head .post-rate .circle-rate svg circle.bar {
    stroke-width: 2;
    stroke: var(--primary);
}
.suggested .desktop .post-holder .post-meta .post-head .post-rate .rating {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    inset: 16% 16% 18% 18%;
    background: rgba(241, 241, 241, 0.2);
    border-radius: 50px;
    font-size: 14px;
    line-height: 1.2;
}
.suggested .desktop .post-holder .post-meta .post-head .post-rate .rating .rate {
    font-size: 20px;
}
.suggested .desktop .post-holder .post-meta .post-head .post-rate .rating span {
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.suggested .desktop .post-holder .post-meta .post-head .post-details h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 6px;
}
.suggested .desktop .post-holder .post-meta .post-head .post-details h2 a {
    color: #f1f1f1;
}
.suggested .desktop .post-holder .post-meta .post-head .post-details h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 6px;
    opacity: 0.7;
}
.suggested .desktop .post-holder .post-meta .post-head .post-details .post-genre {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.checkoutPage .discountnum .label_discountnum,
.dashboard_users .main_dashboard .top_text_main_dashboard .right_side small,
.suggested .desktop .post-holder .post-meta .post-head .post-details .post-genre .genres {
    font-size: 14px;
    font-weight: 400;
}
.suggested .desktop .post-holder .post-meta .post-head .post-details .post-genre .genres a {
    color: #cecece;
    transition: 0.1s;
}
.suggested .desktop .post-holder .post-meta .post-plot {
    position: relative;
    margin: 17px 37px 17px 0;
    font-size: 16px;
    font-weight: 300;
    color: #f1f1f1;
    width: 70%;
    line-height: 30px;
}
.suggested .desktop .more-button {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px 24px;
    height: 45px;
}
.suggested .desktop .more-button .show-more-holder {
    margin-left: 29px;
}
.suggested .desktop .more-button .show-more-holder .show-more {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    place-content: center;
    height: 45px;
    padding: 11px 25px;
    outline: 0;
    text-decoration: none;
    font-weight: 600;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    border-radius: 10px;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    transition: 0.3s;
}
.suggested .desktop .more-button .show-more-holder .show-more:hover {
    background-color: var(--primary);
    color: #fff;
}
.suggested .desktop .more-button .show-more-holder .show-more .icon {
    position: relative;
    vertical-align: text-top;
    margin-left: 10px;
    fill: var(--primary);
    transition: 0.3s;
}
.suggested .desktop .more-button .show-more-holder .show-more span {
    position: relative;
    font-size: 16px;
    vertical-align: text-top;
}
.footer_site {
    position: relative;
    background: #141821;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 50px;
    font-size: 12px;
}
.footer_site .inner_footer_site {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
}
.footer_site .inner_footer_site .backtoTop .btnbacktoTop {
    cursor: pointer;
    margin-left: 15px;
}
.footer_site .inner_footer_site .backtoTop .btnbacktoTop .icon {
    fill: var(--primary);
    height: 20px;
    width: 20px;
}
.footer_site .inner_footer_site .footer_menu ul li {
    display: inline-block;
    margin-left: 15px;
}
.footer_site .inner_footer_site .footer_menu ul li a {
    font-weight: 400;
    transition: 0.3s;
}
.footer_site .inner_footer_site .copyright_text {
    flex: 1;
    font-weight: 400;
    text-align: center;
}
.footer_site .inner_footer_site .footer_soical {
    margin-left: 30px;
}
.footer_site .inner_footer_site .footer_soical .item_soical {
    display: inline-block;
    margin: 0 5px;
}
.footer_site .inner_footer_site .footer_soical .item_soical .icon {
    fill: #f6f6f6;
    height: 20px;
    transition: 0.3s;
    width: 20px;
}
.blockItemPanel .btnHolderBlockItem .smallLink:hover .icon,
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item .btnLikeCm:hover .icon_holder .icon,
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item .btndisLikeCm:hover .icon_holder .icon,
.footer_site .inner_footer_site .footer_soical .item_soical .icon:hover,
.meta_side_cover .head_title .btnaddtobookmark.added svg,
.meta_side_cover .head_title .btnaddtobookmark:hover svg,
.single_rates_area .item.nextm .top .like_dislike_btn.active svg,
.tab-single .container .item.active .icon-area svg:not(.nofill) {
    fill: var(--primary);
}
.main_single {
    padding-top: 95px;
    height: 660px;
    background: #000;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}
.main_single .single_image_holder,
.main_single:before {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    backdrop-filter: blur(20px);
}
.main_single:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    mix-blend-mode: multiply;
    z-index: 2;
}
.main_single .single_image_holder .gradient {
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, #0a0d10), to(rgba(10, 13, 16, 0)));
    background: -webkit-linear-gradient(right, #0a0d10 30%, rgba(10, 13, 16, 0));
    background: -o-linear-gradient(right, #0a0d10 30%, rgba(10, 13, 16, 0));
    background: linear-gradient(270deg, #0a0d10 30%, rgba(10, 13, 16, 0));
    height: 100%;
    position: absolute;
    right: 0 !important;
    right: calc(50% - 80rem);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100% !important;
    width: calc(80rem + 50%);
    z-index: 1;
}
.main_single .single_image_holder img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    position: absolute;
    right: 30%;
    right: calc(50% - 32rem);
    transition: 0.3s;
    width: 70%;
    width: calc(32rem + 50%);
}
.main_single .inner_main_on_single {
    padding: 20px 0 45px;
    position: relative;
    z-index: 5;
}
.main_inner_single {
    display: flex;
    flex-wrap: wrap;
}
.main_inner_single .right_side {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}
.main_inner_single .left_side {
    width: 30%;
}
.main_inner_single .cover {
    width: 22%;
}
.main_inner_single .meta_side_cover {
    padding-right: 30px;
    width: 70%;
}
.main_inner_single .cover .inner_cover .badge_holder {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100px;
    overflow: hidden;
    z-index: 12;
}
.main_inner_single .cover .inner_cover .badge_holder .badge {
    background: var(--primary);
    color: #fff;
    font-weight: 400;
    margin-top: -17px;
    padding: 3px 15px;
    text-align: center;
    font-size: 13px;
    position: absolute;
    right: -30px;
    top: 35px;
    width: 115px;
    transform: rotate(45deg);
}
.main_inner_single .cover .inner_cover .cover_holder {
    position: relative;
    z-index: 11;
}
.main_inner_single .cover .inner_cover .cover_holder:before {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.56));
    border-radius: 15px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.main_inner_single .cover .inner_cover .cover_holder #show_trailer {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main_inner_single .cover .inner_cover .cover_holder #show_trailer svg {
    background-color: var(--primary);
    fill: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
}
.main_inner_single .cover .inner_cover .cover_holder #show_trailer::before {
    content: "";
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    position: absolute;
    transition: 0.2s;
}
.main_inner_single .cover .inner_cover .cover_holder:hover #show_trailer::before {
    width: 100px;
    height: 100px;
}
.main_inner_single .cover .inner_cover .cover_holder #show_trailer::after {
    content: "";
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    border-radius: 100%;
    transition: 0.2s;
}
.main_inner_single .cover .inner_cover .cover_holder:hover #show_trailer::after {
    width: 80px;
    height: 80px;
}
.main_inner_single .cover .inner_cover img {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}
.main_inner_single .meta_side_cover .play_area {
    stroke: #fff;
    transition: 0.3s;
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 35px;
    padding: 29px;
    margin: 0 auto 40px;
    fill: transparent;
    display: none;
}
.main_inner_single .meta_side_cover .play_area:hover,
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .text_subscriptionco .daysHolder a:hover {
    transform: scale(1.1);
}
.main_inner_single .meta_side_cover .title_single {
    margin: 20px 0;
    width: 100%;
}
.main_inner_single .meta_side_cover .title_single .inner_title_single {
    font-size: 32px;
    line-height: 45px;
    text-align: right;
    font-weight: 500;
}
.main_inner_single .meta_side_cover .title_single .inner_title_single.mobile {
    direction: ltr;
    text-align: center;
    display: none;
}
.main_inner_single .meta_side_cover .title_single .fa_second_title {
    display: block;
    font-size: 16px;
    opacity: 0.8;
    font-weight: 100;
}
.main_inner_single .meta_side_cover .genres_holder_single {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.main_inner_single .meta_side_cover .genres_holder_single .label_text {
    color: #e5e5e5;
    font-weight: 400;
    margin-left: 10px;
}
.main_inner_single .meta_side_cover .genres_holder_single .genres_links a {
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 12px;
    color: #e5e5e5;
    display: flex;
    font-weight: 300;
    line-height: 30px;
    margin-left: 5px;
    padding: 0 10px;
    transition: 0.3s;
}
.body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink.active,
.body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink:hover,
.main_inner_single .meta_side_cover .genres_holder_single .genres_links a:hover,
.meta_side_cover .head_title .country a:hover,
.vip_panel .items_vip .btncheckoutHolder a:hover,
.vip_panel .items_vip.suggested .btncheckoutHolder a {
    background: var(--primary);
    color: #fff;
}
.main_inner_single .meta_side_cover .plot {
    color: #b8b8b8;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    max-height: 180px;
    overflow: hidden;
}
.single_casts {
    display: flex;
    min-height: 62px;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
}
.single_casts .stars {
    display: flex;
    margin-left: 80px;
}
.single_casts .stars .label {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    color: #b8b8b8;
}
.single_casts .stars .label svg {
    fill: var(--primary);
    width: 25px;
    height: 25px;
    margin-left: 10px;
}
.single_casts .stars .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.single_casts .stars .list .item a {
    border: 1px solid #333;
    white-space: nowrap;
    padding: 5px 8px 3px;
    border-radius: 8px;
    color: #bfbfbf;
    transition: 0.3s;
    text-align: center;
}
.single_casts .stars .list .item a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.updates_line .inner_updates_line {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    color: #b8b8b8;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
}
.updates_line .icon {
    fill: #e34646;
    height: 25px;
    margin-left: 5px;
    width: 25px;
}
.single_rates_area {
    display: flex;
    flex-direction: row-reverse;
}
.single_rates_area .item.imdb {
    margin-right: 25px;
}
.single_rates_area .item.imdb .top {
    margin-top: 2px;
    margin-bottom: -2px;
}
.single_rates_area .item .top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    height: 30px;
}
.single_rates_area .item.imdb .top a {
    display: flex;
    margin: -3px 10px 0 0;
}
.single_rates_area .item.imdb .top a svg {
    width: 50px;
    height: 30px;
}
.single_rates_area .item.imdb .top strong {
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
}
.single_rates_area .item.imdb .top small {
    direction: ltr;
    margin-left: 5px;
    line-height: 20px;
}
.single_rates_area .item .bottom {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}
.single_rates_area .item .votes {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    text-align: center;
    display: inline-flex;
    padding: 6px 10px;
    font-size: 13px;
}
.inner_body_row_season_n_dl .quality_title_item .right_side .icon,
.single_rates_area .item .top img {
    width: 20px;
    height: 20px;
}
.single_rates_area .item .top .like_dislike_btn {
    margin-left: 8px;
    cursor: pointer;
}
.single_rates_area .item .top .like_dislike_btn svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    transition: 0.3s;
}
.meta_side_cover .head_title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
}
.meta_side_cover .head_title .btnaddtobookmark,
.meta_side_cover .head_title .btnaddtonotification {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    justify-content: center;
    width: 50px;
}
.meta_side_cover .head_title .country a,
.meta_side_cover .head_title .views {
    background: rgba(0, 0, 0, 0.21);
    color: #e5e5e5;
    line-height: 33px;
    padding: 0 10px;
    text-align: center;
    display: flex;
    transition: 0.3s;
}
.meta_side_cover .head_title svg {
    fill: #fff;
    width: 25px;
    height: 25px;
    transition: 0.3s;
}
.meta_side_cover .head_title .btnaddtonotification.added svg,
.meta_side_cover .head_title .btnaddtonotification:hover svg {
    fill: #3db66d;
}
.meta_side_cover .head_title .country a {
    border: 1px solid hsla(0, 0%, 98%, 0.2);
    border-radius: 12px;
    flex-wrap: wrap;
}
.meta_side_cover .head_title .views {
    border: 1px solid hsla(0, 0%, 98%, 0.2);
    border-radius: 12px;
    flex-wrap: wrap;
    height: 33px;
    font-size: 12px;
}
.mobile_genre_list {
    display: none;
    justify-content: center;
    margin-top: 25px;
}
.mobile_genre_list a {
    color: #bbb;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 8px;
    margin: 0 3px;
}
.mobile_plot {
    color: #b8b8b8;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0 50px;
    display: none;
    text-align: justify;
    max-height: 90px;
    overflow: hidden;
}
.main_inner_single .left_side .btn_single_left {
    align-content: flex-end;
    gap: 20px;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 100px;
}
.cast-flex,
.single_actors {
    align-items: center;
    display: flex;
}
.main_inner_single .left_side .btn_single_left .btn_left_single {
    background: var(--primary);
    border-radius: 15px;
    padding: 15px 20px;
    transition: 0.3s;
}
.main_inner_single .left_side .btn_single_left .btn_left_single .icon {
    height: 20px;
    width: 20px;
    fill: #fff;
}
.main_inner_single .left_side .btn_single_left .btn_left_single.trailer_btn {
    background: #141821;
    border-radius: 20px;
}
.tab-single {
    background-color: #0e1016;
    margin-bottom: 40px;
}
.tab-single .container {
    display: flex;
    padding-right: 45px;
}
.checkbox-item label input:checked ~ span:after,
.dashboard_users .sidebar_dashboard .user_meta_side small,
.no-csspointerevents .nice-select.open .list,
.point_holder.show,
.result_message_cm.show,
.single-tab-loading.active,
hh {
    display: block;
}
.dashboard_users .sidebar_dashboard .user_meta_side small {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 2px;
}
.single-tab-loading {
    display: none;
    text-align: center;
    color: var(--primary);
    padding: 60px 0;
    margin-bottom: 700px;
}
.cast_title {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    padding-right: 20px;
}
.cast_title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 30px;
    background: var(--primary);
    border-radius: 10px;
}
.single_actors {
    overflow: hidden;
    overflow-x: auto;
    gap: 20px;
}
hh {
    margin: 30px 0;
}
.cast-flex {
    gap: 10px;
}
.cast-flex a,
.tab-single .container .item .text,
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .loged_users_link ul li a,
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .logout_link a {
    transition: 0.3s;
}
.single_actors .actor-item {
    position: relative;
    min-width: 180px;
}
.single_actors .actor-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 50%), transparent);
}
.single_actors .actor-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}
.single_actors .actor-item .count {
    position: absolute;
    top: 10px;
    right: 10px;
}
.single_actors .actor-item .likes {
    position: absolute;
    top: 10px;
    left: 10px;
}
.single_actors .actor-item .title-box {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.single_actors .actor-item .manage-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_1_more_details,
.row_season_n_dl {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}
.single_actors .actor-item .manage-btns a {
    background: 0 0;
    padding: 6px;
    text-align: center;
    border-radius: 5px;
    text-wrap: nowrap;
    transition: 0.3s;
}
.n_1_more_details {
    padding: 0 10px;
    margin-bottom: 20px;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .data_tax,
.checkoutPageForm,
.dashboard_users .main_dashboard .resent_videos,
.data_meta_dashboard ul,
.form_style .item_from.full_width,
.n_1_more_details .body_more_de,
.nice-select.wide,
.plisio_help ul,
.search-filters form .switch .item-switch label,
.subtitle_settings_holder {
    width: 100%;
}
.n_1_more_details .body_more_de .inner_body_more_de {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
    border: 1px solid #333;
    border-radius: 15px;
    margin-top: 10px;
}
.n_1_more_details .body_more_de .item_more_de {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 10px;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.n_1_more_details .body_more_de .item_more_de:last-child {
    border: none;
}
.n_1_more_details .body_more_de .item_more_de .right_side .icon {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.n_1_more_details .body_more_de .item_more_de .left_side {
    flex: 1;
    padding-right: 10px;
    text-align: left;
}
.tab-single .container .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin: 9px;
    margin-left: 20px;
    cursor: pointer;
    min-width: 70px;
    transition: all .3s ease;
}
.tab-single .container .item.active .text {
    color: #fff !important;
}
.tab-single .container .item.active .icon-area svg:not(.nofill) {
    fill: #fff !important;
}
.tab-single .container .item.primary .text {
    color: var(--primary);
}
.tab-single .container .item.primary .icon-area svg:not(.nofill) {
    fill: var(--primary);
}
.tab-single .container .item.active {
    background: var(--primary);
}
.tab-single .container .item .icon-area {
    margin-bottom: 6px;
    position: relative;
}
.tab-single .container .item .icon-area svg {
    height: 22px;
    width: 22px;
    transition: 0.3s;
}
.tab-single .container .item .icon-area .num {
    position: absolute;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px 0 2px;
    border-radius: 4px;
    top: -12px;
    right: -9px;
    font-size: 11px;
    border: 2px solid #151924;
    min-width: 22px;
}
.replay_text_holder_mobile,
.single_dlbox.movies .body_inner_dl_box_n .item_row_dl,
.watchlistchangeList .item_userlist {
    margin-bottom: 10px;
}
.row_season_n_dl {
    background: #12181f80;
    border-radius: 20px;
    margin-bottom: 25px;
}
.row_season_n_dl .title_series_row_n {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px;
    cursor: pointer;
}
.row_season_n_dl .title_series_row_n .right_side {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.row_season_n_dl .title_series_row_n .right_side .season_name {
    border-left: 1px solid #e5e5e547;
    padding-left: 10px;
}
.row_season_n_dl .title_series_row_n .right_side .season_name span {
    font-size: 1.2rem;
    font-weight: 700;
    background: #0e1015;
    padding: 2px 10px;
    border-radius: 10px;
}
.row_season_n_dl .title_series_row_n .right_side .label_status {
    font-size: 1rem;
    font-weight: 700;
    padding: 0 10px;
}
.faq_single .list .item.open .question .rotation_arrow .icon,
.inner_body_row_season_n_dl .item_quality_n_row.open .left_side .arrow_holder .icon,
.row_season_n_dl.open .title_series_row_n .left_side .arrow_holder .icon {
    transform: rotate(0);
}
.row_season_n_dl .title_series_row_n .left_side .arrow_holder .icon {
    width: 16px;
    height: 16px;
    fill: #ffffff;
    transform: rotate(180deg);
    transition: 0.3s;
}
.body_row_season_n_dl,
.inner_body_row_season_n_dl .parts_holder {
    width: 100%;
    display: none;
}
.inner_body_row_season_n_dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 30px;
}
.inner_body_row_season_n_dl .item_quality_n_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}
.inner_body_row_season_n_dl .quality_title_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 100%;
    background: #020202;
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    overflow: hidden;
    padding: 26px 25px;
}
.body_inner_dl_box_n .item_box_dl.loading::before,
.inner_body_row_season_n_dl .quality_title_item.loading::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 9;
}
.body_inner_dl_box_n .item_box_dl.loading::after,
.inner_body_row_season_n_dl .quality_title_item.loading::after {
    content: "";
    animation: 1s linear infinite spin;
    border: 5px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    height: 35px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    z-index: 99;
}
.inner_body_row_season_n_dl .quality_title_item .right_side {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.inner_body_row_season_n_dl .quality_title_item .right_side .item_meta_qu_r_n:first-child {
    padding-right: 0;
}
.inner_body_row_season_n_dl .quality_title_item .right_side .item_meta_qu_r_n:last-child {
    border-color: transparent;
}
.inner_body_row_season_n_dl .quality_title_item .right_side .item_meta_qu_r_n {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0 25px;
    border-left: 1px solid #e5e5e547;
}
.inner_body_row_season_n_dl .quality_title_item .icon_row_q_n {
    margin: 0 0 0 10px;
}
.checkoutPage .price .price_value_row strong,
.dashboard_users .main_dashboard .metapanel .item_meta_panel .text_holder .label_meta_panel,
.inner_body_row_season_n_dl .quality_title_item .right_side .item_meta_qu_r_n .label_meta_qu,
.status_vip .right_side .icon_holder,
.status_vip .right_side .text_holder .label_meta_panel,
.toggle .toggle-text {
    margin-left: 5px;
}
.inner_body_row_season_n_dl .quality_title_item .label_row_q_n {
    background: var(--primary);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 0 10px;
}
.inner_body_row_season_n_dl .quality_title_item .left_side .arrow_holder .icon {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}
.inner_body_row_season_n_dl .item_quality_n_row .left_side .arrow_holder .icon {
    transform: rotate(180deg);
    transition: 0.3s;
}
.inner_body_row_season_n_dl .parts_holder .inner_parts_holder {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
    width: calc(100% + 10px);
}
.inner_body_row_season_n_dl .parts_holder .inner_parts_holder .item_part {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #33343591;
}
.body_inner_dl_box_n .body_inner_dl_box_d .item_part a,
.inner_body_row_season_n_dl .parts_holder .inner_parts_holder .item_part .dllinkhref {
    flex: 1;
    padding: 18px 10px;
}
.inner_body_row_season_n_dl .parts_holder .inner_parts_holder .item_part.copylinksseason {
    padding: 18px 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.body_inner_dl_box_n .body_inner_dl_box_d .item_part,
.inner_body_row_season_n_dl .parts_holder .inner_parts_holder .item_part {
    align-content: center;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10px 20px 0;
    text-align: center;
    width: calc(16.666% - 10px);
    border: 1px solid #33343591;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}
.body_inner_dl_box_n .body_inner_dl_box_d .item_part:hover,
.inner_body_row_season_n_dl .parts_holder .inner_parts_holder .item_part:hover {
    background: #141821;
}
.inner_body_row_season_n_dl .parts_holder .inner_parts_holder .item_part.copylinksseason .icon {
    width: 18px;
    height: 18px;
    fill: #ffffff;
    margin: -4px 0 0 5px;
}
.archive-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
}
.archive-title h1 {
    font-size: 24px;
    font-weight: 800;
}
.archive_tax_items_ac {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 100px;
    width: 100%;
}
.archive_tax_items_ac .item_actor_archive {
    background: #141821;
    border: 2px solid #171c2a;
    border-radius: 48px;
    margin: 0 10px 25px 0;
    padding: 10px 10px 0;
    width: calc(16.666% - 10px);
}
.archive_tax_items_ac .item_actor_archive,
.archive_tax_items_ac .item_actor_archive .count_item_actor,
.btnHolderonlineplay,
.checkoutPage .dayHolder,
.checkoutPage .dayHolder .inner_dayHolder,
.dashboard_users .sidebar_dashboard .avatar_user,
.search_in_actors,
.subtitle_settings_holder .btnSendTicketHolder,
.vip_panel .items_vip .payamount {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.archive_tax_items_ac .item_actor_archive .count_item_actor .inner_count_item_actor {
    background: #151a24;
    border: 6px solid #000;
    border-radius: 35px;
    color: #fff;
    font-weight: 500;
    margin-top: -30px;
    padding: 5px 15px;
    text-align: center;
}
.archive_tax_items_ac .item_actor_archive .profile_actor {
    margin-top: 10px;
    text-align: center;
}
.archive_tax_items_ac .item_actor_archive .profile_actor img {
    border-radius: 41px;
    height: auto;
    max-width: 100%;
}
.archive_tax_items_ac .item_actor_archive .name_actor_archive {
    font-size: 17px;
    font-weight: 800;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
    width: 100%;
}
.archive_tax_items_ac .item_actor_archive .career_actor_archive {
    color: #a7aab0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 3px;
    text-align: center;
}
.archive_tax_items_ac .item_actor_archive:hover .name_actor_archive {
    color: var(--primary);
}
.inner_archive_tax_items_ac {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 15px;
}
.inner_archive_tax_items_ac .new_archive_item_actor {
    background: #141923;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    position: relative;
    flex-direction: column;
}
.inner_archive_tax_items_ac .new_archive_item_actor .profile_actor .inner_profile {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.inner_archive_tax_items_ac .new_archive_item_actor .profile_actor .badge_rip {
    align-content: center;
    align-items: center;
    background: #141923;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    justify-content: center;
    padding: 10px 0 1px;
    position: absolute;
    right: -30px;
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 120px;
}
.inner_archive_tax_items_ac .new_archive_item_actor .profile_actor img {
    border-radius: 15px;
    height: 270px;
    object-fit: cover;
    width: 100%;
}
.inner_archive_tax_items_ac .new_archive_item_actor .meta_archive_actor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-direction: column;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.inner_archive_tax_items_ac .new_archive_item_actor .meta_archive_actor ul li {
    padding: 10px 0;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .data_tax .tax_meta_item .label_tax,
.inner_archive_tax_items_ac .new_archive_item_actor .meta_archive_actor ul li .label {
    font-weight: 600;
    margin-left: 5px;
}
.inner_archive_tax_items_ac .new_archive_item_actor .meta_archive_actor ul li .value {
    font-weight: 400;
    display: block;
    text-align: center;
    margin: 10px 0 3px;
}
.bodyrecentTickets .inneritemTicket .top_sec,
.inner_archive_tax_items_ac .new_archive_item_actor .meta_archive_actor .btn_more_act_archive,
.vip_panel {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.inner_archive_tax_items_ac .new_archive_item_actor .meta_archive_actor .btn_more_act_archive .btngotoarchive,
.inner_archive_tax_items_ac .new_archive_item_actor .meta_archive_actor .btn_more_act_archive .btnimdb {
    background: var(--primary);
    border-radius: 15px;
    padding: 15px 10px;
    text-align: center;
    transition: 0.3s ease-in-out;
    width: 100%;
}
.checkoutPage .discount_code .discount_code_form .btnsubdiscount:hover,
.inner_archive_tax_items_ac .new_archive_item_actor .meta_archive_actor .btn_more_act_archive .btngotoarchive:hover,
.inner_archive_tax_items_ac .new_archive_item_actor .meta_archive_actor .btn_more_act_archive .btnimdb:hover {
    background: #c67006;
}
.inner_archive_tax_items_ac .new_archive_item_actor .meta_archive_actor .btn_more_act_archive .btnimdb {
    background: #000101;
}
.inner_archive_tax_items_ac .new_archive_item_actor .meta_archive_actor .btn_more_act_archive .btnimdb:hover {
    background: #1f2023;
}
.filter_row_archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.filter_row_archive .filter_orderby {
    height: 3.2rem;
    margin-right: 15px;
    position: relative;
    width: 16rem;
}
.filter_row_archive .filter_orderby .label_orderby {
    background-color: #000;
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    top: -10px;
}
.filter_row_archive .filter_orderby .title_select {
    align-content: center;
    align-items: center;
    border: 2px solid #787878;
    border-radius: 0.5rem;
    color: #f0f0f0;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    height: 100%;
    justify-content: space-between;
    padding: 0 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.filter_row_archive .filter_orderby .title_select .left_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.filter_row_archive .filter_orderby .title_select .left_arrow .icon {
    stroke: #f0f0f0;
    height: 20px;
    width: 20px;
}
.filter_row_archive .filter_orderby .filter_orderby_selecr {
    background-color: #111618;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 160px;
    opacity: 0;
    overflow-y: scroll;
    padding: 5px 0;
    position: absolute;
    right: 0;
    top: 110%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 10000000;
}
.posts_hoder_archive {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: 40px;
}
.filter_row_archive .filter_orderby.active .title_select {
    border-color: var(--primary);
}
.filter_row_archive .filter_orderby.active .filter_orderby_selecr {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.filter_row_archive .filter_orderby .filter_orderby_selecr .item_filter_orderby {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    width: 100%;
}
.filter_row_archive .filter_orderby .filter_orderby_selecr .item_filter_orderby.active,
.filter_row_archive .filter_orderby .filter_orderby_selecr .item_filter_orderby:hover {
    background: #000;
}
.posts_hoder_archive .item {
    display: inline-block;
    margin: 0 10px 20px 0;
    width: calc(12.5% - 10px);
    transition: 0.3s;
}
.posts_hoder_archive .item:hover {
    width: calc(12.5% - 10px) !important;
}
.posts_hoder_archive .item .item-box {
    height: unset !important;
}
.search-live,
.search-filters {
    position: fixed;
    top: 0;
    overflow-y: auto;
    margin-bottom: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000000000;
    padding-top: 100px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}
body.show-search-filters {
    overflow: hidden;
}
body.show-search-live .search-live,
body.show-search-filters .search-filters {
    visibility: visible;
    opacity: 1;
    padding-top: 80px;
    margin-bottom: 0;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-weight: 400;
    outline: 0;
    position: relative;
    text-align: right;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
.nice-select .list,
.nice-select .nice-select-search-box {
    top: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    margin-top: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    min-width: 100%;
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    border-top: 0;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding: 0 10px;
    text-align: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.nice-select.with-search .list {
    padding: 52px 0 0;
    overflow-y: scroll;
    max-height: 210px;
    max-width: 100%;
}
.nice-select .list::-webkit-scrollbar {
    width: 0;
}
.nice-select .nice-select-search-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 8;
    left: 0;
    width: 100%;
    padding: 5px;
    -webkit-transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border-radius: 5px 5px 0 0;
    background: #1f2a3a;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
}
.nice-select .nice-select-search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    height: auto;
    min-height: 36px;
    display: inline-block;
    padding: 7px 12px;
    vertical-align: middle;
    color: #fff;
    border: none;
    border-radius: 3px;
    outline: 0 !important;
    background-color: #273446;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 22px;
}
.nice-select.has-multiple {
    min-height: 44px;
    padding: 7px 12px;
    white-space: inherit;
    line-height: 22px;
    height: auto !important;
}
.nice-select.has-multiple span.current {
    display: inline-block;
    padding: 0 10px 0 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    background: #161d26;
    font-size: 11px;
    line-height: 26px !important;
    position: relative;
}
.nice-select.has-multiple span.current .remove {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nice-select.has-multiple .multiple-options {
    display: flex;
    padding: 0;
    line-height: 24px;
    flex-wrap: wrap;
    gap: 3px;
}
.nice-select.open .nice-select-search-box {
    z-index: 10;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    pointer-events: auto;
}
.nice-select.has-multiple .option.selected:before {
    content: "";
    width: 5px;
    height: 9px;
    display: inline-flex;
    border: solid var(--primary);
    border-width: 0 3px 3px 0;
    transform: rotate(35deg);
    margin-left: 7px;
}
.search-filters .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 600px;
}
.search-filters .filters-title {
    background-color: #141821;
    padding: 15px 20px 0;
    border-radius: 15px 15px 0 0;
    font-weight: 300;
    margin-bottom: -5px;
    position: relative;
}
.search-filters form {
    background-color: #141821;
    width: 100%;
    border-radius: 20px;
    flex-direction: column;
    display: flex;
    padding: 25px 20px;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
}
.block_messages .messageSendBox .text_field_ticket,
.block_messages .message_items_holder .item_message .avatar_image,
.search-filters form .field:not(.stretch),
.search-filters form .switch .item-switch,
.search_in_actors .inner_search_in_actors .in_inner_actor_search .put_holder {
    flex: 1;
}
.search-filters form .field .nice-select {
    height: 44px;
}
.search-filters form .field .nice-select .current {
    line-height: 44px;
}
.search-filters form .field button {
    background-color: var(--primary);
    margin-top: 15px;
    color: #fff;
    border: none;
    height: 44px;
    display: flex;
    align-items: center;
    width: 130px;
    border-radius: 15px;
    justify-content: space-evenly;
    cursor: pointer;
    transition: 0.2s;
}
.search-filters form .field button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.search-filters form .field.year {
    display: flex;
    align-items: center;
    gap: 7px;
}
.search-filters form .field.year input {
    background-color: #161d26;
    color: #fff;
    width: 100%;
    border: none;
    height: 44px;
    border-radius: 20px;
    padding: 0 14px;
    flex: 1;
}
.search-page .search-filters {
    visibility: visible;
    opacity: 1;
    overflow: unset;
    position: relative;
    padding-top: 0;
    margin-bottom: 40px;
    z-index: 1;
}
.search-filters form .field-group {
    width: 100%;
    display: flex;
    gap: 25px;
    justify-content: space-between;
}
.search-filters form .switch {
    border-radius: 15px;
}
.search-filters form .field-group.toggles {
    flex-direction: column;
}
.search-filters form .field-group.toggles .toggle {
    background-color: #161d26;
    border-radius: 15px;
    padding: 11px 15px;
    gap: 25px;
}
.search-filters form .field-group.toggles .toggle .rail {
    margin-right: auto;
}
.switch {
    display: flex;
    background-color: #161d26;
    overflow: hidden;
}
.switch .item-switch {
    background-color: #161d26;
    cursor: pointer;
}
.nice-select .list,
.nice-select.open {
    background-color: #1f2a3a;
}
.switch .item-switch input {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    margin: 0;
}
.switch .item-switch label {
    width: 70px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: 0.2s;
    cursor: pointer;
}
.nice-select {
    background-color: #161d26;
    border-radius: 15px;
    height: 38px;
    padding: 0 15px 0 40px;
    line-height: 37px;
    font-size: 12px;
    border: none;
    float: unset;
}
.nice-select .current {
    color: #d5d5d5;
}
.nice-select::after {
    right: unset;
    left: 15px;
    border-color: #d5d5d5;
}
.nice-select.open::after {
    border-color: #fff;
}
.nice-select .list {
    border-radius: 10px;
    max-height: 300px;
    overflow-y: scroll;
}
.nice-select .list .option {
    direction: rtl;
    text-align: right;
}
.toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
}
.toggle input {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
}
.toggle .rail {
    width: 40px;
    min-width: 31px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    position: relative;
    transition: 0.2s;
}
.toggle .rail .circle {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    transition: 0.2s;
}
.toggle input:checked ~ .rail {
    border-color: var(--primary);
    background-color: var(--primary);
}
.toggle input:checked ~ .rail .circle {
    left: 23px;
    background-color: #fff;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #273446;
}
.dashboard_header {
    position: relative;
    z-index: 1000;
}
.dashboard_header .inner_dashboard_header {
    align-content: center;
    align-items: center;
    background: #0a0c10;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}
.dashboard_header .inner_dashboard_header.mobile_header_dashboard {
    align-content: center;
    align-items: center;
    background: #141821;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
}
.bottom_userlists,
.bottom_userlists .chnage_type_userlist,
.dashboard_header .inner_dashboard_header .left_side_header,
.dashboard_header .inner_dashboard_header .left_side_header .right_side_left,
.dashboard_header .inner_dashboard_header.mobile_header_dashboard .left_side_mobile_header,
.dashboard_header .inner_dashboard_header.mobile_header_dashboard .right_side_mobile_header,
.data_meta_dashboard ul li,
.data_meta_dashboard ul li .right_side_meta {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.dashboard_header .inner_dashboard_header.mobile_header_dashboard .right_side_mobile_header .backtodashboard {
    margin-left: 15px;
}
.dashboard_header .inner_dashboard_header.mobile_header_dashboard .left_side_mobile_header .user_nav_header {
    margin-right: 15px;
}
.dashboard_header .inner_dashboard_header.mobile_header_dashboard .backtodashboard {
    align-content: center;
    align-items: center;
    background: #010102;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    justify-content: center;
    width: 50px;
}
.dashboard_header .inner_dashboard_header.mobile_header_dashboard .backtodashboard .icon,
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_title .right_item_menu_title .icon_holder .icon {
    fill: #fff;
    height: 23px;
    width: 23px;
}
.dashboard_header .inner_dashboard_header .logo_header_dash {
    text-align: center;
    width: 20%;
}
.dashboard_header .inner_dashboard_header .logo_header_dash .darklogo {
    display: inline-block;
}
.dashboard_header .inner_dashboard_header .left_side_header {
    justify-content: space-between;
    padding: 0 30px;
    width: 80%;
}
.dashboard_header .inner_dashboard_header .left_side_header .right_side_left .icon_holder {
    margin: -3px 0 0 7px;
}
.cerate_list_items .search_choose_form .inner_search_choose_form .searchBtn .icon,
.dashboard_header .inner_dashboard_header .left_side_header .right_side_left .icon_holder .icon,
.dashboard_users .main_dashboard .left_side .recentTickets .title .icon_holder .icon,
.dashboard_users .main_dashboard .metapanel .item_meta_panel .icon_holder .icon,
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .logout_link .icon,
.user_nav_header .user_nav_title .user_pro_holder .icon {
    fill: #fff;
    height: 20px;
    width: 20px;
}
.dashboard_header .inner_dashboard_header .left_side_header .right_side_left ul li {
    display: inline-block;
    margin-left: 10px;
}
.dashboard_header .inner_dashboard_header .left_side_header .right_side_left ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    transition: 0.3s;
}
.dashboard_header .inner_dashboard_header .left_side_header .right_side_left ul li a:hover {
    color: #e98309;
}
.dashboard_header .inner_dashboard_header .left_side_header .left_side_left .notification_holder {
    margin-right: 25px;
    position: relative;
}
.message_result_text {
    background: #f7dfde;
    border-radius: 10px;
    color: #fa3c3e;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.message_result_text.ok {
    background: #def7de;
    color: #269630;
}
.ppc-progress .ppc-progress-fill,
.progress-pie-chart.gt-50 {
    background: linear-gradient(90deg, #e34646, var(--primary));
}
.progress-pie-chart {
    background-color: #252a34;
    border-radius: 50%;
    height: 178px;
    position: relative;
    width: 178px;
}
.ppc-progress {
    clip: rect(0, 178px, 178px, 89px);
    left: calc(50% - 89px);
    top: calc(50% - 89px);
}
.ppc-progress,
.ppc-progress .ppc-progress-fill {
    border-radius: 50%;
    content: "";
    height: 178px;
    position: absolute;
    width: 178px;
}
.ppc-progress .ppc-progress-fill {
    clip: rect(0, 89px, 178px, 0);
    left: calc(50% - 90px);
    top: calc(50% - 89.5px);
    transform: rotate(60deg);
}
.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;
}
.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;
}
.ppc-percents span {
    color: #fff;
    display: block;
    font-size: 37px;
    font-style: normal;
    font-weight: 900;
    line-height: 57px;
    text-align: center;
}
.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.dashboard_users {
    align-content: flex-start;
    align-items: flex-start;
    background: #0a0c10;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dashboard_users .comment_list_item .right_side_cm {
    width: 85%;
}
.dashboard_users .comment_list_item .left_side_cm {
    width: 15%;
}
.dashboard_users .sidebar_dashboard {
    background: #0a0c10;
    padding: 60px 40px 0;
    width: 20%;
}
.dashboard_users .sidebar_dashboard .avatar_user .inner_avatar_user {
    background: #0a0c10;
    border: 4px solid var(--primary);
    border-radius: 36px;
    box-sizing: border-box;
    height: 100px;
    padding: 7px;
    transition: 0.3s;
    width: 100px;
}
.dashboard_users .sidebar_dashboard .avatar_user .inner_avatar_user img {
    border-radius: 25px;
    width: 78px;
    height: 78px;
    background: #fff;
    object-fit: cover;
}
.dashboard_users .sidebar_dashboard .avatar_user .inner_avatar_user:hover {
    border-color: #fff8e1;
}
.dashboard_users .sidebar_dashboard .user_meta_side {
    margin-top: 20px;
    text-align: center;
}
.dashboard_users .sidebar_dashboard .user_meta_side strong {
    font-size: 24px;
    font-style: normal;
    font-weight: 999;
}
.dashboard_users .sidebar_dashboard .dashboard_link_holder {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}
.dashboard_users .sidebar_dashboard .dashboard_link_holder .dashboard_link {
    background: var(--primary);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    width: 100%;
}
.dashboard_users .sidebar_dashboard .dashboard_link_holder .dashboard_link .icon_holder {
    margin: -2px 0 0 5px;
}
.dashboard_users .sidebar_dashboard .dashboard_link_holder .dashboard_link .icon_holder .icon {
    fill: #fff;
    height: 16px;
    width: 16px;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu {
    margin-bottom: 5px;
    width: 100%;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu a {
    border-radius: 15px;
    display: inline-block;
    padding: 15px 13px;
    transition: 0.3s;
    width: 100%;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_title {
    align-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_title.hassubmenu {
    border-radius: 15px;
    padding: 15px 13px;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_title .right_item_menu_title .icon_holder {
    margin: -3px 0 0 10px;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_title .right_item_menu_title .menu_title_text {
    font-size: 16px;
    font-weight: 700;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_title .left_menu_title .icon {
    fill: #fff;
    height: 12px;
    margin-top: -5px;
    transition: 0.3s;
    width: 12px;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_body {
    margin: 0 26px 13px 0;
    padding-right: 20px;
    width: 100%;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_body a {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_body a:hover {
    background: 0 0;
    color: var(--primary);
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu .item_menu_body a:last-child,
.data_meta_dashboard.nomarginb ul li {
    margin-bottom: 0;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu.open .item_menu_title .left_menu_title .icon {
    transform: rotate(90deg);
}
.dashboard_users .sidebar_dashboard .logoutBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
    width: 100%;
}
.dashboard_users .sidebar_dashboard .logoutBtn a {
    background: #000101;
    border-radius: 20px;
    box-shadow: 0 4px 250px rgba(47, 79, 162, 0.14);
    font-size: 16px;
    font-weight: 400;
    padding: 20px 10px;
    transition: 0.3s;
    width: 100%;
}
.btn_change_from .item_change .icon,
.dashboard_users .sidebar_dashboard .logoutBtn a .icon {
    fill: #fff;
    height: 20px;
    margin-left: 5px;
    width: 20px;
}
.dashboard_users .main_dashboard {
    align-content: flex-start;
    align-items: flex-start;
    background: #000;
    border-top-right-radius: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 900px;
    padding: 10px 20px 50px 30px;
    width: 80%;
}
.dashboard_users .main_dashboard .mobile_main_title {
    align-content: center;
    align-items: center;
    display: none;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.dashboard_users .main_dashboard .mobile_main_title .icon_holder {
    align-content: center;
    align-items: center;
    background: rgba(255, 173, 73, 0.1);
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    height: 80px;
    justify-content: center;
    width: 80px;
}
.dashboard_users .main_dashboard .mobile_main_title .icon_holder .icon,
.dashboard_users .main_dashboard .right_side .soicalmedialinks .soicalmediaItem a .icon_holder .icon {
    fill: var(--primary);
    height: 20px;
    width: 20px;
}
.dashboard_users .main_dashboard .mobile_main_title .text_holder {
    margin-top: 5px;
    padding-right: 10px;
}
.dashboard_users .main_dashboard .mobile_main_title .text_holder strong {
    color: #b8b8b8;
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.dashboard_users .main_dashboard .mobile_main_title .text_holder span {
    color: #e5e5e5;
    font-size: 16px;
    font-weight: 400;
}
.dashboard_users .main_dashboard .top_text_main_dashboard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
}
.dashboard_users .main_dashboard .top_text_main_dashboard .right_side {
    flex: 1;
    font-weight: 700;
}
.dashboard_users .main_dashboard .top_text_main_dashboard .right_side strong {
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}
.dashboard_users .main_dashboard .top_text_main_dashboard .left_side {
    display: flex;
    flex: 1;
    font-weight: 700;
    justify-content: flex-end;
    text-align: left;
}
.dashboard_users .main_dashboard .top_text_main_dashboard .left_side .icon {
    fill: #e5e5e5;
    height: 20px;
    margin: -5px 0 0 5px;
    width: 20px;
}
.dashboard_users .main_dashboard .right_side {
    width: calc(53% - 20px);
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .innerSubscriptionBlock {
    backdrop-filter: blur(127px);
    background: rgba(29, 34, 45, 0.5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    padding: 53px 30px 35px;
    position: relative;
    z-index: 10;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .bgbackfilter {
    align-content: center;
    align-items: center;
    background: hsla(0, 1%, 47%, 0.5);
    border-radius: 30px;
    bottom: 10px;
    display: flex;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -ms-filter: blur(30px);
    flex: 0;
    flex-wrap: wrap;
    height: 109px;
    justify-content: center;
    position: absolute;
    right: 10px;
    width: 114px;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .topSubscriptionBlock {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .topSubscriptionBlock .progress_holder {
    flex: 0;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .topSubscriptionBlock .textSubscriptionBlock {
    flex: 1;
    padding-right: 60px;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .topSubscriptionBlock .textSubscriptionBlock .bigTextSubscription {
    align-items: center;
    display: flex;
    font-size: 32px;
    font-weight: 999;
    line-height: 50px;
    text-align: right;
}
.bottom_userlists .chnage_type_userlist .label_change_type_userlist,
.dashboard_users .main_dashboard .metapanel .item_meta_panel .text_holder,
.dashboard_users .main_dashboard .right_side .subscriptionBlock .topSubscriptionBlock .textSubscriptionBlock .time_left_subscription,
.status_vip .right_side .text_holder,
.tickets_holder .left_side_tickets label,
.zarfilmtable .tbody .mobile_items_row .bottom_line_meta .left_side_tr a {
    font-weight: 400;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .topSubscriptionBlock .textSubscriptionBlock .date_left_num_holder {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .topSubscriptionBlock .textSubscriptionBlock .date_left_num_holder .date_left_num {
    background: #000;
    border-radius: 20px;
    color: #fff;
    padding: 5px 10px;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .countdownSubscription {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .countdownSubscription #getting_started {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .countdownSubscription #getting_started .sep {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 40px;
    justify-content: center;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .countdownSubscription #getting_started .item_time {
    display: inline-flex;
    flex-wrap: wrap;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .countdownSubscription #getting_started .item_time .value {
    display: block;
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    width: 100%;
}
.dashboard_users .main_dashboard .right_side .subscriptionBlock .countdownSubscription #getting_started .item_time .label {
    background: #000;
    border-radius: 12px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}
.dashboard_users .main_dashboard .right_side .soicalmedialinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.dashboard_users .main_dashboard .right_side .soicalmedialinks .soicalmediaItem {
    background: rgba(29, 34, 45, 0.5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    box-sizing: border-box;
    transition: 0.2s;
    width: calc(50% - 10px);
}
.dashboard_users .main_dashboard .right_side .soicalmedialinks .soicalmediaItem a {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px;
}
.dashboard_users .main_dashboard .right_side .soicalmedialinks .soicalmediaItem a .sep {
    background: hsla(0, 0%, 77%, 0.1);
    height: 15px;
    width: 2px;
}
.dashboard_users .main_dashboard .right_side .soicalmedialinks .soicalmediaItem a .text_holder {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}
.btn_bottom_cm .btnRatelike .btnlikecm .icon_holder .icon,
.dashboard_users .main_dashboard .right_side .soicalmedialinks .soicalmediaItem a .text_holder strong {
    transition: 0.2s;
}
.dashboard_users .main_dashboard .right_side .soicalmedialinks .soicalmediaItem a .icon_holder {
    display: flex;
    flex: 0;
}
.dashboard_users .main_dashboard .right_side .soicalmedialinks .soicalmediaItem a .icon_holder .sep {
    margin: 0 10px;
}
.dashboard_users .main_dashboard .metapanel {
    backdrop-filter: blur(12px);
    background: rgba(29, 34, 45, 0.5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 20px;
}
.dashboard_users .main_dashboard .metapanel .item_meta_panel {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 15px 10px;
    width: 50%;
}
.body_inner_dl_box_n .item_row_dl .title_side_row .quality_name.double_label,
.dashboard_users .main_dashboard .metapanel .item_meta_panel .text_holder .greenlab,
.data_meta_dashboard ul li .left_side_meta .green,
.greennum,
.status_vip .right_side .text_holder .greenlab {
    color: #23ad2c;
}
.dashboard_users .main_dashboard .metapanel .item_meta_panel .icon_holder {
    margin-left: 10px;
    margin-top: -3px;
}
.dashboard_users .main_dashboard .left_side {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 47%;
}
.dashboard_users .main_dashboard .left_side .recentTickets {
    backdrop-filter: blur(127px);
    background: rgba(29, 34, 45, 0.5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    box-sizing: border-box;
    width: 100%;
}
.dashboard_users .main_dashboard .left_side .recentTickets .title {
    align-content: center;
    align-items: center;
    background: hsla(0, 0%, 77%, 0.05);
    border-radius: 30px 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}
.blockItemPanel .backblockItemPanel,
.blockItemPanel .innerBlockItem .iconHolder {
    align-items: center;
    background: linear-gradient(180deg, #549ef8, #213484);
    height: 75px;
    min-width: 75px;
    align-content: center;
}
.blockItemPanel {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    width: 33%;
    margin-top: 20px;
    display: inline-block;
}
.blockItemPanel .backblockItemPanel {
    border-radius: 30px;
    display: flex;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -ms-filter: blur(30px);
    flex: 0;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
}
.blockItemPanel .innerblockItemPanel {
    backdrop-filter: blur(20px);
    background: rgba(29, 34, 45, 0.5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
.blockItemPanel .innerBlockItem .iconHolder {
    border-radius: 30px;
    display: flex;
    flex: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.blockItemPanel .innerBlockItem .iconHolder .icon {
    fill: #fff;
    height: 40px;
    width: 40px;
}
.blockItemPanel .innerBlockItem .textHolder {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-right: 20px;
    text-align: right;
    width: 100%;
}
.blockItemPanel .innerBlockItem .textHolder strong {
    display: block;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
    width: 100%;
    margin-bottom: 10px;
}
.blockItemPanel .btnHolderBlockItem {
    display: flex;
    margin-top: 20px;
}
.blockItemPanel .btnHolderBlockItem .bigLink {
    background: #000;
    border: 1px solid #000;
    border-radius: 20px;
    flex: 1;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    text-align: center;
    transition: 0.2s;
}
.blockItemPanel .btnHolderBlockItem .bigLink:hover {
    border: 1px solid var(--primary);
    color: var(--primary);
}
.blockItemPanel .btnHolderBlockItem .smallLink {
    align-content: center;
    align-items: center;
    background: #000;
    border: 1px solid #000;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    justify-content: center;
    min-width: 50px;
    transition: 0.2s;
}
.blockItemPanel .btnHolderBlockItem .smallLink .icon {
    fill: #fff;
    height: 20px;
    transition: 0.2s;
    width: 20px;
}
.blockItemPanel .btnHolderBlockItem .smallLink:hover {
    border: 1px solid var(--primary);
}
.blockItemPanel.private_list .backblockItemPanel,
.blockItemPanel.public_watchlist .backblockItemPanel,
.blockItemPanel.request_item .backblockItemPanel {
    align-content: center;
    align-items: center;
    border-radius: 30px;
    display: flex;
    flex: 0;
    flex-wrap: wrap;
    height: 75px;
    justify-content: center;
    min-width: 75px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.blockItemPanel.public_watchlist .backblockItemPanel,
.blockItemPanel.public_watchlist .innerBlockItem .iconHolder {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #add661, #419339);
}
.blockItemPanel.request_item .backblockItemPanel,
.blockItemPanel.request_item .innerBlockItem .iconHolder {
    background: linear-gradient(180deg, #a666e6, #4a1271);
}
.blockItemPanel.private_list .backblockItemPanel,
.blockItemPanel.private_list .innerBlockItem .iconHolder {
    background: linear-gradient(180deg, #f8b130, #c56519);
}
.main_inner_page_holder,
.vip_panel .items_vip .days_holder,
.watchlistchangeList {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.main_inner_page_holder .in_inner_main_page_holder {
    background: rgba(29, 34, 45, 0.5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 40px 20px;
    width: 100%;
}
.main_inner_page_holder .in_inner_main_page_holder.tickets .form_style,
.main_inner_page_holder .in_inner_main_page_holder.ticketsLists .form_style {
    padding: 0 10%;
}
.main_inner_page_holder .in_inner_main_page_holder.buildPublicLists .form_style,
.main_inner_page_holder .in_inner_main_page_holder.ticketsLists,
.vip_panel .items_vip .vipFeatures {
    padding: 0 20px;
}
.form_style .item_from.no_icon .put_item_from input,
.form_style .item_from.no_icon .put_item_from textarea,
.main_inner_page_holder .in_inner_main_page_holder.ticketsLists .title_ticket {
    padding: 20px;
}
.main_inner_page_holder .in_inner_main_page_holder.ticketsLists .dashboard_pageNavi {
    margin: 20px 0;
}
.main_inner_page_holder .in_inner_main_page_holder.ticketsLists .bodyrecentTickets {
    padding: 0;
}
.main_inner_page_holder .in_inner_main_page_holder .avatar_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.main_inner_page_holder .in_inner_main_page_holder .avatar_holder img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.main_inner_page_holder .in_inner_main_page_holder .avatar_holder button {
    background: var(--primary);
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
    transition: all .3s ease;
}
.main_inner_page_holder .in_inner_main_page_holder .avatar_holder button:hover {
    opacity: .9;
}
.confirm_code_email,
.form_style {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20%;
    width: 100%;
}
.form_style .item_from {
    margin-bottom: 20px;
    width: 49%;
}
.form_style .item_from label {
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    padding-right: 15px;
}
.form_style .item_from .put_item_from {
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.form_style .item_from .put_item_from input,
.form_style .item_from .put_item_from textarea {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 20px;
    outline: 0;
    padding: 20px 65px 20px 10px;
    width: 100%;
}
.form_style .item_from .put_item_from .icon_holder {
    align-content: center;
    align-items: center;
    background: #000;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
}
.bodyrecentTickets .inneritemTicket .bottom_sec .dateticket .icon_holder .icon,
.bodyrecentTickets .inneritemTicket .bottom_sec .departemanticket .icon_holder .icon,
.form_style .item_from .put_item_from .icon_holder .icon {
    fill: #e5e5e5;
    height: 20px;
    width: 20px;
}
.form_style .item_from .btnSaveSettings {
    background: var(--primary);
    cursor: pointer;
    border: 0;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    transition: 0.2s;
}
.bottom_userlists .left_side_bottom_lists .create_list:hover,
.btn_bottom_cm .btnsend_holder .btnsencm:hover,
.form_style .item_from .btnSaveSettings:hover,
.form_style.requsets_from .item_from.btnsendItem .btnsendreq:hover,
.guest_mesage_for_cm .btn_holder_cm .btn_cm_gu.btn_register:hover,
.subtitle_settings_holder .btnSendTicketHolder .sendTicket:hover,
.tickets_holder .btnSendTicketHolder .sendTicket:hover {
    opacity: .8;
}
.form_style .help_message .inner_help_message {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 5px 10px;
}
.form_style.requsets_from {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}
.form_style.requsets_from .item_from {
    width: 29%;
}
.form_style.requsets_from .item_from.btnsendItem {
    align-content: flex-end;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 10%;
}
.form_style.requsets_from .item_from.btnsendItem .btnsendreq {
    background: var(--primary);
    border: 0;
    border-radius: 17px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    outline: 0;
    padding: 20px 10px;
    text-align: center;
    transition: 0.2s;
    width: 151px;
}
.bodyrecentTickets.autoHieght {
    height: auto;
    overflow: inherit;
}
.bodyrecentTickets::-webkit-scrollbar {
    width: 7px;
}
.bodyrecentTickets::-webkit-scrollbar-track {
    background: #000101;
    border-radius: 38px;
}
.bodyrecentTickets::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 39%, 0.8);
    border-radius: 20px;
}
.bodyrecentTickets .inneritemTicket {
    background: #000;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 20px;
}
.bodyrecentTickets .inneritemTicket .top_sec .right_side h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}
.bodyrecentTickets .inneritemTicket .top_sec .right_side .notifcount {
    background: #e98308;
    border: 4px solid #141922;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 23px;
    text-align: center;
    width: 28px;
}
.bodyrecentTickets .inneritemTicket .bottom_sec .left_side,
.bodyrecentTickets .inneritemTicket .top_sec .left_side,
.dashboard_users .main_dashboard .status_vip .left_side,
.status_vip .left_side {
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
}
.bodyrecentTickets .inneritemTicket .top_sec .left_side .status_ticket {
    border: 1.5px solid #34c36d;
    border-radius: 10px;
    color: #3db66d;
    padding: 5px 10px;
}
.bodyrecentTickets .inneritemTicket .bottom_sec {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    justify-content: space-between;
    margin-top: 15px;
    width: 100%;
}
.bodyrecentTickets .inneritemTicket .bottom_sec .dateticket .icon_holder,
.bodyrecentTickets .inneritemTicket .bottom_sec .departemanticket .icon_holder {
    margin: -3px 0 0 5px;
}
.bodyrecentTickets .pending .inneritemTicket .top_sec .left_side .status_ticket {
    border: 1.5px solid var(--primary);
    color: var(--primary);
}
.bodyrecentTickets .closed .inneritemTicket .top_sec .left_side .status_ticket,
.zarfilmtable .tbody .tr .td.req_rej span {
    border: 1.5px solid #ff6767;
    color: #ff6767;
}
.btn_change_from {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
}
.btn_change_from .item_change {
    border-radius: 17px;
    color: #fff;
    cursor: pointer;
    padding: 15px 10px;
    text-align: center;
    min-width: 151px;
}
.top_message_dllinks_desktop,
.top_message_dllinks_mobile,
.vip_message_top {
    background: var(--primary);
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.vip_message_top.red {
    background-color: #910909;
}
.top_message_dllinks_desktop,
.top_message_dllinks_mobile {
    background: #c67006;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 30px;
}
.block_messages,
.checkoutPage,
.comments_dashbord_holder,
.status_vip {
    background: rgba(29, 34, 45, 0.5);
}
.top_message_dllinks_mobile {
    border-radius: 10px;
    display: none;
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0 0;
    padding: 5px;
    text-align: justify;
}
.vip_panel .items_vip {
    background: #000;
    border-radius: 26px;
    position: relative;
    width: 24%;
}
.vip_panel .items_vip .speciallabelHolder {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: -15px;
}
.vip_panel .items_vip .speciallabel {
    background: var(--primary);
    border-radius: 30px;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 120px;
}
.vip_panel .items_vip .icon_holder {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.vip_panel .items_vip .icon_holder .icon {
    fill: #fff;
    height: 110px;
    width: 110px;
}
.vip_panel .items_vip .days_holder .inner_days_holder {
    background: #0e1116;
    border-radius: 30px;
    padding: 5px 10px;
}
.checkoutPage .dayHolder strong,
.vip_panel .items_vip .days_holder .inner_days_holder strong {
    color: var(--primary);
    font-size: 28px;
    font-weight: 999;
    margin-left: 5px;
}
.vip_panel .items_vip .days_holder .inner_days_holder small {
    font-size: 28px;
    font-weight: 400;
}
.vip_panel .items_vip .off_number {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 400;
    justify-content: center;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
}
.vip_panel .items_vip .off_number .inner_off_number:before {
    background: #fff;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(-7.59deg);
    width: 100%;
}
.vip_panel .items_vip .payamount strong {
    color: var(--primary);
    font-size: 50px;
    font-weight: 800;
    margin-left: 7px;
}
.vip_panel .items_vip .payamount small {
    color: grey;
    font-size: 16px;
    font-weight: 700;
}
.vip_panel .items_vip .vipFeatures ul li {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
}
.vip_panel .items_vip .vipFeatures ul li .icon_holder {
    margin-left: 10px;
    margin-top: 0;
    width: auto;
}
.vip_panel .items_vip .vipFeatures ul li .icon_holder .icon {
    fill: #e5e5e5;
    height: 16px;
    width: 16px;
}
.vip_panel .items_vip .btncheckoutHolder {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0;
    padding: 0 30px;
}
.vip_panel .items_vip .btncheckoutHolder .disable {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #2f2f2f;
    border-radius: 15px;
    color: silver;
}
.vip_panel .items_vip .btncheckoutHolder a {
    border: 1.5px solid var(--primary);
    border-radius: 15px;
    color: var(--primary);
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.vip_panel .items_vip.suggested .btncheckoutHolder a:hover {
    background: #000;
    color: var(--primary);
}
.status_vip {
    align-content: center;
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}
.status_vip .right_side .icon_holder .icon {
    fill: #fff;
    height: 20px;
    margin: -5px 0 0;
    width: 20px;
}
.status_vip .left_side {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
}
.checkoutPageForm .for_mobile_meta_checkout {
    padding: 0 20px;
    width: 100%;
}
.checkoutPageForm .for_mobile_meta_checkout .item_checkout_meta {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
}
.checkoutPageForm .for_mobile_meta_checkout .item_checkout_meta .checkout_right_side_item .icon_holder,
.data_meta_dashboard ul li .right_side_meta .icon_holder,
.description_row_info .icon_holder {
    margin-left: 7px;
}
.checkoutPageForm .for_mobile_meta_checkout .item_checkout_meta .checkout_right_side_item .icon_holder .icon {
    fill: #fff;
    height: 18px;
    width: 18px;
}
.btn_bottom_cm .rail,
.checkoutPageForm .for_mobile_meta_checkout .item_checkout_meta .checkout_left_side_item small {
    margin-right: 5px;
}
.checkoutPageForm .septator_checkout {
    align-content: center;
    align-items: center;
    background: #000;
    display: flex;
    flex-wrap: wrap;
    height: 1px;
    justify-content: space-between;
    margin: 15px 0;
    width: 100%;
}
.checkoutPageForm .septator_checkout .dot1 {
    background: #000;
    border-radius: 100%;
    height: 29px;
    margin-right: -15px;
    width: 29px;
}
.checkoutPageForm .septator_checkout .dot2 {
    background: #000;
    border-radius: 100%;
    height: 29px;
    margin-left: -15px;
    width: 29px;
}
.checkoutPage {
    align-content: center;
    align-items: center;
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
    width: 100%;
}
.checkoutPage .dayHolder {
    border-left: 2px solid #000;
    height: 120px;
    min-width: 13%;
}
.checkoutPage .dayHolder small {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}
.checkoutPage .discountnum,
.checkoutPage .final_price,
.checkoutPage .price {
    align-content: center;
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 10px;
}
.checkoutPage .price .label_price {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}
.checkoutPage .discountnum .value_discountnum,
.checkoutPage .final_price .value_final_price,
.checkoutPage .price .price_value_row {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    margin-top: 10px;
}
.checkoutPage .discount_code,
.mobile_ajax_form_cm .btn_bottom_cm {
    padding-top: 10px;
}
.checkoutPage .discount_code .title label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
}
.checkoutPage .discount_code .title label .icon,
.checkoutPage .final_price .label_final_price .icon {
    fill: #fff;
    height: 17px;
    margin: -5px 0 0 5px;
    width: 17px;
}
.checkoutPage .discount_code .title label span {
    font-weight: 400;
    margin-left: 5px;
}
.checkoutPage .discount_code .title label small {
    color: #b8b8b8;
    font-weight: 400;
}
.checkoutPage .discount_code .discount_code_form {
    margin-top: 10px;
    position: relative;
}
.checkoutPage .discount_code .discount_code_form input {
    background: #000;
    border: 0;
    border-radius: 20px;
    height: 50px;
    min-width: 300px;
    outline: 0;
    padding: 10px;
    width: 100%;
}
.checkoutPage .discount_code .discount_code_form .btnsubdiscount {
    align-content: center;
    align-items: center;
    background: var(--primary);
    border: 1.5px solid var(--primary);
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    justify-content: center;
    left: 5px;
    padding: 10px 20px;
    position: absolute;
    top: 5px;
    transition: 0.3s;
}
.checkoutPage .final_price .label_final_price {
    font-size: 16px;
    font-weight: 400;
}
.checkoutPage .paybtnHolder {
    padding: 10px;
}
.checkoutPage .paybtnHolder .btnpaycheckout {
    align-content: center;
    align-items: center;
    background: #23ad2c;
    border: 0;
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
    min-width: 120px;
    outline: 0;
    padding: 5px 10px 5px 5px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.checkoutPage .paybtnHolder .btnpaycheckout:hover {
    background: #1e9426;
}
.checkoutPage .paybtnHolder .btnpaycheckout span {
    color: #fff;
    flex: 1;
    text-align: center;
}
.btnpaycheckout .icon,
.checkoutPage .paybtnHolder .btnpaycheckout .icon {
    fill: #fff;
    height: 36px;
    margin-right: 10px;
    width: 36px;
}
.checkbox-item label {
    display: flex;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    user-select: none;
    align-items: center;
    padding-left: 35px;
}
.checkbox-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-item label span {
    position: absolute;
    top: -1px;
    right: 0;
    height: 17px;
    width: 17px;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 3px;
}
.checkbox-item label:hover input ~ span {
    background-color: #ccc;
}
.checkbox-item label span:after {
    content: "";
    position: absolute;
    display: none;
}
.checkoutPage .left-side .bottom .paybtnHolder {
    display: flex;
    justify-content: space-between;
}
.checkoutPage .left-side .bottom .paybtnHolder.center {
    justify-content: center;
}
.checkoutPage .left-side .bottom .paybtnHolder .list-check,
.faq_single .list .item .question .text,
.fixed_notification .inner_fixed_notif .head,
.inner_dl_box_n_single .title_rows_dls .right_side_row_dl {
    display: flex;
    align-items: center;
}
.checkoutPage .left-side {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.checkoutPage .left-side .top {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
}
.checkoutPage .left-side .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding-top: 15px;
}
.comments_dashbord_holder {
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.comments_dashbord_holder .comment_item_dashbord {
    border-top: 1px solid hsla(0, 0%, 100%, 0.14);
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    width: 100%;
}
.comments_dashbord_holder .comment_item_dashbord .right_side_cm {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}
.comments_dashbord_holder .comment_item_dashbord .right_side_cm .avatar_user_cm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 10%;
}
.comments_dashbord_holder .comment_item_dashbord .right_side_cm .avatar_user_cm img {
    border-radius: 20px;
    height: 50px;
    margin-top: 30px;
    width: 50px;
}
.comments_dashbord_holder .comment_item_dashbord .right_side_cm .data_cm {
    padding-right: 20px;
    width: 90%;
}
.comments_dashbord_holder .comment_item_dashbord .right_side_cm .data_cm .comment_author {
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}
.comment_list_item .right_side_cm .data_cm .content_text,
.comments_dashbord_holder .comment_item_dashbord .right_side_cm .data_cm .content_text {
    color: #b8b8b8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 10px 0;
    text-align: right;
    width: 100%;
}
.comments_dashbord_holder .comment_item_dashbord .left_side_cm {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 20%;
}
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 15px;
}
.comment_list_item .left_side_cm .btn_like_dislike_cm_item .sep,
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item .sep {
    background: #393b3e;
    height: 18px;
    margin: 0 10px;
    width: 2px;
}
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item .btnLikeCm {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item .btnLikeCm .text_btnlike,
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item .btndisLikeCm .text_btnlike {
    margin: 5px 0 0;
}
.btn_bottom_cm .btnRatelike .icon_holder .icon,
.comment_list_item .left_side_cm .btn_like_dislike_cm_item .btnLikeCm .icon_holder .icon,
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item .btnLikeCm .icon_holder .icon {
    fill: #e5e5e5;
    height: 20px;
    margin: 0 0 0 5px;
    width: 20px;
}
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item .btndisLikeCm {
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.comment_list_item .left_side_cm .btn_like_dislike_cm_item .btndisLikeCm .icon_holder .icon,
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .btn_like_dislike_cm_item .btndisLikeCm .icon_holder .icon {
    fill: #e5e5e5;
    height: 20px;
    margin: 0 5px 0 0;
    width: 20px;
}
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .top_sec .date_dashboard_cm {
    color: #b8b8b8;
    font-size: 14px;
    font-weight: 400;
}
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .btnshowCm {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .btnshowCm a {
    background: #000;
    border-radius: 15px;
    color: #fff;
    min-width: 150px;
    padding: 15px 20px;
    transition: 0.2s;
}
.comments_dashbord_holder .comment_item_dashbord .left_side_cm .btnshowCm a:hover {
    background: #1d2129;
}
.comments_dashbord_holder .comment_item_dashbord:first-child {
    border-top: 0;
}
.comments_dashbord_holder .comment_item_dashbord:nth-child(2n) {
    background: #090a0d;
}
.dashboard_pageNavi {
    align-content: flex-end;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px;
    width: 100%;
}
.dashboard_pageNavi .inner_dashboard_pageNavi .icon {
    fill: #fff;
    height: 13px;
    width: 13px;
}
.tickets_holder .left_side_tickets {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
}
.tickets_holder .left_side_tickets .put_item_from {
    background: #000101;
    border-radius: 25px;
    box-shadow: 0 4px 250px rgba(47, 79, 162, 0.14);
    padding: 5px;
}
.tickets_holder .right_side_tickets label {
    font-weight: 400;
    padding: 0 10px 10px 0;
    width: 100%;
}
.tickets_holder .right_side_tickets input {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 250px rgba(47, 79, 162, 0.14);
    padding: 20px 10px;
    width: 100%;
}
.tickets_holder .textarea_holder {
    margin-top: 15px;
    width: 100%;
}
.tickets_holder .textarea_holder label {
    display: block;
    font-weight: 400;
    padding: 0 10px 10px 0;
    width: 100%;
}
.tickets_holder .textarea_holder textarea {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 20px;
    min-height: 140px;
    outline: 0;
    padding: 20px;
    width: 100%;
}
.tickets_holder .btnSendTicketHolder {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.tickets_holder .btnSendTicketHolder .sendTicket {
    background: var(--primary);
    border: 0;
    border-radius: 10px;
    color: #fff;
    float: left;
    font-weight: 700;
    outline: 0;
    padding: 15px 30px;
    transition: 0.3s;
}
.block_messages {
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
.block_messages .message_items_holder {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.block_messages .message_items_holder .item_message {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
}
.block_messages .message_items_holder .item_message .inner_item_message {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.block_messages .message_items_holder .item_message .avatar_image .inner_avatar_image {
    display: flex;
    flex-wrap: wrap;
    height: 45px;
    width: 45px;
}
.block_messages .message_items_holder .item_message .avatar_image img {
    border-radius: 100%;
    display: inline-block;
    height: 45px;
    width: 45px;
}
.block_messages .message_items_holder .item_message .message_text {
    background: #000;
    border-radius: 20px 20px 10px;
    margin-right: 15px;
    padding: 20px;
}
.block_messages .message_items_holder .item_message .message_text p {
    font-weight: 400;
    line-height: 30px;
}
.block_messages .message_items_holder .item_message.response {
    justify-content: flex-end;
}
.block_messages .message_items_holder .item_message.response .inner_item_message,
.btn_bottom_cm .btnRatelike .btnlikecm.dislike {
    flex-direction: row-reverse;
}
.block_messages .message_items_holder .item_message.response .inner_item_message .message_text {
    border-radius: 20px 20px 10px;
    margin-left: 10px;
}
.block_messages .head_messages {
    background: hsla(0, 0%, 77%, 0.05);
    border-radius: 30px 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px;
}
.block_messages .head_messages .left_side_head_ticket .item_left_head_ticket {
    color: #e5e5e5;
    font-weight: 400;
    margin-right: 30px;
}
.block_messages .head_messages .left_side_head_ticket .item_left_head_ticket .icon {
    fill: #fff;
    height: 18px;
    margin-left: 5px;
    width: 18px;
}
.block_messages .messageSendBoxHolder {
    margin-top: 20px;
    padding: 10px;
}
.block_messages .messageSendBox {
    background: #000101;
    border-radius: 19px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.block_messages .messageSendBox .messageSendBoxFrom {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
}
.block_messages .messageSendBox .btnSendTicket {
    align-content: center;
    align-items: center;
    border-left: 1.5px solid hsla(0, 0%, 77%, 0.22);
    display: flex;
    flex: 0;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
}
.block_messages .messageSendBox .btnSendTicket .btnSendTi {
    align-content: center;
    align-items: center;
    background: var(--primary);
    border: 0;
    border-radius: 17px;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    justify-content: center;
    outline: 0;
    width: 40px;
}
.block_messages .messageSendBox .text_field_ticket textarea {
    background: #000101;
    color: #fff;
    border: 0;
    height: 40px;
    outline: 0;
    padding: 10px;
    width: 100%;
}
.table_dashboard_holder {
    margin-top: 30px;
    width: 100%;
}
.table_dashboard_holder .inner_table_dashboard_holder {
    background: rgba(29, 34, 45, 0.5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.table_dashboard_holder .inner_table_dashboard_holder .dashboard_pageNavi {
    margin: 15px 0;
    padding-left: 20px;
}
.table_dashboard_holder .title {
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
}
.table_dashboard_holder.lists .zarfilmtable .tbody .tr .td {
    font-weight: 400;
    padding: 30px 10px;
}
.zarfilmtable {
    border-radius: 10px;
    display: table;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.zarfilmtable .thead {
    background: hsla(0, 0%, 77%, 0.05);
    display: table-header-group;
}
.zarfilmtable .tbody .tr,
.zarfilmtable .thead .tr {
    display: table-row;
}
.zarfilmtable .thead .tr .th {
    display: table-cell;
    padding: 20px;
}
.zarfilmtable .tbody {
    display: table-row-group;
}
.zarfilmtable .tbody .tr .td {
    display: table-cell;
    padding: 20px 5px;
}
.zarfilmtable.transactions .tbody .tr:not(.last) .td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.zarfilmtable .tbody .tr .td span {
    border: 1.5px solid var(--primary);
    border-radius: 10px;
    color: var(--primary);
    padding: 5px 10px;
}
.zarfilmtable .tbody .tr .td.req_acc span {
    border: 1.5px solid #34c36d;
    color: #3db66d;
}
.zarfilmtable .tbody .tr:nth-child(2n) {
    background: rgba(0, 0, 0, 0.39);
}
.zarfilmtable .tbody .mobile_items_row {
    align-content: center;
    align-items: center;
    background: rgba(29, 34, 45, 0.5);
    border-radius: 20px;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.zarfilmtable .tbody .mobile_items_row .top_line_meta {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}
.zarfilmtable .tbody .mobile_items_row .top_line_meta .right_side_tr .item_right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: right;
}
.zarfilmtable .tbody .mobile_items_row .top_line_meta .left_side_tr .item_left .label_item_left,
.zarfilmtable .tbody .mobile_items_row .top_line_meta .right_side_tr .item_right .label_item_right {
    color: #585a5b;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
.zarfilmtable .tbody .mobile_items_row .top_line_meta .right_side_tr .item_right .value_item_right,
.zarfilmtable .tbody .mobile_items_row .top_line_meta .right_side_tr .item_right .value_item_right a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.zarfilmtable .tbody .mobile_items_row .top_line_meta .left_side_tr .item_left {
    border-left: 1px solid #212327;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 7px;
}
.zarfilmtable .tbody .mobile_items_row .top_line_meta .left_side_tr .item_left .value_item_left,
.zarfilmtable .tbody .mobile_items_row .top_line_meta .left_side_tr .item_left .value_item_left a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.zarfilmtable .tbody .mobile_items_row .bottom_line_meta {
    align-content: center;
    align-items: center;
    border-top: 1px solid #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}
.zarfilmtable .tbody .mobile_items_row .bottom_line_meta .right_side_tr a {
    font-weight: 400;
    margin-left: 7px;
}
.zarfilmtable .tbody .mobile_items_row .bottom_line_meta .right_side_tr a .icon {
    fill: var(--primary);
    height: 20px;
    margin-left: 5px;
    width: 20px;
}
.zarfilmtable .tbody .mobile_items_row .bottom_line_meta .left_side_tr a .icon {
    fill: #ff6767;
    height: 20px;
    margin-left: 5px;
    margin-top: -3px;
    width: 20px;
}
.changeList_holder {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 10px;
    width: 100%;
}
.changeList_holder .innerchangeList,
.watchlistchangeList .innerchangeList {
    background: #0d0f15;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}
.changeList_holder .innerchangeList a {
    border-radius: 20px;
    color: #fff;
    padding: 15px 20px;
}
.changeList_holder .innerchangeList a.active,
.comment_list_item .right_side_cm .data_cm .btnreplay:hover,
.comment_list_item .right_side_cm .data_cm .btnshowpost:hover,
.comment_list_item .right_side_cm .data_cm .mobilebtnreplay:hover,
.guest_mesage_for_cm .btn_holder_cm .btn_cm_gu.btn_register,
.watchlistchangeList .innerchangeList a.active {
    background: var(--primary);
}
.watchlistchangeList .innerchangeList a {
    border-radius: 20px;
    color: #fff;
    padding: 20px 30px;
}
.dashboard_pageNavi.center,
.watchlistchangeList .dashboard_pageNavi {
    align-content: center;
    align-items: center;
    justify-content: center;
}
.chosen_items,
.watchlist_posts {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px;
    width: calc(100% + 10px);
}
.watchlist_posts.archive_in_mobile .item_watchlist {
    width: calc(16.66% - 10px);
}
.watchlist_posts .item_watchlist {
    border-radius: 25px;
    margin: 0 10px 20px 0;
    padding: 10px 10px 0;
    width: calc(20% - 10px);
}
.watchlist_posts .item_watchlist .cover {
    border-radius: 14px;
    position: relative;
}
.watchlist_posts .item_watchlist .cover .bignum {
    bottom: 0;
    padding: 10px;
    position: absolute;
    right: 0;
}
.watchlist_posts .item_watchlist .cover .bignum strong {
    font-size: 19px;
}
.chosen_items .item_chose img,
.watchlist_posts .item_watchlist .cover img {
    border-radius: 14px;
    height: 290px;
    width: 100%;
}
.chosen_items .item_chose .removeFromlist,
.watchlist_posts .item_watchlist .cover .btnRemoveFromWatchlistposts {
    align-content: center;
    align-items: center;
    background: #000;
    border-radius: 15.452px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    left: 10px;
    padding: 10px 10px 7px;
    position: absolute;
    top: 10px;
    z-index: 100;
}
.chosen_items .item_chose .removeFromlist .icon,
.watchlist_posts .item_watchlist .cover .btnRemoveFromWatchlistposts .icon {
    fill: #fff;
    height: 17px;
    margin-left: 3px;
    margin-top: -5px;
    width: 17px;
}
.chosen_items .item_chose .removeFromlist:hover,
.watchlist_posts .item_watchlist .cover .btnRemoveFromWatchlistposts:hover {
    background: #ff6767;
}
.watchlist_posts .item_watchlist .cover .btnRemoveFromWatchlistposts:hover:hover .icon {
    fill: #fff;
}
.watchlist_posts .item_watchlist .bgcoverWatchlist:before {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.56));
    border-radius: 14px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.watchlist_posts .item_watchlist h2 {
    direction: ltr;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    text-align: left;
    width: 100%;
}
.watchlist_posts .item_watchlist h2 a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
    white-space: nowrap;
    width: 100%;
}
.bottom_userlists {
    justify-content: space-between;
    width: 100%;
}
.bottom_userlists .chnage_type_userlist .change_type_list {
    background: #000101;
    border-radius: 25px;
    box-shadow: 0 4px 250px rgba(47, 79, 162, 0.14);
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.bottom_userlists .chnage_type_userlist .change_type_list .item_type_list {
    border-radius: 17px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 15px 30px;
}
.bottom_userlists .left_side_bottom_lists .create_list {
    background: var(--primary);
    border: 0;
    border-radius: 17px;
    color: #fff;
    outline: 0;
    padding: 15px 30px;
    transition: 0.2s;
}
.itemslinks {
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
}
.itemslinks li a {
    border-radius: 24px;
    font-weight: 400;
    padding: 12px 30px;
}
.itemslinks li a .icon {
    fill: #fff;
    height: 18px;
    margin-left: 7px;
    margin-top: -5px;
    width: 18px;
}
.data_meta_dashboard ul li .left_side_meta .red,
.itemslinks li a.red {
    color: #ff6767;
}
.itemslinks li a.red .icon {
    fill: #ff6767;
}
.itemslinks li a.green {
    background: #000;
    border-radius: 24px;
    transition: 0.2s;
}
.itemslinks li a.green:hover {
    background: #171a1f;
}
.cerate_list_items {
    background: #0e1116;
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    width: 100%;
}
.cerate_list_items .search_choose_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
    width: 100%;
}
.cerate_list_items .search_choose_form .inner_search_choose_form {
    position: relative;
    width: 100%;
}
.cerate_list_items .search_choose_form .inner_search_choose_form .search_result_list {
    background: #0e1116;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    width: calc(100% + 10px);
    z-index: 200;
}
.cerate_list_items .search_choose_form .inner_search_choose_form .search_result_list .additem_post {
    border-radius: 25px;
    cursor: pointer;
    margin: 0 10px 10px 0;
    padding: 10px 10px 0;
    width: calc(20% - 10px);
}
.cerate_list_items .search_choose_form .inner_search_choose_form .search_result_list .additem_post img {
    border-radius: 14px;
    height: 290px;
    margin-bottom: 10px;
    width: 100%;
}
.cerate_list_items .search_choose_form .inner_search_choose_form .searchBtn {
    align-content: center;
    align-items: center;
    background: var(--primary);
    border: 4px solid #151a24;
    border-radius: 16px;
    box-shadow: 0 4px 250px rgba(47, 79, 162, 0.14);
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    justify-content: center;
    left: 10px;
    position: absolute;
    top: 7px;
    width: 50px;
}
.cerate_list_items .search_choose_form .inner_search_choose_form input {
    background: #000101;
    border: 0;
    border-radius: 25px;
    box-shadow: 0 4px 250px rgba(47, 79, 162, 0.14);
    outline: 0;
    padding: 20px;
    width: 100%;
}
.cerate_list_items .search_choose_form .save_items {
    background: var(--primary);
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    padding: 20px 40px;
}
.chosen_items .item_chose {
    border-radius: 25px;
    margin: 0 10px 20px 0;
    position: relative;
    width: calc(16.666% - 10px);
}
.chosen_items .item_chose .title_post {
    direction: ltr;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    transition: 0.3s;
    white-space: nowrap;
    width: 100%;
}
.floating_labels label {
    border: 2px solid transparent;
    border-width: 2px 0;
    color: #fff;
    cursor: text;
    display: inline-block;
    font-size: 16px;
    height: calc(2.15em + 0.975rem + 2px);
    line-height: 2.5;
    opacity: 0.6;
    overflow: hidden;
    padding: 0.75rem;
    position: absolute;
    right: 60px;
    top: 0;
    transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transition: 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap;
    width: auto;
    z-index: 99;
}
.floating_labels input:-webkit-autofill ~ label,
.floating_labels input:focus ~ label,
.floating_labels.has-val label {
    align-items: center;
    background: #0d1016;
    border-width: 0;
    color: currentColor;
    cursor: default;
    display: flex;
    font-size: 0.95em;
    height: 20px;
    opacity: 1;
    padding: 0 5px;
    right: 60px;
    top: -10px;
    vertical-align: middle;
}
.mobilelinkspanel ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px 0;
    width: calc(100% + 10px);
}
.mobilelinkspanel ul li {
    background: #0f1116;
    border-radius: 20px;
    margin: 0 10px 10px 0;
    width: calc(33.333% - 10px);
}
.mobilelinkspanel ul li a {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}
.mobilelinkspanel ul li a .icon_holder {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.mobilelinkspanel ul li a .icon_holder .icon {
    fill: var(--primary);
    height: 27px;
    width: 27px;
}
.mobilelinkspanel ul li a span {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.mobilelinkspanel ul li.half {
    width: calc(50% - 10px);
}
.data_meta_dashboard {
    display: none;
    width: 100%;
}
.data_meta_dashboard ul li {
    background: #0f1116;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
}
.data_meta_dashboard ul li .right_side_meta .icon_holder .icon {
    fill: #fff;
    height: 21px;
    width: 21px;
}
.subtitle_settings_holder .subtitle_setting .title_setting {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
}
.subtitle_settings_holder .subtitle_setting .title_setting .text_setting {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
}
.subtitle_settings_holder .subtitle_setting .title_setting .line_t_p {
    -webkit-box-flex: 1;
    background-color: #2e3133;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0.2rem;
    margin: 0 1.6rem;
}
.subtitle_settings_holder .subtitle_setting .body_settings {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0.5rem 0;
    width: 100%;
}
.subtitle_settings_holder .subtitle_setting .body_settings .options_item {
    background: #131721;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin: 1.5rem;
    min-width: 10rem;
    padding: 0.7rem 0.5rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.subtitle_settings_holder .subtitle_setting .body_settings .options_item.active {
    background: #e98308;
}
.subtitle_settings_holder .btnSendTicketHolder .sendTicket {
    background: var(--primary);
    border: 0;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    transition: 0.2s;
}
.block-panel {
    width: 100%;
    display: flex;
    gap: 20px;
}
.bodyrecentTickets {
    height: 230px;
    overflow-y: scroll;
    padding: 10px;
    width: 100%;
    min-height: 428px;
}
.bodyrecentTickets .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.bodyrecentTickets .content img {
    width: 300px;
}
.bodyrecentTickets .content p {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 400;
}
.notification_holder .notification_title {
    align-content: center;
    align-items: center;
    background: #07080a;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
}
.notification_holder .drop_notifications {
    left: -10px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: 0.3s;
    visibility: hidden;
    z-index: 1000;
}
.notification_holder .notification_title .icon {
    fill: #e6e6e7;
    height: 20px;
    width: 20px;
}
.notification_holder .notification_title .count_notif {
    background: #e98309;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 25px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -8px;
    width: 20px;
}
.notification_holder .drop_notifications .inner_drop_notifications {
    backdrop-filter: blur(5px);
    background: rgba(20, 24, 33, 0.75);
    border-radius: 30px;
    margin-top: 28px;
    min-width: 350px;
    position: relative;
}
.notification_holder .drop_notifications .inner_drop_notifications:before {
    border: 10px solid transparent;
    border-bottom-color: #0f121b;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    left: 28px;
    position: absolute;
    width: 0;
    z-index: 2;
}
.notification_holder .drop_notifications .inner_drop_notifications .btnholderallnotif {
    padding: 10px 20px 20px;
}
.notification_holder .drop_notifications .inner_drop_notifications .btnholderallnotif a {
    background: var(--primary);
    border-radius: 10px;
    box-shadow: 0 4px 250px rgba(47, 79, 162, 0.14);
    color: #fff;
    display: inline-block;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
}
.notification_holder:hover .drop_notifications,
.single-gallery .body-gallery .position-relative .position-absolute:hover,
.user_nav_header:hover .drop_menu_holder {
    opacity: 1;
    visibility: visible;
}
.overlay_transparent_black {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 2000;
}
.active_lb,
.notactive_lb {
    font-size: 0.8rem;
    background: #23ad2c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
    margin-right: 5px;
}
.notactive_lb {
    background: #a82429;
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu.current a,
.plisio_help,
.plisio_help ul li:before {
    background: rgba(255, 255, 255, 0.1);
}
.dashboard_users .sidebar_dashboard .dashboard_sidebar_link .item_menu a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.dashboard_users .main_dashboard .left_side .recentTickets {
    margin-top: 0;
}
.right_bottom_pay_wallet .put_transaction_code,
.select_list {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.right_bottom_pay_wallet .payeer_account_number .label_ac_num,
.right_bottom_pay_wallet .put_transaction_code label,
.select_list .currency_slc_title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-left: 5px;
}
.select_list select {
    margin-right: 10px;
    min-width: 150px;
    height: 46px;
    background-color: #000101;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
}
.inner_select_list {
    position: relative;
    min-width: 250px;
}
.inner_select_list .title_cur {
    display: flex;
    flex-wrap: wrap;
    background-color: #000101;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.inner_select_list .title_cur .value {
    display: flex;
    flex: 1;
}
.inner_select_list .title_cur .value span {
    position: relative;
    top: 5px;
}
.inner_select_list .title_cur .value .icon {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}
.inner_select_list .title_cur .arrow .icon {
    width: 10px;
    height: 10px;
    fill: #fff;
}
.inner_select_list .currency_select {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #000101;
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 10px;
    width: 100%;
    display: none;
}
.inner_select_list .currency_select .item_currency_select {
    width: 100%;
    padding: 12px 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
.inner_select_list .currency_select .item_currency_select .icon {
    width: 18px;
    height: 18px;
    margin-left: 7px;
}
.inner_select_list .currency_select .item_currency_select:last-child {
    border-bottom: 0;
}
.plisio_holder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
}
.bottom_pay_wallet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 20px;
}
.right_bottom_pay_wallet {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.right_bottom_pay_wallet .payeer_account_number {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0 20px;
}
.right_bottom_pay_wallet .payeer_account_number .value_num_payeer {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background: #0a0c10;
    border-radius: 10px;
    height: 42px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 15px 10px 10px;
}
.right_bottom_pay_wallet .put_transaction_code input {
    display: flex;
    flex-wrap: wrap;
    background-color: #000101;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.right_bottom_pay_wallet .put_transaction_code input:focus {
    outline: 0;
    border: 1px solid var(--primary);
}
.plisio_help {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 20px;
}
.plisio_help ul li:before {
    content: "";
    float: right;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin: 7px 0 0 10px;
}
.plisio_help ul li {
    font-size: 1rem;
    width: 100%;
    line-height: 26px;
    margin-top: 12px;
}
.plisio_help ul li.redline,
.rednum {
    color: #ff5c33;
}
.plisio_help ul li a {
    color: var(--primary);
}
.result_wallet {
    align-content: center;
    align-items: center;
    background: rgba(29, 34, 45, 0.5);
    border: 1px solid #1c1b1b;
    border-radius: 30px;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    width: 100%;
    margin-top: 10px;
}
.btnpaycheckout,
.ipaid {
    background: #23ad2c;
    min-width: 120px;
    transition: 0.3s;
    text-align: center;
    align-content: center;
    outline: 0;
}
.inner_result_wallet .description_qr {
    flex: 1;
    padding-right: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.inner_result_wallet .qr_code_wallet {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.inner_result_wallet .qr_code_wallet svg {
    width: 190px;
    height: 190px;
}
.inner_result_wallet .description_qr .message_wallet {
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.inner_result_wallet .description_qr .message_wallet span {
    display: inline-block;
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 15px;
    margin: 0 10px;
    padding: 5px 10px 0;
}
.inner_result_wallet .description_qr .wallet_address_holder {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 7px;
    padding: 10px 10px 5px;
    text-align: center;
}
.inner_result_wallet .description_qr p {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 20px;
}
.ipaid {
    align-items: center;
    border: 0;
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    margin-top: 20px;
    cursor: pointer;
}
#weekly .not_found,
.btnpaycheckout {
    display: flex;
    align-items: center;
    color: #fff;
}
.btnpaycheckout {
    border: 0;
    border-radius: 13px;
    justify-content: space-between;
    padding: 5px 10px 5px 5px;
}
.btnpaycheckout span {
    flex: 1;
    text-align: center;
}
.wallet_stock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.wallet_stock .wallet_stock_value {
    font-size: 1.1rem;
}
.wallet_stock .wallet_stock_value small {
    font-size: 0.8rem;
    margin-right: 5px;
}
.inner_confirm_code_email {
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 2px dashed rgba(255, 255, 255, 0.5);
}
.inner_confirm_code_email label {
    padding-right: 10px;
    margin-bottom: 7px;
    width: 100%;
    text-align: right;
}
.inner_confirm_code_email input {
    background: #000;
    border: 0;
    border-radius: 20px;
    outline: 0;
    padding: 20px;
    width: 100%;
}
.inner_confirm_code_email .btnSaveSettings {
    background: var(--primary);
    border: 0;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 15px;
    transition: 0.2s;
}
input[readonly] {
    cursor: not-allowed;
}
.alert_user {
    background: #063d47;
    color: #fff;
    border-radius: 5px;
    bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    left: -100%;
    padding: 15px 20px;
    position: fixed;
    transition: 0.2s;
    z-index: 300000000;
}
.comment_form,
.mobile_ajax_form_cm {
    background: #141821;
    margin-top: 30px;
}
.alert_user .message_text {
    float: right;
    padding: 0 10px;
}
.alert_user.active {
    left: 20px;
}
.alert_user.grrenal {
    background: #3cc662;
    color: #fff;
}
.alert_user.redal {
    background: #ec3c3c;
    color: #fff;
}
.loading-indicator {
    animation: 1s linear infinite spin;
    border: 6px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    display: none;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 99;
}
.loading-indicator.small {
    border-width: 3px;
    height: 30px;
    width: 30px;
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    to {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}
#wpadminbar {
    position: absolute !important;
}
#weekly .not_found {
    border-radius: 7px;
    padding: 9px;
    text-align: center;
    font-weight: 300;
    background: #2d2d2d;
    font-size: 15px;
    width: auto;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}
#weekly .not_found svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}
.marginb30 {
    margin-bottom: 30px;
}
.comment_form {
    border-radius: 41px;
    overflow: hidden;
}
.mobile_ajax_form_cm {
    border-radius: 20px;
    display: none;
    margin-bottom: 10px;
    padding: 15px;
}
.mobile_ajax_form_cm .comment_text {
    background: #0e1014;
    color: #fff;
    border: 0;
    border-radius: 20px;
    height: 197px;
    padding: 20px;
    width: 100%;
    text-align: right;
}
.mobile_ajax_form_cm .btn_bottom_cm .btnsend_holder {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
}
.mobile_ajax_form_cm .btn_bottom_cm .btnsend_holder .btnsencm {
    flex: 1;
    margin-right: 25px;
}
.comment_form .comment_head {
    background: hsla(0, 0%, 77%, 0.05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px;
}
.comment_form .comment_head .left_side,
.comment_form .comment_head .right_side,
.comment_list_item .left_side_cm {
    width: 10%;
}
.comment_form .comment_head .right_side .icon {
    height: 70px;
    width: 70px;
}
.comment_form .comment_head .center_side {
    width: 60%;
}
.comment_form .comment_head .center_side .replay_text_holder,
.comment_form .comment_head .center_side .replay_text_holder_mobile {
    color: #fff;
    font-weight: 400;
    padding: 10px;
}
.comment_form .comment_head .center_side .comment_text {
    background: #0e1014;
    color: #fff;
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    min-height: 100px;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}
.comment_form .comment_head .left_side,
.comment_form .comment_head .left_side .comment_count_holder {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.comment_form .comment_head .left_side .comment_count_holder .count_cm_num {
    font-size: 30px;
}
.comment_form .comment_head .left_side .comment_count_holder small {
    color: #b8b8b8;
    font-size: 13px;
    margin: 5px 0 0 5px;
}
.comment_form .comment_body .first-cm {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_bottom_cm {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 10px 0;
}
.btn_bottom_cm .btnRatelike {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}
.btn_bottom_cm .btnRatelike .sep {
    background: #393b3e;
    height: 25px;
    margin: 0 10px;
    width: 2px;
}
.btn_bottom_cm .btnRatelike .btnlikecm {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    transition: 0.2s;
}
.btn_bottom_cm .btnRatelike .btnlikecm.dislike .icon_holder .icon {
    margin: 0 5px 0 0;
    transition: 0.2s;
}
.btn_bottom_cm .btnRatelike .btnlikecm.active,
.btn_bottom_cm .btnRatelike .btnlikecm:hover,
.comment_list_item .left_side_cm .btn_like_dislike_cm_item .btnLikeCm:hover,
.comment_list_item .left_side_cm .btn_like_dislike_cm_item .btndisLikeCm:hover {
    color: var(--primary);
}
.btn_bottom_cm .btnRatelike .btnlikecm.active .icon,
.btn_bottom_cm .btnRatelike .btnlikecm:hover .icon,
.comment_list_item .left_side_cm .btn_like_dislike_cm_item .btnLikeCm:hover .icon_holder .icon,
.comment_list_item .left_side_cm .btn_like_dislike_cm_item .btndisLikeCm:hover .icon_holder .icon {
    fill: var(--primary);
}
.btn_bottom_cm .btnsend_holder .btnsencm {
    background: var(--primary);
    border: 0;
    border-radius: 12px;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    outline: 0;
    padding: 15px 30px;
    transition: 0.2s;
}
.guest_mesage_for_cm p {
    color: #b8b8b8;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .linktoimdb,
.guest_mesage_for_cm .btn_holder_cm {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.guest_mesage_for_cm .btn_holder_cm .btn_cm_gu {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    cursor: pointer;
    font-weight: 400;
    margin: 0 5px;
    padding: 15px 30px;
    transition: 0.2s;
}
.guest_mesage_for_cm .btn_holder_cm .btn_cm_gu:hover {
    background: #141820;
}
.guest_mesage_for_cm .btn_holder_cm .btn_cm_gu .icon {
    fill: #fff;
    height: 20px;
    margin-top: -3px;
    width: 20px;
}
.guest_mesage_for_cm.small .btn_holder_cm .btn_cm_gu {
    padding: 10px 20px;
}
.no_comment_found {
    font-weight: 400;
    padding: 20px;
    text-align: center;
}
.btn_load_more_comment_holder {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}
.btn_load_more_comment_holder .btnLoadMoreComment {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 30px;
    transition: 0.3s;
}
.btn_load_more_comment_holder .btnLoadMoreComment:hover,
.comment_list_item .spoil_overlay .btn_show_spoil:hover {
    background: #1d232f;
}
.result_message_cm {
    background: rgba(85, 235, 95, 0.18);
    border-radius: 15px;
    color: #22b028;
    display: none;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.result_message_cm.no {
    background: rgba(235, 85, 85, 0.18);
    color: #b02222;
}
.comments_body_list li {
    position: relative;
    border-top: 1px solid hsla(0, 0%, 100%, 0.14);
    list-style: none;
}
.comments_body_list li ul li {
    padding-right: 60px;
}
.comment_list_item {
    justify-content: space-between;
    padding: 20px;
    position: relative;
}
.comment_list_item,
.comment_list_item .spoil_overlay {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.comment_list_item .spoil_overlay {
    backdrop-filter: blur(2px);
    background: rgba(20, 24, 33, 0.5);
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}
.comment_list_item .spoil_overlay .btn_show_spoil {
    background: #000;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 20px;
}
.comment_list_item .right_side_cm {
    display: flex;
    flex: 1;
    margin-left: 15px;
}
.comment_list_item .right_side_cm .avatar_user_cm img {
    border-radius: 20px;
    height: 50px;
    width: 50px;
}
.comment_list_item .right_side_cm .data_cm {
    padding-right: 20px;
}
.comment_list_item .right_side_cm .data_cm .comment_author {
    font-size: 17px;
    font-weight: 700;
    text-align: right;
}
.comment_list_item .right_side_cm .data_cm .btnreplay,
.comment_list_item .right_side_cm .data_cm .btnshowpost,
.comment_list_item .right_side_cm .data_cm .mobilebtnreplay {
    border: 1px solid var(--primary);
    border-radius: 16px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 400;
    outline: 0;
    padding: 10px 30px;
}
.comment_list_item .left_side_cm .btn_like_dislike_cm_item {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    justify-content: center;
    padding: 15px;
}
.comment_list_item .left_side_cm .btn_like_dislike_cm_item .btnLikeCm {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.comment_list_item .left_side_cm .btn_like_dislike_cm_item .btnLikeCm .text_btnlike,
.comment_list_item .left_side_cm .btn_like_dislike_cm_item .btndisLikeCm .text_btnlike {
    margin: 2px 0 0;
}
.comment_list_item .left_side_cm .btn_like_dislike_cm_item .btndisLikeCm {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.comment-is-spoil {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(10px);
    z-index: 9;
}
.comment-is-spoil .btn {
    background: var(--primary);
    padding: 10px 20px 12px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}
.replay_text_holder,
.replay_text_holder_mobile,
.tags_holder .tags_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.replay_text_holder svg,
.replay_text_holder_mobile svg {
    fill: #ff4949;
    margin-right: 10px;
}
.comment_list_item .left_side_cm .comment_date {
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}
.faq_single {
    margin-top: 30px;
}
.faq_single .faq-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.faq_single .list {
    background-color: #1d2129;
    border-radius: 40px;
    padding: 10px;
}
.faq_single .list .item {
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.faq_single .list .item:last-child {
    border-bottom: none;
}
.faq_single .list .item .question {
    padding: 20px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq_single .list .item .question .text svg {
    fill: var(--primary);
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.faq_single .list .item .question .rotation_arrow {
    align-content: center;
    align-items: center;
    background: hsla(0, 0%, 77%, 0.1);
    border-radius: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.faq_single .list .item .question .rotation_arrow .icon {
    fill: #fff;
    height: 12px;
    transform: rotate(180deg);
    transition: 0.3s;
    width: 12px;
}
.faq_single .list .item .answer {
    background-color: #000;
    margin: 0 20px 20px;
    border-radius: 30px;
    padding: 20px;
    color: #cecece;
    position: relative;
    line-height: 25px;
    display: none;
}
.faq_single .list .item .answer::before {
    content: "";
    position: absolute;
    right: 25px;
    top: -20px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-left: 10px solid transparent;
}
.main-auth .bg-auth::before {
    content: "";
    background: url(assets/img/login_screen.jpg) center/cover no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
}
.main-auth .modal-auth {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: #000000ab;
    backdrop-filter: blur(20px);
    padding: 20px;
    border-radius: 20px;
    width: 35vw;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-auth .modal-auth .head-modal {
    height: 10%;
}
.main-auth .modal-auth .head-modal span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.main-auth .modal-auth .head-modal small {
    display: block;
    text-align: center;
}
.main-auth .modal-auth .body-modal form {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-auth .modal-auth .body-modal .form-control {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 20px;
}
.main-auth .modal-auth .body-modal .form-control label {
    font-size: 14px;
    margin-bottom: 7px;
    color: #ffffffcb;
    display: block;
    width: 100%;
}
.main-auth .modal-auth .body-modal .form-control input {
    display: block;
    width: 100%;
    color: #fff;
    background: #3d3d3d70;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    direction: ltr;
    padding: 10px 20px;
    border-radius: 10px;
    outline: 0;
    border: none;
}
.main-auth .modal-auth .body-modal .form-control input[disabled] {
    opacity: 0.7;
}
.single-gallery .badge-cast {
    border-right: 3px solid #ff9800;
    color: #ff9800;
    padding-right: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.single-gallery .badge-cast i {
    padding-left: 5px;
}
.single-gallery .body-gallery {
    display: flex;
    flex-direction: row-reverse;
    overflow-x: auto;
    padding-bottom: 20px;
}
.single-gallery .body-gallery::-webkit-scrollbar {
    height: 5px;
}
body.dark .single-gallery .body-gallery::-webkit-scrollbar-track {
    background: #111;
}
.single-gallery .body-gallery::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 100px;
}
.single-gallery .body-gallery::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 100px;
}
.single-gallery .body-gallery::-webkit-scrollbar-thumb:hover {
    background: #a1650c;
}
.single-gallery .body-gallery .position-relative {
    position: relative;
    min-width: 200px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
}
.single-gallery .body-gallery .position-relative img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-gallery .body-gallery .position-relative .position-absolute {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.single-gallery .body-gallery .position-relative .position-absolute i {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 25px;
    z-index: 1;
}
.main-auth .modal-auth .body-modal .action-button {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-auth .modal-auth .body-modal .action-button [type="submit"] {
    display: block;
    margin: 0 10px;
    width: 100px;
    padding: 5px 10px 7px;
    outline: 0;
    border: none;
    color: #fff;
    background: #f36f03;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}
.resend_code {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-size: 14px;
}
.resend_code .resend_right {
    font-weight: 100;
    font-size: 12px;
}
.resend_code #resend_code {
    margin-right: 20px;
    color: #f36f03;
    font-weight: 700;
    cursor: pointer;
}
.main-auth .modal-auth .body-modal .action-button [type="submit"]:hover,
.main-auth .modal-auth .footer-modal .auth-button:hover {
    background: #c05702;
}
.main-auth .modal-auth .body-modal .action-button [type="button"] {
    display: block;
    margin: 0 10px;
    width: 100px;
    padding: 5px 10px 7px;
    outline: 0;
    border: none;
    color: #fff;
    background: #950505;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}
.main-auth .modal-auth .body-modal .action-button [type="button"]:hover {
    background: #700404;
}
.main-auth .modal-auth .footer-modal {
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-auth .modal-auth .footer-modal .auth-button {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    background: #f36f03;
    padding: 6px 20px 7px;
    border-radius: 50px;
    outline: 0;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.main-auth .modal-auth .footer-modal .alert,
.main-auth .modal-auth .footer-modal .back {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    background: #3d3d3d;
    padding: 6px 15px 7px;
    border-radius: 50px;
    margin-left: 10px;
    outline: 0;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.main-auth .modal-auth .footer-modal .alert:hover,
.main-auth .modal-auth .footer-modal .back:hover {
    background: #2b2b2b;
}
.new_payment_ways {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.new_payment_ways .inner_new_payment_ways {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.new_payment_ways .inner_new_payment_ways .orpayment {
    display: flex;
    padding: 10px;
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 40px;
    border-radius: 10px;
}
.new_payment_ways .inner_new_payment_ways .btnpaycheckout.with_stock {
    height: 46px;
    background: #4a1271;
}
.new_payment_ways .inner_new_payment_ways .btnpaycheckout.with_stock .icon {
    width: 28px;
    height: 28px;
}
#download_modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 70%);
    backdrop-filter: blur(10px);
    z-index: 999999999;
    display: none;
}
#download_modal .download_holder {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 40vw;
    height: 30vh;
    border: 1px solid var(--primary);
    border-radius: 40px;
    background: #000;
}
#download_modal .download_holder .head {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}
#download_modal .download_holder .body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
#download_modal .download_holder .body a {
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
}
#download_modal .download_holder .body a:hover {
    opacity: 0.85;
}
#download_modal .download_holder .body a.download_sub,
.body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink.subtitle_link.active,
.body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink.subtitle_link:hover,
.inner_dl_box_n_single .title_rows_dls .right_side_row_dl .label_dl_row.double_row {
    background: #23ad2c;
}
#download_modal .download_holder button {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #ff2929;
    outline: 0;
    border: none;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}
.user_nav_header .user_nav_title .user_pro_holder {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.user_nav_header .user_nav_title .user_pro_holder .user_name_holder {
    margin: 0 5px 0 10px;
}
.user_nav_header .user_nav_title .user_pro_holder .avatar_user img {
    border-radius: 12px;
    height: 45px;
    width: 45px;
}
.user_nav_header .drop_menu_holder {
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: 0.3s;
    visibility: hidden;
    z-index: 999999;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder {
    backdrop-filter: blur(5px);
    background: rgba(20, 24, 33, 0.75);
    border-radius: 35px;
    margin-top: 10px;
    min-width: 250px;
    padding: 10px 20px 20px;
    position: relative;
    margin-left: -22px;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder:before {
    border: 10px solid transparent;
    border-bottom-color: #0f121b;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    left: 35px;
    position: absolute;
    width: 0;
    z-index: 2;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .icon_holder_drop_menu_sub {
    align-content: center;
    align-items: center;
    background: var(--primary);
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 30px;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .icon_holder_drop_menu_sub .icon {
    fill: #f6f6f6;
    height: 25px;
    width: 25px;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .text_subscriptionco {
    align-content: center;
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin-right: 40px;
    white-space: nowrap;
    margin-top: -37px;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .text_subscriptionco p {
    font-weight: 400;
    margin-bottom: 0;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .text_subscriptionco .daysHolder {
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 10px;
    display: flex;
    margin-right: 5px;
    padding: 7px 5px;
    align-items: center;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .text_subscriptionco .daysHolder .daycount {
    background: #203e2d;
    border-radius: 10px;
    color: #21ab28;
    margin-left: 7px;
    padding: 3px 10px;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .text_subscriptionco .daysHolder a {
    display: flex;
    align-items: center;
    transition: 0.2s;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .text_subscriptionco .daysHolder a .icon {
    fill: #f6f6f6;
    height: 20px;
    transform: rotate(90deg);
    width: 20px;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .loged_users_link {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    margin: 15px 0 10px;
    padding: 10px 0;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .loged_users_link ul li {
    font-weight: 400;
    padding: 10px 0;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .loged_users_link ul li .icon {
    fill: #fff;
    height: 20px;
    margin-left: 10px;
    width: 20px;
}
.user_nav_header .drop_menu_holder .inner_drop_menu_holder .logout_link {
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
#more_index {
    position: relative;
    width: 100%;
    height: 200px;
}
.pay-status {
    background-color: #161d27;
    max-width: 500px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 25px 25px 45px;
}
.pay-status .svg-area svg {
    width: 70px;
    height: 70px;
    max-width: 100%;
    margin-bottom: 10px;
}
.pay-status .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}
.pay-status.error .title span {
    color: #f27677;
}
.pay-status.ok .title span {
    color: #4caf50;
}
.pay-status .description {
    text-align: center;
    line-height: 30px;
}
.pay-status .description strong {
    background-color: #242b34;
    padding: 4px 7px;
    border-radius: 5px;
    color: #4caf50;
}
.pay-status a {
    width: 100%;
    max-width: 200px;
    font-size: 15px;
    text-align: center;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: 0.1s;
}
.pay-status.error a {
    background-color: #ed6167;
}
.pay-status.error a.supp {
    background-color: #d7792c;
}
.pay-status.ok a {
    background-color: #4caf50;
}
.pay-status a:hover {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.1) inset;
}
.pay-status .line {
    border-bottom: 2px dashed #8a8e93;
    width: 100%;
    margin: 10px 0 20px;
    position: relative;
}
.pay-status .line:after,
.pay-status .line:before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #030303;
    position: absolute;
    left: -50px;
    border-radius: 50%;
    top: -25px;
}
.pay-status .line:after {
    right: -50px;
    left: unset;
}
.pay-status .buttons {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.inner_dl_box_n_single .title_rows_dls {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 35px 0 20px;
    cursor: pointer;
}
.inner_dl_box_n_single .title_rows_dls .line_bet {
    flex: 1;
    width: 100%;
    height: 2px;
    background: #333435;
}
.inner_dl_box_n_single .title_rows_dls .right_side_row_dl .label_dl_row {
    min-width: 80px;
    background: var(--primary);
    color: #fff;
    border-radius: 16px;
    padding: 5px;
    margin-left: 15px;
    text-align: center;
}
.inner_dl_box_n_single .title_rows_dls .right_side_row_dl .label_dl_row.no_subtitle_dl {
    background: #fff;
    color: #000;
}
.inner_dl_box_n_single .title_rows_dls .right_side_row_dl h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    margin-left: 7px;
}
.inner_dl_box_n_single .title_rows_dls .right_side_row_dl .icon_holder .icon {
    width: 21px;
    height: 21px;
    margin-left: 5px;
}
.inner_dl_box_n_single .title_rows_dls .left_side {
    margin-right: 10px;
}
.inner_dl_box_n_single .title_rows_dls .left_side .clo_open_con {
    width: 40px;
    height: 40px;
    background: #c4c4c41a;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 100%;
}
.inner_dl_box_n_single .title_rows_dls .left_side .clo_open_con .icon {
    width: 15px;
    height: 15px;
}
.body_inner_dl_box_n .item_row_dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background: #12181f80;
    width: 100%;
    border-radius: 21px;
    padding: 30px 20px 30px 30px;
    transition: 0.3s;
}
.body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink {
    border: 1px solid #333435;
    color: #fff;
    padding: 14px 20px;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink .icon {
    stroke: var(--primary);
    transition: 0.3s;
    width: 17px;
    height: 17px;
    margin: -3px 0 0 5px;
}
.body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink .icon.double_btn_dl,
.body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink .icon.icon_sound {
    stroke: #23ad2c;
}
.body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink .icon.icon_dlـno_sub,
.body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink.active .icon,
.body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink:hover .icon {
    stroke: #ffffff;
}
.body_inner_dl_box_n .item_row_dl .meta_row {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.body_inner_dl_box_n .item_row_dl .meta_row .item_meta_n_dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: 111px;
    margin-left: 20px;
}
.body_inner_dl_box_n .item_row_dl .meta_row .item_meta_n_dl .label {
    color: #fff;
    opacity: 0.5;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    white-space: nowrap;
}
.body_inner_dl_box_n .item_row_dl .meta_row .item_meta_n_dl .value {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
}
.body_inner_dl_box_n .item_row_dl .title_side_row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    direction: rtl;
    text-align: left;
}
.body_inner_dl_box_n .item_row_dl .title_side_row .quality_name {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 5px;
}
.body_inner_dl_box_n .item_row_dl .title_side_row .encoder_name {
    font-size: 1rem;
    font-weight: 500;
}
.body_inner_dl_box_n .item_box_dl {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.body_inner_dl_box_n .item_box_dl.active .item_row_dl {
    margin: 0;
    border-radius: 21px 21px 0 0;
}
.body_inner_dl_box_n .body_inner_dl_box_d {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background: #0e131861;
    width: 100%;
    border-radius: 0 0 21px 21px;
    padding: 20px 20px 10px;
}
.body_inner_dl_box_n .body_inner_dl_box_d .item_part.copies {
    width: 100%;
    justify-content: center;
    padding: 20px;
}
.description_row_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.description_row_info .icon_holder .icon {
    width: 20px;
    height: 20px;
    fill: var(--primary);
    margin: -5px 0 0;
}
.mobile_navigation {
    align-content: center;
    align-items: center;
    bottom: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 2001;
}
.mobile_navigation .mobile_navigation_menu ul {
    align-content: center;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 1;
}
.mobile_navigation .mobile_navigation_menu ul li {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: wrap;
}
.mobile_navigation .mobile_navigation_menu ul li .link_mobile,
.mobile_navigation .mobile_navigation_menu ul li a {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 20px;
}
.mobile_navigation .mobile_navigation_menu ul li:nth-child(3) a {
    background: var(--primary);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    border-radius: 100px;
    padding: 0;
}
.mobile_navigation .mobile_navigation_menu ul li:nth-child(3) .icon {
    width: 40px !important;
    height: 40px !important;
}
.mobile_navigation .mobile_navigation_menu span.line {
    display: none;
    width: 100%;
    height: 0.2rem;
    border-radius: 0.1rem;
    background-color: rgba(0, 0, 0, 0);
    margin: 8px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mobile_navigation .mobile_navigation_menu ul li span {
    color: #868686;
    display: block;
    font-weight: 400;
    margin-bottom: 7px;
    width: 100%;
}
.mobile_navigation .mobile_navigation_menu ul li .icon {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 7px;
    fill: #fff;
}
.mobile_navigation .mobile_navigation_menu ul li .navigation_label {
    padding: 8px 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0 !important;
    width: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.mobile_navigation .mobile_navigation_menu ul li a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-bottom: 4px;
}
.mobile_navigation .mobile_navigation_bg {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.mobile_navigation .mobile_navigation_bg svg {
    fill: #141821;
    height: 80px;
    width: 100%;
}
.head_holder.margin {
    padding-top: 100px;
}
.head_holder {
    margin: 50px 0 70px;
    text-align: center;
}
.head_holder .title_text {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}
.content_text_page_normal {
    background: #141923;
    border-radius: 15px;
    font-size: 17px;
    line-height: 40px;
    margin: 30px 0;
    padding: 50px;
    text-align: justify;
}
.onlineplay_message {
    margin: 100px 0;
    text-align: center;
    width: 100%;
}
.onlineplay_message p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.btnHolderonlineplay a.colorBtn,
.dashboard_pageNavi .inner_dashboard_pageNavi a.current,
.dashboard_pageNavi .inner_dashboard_pageNavi span.current {
    background: var(--primary);
}
.btnHolderonlineplay a {
    background: #222327;
    border-radius: 12px;
    color: #fff !important;
    display: inline-block;
    margin: 30px 10px 10px;
    padding: 10px 20px;
}
.dashboard_pageNavi .inner_dashboard_pageNavi {
    margin: 0 auto;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.dashboard_pageNavi .inner_dashboard_pageNavi a,
.dashboard_pageNavi .inner_dashboard_pageNavi span {
    align-content: center;
    align-items: center;
    border-radius: 15px;
    color: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    height: 45px;
    justify-content: center;
    width: 45px;
}
.tags_holder {
    margin-top: 60px;
    width: 100%;
    background: #090c10;
    padding: 20px;
    border-radius: 20px;
}
.tags_holder .tags_head svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    margin-left: 6px;
}
.tags_holder .tags_body {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 10px 0;
}
.tags_holder .tags_body a {
    margin: 5px;
    opacity: 0.7;
    transition: 0.3s;
}
.notifications_title {
    margin-top: 100px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.notifications {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.notifications .notification-item {
    position: relative;
    width: calc(25% - 10px);
    background: #141821;
    padding: 10px;
    border-radius: 7px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.notifications .notification-item .status {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #067906;
    padding: 2px 10px 3px;
    font-size: 12px;
    border-radius: 10px;
}
.notifications .notification-item .status.unread {
    background: #790606 !important;
}
.notifications .notification-item .title {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #252b39;
    width: 100%;
    color: var(--primary);
    fill: var(--primary);
}
.notifications .notification-item .content {
    font-size: 12px;
    font-weight: 300;
}
.notifications .notification-item .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.notifications .notification-item .time button {
    background: var(--primary);
    color: #fff;
    border: none;
    outline: 0;
    padding: 3px 12px 4px;
    border-radius: 40px;
    font-size: 12px;
    transition: 0.2s;
}
.notifications .notification-item .time span {
    font-size: 11px;
    font-weight: 100;
}
.actor_archives {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0 0;
}
.actor_archives .sidebar_tax {
    width: 20%;
    padding-top: 30px;
}
.actor_archives .sidebar_tax .inner_sidebar_tax {
    background: #141821;
    border-radius: 48px;
    padding: 10px;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .count_movies_tax {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .count_movies_tax .inner_count_movies_tax {
    background: #151a24;
    border: 6px solid #000;
    border-radius: 35px;
    color: #fff;
    font-weight: 300;
    margin-top: -30px;
    padding: 5px 15px;
    text-align: center;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .profile {
    text-align: center;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .profile .inner_profile {
    border-radius: 48px;
    overflow: hidden;
    position: relative;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .profile .inner_profile .badge_rip {
    background: #141923;
    font-size: 20px;
    padding: 12px 0 5px;
    position: absolute;
    right: -50px;
    top: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 180px;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .profile img {
    border-radius: 48px;
    height: auto;
    width: 100%;
    padding: 10px;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .title_page_actor {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-top: 15px;
    text-align: center;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .career_tax {
    color: #bfc1c6;
    text-align: center;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .data_tax .tax_meta_item {
    color: #c4c5c8;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .data_tax .tax_meta_item .value_tax {
    font-weight: 800;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 24px;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .linktoimdb a {
    background: var(--primary);
    border-radius: 20px;
    color: #fff;
    padding: 20px 30px;
    transition: 0.3s ease-in-out;
}
.actor_archives .sidebar_tax .inner_sidebar_tax .linktoimdb a:hover {
    background: #c56f07;
}
.actor_archives .biography_text,
.actor_archives .main_tax {
    padding-right: 20px;
    width: 80%;
}
.actor_archives .biography_text .inner_biography_text {
    background: #141923;
    border-radius: 15px;
    font-size: 17px;
    line-height: 40px;
    padding: 50px;
    text-align: justify;
}
.actor_archives .main_tax .body_main_tax {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100% !important;
}
.actor_archives .main_tax .body_main_tax .item,
.actor_archives .main_tax .body_main_tax .item:hover {
    width: 15% !important;
    margin: 0;
}
.actor_archives .main_tax .biography {
    margin-bottom: 30px;
    padding-bottom: 30px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
    border-bottom: 1px solid #222;
}
.actor_archives .main_tax .biography span {
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
    display: block;
    position: relative;
}
.actor_archives .main_tax .biography span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 25px;
    background: var(--primary);
    border-radius: 30px;
}
.actor-info .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    user-select: none;
}
.actor-info .info-item .title {
    width: 120px;
    background: var(--primary);
    padding: 3px 6px;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    margin-left: 10px;
}
.page-404 {
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-404 img {
    display: block;
    max-width: 500px;
}
.page-404 .content-info {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.page-404 .content-info .title {
    font-weight: 700;
    font-size: 30px;
}
.page-404 .content-info .desc {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    width: 100%;
    display: block;
}
.page-404 .content-info a {
    color: #ff9800;
    border: 1px solid #ff9800;
    border-radius: 10px;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 12px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.page-404 .content-info a:hover {
    background-color: #ff9800 !important;
    color: #fff !important;
}
.search_in_actors .inner_search_in_actors {
    width: 500px;
}
.search_in_actors .inner_search_in_actors label {
    color: #bfbfc1;
    padding-bottom: 10px;
    padding-right: 20px;
}
.search_in_actors .inner_search_in_actors .in_inner_actor_search {
    align-content: center;
    align-items: center;
    background: #161a25;
    border-radius: 10px;
    box-shadow: 0 4px 250px rgba(47, 79, 162, 0.14);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    padding: 0 0 0 10px;
}
.search_in_actors .inner_search_in_actors .in_inner_actor_search .put_holder input {
    background: #161a25;
    border: 0;
    color: #babbc0;
    outline: 0;
    padding: 20px;
    width: 100%;
}
.search_in_actors .inner_search_in_actors .in_inner_actor_search .left_btn_holder {
    left: 0;
}
.search_in_actors .inner_search_in_actors .in_inner_actor_search .left_btn_holder .searchbtnactor {
    background: var(--primary);
    color: #fff;
    border: 4px solid #151a24;
    border-radius: 16px;
    box-shadow: 0 4px 250px rgba(47, 79, 162, 0.14);
    padding: 10px;
}
.search_in_actors .inner_search_in_actors .in_inner_actor_search .left_btn_holder .searchbtnactor .icon {
    fill: #fff;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
.fixed_notification {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.fixed_notification .inner_fixed_notif {
    background: rgb(17 17 17 / 75%);
    max-width: 30vw;
    padding: 20px;
    border-radius: 30px;
    backdrop-filter: blur(30px);
    box-shadow: 0 0 40px rgb(0 0 0 / 50%);
}
.fixed_notification .inner_fixed_notif img {
    width: 100px;
    height: 100px;
    background: rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 30px;
}
.fixed_notification .inner_fixed_notif .content {
    margin-right: 20px;
}
.fixed_notification .inner_fixed_notif strong {
    font-size: 18px;
}
.fixed_notification .inner_fixed_notif p {
    padding-top: 10px;
    font-weight: 100;
    color: #999;
}
.fixed_notification .inner_fixed_notif .foot {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.fixed_notification .inner_fixed_notif a {
    background: var(--primary);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 15px;
    transition: 0.3s;
}
.fixed_notification .inner_fixed_notif button {
    background: #871717;
    color: #fff;
    outline: 0;
    border: none;
    padding: 10px 30px;
    border-radius: 15px;
    transition: 0.3s;
}
.checkoutPage .for_mobile_meta_checkout,
.checkoutPage .septator_checkout {
    display: none;
}
.vmusic-links {
    width: 100%;
    margin-top: 10px;
}
.vmusic-links .vmusic-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #080b0e;
    padding: 10px 20px;
    border-radius: 15px;
    margin-bottom: 5px;
}
.vmusic-links .vmusic-item .action {
    display: flex;
    align-items: center;
}
.vmusic-links .vmusic-item a {
    background: transparent;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease;
}
.vmusic-links .vmusic-item a:hover {
    background: var(--primary);
}
.vmusic-links .vmusic-item svg {
    background: transparent;
    fill: #fff;
    padding: 4px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s ease;
}
.vmusic-links .vmusic-item svg:hover {
    background: var(--primary);
}
.vmusic-wrapper {
    width: 100%;
    height: 150px;
    background: #12181f80;
    border-radius: 21px;
    padding: 30px;
}
.vmusic-wrapper .vmusic-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vmusic-wrapper .vmusic-data .controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.vmusic-wrapper .vmusic-data .controls .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transform: translateY(35px);
    user-select: none;
}
.vmusic-wrapper .vmusic-data .controls .progress {
    width: 100%;
    height: 5px;
    background: rgb(255 255 255 / 10%);
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}
.vmusic-wrapper .vmusic-data .controls .progress .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--primary);
    width: 0;
    height: 100%;
    border-radius: 20px 0 0 20px;
}
.vmusic-wrapper .vmusic-data .controls .progress .progress-circle {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: var(--primary);
    width: 15px;
    height: 15px;
    border-radius: 20px;
}
.vmusic-wrapper .vmusic-data .controls .button {
    display: flex;
    align-items: center;
}
.vmusic-wrapper .vmusic-data .controls .button svg {
    width: 80px;
    height: 80px;
    fill: #fff;
    cursor: pointer;
    transition: all .3s ease;
}
.vmusic-wrapper .vmusic-data .controls .button svg:hover {
    fill: var(--primary);
}
.vmusic-wrapper .vmusic-data .controls .button svg.play {
    width: 40px;
    height: 40px;
}
.vmusic-wrapper .vmusic-data .current {
    display: flex;
    align-items: center;
}
.vmusic-wrapper .vmusic-data img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 10px;
}
.remaining {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}

.remaining .episode,
.remaining .subtitle {
    display: none;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 50px rgb(0 0 0 / 75%);
    width: 50%;
    text-align: center;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.remaining .episode.active,
.remaining .subtitle.active {
    display: block;
}

.remaining .episode::before {
    content: '';
    background: #ea8207;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    filter: blur(70px);
    z-index: -1;
}

.remaining .subtitle::before {
    content: '';
    background: #0ab117;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    filter: blur(70px);
    z-index: -1;
}

.remaining .time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 1;
    margin: 15px 0;
}

.remaining .time span {
    font-weight: 700;
}

.remaining .title {
    background: #ea8206;
    padding: 6px 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.remaining .subtitle .title {
    background: #0ab317;
}

.remaining .title i {
    padding-top: 2px;
    margin-left: 5px;
}

.remaining .date {
    background: #ea8206;
    display: inline;
    padding: 2px 15px;
    border-radius: 3px;
}

.remaining .subtitle .date {
    background: #0ab317;
}

.remaining .titr {
    background: #0003;
    padding: 2px 0 4px;
    border-radius: 100px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    transition: all .3s ease;
}

.remaining .titr:hover {
    background: #0000008a;
}

.remaining .titr span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
#modal_search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
    backdrop-filter: blur(20px);
    z-index: 9999999;
    display: none;
}
#modal_search .inner_search {
    width: 80vw;
    margin: 0 auto;
    margin-top: 150px;
}
#modal_search .inner_search .clear {
    margin: 20px 0;
}
#modal_search .inner_search .search_box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}
#modal_search .inner_search .search_box .input {
    width: 80%;
    display: flex;
    align-items: center;
    position: relative;
}
#modal_search .inner_search .search_box input {
    width: 100%;
    padding: 10px 40px;
    border-radius: 10px;
    border: none;
    outline: none;
}
#modal_search .inner_search .search_box .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    fill: #858585;
}
#modal_search .inner_search .search_box .input .search-settings {
    background: rgb(107 107 107 / 50%);
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 5px;
}
#modal_search .inner_search .search_box .input .search-settings svg {
    width: 25px;
    height: 25px;
    cursor: pointer;
    fill: #fff;
}
#modal_search .inner_search .search_box .buttons {
    display: flex;
    align-items: center;
    width: 20%;
    gap: 10px;
}
#modal_search .inner_search .search_box .show_result {
    width: 50%;
    background: var(--primary);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
#modal_search .inner_search .search_box .show_result.show {
    opacity: 1;
    visibility: visible;
}
#modal_search .inner_search .search_box .show_result:hover {
    opacity: .9;
}
#modal_search .inner_search .search_box .close_modal {
    width: 50%;
    background: #f73f3f;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}
#modal_search .inner_search .search_box .close_modal:hover {
    background: #c52424;
}
#modal_search .inner_search .trends {
    
}
#modal_search .inner_search .trends p {
    font-size: 12px;
    font-weight: 400;
}
#modal_search .inner_search .trends .result_trends {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    overflow-x: auto;
    width: 80vw;
    padding-bottom: 5px;
}
#modal_search .inner_search .trends .result_trends::-webkit-scrollbar {
    height: 5px;
}
#modal_search .inner_search .trends .result_trends::-webkit-scrollbar-track {
    background: #000101;
    border-radius: 38px;
}
#modal_search .inner_search .trends .result_trends::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 39%, 0.8);
    border-radius: 20px;
}
#modal_search .inner_search .trends .result_trends li {
    background: transparent;
    padding: 2px 10px 5px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    min-width: fit-content;
    transition: all .3s ease;
}
#modal_search .inner_search .trends .result_trends li:hover {
    background: var(--primary);
}
#modal_search .inner_search .trends .result_trends li small {
    font-size: 10px;
    margin-right: 2px;
}
#modal_search .inner_search .result_search {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    overflow-y: auto;
    height: calc(100vh - 350px);
    padding-bottom: 50px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#modal_search .inner_search .result_search::-webkit-scrollbar {
    display: none;
}
#modal_search .inner_search .result_search .searched-item {
    width: 100%;
    min-height: 200px;
    height: 200px;
    padding: 10px;
    background: #0e1016;
    display: flex;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease;
}
#modal_search .inner_search .result_search .searched-item:hover {
    background: #12141c;
}
#modal_search .inner_search .result_search .searched-item img {
    min-width: 120px;
    width: 120px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#modal_search .inner_search .result_search .searched-item .left-side {
    margin-top: 10px;
    margin-right: 20px;
}
#modal_search .inner_search .result_search .searched-item .left-side h1 {
    font-size: 16px;
}
#modal_search .inner_search .result_search .searched-item .left-side .genre {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
#modal_search .inner_search .result_search .searched-item .left-side .summary {
    color: var(--primary);
    font-weight: 600;
    margin-top: 10px;
}
#modal_search .inner_search .result_search .searched-item .left-side .plot {
    font-size: 14px;
    font-weight: 300;
    line-height: 29px;
    margin-top: 10px;
}
.more-review {
    background: var(--primary);
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all .3s ease;
}
.no-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.no-review span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
}
.fixed_mag {
    position: absolute;
    left: 2.5%;
    bottom: 180px;
    z-index: 9;
    display: none;
    box-shadow: 0 0 30px #0000007d;
    border-radius: 10px 0 10px 10px;
}
.reviews {
    display: flex;
    margin-top: 30px;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.review-item,
.fixed_mag .inner_news {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 400px;
    height: 250px;
    overflow: hidden;
    border-radius: 10px 0 10px 10px;
    transition: all .3s ease;
}
.review-item .inner-review::before,
.fixed_mag .inner_news::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to top, #000, transparent);
    border-radius: 10px 0 10px 10px;
}
.review-item .inner-review:hover,
.fixed_mag .inner_news:hover {
    background: #181d29;
}
.review-item img,
.fixed_mag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fixed_mag .title {
    position: absolute;
    top: -26px;
    right: 0;
    background: var(--primary);
    padding: 3px 13px;
    border-radius: 30px 10px 0px 0;
    font-size: 14px;
    transition: all .3s ease;
}
.fixed_mag .title:hover {
    opacity: .65;
}
.review-item h1,
.fixed_mag h1 {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 10px;
}
.fixed_mag .change_news.left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: 0;
    fill: #fff;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    transition: all .3s ease;
}
.fixed_mag .change_news.right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: 0;
    fill: #fff;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    transition: all .3s ease;
}
.fixed_mag .change_news svg {
    width: 20px;
    height: 20px;
    padding-top: 5px;
}
.fixed_mag:hover .change_news {
    background: rgb(0 0 0 / 75%);
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.go_in_post {
    background: transparent;
    color: #fff;
    padding: 4px 8px 6px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    transition: all .3s ease;
}
.set_time_post {
    background: transparent;
    color: #fff;
    padding: 4px 8px 6px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    outline: none;
    transition: all .3s ease;
}
.go_in_post:hover,
.set_time_post:hover {
    background: var(--primary);
}
.time_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 20px 0;
}
.time_holder .time_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px;
}
.time_holder .time_item label {
    padding: 0;
    margin-bottom: 8px;
    cursor: pointer;
}
.time_holder .time_item select {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 250px rgba(47, 79, 162, 0.14);
    padding: 10px;
    width: 100%;
    cursor: pointer;
}
button.setTime {
    background: var(--primary);
    border: 0;
    border-radius: 10px;
    color: #fff;
    float: left;
    font-weight: 700;
    outline: 0;
    padding: 15px 30px;
    transition: 0.3s;
}
button.rmvTime {
    background: #e40d0d;
    border: 0;
    border-radius: 10px;
    color: #fff;
    float: left;
    font-weight: 700;
    outline: 0;
    padding: 15px 30px;
    transition: 0.3s;
    margin-right: 10px;
}
.subtitme_time_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.subtitme_time_holder .subtitle_number {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 30%;
}
.subtitme_time_holder .subtitle_number label {
    padding: 0;
    margin-bottom: 8px;
    cursor: pointer;
}
.subtitme_time_holder .subtitle_number input {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 250px rgba(47, 79, 162, 0.14);
    padding: 10px;
    width: 100%;
    cursor: pointer;
}
.mb20 {
    margin-bottom: 20px;
}

.single-translator-fixed {
    position: fixed;
    left: 10px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1b1f2a;
    border-radius: 15px;
    width: 200px;
    padding: 30px 10px 20px 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    z-index: 2;
}

.single-translator-fixed::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 12px;
    right: 12px;
    height: 3px;
    z-index: 1;
    border-radius: 0 0 100px 100px;
    background: linear-gradient(to right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.single-translator-fixed .circle {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, -60%);
    width: 56px;
    height: 56px;
    background: linear-gradient(to bottom right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.single-translator-fixed .circle-inner {
    background: #fff;
    width: 48px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2px;
}

.single-translator-fixed .circle-inner img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.single-translator-fixed .text {
    color: #ededed;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.single-translator-fixed .translator-assets {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
}

.single-translator-fixed .translator-assets .assets-item {
    height: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
}

.single-translator-fixed .translator-assets .assets-item .icon-holder {
    fill: rgb(255 255 255 / 50%);
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -77%);
    z-index: 1;
}

.single-translator-fixed .translator-assets .assets-item svg {
    width: 30px;
    height: 30px;
}

.single-translator-fixed .translator-assets .assets-item span {
    position: relative;
    z-index: 2;
    background: rgb(228 129 13 / 80%);
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    padding: 1px 4px 0.6px;
    transform: translateY(5px);
}

.mobile_translator {
    position: relative;
    display: none;
    align-items: center;
    justify-content: space-between;
    background: #1b1f2a;
    border-radius: 10px;
    width: 400px;
    padding: 10px 10px 20px 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    margin: 0 auto;
}

.mobile_translator::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 12px;
    right: 12px;
    height: 3px;
    z-index: 1;
    border-radius: 0 0 100px 100px;
    background: linear-gradient(to right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.mobile_translator .circle {
    width: 106px;
    height: 106px;
    background: linear-gradient(to bottom right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.mobile_translator .circle-inner {
    background: #fff;
    width: 96px;
    height: 96px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2px;
}

.mobile_translator .circle-inner img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.mobile_translator .text {
    color: #ededed;
    font-size: 12px;
    width: 100%;
    text-align: center;
    width: 65%;
}

.mobile_translator .text>span {
    background: var(--primary);
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
}

.mobile_translator .translator-assets {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
}

.mobile_translator .translator-assets .assets-item {
    height: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
}

.mobile_translator .translator-assets .assets-item .icon-holder {
    fill: rgb(255 255 255 / 50%);
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -77%);
    z-index: 1;
}

.mobile_translator .translator-assets .assets-item svg {
    width: 30px;
    height: 30px;
}

.mobile_translator .translator-assets .assets-item span {
    position: relative;
    z-index: 2;
    background: rgb(228 129 13 / 80%);
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    padding: 1px 4px 0.6px;
    transform: translateY(5px);
}

#kf_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999999999;
    visibility: hidden;
    opacity: 0;
    transition: all .6s ease;
}

#kf_modal .inner {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 600px;
    height: 400px;
    background: #0e1016;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 0 100px var(--primary);
}

#kf_modal .inner img {
    width: 150px;
    height: 150px;
    border-radius: 20px;
}

#kf_modal .inner .title {
    font-size: 24px;
    font-weight: 900;
}

#kf_modal .inner .content {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
}

#kf_modal .inner .action {
    display: flex;
    align-items: center;
    gap: 20px;
}

#kf_modal .inner #close_kf_modal {
    background: #fff;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 30px;
    transition: all .3s ease;
}

#kf_modal .inner .link {
    background: var(--primary);
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 30px;
    transition: all .3s ease;
}

#kf_modal .inner .link:hover,
#kf_modal .inner #close_kf_modal:hover {
    opacity: .8;
}

.not_iran {
    display: none;
    margin: 0;
    padding: 0;
    color: #333;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 11;
}
.container_box {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    width: 100%;
}
.container_box h1 {
    color: #e74c3c;
    font-size: 24px;
}
.container_box .note {
    background-color: #e4810d;
    border-right: 5px solid #ffc27a;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.container_box .button {
    background-color: #e4810d;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}
.container_box .button:hover {
    background-color: #f39d38;
}

@media screen and (max-width: 1500px) {
    .chosen_items .item_chose {
        width: calc(20% - 10px);
    }
    .posts_hoder_archive.post-slider-2 .item {
        width: calc(20% - 10px) !important;
        min-width: calc(20% - 10px) !important;
    }
    .actor_archives .main_tax .body_main_tax .item,
    .actor_archives .main_tax .body_main_tax .item:hover {
        width: 23% !important;
    }
    .inner_archive_tax_items_ac {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media screen and (max-width: 1200px) {
    #modal_search .inner_search .search_box .input {
        width: 60%;
    }
    #modal_search .inner_search .search_box .buttons {
        width: 40%;
    }
    .vmusic-wrapper .vmusic-data {
        flex-direction: column-reverse;
        align-items: center;
    }
    .vmusic-wrapper {
        height: auto;
    }
    .vmusic-wrapper .vmusic-data .controls {
        width: 90%;
    }
    .notifications .notification-item {
        width: calc(33% - 10px);
    }
    header .left-side .header_notif .notif_holder {
        right: unset;
        left: 0;
    }
    .chosen_items .item_chose {
        width: calc(25% - 10px);
    }
    .post-slider .body {
        display: flex;
        overflow-x: auto;
        width: 100% !important;
    }
    .post-updated .item-series {
        min-width: 350px;
    }
    .post-slider-1 .item,
    .post-slider-2 .item {
        min-width: 230px;
    }
    .post-slider .body .item-top {
        width: 180px;
        max-width: 180px;
        min-width: 180px;
    }
    #weekly .content .item {
        width: calc(33% - 20px);
    }
    header .menu-area .category-items .menu-items {
        min-width: 800px;
    }
    #slider-1 .the-slider .navigation,
    .updates_line .inner_updates_line .label_text span,
    header .left-side .buy-plan,
    header .left-side .buy-plan span,
    header .left-side .login-user,
    header .menu-area,
    header .user_nav_header {
        display: none;
    }
    header .left-side .buy-plan svg {
        margin: 0;
    }
    #slider-1 {
        height: 700px;
    }
    #slider-1 .container {
        flex-direction: column-reverse;
    }
    #slider-1 .the-slider {
        width: unset;
        margin: 0 0 40px;
        height: 200px;
    }
    #slider-1 .details {
        margin-right: 10px;
    }
    #slider-1 .the-slider .swiper-wrapper {
        flex-direction: row;
    }
    #slider-1 .details .slide-text .title {
        font-size: 20px;
    }
    .main-auth .modal-auth {
        width: 60vw;
    }
    .actor_archives .sidebar_tax {
        width: 35%;
    }
    .actor_archives .main_tax {
        width: 65%;
    }
    .actor_archives .main_tax .body_main_tax .item,
    .actor_archives .main_tax .body_main_tax .item:hover {
        width: calc(50% - 10px) !important;
    }
    .inner_archive_tax_items_ac {
        grid-template-columns: repeat(5, 1fr);
    }
    .fixed_notification .inner_fixed_notif {
        max-width: 50vw;
    }
}
@media screen and (max-width: 1046px) {
    .fixed_mag {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        margin: 0 auto;
        max-width: 1800px;
        width: 95%;
        margin-bottom: 60px;
    }
    .fixed_mag .inner_news {
        width: 100%;
        height: unset;
    }
    .single-translator-fixed {
        display: none;
    }
    .mobile_translator {
        display: flex;
    }
    .comment_form .comment_head .right_side .icon,
    .single_rates_area .item .top .like_dislike_btn svg {
        height: 30px;
        width: 30px;
    }
    .data_meta_dashboard ul li,
    .notifications .notification-item {
        width: calc(50% - 10px);
    }
    body.show-search-filters .search-filters {
        padding-bottom: 100px;
    }
    .post-updated {
        display: flex;
        overflow-y: scroll;
        padding: 0 15px 25px;
        margin: 0 -15px;
    }
    .container,
    .main_inner_page_holder .in_inner_main_page_holder.tickets .form_style,
    .single_dlbox {
        padding: 0 10px;
    }
    .post-updated .item-series {
        min-width: 400px;
    }
    #weekly .content .item {
        width: calc(50% - 20px);
    }
    .footer_site .inner_footer_site {
        flex-direction: column;
        gap: 13px;
    }
    .dashboard_users .main_dashboard .left_side,
    .dashboard_users .main_dashboard .right_side,
    .main_inner_single .left_side,
    .main_inner_single .right_side {
        width: 100%;
    }
    .main_single {
        height: auto !important;
    }
    .main_single .single_image_holder .gradient {
        background: linear-gradient(to top, #0a0d10 50%, rgba(10, 13, 16, 0));
    }
    .container {
        width: 100%;
    }
    .comment_form .comment_head .center_side,
    .comment_form .comment_head .inner_center_side,
    .comment_list_item .left_side_cm .comment_date,
    .comment_list_item .right_side_cm .data_cm .btnreplay,
    .comment_list_item .right_side_cm .data_cm .comment_author,
    .dashboard_header .inner_dashboard_header.desktop_header_dashboard,
    .dashboard_users .main_dashboard .left_side .recentTickets,
    .dashboard_users .main_dashboard .resent_videos,
    .dashboard_users .main_dashboard .right_side .metapanel,
    .dashboard_users .main_dashboard .right_side .soicalmedialinks,
    .dashboard_users .main_dashboard .top_text_main_dashboard,
    .dashboard_users .sidebar_dashboard,
    .main_inner_single .meta_side_cover .genres_holder_single,
    .main_inner_single .meta_side_cover .meta_items_list,
    .main_inner_single .meta_side_cover .plot,
    .main_inner_single .meta_side_cover .single_casts,
    .main_inner_single .meta_side_cover .title_single .inner_title_single,
    .single_rates_area .btnaddtobookmark {
        display: none;
    }
    .main_inner_single .cover {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .main_inner_single .cover .inner_cover img {
        width: 220px;
        height: 340px;
    }
    .main_inner_single .meta_side_cover {
        width: 100%;
        padding: 0;
    }
    .data_meta_dashboard,
    .main_inner_single .meta_side_cover .play_area,
    .main_inner_single .meta_side_cover .title_single .inner_title_single.mobile,
    .main_single .single_image_holder,
    .mobile_ajax_form_cm,
    .mobile_navigation,
    .mobile_plot,
    .mobilelinkspanel {
        display: block;
    }
    .main_inner_single .meta_side_cover .title_single {
        margin: 10px 0;
        text-align: center;
    }
    .meta_side_cover .head_title,
    .meta_side_cover .updates_line {
        justify-content: center;
        flex-wrap: wrap;
    }
    .single_rates_area {
        justify-content: center;
        margin-top: 10px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .single_rates_area .item.imdb {
        margin: 0;
    }
    .single_rates_area .item .bottom {
        margin: 0 0 0 6px;
    }
    .single_rates_area .item {
        display: flex;
        flex-direction: row-reverse;
    }
    .single_rates_area .item .votes {
        color: #bbb;
        border: none;
        padding: 0;
        margin: 7px 0 0 6px;
    }
    .collections_block .mobile_collection_title,
    .dashboard_header .inner_dashboard_header.mobile_header_dashboard,
    .dashboard_users .main_dashboard .mobile_main_title,
    .mobile_genre_list,
    .mobile_single_updates,
    .zarfilmtable .tbody .mobile_items_row {
        display: flex;
    }
    .main_inner_single .left_side .btn_single_left {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        flex-wrap: unset;
    }
    .posts_hoder_archive.post-slider-2 .item {
        width: calc(25% - 10px) !important;
        min-width: calc(25% - 10px) !important;
    }
    .main_inner_page_holder .in_inner_main_page_holder {
        padding: 20px 15px;
    }
    .vip_panel .items_vip {
        margin-bottom: 20px;
        width: 49%;
    }
    .footer_site {
        margin-bottom: 105px;
    }
    .dashboard_users .main_dashboard {
        padding: 10px;
        width: 100%;
        border-radius: 0;
    }
    .dashboard_users .main_dashboard .right_side .subscriptionBlock {
        margin-bottom: 20px;
    }
    .dashboard_users .main_dashboard .right_side .subscriptionBlock .countdownSubscription {
        margin-top: 20px;
    }
    .dashboard_users .main_dashboard .right_side .subscriptionBlock .topSubscriptionBlock .progress_holder {
        align-content: center;
        align-items: center;
        display: flex;
        flex: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .dashboard_users .main_dashboard .right_side .subscriptionBlock .topSubscriptionBlock .textSubscriptionBlock {
        align-content: center;
        align-items: center;
        display: flex;
        flex: none;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        padding-right: 0;
        width: 100%;
    }
    .dashboard_users .main_dashboard .right_side .subscriptionBlock .topSubscriptionBlock .textSubscriptionBlock .time_left_subscription {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .data_meta_dashboard ul {
        align-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .mobilelinkspanel ul li,
    .mobilelinkspanel ul li.half,
    .watchlist_posts .item_watchlist {
        width: calc(25% - 10px);
    }
    .comment_list_item .right_side_cm .avatar_user_cm,
    .zarfilmtable .tbody {
        display: inline-block;
        width: 100%;
    }
    .zarfilmtable .tbody .tr {
        display: none;
        margin-bottom: 10px;
    }
    .zarfilmtable .tbody .mobile_items_row .top_line_meta .left_side_tr .item_left {
        border-color: transparent;
    }
    .right_bottom_pay_wallet .put_transaction_code label {
        margin: 0 0 7px;
    }
    .tickets_holder .left_side_tickets label {
        margin-bottom: 10px;
    }
    .tickets_holder .left_side_tickets .put_item_from {
        margin-top: 5px;
        width: 100%;
    }
    .comment_form .comment_head .left_side,
    .comment_form .comment_head .right_side {
        width: 50%;
    }
    .comment_form .comment_head .left_side .comment_count_holder {
        margin-top: 7px;
    }
    .comment_form .comment_head .left_side .comment_count_holder .count_cm_num {
        font-size: 24px;
        font-weight: 700;
    }
    .comment_list_item .right_side_cm {
        flex-wrap: wrap;
    }
    .comment_list_item .right_side_cm .avatar_user_cm .avatar_image_cm {
        float: right;
    }
    .comment_list_item .right_side_cm .avatar_user_cm .comment_author {
        display: block;
        float: right;
        font-size: 16px;
        font-weight: 700;
        margin: 15px 10px 0 0;
    }
    .comment_list_item .right_side_cm .avatar_user_cm .comment_date {
        color: #b8b8b8;
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        margin: 15px 10px 0 0;
    }
    .comment_list_item .right_side_cm .data_cm {
        padding-right: 0;
    }
    .comment_list_item .right_side_cm .data_cm .content_text {
        text-align: justify;
    }
    .comment_list_item .right_side_cm .data_cm .mobilebtnreplay {
        display: inline-flex;
    }
    .comment_list_item .left_side_cm {
        align-content: flex-end;
        align-items: flex-end;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 100%;
    }
    .comment_list_item .left_side_cm .btn_like_dislike_cm_item {
        background: 0 0;
        justify-content: flex-end;
        margin-top: -30px;
        padding: 0;
    }
    .comment_form {
        margin-bottom: 100px;
    }
    .body_inner_dl_box_n .item_row_dl {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .body_inner_dl_box_n .item_row_dl .dl_btn_side {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .body_inner_dl_box_n .item_row_dl .meta_row {
        width: 100%;
        justify-content: center;
    }
    .body_inner_dl_box_n .item_row_dl .title_side_row {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .body_inner_dl_box_n .body_inner_dl_box_d .item_part {
        width: calc(20% - 10px);
    }
    .inner_archive_tax_items_ac {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 800px) {
    #kf_modal .inner {
        top: 0;
        right: 0;
        transform: unset;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    #kf_modal .inner img {
        transform: translateY(-100px);
    }
    #kf_modal .inner .action {
        transform: translateY(50px);
    }
    #kf_modal .inner .title,
    #kf_modal .inner .content {
        transform: translateY(-70px);
    }
    .review-item {
        width: 100%;
        height: 250px;
    }
    .main_single .single_image_holder img {
        height: 50% !important;
    }
    .suggested .desktop .post-holder {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .suggested .desktop .post-holder .post-meta .post-head {
        justify-content: center;
        margin-right: 0;
    }
    .suggested .desktop .post-holder .post-meta .post-plot {
        width: 100%;
        margin: 20px 0;
    }
    .actor_archives,
    .suggested .desktop .more-button {
        justify-content: center;
    }
    .suggested .desktop .post-holder .post-meta {
        max-width: 90%;
    }
    .suggested .desktop .background-shadow {
        width: 100%;
        background: linear-gradient(360deg, #141821 30%, rgb(30 30 30 / 50%) 100%);
    }
    .block_messages .head_messages h3,
    .suggested .desktop .post-holder .poster-holder {
        display: none;
    }
    .suggested .desktop .background img {
        object-position: -100px;
    }
    .suggested .desktop .more-button .show-more-holder {
        margin: 0;
    }
    .posts_hoder_archive.post-slider-2 .item {
        width: calc(33% - 10px) !important;
        min-width: calc(33% - 10px) !important;
    }
    .posts_hoder_archive.post-slider-2 .item figure {
        height: 285px;
    }
    .tickets_holder .left_side_tickets {
        flex-wrap: wrap;
        margin-top: 20px;
        width: 100%;
    }
    .tickets_holder .left_side_tickets .put_item_from .item_change_departeman {
        width: 50%;
    }
    .watchlist_posts .item_watchlist {
        width: calc(33% - 10px);
    }
    .actor_archives .main_tax .body_main_tax .item,
    .actor_archives .main_tax .body_main_tax .item:hover {
        width: calc(50% - 10px) !important;
    }
    .actor_archives .sidebar_tax {
        width: 60%;
    }
    .actor_archives .main_tax {
        width: 100%;
        margin-top: 30px;
    }
    .inner_archive_tax_items_ac {
        grid-template-columns: repeat(3, 1fr);
    }
    .fixed_notification .inner_fixed_notif {
        max-width: 70vw;
    }
}
@media screen and (max-width: 700px) {
    .chosen_items .item_chose {
        width: calc(33.333% - 10px);
    }
    #weekly {
        padding: 20px 10px;
    }
    #weekly .head {
        flex-wrap: wrap;
    }
    #weekly .days {
        justify-content: space-between;
        width: 100%;
        margin-top: 15px;
    }
    #weekly .days .day-item {
        font-size: 12px;
        padding: 4px 5px 7px;
    }
    #weekly .countries {
        width: 100%;
        justify-content: center;
    }
    #weekly .content .item .poster {
        width: 20%;
    }
    .main-auth .modal-auth {
        width: 80vw;
    }
    .main-auth .modal-auth .head-modal {
        margin-top: 40px;
    }
    .main-auth .modal-auth .body-modal form {
        width: 100%;
    }
    .arrow_holder {
        display: flex;
    }
    #download_modal .download_holder {
        width: 60vw;
    }
    .vip_panel .items_vip {
        display: inline-block;
        margin-bottom: 20px;
        padding: 20px 15px 15px;
        width: 100%;
    }
    .vip_panel .items_vip .icon_holder {
        float: right;
        margin-top: -10px;
        width: auto;
    }
    .vip_panel .items_vip .icon_holder .icon {
        height: 70px;
        width: 70px;
    }
    .vip_panel .items_vip .days_holder {
        float: right;
        width: auto;
    }
    .vip_panel .items_vip .days_holder .inner_days_holder {
        margin-top: 8px;
    }
    .vip_panel .items_vip .days_holder .inner_days_holder strong {
        font-size: 25px;
    }
    .vip_panel .items_vip .days_holder .inner_days_holder small {
        font-size: 18px;
    }
    .vip_panel .items_vip .btncheckoutHolder {
        margin-bottom: 0;
        padding: 0 10px;
        width: 100%;
    }
    .body_inner_dl_box_n .body_inner_dl_box_d .item_part {
        width: calc(25% - 10px);
    }
}
@media screen and (max-width: 650px) {
    #modal_search .inner_search .search_box {
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
    }
    #modal_search .inner_search .search_box .buttons {
        width: 66%;
    }
    #modal_search .inner_search .search_box .input {
        width: 100%;
    }
    #modal_search .inner_search {
        width: 90vw;
        margin-top: 50px;
    }
    #modal_search .inner_search .result_search .searched-item img {
        min-width: 90px;
        width: 90px;
    }
    #modal_search .inner_search .result_search .searched-item {
        min-height: 150px;
        height: 150px;
    }
    #modal_search .inner_search .result_search .searched-item .left-side h1 {
        font-size: 12px;
        font-weight: 500;
    }
    #modal_search .inner_search .result_search .searched-item .left-side .plot {
        display: none;
    }
    #modal_search .inner_search .result_search {
        height: calc(100vh - 260px);
    }
    .vmusic-wrapper .vmusic-data .current {
        flex-direction: column-reverse;
        gap: 20px;
        text-align: center;
    }
    .vmusic-links .vmusic-item {
        flex-direction: column;
        gap: 6px;
    }
    .vmusic-wrapper .vmusic-data .controls {
        width: 100%;
    }
    .search-filters .inner {
        margin: 0 15px;
    }
    #weekly .content .item {
        width: 100%;
    }
    .posts_hoder_archive.post-slider-2 .item {
        width: calc(50% - 10px) !important;
        min-width: calc(50% - 10px) !important;
    }
    .fixed_notification .inner_fixed_notif {
        max-width: 90vw;
    }
}
@media screen and (max-width: 600px) {
    .notifications .notification-item {
        width: 100%;
        margin-left: 0;
    }
    .chosen_items .item_chose img {
        height: 230px;
    }
    .main-auth .modal-auth {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }
    .main-auth .modal-auth .body-modal .action-button {
        margin-top: 30px;
    }
    .tab-single .container {
        padding: 20px;
        overflow-x: auto;
    }
    .single_dlbox {
        padding: 0;
    }
    .row_season_n_dl .title_series_row_n .right_side .season_name span {
        font-size: 14px;
    }
    .row_season_n_dl .title_series_row_n {
        padding: 30px 20px;
    }
    .inner_body_row_season_n_dl {
        padding: 0 20px;
    }
    .inner_body_row_season_n_dl .item_quality_n_row {
        margin-bottom: 30px;
    }
    .inner_body_row_season_n_dl .quality_title_item {
        background: 0 0;
        padding: 0;
        font-size: 1rem;
    }
    .inner_body_row_season_n_dl .quality_title_item .right_side .item_meta_qu_r_n.quality_item_meta {
        border-left: 0;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding: 0;
    }
    .inner_body_row_season_n_dl .quality_title_item .right_side .item_meta_qu_r_n.count_item_meta,
    .inner_body_row_season_n_dl .quality_title_item .right_side .item_meta_qu_r_n.size_item_meta,
    .inner_body_row_season_n_dl .quality_title_item .right_side .item_meta_qu_r_n.sub_type_item_meta {
        display: none;
    }
    .inner_body_row_season_n_dl .quality_title_item .sep_line {
        flex: 1;
        height: 1px;
        background: #333435;
        margin-left: 10px;
    }
    .inner_body_row_season_n_dl .quality_title_item .label_row_q_n {
        font-size: 0.7rem;
        font-weight: 500;
    }
    .inner_body_row_season_n_dl .parts_holder .inner_parts_holder .item_part,
    .watchlist_posts .item_watchlist {
        width: calc(50% - 10px);
    }
    #download_modal .download_holder {
        width: 90vw;
    }
    .filter_row_archive .filter_orderby {
        margin: 15px 0 0;
    }
    .notification_holder .drop_notifications {
        left: 10px;
    }
    .tab-single .container .item {
        min-width: 110px;
        margin: 0;
        padding: 0;
    }
    .actor_archives .sidebar_tax {
        width: 90%;
    }
    .inner_archive_tax_items_ac {
        grid-template-columns: repeat(2, 1fr);
    }
    .search_in_actors,
    .search_in_actors .inner_search_in_actors {
        width: 100%;
    }
    .archive-title {
        margin: 0;
    }
    .inner_archive_tax_items_ac .new_archive_item_actor .profile_actor img {
        height: 200px;
    }
}
@media screen and (max-width: 500px) {
    .mobile_translator {
        width: 100%;
    }
    .chosen_items .item_chose img {
        height: 200px;
    }
    .blockItemPanel,
    .bottom_userlists .left_side_bottom_lists .create_list,
    .comments_dashbord_holder .comment_list_item,
    .data_meta_dashboard ul li,
    .form_style .item_from,
    .mobile_ajax_form_cm .btn_bottom_cm .btnRatelike,
    .mobile_ajax_form_cm .btn_bottom_cm .btnsend_holder,
    .right_bottom_pay_wallet,
    .right_bottom_pay_wallet .put_transaction_code,
    .right_bottom_pay_wallet .put_transaction_code input,
    .right_bottom_pay_wallet .put_transaction_code label,
    .select_list,
    .subtitle_settings_holder .subtitle_setting .body_settings,
    .tickets_holder .right_side_tickets {
        width: 100%;
    }
    .inner_select_list {
        position: relative;
        min-width: 100%;
        width: 100%;
    }
    .right_bottom_pay_wallet .payeer_account_number {
        width: 100%;
        margin: 20px 0;
    }
    .btnpaycheckout {
        margin-top: 20px;
    }
    .right_bottom_pay_wallet .put_transaction_code label,
    .select_list .currency_slc_title {
        font-size: 0.9rem;
    }
    .post-updated .item-series {
        min-width: 330px;
    }
    .post-slider-1 .item,
    .post-slider-2 .item {
        min-width: 200px;
    }
    .actor_archives .sidebar_tax .inner_sidebar_tax .profile .inner_profile .badge_rip,
    .block_messages .message_items_holder .item_message .avatar_image,
    .dashboard_header .inner_dashboard_header.mobile_header_dashboard .left_side_mobile_header .user_nav_header .user_nav_title .user_pro_holder .down_icon,
    .dashboard_header .inner_dashboard_header.mobile_header_dashboard .left_side_mobile_header .user_nav_header .user_nav_title .user_pro_holder .user_name_holder,
    .dashboard_users .main_dashboard .right_side .subscriptionBlock,
    .zarfilmtable .thead {
        display: none;
    }
    .dashboard_header .inner_dashboard_header.mobile_header_dashboard .right_side_mobile_header .backtodashboard {
        height: 40px;
        width: 40px;
        margin: 0;
    }
    .dashboard_header .inner_dashboard_header.mobile_header_dashboard .left_side_mobile_header .user_nav_header {
        margin-right: 10px;
    }
    .dashboard_header .inner_dashboard_header.mobile_header_dashboard .left_side_mobile_header .user_nav_header .user_nav_title .user_pro_holder .avatar_user img {
        height: 35px;
        width: 35px;
    }
    .mobilelinkspanel ul li {
        width: calc(33.333% - 10px);
    }
    .block-panel {
        flex-wrap: wrap;
    }
    .blockItemPanel,
    .blockItemPanel .innerblockItemPanel,
    .main_inner_single {
        margin: 0;
    }
    .dashboard_users .main_dashboard {
        padding: 10px;
        width: 100%;
    }
    .subtitle_settings_holder .subtitle_setting .body_settings .options_item {
        margin: 0 0 10px 10px;
        width: calc(50% - 10px);
    }
    .subtitle_settings_holder .subtitle_setting .title_setting .line_t_p {
        margin-left: 0;
    }
    .block_messages .head_messages .left_side_head_ticket {
        justify-content: space-between;
        width: 100%;
    }
    .block_messages .head_messages .left_side_head_ticket .item_left_head_ticket,
    .block_messages .message_items_holder .item_message .message_text {
        margin-right: 0;
    }
    .form_style {
        padding: 0 5px;
    }
    header .left-side #search-holder.active,
    header .left-side #search-holder.focus {
        width: 90vw;
    }
    header .container {
        padding: 10px 15px;
    }
    .single_rates_area .item.imdb .top a svg {
        width: 40px;
        height: 40px;
    }
    .single_rates_area .item.imdb .top strong {
        font-size: 20px;
    }
    .archive_posts_lists,
    .bottom_single_main,
    .btn_show_more_data_holder,
    .comment_form,
    .filter_row_archive,
    .mobile_bottom_form,
    .notifications_holder,
    .posts_hoder_archive,
    .related_posts .title,
    .single_userlist_items .title,
    .social_network_block,
    .wached_holder,
    .watchlist_posts {
        padding: 0 10px;
    }
    .mobile_ajax_form_cm .btn_bottom_cm {
        padding: 0;
    }
    .lists_holder,
    .lists_holder_archive,
    .watchlistchangeList {
        margin: 20px 0;
    }
    .watchlist_posts {
        margin: 10px -10px;
        width: calc(100% + 10px);
    }
    .lists_holder .innerchangeList,
    .lists_holder_archive .innerchangeList,
    .watchlistchangeList .innerchangeList {
        margin-bottom: 20px;
    }
    .watchlist_posts .item_watchlist {
        margin: 0 10px 20px 0;
        padding: 0;
    }
    .body_inner_dl_box_n .item_row_dl .dl_btn_side {
        flex-wrap: wrap;
        display: flex;
    }
    .body_inner_dl_box_n .item_row_dl .dl_btn_side .dllink {
        width: 100%;
        margin: 10px 20px;
    }
    .body_inner_dl_box_n .body_inner_dl_box_d .item_part {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 410px) {
    .search-filters form .field.submit {
        width: 100%;
    }
    .search-filters form .field button {
        width: 100%;
        justify-content: center;
    }
    .search-filters form .field button i {
        margin-right: 15px;
    }
    .chosen_items .item_chose {
        width: calc(50% - 10px);
    }
    .chosen_items .item_chose img {
        height: 230px;
    }
}
