    .widget-story {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 6px;
        -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
        -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    }

    .widget-story.box .widget-story-header {
        background: #fff;
        padding: 0px 8px 0px;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }

    .widget-story .widget-story-header {
        border-bottom: 0px solid #f1f2f3;
    }

    .widget-story.box .widget-story-header {
        background: #fff;
        padding: 0px 8px 0px;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }

    .widget-story .widget-story-header {
        border-bottom: 0px solid #f1f2f3;
    }

    .widget-story .widget-story-header:after {
        clear: both;
    }

    .widget-story .widget-story-header:before,
    .widget-story .widget-story-header:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .widget-story-content-area {
        padding: 10px;
        position: relative;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .story-container-2 {
        align-items: center;
        justify-content: flex-start;
        /* Firefox 64 */
    }

    .story-container-2 .single-create-story {
        height: 175px;
        width: 100px !important;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        /* margin-right: 10px;
        margin-bottom: 10px; */
        background: #e4e4e4;
        text-align: center;
    }

    .story-container-2 .single-story {
        height: 175px;
        width: 100px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        /* margin-right: 10px;
        margin-bottom: 10px; */
    }

    .story-container-2 .single-story::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: linear-gradient(rgb(255 0 0 / 0%), black);
    }

    .story-container-2 .story-author {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        right: 0px;
        text-align: center;
        z-index: 99;
        cursor: pointer;
    }
    
    .story-container-2 a{
        color: #fff !important;
    }
    
    .story-container-1 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
        /* Firefox 64 */
    }
    
    .story-container-1 a{
        color: #fff !important;
    }

    .story-container-1::-webkit-scrollbar {
        display: none;
    }

    .story-container-1 .single-create-story {
        height: 175px;
        min-width: 110px !important;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px;
        background: #e4e4e4;
        text-align: center;
    }

    img.single-create-story-bg {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }

    .create-story-author img {
        height: 40px;
        width: 40px;
        margin-top: -20px;
        padding: 4px;
        background: #e4e4e4;
        border-radius: 50%;
    }

    .story-container-1 .single-story {
        height: 175px;
        min-width: 110px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .story-container-1 .single-story::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: linear-gradient(rgb(255 0 0 / 0%), black);
    }

    img.single-story-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .story-container-1 .story-author {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        right: 0px;
        text-align: center;
        z-index: 99;
        cursor: pointer;
    }

    .story-author img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        border: 1px solid white;
        padding: 4px;
    }

    .story-container-1 .story-author p {
        color: #fff;
        width: 100%;
        margin: 5px 0px 0px 0px;
        font-weight: 600;
        font-size: 12px;
    }

    .create-story-author p {
        margin: 0px;
        font-size: 13px;
        font-weight: 500;
    }

    #stories-wrapper {
        margin: 100px auto;
        width: 100%;
    }

    #stories-container {
        display: flex;
        align-items: center;
        justify-content: center;
        /* border: 2px solid #ccc; */
        padding: 20px 0;
        overflow-x: auto;
    }

    .story {
        border: 0;
        background-color: transparent;
        cursor: pointer;
        margin: 0 0px;
    }

    .story .profile {
        background: rgb(0 255 229);
        background: linear-gradient(36deg, rgb(0 255 229) 13%, rgb(0 190 255) 73%, rgb(0 85 255) 100%);
        padding: 5px;
        margin: 5px 10px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .story .profile img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        padding: 0;
        margin: 0;
        border: 5px solid var(--bg-color);
        box-sizing: content-box;
    }

    .story .title {
        text-align: center;
        padding: 5px 0;
        color: black !important;
    }

    .story .profile.visited {
        background: #ccc;
    }

    .story.active .profile {
        animation-duration: 1s;
        animation-name: story;
        animation-iteration-count: infinite;
    }

    @keyframes story {
        0% {
            background: linear-gradient(36deg,
                    rgb(255, 255, 255) 0%,
                    rgb(255, 255, 255) 25%,
                    rgb(255, 201, 0) 28%,
                    rgb(255, 0, 95) 73%,
                    rgb(255, 9, 237) 100%);
        }

        10% {
            background: linear-gradient(72deg,
                    rgb(255, 255, 255) 0%,
                    rgb(255, 255, 255) 25%,
                    rgb(255, 201, 0) 28%,
                    rgb(255, 0, 95) 73%,
                    rgb(255, 9, 237) 100%);
        }

        20% {
            background: linear-gradient(108deg,
                    rgb(255, 255, 255) 0%,
                    rgb(255, 255, 255) 25%,
                    rgb(255, 201, 0) 28%,
                    rgb(255, 0, 95) 73%,
                    rgb(255, 9, 237) 100%);
        }

        30% {
            background: linear-gradient(144deg,
                    rgb(255, 255, 255) 0%,
                    rgb(255, 255, 255) 25%,
                    rgb(255, 201, 0) 28%,
                    rgb(255, 0, 95) 73%,
                    rgb(255, 9, 237) 100%);
        }

        40% {
            background: linear-gradient(180deg,
                    rgb(255, 255, 255) 0%,
                    rgb(255, 255, 255) 25%,
                    rgb(255, 201, 0) 28%,
                    rgb(255, 0, 95) 73%,
                    rgb(255, 9, 237) 100%);
        }

        50% {
            background: linear-gradient(216deg,
                    rgb(255, 255, 255) 0%,
                    rgb(255, 255, 255) 25%,
                    rgb(255, 201, 0) 28%,
                    rgb(255, 0, 95) 73%,
                    rgb(255, 9, 237) 100%);
        }

        60% {
            background: linear-gradient(252deg,
                    rgb(255, 255, 255) 0%,
                    rgb(255, 255, 255) 25%,
                    rgb(255, 201, 0) 28%,
                    rgb(255, 0, 95) 73%,
                    rgb(255, 9, 237) 100%);
        }

        70% {
            background: linear-gradient(288deg,
                    rgb(255, 255, 255) 0%,
                    rgb(255, 255, 255) 25%,
                    rgb(255, 201, 0) 28%,
                    rgb(255, 0, 95) 73%,
                    rgb(255, 9, 237) 100%);
        }

        80% {
            background: linear-gradient(324deg,
                    rgb(255, 255, 255) 0%,
                    rgb(255, 255, 255) 25%,
                    rgb(255, 201, 0) 28%,
                    rgb(255, 0, 95) 73%,
                    rgb(255, 9, 237) 100%);
        }

        90% {
            background: linear-gradient(360deg,
                    rgb(255, 255, 255) 0%,
                    rgb(255, 255, 255) 25%,
                    rgb(255, 201, 0) 28%,
                    rgb(255, 0, 95) 73%,
                    rgb(255, 9, 237) 100%);
        }

        100% {
            background: linear-gradient(396deg,
                    rgb(255, 255, 255) 0%,
                    rgb(255, 255, 255) 25%,
                    rgb(255, 201, 0) 28%,
                    rgb(255, 0, 95) 73%,
                    rgb(255, 9, 237) 100%);
        }
    }