/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/modal.css ***!
  \************************************************************************/
@keyframes zuckSlideTime {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes zuckLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 
#stories-viewer-box {
  position: relative;
  padding-top: 100%;
  width: 100%;
} */
.story-wrapper-video .video-name span {
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: break-spaces;
  word-break: break-word;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}
#stories-viewer-box {
  position: relative;
  height: 100%;
  width: 100%;
}
#zuck-modal-outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#zuck-modal {
  outline: 0 !important;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  font-size: 14px;
  font-family: inherit;
  margin: 0 auto!important;
}
#zuck-modal-content,
#zuck-modal-content .story-viewer,
#zuck-modal-content .story-viewer > .slides,
#zuck-modal-content .story-viewer > .slides > * {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}
#zuck-modal * {
  user-select: none;
  outline: 0;
}

#zuck-modal.with-effects {
  transform: scale(0.01);
  transform-origin: top left;
  transition: 0.25s;
}
#zuck-modal.with-effects.animated {
  transform: scale(1);
  border-radius: 0;
}
#zuck-modal.with-effects.closed {
  transform: translateY(100%);
}

#zuck-modal .zuck-slider {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
  position: absolute;
}
#zuck-modal .zuck-slider > * {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
#zuck-modal .zuck-slider > .previous {
  left: 0;
}
#zuck-modal .zuck-slider > .viewing {
  left: 100%;
}
#zuck-modal .zuck-slider > .next {
  left: 200%;
}
#zuck-modal .zuck-slider.animated {
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

#zuck-modal.with-cube #zuck-modal-content {
  perspective: 1000%;
  transform: scale(0.95);
  perspective-origin: 50% 50%;
  overflow: visible;
  transition: 0.3s;
}
#zuck-modal.with-cube .zuck-slider {
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}
#zuck-modal.with-cube .zuck-slider > .previous {
  backface-visibility: hidden;
  left: 100%;
  transform: rotateY(270deg) translateX(-50%);
  transform-origin: center left;
}
#zuck-modal.with-cube .zuck-slider > .viewing {
  backface-visibility: hidden;
  left: 100%;
  transform: translateZ(50%);
}
#zuck-modal.with-cube .zuck-slider > .next {
  backface-visibility: hidden;
  left: 100%;
  transform: rotateY(-270deg) translateX(50%);
  transform-origin: top right;
}

#zuck-modal-content .story-viewer.paused.longPress .head,
#zuck-modal-content .story-viewer.paused.longPress .slides-pointers,
#zuck-modal-content .story-viewer.paused.longPress .tip {
  opacity: 0;
}
#zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers > * > .active > .progress {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
#zuck-modal-content .story-viewer.next {
  z-index: 10;
}
#zuck-modal-content .story-viewer.viewing {
  z-index: 5;
}
#zuck-modal-content .story-viewer.previous {
  z-index: 0;
}
#zuck-modal-content .story-viewer.muted .tip.muted,
#zuck-modal-content .story-viewer.loading .head .loading {
  display: block;
}
#zuck-modal-content .story-viewer.loading .head .right .time,
#zuck-modal-content .story-viewer.loading .head .right .close {
  display: none;
}

#zuck-modal-content .story-viewer .slides-pagination span {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  width: 48px;
  margin: 6px;
  transform: translateY(-50%);
  z-index: 5;
  text-align: center;
}

#zuck-modal-content .story-viewer .slides-pagination .previous {
  left: 0;
}

#zuck-modal-content .story-viewer .slides-pagination .next {
  right: 0;
}

#zuck-modal-content .story-viewer .slides-pointers {
  display: table;
  table-layout: fixed;
  border-spacing: 0px;
  border-collapse: separate;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: calc(50% - 50%);
  right: calc(50% - 50%);
  z-index: 9;
}
.slides-pointers .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 14px 5px 19px;
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  gap: 15px;
}
.wrap .active {
  width: 100%;
  border-radius: 5px;
  background: rgb(228 228 228 / 40%);
}
.slides-pointers {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 16.08%, rgba(0, 0, 0, 0.94) 116.22%);
  padding-top: 28px;
}
.slides .bp-mute-unmute-btn {
  top: 22px;
  right: auto;
  left: 15px;
}
/* #zuck-modal-content .story-viewer .slides-pointers > * {
  display: table-row;
} */

