/*
Theme Name: فیلمینو
Author: پیشتاز وب
Author URI: https://www.rtl-theme.com/author/mmehrani
Description: پوسته فیلم و سریال وردپرس
Version: 1.5
PishtazWeb Theme, (C) 2024 pishtaz-web.com
*/
@font-face {
  font-family: iran;
  font-style: normal;
  font-weight: 300;
  src: url(assets/fonts/iran.woff) format("woff");
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  font-family: iran;
  border: 0;
  outline: 0;
}

li {
  list-style: none;
}

ul {
  list-style: none;
}

::selection {
  background: #212121;
  color: #fff;
}

button {
  border-radius: 0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 21px;
}

body {
  background: #15141F;
  text-align: right;
  direction: rtl;
  font: 14px iran;
  overflow-x: hidden;
  line-height: 1.8;
  color: #cfd8dc;
}

a {
  color: #cfd8dc;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

input::placeholder,
textarea::placeholder {
  color: #cfd8dc;
  fill: #cfd8dc;
  opacity: 1;
}

.page-header {
  display: flex;
  height: 62px;
  z-index: 1500;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  align-items: center;
  transition: all 0.3s;
}

.sticky-shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0px, transparent);
  z-index: 1;
  width: 100%;
  height: 62px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.normal {
  box-shadow: none;
  background: transparent;
}

.scroll {
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px 1px;
  background: rgb(0 0 0 / 90%);
}

.page-header .containera {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  justify-content: space-around;
  -webkit-box-direction: normal;
  width: 100%;
  align-items: center;
  padding: 0 0.6em;
}

.menu_switch {
  fill: #fff;
  order: 0;
  cursor: pointer;
  margin-left: 0.8em;
}

.logo {
  height: 35px;
}

.logo>img {
  width: auto;
  height: 35px;
}

.page-header .containera>.spacer {
  margin: 0 1em;
  order: 2;
  height: 15px;
  background: rgb(255 255 255 / 40%);
  width: 1px;
  display: none;
}

.dark-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.header--nav {
  background: rgb(0 0 0 / 90%);
  margin: 0;
  text-align: center;
  overflow: auto;
  height: 100%;
  width: 70%;
  max-width: 300px;
  position: fixed;
  top: 62px;
  right: -300px;
  transition: right 0.3s ease-out;
  z-index: 5555555;
  padding-bottom: 90px;
}

.page-header>.container>section>nav.show {
  right: 0;
}

.header--nav li {
  padding: 0.5em 1em;
  font-size: 14px;
  border-bottom: 1px solid rgb(255 255 255 / 5%);
  color: #fafafa;
  cursor: pointer;
  text-align: start;
}

.header--nav li a {
  transition: 0.2s;
  display: block;
}

.header--nav li a:hover {
  opacity: 0.5;
}

.header--nav a:last-child {
  border-bottom: 0;
}

.header--nav>a>svg {
  margin-right: auto;
}

.sub-menu {
  display: none;
}

.sub-menu>a {
  font-size: 14px !important;
  margin-right: 0.5em;
}

.panel {
  background: #4d458e;
  border-radius: 0.5em;
  display: none;
  position: absolute;
  left: 0;
  top: 58px;
  width: 175px;
  z-index: 55555555555;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

.panel>.arrow-panel {
  fill: #4d458e;
  position: absolute;
  left: 15px;
  top: -12px;
}

.sub-menu>.arrow-menu {
  fill: #4d458e;
  position: absolute;
  right: 15px;
  top: -12px;
}

.panel.show,
.sub-menu.show {
  display: block !important;
}

.panel>li>a {
  display: flex;
  align-items: center;
  padding: 0.6em;
  color: #fff;
}

.panel>li>a>svg {
  margin-left: 0.25em;
}

#search--nav {
  display: none;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  margin: 0;
  text-align: center;
  overflow: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  transition: top 0.3s ease-out;
  z-index: 55555555;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(-180deg, #302f35 10%, rgba(26, 26, 26, 0) 100%);
}

#searchbtn {
  margin-right: auto;
  order: 3;
  height: 36px;
  width: 36px;
  cursor: pointer;
}

#searchbtn-hide {
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  height: 38px;
  width: 49px;
  background: #BD5A50;
  border-radius: 10px;
  left: 10px;
  top: 6px;
}

#searchbtn-hide svg {
  fill: #fff;
}

.search--show {
  display: block;
}

.searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  margin: 75px 0.5em auto;
  border: 0;
}

.searchform input {
  padding: 1.2em;
  font-size: 14px;
  height: 50px;
  width: 100%;
  border: 0;
  color: #646464;
  background: #FFF;
  border-radius: 5px;
}

.searchform input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a5a5a5;
  opacity: 1;
  /* Firefox */
}

.searchform input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e0e0e0;
}

.searchform input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e0e0e0;
}

#datafetch {
  display: block;
  margin-top: 10px;
  overflow-y: auto;
}

#datafetch>hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 7.5%);
  padding: 0;
  margin: 0.5em 0;
}

#datafetch>hr:last-child {
  border-top: 0;
  margin: 0 0 0.5em 0;
}

#datafetch>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
  border-radius: 0.5em;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee1a;
}

#datafetch>a:last-of-type {
  border-bottom: transparent;
}

#datafetch>a:hover {
  background: rgb(250 250 250 / 5%);
  border-radius: 0.5em;
}

#datafetch>a>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  width: 100%;
  margin-right: 0.5em;
}

#datafetch>a>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

#datafetch>a>div>div>span {
  font-size: 13px;
  color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0 0.5em;
  height: auto;
  align-items: center;
  justify-content: center;
  margin-left: 0.25em;
}

#datafetch>a>div>div>.imdb {
  border-radius: 0.5em;
  background: rgb(255 255 255 / 15%);
}

#datafetch>a>div>div>.imdb>svg {
  fill: #fafafa;
  margin-left: 0.25em;
}

#datafetch>a>div>h3 {
  font-size: 14px;
  width: 100%;
  text-align: right;
}

#datafetch>a>div>h4 {
  font-size: 12px;
  text-align: right;
}

#datafetch>a>img {
  border-radius: 0.5em;
  width: 75px;
  height: 110px;
}

.user_panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: revert;
  align-items: center;
  margin-right: 1em;
  order: 4;
  position: relative;
}

.user-avatar {
  height: 34px;
  width: 34px;
  border-radius: 1em;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
}

.search-form select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75em;
  border-radius: 0.5em;
  width: 48%;
  margin: 0 1%;
  margin-bottom: 1em;
  color: #cfd8dc;
  background: #15141F;
  background-image: none;
  border: none !important;
  box-shadow: 0 1px 10px rgb(0 0 0 / 12%);
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}

.search-form select:hover {
  opacity: 0.8;
}

.search-form>.form-search-btn {
  width: 100%;
  cursor: pointer;
  background: #4d458e;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 8px;
  transition: 0.2s ease-in-out;
}

.search-form>.form-search-btn:hover {
  opacity: 0.8;
}

.sub-menu li a {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  align-items: center;
  padding: 0.4em 0.8em;
  font-size: 14px;
  color: #fff;
  font-size: 13px;
  transition: 0.3s;
}

.sub-menu li a:hover {
  opacity: 0.5;
}

.sub-menu li a svg {
  fill: #6c7a89;
  margin-left: 0.2em;
}

.user_panel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user_panel a img {
  background: #fff;
  border-radius: 0.5em;
  padding: 2px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.user_panel_menu_active {
  display: block !important;
}

.two-box-warpper {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
}

.page-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: horizontal;
  padding: 0 0.5em;
}

.sidebar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: horizontal;
  width: 100%;
  padding: 0 0.5em;
}

.soon-holder {
  width: calc(100% - 1em);
  margin: 0.5em auto auto;
}

.bartar {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
}

.soon-holder>.play-slider {
  width: 100%;
}

.soon-holder>.play-slider>a {
  width: 100%;
  margin-left: 0;
}

.mr-dub-title,
.news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 44px;
}

.mr-dub-title h1,
.mr-dub-title span,
.news-title>h2 {
  margin-left: auto;
  font-size: 14px;
  padding: 0.5em 0;
}

.mr-dub-title a,
.news-title>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
  border-radius: 0.5em;
  background-color: #211F30;
}

.mr-dub-title a:hover,
.news-title>a:hover {
  opacity: 0.6;
}

.mr-dub-title svg,
.news-title svg {
  width: 14px;
  height: 14px;
}

.single-slider {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 0.5em 0;
}

.play-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 0;
  width: 946px;
}

.play-slider a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32.5%;
  margin-left: 1.25%;
  height: 162px;
  position: relative;
  border-radius: 0.5em;
  margin-bottom: 1em;
  background-color: rgb(250 250 250 / 5%);
  background-size: cover;
  background-position: top left;
}

.play-slider>a>div>span:nth-child(2) {
  border: 1px solid #ffa624;
  color: #ffa624;
}

.play-slider a:nth-child(4),
.play-slider a:nth-child(5),
.play-slider a:nth-child(6) {
  margin-bottom: 0;
}

.play-slider a:nth-child(3),
.play-slider a:nth-child(6) {
  margin-left: 0;
}

.play-slider a>.list_info {
  opacity: 0;
  transition: all 0.3s;
}

.play-slider a:hover .list_info {
  opacity: 1;
}

.soon-holder>.play-slider a>.list_info {
  transition: all 0.3s;
}

.soon-holder>.play-slider a:nth-child(4),
.soon-holder>.play-slider a:nth-child(5) {
  margin-bottom: 1em;
}

.single-slider li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5em;
  position: relative;
  border-radius: 0.5em;
  background: rgb(250 250 250 / 5%);
}

.single-slider li a img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 0.5em;
  object-fit: cover;
}

.single-slider a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 230px;
}

.play-slider img {
  height: 140px;
  width: 95px;
  border-radius: 0.5em;
}

.play-slider li .tooltiptext,
.mr-base-box li .tooltiptext {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  flex-direction: column;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.7);
  text-overflow: clip;
  transition: 0.3s all;
}

.tooltiptext svg {
  fill: #ddd8d8;
}

.tooltiptext span {
  font-size: 14px;
  color: #ddd8d8;
  width: 100%;
  text-align: center;
  white-space: normal;
}

.play-slider li:hover .tooltiptext,
.mr-base-box li:hover .tooltiptext {
  opacity: 1;
}

.new-news {
  position: relative;
  background: rgb(250 250 250 / 5%);
  width: 100%;
  border-radius: 0.5em;
  box-shadow: 0 1px 19px rgb(0 0 0 / 12%);
  margin-bottom: 1em;
  padding: 0.5em;
}

.new-news:first-child {
  margin-top: 0.5em;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: horizontal;
}

.new-main-title {
  padding: 5px 10px;
}

.new-main-title a {
  font-size: 15px;
  color: #fafafa;
}

#sl-loader {
  position: absolute;
  top: 0;
  right: 0;
}

.new-main-span {
  margin: 5px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
}

.new-main-span>span {
  flex-direction: column;
  margin-left: 0.5em;
  position: relative;
}

.new-main-span>span>a {
  background: none;
  flex-direction: column;
  height: auto;
  padding: 0;
  min-width: 50px;
}

.new-main-span>span>a>span.sl-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eb3349;
  background: -webkit-linear-gradient(to right, #f45c43, #eb3349);
  background: linear-gradient(to right, #f45c43, #eb3349);
  border-radius: 0.5em;
  opacity: 0.85;
  height: 32px;
  width: 32px;
}

.new-main-span>span>a>span.sl-icon>svg {
  margin-left: 0;
  fill: #fff;
}

.new-main-span>span>a>span.sl-count {
  font-family: "iran";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #ef5665;
  justify-content: center;
  font-size: 14px;
}

.new-main-mr-info-Score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.5em;
  min-width: 50px;
}

.imdb-main-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e65c00;
  background: -webkit-linear-gradient(to right, #f9d423, #e65c00);
  background: linear-gradient(to right, #f9d423, #e69d00);
  border-radius: 0.5em;
  opacity: 0.8;
  height: 32px;
  width: 32px;
  margin: auto;
}

.imdb-main-star svg {
  fill: #fff;
}

.imdb-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #ffa000;
  font-family: "iran";
  justify-content: center;
  font-size: 14px;
}

.advanced-search {
  background: #211F30;
  margin-top: 0.5em;
  border-radius: 0.5em;
}

.advanced-search>.mr-dub-title {
  margin-right: 1em;
}

.new-main {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  flex-wrap: wrap;
}

