#success-stories {
    .nav-tabs {
        .nav-item {
            .nav-link {
                &.active {
                    background-color: $st-primary-bg;
                    color: #fff;
                }
            }
        }
    }
    .timelinePost {
        .PostHeadWrap {
            .storyLabel {
                background: $st-fourth-bg;
                padding: 0 12px;
                border-radius: 12px;
                span {
                    font-size: 14px;
                    color: #fff;
                }
            }
        }
    }
    .no-story {
        text-align: center;
        font-weight: bold;
        margin-top: 35px;
    }
}

.MuiDialog-container {
    .MuiDialogContent-root {
        .modal-body {
            .timelinePost {
                .PostHeadWrap{
                    .userImg {
                        width: 60px;
                        img {
                            width: 50px;
                            height: auto;
                            border-radius: 50%;
                        }
                    }
                }
            }
        }
    }
}