.wrapper-list-follow {
}

.wrapper-list-follow .modal-container {
    max-height: 90%;
}

.wrapper-list-follow .modal-content {
    max-height: unset;
    overflow: unset;
    position: relative;
}

.wrapper-list-follow .modal-header {
    height: 40px;
}

.wrapper-list-follow .modal-title {

    text-align: center;

    font-size: 18px;
}

.list-popup-follow {
    display: flex; /* flex: 1; */
    height: 100%;
    margin-top: -8px;
    position: absolute;
    background: #fefefe;
    width: 100%;
    overflow: auto;
    flex-direction: column; /* padding: 0 10px; */
}

.ul-tab {
    height: 33px;
    display: flex;
    justify-content: space-around;
    /* border-bottom: 1px solid; */
    border-bottom: 1px solid #dbd8d8;
    /* padding: 0 10px; */
}

.ul-tab .li-tab {
    width: 33.333%;
    /* background: #f00; */
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 13px;
    color: rgb(91 91 91 / 75%);
    position: relative;
    cursor: pointer;
    font-weight: 600;
}

.ul-tab .li-tab.active {
    color: rgb(22, 24, 35);
    font-weight: 600; /* font-size: 13px; */
}

.ul-tab .li-tab strong {
    margin-left: 5px;
    /* font-weight: normal; */
}

.form-search-follow {
    padding: 0 10px;
}

.form-search-follow .form-group {
    width: calc(100% - 10px);
    background: #e3e1e1;
    display: flex;
    margin-top: 7px;
    padding: 5px 5px;
    border-radius: 4px;
}

.form-search-follow .form-group svg {
    fill: #3d3939;
    width: 20px;
    height: 20px;
    /* padding: 5px; */
    margin-right: 5px;
}

.form-search-follow .form-group .search {
    border: none;
    flex: 1;
    background: no-repeat;
    color: #3d3939;
    padding-right: 10px;
}

.form-search-follow .form-group input::-webkit-search-cancel-button {
    margin-right: -5px;
}

.ul-tab .li-tab.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #000;
}

.list-follow {
    /* display: none; */
    display: flex;
    flex: 1;
    overflow: auto;
    flex-direction: column;
    /* padding-top: 10px; */
    margin-top: 10px;
    position: relative;
}

.list-follow .list-follow_item {
    display: flex;
    padding: 10px 10px;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #f1f0f0;
}
.list-follow .list-follow_item:last-child {
    border-bottom: 0;
}
.list-follow .list-follow_item .list-follow_item_avatar {
    width: 50px;
    height: 50px;
    /* display: flex; */
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: visible;
    margin-right: 20px;
    display: block;
}

.list-follow .list-follow_item .list-follow_item_avatar img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.list-follow .list-follow_item .list-follow_item_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 180px);
    padding-right: 10px;
    /* align-items: center; */
    justify-content: center;
}

.list-follow .list-follow_item .list-follow_item_content div{
    font-family: SofiaPro, Arial, Tahoma, PingFangSC, sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgb(22, 24, 35);
    /* font-weight: 600; */
    /* font-size: 16px; */
}
.list-follow .list-follow_item .list-follow_item_content a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list-follow .list-follow_item .list-follow_item_content .list-follow_item_name {
    /* background: #f00; */
    font-weight: 600;
    font-size: 14px;
}

.list-follow .list-follow_item .list-follow_item_content .list-follow_item_alias {
    /* background: #f00; */
    color: rgb(91 91 91 / 75%);
    font-weight: normal;
    font-size: 14px;
}

.list-follow .list-follow_item .list-follow_item_status {display: flex;align-items: center;/* margin-left: 10px; */}

.list-follow .list-follow_item .list-follow_item_status .btn-follow {

    font-size: 13px;

    /* font-weight: 400; */

    /* 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;

    width: 100px;

    height: 24px;

    line-height: 22px;

    border-radius: 2px;

    border: none;

    font-weight: bold;
}

.list-follow .list-follow_item .list-follow_item_status button.btn-unfollow-button {
}

.list-follow .list-follow_item .list-follow_item_status button.btn-follow-button {

    color: rgb(255, 255, 255);
    background-color: rgb(254, 44, 85);

}

.list-follow .list-follow_item .list-follow_item_status .btn-follow .fa-circle-o-notch {

    font-size: 14px !important;
}

/* width */
.list-follow::-webkit-scrollbar {
    width: 8px;
    display: unset;
    border-radius: 5px;
}

/* Track */
.list-follow::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.list-follow::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {*/
/*    background: #ccc;*/
/*}*/

.loading-list-follow {

    position: absolute;

    bottom: 10px;

    right: 45%;
}

.text-total {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 10px;
    margin-top: 20%;
}
.text-total img{
    width: 50%;
}
.text-total label{

    font-size: 20px;

    color: #000;

    margin-top: 10px;

    font-weight: bold;
}
.text-total p{
    color: #000;
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
}
.menu-follow.no-user{

    /* display: flex; */

    padding: 10px;
}
.nav-login-text {
    color: rgba(22, 24, 35, 0.5);
    font-family: TikTokFont, Arial, Tahoma, PingFangSC, sans-serif;
    font-size: 16px;
    line-height: 21px;
}

.nav-login-button {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: rgb(254, 44, 85);
    border-color: rgb(254, 44, 85);
    background-color: rgb(255, 255, 255);
    min-width: 168px;
    min-height: 48px;
    font-size: 18px;
    line-height: 25px;
    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;
    margin-top: 20px;
    width: 100%;
}

.nav-login-button:hover {
    background-color: rgba(254, 44, 85, 0.06);
}
@media screen and (max-width: 480px) {
    .list-follow::-webkit-scrollbar {
        display: none;
    }
}