.story__slider {
  /* width: 450px;
  height: 800px; */
  border-radius: 6px;
  overflow: hidden;
  height: calc(100vh - 7px);
}
.story__slide {
  position: relative;
}
.story__slide video,
.story__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.story__pagination {
  bottom: unset !important;
  top: 8px !important;
  display: flex;
  padding: 0 4px;
}
.story__pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 100vh;
  height: 3px;
  margin: 0 2px !important;
  background-color: rgba(247, 247, 245, 0.4);
  opacity: 1;
}
.story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: #F7F7F5;
}
.story__prev, .story__next {
  height: 100%;
  width: 50%;
  top: 0;
  margin-top: 0;
}
.story__prev::after, .story__next::after {
  content: none;
}
.story__prev {
  left: 0;
}
.story__next {
  right: 0;
}
 /* story css section  */
 .story_forstory.live
 .image {
     padding: 3px;
     /* border: 2px solid; */
     /* border: 2px solid; */
     /* box-shadow: 0 0 0 2px rgb(26 101 213 / 26%), 0 0 0 2px rgb(196 227 255), 0 0 0 2px rgb(0 255 0); */
     /* background: linear-gradient(45deg, #1A65D5, #74BCFC, #ACC4E9); */
 }
 .story_forstory
 .image-container
 .image {
     border-radius: 50%;
     overflow: hidden;
 }
 .story_forstory
 .image-container {
     position: relative;
     margin: 3px;
 }
 .story_forstory {
     display: inline-flex;
     flex-direction: column;
     align-items: center;
 }
 .story_insta .story_forstory.live.story-item.item {
     width: 100%;
 }
 .story_insta.owl-carousel {
     width: auto;
 }
 .close_icon_insta {
  position: absolute;
  top: 20px;
  right: 4px;
  z-index: 43;
  background-color: white;
  color: white;
}



.story__slider {
  border-radius: 6px;
  overflow: hidden;
  height: calc(100vh - 2px);
  }
  .story__slide {
  position: relative;
  }
  .story__slide video,
  .story__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  }
  .story__pagination {
  bottom: unset !important;
  top: 8px !important;
  display: flex;
  padding: 0 4px;
  }
  .story__pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 100vh;
  height: 3px;
  margin: 0 2px !important;
  background-color: rgba(247, 247, 245, 0.4);
  opacity: 1;
  }
  .story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: #F7F7F5;
  }
  .story__prev, .story__next {
  height: 100%;
  width: 50%;
  top: 0;
  margin-top: 0;
  }
  .story__prev::after, .story__next::after {
  content: none;
  }
  .story__prev {
  left: 0;
  }
  .story__next {
  right: 0;
  }


  .storyshown{
    background: none !important;
    border: 2px solid #BFBCBC  !important;
  }