.title h2,
.title h1 {
  font-size: 17px;
  margin: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
}

.title h2 a,
.title h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  align-items: center;
}

.title h2 a svg,
.title h1 a svg {
  margin-left: 0.5em;
  fill: #607d8b;
}

.postinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  margin-top: auto;
  padding: 0 0.5em;
  font-size: 12px;
}

.postinfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  margin-left: auto;
}

.post-admin {
  margin-right: auto;
}

.post-edit-link {
  margin-left: 0.5em;
}

.contents {
  padding-top: 0.5em;
}

.main-contents {
  display: grid;
  border-radius: 0.5em;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 5%);
  height: 100%;
}

.main-contents-poster {
  padding: 0.5em;
  height: 100%;
  position: relative;
  z-index: 555;
}

.main-contents>div>.bottom-shadow {
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #211f30 0, transparent);
}

.main-contents>div>.right-shadow {
  width: 75%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(to left, #211f30 105px, transparent);
  border-top-right-radius: 0.5em;
}

.news-pic {
  margin: auto;
  width: 240px;
  height: 134px;
  min-width: 240px;
  min-height: 134px;
  max-width: 240px;
  max-height: 134px;
}

.news-pic a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-pic img {
  width: 240px;
  height: 134px;
  min-width: 240px;
  min-height: 134px;
  max-width: 240px;
  max-height: 134px;
  border-radius: 0.5em;
}

.newsbase {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  width: 100%;
}

.newsbase p {
  text-align: justify;
}

.resume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.resume a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  color: #fff;
  background: #4d458e;
  padding: 0.4em 1em;
  height: 38px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0.5em;
  margin: 0.5em;
  width: 100%;
  transition: 0.4s ease-in-out;
}

.resume a:hover {
  opacity: 0.8;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  position: relative;
  background-color: #211F30;
  width: 100%;
  border-radius: 0.5em;
  margin-bottom: 1em;
}

.post>.post-edit-link {
  margin-left: 0;
  top: 0;
  left: 0;
  border-radius: 0.5em 0;
  z-index: 5;
}

.mr-pic {
  margin: 0;
  background-size: cover;
  background-position: top left;
  height: 155px;
  position: relative;
  border-radius: 0.5em 0.5em 0 0;
}

.mr-pic a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 150px;
}

.mr-pic img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 7.5%);
  border-radius: 0.5em;
  object-fit: cover;
}

.mr-info {
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

.mr-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: column;
}

.mr-info ul li {
  margin-top: 0.4em;
}

.mr-info ul li a {
  color: #0f78ae;
}

#act-index {
  width: 100%;
}

.mr-info-nowarp {
  flex-wrap: nowrap !important;
  flex-direction: row !important;
}

.dub-index,
.sub-index,
.legal-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.5em;
  min-width: 50px;
}

.dub-index svg, .legal-index svg {
  fill: #fff;
}

.dub-index>span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  border-radius: 0.5em;
  opacity: 0.8;
  height: 32px;
  width: 32px;
  margin: 0 auto;
}

.legal-index>span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #69c12d, #43b503);
  border-radius: 0.5em;
  opacity: 0.8;
  height: 32px;
  width: 32px;
  margin: 0 auto;
}

.legal-index>span:nth-child(2) {
  font-family: "iran";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #82d232;
  justify-content: center;
  font-size: 13px;
}

.dub-index>span:nth-child(2) {
  font-family: "iran";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #42a5f5;
  justify-content: center;
  font-size: 13px;
}

.sub-index svg {
  fill: #fff;
}

.sub-index>span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #02aab0;
  background: -webkit-linear-gradient(to right, #00cdac, #02aab0);
  background: linear-gradient(to right, #00cdac, #02aab0);
  border-radius: 0.5em;
  opacity: 0.8;
  height: 32px;
  width: 32px;
  margin: 0 auto;
}

.sub-index>span:nth-child(2) {
  font-family: "iran";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #35bfc0;
  justify-content: center;
  font-size: 13px;
}

.mr-info-Synopsis {
  text-align: justify;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 2;
  margin-bottom: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mr-info-Synopsis::-webkit-scrollbar,
.play-slider::-webkit-scrollbar {
  width: 5px;
}

.mr-info-Synopsis::-webkit-scrollbar-thumb,
.play-slider::-webkit-scrollbar {
  background-color: rgb(250 250 250 / 5%);
  border-radius: 5px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  min-height: 50px;
}

.copyright {
  margin: 0.5em auto 0;
}

.links {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0.5em;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  align-items: center;
}

.links a {
  margin-right: 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#feed svg {
  fill: #ffa624;
}

#sitemap svg {
  fill: #cfd8dc;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #211F30;
  margin: 0;
  border-radius: 0.5em;
  width: 100%;
}

.pagination a {
  background: #15141F;
  padding: 0.5em 1em;
  margin: 0.5em 0.5em 0.5em 0;
  border-radius: 0.5em;
  transition: 0.2s ease-in-out;
}

.pagination a:hover {
  opacity: 0.3;
}

.pagination span {
  background: #4d458e;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  margin: 0.5em 0.5em 0.5em 0;
}

.left-free-side-slide {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5em 0;
  border-radius: 0.5em;
}

.left-free-side-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5em;
  background: rgb(250 250 250 / 5%);
  width: 95px;
  height: 140px;
  margin-left: 0.5em;
}

.left-free-side-slide>a:nth-of-type(3) {
  margin-left: 0;
}

.left-free-side-slide a img {
  border-radius: 0.5em;
  width: 95px;
  height: 140px;
}

.play-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0.5em 0;
}

.play-list-child {
  margin-bottom: 0.5em;
  position: relative;
  border-radius: 0.5em;
  background: rgb(250 250 250 / 5%);
  height: 150px;
}

.play-list-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5em;
  position: relative;
}

.list_info {
  position: absolute;
  color: #cfd8dc;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  bottom: 0;
  right: 0;
  left: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(21, 20, 31, 0.87) 20px, transparent);
  overflow: hidden;
}

.list_info span:nth-child(1) {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.list_info span:nth-child(2) {
  font-size: 11px;
  border: 1px solid #e0e0e0;
  color: #e0e0e0;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.side-news {
  background-color: #211F30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  border-radius: 0.5em;
  margin-top: 0.5em;
}

.side-news>h3 {
  padding: 0.5em;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side-news>h3>a {
  font-size: 13px;
}

.side-news>h3>a>svg {
  margin-left: 0.5em;
  opacity: 0.85;
  vertical-align: middle;
  background: #cfd8dc;
  padding: 2px;
  border-radius: 0.25em;
  fill: #000;
}

.soon-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0.5em;
}

.soon-main>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  border-radius: 0.5em;
  margin-bottom: 0.5em;
  background-color: rgb(250 250 250 / 5%);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
}

.soon-main>a>img {
  width: 70px;
  height: 105px;
  border-radius: 0.5em;
  margin: 0.25em;
  z-index: 2;
}

.soon-main>a>.soon-title {
  margin-top: auto;
  padding: 1em 0.5em;
  font-size: 12px;
  z-index: 2;
}

.soon-main>a>.bottom-shadow {
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 25%) 10px, transparent);
  border-radius: 0 0 0.5em 0.5em;
}

.single-page-body>.respond-main {
  margin: 0.5em;
}

.post-single-main {
  display: block;
}

.hero {
  padding-right: 0.5em;
}

.hero>.top-shadow {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, rgb(14 23 30 / 60%) 0, transparent);
}

.hero>.bottom-shadow {
  width: 100%;
  height: 310%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #15141f 0, transparent);
}

.hero>.right-shadow {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(to left, #0e171e 10px, transparent);
}

.hero>.hero-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  padding-top: 70px;
}

.hero>.hero-main>.poster {
  width: 105px;
  height: 157px;
  position: relative;
}

.hero>.hero-main>.poster img {
  width: 105px;
  height: auto;
  background: rgb(250 250 250 / 5%);
  border-radius: 0.5em;
}

.hero>.hero-main>.left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  position: relative;
  margin-right: 0.5em;
}

.hero>.hero-main>.left>.name {
  line-height: 1.7;
  margin-top: auto;
  margin-left: auto;
  font-size: 16px;
  color: #fafafa;
  margin-bottom: auto;
}

.hero>.hero-main>.left>.en-name {
  font-size: 12px;
  margin-left: auto;
}

.hero>.hero-main>.left>.top-people {
  display: none;
}

.hero>.hero-main>.left>.top-people>li {
  font-size: 13px;
  padding: 0.2em 0;
}

.hero>.hero-main>.left>.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 13px;
  padding-top: 0.5em;
  margin-bottom: auto;
}

.hero>.hero-main>.left>.info>.sl-wrapper,
.hero>.hero-main>.left>.info>.imdb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0 0.5em;
  height: 28px;
  border-radius: 0.5em;
  background: rgb(255 255 255 / 15%);
  align-items: center;
  justify-content: center;
}

.hero>.hero-main>.left>.info a,
.hero>.hero-main>.left>.info>span {
  color: #fafafa;
}

.hero>.hero-main>.left>.info>.child {
  color: #fafafa;
  height: 22px;
  margin-top: auto;
  margin-right: 0.5em;
}

.hero>.hero-main>.left>.info>.sl-wrapper {
  min-width: 46px;
}

.hero>.hero-main>.left>.info>.imdb {
  margin-right: 0.5em;
}

.hero>.hero-main>.left>.info>.sl-wrapper>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 0.5em;
}

.hero>.hero-main>.left>.info>.sl-wrapper>a>.sl-icon {
  height: 22px;
  width: 22px;
}

.hero>.hero-main>.left>.info>.sl-wrapper>a>.sl-icon>svg,
.hero>.hero-main>.left>.info>.imdb>svg {
  fill: #fafafa;
}

.hero>.hero-main>.left>.info>.sl-wrapper>a>.sl-count,
.hero>.hero-main>.left>.info>.imdb>span {
  height: 22px;
  color: #fafafa;
  margin-right: 0.25em;
}

.hero>.bottom {
  font-size: 13px;
  padding: 0.6em 0;
  position: relative;
}

.hero>.bottom>.spacer {
  height: 10px;
  width: 1px;
  background-color: rgb(207 216 220 / 62%);
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.hero .hero-main .bottom span>a {
  font-size: 13px;
  color: #fff;
  background: #ffffff24;
  border-radius: 10px;
  padding: 0px 5px;
  margin-left: 0;
}

.hero>.bottom>.genre {
  color: #cfd8dc;
}

.Synopsis {
  color: #cfd8dc;
  padding: 0.75em;
  border-top: 1px solid rgb(255 255 255 / 5%);
  text-align: justify;
  position: relative;
}

.Synopsis p {
  max-height: 105px;
  overflow: auto;
}

.top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}

.top-links>.top-links-info {
  width: 100%;
}

.Review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffca28;
  font-size: 13px;
  min-height: 40px;
}

.Review>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.25em;
}

.Review>span>svg {
  fill: #ffca28;
}

.instagram-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  text-align: center;
  background: #833ab4;
  background: -webkit-linear-gradient(to top right, #fcb045, #fd1d1d, #b43a98);
  background: linear-gradient(to top right, #fcb045, #fd1d1d, #b43a98);
  border-radius: 0.5em;
  order: 2;
  width: 40px !important;
  height: 40px !important;
  margin-left: 0.5em;
}

.telegram-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  text-align: center;
  background: linear-gradient(to right, #5691c8, #457fca);
  border-radius: 0.5em;
  order: 3;
  width: 40px !important;
  height: 40px !important;
}

.post-edit-link {
  position: absolute;
  left: 40px;
  top: 1px;
  height: 25px;
  width: 25px;
  text-align: center;
  background: #607d8b;
  border-radius: 0 0 0.5em 0.5em;
  color: #eceff1;
}

#countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  justify-content: center;
  margin-top: 0.5em;
  min-height: 32px;
}

#countdown>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #ffc107;
  height: 32px;
  margin-left: 0.5em;
  padding: 0 1em;
  min-width: 6em;
  background: rgba(249, 253, 0, 0.04);
  border: 1px solid rgba(249, 253, 0, 0.2);
  border-radius: 0.5em;
}

#countdown div>div {
  color: #ffc107;
  float: right;
}

#countdown div>div:first-child {
  margin-left: 0.5em;
}

.play_time {
  color: #ffc107;
  display: flex;
  align-items: center;
  padding-left: 0.2em;
}

.play_time svg {
  fill: #ffc107;
  margin-left: 0.4em;
}

