.story-group{
	text-align:center;
	width:145px;

	margin: 0 5px;
}
.story-group img{
	border-radius:50%;
	border:2px solid #fff;

}
.story-group a .thu{
	width:85px;
	height:85px;
	border-radius:50%;
	text-align:center;
	background: linear-gradient(315deg,#e03d96,#7d4c9e);
	padding:3px;
	display:block;
	margin:auto;
	position:relative;
	cursor:pointer;
	display: flex;
  justify-content: center;
}
#grouped-stories-modal .swiper-pagination{
top: 0px;
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#grouped-stories-modal .swiper-pagination-bullet {
  width: unset;
  height: 3px;
  margin:1px;
  flex:1;
  border-radius: 0;
  background: #777;
   position: relative; 
    overflow: hidden;
}
#grouped-stories-modal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 0;
  width: unset;
 background: #777 !important;
  background: #fff !important;
}
#grouped-stories-modal .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
position:absolute;
top:0;
right:0;
width:0;
left:100%;
content:"";
z-index:111;
height:100%;
 background: #fff !important;

}
.nav-button{
	top:0;
position: absolute;
  margin: auto;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  display:none;
}
.nav-button a{
border-radius: 50px;
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  margin: auto;
  border: 1px solid #fff;
}
.nav-button a i{
color:#fff;

}
.hinttt:after {
  content:"";
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  animation:fadee 5s infinite
}
@keyframes fadee {
  0% {
    background:none;
    right:-200%
  }
  50% {
    right:100%;
    background:linear-gradient(70deg,#0000 33%,#fff6 50%,#0000 66%)
  }
  51% {
    background:none
  }
  100% {
    right:-200%
  }
}
.nav-button.prev-button{
right:0
}
.nav-button.next-button{
left:0
}
.ended .nav-button.next-button{
	display:flex
}
.started .nav-button.prev-button{
	display:flex
}
.story-group span{
font-size:11px;
margin-top:5px;
display:block;
}
.hinttt{
	overflow:hidden;
	position:absolute;
	padding:0 5px;
	bottom:-6px;
	width: max-content;
	height:22px;
	line-height:16px;
margin:auto;
background: #e03d96;
border-radius:7px;
border:2px solid #fff;
  color: #fff;
}
.mystory{
		overflow-x: auto;
		border-radius:7px;
}
/* Styles for the Instagram-like story overlay */
.story-overly {
    position: fixed;
inset: 0px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
	display:none;
	flex-direction: column;
opacity: 0;
}
.story-overly.fade-in {
    display: flex; /* Show the modal */
    animation: fadeIn 0.5s ease forwards; /* Fade-in animation */
}

.story-overly.fade-out {
    animation: fadeOut 0.5s ease forwards; /* Fade-out animation */
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@media only screen and (min-width: 991px) {
    .mystory {

  justify-content: center;
}
	.story-overly {
	backdrop-filter: blur(5px) grayscale(100%);

}
}
.story-overly #overly {
position: absolute;
top:0;
left:0;
width:100%;
height:100%;

}
 .viewerr {
    position: relative;
    overflow: hidden;
   padding: 0 80px;

}
 .simple {
    position: relative;
    overflow: hidden;
   padding: 0;

}
.story-content{
height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#grouped-stories-display{
width: 420px;	
background:#000;
}
#grouped-stories-displayy{
width: 420px;
padding:7px 5px;
  text-align: center;
  justify-content: center;
  display: flex;
}
.group-content, .nested-swiper-container{
	height:100%
}
#grouped-stories-displayy .swiper-slide-thumb-active .story-content{
	background:#fff !important;
	box-shadow:0 0 5px #fff
}
#grouped-stories-displayy .story-item{
	width:74px
}
#grouped-stories-displayy .story-item img{
	border-radius: 50%;
  border: 0px solid #fff;
}
#grouped-stories-displayy .story-content{
	width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(315deg,#e03d96,#7d4c9e);
  padding: 3px;
  display: block;
  margin: auto;
  cursor: pointer;
}
#grouped-stories-display .swiper-slide{
	height:unset
}
.glide--swipeable {

  width: 100%;
}
.glide__track{
  width: 420px !important;	
}
.glide {
  position: relative;
  width: 420px !important;
  box-sizing: border-box;

}