/* #zuck-modal-content .story-viewer .slides-pointers > * > * {
  display: table-cell;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
} */
#zuck-modal-content .story-viewer .slides-pointers > * > .seen {
  background: #fff;
}
#zuck-modal-content .story-viewer .slides-pointers > * > * > .progress {
  background: #fff;
  width: auto;
  max-width: 0;
  height: 4px;
  display: block;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  border-radius: 5px;
}
#zuck-modal-content .story-viewer .slides-pointers > * > .active > .progress {
  -webkit-animation-name: zuckSlideTime;
  animation-name: zuckSlideTime;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  
}

#zuck-modal-content .story-viewer .head {
  position: absolute;
  height: 56px;
  left: 0;
  right: 0;
  line-height: 56px;
  z-index: 100010;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35);
  padding: 6px 12px;
}
#zuck-modal-content .story-viewer .head .item-preview {
  overflow: hidden;
  vertical-align: top;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
#zuck-modal-content .story-viewer .head .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
#zuck-modal-content .story-viewer .head .time {
  opacity: 0.75;
  font-weight: 500;
  font-size: 13px;
}
#zuck-modal-content .story-viewer .head .left {
  line-height: 1 !important;
  display: inline-block;
  margin: 6px 0;
}
#zuck-modal-content .story-viewer .head .left .info {
  display: inline-block;
  max-width: 30%;
  vertical-align: middle;
}
#zuck-modal-content .story-viewer .head .left .info > * {
  width: 100%;
  display: inline-block;
  line-height: 21px;
}
#zuck-modal-content .story-viewer .head .left .info .name {
  font-weight: 500;
}
#zuck-modal-content .story-viewer .head .right {
  float: right;
}
#zuck-modal-content .story-viewer .head .right .close,
#zuck-modal-content .story-viewer .head .back {
  font-size: 42px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
}
#zuck-modal-content .story-viewer .head .left .back {
  display: none;
  width: 24px;
  margin: -9px -6px 0 -6px;
}
#zuck-modal-content .story-viewer .head .right .time {
  display: none;
}
#zuck-modal-content .story-viewer .head .loading {
  display: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 9px 0;
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-top-color: #fff;
  -webkit-animation: zuckLoading 1s infinite linear;
  animation: zuckLoading 1s infinite linear;
}

