﻿body.ic-videos {
  background: #fff;
  padding-bottom: 0;
}

.ic-vids {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  direction: rtl;
  background: #fff;
}

.ic-vids-head {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: #fff;
}

.ic-vids-info,
.ic-vids-diamond,
.ic-vids-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ic-vids-info { left: 16px; }

.ic-vids-diamond {
  left: 55px;
  width: 40px;
  height: 40px;
}

.ic-vids-close {
  right: 10px;
  color: #4e91e6;
}

.ic-vids-diamond-icon { color: #4e91e6; }

.ic-vids-title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #2d3a4a;
  text-align: center;
}

.ic-vids-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

.ic-vids-desc {
  margin: 0 40px 15px;
  font-size: 11.7px;
  font-weight: 400;
  color: #8090a8;
  text-align: center;
  line-height: 24px;
}

.ic-vids-search-wrap {
  position: relative;
  width: 100%;
  padding: 20px 20px 10px;
}

.ic-vids-search {
  position: relative;
}

.ic-vids-search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #919aaf;
}

.ic-vids-search-input {
  width: 100%;
  border: 0;
  border-radius: 16px;
  background: #f8f9fb;
  padding: 20px 48px 20px 50px;
  font-size: 11.5px;
  color: #2d3a4a;
  text-align: right;
  direction: rtl;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.ic-vids-search-input::-webkit-search-cancel-button,
.ic-vids-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.ic-vids-search-input::placeholder {
  color: #919aaf;
}

.ic-vids-search-input:focus {
  background: #f8f9fb;
}

.ic-vids-search-clear {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #919aaf;
  padding: 8px;
  line-height: 1;
}

.ic-vids-tabs {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  background: transparent;
}

.ic-vids-tab {
  width: 150px;
  padding: 15px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 400;
  font-family: inherit;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.ic-vids-tab--active {
  background: transparent;
  border-bottom-color: #4e91e6;
  color: #4e91e6;
  font-weight: 700;
}

.ic-vids-panel {
  width: 100%;
  padding: 0;
}

.ic-vids-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 20px 0;
}

.ic-vids-sentinel {
  flex: 0 0 100%;
  width: 100%;
  height: 1px;
}

.ic-vid-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin: 0 1.6% 20px;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.ic-vid-thumb {
  position: relative;
  width: 102px;
  height: 140px;
  margin-bottom: 8px;
  border-radius: 12px;
  background: #f6f6f6;
  overflow: hidden;
}

.ic-vid-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.ic-vid-thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  pointer-events: none;
}

.ic-vid-name {
  width: 100%;
  margin: 0;
  font-size: 9.5px;
  font-weight: 400;
  line-height: 17px;
  color: #2d3a4a;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ic-vid-badges {
  position: absolute;
  top: 8px;
  right: 7px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  direction: ltr;
  gap: 3px;
  pointer-events: none;
}

.ic-vid-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 18px;
  padding: 2px 5px;
  border-radius: 6px;
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
  color: #fff;
  white-space: nowrap;
}

.ic-vid-badge--free {
  background: #4caf50;
}

.ic-vid-badge--new {
  background: #2196f3;
}

.ic-vids-empty {
  flex: 1 1 100%;
  width: 100%;
  margin: 0;
  padding: 30px 16px;
  color: #919aaf;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.ic-vids-diamond[hidden],
.ic-vid-badge--free[hidden],
.ic-vids-empty[hidden] {
  display: none !important;
}

@media (max-width: 800px), (min-width: 801px) {
  body.ic-videos .ic-header,
  body.ic-videos .ic-footer,
  body.ic-videos .ic-tabbar {
    display: none;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ØµÙØ­Ù‡ ÙˆÛŒØ¯Ø¦Ùˆ Ø¢Ù…ÙˆØ²Ø´ÛŒ â€” Ø¬Ø²Ø¦ÛŒØ§Øª (ic-mov) Ù…Ø·Ø§Ø¨Ù‚ MovieEducational
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
body.ic-video {
  background: #fff;
  padding-bottom: 0;
}

.ic-mov {
  position: relative;
  min-height: 100dvh;
  direction: rtl;
  background: #fff;
}

.ic-mov-empty {
  margin: 0;
  padding: 80px 24px;
  color: #919aaf;
  text-align: center;
}

.ic-mov-head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.ic-mov-head-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 30px;
  background: rgba(241, 241, 243, 0.76);
  color: #2d3a4a;
  cursor: pointer;
  text-decoration: none;
}

.ic-mov-head-btn.is-disabled {
  opacity: 0.5;
  cursor: default;
}

.ic-mov-head-btn img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ic-mov-head-btn--close .ic-icon {
  background-color: #2d3a4a;
}

.ic-mov-poster {
  position: relative;
  width: 100%;
  height: 75vh;
  max-height: 640px;
  overflow: hidden;
  background: #111;
}

.ic-mov-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ic-mov-poster-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
}

.ic-mov-sheet {
  position: relative;
  z-index: 2;
  margin-top: -120px;
  padding: 20px;
  background: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.ic-mov-title {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  color: #2d3a4a;
  text-align: center;
}

.ic-mov-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 16px;
  padding: 24px 10px;
  background: #f9fafd;
  border-radius: 18px;
}

.ic-mov-meta-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: "IRANYekanFa", "IRANYekan", sans-serif;
  font-size: 9.5px;
  color: #6a81a9;
  text-align: center;
}

