.video-item{
	text-align:center;
	width:145px;

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

}
.video-item a{
	width:85px;
	height:85px;
	border-radius:50%;
	overflow:hidden;
	text-align:center;
	background: linear-gradient(315deg,#e03d96,#7d4c9e);
	padding:3px;
	display:block;
	margin:auto;
	cursor:pointer
}
.video-item p{
font-size:11px;
}
.mystory{
		overflow-x: auto;
}
/* Styles for the Instagram-like story overlay */
.story-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.video-viewer, .image-viewer {
    position: relative;
   height: 88%;
   min-height: 500px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991px) {

	.video-viewer, .image-display {
		height: 100%;
		width:100%;
	}
}
.video-viewer video {
width: 100%;
  height: 100%;
}
.video-viewer {
    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%;
}
.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 {
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;
}
#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);
}