
.feeds {
    width: 100%;
    margin: auto;
    max-height: calc(100dvh - 65px);
    height: 100dvh;
    overflow: auto;
    /* background: #000; */
}

.profile-page .feeds {
    max-height: unset;
    overflow: unset;

}
.profile-page .feeds.no-item{
    height: auto;
}

.feeds .no-post {
    text-align: center;
    height: 100px;
    /* background: #f00; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.feeds .feed-item {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 1px #ededed;
    border-radius: 3px;
    overflow: hidden;
    background: var(--feed-item-background);
    width: 550px;
    /* min-height: 155px; */
}

.feeds .feed-item:last-child {
    margin-bottom: 5px;
}

.feed-item-head {
    height: 50px;
    display: flex;
    padding: 5px;
}

.feed-item-head .feed-item-head-avatar {
    width: 44px;
}

.feed-item-head .feed-item-head-avatar img {
    width: 40px;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid #ccc;
}

.feed-item-head .feed-item-head-content {
    flex: 1;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feed-item-head .feed-item-head-content .user-name {
}

.feed-item-head .feed-item-head-content .user-name a {
    font-weight: 500;
    font-size: var(--tux-fontSizeP3);
    color: #353030;
    font-family: 'TikTok Display', sans-serif;
    font-size: 15px;
}

.feed-item-head .feed-item-head-content .btn-info-action {
    margin: 0;
}

.feed-item-head .feed-item-head-content .btn-info-action button {
    width: 100px;
    border-radius: 2px;
    min-height: unset;
    font-weight: 500;
    font-size: 13px;
    font-family: 'TikTok Display';
    padding: 3px 5px;
    min-width: unset;
    height: unset;
}

.feed-item-head .feed-item-head-content .user-name a:hover {
    text-decoration: underline;
}

.feed-item-head .feed-item-head-content .post-time {
    font-weight: 400;
    font-size: var(--tux-fontSizeP4);
    margin-top: -3px;
    color: rgb(123 116 116);
}

.feed-item-head .feed-item-head-content .post-time time {
    font-size: 12px;
}

.feed-item-head .feed-item-head-option {
    width: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.feeds .feed-item .feed-item-content {
    padding: 10px;
    font-size: var(--tux-fontSizeP4);
    color: var(--tux-colorConstTextPrimary);
    padding-top: 4px;
}

.feeds .feed-item .feed-item-content .hashtag {
    color: var(--bs-dark);
    font-weight: 550;
    cursor: pointer;
}

.feeds .feed-item .feed-item-content .img-emoji {

    width: 25px;
}

.feeds .feed-item .feed-item-content .read-or-hide {
    color: rgb(44 41 41 / 69%);
    font-weight: normal;
}

.feeds .feed-item .feed-item-content .read-or-hide.show-less {
    position: unset;
}

.feed-item-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 20px);
    /* border-bottom: 1px solid var(--tux-colorTextQuaternary); */
    margin: 10px auto;
    /* padding: 7px 0 7px 0; */
    /* border-top: 1px solid var(--tux-colorTextQuaternary); */
    color: var(--tux-colorConstBGInverse2);
}

.feed-item-count .feed-item-count-like {
    display: flex;
}

.feed-item-count .feed-item-count-like img {
    width: 18px;
    margin-right: 7px;
}

.feed-item-count .feed-item-count-comment {
    display: flex;
}

.feed-item-count .feed-item-count-comment i {
    background: url("../images/fb-icon.png") no-repeat;
    background-position: 0 -1137px;
    width: 18px;
    display: block;
    height: 18px;
    opacity: 0.6;
    margin-left: 5px;
}

.feed-item .feed-item-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 20px);
    border-bottom: 1px solid var(--tux-colorTextQuaternary);
    margin: 10px auto;
    padding: 5px 0 5px 0;
    border-top: 1px solid var(--tux-colorTextQuaternary);
    color: var(--tux-colorConstBGInverse2);
}

.feed-item .feed-item-button button {
    width: 30%;
    border: none;
    outline: none;
    padding: 5px 0;
    background: none;
    font-weight: 500;
    color: var(--tux-colorConstBGInverse2);
    display: flex;
    justify-content: center;
}

.feed-item .feed-item-button button i {
    background-image: url("../images/fb-icon.png");
    background-size: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-filter: var(--filter-secondary-icon);
    filter: var(--filter-secondary-icon);
    margin-right: 5px;
    /* filter: blur(0px); */
    opacity: 0.7;
}

.feed-item .feed-item-button button:hover {
    background: #3a393926;
    border-radius: 3px;
}

.feed-item .feed-item-button .feed-item-like-button {
    /* width: 33%; */
}

.feed-item .feed-item-button .feed-item-like-button i {

    background-position: 0 -735px;

    margin-right: 5px;
}

.feed-item .feed-item-button .feed-item-comment-button {
}

.feed-item .feed-item-button .feed-item-comment-button i {
    background-position: 0 -546px;
    /* margin-right: 5px; */
}

.feed-item .feed-item-button .feed-item-link-button {
}

.feed-item .feed-item-button .feed-item-link-button i {
    background-position: 0 -251px;
    /* margin-right: 5px; */
}

.feed-item-head-option .dropdown-toggle::after {
    display: none !important;
}

.feed-item-head-option .dropdown-toggle {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
}

.feed-item-head-option .dropdown-toggle i {
    color: rgb(56 56 56 / 58%);
}

.feed-item-head-option .dropdown-toggle:hover {

    background: #3e3d3d2e;
}

.feed-item-head-option .dropdown-menu {
    inset: 0 0 auto auto !important;
    transform: translate(-7px, 40px) !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 8px;
    padding: 0;
}

.feed-item-head-option .dropdown-menu:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    position: absolute;
    top: -11px;
    right: 7px;
}

.feed-item-head-option .dropdown-item {
    font-weight: 500;
    font-size: 14px;
    /* justify-content: center; */
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.feed-item-head-option .dropdown-item:last-child {
    margin-bottom: 0
}

.feed-item-head-option .dropdown-item i {
    margin-right: 10px;
    font-size: 20px;
}

.feed-item-head-option .dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.feed-item .grid-item video, .feed-item .grid-item img {
    /* max-height: calc(100dvh - 150px); */
}

.feed-loading {
    position: relative;
}

.feed-loading .load-ding {
    position: absolute;
    top: 46%;
    left: 46%;
    z-index: 1;
}

@media screen and (max-width: 932px) {
    .feeds {
        /* height: calc(100dvh - 50px); */
        max-height: unset;
    }

    .feeds::-webkit-scrollbar {
        width: 0;
    }

    .feeds .feed-item {
        width: 100%;
        border-radius: 0;
        margin-bottom: 10px;
    }

    .feeds .feed-item:first-child {
        margin-top: 0
    }

    .feed-item-head .feed-item-head-avatar {
        width: 40px;
    }

    .feed-item-head .feed-item-head-avatar img {
        width: 40px;
        border-radius: 50%;
        padding: 1px;
        border: 1px solid #ccc;
    }
}