.shortmassage {
  font-size: 14px;
  align-items: center;
}

.shortmassage svg {
  margin-left: 0.35em;
  fill: #f5f4f4;
  vertical-align: middle;
}

.mr-dub-dl-bt {
  font-size: 13px;
  color: #cfd8dc;
}

.mr-dub-dl-bt>svg {
  vertical-align: middle;
  fill: #cfd8dc;
}

.mr-sub-dl-bt {
  font-size: 13px;
  color: #cfd8dc;
}

.mr-sub-dl-bt>svg {
  vertical-align: middle;
  fill: #cfd8dc;
}

.age-level {
  color: #000000;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 1.7;
  border-radius: 5px;
  padding: 0 5px;
  vertical-align: middle;
  text-shadow: none;
}

.age-level.tree {
  background-color: #8bc34a;
}

.age-level.seven {
  background-color: #eeeeee;
}

.age-level.onetree {
  background-color: #ffca28;
}

.age-level.onefive {
  background-color: #ff7043;
}

.age-level.oneseven {
  background-color: #ef5350;
}

#cover-bottom-info {
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f5;
  display: none !important;
}

#cover-bottom-info p {
  position: relative;
  display: inline;
  padding: 0.5em 0 0.5em 0.5em;
  width: 100%;
  text-align: justify;
  font-size: 16px;
}

#cover-bottom-info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
}

#cover-bottom-info span>svg {
  fill: #37474f;
}

.main-info {
  display: flex;
}

.main-info>.right {
  display: flex;
  width: 100%;
}

#downlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 1em 0.5em;
  align-items: center;
  color: #e7e8ea;
}

#downlist svg,
.comment-reply-title svg {
  fill: #e7e8ea;
  margin-left: 0.5em;
}

.gallert-list {
  width: 100%;
}

.gallert-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallert-list li {
  width: 33.3333333%;
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.8em 0.8em;
  justify-content: center;
}

.gallert-list a img {
  border-radius: 0.5em;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery_image {
  display: flex;
  transition: 0.3s ease-in-out;
}

.gallery_image:hover {
  opacity: 0.5;
}

.dl-links-box,
.trailer-box {
  padding: 0 0.5em;
}

.moviepaid {
  padding: 0 0.5em 0.5em;
}

.dl-links-box>div>div,
.dl-links-box>div>details>.moviepaid>.movie-links-wrap {
  margin-bottom: 0.5em;
  border-radius: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0.5em;
  justify-content: space-between;
}

.dl-links-box>div>details {
  margin-bottom: 0.5em;
  border-radius: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dl-links-box>div>div:last-child,
.dl-links-box>div>details:last-child,
.dl-links-box>div>details>.moviepaid>.movie-links-wrap:last-child {
  margin-bottom: 0;
}

.movie-links-wrap>summary {
  font-size: 14px;
  padding: 15px;
}

details.movie-links-wrap>a {
  width: 47%;
  text-align: center;
  display: inline-block;
  padding: 0.8em 0 0.8em 0.2em;
  margin: 0 0.2em 0.4em;
  border-radius: 0.5em;
}

.dl-links-box>div>div:last-child {
  margin-bottom: 0;
}

details {
  text-align: center;
  width: 100%;
  margin-bottom: 0.5em;
  border-radius: 0.5em;
  position: relative;
}

summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  border-radius: 0.5em;
  padding: 0.5em 0;
  outline: none;
  cursor: pointer;
}

details>summary>.movie-links-head {
  width: 90%;
}

details>summary>.movie-link {
  position: absolute;
  left: 1em;
}

details>summary::-webkit-details-marker,
details>summary::marker {
  display: none;
}

.moviepaid>.movie-links-wrap {
  padding: 0.5em !important;
}

.movie-links {
  background: #211F30;
  border-radius: 5px;
  padding: 0 0.5em 0.5em;
  margin-bottom: 0.5em;
}

.movie-links-title {
  color: #cfd8dc;
  font-size: 14px;
  padding: 1rem 0;
  justify-content: space-between;
  display: flex;
}

.movie-links-title>span {
  float: left;
  font-size: 13px;
}

.movie-links-title>span>svg {
  vertical-align: middle;
  margin-left: 0.5em;
}

.movie-links-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.movie-links-head li {
  display: flex;
  font-size: 13px;
}

.movie-links-head>li>.spacer {
  height: 10px;
  width: 1px;
  background-color: rgb(207 216 220 / 62%);
  margin: 0 0.5em;
  position: relative;
  top: 6px;
}

.movie-links-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.movie-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-radius: 0.5em;
  padding: 0.5em;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  order: 2;
  background-color: #d47038;
  background-image: linear-gradient(315deg, #c86b38 0%, #d47038 74%);
}

.movie-link:hover {
  opacity: 0.8;
}

.movie-link svg {
  fill: #fff;
  margin-left: 0.5em;
  margin-top: -2px;
}

.movie-links-wrap {
  background: rgb(46, 44, 62);
}

.movie-links-wrap>.movie-links-head>li,
.movie-links-wrap>.movie-links-head>li>span {
  color: #cfd8dc;
  font-size: 13px;
  margin-right: 5px;
}

.movie-stream-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  order: 1;
  height: 35px;
  width: 40px;
}

.movie-stream-links>svg {
  fill: #cd6d38;
}

.series-link {
  position: absolute;
  left: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 0.5em;
  color: #ffff;
}

.series-col,
.more-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0.25em 0.25em;
}

.series-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin: 0 0.5%;
}

.series-wrap a {
  font-size: 12px;
}

.more-col a {
  display: inline-block;
  width: 49%;
  background: #1a2329;
  color: #cfd8dc;
  padding: 0.75em 0.2em;
  margin: 0 0.5% 0.25em;
  border-radius: 0.5em;
  font-size: 13px;
}

.online-download-series-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a2329;
  color: #cfd8dc;
  width: 100%;
  padding: 0.75em 0 0.75em 0.2em;
  margin-bottom: 0.25em;
  border-radius: 0.5em;
}

.online-download-series-bottom>svg {
  fill: #cfd8dc !important;
  margin-left: 0.5em;
  margin-top: -2px;
}

.online-stream-series-bottom {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffa624;
  color: #000;
  margin-bottom: 0.25em;
  border-radius: 0.5em;
  margin-right: 0.25em;
}

.online-stream-series-bottom>svg {
  fill: #000 !important;
}

#html5videoplayer {
  min-height: 200px;
  border-radius: 0.5em;
  background: #212121;
  margin: auto;
}

#dl-trailer-box {
  color: #fff;
  background: #212121;
  padding: 1em;
  border-radius: 0.5em;
  display: block;
  margin-bottom: 0.5em;
}

.cast-box {
  padding: 0 0.5em;
}

.cast-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  flex-wrap: wrap;
}

.cast-box ul li {
  width: 33.3333333%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.8em 0.8em;
  justify-content: center;
}

#actor-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 13px;
  height: 140px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5em 0.5em 0 0;
}

#actor-holder span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #15141f 10px, transparent);
  font-size: 12px;
}

#actor-holder img {
  border-radius: 0.5em 0.5em 0 0;
  height: 120px;
  width: 120px;
  background: rgb(250 250 250 / 5%);
}

#series-Synopsis-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  justify-content: center;
  margin: 0 0.5em 0.5em;
}

#series-Synopsis-holder img {
  margin: 0 auto;
  background: #1a2329;
  width: 90px;
  height: 134px;
  border-radius: 0.5em;
}

#series-Synopsis-holder div {
  margin: 1em 0.5em 0;
}

#series-Synopsis-holder div h4 {
  display: inline-block;
  color: #cfd8dc;
  font-size: 14px;
  line-height: 2;
  padding: 0 0.5em;
}

#series-Synopsis-holder>div>p {
  color: #cfd8dc;
  font-size: 13px;
  margin: 0.5em 0 0;
  text-align: justify;
}

.tab4 ul {
  text-align: justify;
  margin: 0.75em 1.5em 0.75em 1.5em;
}

.tab4 ul li {
  margin: 0.5em 0;
  list-style: square;
}

.tab4 p {
  text-align: justify;
  margin: 0.5em 1.5em;
  unicode-bidi: plaintext;
}

.tab4 h3 {
  font-size: 14px;
  padding: 0.5em;
  margin: 0 0.5em;
  color: #cfd8dc;
  background-color: #211F30;
  border-radius: 0.5em;
  text-align: start;
  unicode-bidi: plaintext;
}

.tab4>h3::before {
  color: #fff;
}

.tab4 h4 {
  font-size: 13px;
  padding: 0.3em;
  margin: 0.5em 1em;
  color: #cfd8dc;
  background-color: #211F30;
  border-radius: 0.5em;
  text-align: start;
  unicode-bidi: plaintext;
}

.tab4 blockquote {
  text-align: justify;
  padding: 0 0.5em;
  margin: 1em 1.5em;
}

.tab4 blockquote h4 {
  border-right: none;
  font-size: 14px;
  background: none;
  background-color: none;
  background-image: none;
  color: #6c7a89;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.tab4>blockquote>p {
  margin: 0;
  padding: 0;
}

.tab4>img {
  width: 100%;
  max-width: 640px;
  height: auto;
  display: flex;
}

#breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  background: rgb(250 250 250 / 5%);
  border-radius: 0.5em;
  padding: 0.5em;
  margin: 0 0.5em;
}

#breadcrumbs span,
#breadcrumbs a {
  color: #cfd8dc;
}

.mr-base-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  border-radius: 0.5em;
  margin: 0.5em;
}

.respond-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  background: rgb(33, 31, 48);
  border-radius: 0.5em;
  margin: 0.5em 0;
}

.respond-main>.pagination {
  border-radius: 0 0 0.5em 0.5em;
}

.comment-reply-title {
  font-size: 14px;
  width: 100%;
  padding: 0.8em;
  color: #cfd8dc;
}

.commentlist {
  padding: 0 0.5em;
}

.comment-form {
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

#respond textarea {
  min-height: 70px;
  padding: 0.6em;
  border-radius: 0.5em;
  margin-bottom: 0.5em;
  background: #15141F;
  color: #fafafa;
  font-size: 13px;
}

#respond textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#respond input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#respond input {
  padding: 0.6em;
  border-radius: 0.5em;
  margin-bottom: 0.5em;
  background: #15141F;
  color: #fafafa;
}

#respond .submit {
  width: 100%;
  cursor: pointer;
  background: #4d458e;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.comments_rss {
  display: none;
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  border-radius: 0.5em;
}

.comment-body {
  border-radius: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  position: relative;
}

.depth-1 {
  padding: 0.75em;
  margin-bottom: 0.5em;
  background: rgba(51, 48, 81, 0.64);
}

.depth-2,
.depth-3,
.depth-4,
.depth-5 {
  margin-top: 1em;
  margin-right: 2em;
  background: #211f30;
  padding: 10px;
}

.comment-body p {
  text-align: justify;
  overflow: hidden;
}

.comment-body p a {
  line-break: anywhere;
}

.comment-edit-link {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  right: -2px;
  background: #fff;
}

.comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  font-size: 12px;
  align-items: flex-end;
}

.fn {
  font-style: normal;
  font-weight: normal;
  overflow: hidden;
  max-width: 125px;
  margin-right: 0.5em;
}

.vcard img {
  border-radius: 2em;
}

.comment-content {
  font-size: 13px;
  padding: 1rem 0;
  width: 100%;
  text-align: justify;
}

.comment-content .wpulike {
  float: left;
}

.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  font-size: 12px;
  align-items: flex-end;
}

.says,
.edit-link,
.comment-metadata {
  margin-right: auto;
}

.says {
  display: none;
  margin-right: 0.25em;
}

.comment-metadata {
  text-align: center;
  border: 1px solid #eee;
  padding: 0 10px;
  border-radius: 30px;
}

.comment-reply-link {
  padding: 0.5em 1em;
  font: 11px iran;
  background: #4d458e73;
  border-radius: 0.5em;
  color: #837bce;
  margin-left: auto;
  border: 1px solid #4d458e;
}

#cancel-comment-reply-link {
  float: left;
  margin-right: 0.5em;
  color: #fff;
  padding: 0.2em 0.5em;
}

.comment-awaiting-moderation {
  background: #726ec8;
  display: flex;
  width: 100%;
  color: #fff;
  font-style: normal;
  border-radius: 0.5em;
  order: 3;
  justify-content: center;
  margin-top: 15px;
  padding: 5px;
  font-size: 13px;
}

#comment {
  order: 1;
}

