.friend_man {
  padding: 6px 10px;
  margin: 0 2px;
  color: white!important;
  font-size: 12px;
  text-decoration: none!important;
  line-height: 15px;
  border-radius: 5px;
  cursor: pointer !important;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  transition: background-color 300ms;
}
.friend_man:before {
  font-size: 14px;
  margin-right: 5px;
  margin-left: -1px;
  width: 16px;
  text-align: center;
  vertical-align: top;
  line-height: 14px;
}
.friend_man.icon_only {
  font-size: 0 !important;
}
.friend_man.icon_only span {
  display: none;
}
.friend_man.icon_only:before {
  margin: 0;
}
.friend_man.add_friend,
.friend_man.accpet {
  background-color: #7aa716;
}
.friend_man.add_friend:hover,
.friend_man.accpet:hover {
  background-color: #6a9706;
}
.friend_man.pending {
  background-color: #a59615;
}
.friend_man.pending:hover {
  background-color: #958605;
}
.friend_man.unfollow,
.friend_man.add_follow,
.friend_man.add-as-fan,
.friend_man.notify {
  background-color: #207298;
}
.friend_man.unfollow:hover,
.friend_man.add_follow:hover,
.friend_man.add-as-fan:hover,
.friend_man.notify:hover {
  background-color: #106288;
}
.friend_man.unfollow.combine {
  border-radius: 5px 0 0 5px;
  margin: 0 0 0 2px;
}
.friend_man.notify.combine {
  border-radius: 0 5px 5px 0;
  margin: 0 2px 0 1px;
}
.friend_man.notify.hidden {
  display: none;
}
.friend_man.cancel {
  background-color: #999;
}
.friend_man.cancel:before {
  font-size: 12px;
}
.friend_man.remove {
  background-color: #bb1d30;
}
.friend_man.remove:before {
  font-size: 12px;
}
.friend_man.is_fan {
  background: #EEE;
  color: #207298 !important;
  padding: 6px 8px;
}
.friend_man.is_fan:before {
  font-size: 18px;
  width: 18px;
}
.friend_man.has_block {
  background-color: #000;
}
.friend_man.has_block:hover {
  background-color: #692;
}
.friend-editor-popview .pop-view-content,
.request-editor-popview .pop-view-content,
.respond-editor-popview .pop-view-content,
.follow-editor-popview .pop-view-content,
.notify-editor-popview .pop-view-content {
  padding: 0;
}
.friend-editor-popview .friend_man,
.request-editor-popview .friend_man,
.respond-editor-popview .friend_man,
.follow-editor-popview .friend_man,
.notify-editor-popview .friend_man {
  background: #FFF !important;
  color: #999 !important;
  display: block;
  border-bottom: #EEE 1px solid;
  padding: 14px 16px;
  border-radius: 0;
  margin: 0;
}
.friend-editor-popview .friend_man:hover,
.request-editor-popview .friend_man:hover,
.respond-editor-popview .friend_man:hover,
.follow-editor-popview .friend_man:hover,
.notify-editor-popview .friend_man:hover {
  color: #888 !important;
  background: #F5F5FA !important;
}
.friend-editor-popview .friend_man:first-child,
.request-editor-popview .friend_man:first-child,
.respond-editor-popview .friend_man:first-child,
.follow-editor-popview .friend_man:first-child,
.notify-editor-popview .friend_man:first-child {
  border-radius: 5px 5px 0 0;
}
.friend-editor-popview .friend_man:last-child,
.request-editor-popview .friend_man:last-child,
.respond-editor-popview .friend_man:last-child,
.follow-editor-popview .friend_man:last-child,
.notify-editor-popview .friend_man:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: 0;
}
.notify-editor-holder {
  position: relative;
}
.notify-editor-holder .notify-premium-mask {
  font-size: 12px;
  line-height: 150%;
  gap: 4px;
  padding: 4px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.notify-editor-holder .notify-premium-mask i {
  font-size: 24px;
}
.notify-editor-holder .notify-premium-mask:hover {
  background: rgba(0, 0, 0, 0.5);
}

.message {
  padding: 10px;
  margin: 14px;
  border-radius: 5px;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  color: #8f8f9f;
}
.changed {
  background-color: #33b31c !important;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
  color: #FFF !important;
  border-radius: 5px;
}
.note {
  background: #eeebf0;
  padding: 10px;
  margin: 14px;
  border-radius: 5px;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  color: #8f8f9f;
}
.dashboard .empty {
  margin-top: 40px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #8f8f9f;
}
.dashboard .search_box {
  min-width: 400px;
  background: #eeebf0;
  padding: 10px;
  margin: 14px;
  border-radius: 5px;
}
.dashboard .search_box i {
  color: #afb8cc;
  line-height: 18px;
  font-size: 14px;
}
.dashboard .search_box input {
  margin: 2px 4px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #DDD;
  padding: 2px 4px;
  background: #FFF;
  outline: 0;
  color: #333340;
}
.dashboard .search_box .show_all {
  display: none;
}
.item_holder {
  width: 100%;
  min-width: 400px;
}
.item_holder .user_item {
  position: relative;
  background: #FFF;
  padding: 10px;
  border-bottom: solid 1px #eee;
}
.item_holder .user_item:last-child {
  border-bottom: none;
}
.item_holder .user_item.disabled_user {
  background: #EDD;
}
.item_holder .user_item .user_avatar {
  display: inline-block;
  margin: 0 10px 0 5px;
  transform: translateY(-4.5px);
  vertical-align: super;
}
.item_holder .user_item .user_avatar img {
  height: 45px;
  width: 45px;
}
.item_holder .user_item .user_info {
  display: inline-block;
  box-sizing: border-box;
  padding: 2.5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item_holder .user_item .user_info .user_link {
  font-size: 16px;
  line-height: 16px;
}
.item_holder .user_item .user_info .nick_name {
  margin-left: 4px;
  font-size: 12px;
  opacity: 0.6;
}
.item_holder .user_item .user_info .more_info {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.item_holder .user_item .user_action {
  display: inline-block;
  transform: translateY(-12px);
  vertical-align: super;
}
.item_holder .user_item.user_friends_item .user_info {
  width: calc(100% - 143px);
}
.item_holder .user_item.user_following_item .user_info,
.item_holder .user_item.user_blocked_users_item .user_info {
  width: calc(100% - 101px);
}
.search-user-complete .friends-select-list {
  max-height: 168px;
}
.search-user-complete .pop-view-content ul {
  border-radius: 0 !important;
}
.loading {
  margin-top: 40px;
  text-align: center;
}
.loading img {
  height: 60px;
  width: auto;
}
.friend_man.add_follow {
  background-color: #999;
}
.friend_man.add_follow:hover {
  background-color: #106288;
}

