.ps_abso1 {
    position: relative;
}

#stories a img {
    border-radius: 10px;
    height: 150px;
    width: 100px;
    object-fit: cover !important;
}


button.scroll-btn {
width:unset !important;
max-width: unset !important;
}

/* Button styles */
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

#left-btn {
    left: 0;
}

#right-btn {
    right: 0;
}

.scroll-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.ps_abso1 {
position:relative;
}

.ps_abso14 {
position:absolute;
top:7px;
left:5px;
color:#fff;
}
.ps_alsidebyside {
display:flex;
flex-wrap:nowrap;
gap:7px;
align-items: center;
}

.ps_alsidebyside div img, .phforuserstr {
width:45px !important;
height:45px !important;
object-fit:cover !important;
border-radius: 50% !important;
}








//


body {
overflow-y:hidden;
}

.StoryShowingDiv {
    font-family: Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(30, 30, 30, .9), #000 1810%);
    touch-action: pinch-zoom;
    z-index: 1000000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
   // animation: fslightbox-fade-in-strong .3s cubic-bezier(0,0,.7,1);
   display:none;
}

.lb-thumbnail-wrapper, .lt-thumbnail-wrapper {
    background: rgb(33 37 44 / 88%);
    left: 0;
    overflow: hidden;
    right: 0;
}


#lbt-headertop {
    display: flex;
    width: 100%;
    height: 60px;
    position: relative;
    float: left;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#lbt-headertop, #lbt-thumbnails {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: .3s;
}
#lbt-headertop > A {
color: #fff!important;
}

#lbt-profile_lightbox {
    position: absolute;
    left: 0;
    height: calc(100% - 15px);
    cursor: pointer;
    padding: 5px;
}

#lbt-name_lightbox {
    position: absolute;
    font-size: 16px;
    font-family: "Segoe UI";
    color: #cacaca;
    left: 60px;
    top: 10px;
    cursor: pointer;
}

#lbt-date_lightbox {
    position: absolute;
    font-size: 13px;
    font-family: "Segoe UI";
    color: #838383;
    left: 60px;
    bottom: 10px;
    cursor: pointer;
}

#lbt-profile_lightbox img {
    height: 100%;
    border-radius: 50%;
}

.lt-thumbnail-wrapper {
    position: absolute;
    top: 0;
}


#lbt-headertop, #lbt-thumbnails {
    color: #fff !important;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: .3s;
}


#lbt-chat_lightbox {
    position: absolute;
    right: 320px;
    cursor: pointer;
}

#lbt-star_lightbox {
    position: absolute;
    right: 270px;
    cursor: pointer;
}

#lbt-smile_lightbox {
    position: absolute;
    right: 220px;
    cursor: pointer;
}

#lbt-forward_lightbox {
    position: absolute;
    right: 170px;
    cursor: pointer;
}

#lbt-download_lightbox {
    position: absolute;
    right: 120px;
    cursor: pointer;
}

#lbt-dot_lightbox {
    position: absolute;
    right: 70px;
    cursor: pointer;
}

#lbt-close_lightbox {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.fslightbox-slide-btn {
    font-size: 26px;
    background: rgba(35, 35, 35, .65);
}


.fslightbox-flex-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}


///



    .fslightbox-slide-btn {
        padding: 10px;
    }

.fslightbox-slide-btn-container {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 6px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    transform: translateY(-50%);
}


    .fslightbox-slide-btn-container {
        padding: 30px 30px 30px 6px;
    }
    
    
    .slide-previous {
    	padding:20px;
    	background: #000000a6;
    	    cursor: pointer;
    }
    
    .slide-next {
    padding:20px;
    background: #000000a6;
        cursor: pointer;
    }


.cntqforusrstrs {
display: flex;justify-content: space-evenly;align-items: center;height: 100%;width: 100%;overflow: hidden;
}

	.cs_imgdsipfrstr {
		max-width:100%;object-fit: cover;height: 100vh;
		}
		
		.csmcontainerfordispst1_22z {
		width:100%;height:100%;overflow:hidden;
		}
	
	
.lbright80px {
    position: absolute;
    right: 130px;
    cursor: pointer;
}
	
	.lbright80p3fx {
		display:flex;
		flex-wrap:nowrap;
		gap:10px;
		align-items:center;
}	






<!-- styling for stories -->



/* Modal container */
.modal {
  position: fixed;
  z-index: 1111111999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
  overflow: hidden;
  visibility: hidden; /* Hidden initially */
  opacity: 0;        /* Fully transparent initially */
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* Modal is shown */
.modal-show {
  visibility: visible;
  opacity: 1;
}

/* Modal Content Container */
.modalcontent23 {
  position: relative;
  width: 80%;
  height: 100%;
  margin: auto;
  overflow:hidden;
}

/* Modal Content Box */
.modalcontent2 {
  position: absolute;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 0%; /* Initial height */
  overflow: hidden;
  bottom: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: height 0.3s ease-in-out; /* Smooth transition for height */
}

/* Modal Transition for height expansion */
.modalTransition {
  height: 80% !important; /* Target height */
}

/* Close Button */
.close {
  color: #000 !important;
  font-weight:bolder;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
}

.modalOverflowingDatas {
overflow-y:scroll;
height:100%;
}

.story_details {
align-items: center;
    gap: 20px;
    display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #dddd;
    width: 100%;
    flex-wrap: nowrap;
}
  .story_details > div {
   padding:10px;
   }


.story_details_centering {
flex-basis: 94%;text-align: center;
}


.story_lit1zz {
	align-items:center;
display: flex;
    gap: 12px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}


   .story_fldat1_main {
      	display:block;
      	width:100%;
      	padding:10px;
      	overflow:hidden;
      }
      
      

   .story_fldat1 {
   	    margin-bottom: 10px;
        align-items: center;
      	display:flex;
      	flex-wrap:nowrap;
      	overflow:hidden;
      	width:100%;
      	gap:15px;
      }
      
      .story_fldat1 img {
      	widtH:50px;
      	height:50px;
      	object-fit:cover;
      	    border-radius: 50%;
      }
      
      	.story_fldat12 {
      	display:flex;
      	flex-direction:column;
      	flex-wrap:nowrap;
      	overflow:hidden;
      	width:100%;row-gap: 5px;
      }
      
.story_fldat1_main > *:last-child {
margin-bottom:100px;
}



.modalOverflowingDatas::-webkit-scrollbar {
  width: 0;
}


.mdl_clr11zz {
color:#818181;
}



<!-- -->