@media only screen and (max-width: 991px) {
	#grouped-stories-displayy{
		background:#000
	}
	.nav-button {
  top: 50%;
  position: absolute;
  margin: -24px auto auto auto;
  width: 48px;
  height: 48px;
  z-index: 9;
}
.nav-button.prev-button {
  right: 0px;
}
.nav-button.next-button {
  left: 0px;
}

#prew-story {
  border-radius: 25px 0 0 25px;
  border-right: 0;
}
#next-story {
  border-radius: 0 25px 25px 0;
  border-left: 0;
}
.viewerr {
	height: 100% !important;
  padding: 0;
}
	 #grouped-stories-display {
		 padding:0;
		height: calc(100% - 84px) !important;
		width:100%;
	}
	.viewerr, .image-display{
		height: 100%;
		width:100%;
	}
}
.viewerr video {
width: 100%;
  height: 100%;
}
.viewerr {
    position: relative;
}
.employer-avatar{
	border-radius:50%;
	margin-left:10px;
}
.toppanel .title-panel p{
	display: flex;
font-size:14px;
  align-items: center;
  
}
.bottompanel{
position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.bottompanel > div.innner{
  background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,1));
    padding: 15px 20px;
	height:100%;
}
.nav-panel{
	position:absolute;
	top:0;
	z-index:999
}
.toppanel{
 position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  padding:15px 20px;
  display: flex;
  cursor: pointer;
  align-items: center;  
  justify-content: space-between;
   
background: linear-gradient(180deg,rgba(0,0,0,1),rgba(0,0,0,0));
}
.hasp .video-viewer, .hasp .image-viewer{
	padding-bottom:65px
}
.controlss {
flex-direction: row-reverse;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.product-details{
	background:#000;
}
.product-details ul{
margin: 0;
padding:0 5px;
  display: flex;
  flex-wrap: wrap;
}
.product-details ul li{
background: #fff;
  border-radius: 10px;
  margin: 0 2px 5px 2px;
  padding: 5px;
  flex: 1;
  min-width: calc(50% - 10px);
}
.product-details ul li a{
	display:flex;
align-items:center;
}
.product-details ul li .product-name{
	font-size:12px;
	margin-right:10px;
}
.product-details ul li img{
	width:64px
}
#current-time{
	width:60px;
	text-align:left;
	color:#fff;
}
.title-panel{
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
#seek-bar{
	width:100%;
	direction: ltr;
}
/* Style for the seek bar */
input[type="range"] {
    -webkit-appearance: none; /* Remove default styling */
    width: 100%; /* Full width */
    height: 5px; /* Height of the track */
    background: #f5f5f5; /* White background for the track */
    border-radius: 5px; /* Rounded corners for the track */
    outline: none; /* Remove outline */
}

/* Style for the track */
input[type="range"]::-webkit-slider-runnable-track {
    height: 5px; /* Height of the track */
    background: #f5f5f5; /* White background for the track */
    border-radius: 5px; /* Rounded corners for the track */
}

input[type="range"]::-moz-range-track {
    height: 5px; /* Height of the track */
    background: #f5f5f5; /* White background for the track */
    border-radius: 5px; /* Rounded corners for the track */
}

/* Style for the thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove default styling */
    appearance: none; /* Remove default styling */
    width: 16px; /* Width of the thumb */
    height: 16px; /* Height of the thumb */
    background: #fff; /* Green color for the thumb */
    border: 0px solid #fff; /* White border for the thumb */
    border-radius: 50%; /* Rounded thumb */
    cursor: pointer; /* Pointer cursor on hover */
}

input[type="range"]::-moz-range-thumb {
    width: 16px; /* Width of the thumb */
    height: 16px; /* Height of the thumb */
    background: #fff; /* Green color for the thumb */
    border: 0px solid #fff; /* White border for the thumb */
    border-radius: 50%; /* Rounded thumb */
    cursor: pointer; /* Pointer cursor on hover */
}

.image-viewer img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Ensures the image fits within the container without distortion */
}

.interaction-panel {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
	bottom: calc(100% - 50px);
	color:#fff;
	z-index:9;
	left:5px;
	text-align:center;
	position:absolute;
	
}
.interaction-panel i{
		color:#fff;
}
.like-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
	color:#fff;
}


.close-button {

    background: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    color: black;
	padding:5px 15px;
    transition: background 0.3s;
}

.close-button:hover {
    background: rgba(255, 255, 255, 1);
}