.two-holder {
  order: 2;
  display: flex;
  flex-direction: row;
}

.two-holder>p {
  width: 50%;
}

.two-holder>.comment-form-email {
  margin-right: 0.5em;
}

.comment-form-spoile {
  order: 3;
  margin: 0 0 0.5em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.comment-form>.form-submit {
  order: 4;
}

#respond input {
  width: 100%;
}

.comment-form-spoile>span {
  float: right;
}

.comment-form-spoile>input {
  float: right;
  width: auto !important;
  margin: 0 0 0 0.5em !important;
}

label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3.5em !important;
  height: 1.5em;
  padding: 0 !important;
  background: rgb(221 221 221 / 30%) !important;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

label input[type="checkbox"]:checked {
  background: #0ebeff !important;
}

label input[type="checkbox"]:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

label input[type="checkbox"]:checked:after {
  right: calc(100% - 1.5em);
}

.spoile-box {
  background: rgb(14 23 30 / 58%);
  color: #cfd8dc;
  margin: 0 0.5em;
  width: auto;
}

.spoile-box>summary {
  justify-content: start;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}

.spoile-box>summary>.spoile-icon {
  background: #ffc107;
  height: 32px;
  width: 32px;
  border-radius: 0.5em;
  padding: 0.4em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.spoile-box>summary>.spoile-icon>svg {
  fill: #fff;
}

.show-more-spoile {
  position: absolute;
  left: 0.5em;
  top: 1em;
}


.spoile-box>p {
  padding: 0.5em !important;
  margin-right: 2em;
}

.comment-body>.sl-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}

.comment-body>.sl-wrapper>a {
  background: none;
  display: flex;
  flex-direction: row;
  height: 24px;
  width: auto;
  min-width: auto;
}

.comment-body>.sl-wrapper>a>span>svg {
  fill: #cd6d38;
  margin: 0;
  height: 22px;
  width: 22px;
}

.comment-body>.sl-wrapper>a>.sl-icon {
  order: 2;
}

.comment-body>.sl-wrapper>a>.sl-count {
  order: 1;
  color: #cd6d38;
  font-size: 14px;
  margin-left: 0.5em;
  font-family: iran;
}

.commentlist>.pagination {
  box-shadow: none;
  margin-bottom: 0.5em;
}

#tax-head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  justify-content: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#tax-head-info img {
  order: 1;
  margin: 0 auto;
  border-radius: 0.5em;
  height: 150px;
  width: 150px;
}

#tax-head-info-left {
  order: 2;
  text-align: justify;
  padding: 0.5em 0.5em 0;
}

.text-wrapper404 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  background: rgb(250 250 250 / 5%);
  border-radius: 0.5em;
}

.title404 {
  font-size: 4em;
  font-weight: 600;
  text-align: center;
  color: #ee4b5e;
}

.subtitle404 {
  font-size: 25px;
  text-align: center;
}

.buttons404 {
  display: flex;
  justify-content: center;
  margin: 1em 0;
}

.buttons404 a.button404 {
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  color: #fff;
  background: #ee4b5e;
  border-radius: 2em;
  font-size: 14px;
}

#page-main {
  background: rgb(250 250 250 / 5%);
  width: 100%;
  border-radius: 0.5em;
  box-shadow: 0 1px 19px rgb(0 0 0 / 12%);
  margin-top: 0.5em;
}

.post-single>#breadcrumbs {
  margin: 0;
  border-radius: 0 0 0.5em 0.5em;
}

.panel-tabs {
  margin-top: 0.5em;
}

.page-single-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  justify-content: center;
  width: 100%;
  padding: 0.5em;
  background: rgb(255 255 255 / 7.5%);
}

.page-single-main img {
  width: 100%;
  height: auto;
  background: rgb(250 250 250 / 5%);
  border-radius: 0.5em;
}

.page-single-main blockquote {
  text-align: justify;
  padding: 0 0.5em;
  margin: 1em 1.5em;
  border-right: 2px dashed #cfd8dc;
}

.page-single-main h2,
.page-single-main h2 strong {
  padding: 0.8em 0;
  font-size: 17px;
  color: #3f51b5;
}

.page-single-main h2 a {
  color: #3f51b5;
}

.page-single-main h3,
.page-single-main h3 strong {
  font-size: 14px;
  padding: 0.5em;
  margin-bottom: 1em;
  background: rgb(255 255 255 / 7.5%);
  border-radius: 0.5em;
}


table {
  width: 100%;
  height: auto;
}

.resp-box .error .show {
  display: inline-block;
  background: #f44336;
  padding: 0.5em;
  color: #fff;
  border-radius: 0.5em;
  margin-bottom: 0.5em;
  font-size: 14px;
  margin-top: 0.5em !important;
  width: calc(100% - 1em);
}

.login-info-green {
  background: #81c784;
  padding: 2em 1em;
  color: #fff;
  border-radius: 0.5em;
  font-size: 14px;
  display: flex;
  width: 100%;
  align-items: center;
}

.login-info {
  background: #ef5350;
  padding: 2em 1em;
  color: #fff;
  border-radius: 0.5em;
  font-size: 14px;
  display: flex;
  width: 100%;
  align-items: center;
}

.panel-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  min-height: 20em;
}

.panel-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  order: 1;
  background: rgb(250 250 250 / 5%);
  border-radius: 0.5em;
  box-shadow: 0 1px 19px rgb(0 0 0 / 12%);
  margin-bottom: 0.5em;
}


.panel-tabs-nav li:first-child a {
  border-radius: 0 0.5em 0.5em 0;
}

.panel-tabs-nav li:last-child a {
  border-radius: 0;
}

.panel-tabs-nav a {
  background: rgb(255 255 255 / 5%);
  padding: 0.8em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  align-items: center;
  text-align: center;
  height: 100%;
}

.panel-tab-active a {
  background: rgb(255 255 255 / 7.5%);
  cursor: default;
}

.panel-tabs-stage {
  order: 2;
  padding: 0.5em;
  margin-top: 0.5em;
  position: relative;
  background: rgb(250 250 250 / 5%);
  width: 100%;
  border-radius: 0.5em;
  box-shadow: 0 1px 19px rgb(0 0 0 / 12%);
  margin-bottom: 1em;
}

.panel-tabs-stage-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  min-height: 85px;
}

.panel-tabs-stage-head li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  margin-left: 0.2em;
}

.user-info-holder {
  overflow-x: hidden;
}

.panel-tabs-stage-head li lable {
  margin: auto 0.5em 0.5em;
  font-size: 13px;
}

.panel-tabs-stage-head li span {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  border-radius: 0.5em;
  padding: 0 0.6em;
  background: #7f00ff;
  background: -webkit-linear-gradient(to right, #e100ff, #7f00ff);
  background: linear-gradient(to right, #e100ff, #7f00ff);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2);
}


.panel-tabs-stage-head img {
  border-radius: 0.5em;
  height: 85px;
  width: 85px;
  background: rgb(255 255 255 / 7.5%);
}


.tab-h3 {
  border: 0 !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}

#tab-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5em 0.5em 0;
}

#tab-1 ul {
  margin: 0 1em 0 0;
  text-align: right;
}

#tab-1 li {
  margin-bottom: 0.2em;
}


.main_panel_form_top_holder,
.main_panel_form_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 0.5em 0.5em;
  background: rgb(255 255 255 / 5%);
}

.main_panel_form_top,
.main_panel_form_main {
  display: flex;
  flex-direction: column;
}

.main_panel_form_top input,
.main_panel_form_main input {
  margin: 0.5em 0.5em 0;
  padding: 0.6em 1em;
  border-radius: 0.5em;
  background: rgb(255 255 255 / 7.5%);
}

.about_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6em 1em;
  border-radius: 0.5em;
  color: #6c7a89;
  margin: 0 0.5em 0.5em 0.5em;
  height: 55px;
  border: 0;
  background: rgb(255 255 255 / 7.5%);
  width: calc(100% - 1em);
}

.main_panel_form_bot {
  display: flex;
  margin-top: 0.5em;
}

.main_panel_form_bot input {
  border-radius: 0.5em;
  background: #4d458e;
  color: #fff;
  font-size: 14px;
  padding: 0.4em 1em;
  cursor: pointer;
  width: 100%;
}

.main_panel_form_h {
  display: flex;
  font-size: 14px;
  padding: 0.5em;
  margin-top: 0.5em;
  border-radius: 0.5em 0.5em 0 0;
  background: rgb(255 255 255 / 7.5%);
}

.input-file-container {
  position: relative;
  text-align: center;
  padding: 0.4em;
}

.js .input-file-trigger {
  display: block;
  padding: 0.5em;
  color: #4d458e;
  border: 1px solid #4d458e;
  transition: all 0.4s;
  cursor: pointer;
  border-radius: 0.5em;
}

.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}

.js .input-file:hover+.input-file-trigger,
.js .input-file:focus+.input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #4d458e;
  color: #fff;
}

.file-return {
  margin: 0;
}

.file-return:not(:empty) {
  margin: 1em 0;
}

.js .file-return {
  font-style: italic;
  font-size: 0.9em;
}

.js .file-return:not(:empty):before {
  content: "ط§ظ†طھط®ط§ط¨ ط¢ظˆط§طھط§ط±";
  font-style: normal;
  font-weight: normal;
}

.tiny_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  padding: 0.5em 0.5em 0;
}

.tiny_form input {
  color: #cfd8dc;
  border-radius: 0.5em;
  background: rgb(255 255 255 / 7.5%);
  padding: 0.8em 1em;
  margin-bottom: 0.5em;
}

.box_brn_reg_save {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_brn_reg_save input {
  margin-bottom: 0;
  margin-left: 0.2em;
}

.box_brn_reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  margin-bottom: 0.5em;
}

.tiny_form .btn_ok {
  border-radius: 0.5em;
  background: #4d458e;
  color: #fff;
  font-size: 14px;
  padding: 0.6em 1em;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}

.box_brn_reg a {
  width: 50%;
  padding: 0.4em;
  cursor: pointer;
  margin: 0 0.5em;
  border-radius: 0.5em;
  border: 1px solid;
  margin-bottom: 0.5em;
  text-align: center;
}

.forgot-password {
  color: #f44336;
}

.btn_reset {
  background: #3f51b5 !important;
  color: #fff !important;
  padding: 0.5em;
  cursor: pointer;
}

.favorites-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.favorites-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  padding: 0.2em 0.2em;
  background: rgb(255 255 255 / 7.5%);
  margin-top: 0.5em;
  border-radius: 0.5em 3.5em 3.5em 0.5em;
  align-items: center;
  position: relative;
}

.favorites-list li p {
  display: flex;
  font-size: 14px;
}

.favorites-list li p img {
  height: 65px;
  width: 65px;
  border-radius: 3em;
  margin-left: 0.5em;
}

.favorites-list li img {
  margin-right: 0;
}

.favorites-list>li>.simplefavorite-button {
  position: absolute;
  left: 0;
  right: auto;
}

.favorites-list>li>.simplefavorite-button>svg {
  border-radius: 0.5em 0 0;
}

.modal-Message {
  display: flex;
  position: fixed;
  z-index: 55555555555555;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-Message-content {
  position: relative;
  background-color: rgb(43 51 57);
  margin: auto;
  padding: 1.5em;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: end;
  border-radius: 0.5em;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.12);
}

.close-Modal-Message {
  background: #607d8b;
  padding: 0 0.25em;
  color: #fff;
  border-radius: 0.2em;
  height: 30px;
  font-size: 30px;
  line-height: 1.2;
  position: absolute;
  top: -12px;
  right: -12px;
}

.close-Modal-Message:hover,
.close-Modal-Message:focus {
  text-decoration: none;
  cursor: pointer;
}

.Hide-Modal-Message {
  display: none;
}

.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 0.2em;
  height: 0.6em;
}

.loader:before {
  left: -0.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:after {
  left: 0.375em;
}

@-webkit-keyframes load1 {

  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: 0.6em;
  }

  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}

@keyframes load1 {

  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: 0.6em;
  }

  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}

.simplefavorite-button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.simplefavorite-button svg {
  fill: #616161;
  fill-opacity: 0.6;
  border-radius: 0 0.5em 0 0;
  height: 48px;
  width: 34px;
}

.favorite-plus,
.favorite-minus {
  position: absolute;
  left: 0;
  top: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.favorite-plus svg,
.favorite-minus svg {
  fill: #fff;
  fill-opacity: 1;
  width: 34px;
  height: 26px;
}

.favorite-minus svg {
  fill: #fff;
}

.simplefavorite-button.active {
  opacity: 1;
}

.simplefavorite-button:hover {
  opacity: 0.8;
}

.favorited_set {
  fill: #ddb216 !important;
}

.favorited_unset {
  fill: #f5c518 !important;
}

html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.75);
}

