.post-detail-wrapper {
    width: 100%;
    height: calc(100dvh);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    /* background: #e22424; */
}

.post-detail-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100dvh - 60px);
}

.post-detail-wrapper.media {

    /* display: grid; */

    /* display: grid; */

    /*grid-auto-flow: row;*/
}

.post-detail-wrapper.media .post-detail-media {
    grid-column: 1 / 5;
    /*background: #000;*/
    flex: 1;
    /* position: relative; */
    /* padding: 5px; */
    overflow: hidden;
}

#button-post-back {

    position: fixed;

    top: 10px;

    left: 10px;

    border: none;

    outline: none;

    border-radius: 50%;

    width: 40px;

    height: 40px;

    background: #fffefe45;

    border: 1px solid #000;
}

#button-post-back:hover {
    background: #fff
}

.post-detail-wrapper .post-detail-content {
    overflow-y: auto;
}

.post-detail-wrapper.media .post-detail-content {
    width: 450px;
    background: #fff;
    grid-column: 5 / 6;
    display: flex;
    flex-direction: column;
}

.post-detail-wrapper.unmedia .post-detail-content {
}

.post-detail-wrapper.media .carousel .slide video {
    /* width: 100%; */
    height: 100%;
    /* max-width: 100%; */
    /* max-height: 100%; */
    object-fit: contain;
    margin: auto;
}

.post-detail-wrapper.media .carousel .slide video.full-width {

    width: 100%;
}


.post-detail-content .feed-item-content {
    padding: 10px;
    font-size: 14px;
    position: relative;
}

.post-detail-content .feed-item-content .hashtag {

    font-weight: 550;
}

.post-detail-content .feed-item-content img {
    max-width: 100%;
    max-height: 100dvh
}

.post-detail-content .feed-item-content img.img-emoji {
    width: 25px;
}

.post-detail-content .feed-item-content .read-or-hide {
    font-weight: 500;
    color: rgb(44 41 41 / 69%);;
}

.post-detail-content .feed-item-content .show-less {
    position: unset;
    display: inline-block;
}

.wrapper-post-detail_action {
    position: relative;
    padding: 0px 0 0px 0;
    background: #fff;
}


.wrapper-post-detail_social {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%; /* border-top: 1px solid #cccc; *//* border-bottom: 1px solid #ccc; */
    padding: 10px 0;
}

.wrapper-post-detail_social .wrapper-post-detail_action-user div {
    /* display: flex; */
    /* align-items: center !important; */
    /* justify-content: center !important; */
    /* border: 1px solid; */
}

.wrapper-post-detail_social .wrapper-post-detail_action-user {
    display: flex;
    flex: 1;
    justify-content: space-around;
    /* border: 1px solid #0cd7e5; */
    /* width: 100%; */
}

.wrapper-post-detail_social .wrapper-post-detail_action-user div {
    display: flex;
    /* border: 1px solid #f00; */
    background: none;
    outline: none;
    padding: 0;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    flex-direction: row;
    /* margin-right: 20px; */
}

.is-like-feed svg{

    fill: rgb(255, 59, 92);
}

.is-bookmark-feed svg{

    fill: rgb(227 139 30);
}

.wrapper-post-detail_social .wrapper-post-detail_action-user div span {

    /* margin-right: 20px; */

    display: flex;

    -webkit-box-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    align-items: center;

    width: 32px;

    height: 32px;

    font-size: 0;

    border-radius: 50%;

    transition: all 200ms ease-in-out 0s;

    background-color: rgba(22, 24, 35, 0.06);

    padding: 6px;

    margin-right: 6px;
}

.wrapper-post-detail_social .wrapper-post-detail_action-user div strong {
    color: rgba(22, 24, 35, .75);
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    font-weight: 500;
}

.wrapper-post-detail_social .wrapper-post-detail_social-netword {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.wrapper-post-detail_social .wrapper-post-detail_social-netword div {
    display: block;
    font-size: 0;
    margin-right: 8px;
    cursor: pointer
}


.wrapper-post-detail_share-link-out {

    padding: 0 10px;

    margin-bottom: 10px;
}

.wrapper-post-detail_share-link {
    color: rgba(22, 24, 35, 0.75);
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    box-sizing: border-box;
    border: 1px solid rgba(22, 24, 35, 0.12);
    /* border-radius: 2px; */
    /* padding: 10px; */
    /* width: 96%; */
    /* margin: auto; */
    /* margin-top: 10px; */
}

.wrapper-post-detail_share-link p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1 1 auto;
    padding: 7px 0 5px 12px;
    background-color: rgba(22, 24, 35, 0.06);
    margin: 0;
}

.wrapper-post-detail_share-link button {
    border: none;
    background: none rgba(22, 24, 35, 0.06);
    outline: none;
    color: rgb(22, 24, 35);
    font-weight: 700;
    flex: 0 0 auto;
    cursor: pointer;
    padding: 7px 18px;
    width: 100px;
    height: 32px;
}

.wrapper-post-detail_share-link .button-copy-link {
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    min-width: 100px;
}

.post-detail-wrapper.unmedia {
    background: #000;
}

.post-detail-wrapper.unmedia .post-detail-content {

    max-width: 480px;
    margin: auto;
    margin-top: 0;
    background: #fff;
    height: 100dvh;
    display: flex;
    flex-direction: column;
}

.post-detail-wrapper .wrapper-commment-input span {
    color: #3b3939 !important;
}

.wrapper-content-post {
    overflow: auto;
    flex: 1;
    max-height: calc(100dvh - 42px);
    height: auto;
    display: flex;
    flex-direction: column;
}

.bg-post {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
}

.post-detail-wrapper.media .post-detail-content-mobile {
    display: none;
}

.wrapper-close-comment-mobile {
    /*display:none*/
}


