.open_chat_options{
    text-decoration: none;
}
.open_chat_options:hover{
    background-color: rgba(100,100,100,0.1);
}


.sasinu_js_01 .hover-menu {
	background: white;
	visibility: hidden;
	transition: all 0.5s ease;
	opacity: 0;
	display: none;
	position: absolute;
	/* left: calc(100% - 202%); */
	left: -360px;
	min-width: 200px;
	margin: 0;
	padding: 0;
	top: 0px;
	box-shadow: 0 0 40px #00000021;
    border-radius: 7px;
}
.sasinu_js_01 .hover-menu:after {
	left: 100%;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}
.sasinu_js_01 .hover-menu ul {
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	padding-top: 7px;
}
.sasinu_js_01 .hover-menu ul li {
	list-style: none;
	display: block;
	width: 100%;
	text-align: left;
}
.sasinu_js_01 .hover-menu ul li a {
	width: 100%;
	/* display: block !important; */
	text-decoration: none;
    padding: 5px 5px 5px 6px;
	text-align: left;
	max-height: 40px !important;
	font-weight: 400;
    color: #212529;
	font-size: 13px;
}
.sasinu_js_01 .hover-menu ul li a i{
    font-size: 16px!important;
}
.sasinu_js_01 .hover-menu hr{
    margin-top: 2px;
    margin-bottom: 2px;
}
.chat-sub-menu{
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.chat_opt_left{
	float: left;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-right: 1px solid #ddd;
}
.chat_opt_right{
	float: right;
}
.sub_chat_ul img{
	width: 20px;
    max-height: 20px;
    margin-right: 7px;
}
.sasinu_js_01 .hover-menu ul li:hover{
	background-color: #eee;
}
.chat_opt_right ul li{
	padding-right: 10px;
}
.nick_names{
	max-height: 600px;
	/*overflow-x: scroll;
    overflow-y:auto;*/
}
@media (min-width: 768px){
	.open_chat_options .left-avatar{
		width: 14px;
    	height: 30px;
	}
	.open_chat_options .right-avatar{
		width: 14px;
    	height: 30px;
	}
}
.open_chat_options .data-avatar{
	margin-top: 7px;
    margin-right: 3px;
}
.nooprofile{
	display: block;
    position: relative;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    color: #fff;
    font-size: 12px;
    padding: 0px;
    border-radius: 0;
    text-align: left;
    background: transparent;
    transition: all .5s;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
	-ms-overflow-style: none;
	scrollbar-width: none; /* Firefox */
}
.see_html{
	/* background-color: #eee; */
}
.seen_lists{
	text-align: center;
	position: sticky;
	right: 0;
    bottom: 10px;
}
.chat-widget-head{
	line-height: 35px!important;
}
.conversation-body .text{
	overflow-wrap: anywhere;
	/*margin-left:5px;*/
	margin-right: 2px;
	max-width:586px!important;
}
.slip_date{
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.slip_date span{
	position: absolute;
	top: -11px;
	background: #fff;
	padding: 0 20px;
	font-size: 12px;
	top: 50%;
	transform: translate(-50%, -50%);
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.group-member-box{
	position: static;
	/* max-height: 400px; */
}
/* .group-member-box .modal-body{
    height: 380px;
    overflow-y: scroll;
} */
.group-member-box .right_side_member_sidebar{
	position: absolute;
	right: -155px;
	top:0;
	height: 550px;
	width: 150px!important;
	background-color: #ffffff;
	border-radius: 10px;
}
.group-member-box .add_members_avatar_lists ul{
	display: flex;
  	flex-direction: column;
   	text-align: center;
   	padding: 7px;
	height: 490px;
	overflow-y: scroll;
}

.group-member-box .add_members_avatar_lists{
	text-align: center;
}
.group-member-box .add_members_avatar_lists ul li{
	padding-bottom: 5px;
}
.group-member-box .avatar_profile{
	width:35px;
	height:35px;
	border-radius:50%;
}
.group-member-box .add_members_avatar_lists p{
	font-size: 10px;
	overflow: hidden;
	/*word-break: break-all;*/
}
.nick_names li{
	padding-bottom: 5px;
}
.chat-conversations{
	padding:0px 15px;
	background-color:#ffffff;
	margin-right:4px;
	height:460px!important;
}
.main-cht{
	flex:1 1 0;
	overflow-y:auto!important;
	min-height:0;
}
.show_on_hover .dropdown-toggle{
	font-size: 20px;
}
/* Constrain messenger card to viewport so flex layout works */
.panel-messages.chat-widget-content{
	max-height:calc(100vh - 70px);
	overflow:hidden;
}
/* Emoji menu in messenger: position above textarea, constrain width */
.chat-form-msg-wrap .emoji-menu{
	bottom:100%;
	right:0;
	left:auto;
	width:320px;
	max-width:90vw;
	margin-bottom:5px;
}
.chat-form-msg-wrap .emoji-menu img{
	max-width:100%;
	height:auto;
}
/* Hide GIF tab from emoji popup in messenger (GIFs have standalone panel) */
.panel-messages .emoji-menu .js_gif-tab{
	display:none!important;
}
.chat-widget .emoji-menu .js_gif-tab{
	display:none!important;
}
.group_members_user_action_ul .dropdown-menu .dropdown-item{
	display:block;
	padding:6px 16px;
	font-size:14px;
	color:#333;
	white-space:nowrap;
	cursor:pointer;
}
.group_members_user_action_ul .dropdown-menu .dropdown-item:hover{
	background-color:#f5f5f5;
	color:#000;
}
.js_audio{
	height: 35px;
}
.message_photos{
	border-radius: 10px;
}
.chat_seen_lists{
	padding-left: 5px;
	margin-left: 0px;
}
.chat_seen_lists div {
	display:inline;
}
.chat_seen_lists div img{
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
.slip_date_new{
	margin-top: 10px;
	
}
.conversation-user{
	width: auto;
	height: auto;
	border-radius: 0;
	
}
.conversation-user img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.cn_name_in_text{
	color: #212529;
	font-weight: 500;
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.react_space{
	display: table-row;
}
.sasindu_09{
	margin-top: -10px;
}
.chat_hover_out:last-child{
	margin-bottom: 40px!important;
}
.group_users{
	height: 250px;
	overflow-x: hidden;
	padding-right:16px;
}
.react_me{
	display: grid!important;
	margin-right: 9px;
}
.dc_right{
	display: flex;
	justify-content: end;
}
.reply_left_padding{
	padding-left: 40px;
}
.reply_in_el .replay_container{
	font-size: 12px;
	border-radius:3px;
	color: #999;
	padding:2px 10px 10px;
	padding-bottom:0px;
	margin-bottom: 0px;
	border-top:1px solid #ddd;
}
.reply_in_el .reply_area_containt{
	padding-bottom:15px;
	background: #fff;
	border-radius: 10px;
	padding: 0px 10px;
	color: #999;
	position: absolute;
	/* word-break: break-all; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 255px;
	margin-left:5px;
}
.sasindu_09{
	word-break: break-all;
}
.reply_message{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 300px;
}
.reply_container{
	width: 100%;
	height: 70%;
	position: absolute;
	/* background-image: linear-gradient(#ccc,#ccc); */
	background-size: 50px 1px;
	/*background-position: bottom right;*/
	background-repeat: no-repeat;
}
.repply_b_right{
	border-right: 1px solid #ddd;
}
.repply_b_left{
	left: 40px;
	top: 40px;
	height: 60%;
	border-left: 1px solid #ddd;
}
.repply_b_left__{
	left: 40px;
	top: 20px;
	height: 60%;
	border-left: 1px solid #ddd;
}
.reply_el{
    width: 100%;
    height: 70px;
}
.reply_in_el{
	margin-bottom: 20px;
}
.reply_container_su{
  width: 100%;
  height: 100%;
}
.chat_react_auto_append {
  justify-content: end;
}
.chat_seen_lists {
  display: flex;
  justify-content: end;
}
.reply_el > .reply_container {
  height: 50%;
}
.chat-left-side > .chat_react_auto_append, 
.chat_seen_parent.dc_right {
  justify-content: start !important;
}
.reply_container_left {
    border-right: 0;
    border-left: 1px solid #ddd;
    /*margin-left: 40px;*/
}
.messages_photos_container{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	/*margin-left:40px;*/
}
.messages_photos_wrap{
	/*flex-basis: 50%;*/
	padding:2px 2px 2px 0;
}
.messages_photos_wrap img{
	display: inline-block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.m_p_www__{
	margin-top: 30px;
	margin-bottom: 30px;
}
.m_p_www__  .replay_container{
	margin-top: -30px;
}
.m_p_www__ img{
	opacity: 0.5;
}
.ins___repl__{
	/* flex-basis: 100%; */

}
.single_photo_message__{
	display: block;
    
    max-height:250px;
}
.single_photo_message__ .messages_photos_wrap img{
	height: auto;
	max-width: 370px; 
	/*max-height: 250px;*/
}
.dual_photo___ .messages_photos_wrap{
	flex-basis: 50%;
}
.single_ins_photo_{
	flex-basis: 100%;
}
.dual_ins_photo_{
	flex-basis: 50%;
}
.single_photo_message__reply__ .messages_photos_wrap{
	flex-basis: 100%;
}
.dual_photo_message__reply__ .messages_photos_wrap{
	flex-basis: 50%;
}
.chat-widget .attachments li.item img{
	border-radius: 10px;
}
.chat-widget .attachments li.item{
	margin-right: 5px;
	border:none;
}
.chat-widget .attachments li.item.deletable:before{
	border-radius: 10px;
}
@media (min-width: 768px){
	.attachments li.item.deletable:before{
		max-width: 70px!important;
		max-height: 70px!important;
	}
	.attachments li.item img{
		max-width: 70px!important;
		max-height: 70px!important;
	}
	.attachments li{
		max-width: 70px!important;
		max-height: 70px!important;
	}
}



@media (min-width: 1200px){
.message_listtop ul {
    overflow: initial !important;
}

}


.add______people_li__{
	position: relative;
	align-self: center;
}
.add______people_li__ button {
    position: absolute;
    top: 5px;
    right: 0;
	left: 0;
    color: #fff;
	text-shadow: 0 1px 0 #000;
    opacity: .4;
    display: none;
}
.add______people_li__ .romi__:before {
    position: absolute;
	top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    content: "";
    display: none;
	margin: 0px auto;
}
.add______people_li__:hover .romi__:before {
    display: block;
}
.add______people_li__:hover button {
    display: block;
}
.romi__{
	width: 35px;
	height: 35px;
	margin: 0px auto;
}
.dc_live_scccs___01{
	margin-right: 12px;
	margin-top: -3px;
} 
.dc_live_scccs___02{
	margin-left: 12px;
	margin-top: -3px;
}
.group_members_user_action_ul{
	display: inline-flex;
	gap:5px;

}
.group_members_user_action_ul .dropdown-toggle::after{
	display: none;
}
.ulama_pakayo img{
	max-height: 40px;
}
.react_ono_hutta{
	display: flex;
    flex: 1;
    align-items: revert;
    flex-direction: column-reverse;
}
.chat-conversations ul:first-child{
	margin-top: 5px;
	padding:0 15px 0 15px!important;
}
.conversation.right .conversation-body .text{
	width: fit-content;
	float: right;
	position: relative;
	max-width:586px!important;
}
.gpublisher{
	/*z-index: 9999999!important;*/
}
.attachments li.item button.zoone{
	position: absolute;
	top: 3px;
	left: -20px;
	color: #fff;
	opacity: .4;
	background: transparent;
	border: none;
	display: none;
}
.attachments li.item.deletable:hover button.zoone{
	display: block;
}
.publisher-overlay_1 {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1002;
}
body.publisher-focus_1 .publisher-overlay_1 {
  bottom: 0;
  opacity: 0.6;
  transition: opacity 0.5s;
}

.publisher-overlay_2 {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1002;
}
body.publisher-focus_2 .publisher-overlay_2 {
  bottom: 0;
  opacity: 0.6;
  transition: opacity 0.5s;
}
.z-index-1 {
	z-index: 1 !important;
}

.chat-sidebar.disabled {
    display: none;
}

/* ------------------------------- */
/* Block User Modal */
/* ------------------------------- */
.block-modal-body {
    max-height: 420px;
    overflow-y: auto;
    text-align: left !important;
    padding: 0 !important;
}
.block-modal-body .block-type-option {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    padding: 14px 18px !important;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
    text-align: left !important;
}
.block-modal-body .block-type-option:last-child {
    border-bottom: none;
}
.block-modal-body .block-type-option:hover {
    background: #f8f4f6;
}
.block-modal-body .block-type-option.selected {
    background: #fdf0f3;
}
.block-modal-body .block-type-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin-right: 12px !important;
    margin-top: 2px;
    font-size: 15px;
}
.block-modal-body .block-type-icon.blanket-icon {
    background: #fce4e8 !important;
    color: #d44 !important;
}
.block-modal-body .block-type-icon.trade-icon {
    background: #f0eaeb !important;
    color: #888 !important;
}
.block-modal-body .block-type-icon.contest-icon {
    background: #f0eaeb !important;
    color: #888 !important;
}
.block-modal-body .block-type-icon.messenger-icon {
    background: #f0eaeb !important;
    color: #888 !important;
}
.block-modal-body .block-type-info {
    flex: 1 !important;
    min-width: 0 !important;
    text-align: left !important;
}
.block-modal-body .block-type-title {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
    text-align: left !important;
}
.block-modal-body .block-type-desc {
    list-style: disc;
    padding-left: 16px !important;
    margin: 0 !important;
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    text-align: left !important;
}
.block-modal-body .block-type-desc li {
    margin-bottom: 1px;
    text-align: left !important;
}
.block-modal-body .block-type-chevron {
    flex-shrink: 0 !important;
    margin-left: 10px;
    margin-top: 10px;
    color: #bbb;
    font-size: 12px;
    transition: color 0.15s;
}
.block-modal-body .block-type-option.selected .block-type-chevron {
    color: #e85d75;
}
.block-modal-body .block-type-option.selected .block-type-icon {
    background: #fce4e8 !important;
    color: #d44 !important;
}
.block-learn-more {
    text-decoration: none;
}
.block-learn-more:hover {
    text-decoration: underline;
}

/* --- Message Search Results --- */
.chat-search-result {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 8px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.15s;
}
.chat-search-result:hover {
    background: #f5f5f5;
}
.csr-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.csr-body {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.csr-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 6px;
}
.csr-name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.csr-time {
    font-size: 11px;
    color: #999;
    white-space: nowrap;
    flex-shrink: 0;
}
.csr-text {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}
.csr-trade {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 3px;
    font-size: 12px;
    color: #555;
}
.csr-pin-thumb {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    object-fit: cover;
}
.csr-pin-name {
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.csr-exchange-icon {
    color: #999;
    font-size: 10px;
    margin: 0 2px;
}
.csr-thumbnail img {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}
.csr-empty {
    text-align: center;
    padding: 30px 10px;
    color: #bbb;
}
.csr-empty i {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}
.csr-empty p {
    font-size: 14px;
    margin: 0;
}

/* Highlight animation for scroll-to-message */
@keyframes chatSearchHighlight {
    0% { background-color: rgba(100, 168, 7, 0.25); }
    100% { background-color: transparent; }
}
.chat-search-highlight {
    animation: chatSearchHighlight 3s ease-out;
    border-radius: 8px;
}