a.ic-mov-meta-item.is-link {
  text-decoration: none;
  color: inherit;
}

.ic-mov-meta-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.ic-mov-meta-div {
  width: 1px;
  height: 40px;
  background: #e8e9ec;
  flex-shrink: 0;
}

.ic-mov-play {
  display: block;
  width: 98%;
  margin: 0 auto 30px;
  padding: 19px 10px;
  border: 0;
  border-radius: 16px;
  background: #4e91e6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}

.ic-mov-about {
  padding: 0 10px 24px;
  text-align: center;
}

.ic-mov-about h2,
.ic-mov-similar h2,
.ic-mov-comments h2 {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  color: #2d3a4a;
  text-align: center;
}

.ic-mov-desc p {
  margin: 0 0 5px;
  font-size: 12.2px;
  line-height: 32px;
  color: #384152;
  text-align: center;
}

.ic-mov-desc p:last-child {
  margin-bottom: 0;
}

.ic-mov-desc.is-collapsed {
  max-height: 160px;
  overflow: hidden;
}

.ic-mov-more {
  display: inline-block;
  margin: 0 auto;
  border: 0;
  background: transparent;
  color: #4785ff;
  font-size: 12.2px;
  font-family: inherit;
  cursor: pointer;
}

.ic-mov-more[hidden] {
  display: none !important;
}

.ic-mov-more--inline {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.ic-mov-similar {
  margin: 5px -20px 24px;
  text-align: center;
}

.ic-mov-similar h2 {
  margin-bottom: 30px;
}

.ic-mov-similar-row {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 6px 20px 14px;
  scrollbar-width: none;
}

.ic-mov-similar-row::-webkit-scrollbar { display: none; }

.ic-mov-similar-card {
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.ic-mov-similar-thumb {
  position: relative;
  display: block;
  width: 140px;
  height: 188px;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 16px;
  background: #f6f6f6;
}

.ic-mov-similar-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ic-mov-similar-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
}

.ic-mov-similar-free {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  padding: 4px 8px;
  border-radius: 8px;
  background: #4caf50;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
}

.ic-mov-similar-name {
  width: 100%;
  font-size: 10.5px;
  line-height: 22px;
  color: #2d3a4a;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ic-mov-comments {
  padding: 5px 20px calc(40px + env(safe-area-inset-bottom, 0px));
}

.ic-mov-comments .ic-cmt-section-head {
  margin-bottom: 0;
}

.ic-mov-comments .ic-cmt-show-all {
  margin-top: 4px;
  margin-bottom: 0;
}

.ic-mov-copy {
  margin: 16px 0 40px;
  padding: 22px;
  border-radius: 14px;
  background: #f8f9fa;
}

.ic-mov-copy p {
  margin: 0;
  font-size: 10.7px;
  line-height: 28px;
  color: #7185a9;
  text-align: center;
}

.ic-mov-comments h2 {
  margin-bottom: 10px;
  font-size: 16px;
}

.ic-mov-comments-sub {
  margin: 0 0 50px;
  font-size: 11px;
  color: #919aaf;
  text-align: center;
}

.ic-mov-comment {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f3f8;
}

.ic-mov-comment header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.ic-mov-comment header strong {
  font-size: 13px;
  color: #2d3a4a;
}

.ic-mov-comment header span {
  margin-right: auto;
  font-size: 11px;
  color: #919aaf;
}

.ic-mov-comment-star {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4e91e6;
}

.ic-mov-comment p {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  color: #384152;
}

.ic-mov-all-comments {
  display: block;
  width: 100%;
  margin: 8px 0 0;
  padding: 12px;
  border: 0;
  border-radius: 12px;
  background: #f3f5fa;
  color: #4e91e6;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}

.ic-mov-player[hidden],
.ic-mov-restrict[hidden],
.ic-mov-similar-free[hidden] {
  display: none !important;
}

.ic-mov-player {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.ic-mov-player-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 30px;
  background: rgba(241, 241, 243, 0.76);
  color: #2d3a4a;
  cursor: pointer;
}

.ic-mov-player-video {
  width: 100%;
  max-height: 100%;
  background: #000;
}

.ic-mov-restrict {
  position: fixed;
  inset: 0;
  z-index: 180;
}

.ic-mov-restrict-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.ic-mov-restrict-card {
  position: absolute;
  right: 24px;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  padding: 28px 22px 20px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.ic-mov-restrict-card h2 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #2d3a4a;
}

.ic-mov-restrict-card p {
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 24px;
  color: #6a81a9;
}

.ic-mov-restrict-go {
  display: block;
  margin-bottom: 10px;
  padding: 14px;
  border-radius: 14px;
  background: #4e91e6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ic-mov-restrict-close {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #919aaf;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
}

@media (max-width: 800px), (min-width: 801px) {
  body.ic-video .ic-header,
  body.ic-video .ic-footer,
  body.ic-video .ic-tabbar {
    display: none;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ØµÙØ­Ù‡ Ù¾Ø§Ø¯Ú©Ø³Øª  (ic-pod) â€” Ù…Ø·Ø§Ø¨Ù‚ PodcastScreen Ø§Ù¾
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