@media screen and (max-width: 1366px) {
    .post-detail-wrapper.media .post-detail-content {
        width: 350px;
    }
}

@media screen and (max-width: 1024px) {
    .post-detail-wrapper.media .post-detail-content {
        width: 300px;
    }
}
.feed-detail.show-more .content-feed-detail{

}
.feed-detail.show-more .content-feed-detail::-webkit-scrollbar {
    display: none;
    width: 10px;
}

.wrapper-close-comment-mobile {
    display:flex;
    position: fixed;
    width: 100%;
    height: 10dvh;
    justify-content: center;
    align-items: end;
}
.wrapper-close-comment-mobile .button-close-commnet {
    border: none;
    box-shadow: none;
    outline: none;
    margin-bottom: 10px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    /* margin-top: 106px; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 100px; */
    /* z-index: 1000; */
    /* background: #f00; */
    /* border-radius: 50%; */
    /* border: 1px solid rgba(254, 44, 85, 1); */
    padding: 10px 10px;
    /* background: rgb(171 171 171); */
}

.wrapper-close-comment-mobile .button-close-commnet svg {
    fill: #fff;
}

@media screen and (max-width: 932px) {
    .hideMenuBottom .menu-bottom {
        display: none;
    }
    .feed-detail.show-more .content-feed-detail{
        left: 0;
        overflow-y: scroll;
        width: 85%;

        max-height: 75dvh;
    }

    .post-detail-wrapper {
        height: 100dvh;
    }

    .post-detail-wrapper.media .carousel .slide video.full-height {
        object-fit: cover;
        width: 100%;
        background: #f00;
    }

    .post-detail-wrapper.media .carousel .slide video.full-width {
        object-fit: contain;
        width: 100%;
    }

    .post-detail-wrapper .feed-detail-content .text-read-more {
        color: #fff;
    }

    .feed-detail {
        max-height: 80%;
        width: 90%;
        /* overflow-y: auto; */
        scrollbar-width: none;
    }
    .post-detail-wrapper.media .feed-detail.show-more {
        padding-bottom: 25px;
        bottom: 0;
    }

    .post-detail-wrapper .feed-detail .feed-detail-content {
        overflow: unset;
    }
    .post-detail-wrapper .feed-detail .feed-detail-content .img-emoji{

        max-width: 20px;
    }

    .feed-detail-content .read-or-hide.show-less {

        bottom: 0;

        position: unset;

    }

    .post-detail-wrapper .feed-detail::-webkit-scrollbar {
        display: none
    }

    #button-post-back {
        border: none !important;
        background: transparent !important;
        width: 40px;
        height: 40px;
        text-align: center;
        left: 0;
        top: 0px;
    }

    #button-post-back:hover{

        background: none;
    }


    #button-post-back svg {
        color: #f3f4f5;
        width: 19px;
    }

    .wrapper-content-post::-webkit-scrollbar {
        width: 0;
    }

    .feed-detail.show-more {
        background: #0a0a0a70;
        width: 100%;
        padding: 0px 15% 0px 10px;
        /* background: #272626; */
        bottom: 15px;
        scrollbar-width: none;
        padding: 10px;
        max-height: 80dvh;
        padding-bottom: 20px;
    }

    .feed-detail.show-more::before {
        position: fixed;
        /* top: 17%; */
        width: 100%;
        left: 0;
        height: 10px;
        content: "";
        background: #0a0a0a70;
        margin-top: -10px;
        display: none;
    }




    .post-detail-wrapper.unmedia .wrapper-content-post {
        padding-top: 50px;
        max-height: calc(100dvh - 60px);
    }

    .post-detail-wrapper.unmedia .wrapper-content-post .feed-item-head {
        margin-left: 32px;
        position: fixed;
        top: 1px;
        width: calc(100% - 32px);
        z-index: 3;
    }

    .post-detail-wrapper.unmedia .wrapper-content-post:before {
        content: "";
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 1;
        height: 56px;
        top: 0;
    }

    .post-detail-wrapper.unmedia #button-post-back {
        top: 3px;
        left: 3px;
        border: none;
        outline: none;
        border-radius: 50%;
        background: #fffefe45;
        position: absolute;
        z-index: 3;
    }

    .post-detail-wrapper.unmedia #button-post-back svg {
        color: #0e0e0e;
        width: 24px;
    }

    .post-detail-wrapper.media .post-detail-content-desktop {
        display: none;
    }

    .post-detail-wrapper.unmedia .post-detail-content-desktop {
        display: flex;
    }

    .post-detail-wrapper.unmedia .post-detail-content-mobile {
        display: none;
    }

    .post-detail-wrapper.media .post-detail-content {
        position: absolute;
        width: 100%;
        height: 100dvh;
        display: none;
    }
    .post-detail-wrapper.media .post-detail-content-mobile {
        display:flex
    }
    .show-comment .post-detail-content{}
    .show-comment .post-detail-content::-webkit-scrollbar {
        width: 0;
    }
    .post-detail-wrapper.media.show-comment .post-detail-content {
        display: flex;
        max-height: 90dvh;
        position: fixed;
        bottom: 0;
        /* border-radius: 5px 5px 0 0; */
        padding-top: 10px;
        scrollbar-width: none;
    }

    .post-detail-wrapper.media.show-comment .post-detail-content::before {
        content: "";
        width: 100px;
        height: 4px;
        background: #230f0f;
        margin: auto;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .post-detail-wrapper.media.show-comment .post-detail-content-mobile {
        display:none
    }
    .wrapper-post-detail_social{

        padding: 5px;
    }
    .wrapper-post-detail_social .wrapper-post-detail_action-user div span {
        width: 25px;
        height: 25px;
        padding: 3px;
    }

}
@media screen and (max-width: 480px) {

}
