/* MR Aparat 3.4.0 */

.ma_woo_parent iframe, .ma_parent iframe {
  border: none;
}

.ma_iframe-aparat_embed_frame {
  position: relative;
  width: 100%;
  margin: 10px auto;
}

.ma_iframe-aparat_embed_frame .ratio {
  display: block;
  width: 100%;
  height: auto;
}

.ma_iframe-aparat_embed_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ma_parent {
  max-width: 1200px;
  margin: 10px 0px;
  direction: rtl;
}

.ma_live_code {
  min-height: 200px;
}

.st_0,
.st_2 {
  margin: 10px auto;
}


.ma_woo_parent {
  margin: 0 auto;
  max-width: 70%;
  direction: rtl;
}


.ma_list-content,
.ma_description-inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ma_list-content::-webkit-scrollbar,
.ma_description-inner::-webkit-scrollbar {
  display: none;
}

.ma_none {
  display: none !important;
}

.aparat-playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aparat-playlist-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-height: 426px;
}

.ma_video-like .yg-wrapper {
  padding-right: 25px;
  padding-top: 1px;
  float: left;
  font-size: 14px;
}

#yg-loader {
  float: right;
  padding-left: 4px;
}

.yg-wrapper>a {
  float: left;
}

.yg-icon {
  padding-right: 5px;
}

.romeo-recom {
  display: none !important;
}

.ma_video-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  position: relative;
}

.ma_video-content {
  height: 100%;
}

.ma_video-content.current {
  display: block;
}

.ma_video {
  border-radius: 5px;
  background-color: #202128;
  height: 100%;
  outline: none;
  position: relative;
}

.ma_video iframe {
  border-radius: 5px;
}

.ma_video-wrapper {
  width: 100%;
  direction: ltr;
}

.mejs-overlay,
.mejs-video video,
.mejs-video {
  width: 100% !important;
}

.ma_video-wrapper .mejs-overlay,
.ma_video-wrapper .mejs-video,
.mejs-video video {
  height: 426px !important;
  border-radius: 5px;
}

.mejs-poster.mejs-layer {
  display: none;
}

.ma_video-wrapper .mejs-time {
  height: 27px;
}

.ma_video-wrapper .mejs-controls {
  border-radius: 0 0 5px 5px;
}

.ma_video-title {
  margin-top: 20px;
  margin-bottom: 0;
}

.ma_list {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 37%;
}

.ma_list-header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 16px;
  min-height: 56px;
  border-bottom: 1px solid #d5dadf;
  border-radius: 5px 5px 0 0;
  color: #000
}

.ma_list-header h4 {
  margin: 0;
  font-size: 17px;
}

