.dropdown-pane5 {
  position: relative;
  width: 325px;
  height: 495px;
  top: 0;
  left: 0;
  border-radius: 0px 0px 20px 20px;
}
.friends_droupdown_heading {
  position: relative;
  width: 100%;
  height: 58px;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.friends_droupdown_heading h3 {
  position: absolute;
  width: 117px;
  height: 20px;
  left: 20px;
  top: 23px;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
.friends_droupdown_heading .new-frind-link {
  position: absolute;
  width: auto;
  height: 16px;
  top: 25px;
  right: 82px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #2687c9;
  text-decoration: none;
}
.friends_droupdown_heading .notifications_footer {
  position: absolute;
  width: 45px;
  height: 16px;
  top: 25px;
  right: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}
.friends_droupdown_heading .friends-ico21 {
  position: absolute;
  right: 71px;
  top: 20px;
}

.friends_droupdown .friends_top_scroll {
  padding: 0 20px;
}

.friends_top_scroll {
  -webkit-overflow-scrolling: touch;
  max-height: 400px;
  overflow-y: auto !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0) !important;
  float: left;
  width: 100%;
  overflow: auto;
  padding: 0;
}

.friends_droupdown_image {
  width: 45px;
  height: 45px;
  float: left;
  position: relative;
  min-width: 45px;
}

.friends_droupdown .dropdown-pane5 {
  width: 325px;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  list-style: none;
  border: 1px solid #c5cbd600;
  margin: 0;
  color: #333 !important;
  position: relative;
  float: left;
  -moz-box-shadow: -5px 13px 28px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: -5px 13px 28px rgba(0, 0, 0, 0.22);
  box-shadow: -5px 13px 28px rgba(0, 0, 0, 0.22);
  border-radius: 0px 0px 20px 20px;
}

.friends_droupdown_area {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.friends_droupdown_area:last-child {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.friends_droupdown_text {
  float: left;
  margin-left: 10px;
}

.friends_droupdown_text h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #2687c9;
}

.friends_droupdown_area .my_streamcontent_like1 {
  margin-top: 5px;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  display: flex;
  align-items: center;
}

.friends_droupdown_area .my_streamcontent_like1 span.icon-dot {
  color: #CCCCCC;
  margin: 0 4px;
  font-size: .5rem;
}

.friend_request_list {
  float: left;
  width: 100%;
  padding-left: 50px;
}

.acceptbutton {
  color: #2687c9;
  background: rgba(38, 135, 201, 0.1);
  padding: 7px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;;
}
.acceptbutton:hover {
  background: #2687c9;
  color: #ffffff;
}

.canclebutton {
  background: #eeeeee;
  padding: 7px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
}

/* userName CSS */

.friends_droupdown_text h3 {
  display: flex;
  flex-wrap: wrap;
}

.friends_droupdown_area .fn_req {
  float: left;
  display: flex;
  align-items: self-start;
}



/* STARTS: user-verification-badge-css 
--------------- Zahidul Islam ---------------
*/


.friends_droupdown_text  a.friends_droupdown_text_link {
  display: flex;
  align-items: center;
}

.friends_droupdown_text  a.friends_droupdown_text_link  .user_verification_badge {
  height: 12px;
  width: 12px;
  margin-left: 1px;
}