.settings-item .img-wrap{
    width: 80px;
}

.rander-loader {
    text-align: center;
    padding: 10px;
    display: block; /* 顯示 loader */
}

.content .center-content .center-content-item .text-item{
    word-wrap: break-word;
}

.content .center-content .center-content-item .text-item figure{
    text-align: center;
}
.content .center-content .center-content-item .text-item img{
    max-width: 100%;
    height: auto;
}

.rplybox{
    display: none;
}

.view-more{
    text-align: center;
    padding: 0 0 20px;
}

.view-more button{
    width: 80%;
    background: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 20px;
    padding: 5px 0;
}

.view-more.sub{
    text-align: right;
    padding: unset
}

.view-more.sub a{
    background: #fff;
    color: #000;
    padding: 5px 0px;
}

.com-box.sub .com-img{
    left:0;
}

.directory-item a.active{
    background: #aa8657;
    color: #fff;
}

.directory-item a.active i{
    color: #fff;
}

.message-item{
    cursor: pointer;
}

.message-item.notread{
    background: #edf1f5;
}

.text-item a{
    color: #000;
}

.btn-custom.active{
    background: #aa8657;
    border: 1px solid #aa8657;
    color: #fff;
    opacity: 1;
}

.btn-mod-spacename{
    position: absolute;
    bottom: 0;
    right: 15px;
    border: unset;
    background: #bd986c;
    color: #fff;
    padding: 7px 15px;
    border-radius: 7px;
}

.search-result-area {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-top: 10px;
}

.apply-user-item {
    transition: background-color 0.2s;
}

.apply-user-item:hover {
    background-color: #f8f9fa;
}

.apply-user-item .img-item{
    width: 50px;
}

.apply-user-item .img-item img {
    border-radius: 50%;
    object-fit: cover;
}

.invite-btn {
    min-width: 60px;
}

.invite-btn.invited {
    background-color: #6c757d;
    border-color: #6c757d;
}

.content .center-content .center-content-item .settings-item.verify-item{
    flex:auto;
}

.content .center-content .center-content-item .settings-item.verify-item .btn-custom{
    padding: 7.5px 25px;
    word-break: keep-all;
}

#share-posts-modal .article-user-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 15px 0 15px;
}
#share-posts-modal .article-user-item .user-item {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
#share-posts-modal .article-user-item .text-item {
    width: calc(100% - 65px);
    padding: 0;
}
#share-posts-modal .article-user-item .text-item h4 {
    margin-bottom: 5px;
}
#share-posts-modal .article-user-item .text-item p {
    margin-bottom: 0;
}
.newNotice{
    position: absolute;
    min-width: 10px;
    height: 10px;
    background: red;
    color: #fff;
    right: 15px;
    bottom: 5px;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    line-height: 16px;
}

.col-lg-80{
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0 15px;
}
