.NewsFeedMyPageText14500w {
    font-size: 14px;
    font-weight: 500;
    font-family: helvetica;
    color: rgb(230 230 230);
}

.NewsFeedMyPageText14600w {
    font-size: 14px;
    font-weight: 600;
    font-family: helvetica;
    color: rgb(230 230 230);
}

.NewsFeedMyPagePostBoxNameDateLeftBox {
    display: flex;
    align-items: center;
}

.NewsFeedMyPageText12500w {
    font-size: 12px;
    font-weight: 500;
    font-family: helvetica;
    color: rgb(230 230 230);
}

.NewsFeedMyPageText12600w {
    font-size: 12px;
    font-weight: 600;
    font-family: helvetica;
    color: rgb(230 230 230);
}

.NewsFeedMyPageText16500w {
    font-size: 16px;
    font-weight: 500;
    font-family: helvetica;
    color: rgb(230 230 230);
}

.NewsFeedMyPageText16600w {
    font-size: 16px;
    font-weight: 600;
    font-family: helvetica;
    color: rgb(230 230 230);
}

.NewsFeedMyPagePostBackground {
    border-width: 0px;
    background-color: rgb(50 50 50);
    border-radius: 5px;
}

.NewsFeedMyPagePostBoxTop {
    padding: 15px 20px;
    background-color: rgb(38, 38, 38);
    border: 0px solid rgb(87,87,87);
    border-radius: 3px;
    width: 720px;
    margin: 0px auto;
}

.NewsFeedMyPagePostText {
    min-height: 20px;
    width: 100%;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(230, 230, 230);
    resize: none;
    overflow-wrap: anywhere;
    word-break: break-word;
    transition-timing-function: ease-out;
    transition-duration: .3s;
}

.NewsFeedMyPagePostText::placeholder {
    outline: none;
    border: 0px;
}

.NewsFeedMyPagePostText:focus {
    outline: none;
    border: 0px;
    min-height: 200px;
    transition-duration: .3s;
    transition-timing-function: jump-both;
}

.NewsFeedMyPagePostBoxBottom {
    margin: 0px auto;
    width: 760px;
    height: 36px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.NewsFeedMyPagePostBoxBottom div {
    display: inline-block;
}

#NewsFeedMyPagePostBottomLeftBox img {
    width: auto;
    height: 16px;
}

#NewsFeedMyPagePostBottomRightBox span:hover {
    cursor: pointer;
    color: rgb(255,166,0);
    transition-duration: .2s;
}

#NewsFeedMyPagePostBottomLeftBox span:hover {
    cursor: pointer;
    color: rgb(255,166,0);
    transition-duration: .2s;
}

#NewsFeedMyPagePostBottomLeftBox span,
#NewsFeedMyPagePostBottomRightBox span {
    font-family: helvetica;
    font-size: 12px;
    color: rgb(230,230,230);
}

.NewsFeedMyPagePostReplyIcon {
    margin-right: 0px;
    width: auto;
    height: 12px;
    vertical-align: middle;
}

.NewsFeedMyPagePostMemberIcon {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -13px;
    left: -65px;
    border-radius: 50%;
    border: 1px none rgb(230, 230, 230);
    display: block;
    background-size: cover;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 30%) 0px 5px 20px 0px;
}

.NewsFeedMyPagePostText::-webkit-scrollbar {
    width: 12px;
    height: 10px;
    cursor: pointer;
}

.NewsFeedMyPagePostText::-webkit-scrollbar-track {
    border-radius: 6px;
    background: rgb(50,50,50);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
}

.NewsFeedMyPagePostText::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: rgb(80,80,80);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

.NewsFeedMyPageNewPostMainBox {
    border-width: 0px;
    width: 820px;
    background-color: rgb(50,50,50);
    border: none;
    border-radius: 5px;
    padding: 30px 40 20px 40;
    margin-top: 20px;
}

