/* story start */
.story-list {
    position: relative;
}
.story-list::before {
    position: absolute;
    content: '';
    width: 64px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    left: 0;
    z-index: 9999;
}
.story-list .swiper-slide {
    width: auto;
}
.story-slide {
    width: 82px;
    height: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-left: 32px;
    margin-top: 10px;
    justify-content: center;
    gap: 10px;
}
.story-slide .story-img-bg {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 82px;
    background: #33D7B6;
}
.story-slide img {
    width: 78px !important;
    height: 78px !important;
    border-radius: 200px !important;
    object-fit: cover;
    background: #ffffff;
    padding: 4px;
}
.story-slide.story-checked {
    opacity: 0.5;
}
.story-slide.story-checked .story-img-bg {
    background: lightgray no-repeat;
    box-shadow: 0 0 0 4px #F8F8F8, 0 0 0 6px rgba(0, 0, 0, 0.10);
}
.story-slide p {
    color: #666;
    text-align: center;
    font-family: 'kalameh';
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.popup-content {
    position: relative;
    background-color: #fff;
    width: 368px;
    height: 643px;
    border-radius: 24px;
}
.story-inner-top-box {
    padding: 15px;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}
.story-inner-top-box .story-img-bg {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0 10px;
}
.story-inner-top-box .story-img-bg img {
    width: 34px;
    height: 34px;
    border-radius: 200px;
    border: 2px solid #E76941;
}
.story-inner-top-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
}
.close-popup {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.video-player {
    position: relative;
    width: 100%;
}
.play-pause {
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: white;
    cursor: pointer;
}
.video-container {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 360px;
    height: 640px;
    aspect-ratio: 9/16;
    border-radius: 24px;
    background: lightgray 50% / cover no-repeat;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
}
.video-container .inner-media img {
    width: 360px;
    height: 640px;
    border-radius: 24px;
    object-fit: cover;
}
.video-container video {
    width: 360px;
    height: 640px;
}
.story-controls {
    position: absolute;
    top: 43px;
    left: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 17px;
}
.story-controls button {
    color: #ffffff;
}
.story-controls .story-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    height: 32px;
}
.storty-content {
    width: 100%;
    height: 85px;
    border-radius: 16px;
    box-shadow: 0px 4px 16px 0px #14141414;
    background-color: #ffffff;
    gap: 15px;
    padding: 15px;
}
.storty-content img {
    width: 55px;
    height: 55px !important;
    object-fit: contain;
}
.storty-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #414141;
}
.story-range span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
}
.like-container {
    display: flex;
    align-items: center;
    position: absolute;
    left: 15px;
    top: -15px;
    z-index: 9;
}
.like-container button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
}
.like-container button span:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #ffffff;
}
.story-vid {
    width: 368px;
}
.rad-story-btn {
    position: absolute;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin: auto;
    background: #FFF;
    border-radius: 100%;
    color: #00A693;
}
.rad-story-btn svg {
    width: 24px;
    height: 24px;
}
.rad-story-btn.rad-next-story {
    left: 34%;
}
.rad-story-btn.rad-prev-story {
    right: 34%;
}
.gp-stoty-list-container {
    display: flex;
    gap: 4px;
    width: 312px;
    position: absolute;
    top: 24px;
    right: 24px;
}
.gp-stoty-list-item {
    flex: 1;
    height: 4px;
    overflow: hidden;
    position: relative;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.25);
}
.gp-stoty-list-item .progress-fill {
    height: 100%;
    width: 0%;
    background: #fff;
    transition: width linear;
}
/*story end*/