#zuck-modal-content .story-viewer .head,
#zuck-modal-content .story-viewer .slides-pointers,
#zuck-modal-content .story-viewer .tip {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#zuck-modal-content .story-viewer .slides .item {
  display: none;
  overflow: hidden;
}
#zuck-modal-content .story-viewer .slides .item:before {
  z-index: 4;
  background: transparent;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#zuck-modal-content .story-viewer .slides .item > .media {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  object-fit: contain;
}
#zuck-modal-content .story-viewer .slides .item.active,
#zuck-modal-content .story-viewer .slides .item.active .tip.link {
  display: block;
}
#zuck-modal-content .story-viewer .tip {
  z-index: 5;
  text-decoration: none;
  display: none;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 24px;
}
#zuck-modal.rtl {
  direction: rtl;
  left: auto;
  right: 0;
}
#zuck-modal.rtl.with-effects {
  transform-origin: top right;
}
#zuck-modal.rtl.with-effects.animated {
  margin-left: auto !important;
  margin-right: 0 !important;
}
#zuck-modal.rtl .zuck-slider {
  left: auto;
  right: -100%;
}
#zuck-modal.rtl .zuck-slider > .previous {
  left: auto;
  right: 0;
  transform: rotateY(-270deg) translateX(50%);
}
#zuck-modal.rtl .zuck-slider > .viewing {
  left: auto;
  right: 100%;
}
#zuck-modal.rtl .zuck-slider > .next {
  left: auto;
  right: 200%;
}
#zuck-modal.rtl.with-cube .zuck-slider > .previous {
  left: auto;
  right: 100%;
  transform-origin: center right;
}
#zuck-modal.rtl.with-cube .zuck-slider > .viewing {
  left: auto;
  right: 100%;
  transform: translateZ(50%);
}
#zuck-modal.rtl.with-cube .zuck-slider > .next {
  left: auto;
  right: 100%;
  transform-origin: top left;
  transform: rotateY(270deg) translateX(-50%);
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .previous {
  left: auto;
  right: 0;
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .slides-pagination .next {
  right: auto;
  left: 0;
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
  margin-right: auto;
  margin-left: 9px;
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .head .right {
  float: left;
}
#zuck-modal.rtl #zuck-modal-content .story-viewer .tip {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}
.story-wrapper-video .status-title-wrap {
  position: relative;
  width: 100%;
  z-index: 100;
  top: 0;
  padding: 10px 22px 10px 20px;
  background: #fff;
  color: #121213;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.story-wrapper-video .video-name {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 0;
}
.show-title .up-down-arrow {
  position: relative;
  border-radius: 10px;
  background: var(--primary-color);
  padding: 4px;
  aspect-ratio: 1/1;
  width: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.story-wrapper-video .show-title {
  display: none;
  position: absolute;
  color: #fff;
  min-height: 155px;
  opacity: 0.9;
  background: linear-gradient(180deg, #383CCA 60.24%, rgba(56, 60, 202, 0.00) 100%);
}
.story-wrapper-video .show-title a {
  display: none;
}
/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/timeline.css ***!
  \***************************************************************************/
  .stories.carousel {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    user-select: none;
  }
  .video-slider-section {
    margin: 0px 24px 0px 10px;
  }
  .stories.carousel {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 657px;
    padding: 13px 0;
  }
  .stories.carousel .story {
    display: flex;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
    margin-bottom: 10px;
    padding: 6px 11px;
    cursor: pointer;
    position: relative;
  }
  .video-content-section-popup {
    max-width: 50%;
  }
  .video-name p {
    color: #121213;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    line-height: 130%;
    white-space: break-spaces;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .active .video-name p {
    color: #ffffff;
  }
  .video-slider-section .active {
    border-radius: 10px;
    background: linear-gradient(90deg, #2E3CC7 2.04%, #C632F9 107.37%);
  } 
  .stories.carousel .info {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(18, 18, 19, 0.25);
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  /* width */
  .stories.carousel::-webkit-scrollbar {
    height: 0px;
    width: 0px;
  }
  .stories.carousel::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #C1C6C9;
  }
  .stories.carousel::-webkit-scrollbar-thumb {
    background: #121213; 
    border-radius: 10px;
  }
  .stories.carousel::-webkit-scrollbar-thumb:hover {
    background: #121213; 
  }
  .stories.carousel .story:last-child {
    margin-right: 0;
  }
  .stories.carousel .story > .item-link:active > .item-preview {
    transform: scale(0.9);
  }
  .video-slider-section .item-preview img {
      display: block;
      box-sizing: border-box;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
      object-fit: cover;
      border-radius: 50%;
  }
  .stories.carousel .story > .item-link > .info {
    display: inline-block;
    margin-top: 0.5em;
    line-height: 1.2em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .stories.carousel .story > .item-link > .info .name {
    font-weight: 300;
  }
  .stories.carousel .story > .item-link > .info .time {
    display: none;
  }
  .stories.carousel .story > .items {
    display: none;
  }
  
  .stories.list {
    white-space: nowrap;
    overflow: auto;
  }
  .stories.list .story {
    display: block;
    width: auto;
    margin: 6px;
    padding-bottom: 6px;
  }
  
  .stories.list .story > .item-link {
    text-align: left;
    display: block;
  }
  .stories.list .story > .item-link > .item-preview {
    height: 42px;
    width: 42px;
    max-width: 42px;
    margin-right: 12px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0;
    overflow: hidden;
  }
  .stories.list .story > .item-link > .item-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .stories.list .story > .item-link > .info {
    display: inline-block;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
  .stories.list .story > .item-link > .info .name {
    font-weight: 500;
    display: block;
  }
  .stories.list .story > .item-link > .info .time {
    display: inline-block;
  }
  .stories.list .story > .items {
    display: none;
  }
  
  .stories.rtl {
    direction: rtl;
  }
  .stories.rtl.carousel .story:first-child {
    margin-left: auto;
    margin-right: 0;
  }
  .stories.rtl.carousel .story:last-child {
    margin-right: auto;
    margin-left: 0;
  }
  .stories.rtl.list .story > .item-link {
    text-align: right;
  }
  .stories.rtl.list .story > .item-link > .item-preview {
    margin-right: auto;
    margin-left: 12px;
  }
  .story.seen .progress-bar img {
    opacity: 0.75;
  }
  
  @property --progress-value {
    syntax: "<integer>";
    inherits: false;
    initial-value: 0;
  }
  @-webkit-keyframes css-progress {
    to {
      --progress-value: 100;
    }
  }
  @keyframes css-progress {
    to {
      --progress-value: 100;
    }
  }
  .progress-bar::before {
    counter-reset: percentage var(--progress-value);
  }
  .progress-bar {
    width: 100%;
    max-width: 93px;
    min-width: 93px;
    height: 93px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
}
 /* 30 may 2025 */
.video-name {
  padding: 7px 30px 8px 0px;
}
.active .up-down-arrow {
  color: #fff;
  background: var(--primary-color);
}
.expand-hidden .up-down-arrow {
  display: none;
}
.up-down-arrow:focus {
  outline: initial;
}
.up-down-arrow {
  display: flex;
  border-radius: 0px 10px 10px 0px;
  background: transparent;
  padding: 14px 8px;
  border: initial;
  outline: initial;
  align-items: flex-end;
  color: #000;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.up-down-arrow i {
  transition: all 0.3s ease-in-out;
}
.expand.active .up-down-arrow i {
  transform: rotateX(180deg);
}

/* End */

  .active .progress-bar {
    padding: 7px;
  }
  .story .progress-bar img, .story.seen.active .progress-bar img {
    border-color: #9758FF;
    border: 2.5px solid #9758FF;
  }
  .active .progress-bar img {
    opacity: 1 !important;
  }
  .story.seen .progress-bar img {
    border-color: #9758ff00;
  }
  .active .css-background {
    background: radial-gradient(closest-side, transparent 80% 100%, #ffffff00 0), conic-gradient(#7a61dd calc(var(--progress-value) * 1%), #ffffff 0) !important;
  }
  .seen .css-background {
    background: #653bab00;
  }
  .css {
    -webkit-animation: css-progress 2s 1 forwards;
            animation: css-progress 2s 1 forwards;
    animation-play-state: paused;
  }
  .story.active .css{
    animation-play-state: running;
  }
  .story.active.paused .css{
    animation-play-state: paused;
  }

  /* 04/0/2025 */
  .stories.carousel .story.active.expand:not(:last-child) {
    position: absolute;
    z-index: 1;
    top: auto;
    left: 0;
    width: 100%;
  }
  .story.active.expand:first-child + .story {
    margin-top: 115px;
}
  .story.active.expand .progress-bar {
    align-self: flex-start;
  }
.active.expand + .story {
    margin-top: 125px;
}
.story .up-down-arrow {
    display: none;
}
.story.active .up-down-arrow:not(.story.colapse .up-down-arrow) {
    display: flex;
}
.story.active.expand .video-name p, .story-wrapper-video .expand .video-name span {
  -webkit-line-clamp: initial !important;
}

  /*!************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/index.css ***!
    \************************************************************************/

@media (max-width: 1024px) {
  #zuck-modal-content .story-viewer .head {
    top: 3px;
  }
  #zuck-modal-content .story-viewer .head .loading {
    width: 24px;
    height: 24px;
    margin: 6px 0;
  }
  #zuck-modal-content .story-viewer .head .item-preview {
    width: 30px;
    height: 30px;
    margin-right: 9px;
  }
  #zuck-modal-content .story-viewer .head .left {
    font-size: 15px;
    margin: 15px 0;
  }
  #zuck-modal-content .story-viewer .head .left > div {
    line-height: 30px;
  }
  #zuck-modal-content .story-viewer .head .right .time {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    margin: 15px 0;
    line-height: 30px;
  }
  #zuck-modal-content .story-viewer .head .left > .back {
    display: none;
    background: transparent;
    z-index: 20;
    visibility: visible;
    position: absolute;
    height: 42px;
    width: 24px;
    line-height: 36px;
    text-align: left;
    vertical-align: top;
    text-shadow: none;
  }

  #zuck-modal-content .story-viewer.with-back-button .head .left > .back {
    display: block;
  }
  #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
    margin-left: 18px;
  }

  #zuck-modal-content .story-viewer .slides-pointers {
    width: 100%;
    left: 0;
    right: 0;
  }

  #zuck-modal-content .story-viewer .tip {
    font-size: 14px;
    padding: 6px 12px;
  }
  #zuck-modal-content .story-viewer .head .left .time,
  #zuck-modal-content .story-viewer .head .right .close {
    display: none;
  }

  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .item-preview {
    margin-right: auto;
    margin-left: 9px;
  }
  #zuck-modal.rtl #zuck-modal-content .story-viewer .head .left > .back {
    text-align: right;
  }
  #zuck-modal.rtl #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
    margin-left: auto;
    margin-right: 18px;
  }
}