.ma_list-inner {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.ma_list-header span {
  font-size: 13px;
  margin: 0 8px;
}

.ma_list-header a {
  width: 33px;
  height: 33px;
  display: none;
  line-height: 35px;
  text-align: center;
  border: 1px solid;
  border-radius: 50px;
  font-size: 12px;
}

.slided-up i {
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.slided-up i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.open-list .slided-up i {
  transform: translateY(-2px) rotate(0);
  -o-transform: translateY(-2px) rotate(0);
  -ms-transform: translateY(-2px) rotate(0);
  -moz-transform: translateY(-2px) rotate(0);
  -webkit-transform: translateY(-2px) rotate(0);
}

.ma_list-content {
  overflow: auto;
  height: 100%;
}

.ma_list-content>p {
  margin: 7px 0 9px 0;
  font-size: 15px;
  text-align: center;
  background-color: #e6e7ef;
  padding: 6px 0;
}

.scroll-wrapper.ma_list-content {
  padding-bottom: 17px !important;
}

.ma_list-item {
  background-color: #fff;
  border-color: #d5dadf;
  color: #4f4f4f !important;
  border-width: 0 0 1px;
  cursor: pointer;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
  outline: none;
  padding: 0 12px 0 26px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  text-decoration: none;

}

.ma_list-item .ma_image {
  background-color: #d5dadf;
  position: relative;
  margin: auto 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 75px;
  height: 100%;
}

.ma_video-number {
  margin-left: 8px;
  min-width: 22px;
}

.scroll-wrapper.ma_description-inner {
  position: absolute !important;
  top: 45%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  text-align: center;
  padding: 40px !important;
  width: 65%;
  max-height: 65%;
  overflow-y: auto;
}

.ma_description-inner>.ma_description-inner {
  padding: 0 !important;
}

.ma_description:before {
  border-radius: 5px;
  content: '';
  z-index: 99;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.ma_description {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.ma_description.active-desc:before,
.ma_description.active-desc {
  opacity: 1;
  visibility: visible;
}

.ma_cancel-desc {
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 9;
  font-size: 19px;
  cursor: pointer;
  padding: 0 5px;
}

.ma_video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.ma_video-meta>span {
  float: left;
}

.ma_video-meta i::before {
  position: relative;
  top: 1px;
}

.ma_video-info h2 {
  margin: 0;
  -webkit-flex: min-content;
  -ms-flex: min-content;
  flex: min-content;
  font-size: 1.5rem;

}

.ma_video-view {
  font-size: 14px;
  padding-right: 25px;
}

.ma_video-btn {
  cursor: pointer;
  position: relative;
  top: -2px;
}

.ma_video-btn i,
.ma_video-view i {
  margin-right: 5px;
}

.ma_list-item img {
  object-fit: fill;
  -o-object-fit: fill;
  height: 100%;
  width: 100%;
}

.ma_list-item p {
  font-size: 14px;
  margin: auto 10px;
  text-align: right;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.video-navigation span i:before {
  position: relative;
  top: 2px;
}

.video-navigation .prev-video i {
  margin-left: 3px;
}

.video-navigation .next-video i {
  margin-right: 3px;
}

.video-navigation span {
  cursor: pointer;
  display: inline-block;
}

.ma_list-toggle span {
  margin-left: 15px;
  display: inline-block;
  position: relative;
  bottom: 2px;
}

.ma_list-item .ma_duration {
  font-size: 14px;
  margin: auto 0;
}

.ma_duration {
  font-size: 14px;
  margin: auto 0;
}

.ma_list-item.current,
.ma_list-item:hover {
  background-color: #f1f3f5;
  border-color: #d5dadf;
  border-width: 0 0 1px;
}

.type-one .h_iframe-aparat_embed_frame>span {
  padding-top: 426px !important;
}

.type-one .ma_video-info {
  display: none;
  height: 100%;
  outline: none;
}

.type-one .ma_video-info.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.type-one .ma_video-list .ma_video-info,
.type-one .ma_list-toggle {
  display: none;
}

.type-one .ma_video-btn {
  padding-right: 20px;
}

.type-one .ma_list {
  padding-right: 10px;
}

.st_1 .items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
}

.st_1 .items .ma_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 255px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  opacity: 0;
}

.st_1 .ma_item iframe {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.st_1 .ma_item.active {
  opacity: 1;
  z-index: 99;
  box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.75);
}

.st_1 .ma_item.prev {
  z-index: 2;
  opacity: 0.25;
  transform: translate(-125%, -50%);
}

.st_1 .ma_item.next {
  z-index: 2;
  opacity: 0.25;
  transform: translate(25%, -50%);
}

.st_1 .items .button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  z-index: 100;
}

.st_1 .button-container .button,
.ma_btm {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.st_1 .button-container .button:hover,
.ma_btm:hover {
  opacity: 1;
}

.st_1 .button-container .button:before,
.ma_btm:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  z-index: -99;
}

.st_1 .button-container .button:nth-child(1) {
  float: left;
}

.st_1 .button-container .button:nth-child(2) {
  float: right;
}

.ma_parent.st_1 {
  margin: 70px auto;
  position: relative;
  min-height: 200px;
}

.style_2_items {
  display: flex;
  gap: 15px;
  align-items: center;
}

.ma_parent.st_3 {
  max-width: 100%;
}

.style_3_gallery {
  display: grid;
  gap: 10px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.style_3_gallery .ma_s3_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
  color: rgb(72, 75, 98);
  line-height: 1.8em;
  padding: 0px;
  margin: 0px;
}

.style_3_gallery .ma_s3_visited,
.style_3_gallery .ma_s3_time {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(111, 114, 133);
}

.ma-paginate {
  display: flex;
  gap: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.ma-paginate a {
  background: #d5dadf;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #4f4f4f;
  text-decoration: none;

}

.ma-paginate .current {
  background: #4f4f4f;
  border: 1px solid #d5dadf;
  padding: 5px 10px;
  border-radius: 5px;
  color: #FFFFFF;
}

.mraparat_test_view {
  background-color: red;
  font-size: 70px;
  padding: 20px;
}


.mraparat-swiper-parent {
  height: auto;
  position: relative;
}

.mraparat-swiper {
  width: 100%;
  padding: 10px 0px;
  overflow: hidden;
}

.mraparat-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: .75rem;
  object-fit: cover;
}

.mraparat-swiper .swiper-button-next,
.mraparat-swiper .swiper-button-prev {
  color: #f594b3;
  background: #ea1d5d;
  padding: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@media (max-width: 568px) {
  .ma_video-info h2 {
    font-size: 17px;
  }

  .ma_video-wrapper .mejs-overlay,
  .ma_video-wrapper .mejs-video,
  .mejs-video video {
    height: 325px !important;
  }

  .ma_video-btn,
  .type-one .ma_video-btn,
  .ma_video-view,
  .ma_video-like .yg-wrapper {
    padding-right: 0;
    padding-left: 15px;
  }

  .ma_video-info {
    align-items: center;
    -webkit-align-items: center;
  }

  .type-one .ma_video-list .ma_video-info,
  .ma_video-info {
    display: block;
  }

  .ma_video-meta {
    float: right;
    padding: 20px 0;
  }

  .ma_list-toggle>span {
    display: none;
  }

  .ma_list-toggle span {
    margin-left: 7px;
  }

  .scroll-wrapper.ma_description-inner {
    padding: 20px !important;
    width: 90%;
  }

  .ma_cancel-desc {
    right: 6px;
    top: 6px;
    font-size: 14px;
  }

  .ma_list-header span {
    margin: 0 3px;
  }


  .st_1 .ma_item.next,
  .st_1 .ma_item.prev {
    width: 150px !important;
  }

}

@media (max-width: 767px) {
  .ma_video-info-outter {
    display: none;
  }

  .type-one .ma_list-toggle,
  .ma_list-header a {
    display: inline-block;
  }

  .type-one .ma_video-list .ma_video-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .type-one .ma_list {
    padding-right: 0;
  }

  .aparat-playlist-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }

  .ma_list {
    width: auto;
    height: auto;
  }

  .ma_list-inner {
    height: 0;
  }

  .type-one .ma_list-inner {
    height: 185px;
  }

  .ma_video-list {
    border: none;
    height: 100%;
    padding-left: 0;
  }

  body .type-one .ma_video-list .ma_video-content .ma_video .h_iframe-aparat_embed_frame>span {
    padding-top: 57% !important;
  }

  body .aparat-playlist.type-one .aparat-playlist-inner {
    height: auto !important;
  }

  .st_1 .items .ma_item {
    width: 250px;
    height: 140px;
  }

  .st_1 .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .st_1 .items .button-container {
    width: 270px;
  }

  .st_1.button-container .button {
    font-size: 20px;
  }

  .ma_woo_parent {
  max-width: 100%;
}

}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}