.online-active-status-right .onoffswitch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 19px;
  margin-bottom: 0;
  margin-top: 0;
}

.onoffslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 40px;
}

.online-active-status-right .onoffswitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.onoffslider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 1px;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 40px;
}

.onoffslider::after {
  background-color: rgb(11, 236, 86);
}


.new-stiky-cls {
  position: relative;
  z-index: 999999;
}

.online-chat-users {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.online-chat-body {
  width: 100%;
  height: 100%;
  padding: 0px 5px 0px 10px;
  position: relative;
  z-index: 10001 !important;
}

.online-active-status {
  position: absolute;
  top: 75px;
  float: left;
  width: 94%;
  height: 71px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.online-active-status-left {
  float: left;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}

.online-active-status-right {
  float: right;
}

input:checked+.onoffslider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  background: #10bb28;
}

.online-chat-inputarea {
  position: absolute;
  top: 164px;
  width: 94%;
  height: 41px;
  border-radius: 12px;
}

.online-chat-inputarea input {
  width: 90%;
  height: inherit;
  border: none;
  padding: 0px 10px;
  border-radius: 12px;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

.online-chat-inputarea svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin: 12px;
  margin-right: 15px;
}

.online-chat-users .chat-user-title-wrap {
  height: auto;
  float: left;
  margin-bottom: 13px;
}

.chat-user-title-wrap .chat-user-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #999999;
  float: left;
}

.chat-user-title-wrap .chat_more_set {
  float: right;
  font-size: 18px;
  color: #333333;
  margin-top: -5px;
  display: none;
}

.infinite-scroll-component::-webkit-scrollbar {
  display: none;
}