.featherlight:last-of-type {
  background: rgb(0 0 0 84%);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 0.2em;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #212121;
  border-radius: 0.5em;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 1em;
  right: 1em;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight-content img {
  border-radius: 0.5em;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contents>div.newsbase>div>a {
  background: none;
  border: 1px solid #4d458e;
  color: #4d458e;
  border-radius: 0.5em;
  height: 40px;
  transition: background-color 0.5s ease;
}

.contents>div.newsbase>div>a:hover {
  background-color: #4d458e;
  color: #fff;
}

@media print {
  html.with-featherlight>*> :not(.featherlight) {
    display: none;
  }
}

.scroll-nav {
  background: #fff;
  box-shadow: 0 0 10px 1px #dfe0e0;
}

@media only screen and (min-width: 540px) {

  .cast-box ul li,
  .gallert-list li {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .page-header .containera {
    align-items: center;
  }

  .menu_switch {
    display: none;
  }

  .contents {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }

  .newsbase {
    margin-top: 0;
    margin-right: 0.5em;
  }

  .news-pic {
    width: 280px;
    height: 156px;
    min-width: 280px;
    min-height: 156px;
    max-width: 280px;
    max-height: 156px;
  }

  .news-pic img {
    width: 280px;
    height: 156px;
    min-width: 280px;
    min-height: 156px;
    max-width: 280px;
    max-height: 156px;
  }

  .new-main {
    flex-direction: row;
    -webkit-box-orient: horizontal;
  }

  .contents>div.newsbase>div>a {
    margin: 0;
  }

  .post {
    width: 49.25%;
  }

  .post:nth-child(odd) {
    margin-left: 1.5%;
  }

  #cover-main {
    padding: 1em;
  }

  .hero>.bottom-shadow {
    height: 50%;
    background: linear-gradient(to top, #15141f 0, transparent);
  }

  .hero>.hero-main>.poster {
    width: 200px;
    height: 300px;
    margin-bottom: -35px;
  }

  .hero>.hero-main>.poster img {
    width: 100%;
    height: 265px;
    object-fit: cover;
  }

  .hero>.hero-main>.left {
    margin-right: 20px;
  }

  .hero>.hero-main>.left>.name {
    font-size: 20px;
  }

  .hero>.hero-main>.left>.name>button {
    display: none;
  }

  .hero>.hero-main>.left>.top-people {
    display: block;
    margin-left: auto;
  }

  .hero>.hero-main>.left>.info {
    font-size: 14px;
  }

  .hero>.hero-main>.left>.info>.sl-wrapper,
  .hero>.hero-main>.left>.info>.imdb {
    height: auto;
    padding: 0.5em;
  }

  .hero>.hero-main>.left>.info>.sl-wrapper {
    min-width: 65px;
  }

  .hero>.hero-main>.left>.info>.sl-wrapper>a>.sl-icon {
    height: 28px;
    width: 28px;
  }

  .hero>.hero-main>.left>.info>.sl-wrapper>a>.sl-icon>svg {
    height: 28px;
    width: 28px;
  }

  .hero>.bottom {
    margin-right: 210px;
    font-size: 14px;
  }

  .gallert-list li {
    height: 120px;
    width: 120px;
  }

  .gallert-list a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
  }

  .cast-box ul li,
  .gallert-list li {
    width: 16.666666%;
    height: 150px;
  }

  .soon-holder>.play-slider>a {
    width: 32.5%;
    margin-left: 1.25%;
  }

  .soon-holder>.play-slider>a:nth-child(3),
  .soon-holder>.play-slider>a:nth-child(6) {
    margin-left: 0;
  }

  .soon-holder>.play-slider a:nth-child(4),
  .soon-holder>.play-slider a:nth-child(5),
  .soon-holder>.play-slider a:nth-child(6) {
    margin-bottom: 0;
  }

  .footer {
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    flex-direction: row;
  }

  .copyright {
    margin: 0 0 0 auto;
  }

  .links {
    margin: 0 auto 0 0;
  }

  .bi-star {
    fill: #fff;
    height: 20px;
    width: 20px;
  }

  #countdown {
    float: left;
    margin-top: -0.75em;
    min-height: 35px;
  }

  #countdown>div {
    height: 35px;
    font-size: 13px;
    padding: 0 0.5em;
    min-width: 65px;
  }

  #more-seires-dl-new-box summary,
  #more-seires-dl-more-box summary,
  #dub-seires-dl-box summary {
    -webkit-box-orient: horizontal;
    flex-direction: row;
    margin: 0;
    padding: 1em;
    border-radius: 0.5em;
  }

  .movie-links-head {
    text-align: right;
  }

  #movie-Dubbed-links,
  #movie-asli-links {
    order: 2;
    margin-left: 0;
    width: 150px;
  }

  #movie-stream-links,
  #movie-asli-stream-links {
    height: 45px;
    width: 45px;
    order: 1;
  }

  #movie-iranian-links,
  #more-seires-dl-new-box #show-more,
  #more-seires-dl-more-box #show-more-paid,
  #dub-seires-dl-box #show-more {
    width: 240px;
  }

  #more-seires-dl-more-box a {
    width: 48%;
  }

  .amozesh-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
  }

  .comment-body p {
    padding: 0;
  }

  #tax-head-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    align-items: flex-end;
  }

  .panel-tabs {
    flex-direction: row;
    -webkit-box-orient: horizontal;
  }

  .panel-tabs-nav {
    width: 25%;
    flex-direction: column;
    -webkit-box-orient: vertical;
    margin-bottom: 1em;
  }

  .panel-tabs-stage {
    margin-top: 0;
    width: 74.5%;
    margin-right: 0.5em;
  }

  .panel-tabs-nav a {
    flex-direction: row;
    -webkit-box-orient: horizontal;
  }

  .panel-tabs-nav li svg {
    margin-left: 0.5em;
  }

  .main_panel_form input,
  .main_panel_form textarea {
    color: #cfd8dc;
  }

  .main_panel_form_top,
  .main_panel_form_main {
    display: flex;
    flex-direction: row;
  }

  .panel-tabs-nav li:first-child a {
    border-radius: 0.5em 0.5em 0 0;
  }

  .user-info-holder {
    margin-right: 0.2em;
  }

  .main_panel_form_top input,
  .main_panel_form_main input {
    margin-bottom: 0.5em;
    width: 33.33333%;
  }

  .input-file-container {
    width: 33.3333%;
  }

  #more-seires-dl-more-box a,
  #more-seires-dl-new-box a,
  #dub-seires-dl-box a {
    margin: 0 0.2em 0.4em;
    width: 48%;
  }

  #series-Synopsis-holder {
    -webkit-box-orient: horizontal;
    flex-direction: row;
    align-items: flex-end;
  }

  #series-Synopsis-holder img {
    margin: 0 0 0 0.5em;
  }

  #series-Synopsis-holder>div {
    margin: 0;
    width: 100%;
    text-align: right;
  }

  #series-Synopsis-holder div h4 {
    padding-right: 0;
  }

  #series-Synopsis-holder>div>p {
    margin-bottom: 0;
    margin-right: 0.5em;
  }

  .box_brn_reg_save {
    width: 10%;
  }

  .play-list {
    -webkit-box-orient: horizontal;
    flex-direction: row;
  }

  .play-list-child {
    margin: 0 auto 0.5em;
    width: 48%;
  }

  .play-list-child:nth-of-type(10) {
    margin-bottom: 0;
  }

  .play-list-child:nth-of-type(9),
  .play-list-child:nth-of-type(10) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .two-box-warpper {
    max-width: 1200px;
  }

  .page-header .containera {
    margin: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .page-header .containera>.spacer {
    display: block;
  }

  .header--nav li {
    border-bottom: 0;
    padding: 0;
    margin: 0 0.25em 0 1em;
    font-size: 14px;
    position: relative;
  }

  .header--nav li.menu-item-has-children {
    margin: 0 0.25em 0 2em;
  }

  .menu-item-has-children:last-of-type {
    margin: 0 1rem 0px 1em;
  }

  .header--nav a:hover {
    background-color: none;
  }

  .two-box-warpper {
    -webkit-box-orient: vertical;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .header--nav {
    width: auto;
    max-width: initial;
    position: relative;
    border: 0;
    padding: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    order: 2;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    background: none;
    transition: none;
    z-index: 100;
    height: 45px;
  }

  .header--nav>a>svg {
    margin-right: 0.2em;
  }

  .sub-menu {
    background: #4d458e;
    border-radius: 0.5em;
    position: absolute;
    top: 58px;
    width: 175px;
    z-index: 55555555555;
    box-shadow: 1px 1px 10px rgb(37 33 33 / 40%);
  }

  .sub-menu:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='18' viewBox='0 0 100 60' class='arrow-menu' fill='%234d458e'%3E%3Cpath class='svg-c1' d='M58.01 4.83L100 61H0L41.99 4.83C45.298.407 51.564-.498 55.988 2.81a10 10 0 0 1 2.022 2.022z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    right: 15px;
    top: -12px;
  }

  .search-form {
    flex-wrap: unset;
    min-height: 55px;
  }

  .search-form select {
    margin: 0 0 0 10px;
    width: 100%;
  }

  .hero>.right-shadow {
    width: 150%;
    background: linear-gradient(to left, #15141f 350px, transparent);
  }

  .page-body {
    width: 75%;
  }

  .cast-box ul li,
  .gallert-list li {
    width: 150px;
  }

  .sidebar-left {
    width: 25%;
  }

  .play-list {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }

  .play-list-child {
    width: auto;
    margin: 0 0 1em;
  }

  .play-list-child:nth-of-type(9),
  .play-list-child:nth-of-type(10) {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 1280px) {
  .two-box-warpper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.5em;
  }

  .single-page-body {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1000px) {
  .hero>.left-shadow {
    width: 15%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to right, #15141f 10px, transparent);
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 14px;
    font-size: var(--plyr-font-size-base, 14px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 14px;
  height: var(--plyr-control-icon-size, 14px);
  pointer-events: none;
  width: 14px;
  width: var(--plyr-control-icon-size, 14px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: #7673cf;
  outline-color: var(--plyr-tab-focus-color,
      var(--plyr-color-main, var(--plyr-color-main, #7673cf)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"],
.plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: hsla(0, 0%, 100%, 0.9);
  background: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 14px;
  font-size: var(--plyr-font-size-base, 14px);
  margin-bottom: 10px;
  position: absolute;
  left: 3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container>div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top: var(--plyr-menu-arrow-size, 4px) solid hsla(0, 0%, 100%, 0.9);
  border-width: var(--plyr-menu-arrow-size, 4px);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role="menu"] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
  margin-top: 2px;
}

.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control>span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role="menuitemradio"] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:after,
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
  background: #7673cf;
  background: var(--plyr-control-toggle-checked-background,
      var(--plyr-color-main, var(--plyr-color-main, #7673cf)));
}

.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role="menuitemradio"].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type="range"] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #7a77d5;
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right,
      currentColor var(--value, 0),
      transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height, 13px) / 2 * -1 - var(--plyr-range-track-height, 5px) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type="range"]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type="range"]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type="range"]::-ms-track {
  color: transparent;
}

.plyr--full-ui input[type="range"]::-ms-fill-upper,
.plyr--full-ui input[type="range"]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type="range"]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type="range"]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}