.NewsFeedMyPagePostBoxNameDate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.NewsFeedMyPagePostBoxNameDateRightBox {
    display: flex;
    align-items: center;
}

.NewsFeedMyPagePostBoxMR1 {
    margin-right: 5px;
    max-width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NewsFeedMyPagePostBoxMR2 {
    margin-right: 10px;
    max-width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NewsFeedMyPagePostBoxMR3 {
    margin-right: 15px;
    max-width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NewsFeedMyPagePostBoxContent {
    margin-top: 20px;
}

.NewsFeedMyPagePostBoxICON {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    width: 760px;
    margin-top: 10px;
}

.NewsFeedMyPageImgIcon {
    width: 16px;
    height: 14px;
}

.NewsFeedMyPageImgIcon img:hover {
    filter: invert(27%) sepia(100%) saturate(5000%) hue-rotate(11deg) brightness(100%) contrast(101%);
    cursor: pointer;
}

.NewsFeedMyPageImgIcon2 {
    width: 22px;
    height: 14px;
}

.NewsFeedReplyPostMainBox {
    border-width: 0px;
    width: 820px;
    background-color: rgb(50,50,50);
    border: none;
    border-radius: 5px;
    padding: 20px 40 20px 40;
    margin-top: 20px;
    max-height: 800px;
    overflow: auto;
}

.NewsFeedReplyPostBoxTop {
    border: 0px solid rgb(87,87,87);
    border-radius: 10px;
    width: 760px;
    margin: 0px auto;
}

.NewsFeedReplyPostBoxNameDate {
    display: flex;
    align-items: center;
}

.NewsFeedReplyPostBoxNameDate2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.NewsFeedReplyPostBoxNameDate3 {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
}

.NewsFeedReplyPostBoxNameDate4 {
    display: flex;
    margin-top: 10px;
}

.NewsFeedReplyPostBoxNameDateLeft {
    display: flex;
    align-items: center;
}

.NewsFeedReplyPostBoxNameDateRight {
    display: flex;
    align-items: center;
}

.NewsFeedReplyPostContain {
    margin-top: 10px;
    margin-left: 60px;
}

.NewsFeedReplyPostContainLine {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 60px;
    border-bottom: 1px solid rgb(87 87 87);
}

.NewsFeedReplyPostBoxICON {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    width: -webkit-fill-available;
    margin-top: 10px;
    margin-left: 60px;
}

.NewsFeedReply2PostMainBox {
    border-width: 0px;
    background-color: rgb(50,50,50);
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    max-height: 800px;
    overflow: auto;
}

/* Newsfeed page overrides (scoped) */
body[data-page="newsfeed"] .NfW820 {
    width: 900px;
}

body[data-page="newsfeed"] #B92336C7 {
    max-width: 900px;
}

body[data-page="newsfeed"] #EB81AAC9H {
    width: 900px;
}

body[data-page="newsfeed"] #EB81AACFH {
    width: calc(100% - 300px);
}

body[data-page="newsfeed"] .NewsFeedMyPagePostBackground,
body[data-page="newsfeed"] .NewsFeedMyPageNewPostMainBox {
    box-sizing: border-box;
}

body[data-page="newsfeed"] .NewsFeedMyPagePostBackground {
    width: 900px;
}

body[data-page="newsfeed"] .NewsFeedMyPageNewPostMainBox {
    width: 900px;
}

body[data-page="newsfeed"] .NewsFeedMyPagePostBoxTop {
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    margin: 0;
}

body[data-page="newsfeed"] .NewsFeedMyPagePostBoxBottom,
body[data-page="newsfeed"] .NewsFeedMyPagePostBoxICON {
    width: 100%;
}

body[data-page="newsfeed"] #newsfeedPostBoard.NewsFeedMyPagePostText,
body[data-page="newsfeed"] #nfComposerInlinePreview.NfComposerInlinePreview {
    background: rgb(50,50,50);
    border: 1px solid rgb(87, 87, 87);
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    min-height: 80px;
    max-height: 800px;
    line-height: normal;
    resize: none;
    transition: border-radius .5s ease, min-height .5s ease, padding .5s ease;
}

