.edit-profile {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* border-top: 1px solid #f00; */
    width: 100%;
}

.popup-in-content {
    flex: 1;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    padding: 10px;
    max-height: 570px;
    overflow: auto;
}

.edit-profile-content .edit-profile-column {
    /* border-bottom: 1px solid #ccc; */
    padding: 0 0 10px 0;
    /* display: flex; */
    width: 100%;
}

.edit-profile-content .edit-profile-column label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-right: 10px;
    color: #000;
    width: 90px;
    margin-bottom: 8px;
}

.edit-profile-avatar .edit-profile-avatar-img { /* width: 100px; */
    margin: auto;
    width: 96px;
    height: 96px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-color: #e9e9e9;
    z-index: 1;
    background-size: 100%;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #ccc;
    position: relative;
    cursor: pointer;
}

.edit-profile-avatar .edit-profile-avatar-img .edit-profile-avatar-img-svg {

    width: 32px;

    height: 32px;

    border-radius: 16px;

    background: rgb(255, 255, 255);

    border: 1px solid rgb(208, 208, 211);

    box-sizing: border-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: center;

    justify-content: center;

    cursor: pointer;

    position: absolute;

    bottom: 0;

    /* margin-left: 192px; */

    right: 0;
}

.edit-profile-avatar .edit-profile-avatar-img svg {

    color: #000;
}

.edit-profile-banner {
    width: 100%;
    height: 4 / 1;
}

.edit-profile-banner .edit-profile-avatar-banner {
    width: 100%;
    aspect-ratio: 4 / 1;
    background-repeat: no-repeat;
    background-color: #e9e9e9;
    z-index: 1;
    background-size: 100%;
}

.edit-profile-banner .edit-profile-avatar-banner svg {
}

.edit-profile-name input {
    /* width: 300px; */
    /* padding: 10px; */
    /* border: 1px solid #c9c9c9; */
    max-width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #c9c9c9;
    /* height: 100px; */
    width: 100%;
}

.edit-profile-content .edit-profile-column.edit-profile-intro {
    border-bottom: none;
}

.edit-profile-intro textarea {
    /* max-width: 360px; */
    padding: 10px;
    border: 1px solid #c9c9c9;
    height: 100px;
    width: 100%;
    resize: none;
    max-width: calc(100% - 20px);
}

.input.error {

    border-color: #f00;
}

.footer-popup {
    height: 80px;
    width: 100%;
    display: flex;
    border-top: 1px solid #cccc;
    align-items: center;
    justify-content: flex-end;
}

.btn-popup .btn {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: rgb(22, 24, 35);
    border-color: rgba(22, 24, 35, 0.12);
    background-color: rgb(255, 255, 255);
    min-height: 28px;
    font-family: TikTokFont, PingFangSC, sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 24px;
    padding: 7px 16px;
    min-width: 96px;
    height: 36px;
    margin-left: 16px;
}

.btn-popup .btn-cancel {
}

.btn-popup .btn-save {
    margin-right: 16px;
    background-color: rgb(254, 44, 85);
    color: #fff
}

.input-file {
    display: none;
}
.btn-info-action .btn-follow-button {
    border-radius: 4px;
    border: none;
    color: rgb(255, 255, 255);
    background-color: rgb(254, 44, 85);
    min-height: 36px;
    font-size: 18px;
    font-weight: 600;
    font-family: TikTokDisplayFont, PingFangSC, sans-serif;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 6px 8px;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    min-width: 208px;
    line-height: 22px;
}
.btn-info-action .btn-follow-button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), rgb(254, 44, 85);
}

.btn-info-action .btn-unfollow-button{
    box-sizing: border-box;
    appearance: none;
    /* min-width: 96px; */
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    font-family: var(--tux-fontFamilyParagraph);
    font-weight: var(--tux-fontWeightSemibold);
    text-decoration: none;
    cursor: pointer;
    background-clip: padding-box;
    font-size: var(--tux-fontSizeP3);
    height: 36px;
    padding-inline: 15px;
    color: var(--tux-colorTextPrimary);
    background-color: var(--tux-colorBGSecondary);
    border-color: var(--tux-colorLineSecondary);
    min-width: 208px;
    line-height: 22px;
}

.btn-info-action .btn-unfollow-button:hover{
    background-color: var(--tux-colorBGSecondary-tint-4);
    border-color: var(--tux-colorLinePrimary);
}

.dropdown-header-profile .dropdown-menu {
    -webkit-font-smoothing: subpixel-antialiased;
    position: absolute;
    top: 51px;
    width: 200px;
    /* box-shadow: 0 0 1px 1px #f00; */
    right: -12px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    z-index: 99999;
    background: #fff;
}

