@font-face {
  font-family: 'mystory';
  src: url('mystory.woff2?20491382') format('woff2');
  font-weight: normal;
  font-style: normal;
}


[class^="mystory-"]:before, [class*=" mystory-"]:before {
  font-family: "mystory";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mystory-thumbs-up:before { content: '\e800'; } /* '' */
.mystory-thumbs-up-1:before { content: '\e801'; } /* '' */
.mystory-thumbs-up-2:before { content: '\e802'; } /* '' */
.mystory-thumbs-up-3:before { content: '\e803'; } /* '' */
.mystory-heart:before { content: '\e804'; } /* '' */
.mystory-heart-1:before { content: '\e805'; } /* '' */
.mystory-heart-filled:before { content: '\e806'; } /* '' */
.mystory-heart-empty:before { content: '\e807'; } /* '' */
.mystory-heart-empty-1:before { content: '\e808'; } /* '' */
.mystory-heart-2:before { content: '\e809'; } /* '' */
.mystory-eye:before { content: '\e80a'; } /* '' */
.mystory-left-big:before { content: '\e80b'; } /* '' */
.mystory-right-big:before { content: '\e80c'; } /* '' */
.mystory-right-1:before { content: '\e80f'; } /* '' */
.mystory-left:before { content: '\e81b'; } /* '' */
.mystory-eye-1:before { content: '\f082'; } /* '' */

.story-loader {
  position: absolute;
  inset: 0;   
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.story-loader.is-hidden {
  display: none !important;
}

.story-loader .spinner {
  width: 48px;
  height: 48px;
  border: 5px solid rgba(255,255,255,0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: story-spin 0.9s linear infinite;
}

@keyframes story-spin {
  to { transform: rotate(360deg); }
}


.story-group{
	text-align:center;
	min-width:95px;
	width:145px;
	flex:1;
	padding-bottom:10px;
	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;

}
.nav-button a{
border-radius: 50px;
  width: 48px;
  height: 48px;
  color:#fff;
  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;
top:0;
left:0;
    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%;
height:100dvh;
}
 .viewerr {
    position: relative;
    overflow: hidden;
   padding: 0 80px;
width: 50%;
margin: auto;
}
 .simple {
    position: relative;
    overflow: hidden;
   padding: 0;

}
.story-content{
height: calc(100dvh - 74px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#grouped-stories-display{
width: 420px;	
background:#000;
overflow:hidden;
margin:auto;
position:relative;
}


#grouped-stories-display .progress-bar {
  display: flex;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  height: 4px;
  gap: 2px;
  z-index: 999;
}
#grouped-stories-displayy{
width: 100%;
margin:auto;
padding:7px 5px;
  text-align: center;
  justify-content: center;
  display: flex;
  overflow:auto;
}
.group-content, .nested-swiper-container{
	height:100%
}
#grouped-stories-displayy .story-item.active .story-content{
	background:#fff !important;
	box-shadow:0 0 5px #fff
}
#grouped-stories-displayy .story-item{
	width:74px;
	min-width: 74px;
}
#grouped-stories-displayy .story-item img{
border-radius:100%;
width:100%;
  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) {
    .viewerr{
        width:100%;
    }
	#grouped-stories-displayy{
		background:#000;
		justify-content: right;
	}
	.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 {

  padding: 0;
}
	 #grouped-stories-display {
		 padding:0;
		height: calc(100% - 74px) !important;

		width:100%;
	}
	.viewerr, .image-display{
		height:100vh;
		height:100dvh;
		width:100%;
	}
}
.viewerr video {
width: 100%;
  height: 100%;
}
.viewerr {
    position: relative;
}
.employer-avatar{
	border-radius:50%;
	margin-left:10px;
	width:64px;
	height:64px;
}
.toppanel .title-panel p{
	display: flex;
font-size:14px;
  align-items: center;
  color:#fff;
}
.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: 100% ;
  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 {

  display: flex;
  cursor: pointer;
  align-items: center;
  direction:ltr;
}
.product-list{
	background:#000;
}
.product-list ul{
margin: 0;
padding:0 5px;
  display: flex;
  flex-wrap: wrap;
}
.product-list ul li{
background: #fff;
  border-radius: 10px;
  margin: 0 2px 5px 2px;
  padding: 5px;
  flex: 1;
  min-width: calc(50% - 10px);
}
.product-list ul li a{
	display:flex;
align-items:center;
}
.product-list ul li .product-name{
	font-size:12px;
	margin-right:10px;
}
.product-list ul li img{
	width:64px
}
#grouped-stories-modal .current{
	width:60px;
	text-align:left;
	color:#fff;
}
.title-panel, .title-panel p{
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
#seek-bar{
	width:100%;
	direction: ltr;
}

input[type="range"] {
    -webkit-appearance: none; 
    width: 100%; 
    height: 5px; 
    background: #f5f5f5; 
    border-radius: 5px; 
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 5px; 
    background: #f5f5f5; 
    border-radius: 5px; 
}

input[type="range"]::-moz-range-track {
    height: 5px; 
    background: #f5f5f5; 
    border-radius: 5px; 
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none; 
    width: 16px; 
    height: 16px; 
    background: #fff; 
    border: 0px solid #fff; 
    border-radius: 50%; 
    cursor: pointer; 
}

input[type="range"]::-moz-range-thumb {
    width: 16px; 
    height: 16px; 
    background: #fff;
    border: 0px solid #fff;
    border-radius: 50%; 
    cursor: pointer; 
}

.image-viewer img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
}
.interaction-panel span, .interaction-panel p{
		color:#fff;
}
.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);
}
@media only screen and (max-width: 480px) {
.story-group span {
  font-size: 10px;
}
.fixstory{
	overflow:hidden !important;
	}
}