body[data-page="newsfeed"] #newsfeedPostBoard.NewsFeedMyPagePostText:focus {
    outline: none;
}

body[data-page="newsfeed"] #nfComposerBottom {
    height: auto;
}

body[data-page="newsfeed"] .NfComposer {
    position: relative;
}

body[data-page="newsfeed"] .NfComposerInner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

body[data-page="newsfeed"] .NfComposerAvatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 80px;
    top: 15px;
    transform: translate(-50%, -50%);
    box-shadow: rgb(14 14 14) 0px 2px 10px 0px;
    z-index: 2;
}

body[data-page="newsfeed"] .NfComposerAvatarImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body[data-page="newsfeed"] .NfComposerInput {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
}

body[data-page="newsfeed"] .NfComposerTextarea {
    text-align: center;
}

body[data-page="newsfeed"] .NfComposerInlinePreview {
    display: none;
    text-align: center;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

body[data-page="newsfeed"] .NfComposerTextarea::placeholder {
    text-align: center;
    color: rgba(255,255,255,0.55);
}

body[data-page="newsfeed"] .NfComposerAction {
    display: inline-flex;
    align-items: center;
    color: rgb(230,230,230);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

body[data-page="newsfeed"] .NfComposerAction img {
    width: 18px;
    height: 18px;
    display: block;
}

body[data-page="newsfeed"] a.f-normal-o {
    color: rgb(230,230,230);
}

body[data-page="newsfeed"] .NfComposerPopup {
    position: absolute;
    display: none;
    z-index: 50;
    border: 1px solid rgba(87,87,87,0.6);
    box-shadow: rgb(32 32 32) 0px 6px 30px 0px;
    max-width: 240px;
}

body[data-page="newsfeed"] .NfComposerPopupGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

body[data-page="newsfeed"] .NfComposerPopupItem {
    padding: 6px 8px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

body[data-page="newsfeed"] .NfComposerPopupItem:hover {
    background: rgba(255,255,255,0.06);
}

body[data-page="newsfeed"] .NfAlignCenter {
    text-align: center;
}

body[data-page="newsfeed"] .NfAlignRight {
    text-align: right;
}

body[data-page="newsfeed"] .NfAlignCenter .NfPostImage {
    margin-left: auto;
    margin-right: auto;
}

body[data-page="newsfeed"] .NfAlignRight .NfPostImage {
    margin-left: auto;
    margin-right: 0;
}

body[data-page="newsfeed"] .NfQuote {
    margin: 10px 0 0 0;
    padding: 10px 12px;
    border-left: 3px solid rgba(255,255,255,0.18);
    border-radius: 5px;
    background: rgba(255,255,255,0.06);
}


body[data-page="newsfeed"] .NfComposer input.b-normal:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

body[data-page="newsfeed"] .NfComposer.NfComposerExpanded #newsfeedPostBoard.NewsFeedMyPagePostText,
body[data-page="newsfeed"] .NfComposer.NfComposerExpanded #nfComposerInlinePreview.NfComposerInlinePreview {
    border-radius: 5px;
    min-height: 220px;
    text-align: left;
}

body[data-page="newsfeed"] .NfComposer.NfComposerExpanded .NfComposerTextarea::placeholder {
    text-align: left;
}


body[data-page="newsfeed"] .NfPostMedia {
    display: inline-block;
    vertical-align: top;
}

body[data-page="newsfeed"] .NfPostImage {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

body[data-page="newsfeed"] .NfPostVideoWrap {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

body[data-page="newsfeed"] .NfPostVideoInner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

body[data-page="newsfeed"] .NfPostVideoInner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 3px;
}

body[data-page="newsfeed"] .NfPostVideoFallback {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 5px;
    background: rgba(255,255,255,0.04);
}

body[data-page="newsfeed"] .NfPostItem {
    border: 1px solid rgb(80, 80, 80);
    border-radius: 5px;
    box-sizing: border-box;
}

body[data-page="newsfeed"] .NfPostItem,
body[data-page="newsfeed"] .NewsFeedMyPageNewPostMainBox {
    overflow: hidden;
    max-height: 800px;
    transition: opacity .25s ease, transform .25s ease, max-height .35s ease, margin .35s ease, padding .35s ease, border-color .35s ease;
    background: rgb(28, 28, 28);
}

body[data-page="newsfeed"] .NfPostItem.NfPostHasVideo,
body[data-page="newsfeed"] .NewsFeedMyPageNewPostMainBox.NfPostHasVideo {
    max-height: none;
}

body[data-page="newsfeed"] .NfPostItem.NfPostItemDeleting,
body[data-page="newsfeed"] .NewsFeedMyPageNewPostMainBox.NfPostBoxDeleting {
    opacity: 0;
    transform: translateY(-6px);
    max-height: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-color: transparent !important;
}

body[data-page="newsfeed"] .NfPostItemTop {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

body[data-page="newsfeed"] .NfPostItemAvatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    box-shadow: rgb(14 14 14) 0px 2px 10px 0px;
}

body[data-page="newsfeed"] .NfPostItemAvatarImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body[data-page="newsfeed"] .NfPostItemMeta {
    flex: 1 1 auto;
    min-width: 0;
}

body[data-page="newsfeed"] .NfPostHeader {
    align-items: center;
}

body[data-page="newsfeed"] .NfPostMenuBtn img {
    display: block;
}

body[data-page="newsfeed"] #nfPostMenu {
    position: fixed;
    z-index: 80;
    display: none;
    min-width: 160px;
    border: 1px solid rgba(87,87,87,0.6);
    box-shadow: rgb(14 14 14) 0px 6px 20px 0px;
}

body[data-page="newsfeed"] .NfPostMenuItem {
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

body[data-page="newsfeed"] .NfPostMenuItem:hover {
    color: rgb(255,166,0);
}

/* Reply button active */
.NfReplyBtnActive,
.NfReplyBtnActive span {
    color: inherit;
    font-weight: 700;
}
.NfReplyBtnActive img {
    filter: none;
    transform: rotate(-90deg);
}
body[data-page="newsfeed"] button[data-nf-reply-parent],
body[data-page="newsfeed"] #nfReplyButtonRoot,
body[data-page="newsfeed"] #nfReplySubmit {
    transition: color .5s ease, filter .5s ease;
    color: rgb(230,230,230);
}
body[data-page="newsfeed"] button[data-nf-reply-parent] img,
body[data-page="newsfeed"] #nfReplyButtonRoot img,
body[data-page="newsfeed"] #nfReplySubmit img {
    transition: transform .5s ease, filter .5s ease;
    transform-origin: center;
}

body[data-page="newsfeed"] .NfChannelQuickSwitch {
    display: flex;
    align-items: center;
}

body[data-page="newsfeed"] .NfChannelQuickIconBtn {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;
}

body[data-page="newsfeed"] .NfChannelQuickIconBtn:focus-visible {
    outline: 1px solid rgb(255,166,0);
    outline-offset: 2px;
}

body[data-page="newsfeed"] .NfChannelQuickIconBtnSelf {
    margin-right: 20px;
}

body[data-page="newsfeed"] .NfChannelQuickDivider {
    width: 0;
    height: 30px;
    border-left: 1px solid rgb(80, 80, 80);
    margin-right: 20px;
}

body[data-page="newsfeed"] .NfChannelQuickIconBtnTarget {
    margin-right: 20px;
}

body[data-page="newsfeed"] .NfChannelQuickIcon {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: rgb(14 14 14) 0px 2px 10px 0px;
}