.dropdown-header-profile .dropdown-menu .dropdown-menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 4px;
    display: flex;
    align-items: center;
    /* height: 35px; */
}

.dropdown-header-profile .dropdown-menu .dropdown-menu-item:last-child {
    border: none;
}

.dropdown-header-profile .dropdown-menu .dropdown-menu-item svg {margin-right: 5px;/* background:#f00; */width: 30px;}
.dropdown-header-profile .dropdown-menu .dropdown-menu-item:last-child svg path {

    width: 32px;
    height: 32px;
}

.dropdown-header-profile .dropdown-menu .dropdown-menu-item:hover {
    background: #ebebeb;
}
.dropdown-header-profile .dropdown-menu button.dropdown-menu-item {
    border: none;
    cursor: pointer;
    background: none;
    font-size: 14px;
    /* height: 44px; */
    height: 41px;
}
.auth-form {

    display: flex;

    flex-direction: column;

    height: 100%;
}
.intro-length {

    color: #313030;

    margin-right: 5px !important;

    font-size: 12px;
}

.config-option.feed-item-head-option {}
.config-option.feed-item-head-option button{
    border: 1px solid rgba(22, 24, 35, 0.12);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 9px;
    background: #fff;
    font-size: 21px;
    color: #000;
    /* width: 45px; */
    padding: 0;
}
.config-option.feed-item-head-option button:hover {
    background: #fff;
    border: 1px solid rgb(22 24 35 / 32%);
}
.config-option.feed-item-head-option button svg{
    /* color: #000; */
    width: 20px;
    fill: #000;
}
.config-option.feed-item-head-option button svg g{
    color: #000;
    fill: #000;
}

.div-share-layout-main .div-video-feed-tab button svg {

    width: 23px;

    height: 22px;

    margin-right: 5px;

    fill: #8b8b8b;
}

.div-share-layout-main .div-video-feed-tab::-webkit-scrollbar {
    display: none;
}

.div-share-layout-main .div-video-feed-tab button.active svg {
    fill: #000;
}
.div-share-layout-main .div-video-feed-tab button.postBookmark.active svg {
    fill: rgb(227 139 30);
}
.div-share-layout-main .div-video-feed-tab button.heartPost.active svg {
    fill: rgb(255, 59, 92);
}

.div-share-layout-main .div-video-feed-tab button span {
    color: #5e5c5c
}


.profile-page.postDetail .wrapper-profile{
    z-index: 9;
    background: transparent;
    overflow: hidden;
}
.profile-page.postDetail .wrapper-profile .div-video-feed-tab{
    display:none;
}
.profile-page.postDetail .wrapper-profile  .user-header {
    display:none;
}
.profile-page.postDetail .wrapper-profile  .feeds {
    opacity: 0;
    /* display: none; */
}
.profile-page.postDetail .div-three-column-container {
    background:transparent
}

.profile-page.postDetail .bg-post {
    display:none
}

.profile-page .tab-native{}
.profile-page .tab-native a{}
.profile-page .tab-native a svg{
    width: 22px;
    height: 22px;
    margin-left: -4px;
    margin-right: 10px;
}

.profile-page .tab-native a.tab-native-bookmark svg {

    fill: rgb(227 139 30);
}

.profile-page .tab-native a.tab-native-like svg {
    fill: rgb(255, 59, 92);
}
@media screen and (max-width: 480px) {
    .edit-profile {
    }

    .edit-profile-content {
        max-height: calc(100vh - 130px);
    }

    .edit-profile-content .edit-profile-column {
        flex-direction: column;
        /* margin-bottom: 10px; */
        /* padding-bottom: 15px; */
        border: none;
    }

    .edit-profile-content .edit-profile-column label {
        margin-bottom: 7px;
    }

    .dit-profile-avatar .edit-profile-avatar-img {
    }

    .dit-profile-avatar .edit-profile-avatar-img svg {
    }

    .edit-profile-banner {
    }

    .edit-profile-banner .edit-profile-avatar-banner {
    }

    .edit-profile-banner .edit-profile-avatar-banner svg {
    }

    .edit-profile-name input {
        /* max-width: 100%; */
        /* width: auto; */
    }

    .edit-profile-intro {
    }

    .edit-profile-intro textarea {
        /* width: auto; */
    }

    .edit-profile-action {
    }

    .edit-profile-action .btn {
    }

    .edit-profile-action .btn-cancel {
    }

    .edit-profile-action .btn-save {
    }

    .wrapper-profile::-webkit-scrollbar {
        display: none;
    }
}