.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #7673cf;
  outline-color: var(--plyr-tab-focus-color,
      var(--plyr-color-main, var(--plyr-color-main, #7673cf)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
  outline-color: #7673cf;
  outline-color: var(--plyr-tab-focus-color,
      var(--plyr-color-main, var(--plyr-color-main, #7673cf)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
  outline-color: #7673cf;
  outline-color: var(--plyr-tab-focus-color,
      var(--plyr-color-main, var(--plyr-color-main, #7673cf)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  /* background-color: #000; */
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 0.5;
  filter: brightness(0.4);
  background-size: cover;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time+.plyr__time:before {
  content: "\2044";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time+.plyr__time {
    display: none;
  }
}

@media (max-width: 1000px) {

  .header--nav li {
    position: relative;
  }

  .menu-item-has-children>a::before {
    left: 10px !important;
    top: 10px !important;
  }

  .socialbox {
    display: flex;
  }

  .siderbar_list .socialbox a {
    width: 100%;
  }

  .siderbar_list .socialbox a.telegram {
    margin-left: 10px;
  }

  .blogct .blog .article .content {
    opacity: 1;
  }

  .blogct .blog .clblg {
    width: 100% !important;
  }

  .blogct .blog .article {
    margin: 0px;
  }

  .sidebar .nav_panel ul {
    display: flex !important;
    overflow: auto !important;
  }

  .sidebar .nav_panel ul li {
    padding: 20px !important;
    margin: 5px 15px !important;
  }

  .sidebar .nav_panel ul li a {
    display: block !important;
    text-align: center;
  }

  .sidebar .nav_panel ul li a svg {
    margin-left: 0 !important;
  }

  .after_fe>.row {
    padding: 10px;
  }

  .manual-register-form {
    width: 90% !important;
  }

  .blog .article {
    margin: 0px 5px;
  }

  .blog .col-6 {
    padding: 0 0 10px 0;
  }

  .blog .col-lg-8 {
    padding-top: 10px;
  }

  .blog .article.singlul .content {
    opacity: 1;
  }

  .info .wpulike {
    height: 28px;
  }

  .footer .refooter .text {
    margin-bottom: 5px !important;
  }

  .hero>.hero-main {
    display: block !important;
  }

  .hero>.hero-main>.poster img {
    width: 140px;
    height: auto;
  }

  .hero>.hero-main>.poster {
    width: unset !important;
    height: unset !important;
    position: relative;
    text-align: center;
  }

  .hero>.hero-main>.left>.name {
    display: block !important;
  }

  .hero>.hero-main>.left {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .hero>.hero-main>.left>.info {
    justify-content: center;
  }

  .suitable-age {
    justify-content: center;
    margin-bottom: 5px;
  }

  .left .bottom {
    margin-top: 10px;
  }

  .dl-links-box>div>details>.moviepaid>.movie-links-wrap, .moviepaid .movie-links-wrap {
    display: block !important;
  }

  ul.movie-links-head {
    margin-bottom: 1rem !important;
  }

  .dlboxpr {
    justify-content: inherit !important;
  }

  .serialbox .dlboxpr {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .serialbox .dlboxpr a:first-of-type {
    margin-left: 5px;
    width: 45%;
    flex: 0 0 auto;
    display: flex;
  }

  .serialbox .dlboxpr a {
    width: 45%;
    flex: 0 0 auto;
    display: flex;
    margin-bottom: 5px;
  }

  .play-slider a>.list_info {
    opacity: 1 !important;
  }

  .blog .article .content {
    opacity: 0;
  }

  .menu-widget {
    margin-bottom: 10px;
  }
}

.plyr__tooltip {
  background: hsla(0, 0%, 100%, 0.9);
  background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress__buffer,
.plyr__progress input[type="range"] {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg,
      rgba(35, 40, 47, 0.6) 25%,
      transparent 0,
      transparent 50%,
      rgba(35, 40, 47, 0.6) 0,
      rgba(35, 40, 47, 0.6) 75%,
      transparent 0,
      transparent);
  background-image: linear-gradient(-45deg,
      var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%,
      transparent 25%,
      transparent 50%,
      var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%,
      var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%,
      transparent 75%,
      transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-progress-buffered-background,
      hsla(0, 0%, 100%, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background,
      rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type="range"] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: #7673cf;
  background: var(--plyr-audio-control-background-hover,
      var(--plyr-color-main, var(--plyr-color-main, #7673cf)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background,
      var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background,
      var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background,
      var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
    0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
    0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
    0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background,
      rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  border-radius: 0.5em;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {

  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background,
      linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    background: linear-gradient(to top, #15141f 0, #0000);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #7673cf;
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: rgb(250 250 250 / 15%);
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background,
      var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background,
      var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background,
      var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
    0 0 0 3px hsla(0, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}

.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
    0 0 0 3px hsla(0, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}

.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2),
    0 0 0 3px hsla(0, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow,
      0 1px 1px rgba(35, 40, 47, 0.15),
      0 0 0 1px rgba(35, 40, 47, 0.2)),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: hsla(0, 0%, 100%, 0.25);
  color: var(--plyr-video-progress-buffered-background,
      hsla(0, 0%, 100%, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 700px) {
  .after_fe .row {
    --bs-gutter-x: 1.5rem !important;
  }
}

@media (min-width: 1024px) {

  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads>div,
.plyr__ads>div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px) / 2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: hsla(0, 0%, 100%, 0.9);
  background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.yn-header {
  font-family: "iran" !important;
  border: none !important;
  color: #546e7a !important;
}

.yn-grid {
  font-family: "iran" !important;
}

.yn-item_image_wrapper {
  border-radius: 0.5em;
}

.yn-item_title {
  text-align: center;
}

.yn-heading {
  color: #cfd8dc !important;
  font-weight: normal !important;
}

.yn-footer-sticky {
  box-shadow: 0px 10px 5px rgb(0 0 0 / 50%), 0px 0px 20px rgb(0 0 0 / 20%);
}

.YEKTANET.yn-article-display .yn-item_title {
  color: #cfd8dc !important;
}

.YEKTANET.yn-article-display a {
  color: #cfd8dc !important;
}

#mediaad-ACSs {
  width: 100% !important;
  padding: 0.5em;
}

.mediaad-bnr-container-970 {
  margin: auto !important;
  max-width: 100% !important;
}

.mediaad-bnr-img {
  border-radius: 0.5em !important;
}

#searchbtn svg, .menu_switch {
  transition: 0.5s all;
}

#searchbtn svg:active, .menu_switch:active {
  opacity: 0.6;
}

.siderbar_list .adsbox img {
  max-width: 100%;
  height: auto;
  margin-top: 5px;
  border-radius: 5px;
}

.siderbar_list .socialbox a {
  font-size: 14px;
  display: block;
  transition: 0.3s ease-in-out;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  padding: 4px;
  color: #fff;
}

.siderbar_list .socialbox a:hover {
  opacity: 0.7;
}

.siderbar_list .socialbox a span {
  position: relative;
  top: -7px;
  right: 10px;
}

.siderbar_list .socialbox a svg {
  position: relative;
  top: 4px;
  right: 5px;
}

.siderbar_list .socialbox a.telegram {
  background: linear-gradient(155.68deg, #5578F1 15.56%, #3723B4 100.09%);
  box-shadow: 0px 5px 50px 0px #5578F133;
}

.siderbar_list .socialbox a.instagram {
  background: linear-gradient(131.48deg, #DF7351 27.54%, #B42360 89.46%);
  box-shadow: 0px 5px 50px 0px #D6593233;
}

.pweb_tabs {
  border-radius: 5px;
  background: #211F30;
  padding: 10px;
}

.pweb_tabs .w3-row {
  display: flex;
  background: #15141F;
  padding: 5px;
  border-radius: 5px;
}

.pweb_tabs .w3-row a {
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.pweb_tabs .w3-row a div {
  border-radius: 5px;
  padding: 3px 10px;
  color: rgba(255, 255, 255, 0.5);
}

.pweb_tabs .w3-row a .w3-active {
  color: #fff;
  background: #211F30;
}

.pweb_tabs .w3-row a:first-child {
  margin-left: 10px;
}

.pweb_tabs .w3-container .genre .genres:hover {
  transform: rotate(4deg);
  border: 1px dashed #4d458e;
}

.pweb_tabs .w3-container .genre .genres {
  background-color: #15141F;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  transition: 0.3s all ease;
}

.pweb_tabs .w3-container .genre .genres div {
  color: rgb(77, 69, 142);
  background: #4d458e4f;
  padding: 1px 2px;
  border-radius: 10px;
  font-size: 13px;
}

.side-news a {
  transition: 0.3s all ease;
}

.side-news a:hover {
  padding-right: 5px;
  opacity: 0.7;
}

.pweb_tabs .mr-dub-title svg {
  width: 24px;
  height: 24px;
}

.menu-widget .title {
  min-height: 0;
  position: relative;
  margin-bottom: 0.8rem;
}

.menu-widget .title::before {
  content: '';
  position: absolute;
  background: url(assets/images/title-icon.svg) no-repeat;
  width: 30px;
  height: 30px;
  top: 1px;
  right: -8px;
}

.menu-widget .title span {
  margin-right: 28px;
  font-size: 15px;
}

.menu-widget li a::before {
  float: right;
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  margin-top: 8px;
  margin-left: 8px;
}

.menu-widget li {
  transition: 0.3s all ease;
}

.menu-widget li:hover {
  padding-right: 5px;
  opacity: 0.7;
}

.menu-widget input {
  background: #15141F;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #eee;
  font-size: 13px;
  width: 100%;
}

.menu-widget button {
  background: #4d458e;
  border: transparent;
  transition: 0.2s ease-in-out;
  padding: 5px;
  color: #fff;
  font: 13px iran;
  width: 100%;
  cursor: pointer;
}

.menu-widget button:hover {
  opacity: 0.5;
}

.menu-widget input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

footer .footer {
  background: #211F30;
  border-radius: 5px 5px 0px 0px;
}

.footer .refooter {
  color: #786ED0;
  background: rgba(77, 69, 142, 0.21);
  padding: 10px;
  border-radius: 5px;
}

.footer .refooter .text {
  margin-top: auto;
  margin-bottom: auto;
}

.footer .refooter .box {
  position: relative;
  top: 4px;
}

.footer .refooter .box a {
  margin-right: 10px;
}

.footer .refooter .box a svg {
  transition: 0.2s ease-in-out all;
}

.footer .refooter .box a svg:hover {
  opacity: 0.5;
}

.play-slider .swiper {
  width: 100%;
  height: 150px;
}

.play-slider .swiper-slide a {
  width: 100%;
  height: 100%;
}

.play-slider .swiper-pagination-bullet {
  width: 35px;
  height: 20px;
  border-radius: 20px;
  top: 20px;
  position: relative;
  background: #796ce6;
}

.play-slider .swiper-pagination-bullet-active {
  background: #796ce6;
  width: 35px;
  height: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}

.swiper .post {
  width: 100%;
}

.new-slide .swiper {
  width: 100%;
  height: auto;
}

.postp .swiper-slide a {
  min-width: auto;
  height: 250px;
  background-position: center;
}

.two a, .collist .two a {
  font-size: 12px;
  border: 1px solid #9189d0;
  padding: 0 15px;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
  color: #9189d0;
}

.two a:hover, .collist .two a:hover {
  background: #242139;
}

.two a svg {
  position: relative;
  top: 4px;
}

.swiphig a img, .catlist a img {
  max-width: 100%;
  height: auto;
  margin-top: 5px;
  border-radius: 5px;
}

.mySwiper2 .swiper-wrapper .list_info {
  opacity: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  color: #fff;
  background: #4d458e !important;
  border-radius: 10px 0px 10px 10px;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  font-size: 20px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.new-slide .list_info {
  position: absolute;
  color: #cfd8dc;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(21, 20, 31, 0.87) 20px, #0000002e);
  overflow: hidden;
}

.list_info .content {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.list_info .foot {
  font-size: 11px;
}

.list_info .foot .country {
  margin-left: 10px;
}

.list_info .foot div svg {
  margin-left: 5px;
}

.list_info .head {
  font-size: 12px;
}

.list_info .head .cat {
  background: #4d458e;
  margin-left: 5px;
  padding: 0 5px;
  border-radius: 10px;
}

.list_info .head .imdb {
  background: #ffffff3d;
  padding: 0 5px;
  border-radius: 10px;
}

.list_info .tit {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: justify;
  position: relative;
  overflow: hidden;
  line-height: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.foot .arrow svg {
  position: relative;
  top: 2px;
  margin-left: 10px !important;
}

.catlist .list_info {
  height: 160%;
}

.catlist .list_info .content {
  bottom: 15%;
  right: 0px;
}

.catlist .list_info .content .tit {
  text-align: center;
}

.catlist .list_info .content .tit span {
  position: absolute;
  top: 3px;
  letter-spacing: 15px;
  opacity: 0.2;
  line-height: 1;
  right: -13px;
  text-transform: uppercase;
}

.blog .article {
  position: relative;
  height: 120px;
}

.blog.sldbl .article {
  position: relative;
  height: 200px;
}

.blog .article.singlul {
  height: 100%;
}

.blog .article .content {
  position: absolute;
  color: #cfd8dc;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(21, 20, 31, 0.87) 20px, #0000002e);
  overflow: hidden;
}

.blog .article img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog .article .content .csa {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.blog .article .content .titl {
  margin-bottom: 10px;
  text-align: justify;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog .article .content .titl::before {
  content: '';
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: 3px;
  right: -27px;
  border-radius: 4px;
}

.blog .article .content .fottr {
  display: flex;
  margin-bottom: 15px;
  font-size: 11px;
  opacity: 0.6;
}

.blog .article .content .fottr div {
  margin-left: 10px;
  background: #ffffff3d;
  border-radius: 10px;
  padding: 0 8px;
}

.blog .article .content .fottr div svg {
  margin-left: 5px;
  padding-top: 2px;
}

.blog .article .content .fottr div:last-child {
  margin-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding: 0 10px 0 0;
}

.gotop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 5px;
  cursor: pointer;
  z-index: 99999;
}

.progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, rgb(77, 69, 142) 0, rgb(145, 145, 249) 100%, rgb(132, 130, 228) 100%);
  z-index: 999999;
  box-shadow: 0px 0px 20px #6f60e8;
}

#loader {
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  text-align: center;
  overflow: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  transition: top 0.3s ease-out;
  z-index: 55555555;
  align-items: center;
  justify-content: center;
}

#loader .culoder {
  position: absolute;
  top: 40%;
  right: 40%;
}

@media (min-width: 1024px) {

  #loader .culoder {
    position: absolute;
    top: 50%;
    right: 47%;
  }

}

.swiper .list_info>span:nth-child(2) {
  border: 1px solid #ffa624;
  color: #ffa624;
}

.breadcrumbc {
  background: linear-gradient(96.01deg, #4D458E 19.74%, #796DD6 94.65%);
  color: #fff;
  border-radius: 5px;
  margin-top: 1rem;
}

.breadcrumbc ul {
  display: flex;
  padding: 10px 0;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumbc ul a {
  transition: 0.2s ease-in-out;
  opacity: 0.5;
  color: #fff;
}

.breadcrumbc ul a:hover {
  opacity: 1;
}

.breadcrumbc ul li {
  display: flex;
  margin: 0 13px;
  opacity: 0.3;
}

.breadcrumbc ul li:first-child {
  opacity: 0.5;
}

.breadcrumbc ul li svg {
  position: relative;
  top: 4px;
}

.ball-grid-pulse {
  width: 57px;
}

.ball-grid-pulse>div:nth-child(1) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.ball-grid-pulse>div:nth-child(2) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ball-grid-pulse>div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}

.ball-grid-pulse>div:nth-child(4) {
  -webkit-animation-delay: -0.03s;
  animation-delay: -0.03s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
}

.ball-grid-pulse>div:nth-child(5) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -webkit-animation-duration: 1.37s;
  animation-duration: 1.37s;
}

.ball-grid-pulse>div:nth-child(6) {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
  -webkit-animation-duration: 1.55s;
  animation-duration: 1.55s;
}

.ball-grid-pulse>div:nth-child(7) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.ball-grid-pulse>div:nth-child(8) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
}

.ball-grid-pulse>div:nth-child(9) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}

.ball-grid-pulse>div {
  background-color: #A79CFD;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.vmovie {
  font-size: 15px;
  margin-top: 5px;
  padding: 0 5px;
}

.vmovie .titl {
  display: flex;
  color: #fff;
}

.vmovie .titl svg {
  margin-left: 5px;
}

.vmovie .content {
  font-size: 13px;
  margin-top: 5px;
  opacity: 0.8;
}

.epage {
  text-align: center;
}

.epage .e404 {
  font-size: 8rem;
  text-align: center;
  margin-top: 10rem;
  opacity: 0.05;
}

.epage .etext {
  position: relative;
  top: -111px;
}

.epage .elogo {
  position: relative;
  top: 270px;
}

.epage .btn {
  background: #d47038;
  border: transparent;
  padding: 5px 36px;
}

.adsbox .textads {
  background: linear-gradient(97.2deg, #AF5E30 19.74%, #D47038 94.65%);
  margin-bottom: 1rem;
  padding: 5px;
  border-radius: 5px;
}

.adsbox .textads a {
  color: #fff;
}

.adsbox .textads a div {
  font-size: 12px;
  color: #ffffff9c;
}

article .photo {
  position: relative;
}

article .photo img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

article .photo .bottom-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #15141f 0, transparent);
}

article.opai .contnt {
  position: relative;
  top: -75px;
  margin: 0 20px;
  background: #211f30;
  border-radius: 5px;
  padding: 10px;
}

article.opai .contnt .titl {
  font-size: 15px;
  color: #fff;
}

article.opai .contnt .sbtn {
  background: #554db3;
  padding: 5px 15px;
  position: relative;
  top: 55px;
  right: -8px;
  border-radius: 5px;
}

article.opai .contnt p {
  font-size: 13px;
}

article.opai .contnt blockquote {
  text-align: justify;
  margin: 1em 0;
}

article.opai .contnt h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
}

article.opai .contnt h3 {
  padding: 0.5em;
  margin-bottom: 1em;
  background: rgb(21, 20, 31);
  border-radius: 0.5em;
  color: #fff;
}

article.opai .contnt .fottr {
  display: flex;
  font-size: 13px;
  opacity: 0.6;
  margin: 10px 0;
}

article.opai .contnt .fottr div {
  margin-left: 10px;
  background: #ffffff3d;
  border-radius: 10px;
  padding: 0 8px;
}

article.opai .contnt .fottr div svg {
  margin-left: 5px;
  position: relative;
  top: 3px;
}

article.opai .blog-title {
  background: #211f30;
  padding: 10px;
  border-radius: 5px;
}

article.opai .modal-body {
  padding-top: 0;
}

.modal-body .socialshare a {
  padding: 5px 15px;
  border-radius: 5px;
  transition: 0.3s ease;
  margin-right: 1rem;
}

.modal-body .socialshare a:first-child {
  margin-right: 0;
}

.modal-body .socialshare a.facebook {
  background: #3765a3;
}

.modal-body .socialshare a.telegram {
  background: #356abd;
}

.modal-body .socialshare a.whatsapp {
  background: #459f3c;
}

.modal-body .socialshare a.twitter {
  background: #5ea9dd;
}

.modal-body .socialshare a:hover {
  box-shadow: inset -45px -45px 0 rgba(19, 18, 18, 0.36);
}

.modal-body .socialshare svg {
  width: 25px;
  height: 25px;
  position: relative;
  top: 3.5px;
}

.modal-footer button {
  cursor: pointer;
  background: #bb4e4e;
  padding: 5px 15px;
  border-radius: 5px;
  border: transparent;
  color: #fff;
  font: 14px iran;
}

.modal-body .copylink {
  position: relative;
}

.modal-body .copylink input {
  background: #15141F;
  border: transparent;
  color: #887dda54;
  font-size: 13px;
}

.modal-body .copylink a#liveToastBtn {
  position: absolute;
  top: 4.5px;
  left: 6px;
  border: 1px solid #554db3;
  border-radius: 5px;
  background: #554db3;
  display: flex;
  padding: 5px;
}

.modal-body .copylink a#liveToastBtn span {
  font-size: 13px;

}

.modal-body #liveToast {
  width: 100%;
  margin-top: 1rem;
  background: #b95f2b30 !important;
  color: #e38f5c !important;
}

.hashtag {
  padding: 0.5em;
  margin-top: 1em;
  background: rgb(21, 20, 31);
  border-radius: 0.5em;
}

.hashtag a {
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid #8982d9;
  color: #8982d9;
  transition: 0.2s ease-in-out;
  margin-left: 5px;
}

.hashtag a:hover {
  background: #837dca4a;
}

.menu-item-has-children>a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  left: -15px;
  top: 3px;
}

.info .imdb {
  background: #f5c518 !important;
}

.info .imdb span {
  color: #15141f !important;
}

.info .imdb svg {
  fill: #15141f !important;
}

.dlboxpr a:first-of-type {
  margin-left: 10px;
}

.dlboxpr a.playonline {
  background: #656bce;
}

.serialbox .dlboxpr a {
  margin-right: 5px;
}

.serialbox .dlboxpr a:first-of-type {
  margin-left: 0;
}

.dlboxpr a.price:first-of-type {
  margin-left: 0;
  background: #2FB958;
  color: #fff;
  width: 100%;
  justify-content: center;
  margin-right: 0;
}

.dlboxpr a:last-of-type svg {
  margin-left: 8px;
}

.dlboxpr a {
  background: #d77945;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  display: flex;
  transition: 0.3s;
}

.dlboxpr a:hover {
  opacity: 0.5;
}

.dlboxpr a svg {
  position: relative;
  top: 1px;
  margin-left: 5px;
  fill: currentColor;
}

.movie-links-head li>span {
  display: flex;
}

.movie-links-head li>span svg {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.moviepaid .movie-links-wrap {
  background: #3d3a57;
  margin-bottom: 0.5em;
  border-radius: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0.5em;
  justify-content: space-between;
}

.tab-content>.tab-pane {
  width: 100%;
}

.suitable-age {
  font-size: 12px;
  color: #FDC13C;
  margin-bottom: 5px;
  margin-top: 5px;
}

.suitable-age svg {
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.dl-links-box .nav-tabs {
  border-bottom: none;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
}

.dl-links-box .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #2e2c3e !important;
  border: none !important;
}

.dl-links-box .nav-tabs button {
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  border: transparent;
  font: 14px iran;
  padding: 10px 30px;
}

.dl-links-box .tab-content {
  background: #2e2c3e;
  border-radius: 0 0 5px 5px;
}

.dl-links-box .nav-tabs .nav-link:focus, .dl-links-box .nav-tabs .nav-link:hover {
  border: transparent;
}

.movie-links-title .tiitl svg {
  margin-left: 10px;
}

.movie-links-title .tiitl span {
  position: relative;
  top: 8px;
}

span.notif {
  padding: 0 10px;
  border-radius: 20px;
  background: linear-gradient(270deg, #7470CB61 0%, rgba(101, 107, 206, 0) 70.31%);
  color: #8E8DF4;
  width: 55%;
  font-size: 13px;
}

span.notif svg {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.info .wpulike {
  min-width: 46px;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0 0.5em;
  border-radius: 0.5em;
  background: #211f30;
  align-items: center;
  justify-content: center;
}

.wpulike-heart .wp_ulike_general_class {
  box-shadow: none;
}

.wpulike-heart .count-box {
  font-weight: unset;
  color: #fff;
  font-size: 13px;
}

.movie-links-title .legal {
  position: relative;
  top: 4px;
  margin-left: 5px;
  border: 1px solid #7b78f0;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 28px;
  color: #8a8aef;
  font-size: 13px;
}

.movie-links-title .halfprice {
  position: relative;
  top: 4px;
  margin-left: 5px;
  border: 1px solid #ffc107;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 28px;
  color: #ffc107;
  font-size: 13px;
}

.movie-links-title .mvsoon {
  position: relative;
  top: 4px;
  margin-left: 5px;
  border: 1px solid #30f46b;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 28px;
  color: #30f46b;
  font-size: 13px;
}

.post-single-main .shranreport {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.post-single-main .shranreport .butn {
  background: #ff75551c;
  color: #ff7555;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  border: transparent;
  font: 13px iran;
  cursor: pointer;
}

.post-single-main .shranreport .butn svg {
  margin-left: 8px;
}

.post-single-main .shranreport a {
  cursor: pointer;
}

.post-single-main .modal-header .btn-close {
  padding: 0;
  margin: 0;
}

.modal-body form p {
  margin-bottom: 10px;
}

.modal-body span input, textarea {
  width: 100%;
  padding: 5px 15px;
  border-radius: 0.5em;
  background: #15141F;
  color: #fafafa;
  margin-top: 8px;
  margin-bottom: 8px;
}

.modal-body {
  padding-top: 0;
}

.modal-body input[type=submit] {
  padding: 8px 20px;
  background: #6261c6;
  color: #fff;
  border-radius: 5px;
}

.comment-form-cookies-consent {
  display: none;
}

.acf-fields.-clear>.acf-field {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}

.acf-fields {
  position: relative;
  top: -67px;
  left: 12px;
  color: #d5d5d5;
}

.acf-true-false input {
  position: relative;
  top: 3px;
  left: 2px;
}

#respond input[type=checkbox] {
  width: auto;
}

.acf-true-false label {
  display: flex;
}

.acf-true-false label input {
  margin-right: 10px;
  order: 1;
}

.commentlist li {
  position: relative;
}

.commentlist li .spoiler {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: #15141ffc;
  right: 0;
  border-radius: 5px;
  cursor: pointer;
  z-index: 999;
}

.commentlist li .spoiler .spoilder_warn {
  position: relative;
  top: 35%;
  text-align: center;
}

.cmnumb {
  color: #9897f2;
  margin: 0.5em;
}

.soon-holder .blog {
  margin-top: 5px;
}

#datafetch .dub-index, .sub-index, .legal-index {
  min-width: 30px;
}

.rcp-button {
  background: #635db0 !important;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
}

.rcp-button:hover {
  background: #413c88 !important;
}

.manual-register-form {
  display: flex;
  width: 50%;
  flex-direction: column;
  color: #ddd;
  border-radius: 5px;
  background: #211F30;
  margin: 65px auto;
}

.register-input {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background: #353348;
  border: none;
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding: 0 5px;
  border-radius: 4px;
  text-indent: 10px;
  text-align: right;
}

.manual-register-form p {
  text-align: right;
}

.manual-register-form label {
  margin-right: 10px;
  margin-bottom: 12px;
}

.submit-reg {
  background: #635db0 !important;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  width: 100%;
  transition: all 0.3s;
  margin-top: 20px;
}

.rcp_login_data {
  padding: 25px;
  border: transparent;
  line-height: 35px;
}

.manual-register-form .title h2 {
  margin-top: 10px;
}

.manual-register-form .title i {
  font-size: 35px;
}

.manual-register-form .alert {
  position: relative;
  border-radius: .25rem;
  color: #ff2d40;
  background-color: #ff000014;
  padding: 13px;
  font-size: 14px;
  border: none;
}

.manual-register-form .alert-success {
  position: relative;
  border-radius: .25rem;
  color: #0dbd67;
  background-color: #0cbd5014;
  padding: 13px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.manual-register-form a {
  color: #ddd;
  font-size: 14px;
  margin-right: 8px;
}

.manual-register-form .title {
  padding-top: 19px;
  padding-right: 22px;
  padding-left: 22px;
  display: flex;
  justify-content: space-between;
}

.manual-register-form .title .logup {
  background: #4D458E;
  padding: 0 15px;
  line-height: 30px;
  font-size: 15px;
  margin-right: 0;
  color: #8f85df;
  opacity: 0.5;
  border-radius: 0 5px 5px 0;
}

.manual-register-form .title .logup:last-of-type {
  border-radius: 5px 0 0 5px;
}

.manual-register-form .title .logup.active {
  opacity: 1;
  color: #fff;
}

#rcp_user_remember {
  float: right;
  margin-right: 9px;
  margin-top: 6px;
}

.rcp_error {
  position: relative;
  border-radius: .25rem;
  color: #ff2d40;
  background-color: #ff000014;
  padding: 13px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  margin-bottom: 0.8rem;
}

.rcp_lostpassword_data {
  border: transparent;
  padding: 25px;
}

.rcp_lostpassword_data p {
  margin-bottom: 15px;
}

.rcp_lostpassword_data #rcp_user_login {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background: #353348;
  border: none;
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding: 0 5px;
  border-radius: 4px;
  text-indent: 10px;
  text-align: right;
  margin-top: 5px;
}

.rcp_login_data #rcp_user_login {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background: #353348;
  border: none;
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding: 0 5px;
  border-radius: 4px;
  text-indent: 10px;
  text-align: right;
}

.rcp_login_data #rcp_user_pass {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background: #353348;
  border: none;
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding: 0 5px;
  border-radius: 4px;
  text-indent: 10px;
  text-align: right;
  transition: all 0.3s ease;
}

.rcp_login_data #rcp_user_pass:focus-visible {
  outline: solid 1px #383840 !important;
}

.rcp_login_data #rcp_user_login:focus-visible {
  outline: solid 1px #383840 !important;
}

.rcp_login_data #rcp_user_pass:active {
  outline: solid 1px #383840 !important;
}

.rcp_login_data #rcp_user_login:active {
  outline: solid 1px #383840 !important;
}

.rcp_message {
  padding: 25px 25px 0;
}

.modal-body #rcp_registration_form {
  width: 100%;
}

.acc_info_ .buy_vip {
  font-size: 14px;
  margin: 10px 13px;
  background: #8278d3;
  border-color: #8278d3;
}

.acc_info_ .buy_vip:focus {
  background: #8278d3;
  border-color: #8278d3;
  outline: none;
}

.panel .lui {
  transition: 0.3s ease-in-out;
}

.panel .lui:hover {
  transform: scale(0.9);
}

.registerea {
  display: flex;
  justify-content: center;
}

.sidebar {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  margin-bottom: 10px;
  background: linear-gradient(203.08deg, #15141F 4.34%, #211F30 80.03%);
}

.sidebar .avatar_wrap {
  background: #15141f00;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
}

.sidebar .avatar_wrap img {
  border-radius: 50px;
}

.sidebar .domem img {
  border: 5px solid #9b3d4a;
}

.sidebar .domem::before {
  content: 'کاربر بدون اشتراک';
  position: absolute;
  background: #9b3d4a;
  color: #fff;
  font-size: 12px;
  padding: 0 11px;
  border-radius: 6px;
  top: 85px;
}

.sidebar .hasmem img {
  border: 5px solid #3d9b59;
}

.sidebar .hasmem::before {
  content: 'کاربر دارای اشتراک';
  position: absolute;
  background: #3d9b59;
  color: #fff;
  font-size: 12px;
  padding: 0 11px;
  border-radius: 6px;
  top: 85px;
}

.sidebar .avatar_wrap span {
  margin-top: 10px;
}

.sidebar .nav_panel ul {
  margin: 0 5px 10px;
}

.sidebar .nav_panel ul li {
  list-style: none;
  padding: 7px;
  font-size: 14px;
  border-radius: 5px;
  margin: 2px 4px;
  transition: all .2s ease;
}

.sidebar .nav_panel ul li.active {
  background: #15141F;
}

.sidebar .nav_panel ul li:hover {
  background: #15141F4D;
}

.sidebar .nav_panel ul li a {
  color: #d1d1d1;
  font-size: 14px;
  display: flex;
}

.sidebar .nav_panel ul li a svg {
  margin-left: 7px;
}

.body_panel h2 {
  color: #ededed;
  font-size: 17px;
}

.info .icon_wrap {
  height: 50px;
  text-align: center;
  border-radius: 60% 40% 60% 45%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
}

.body_panel .info {
  color: #ededed;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: linear-gradient(203.08deg, #15141F 4.34%, #211F30 80.03%);
  text-align: center;
}

.body_panel .acc_info {
  background: #211f30;
  margin: 25px 0;
  border-radius: 5px;
}

.body_panel .acc_info header {
  color: #ededed;
  margin: 0 6px;
}

.body_panel .acc_info header h3 {
  font-size: 13px;
  font-weight: normal;
  padding: 10px 0 0;
}

.body_panel .acc_info ul {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin: 10px 0;
}

.body_panel .acc_info li {
  display: inline-flex;
  justify-content: space-between;
}

.body_panel .acc_info .detail_1 {
  width: 140px;
}

.body_panel .acc_info li span {
  background: #15141F;
  font-size: 13px;
  padding: 7px;
  border-radius: 3px;
  margin: 5px;
}

.body_panel .acc_info .detail_2 {
  width: calc(100% - 140px);
}

.body_panel .acc_info_ {
  background: #211f30;
  margin: 25px 0;
  border-radius: 5px;
  color: #ededed;
  padding: 10px;
}

.body_panel .acc_info_ header {
  border-bottom: solid 1px #15141F;
  color: #ededed;
  margin: 0 5px;
}

.acc_info_body {
  padding: 10px;
}

.acc_info_body .rcp_form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.acc_info_body .rcp_form p {
  margin: 0 0 10px;
  min-height: 20px;
}

.acc_info_body .rcp_form label {
  display: block;
  cursor: pointer;
}

.acc_info_body .rcp-input {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #b5b5b5;
  background: #15141F;
  border: none;
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding: 0;
  border-radius: 4px;
  text-indent: 10px;
  margin: 5px 0px;
  text-align: right;
}

.acc_info_body select {
  background: #15141F;
  color: #b5b5b5;
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
}

.acc_info_body .rcp_form input.required {
  color: #b5b5b5 !important;
}

.acc_info_ legend {
  display: none;
}

.after_fe {
  margin: 70px auto;
}

.body_panel .info .info_detail .title {
  font-size: 12px;
  color: #b5b5b5;
}

.body_panel .info .info_detail span {
  font-size: 13px;
}

.body_panel .acc_info_ table {
  width: 100%;
  background: #15141F;
  margin: 10px 0;
  font-size: 13px;
  border-radius: 10px;
}

.body_panel .acc_info_ table tr {
  border-bottom: 1px solid #211f30;
  padding: 4px 10px;
}

.body_panel .acc_info_ table td {
  border-top: 1px solid #211f30;
  border-left: 1px solid #211f30;
  padding: 4px 10px;
}

.body_panel .acc_info_ table td:last-child {
  border-left: transparent;
}

.body_panel .acc_info_ table th {
  border-left: 1px solid #211f30;
  padding: 4px 10px;
  font-weight: normal;
}

.body_panel .acc_info_ table th:last-child {
  border-left: transparent;
}

.acc_info_body .wpcf7-text {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #b5b5b5;
  background: #15141F;
  border: none;
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding: 0;
  border-radius: 4px;
  text-indent: 10px;
  margin: 5px 0px;
  text-align: right;
}

.acc_info_body .wpcf7-submit {
  padding: 10px 20px;
  border-radius: 4px;
  background: #584DA4;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  width: 100%;
  margin: 10px 0px;
  transition: all 0.3s;
}

.acc_info_body .comntu {
  padding: 10px;
  color: #cfd8dc;
  background: #15141f9c;
  border-radius: 5px;
  margin: 15px 0;
}

.acc_info_body .comntu a {
  color: #fff;
  background: #756bc4;
  padding: 0 5px;
  border-radius: 30px;
}

.like_single {
  position: absolute;
  bottom: 0;
  z-index: 999;
  background: #211f30;
  width: 35px;
  height: 35px;
  color: #7D72CD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  margin: 6px;
  cursor: pointer;
  box-shadow: 0px 0px 7px 2px #0000008a;
}

.removebook {
  position: absolute;
  top: 0;
  z-index: 999;
  background: #211f30;
  width: 35px;
  height: 35px;
  color: #7D72CD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  margin: 6px;
  cursor: pointer;
  box-shadow: 0px 0px 7px 2px #0000008a;
}

.acc_info_ .posts img {
  width: 100%;
  border-radius: 5px;
  height: 290px;
  object-fit: cover;
}

.acc_info_ .posts {
  display: inline-block;
  margin: 10px 0;
  position: relative;
}

.prof {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #211f30;
  border-radius: .25rem;
}

.prof .bnr {
  float: left;
  width: 100%;
  overflow: hidden;
}

.prof .bnr img {
  max-width: 100%;
  height: auto;
}

.prof .profhd {
  padding: 15px;
  display: flex;
  position: relative;
}

.prof .profhd .photo {
  height: 80px;
  width: 80px;
  order: 1;
  position: absolute;
  top: -40px;
}

.prof .profhd .photo a {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%;
  width: auto;
  background-size: cover;
  border-radius: 100%;
}

.prof .profhd .name {
  color: #fff;
  order: 2;
  position: relative;
  margin-right: 85px;
  top: -14px;
  right: 5px;
}

.prof .profcnt {
  padding: 0px 20px 20px;
}

footer {
  padding: 0 8px;
}

.socialmedia {
  position: absolute;
  left: 5px;
  background: #211f30c9;
  padding: 5px 15px;
  border-radius: 30px;
  top: 5px;
}

.socialmedia a {
  margin: 0 5px;
}

.socialmedia a svg path {
  transition: 0.2s ease-in-out;
}

.socialmedia a:hover svg path {
  fill: #a297f7;
}

.film_cat img {
  width: 100%;
  height: auto;
}

.blogct>.blog {
  display: flex;
  flex-wrap: wrap;
}

.blogct .blog .clblg {
  flex: 0 0 auto;
  width: 50%;
  height: 170px;
  padding: 5px;
}

.blogct .blog .article {
  position: relative;
  height: 100%;
}

.dl-links-box {
  position: relative;
}

.dl-links-box .paysub {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  background: #15141fe3;
  right: 0;
  border-radius: 5px;
  cursor: pointer;
  z-index: 999;
}

section.pagecnt {
  background: #211F30;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  line-height: 2;
  color: #fff;
}

section.pagecnt img {
  width: 100%;
  height: auto;
}