/*kp-story start*/
.web-stories-list.is-carousel .web-stories-list__inner-wrapper {
    margin: 0 !important;
    max-width: 1320px !important;
    width: 100% !important;
}
.web-stories-list.is-view-type-circles .glider-track {
    height: 150px !important;
    overflow: hidden !important;
    margin: 0 !important;
    max-width: 1320px;
}
.web-stories-list.is-view-type-circles .web-stories-list__story {
    width: 100px !important;
    height: 150px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    margin-left: 18px !important;
    float: right;
}
.web-stories-list.is-view-type-circles .web-stories-list__story:last-child {
    margin-left: 0px !important;
}
.web-stories-list .story-content-overlay__title {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    color: #0C1B43 !important;
}
.web-stories-list__story-poster a {
    width: 100px !important;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #F0F5FA;
    border-radius: 100%;
    border: 4px solid #E76941;
}
.web-stories-list.is-view-type-circles .web-stories-list__story-poster a > img {
    width: 86px !important;
    height: 86px !important;
    border: none !important;
    position: static !important;
    padding: 0 !important;
}
.web-stories-list.is-view-type-circles .web-stories-list__story.story-checked .web-stories-list__story-poster a {
    border: 4px solid #F0F5FA;
}
.web-stories-list.is-view-type-circles .web-stories-list__story.story-checked .web-stories-list__story-poster a > img {
    border: 2px solid #E76941 !important;
}
.web-stories-list.is-view-type-circles .web-stories-list__story-content-overlay {
    padding: 0 !important;
    width: 77px !important;
    height: 48px !important;
}
.web-stories-list.is-view-type-circles.has-title .glider-next, .web-stories-list.is-view-type-circles.has-title .glider-prev {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
.story-slide {
    width: 100px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
}
.story-slide .story-img-bg {
    width: 100px;
    height: 100px;
    border-radius: 200px;
    background-color: #E76941;
    display: flex;
    align-items: center;
    justify-content: center;
}
.story-slide img {
    width: 92px !important;
    height: 92px !important;
    border-radius: 200px !important;
    border: 4px solid #FFFFFF !important;
    object-fit: contain;
}
.story-slide.story-checked .story-img-bg {
    background-color: #F0F5FA;
}
.story-slide.story-checked img {
    border: 2px solid #E76941;
    width: 86px;
    height: 86px;
    border-radius: 100%;
}
.story-slide p {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #0C1B43;
    width: 77px;
    text-align: center;
}
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000052;
    backdrop-filter: blur(4px);
    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;
}
.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;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.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;
    width: 368px;
    height: 643px;
    border-radius: 24px;
    background-color: #000000;
    overflow: hidden;
}
.video-container .inner-media img {
    width: 368px;
    height: 643px;
    border-radius: 24px;
    object-fit: cover;
}
.video-container video {
    width: 368px;
    height: 643px;
}
.story-controls {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
    flex-direction: column;
}
.story-controls .story-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    height: 32px;
}
.story-range {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.story-range input {
    width: 88%;
    color: #00e9e9;
    background-color: #f58500;
}
.story-range input {
    -webkit-appearance: none;
    width: 85%;
    height: 8px;
    border-radius: 5px;
    background: #fff;
    outline: none;
    opacity: 1;
    direction: ltr;
}
.story-range input::-webkit-slider-runnable-track {
    width: 80%;
    height: 8px;
    cursor: pointer;
    background: linear-gradient(to right, #DD5C34 0%, #DD5C34 var(--seek-value), #fff var(--seek-value), #fff 100%);
    border-radius: 5px;
}
.story-range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #E76941;
    cursor: pointer;
    margin-top: -4px;
}
.story-range input::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: linear-gradient(to right, #DD5C34 0%, #DD5C34 var(--seek-value), #ddd var(--seek-value), #ddd 100%);
    border-radius: 5px;
}
.story-range input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E76941;
    cursor: pointer;
}
.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 {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 37%;
    height: 100%;
    border: none;
    z-index: 2;
}
.rad-story-btn.rad-next-story {
    left: 0;
}
.rad-story-btn.rad-prev-story {
    right: 0;
}
.stort-like-heart-emp {
    color: #DD5C34;
}
.stort-like-heart-full {
    color: #DD5C34;
}
/*kp-story end*/
@media(max-width: 500px) {
    /*story res start*/
    .story-slide {
        width: 77px;
        height: 126px;
    }
    .story-slide .story-img-bg {
        width: 76px;
        height: 76px;
    }
    .story-slide img {
        width: 70px !important;
        height: 70px !important;
    }
    /*story res end*/
}