.dotted .dropdown-toggle:after {
    content: "...";
    border: none;
    color: #949494;
    font-size: 26px;
}

#story-modal .modal-dialog {
    max-width: 760px;
}

@media (min-width: 768px) and (max-width: 991px) {
    a.navbar-brand {
        position: relative;
        top: -5px;
        left: 8px;
    }
}

.react-list {
    position: absolute;
    top: -60px;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 4px 15px 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.react-list li {
    display: inline-block;
    margin-right: 4px;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-react {
    position: relative;
    z-index: 1;
}

.post-react:hover .react-list {
    visibility: visible;
    opacity: 1;
}

.post-react:hover .react-list li {
    opacity: 1;
}

.single-entry {
    /* border: 1px solid #DEDEDE; */
    border-radius: 5px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    margin-bottom: 20px;
    overflow: hidden;
}

.single-entry.timeline-carousel {
    overflow: inherit;
}

.single-entry .entry-inner {
    /* padding: 20px; */
    background-color: #ffffff;
}

.single-entry .entry-inner .entry-header h3 {
    font-size: 16px;
}

.single-entry .entry-inner .entry-header h3 a {
    margin-left: 0px;
    color: #5A2FF9;
    font-size: 17px;
}

.single-entry .entry-inner .entry-header .dropdown-toggle:after {
    content: "...";
    border: none;
    color: #949494;
    font-size: 26px;
}

.single-entry .entry-inner .entry-header .ava-desc i {
    font-size: 10px;
    position: relative;
    top: -2px;
}

.single-entry .entry-inner .entry-content p strong {
    color: #333333;
}

.single-entry .entry-inner .entry-content .post-img-list a.more-items {
    position: absolute;
    right: 23%;
    bottom: 85px;
    z-index: 9;
    color: #fff;
    text-transform: capitalize;
    background: rgba(91, 47, 249, 0.85);
    padding: 10px;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    display: table;
    /* Note: @extend .fw-7 removed – define .fw-7 elsewhere if needed */
}

.single-entry .entry-inner .entry-content .post-img-list a.more-items span.gallery-more {
    text-align: center;
    display: table-cell;
    line-height: 2;
    vertical-align: middle;
}

.single-entry .entry-inner .entry-content .post-img-list a.more-items span.gallery-more i {
    display: block;
}

.single-entry .entry-inner .entry-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-entry .entry-inner .entry-meta ul li {
    display: inline-block;
}

.single-entry .entry-inner .entry-meta span.react-count {
    font-size: 13px;
    color: #31A24C;
    margin-left: 10px;
    font-weight: 600;
    position: relative;
}

.single-entry .entry-inner .entry-meta .post-comment li {
    margin-left: 10px;
}

.single-entry .entry-inner .entry-meta .post-comment li a span {
    margin-right: 5px;
}

.single-entry .entry-inner .entry-footer span.entry-react {
    font-weight: 600;
}

.single-entry .entry-inner .entry-footer span.entry-react i {
    margin-right: 5px;
}

.single-entry .entry-inner .entry-footer span.entry-react:hover a {
    color: #5A2FF9;
}

.single-entry .entry-inner .entry-footer ul.site-share {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.single-entry .entry-inner .entry-footer ul.site-share li {
    display: inline-block;
    margin: 0 3px;
}

.single-entry .comment-form {
    background-color: #f0f0f0;
}

.single-entry .comment-form .btn {
    border: 1px solid #DEDEDE;
    border-radius: 50px;
    text-align: left;
    padding: 8px 26px;
    background-color: #ffffff;
    color: #949494;
}

.single-entry.newsfeed-form {
    position: relative;
}

.single-entry.newsfeed-form .btn-trans {
    font-size: 18px;
    padding: 37px 30px;
}

.single-entry.newsfeed-form .btn-trans img {
    display: block;
    margin-top: 20px;
}

.single-entry.newsfeed-form .post-options {
    position: absolute;
    top: 20px;
    right: 20px;
}

.single-entry.newsfeed-form .post-options button {
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
    width: 175px;
    border-radius: 50px;
    height: 50px;
}

.single-entry.newsfeed-form .post-options button:hover {
    color: #31A24C;
}

.single-entry.newsfeed-form .post-options button img {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .single-entry.newsfeed-form .post-options {
        position: relative;
        right: auto;
        top: auto;
    }

    .single-entry.newsfeed-form .post-options button {
        display: inline-block;
        width: 145px;
    }
}

.single-entry.newsfeed-form .entry-status .dropdown-toggle i {
    color: #afadad;
    margin-right: 5px;
}

.single-entry.newsfeed-form .entry-status .dropdown-toggle:after {
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    font-size: 18px;
    vertical-align: 2px;
}

.single-entry.newsfeed-form .entry-status .dropdown-item {
    font-size: 13px;
}

.single-entry.newsfeed-form .entry-status .dropdown-item i {
    margin-right: 5px;
}

.single-entry .follow-peoples .single-follow {
    margin-bottom: 20px;
}

.single-entry .follow-peoples .single-follow h3 span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    /* Note: @extend .fw-4 removed – define .fw-4 elsewhere if needed */
}

.single-entry .follow-peoples .single-follow .btn {
    border-radius: 50px;
    padding: 7px 20px;
    /* Note: @extend .fw-6 removed – define .fw-6 elsewhere if needed */
}

.single-entry .show-more a {
    color: #5A2FF9;
    text-transform: capitalize;
}

.comment-wrap {
    /* max-width: 80%; */
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .comment-wrap {
        max-width: 97%;
    }
}

.comment-wrap .react-list {
    top: -45px;
}

.comment-wrap .comment-content {
    padding: 5px 20px 5px;
    position: relative;
    border: 1px solid #DEDEDE;
    border-radius: 50px;
}

.comment-wrap .comment-content a {
    position: absolute;
    /* top: 3px; */
    right: -20px;
    /* width: 190px; */
    text-align: right;
}

.comment-wrap .comment-content p {
    margin: 0;
    line-height: 1.5;
}

.comment-wrap ul.comment-item-nested.list-unstyled {
    padding-left: 45px;
}
