/*
 * Created by Vira Pardazesh
 */
.km-box-style-theme {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style-theme-2 {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #e4e4e4;
}
.km-box-style {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style.km-overflow {
  overflow: hidden;
}
.km-box-style.km-padding {
  padding: 20px;
}
.km-box-style .km-title-style-theme .km-title {
  background: #fff;
}
.km-box-style2 {
  background: #fff;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 20px;
}
.km-box-style2 .km-title-style-theme .km-title {
  background: #fff;
}
.bio-video {
  position: relative;
  width: 100%;
  max-height: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}
.bio-video.fullscreen {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  background-color: black;
}
.bio-video.fullscreen .main-video {
  object-fit: cover;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .bio-video.fullscreen .main-video {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
}
.bio-video .main-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bio-video .video-control-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .bio-video .video-control-button {
    width: 40px;
    height: 40px;
  }
}
.bio-video .video-control-button:hover {
  opacity: 0.8;
}
.bio-video .video-progress-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .bio-video .video-progress-bar {
    padding: 20px !important;
    height: 0;
    bottom: 0 !important;
  }
}
.bio-video .video-progress-bar .items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bio-video .video-progress-bar .items .video-items_play {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.bio-video .video-progress-bar .items .video-items_play img {
  width: 24px;
  height: 24px;
}
.bio-video .video-progress-bar .items .video-items-progress_bg {
  display: flex;
  justify-content: flex-end;
  width: 78%;
  background: #929292;
  height: 2px;
  cursor: pointer;
  margin-right: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .bio-video .video-progress-bar .items .video-items-progress_bg {
    margin-right: 8px !important;
  }
}
.bio-video .video-progress-bar .items .video-items-progress_bg .video-items-progress {
  background: #ffffff;
  height: 2px;
  width: 0%;
  position: relative;
}
.bio-video .video-progress-bar .items .video-items-progress_bg .video-items-progress .video-items-progress_trigger {
  background: #ffffff;
  transform: translate(7px, -3px);
  border-radius: 4px;
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.bio-video .video-progress-bar .items .video-items_timer {
  margin-right: 16px;
  display: flex;
}
.bio-video .video-progress-bar .items .video-items_timer span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24.8px;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .bio-video .video-progress-bar .items .video-items_timer span {
    font-size: 11px;
    font-weight: 400;
    line-height: 17.05px;
    letter-spacing: -0.5px;
  }
}
.bio-video .video-progress-bar .items .video-items_timer .current-time {
  color: #ffffff;
}
.bio-video .video-progress-bar .items .video-items_timer .seprate {
  color: #929292;
  margin: 0 6px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .bio-video .video-progress-bar .items .video-items_timer .seprate {
    margin: 0 4px;
  }
}
.bio-video .video-progress-bar .items .video-items_timer .count-time {
  color: #929292;
}
.bio-video .video-progress-bar .items .video-items_voice {
  margin-right: 8px !important;
}
.bio-video .video-progress-bar .items .video-items_voice,
.bio-video .video-progress-bar .items .video-items_size {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.bio-video .video-progress-bar .items .video-items_voice img,
.bio-video .video-progress-bar .items .video-items_size img {
  width: 24px;
  height: 24px;
}
.bio-video .video-progress-bar .items button {
  max-height: 17px !important;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .bio-video .video-progress-bar .items button img {
    width: 16px;
    height: 16px;
    max-height: 16px;
    max-width: 16px;
  }
}
.bio-video .video-preview {
  position: absolute;
  bottom: 48px;
  background-color: black;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  /* پیش‌فرض مخفی */
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  /* جلوگیری از تداخل ماوس */
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* فاصله بین تصویر و تایم */
}
.bio-video .preview-frame {
  width: 120px;
  /* عرض تصویر */
  height: 70px;
  /* ارتفاع تصویر */
  border-radius: 4px;
  object-fit: cover;
  /* نمایش تصویر به صورت مناسب */
}

.h_iframe-aparat_embed_frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
    }

    .h_iframe-aparat_embed_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*# sourceMappingURL=bioVideo.css.map */