.infinite-scroll-component {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.online-chat-users .infinite-scroll-component {
  overflow: auto;
  position: absolute;
  top: 221px;
  bottom: 0px;
  height: auto !important;
  padding-top: 5px;
  width: 96%;
}

.online-each-user {
  width: 100%;
  height: 59px;
  float: left;
  border-radius: 69px;
  margin-bottom: 6px;
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.online-user-details {
  float: left;
  margin-left: 5px;
}

.online-chatuser-name {
  font-weight: 600;
  line-height: 19px;
  color: #333333;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.online-chatuser-bottom {
  display: flex;
  align-items: center;
}

.online-recent-msg {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
}

.online-recent-msg svg {
  margin: 0 2px;
}

.chat-user-avatar-wrap {
  position: relative;
  width: 45px;
  height: 45px;
  float: left;
}

.chat-user-avatar-wrap2 img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  margin-left: 5px;
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star {
  position: absolute;
  top: 18px !important;
  left: 133px;
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture>* {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px;
  width: 10px;
  height: 10px;
  padding: 0 !important;
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(1) {
  transform: rotate(-165deg) translate(114px) rotate(87deg);
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(2) {
  transform: rotate(-153deg) translate(104px) rotate(-32deg);
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(3) {
  transform: rotate(-146deg) translate(100px) rotate(62deg);
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(4) {
  transform: rotate(-142deg) translate(101px) rotate(86deg);
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(5) {
  transform: rotate(-141deg) translate(107px) rotate(50deg);
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(6) {
  transform: rotate(-140deg) translate(121px) rotate(70deg);
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(7) {
  transform: rotate(-139deg) translate(143px) rotate(35deg);
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(8) {
  transform: rotate(-136deg) translate(168px) rotate(63deg);
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(9) {
  transform: rotate(-132deg) translate(194px) rotate(-38deg);
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(10) {
  transform: rotate(-127deg) translate(222px) rotate(-38deg);
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(11) {
  transform: rotate(-122deg) translate(250px) rotate(55deg);
}

.online-chat-users .online-chat-body .infinite-scroll-component .online-each-user .chat-user-avatar-wrap .post_profile_pic_star .common-profile-picture .circle-container>*:nth-of-type(12) {
  transform: rotate(-117deg) translate(274px) rotate(77deg);
}

.online-each-user .offline {
  height: 12px;
  width: 12px;
  background: #cccccc;
  content: "";
  position: absolute;
  top: 0px;
  left: 2px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.online-each-user .online {
  height: 12px;
  width: 12px;
  background: #10bb28;
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.right_chatBox .all-single-chat {
  position: fixed;
  width: 290px;
  background: #fff;
  bottom: 0;
  right: 285px;
  border: 1px solid #c5cbd6;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: 0 0 5px 0px rgb(0 0 0 / 20%);
  z-index: 99;
}

.right_chatBox .single-chat {
  position: absolute;
  width: 350px;
  bottom: -1px;
  right: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom: unset;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
  border-radius: 20px 20px 0px 0px;
}

.right_chatBox .single-chat .chat_room_body .single-chat-body.single-chat-body1 .chat-user-single-msg.chat-user-other.my-nessage.dropdown-menu-left.dropdown-menu-right {
  float: right;
  width: 99%;
}

.msg-img-col img {
  float: left;
  max-width: 90%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 5px 0;
  cursor: pointer;
}

.my-nessage.dropdown-menu-right .msg-img-col img {
  float: right;
}

.right_chatBox .single-chat-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right_chatBox .single-chat-header-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_chatBox .single-settings {
  float: left;
  position: inherit;
  width: inherit;
  text-align: inherit;
  padding: 10px;
  cursor: pointer;
  margin-top: 5px;
  z-index: 1;
}

.right_chatBox .single-chat-header {
  padding: 12px 5px;
  border-radius: 20px 20px 0px 0px;
  position: relative;
}

.right_chatBox .actionover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.right_chatBox .single-chat-header .chat-user-avatar-wrap {
  float: left;
}

.right_chatBox .chat-user-avatar-wrap,
.chat-user-title,
.chat-user-title-icon {
  position: relative;
}

.right_chatBox .chat-user-avatar-wrap {
  width: 40px;
  height: 40px;
  margin-top: 3px;
}

.right_chatBox .chat-user-avatar-wrap .image-start-container span.icon-user {
  font-size: 2.45em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_chatBox .chat-user-avatar-wrap img.chat-user-avatar {
  border-radius: 50%;
  box-shadow: 0 0 2px 0px rgb(0 0 0 / 40%);
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.right_chatBox .chat-user-title-wrap {
  margin-left: 5px;
  display: block;
  width: calc(100% - 48px);
}

.right_chatBox .chat-user-title-wrap .chat-user-title {
  float: left;
  margin-left: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  max-width: 234px;
}

.right_chatBox .chat-user-title-wrap .chat-user-title a {
  text-decoration: none;
}

.chat-user-avatar-wrap span.chat-online-status.offline {
  height: 12px;
  width: 12px;
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  border-radius: 50%;
  z-index: 1;
}

.right_chatBox .chat-user-avatar-wrap span.chat-online-status.online {
  height: 12px;
  width: 12px;
  background: #10bb28;
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.right_chatBox .chat-user-title-wrap .chat-user-title-icon {
  float: right;
  color: #788a98;
  font-size: 14px;
  display: flex;
  align-items: center;
  top: 0;
  position: absolute;
  right: 0;
  margin-top: 15px;
}

.right_chatBox .chat-user-title-icon span {
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 1rem;
  justify-content: center;
  
}

.single-chat.minimized-single {
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
}

.right_chatBox .chat-user-title-icon .single-settings {
  margin-left: 5px;
  position: relative;
  display: inline-block;
  margin-right: 3px;
  width: inherit;
  text-align: inherit;
}

.right_chatBox .single-settings .dropdown-toggle {
  color: #788a98 !important;
}

.right_chatBox .single-settings i.fa.fa-cog {
  transition: transform 0.2s;
  cursor: pointer;
}

.single-settings i.fa.fa-cog:hover,
.single-settings i.fa.fa-cog:focus {
  color: #1e9bdd;
  transform: scale(1.2);
}

.right_chatBox .chat-user-title-icon .single-settings ul.single-settings-list {
  position: absolute;
  left: inherit;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 3px 0px rgb(0 0 0 / 10%);
  width: 200px;
  z-index: 999;
}

.right_chatBox .dropdown-menu {
  border-radius: 4px;
  left: 0px !important;
  left: inherit !important;
  box-shadow: 0px 10px 28px rgb(0 0 0 / 22%);
  border-radius: 12px;
  padding: 8px 0px;
  position: absolute;
  top: 50px;
  z-index: 9999 !important;
  width: 190px !important;
  border: none;
}

.right_chatBox .single-chat .dropdown-menu {
  left: inherit !important;
  box-shadow: 0px 10px 28px rgb(0 0 0 / 22%);
  border-radius: 12px;
  padding: 10px;
  position: absolute;
  top: 50px;
  z-index: 9999 !important;
  width: 190px !important;
  border: none;
}

.right_chatBox .dropdown-menu>li .settings-edit-title svg {
  margin-right: 7px;
  position: relative;
  top: 2px;
}

.right_chatBox .dropdown-menu>li .settings-edit-title {
  color: #888888;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}

.right_chatBox .dropdown-menu>li .settings-edit-title span {
  margin-right: 8px;
}

.my-nessage .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a svg {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.my-nessage .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li:first-child:hover a svg path {
  fill: #ff0000;
}

.my-nessage .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li:hover a svg path {
  fill: #2687c9;
}

.my-nessage .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a img {
  width: 15px;
  margin-right: 3px;
}

.right_chatBox .dropdown-menu>li {
  cursor: pointer;
  float: left;
  position: relative;
  width: 100%;
  font-weight: 500 !important;
  font-size: 13px;
  line-height: 18px;
  color: #888888 !important;
  transition: 0.5s;
}

.all-single-chat .single-chat .single-settings.open ul.single-settings-list.dropdown-menu li {
  padding: 5px 0;
}

.all-single-chat .single-chat .single-settings.open ul.single-settings-list.dropdown-menu li:hover {
  color: #ff0000 !important;
}

.right_chatBox .chat-user-title-icon .single-settings ul.single-settings-list li .settings-edit-title {
  padding: 3px 8px;
  color: #333;
  cursor: pointer;
  margin: 4px 2px;
  font-size: 13px;
}

.right_chatBox .p_right10 {
  padding-right: 5px;
  color: #ff0000;
}

.single-chat ul.single-settings-list.dropdown-menu .settings-edit-title i.fa.fa-trash.p_right10 {
  color: #bbbbbb;
}

.right_chatBox .single-chat.minimized-single .single-chat-body,
.single-chat.minimized-single .single-chat-inputarea,
.single-chat.minimized-single .chat-user-title-icon span.minimize {
  height: 25px !important;
}

.right_chatBox .single-chat:nth-child(2) {
  right: 360px !important;
}

.right_chatBox .single-chat:nth-child(3) {
  right: 720px !important;
}

.right_chatBox .single-chat:nth-child(4) {
  right: 1080px !important;
}

.right_chatBox .single-chat-inputarea {
  border-top: 1px solid #c5cbd6;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 6px;
  position: relative;
}

.right_chatBox .single-chat-textarea {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 0px;
  width: 100%;
}

.single-chat .general-file.files-upload-scroll {
  width: 100%;
  float: left;
  overflow: auto !important;
  padding: 1px 0px;
  margin-top: 5px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.right_chatBox .single-chat-inputarea .single-chat-textarea textarea {
  width: 255px;
  border: none;
  overflow: auto;
  box-shadow: none;
  resize: none;
  padding: 10px 10px 10px 12px;
  float: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  height: 48px;
  margin-left: 38px;
}

.right_chatBox .single-chat-inputarea .single-chat-icon-wrap {
  position: absolute;
  right: 2px;
  bottom: 15px;
}

.right_chatBox .single-chat-icon-wrap .single-chat-send-msg {
  float: right;
}

.right_chatBox .single-chat-icon-wrap .single-chat-send-msg,
.single-chat-icon-wrap .single-chat-emoji {
  display: inline-block;
  margin: 2px 10px;
  padding: 2px;
  color: #1388d1;
  cursor: pointer;
}

.right_chatBox .single-chat-icon-wrap .single-chat-send-msg,
.single-chat-icon-wrap .single-chat-emoji span.icon-send {
  font-size: 18px;
  align-items: center;
}

.right_chatBox .single-chat-inputarea .single-chat-attachement {
  padding: 2px;
  color: #1388d1;
  cursor: pointer;
  position: absolute;
  top: 22px;
}

.right_chatBox .single-chat-inputarea .single-chat-attachement span {
  font-size: 11px;
  background: rgba(38, 135, 201, 0.1);
  padding: 9px;
  border-radius: 50%;
}

.right_chatBox .single-chat-icon-wrap .single-chat-attachement img {
  vertical-align: text-top;
  margin-top: 2px;
}

.displayChat_text {
  position: relative;
  float: left;
  width: 100%;
  height: 450px;
}

.right_chatBox .single-chat .single-chat-body {
  /* display: flex; */
  /* flex-direction: column-reverse; */
  max-height: 450px;
  min-height: 450px;
  overflow-y: auto;
  padding-bottom: 10px;
  overflow-x: hidden;
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: inset 0px 4px 5px rgb(0 0 0 / 5%);

  scroll-snap-align: end;
}

.right_chatBox .msg-send-date-bar {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin: 20px 0;
}

.right_chatBox .msg-send-date-bar-line {
  width: 100%;
  float: left;
  height: 1px;
  position: relative;
}

.right_chatBox .all-single-chat .msg-send-date-bar span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  padding: 5px 15px;
  min-width: 115px;
  text-align: center;
  margin-top: -2px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
}

.right_chatBox .chat-user-single-msg.chat-user-other.my-nessage {
  float: right;
  display: table;
  position: relative;
  padding: 5px 0;
  clear: both;
  width: 99%;
}

.right_chatBox .chat-user-single-msg.chat-user-other.my-nessage:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid rgba(38, 135, 201, 0.1);
  border-bottom: 7px solid transparent;
  position: absolute;
  content: "";
  right: -2px;
  top: 10px;
}

.right_chatBox .chat-user-single-msg .msg-send-option {
  display: none;
}

.right_chatBox .msg-send-option .msg-send-option-dropdown {
  position: relative;
}

.right_chatBox .msg-send-option .msg-send-option-dropdown .dropdown-menu {
  top: 20px;
  bottom: auto;
}

div.chat-user-single-msg.chat-user-other.my-message .msg-send-option-dropdown .dropdown-menu {
  left: auto !important;
  right: 0;
}

.right_chatBox .chat-user-single-msg.chat-user-other.my-nessage .chat-user-single-msg-text {
  float: right;
  max-width: 90%;
  margin-right: 5px;
}

.right_chatBox .chat-user-single-msg-text {
  float: left;
  padding: 4px 6px;
  display: table-cell;
  vertical-align: middle;
  margin: 0 7px;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  white-space: pre-wrap;
  word-break: break-word;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  max-width: 90%;
}

.single-chat-body .chat-user-other .chat-user-avatar-wrap {
  display: none;
}

.single-chat-body .chat-user-mine .chat-user-avatar-wrap {
  display: none;
}

.right_chatBox .chat-user-single-msg.chat-user-mine.other_message {
  float: left;
  display: table;
  clear: both;
  position: relative;
  padding: 5px 0;
  width: 99%;
}

.chat-user-single-msg:hover .msg-send-option {
  vertical-align: middle;
  display: table-cell !important;
}

.msg-send-option:hover {
  display: table-cell !important;
  vertical-align: middle !important;
}

.right_chatBox .chat-seen-date.left-chat-seen-date.cls-ht {
  float: left;
  text-align: left;
  width: auto;
  clear: both;
  padding: 0 10px;
  position: relative;
}

.right_chatBox .chat-seen-date.left-chat-seen-date.cls-ht .l-hover-tooltip {
  display: none;
}

.right_chatBox .l-hover-tooltip p {
  margin: 0;
  clear: both;
}

.right_chatBox .chat-seen-date.left-chat-seen-date.cls-ht:hover .l-hover-tooltip {
  display: inline-block;
}

.right_chatBox .left-chat-seen-date.cls-ht:hover>.r-hover-tooltip {
  right: auto;
}

.right_chatBox .chat-seen-date.left-chat-seen-date.cls-ht .l-hover-tooltip {
  display: none;
  position: absolute;
  right: -150px;
  background: #fafbff;
  border: 1px solid #c5cbd6;
  width: 200px;
  text-align: left;
  border-radius: 5px;
  padding: 10px 5px;
  z-index: 99;
  top: auto;
  bottom: 25px;
  font-size: 11px;
}

.my-nessage .msg-send-option .msg-send-option-dropdown ul.dropdown-menu {
  width: 115px !important;
  min-width: 0px;
}

.single-chat .attachement-main-video,
.attachement-main-mp3,
.attachement-main-file {
  width: auto;
  height: 60px;
  position: relative;
  padding: 4px;
  display: inline-block;
}

.single-chat .attachement-col {
  width: 100%;
  float: left;
  height: 40px;
  overflow: hidden;
  position: relative;
  background: #e3e7ea;
}

.single-chat .thumb_upload_img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  object-fit: cover;
}

.single-chat .videoicon-overthumb {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.157);
}

.single-chat .videoicon-overthumb .fa {
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-chat .fa-play-circle:before {
  content: "\f144";
}

.single-chat .attachement-col .cancel_thumb_img {
  position: absolute;
  top: 0px;
  right: 0;
  background: #000;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: -1px 1px 2px #3131318f;
  z-index: 1;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}

.single-chat .attachement-col .cancel_thumb_img span.icon-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: .6rem;
}

.single-chat .common-col-box.demo-class-1.we1 {
  background: transparent;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
}

.single-chat .msg-backdrop {
  position: absolute;
  top: 0;
  left: 8px;
  right: 0;
  bottom: 0;
}

.single-chat .msg-backdrop .fa {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #2687c9;
  font-size: 40px;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-chat .fa-play-circle:before {
  content: "\f144";
}

.single-chat .mp3preview,
.filepreview {
  display: table-cell;
  padding: 0 10px 0 0;
  vertical-align: middle;
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  word-break: break-all;
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 100% !important;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  color: #333333;
}

.single-chat .chat-user-single-msg .mp3preview span,
.chat-user-single-msg .filepreview span {
  line-height: 40px;
  width: 30px;
  text-align: center;
  margin-right: 7px;
  background: transparent;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  color: #2687c9;
  font-size: 14px;
  position: relative;
  border-right: 1px solid #ddd;
  height: 100%;
  float: left;
}

.single-chat .chat-user-single-msg-link {
  float: right;
  border: 1px solid #e1e1e1;
  padding: 0;
  border-radius: 18px;
  display: table-cell;
  vertical-align: middle;
  background: none;
  background-image: none;
  white-space: pre-wrap;
  word-break: break-word;
  width: 250px;
}

.single-chat .link-msg-text-block {
  padding: 8px 8px 8px 12px;
  width: 100%;
  margin: 0 !important;
  font-size: 14px;
}

.single-chat .link-msg-img {
  width: 100%;
  height: 140px !important;
  object-fit: cover;
  margin: 0 0 10px 0;
  float: left;
}

.single-chat .link-msg-text {
  font-weight: 600;
  color: #333;
  padding: 0 8px 8px 12px;
  width: 100%;
  float: left;
}

.single-chat .link-msg-url {
  font-size: 14px;
  color: #788a98;
  padding: 0 8px 8px 12px;
  width: 100%;
  float: left;
}

.single-chat .link-msg-img-web-icon {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.single-chat .link-msg-link {
  padding: 0 8px 8px 12px;
  width: 100%;
  margin: 0 !important;
  font-size: 14px;
  float: left;
}

.single-chat .single-chat-body .my-nessage .demo-class-1,
.single-chat-body .my-nessage .demo-class-2,
.single-chat-body .my-nessage .demo-class-3,
.single-chat-body .my-nessage .demo-class-4 {
  width: 230px;
  float: right;
  padding-left: 0px;
  margin-left: 12px;
  margin-right: 8px;
}

.single-chat.minimized-single {
  height: 70px !important;
}

.my-nessage .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a {
  padding: 5px 20px 5px 20px;
}

.my-nessage .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li:first-child:hover a {
  color: #ff0000 !important;
}

.my-nessage .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li:hover a {
  color: #2687c9 !important;
}

.other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu {
  width: 115px !important;
  min-width: 0px;
}

.all-single-chat .single-chat .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a {
  padding: 5px 20px 5px 20px;
}

.all-single-chat .single-chat .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li:first-child:hover a {
  color: #ff0000 !important;
}

.all-single-chat .single-chat .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li:hover a {
  color: #2687c9 !important;
}

.online-each-user {
  min-width: -webkit-fill-available;
  min-width: -moz-available;
}

.right_chatBox .chat-user-single-msg-text:hover {
  background: rgba(38, 135, 201, 0.1);
  transition: 0.7s;
}

.msg-popup .post-popup-contain-details .video-post-popup-wrap.video1x1 .video-react .video-react-video {
  position: unset;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: none;
}

.single-chat .videoicon,
.mp3icon,
.fileicon {
  width: 35px;
  height: 40px;
  position: relative;
  background: #1e9bdd;
  text-align: center;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  line-height: 50px;
  border-radius: 8px 0 0 8px;
}

.single-chat .fa-music:before {
  content: "\f001";
}

.single-chat .attachement-main-mp3 .cancel_thumb_img {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #000;
  padding: 6px 8px;
  cursor: pointer;
  border-radius: 0 8px 0 8px;
  box-shadow: -1px 1px 2px #3131318f;
  z-index: 1;
  height: 23px;
  width: 23px;
}

.single-chat .cancel_thumb_img span {
  font-size: 10px !important;
  text-align: center;
  line-height: normal;
  color: #fff;
  margin: 0 !important;
  padding: 0;
}

.cancel_thumb_img span.icon-close {
  padding: 0;
}

.single-chat .attachement-main-video span,
.attachement-main-mp3 span,
.attachement-main-file span {
  display: inline-block;
  border: none;
  border-radius: 0 8px 8px 0;
  word-break: break-all;
  vertical-align: top;
  font-size: 11px;
  background: none;
}

.unblock-area {
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #2687C9;
}

.unblock-area span{
  color: #FF0000;
  margin-right: 5px;
  cursor: pointer;
}

.general-file {
  display: flex;
  align-items: center;
}

.single-chat .general-file {
  display: -webkit-box;
  align-items: inherit;
}

.single-chat .inline-attachement-icon.attachement-tom {
  top: 0px;
  float: left;
  width: 44px;
  position: relative;
  left: 0px;
  height: 82px;
  background: #fff;
  float: left;
  z-index: 10;
}

.single-chat .inline-attachement-icon.attachement-tom img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.right_chatBox .chat-seen-date.left-chat-seen-date.cls-ht span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #777777;
}

.chat-seen-date.right-chat-seen-date.cls-ht span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #777777;
}

.chat-seen-date.right-chat-seen-date.cls-ht span.icon-seen {
  color: #2687c9;
  font-size: 0.8rem;
}

div.chat-seen-date.seen-by span.icon-rightCheck {
  font-size: 0.8rem;
}

.right_chatBox .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span {
  margin-right: 6px;
}

.right_chatBox .msg-send-option .msg-send-option-dropdown span.icon-top3dot {
  font-size: 0.35rem;
  margin: 0 2px;
}

.right_chatBox .dropdown-menu>li:nth-child(1):hover .settings-edit-title {
  color: #ff0000;
}

.right_chatBox .dropdown-menu>li:nth-child(2):hover .settings-edit-title {
  color: #2687c9;
}

.right_chatBox .dropdown-menu>li:nth-child(2):hover .settings-edit-title svg path {
  fill: #2687c9;
}

.right_chatBox .chat-user-single-msg.chat-user-other.my-nessage.dropdown-menu-right .msg-send-option .msg-send-option-dropdown .dropdown-menu {
  bottom: auto !important;
  left: 0 !important;
  top: -6rem;
}

.right_chatBox .all-single-chat .single_post_popup button.btn.btn_left {
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 10px;
}

.single_post_popup .btn_close {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 999999999;
  background: transparent;
  border: 0;
}

.right_chatBox .all-single-chat .single_post_popup .fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.msg-popup .single_popup_on .modal-content {
  background: transparent;
  box-shadow: inherit;
  border-radius: 0px;
  padding: 0px;
  overflow: inherit !important;
  border: none;
  width: 614px !important;
}

.modal-open .new-stiky-cls.black-nav {
  z-index: 1;
}

.single_post_popup .btn_close svg path {
  fill: #fff;
}

.single-chat-body .other_message .demo-class-1,
.single-chat-body .demo-class-2,
.single-chat-body .demo-class-3,
.single-chat-body .demo-class-4 {
  width: 230px !important;
  float: left !important;
  padding-left: 8px !important;
}

.single-chat-body .other_message .common-col-box.demo-class-1 .msg-img-col {
  width: 100%;
  float: left;
  height: 130px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  margin: 5px 0 0 0;
}

.single-chat-body .other_message .common-col-box.demo-class-1 .msg-img-col img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  object-fit: cover;
}

.single-chat-body .other_message .msg-send-option-dropdown {
  padding-left: 5px;
  margin-top: -4px;
}

.all-single-chat .single-chat-report-ptext {
  padding-top: 10px;
  padding-bottom: 10px !important;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #333333;
}

.all-single-chat .message-report-btn,
.single-chat-report-btn {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 10px;
}

.all-single-chat .message-report-btn-accept,
.single-chat-report-btn-accept {
  border: none;
  background: #1e9bdd;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 90px;
  margin-right: 5px;
  padding: 7px 30px;
}

.all-single-chat .message-report-btn-block,
.single-chat-report-btn-block {
  border: none;
  background: #8596a3;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 90px;
  padding: 7px 30px;
}

.all-single-chat .single-chat-coment_message {
  margin: 0 auto;
}

.portfolio_body .right_chatBox .all-single-chat .single_post_popup button.btn_right {
  position: fixed;
  z-index: 9999;
  top: 50%;
  right: 10px;
}

.msg-popup .post-popup-contain-details {
  top: 0%;
  left: 0%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  width: 100%;
}

.message-pop div .fade.modal-backdrop.in {
  opacity: 1;
}

.msg-popup .post-popup-contain-details img {
  width: 100%;
  height: auto;
}

.right_chatBox .chat-user-single-msg.my-nessage.dropdown-menu-right.dropdown-menu-left .msg-send-option .msg-send-option-dropdown ul.dropdown-menu {
  right: 0px !important;
  left: auto !important;
}

.single-chat .attachement-tom {
  height: 50px !important;
  width: 50px !important;
  padding: 4px !important;
  display: flex;
  align-items: center !important;
}

.single-chat .attachement-main-mp3.attachement-tom {
  width: auto !important;
  height: 60px !important;
}

.single-chat .attachement-main-file.attachement-tom {
  width: auto !important;
  margin-right: -1px;
}

.comment_friend.after_comment.more_comment_2339.my_streamcontent3.main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment_friend.after_comment.more_comment_2339.my_streamcontent3.main .comment-show-hide-link-2021 {
  width: auto !important;
}

.comment_friend.after_comment.more_comment_2339.my_streamcontent3.main .my_streamcontent3_right_history.main {
  width: auto !important;
}

.right_chatBox .online-chat-users .image-start-container div {
  height: 100%;
  width: 100%;
  float: left;
}

.right_chatBox .online-chat-users .image-start-container div div {
  height: 100%;
  width: 100%;
  float: left;
}

.single-chat.minimized-single .chat_room_body {
  display: none;
}

.right_chatBox .msg-send-option .msg-send-option-dropdown ul.dropdown-menu {
  padding: 0 !important;
  -moz-box-shadow: 0 0 10px rgb(0 0 0 / 22%);
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 22%);
  box-shadow: 0 0 10px rgb(0 0 0 / 22%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.right_chatBox .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li {
  padding: 5px;
}

.right_chatBox .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a {
  padding: 0;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}

.right_chatBox .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a svg {
  top: 0;
}

.right_chatBox .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a:hover {
  color: #2687c9;
}

.right_chatBox .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a:hover svg path {
  fill: #2687c9;
}

.right_chatBox .chat-user-single-msg.chat-user-mine.other_message div#dropdown .msg-send-option-dropdown ul.dropdown-menu {
  bottom: auto !important;
  left: auto !important;
  right: 0px !important;
}

.right_chatBox .chat-user-single-msg.chat-user-mine.other_message div#dropdown .msg-send-option-dropdown ul.dropdown-menu li {
  padding: 5px;
}

.right_chatBox .chat-user-single-msg.chat-user-mine.other_message div#dropdown .msg-send-option-dropdown ul.dropdown-menu li a {
  padding: 0;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}

.right_chatBox .chat-user-single-msg.chat-user-mine.other_message div#dropdown .msg-send-option-dropdown ul.dropdown-menu li a svg,
.right_chatBox .chat-user-single-msg.chat-user-mine.other_message div#dropdown .msg-send-option-dropdown ul.dropdown-menu li a i {
  margin-right: 5px;
}

span.messageFileName {
  border: 1px solid #1e9bdd;
  height: 40px;
}

.single-chat .videoicon span {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 1.5rem;
}

.right_chatBox .chat-user-single-msg-text span.Linkify code span {
  font-size: 14px;
  line-height: 20px;
}

.displayChat_text .cssload-container-div.undefined15x15 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.demo_images.chat-image-popup .cssbox_full {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100vh;
  width: 100vw;
  max-width: 95vw;
}

.demo_images.chat-image-popup .cssbox_full .msg-img-col.videothumb-cal {
  min-height: 500px;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.chat-image-popup .cssbox_full .videothumb-cal .video-react video.video-react-video {
  height: 100% !important;
}

/*  ----------------------Start Single Chat images loader ------------------------ */

.message.image_loader_block {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  padding: 15px;
}


.message.image_loader_block .cssload-container-div.center30x30 {
  position: relative;
  width: 40px;
  height: 40px;
  min-height: inherit;
  display: flex !important;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  margin-right: 10px
}

.message.image_loader_block .cssload-container-div.center30x30 .cssload-div {
  height: 90%;
  width: 90%;
}

.message.image_loader_block .cssload-container-div.center30x30 .cssload-div img {
  margin: 0 !important;
  float: left;
  width: 100%;
  height: inherit;
}

/* ----------------------End Single Chat images loader ------------------------ */

/*-----------------------Single chat message New design ------------------------ */

.chat_room_body {
  float: left;
  width: 100%
}

.chat_room_body .other_message .msg-img-col.myChat {
  width: 90%;
  float: left;
}

.chat_room_body .my-nessage .msg-img-col.myChat {
  width: 90%;
  float: right;
}




/* STARTS: user-verification-badge-css 
--------------- Zahidul Islam ---------------
*/

.right_chatBox .single-chat-header-wrap .user_verification_badge, 
.online-chatuser-name .user_verification_badge {
  height: 12px;
  width: 12px;
  margin-left: 2px;
}

.right_chatBox .single-chat-header-wrap a.chat_user_title_link, 
.right_chatBox .single-chat-header-wrap a.chat_user_title_link .user_verification_svg_icon,
.online-chatuser-name .user_verification_badge .user_verification_svg_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .online-chatuser-name .user_verification_badge {
  height: 12px;
  width: 12px;
  margin-left: 1px;
} */
.recentactive_message_area.unread{
  position: relative;
}
div#message_new_area_scroll .message_area.unread::after,
.recentactive_message_area.unread::after{
  background: #2286c9;
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  bottom: 7px;
  right: 8px;
  border-radius: 50%;
}

