#chatbox{
    width:100%;
    background:#fff;
    border-radius:6px;
    overflow:hidden;
    height:100%;
    position:fixed;
    top:0px;
    left:0%;
    margin-left:0px; 
  }
  #friendslist{
    position:absolute;
    top:30px;
    left:0;
    width:100%;
    height:100%;
  }
  #topmenu{  
    width: 100%;
    border-bottom: 1px solid #d8dfe3;
    display: inline-block;
    padding: 0px 20px;
    position: fixed;
    background: #fff;
    z-index: 99;
  }
  div#friends {
     padding-top: 60px;
    overflow: auto;
    height: 100%;
    padding-right: 0px !important;
    width: 100% !important;
    padding-bottom: 25px;
  }
  #topmenu span{
    float:left;   
  }
  #topmenu span.friends{margin-bottom:-1px;}
  #topmenu span.chats{background-position:-95px 25px; cursor:pointer;}
  #topmenu span.chats:hover{background-position:-95px -46px; cursor:pointer;}
  #topmenu span.history{background-position:-190px 24px; cursor:pointer;}
  #topmenu span.history:hover{background-position:-190px -47px; cursor:pointer;}

  .friend{
    height:50px;
    border-bottom:0px solid #e7ebee;    
    position:relative;
    display: inline-block;
    width: 100%;
  }
  .friend:hover{
  background:#f1f4f6;
  cursor:pointer;
  }
  .friend img{
  width:40px;
  border-radius:50%;
  margin:5px 10px;
  float:left;
  }
  .floatingImg{
	width: 44px !important;
    border-radius: 50%;
    position: fixed;
    border: 1px solid #fff;
    z-index: 1;
    margin: 0px auto;
    top: 5px !important;
    float: left;
    left: 6px !important;
    height: 44px;  	
  }
  .friend p{
  padding:0px;     
  float:left;
  width:70%;
      margin: 5px 0px;
  }
  .friend p strong{
    color: #384047;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
  }
  .friend p span{
    font-size: 13px;
    font-weight: 400;
    color:#797e81;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
  }
  .friend .status{
    width: auto;
    height: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    white-space: nowrap;
    color:rgb(59 179 189);
    font-size: 11px;
    font-weight: 500;
  }

  #search{
  background:#e3e9ed url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/search.png") -11px 0 no-repeat;
  height:60px;  
    position:absolute;      
    width: 100%;    
    bottom: 30px;
    left: 0;
    border-top: 1px solid #e7ebee;
     }
  #searchfield{
    background: #ffffff;
    margin: 0px 0 0 45px;
    border: none;
    padding: 7px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400px;
    color: #8198ac;  
  }
  #searchfield:focus{
		outline: 0;
  }
  #chatview{
	  width:100%;
	  height:100%;
	  position:fixed;
	  top:0;
	  left:0; 
	  display:none;
	  background:#fff;
	  padding-bottom:50px;
  }  
  #profile{
    top:0px;
    z-index:1;
    width:100%;
    color:#fff;
    position:fixed;
    text-align:left;
	padding-top:10px;
    padding-left:10px;
    background:#307680;
    padding-bottom:10px;
    border-bottom:1px solid #edeff0;
  }  
  #profile .avatar{
	  width:68px;
	  border:3px solid #fff;
	  margin:23px 0 0;
	  border-radius:50%;
  }
  #profile  p{
	  font-weight:600;
	  font-size:15px;
	  margin:10spx 0 -1px;	  
	  -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); 
  }
  #profile p.animate{
	  margin-top:10px;
	  opacity:1;
	  -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); 
  }
  #profile  span{
	  font-weight:400;
	  font-size:11px;
  }
  #chat-messages{
	  opacity:0;
	  margin-top:30px;
	  width:100%;
	  height:100%;
	  overflow-y:scroll;  
	  overflow-x:hidden;   
	  padding-right:0px;
	  -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	  padding-top:110px;
	  padding-bottom:50px;
  }
  #chat-messages.animate{
	  opacity:1;
	  margin-top:0;
  }
  #chat-messages label{
	  color:#aab8c2;
	  font-weight:600;
	  font-size:12px;
	  text-align:center;
	  margin:15px 0;
	  width:100%;
	  display:block;  
  }
  #chat-messages div.message{
		padding: 0px 0px 30px 58px;
		clear: both;
		margin-bottom: 0px;
		width: 100%;
		float: left;
  }
  #chat-messages div.message.right{
		padding: 0 58px 30px 0;
		margin-right:-5px;
		margin-left:0px;
        margin-bottom: 0px;
		    position: relative;
  }
  #chat-messages .message > img{
	  float: left;
	  margin-left: -38px;
	  border-radius: 50%;
	  width: 30px;
	  margin-top: 12px;
      height: 30px;
  }
  #chat-messages div.message.right > img{
	  float: right; 
	  margin-left: 0;
	  margin-right: -38px;  
  }
  .message .bubble{ 
  background:#f0f4f7;
  font-size:13px;
  font-weight:600;
  padding:12px 13px;
  border-radius:5px 5px 5px 0px;
  color:#727f8b;
  position:relative;
  float:left;
  }
  #chat-messages div.message.right .bubble{
  float:right;
  border-radius:5px 5px 0px 5px;  
    max-width:300px;
  }
  .bubble .corner{
  background:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/bubble-corner.png") 0 0 no-repeat;
  position:absolute;
  width:7px;
  height:7px;
  left:-5px;
  bottom:0;
  }
  div.message.right .corner{
  background:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/bubble-cornerR.png") 0 0 no-repeat;
  left:auto;
  right:-5px;
  }
  .bubble span{
  color: #aab8c2;
  font-size: 11px;
  position: absolute;
  right:0;
  bottom:-18px;
  }
  #sendmessage{
     height: 50px;
    border-top: 1px solid #e7ebee;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background: #fff;
  }
  #sendmessage input{
  background:#fff;  
  border:none;
  padding:0px 0px 0px 25px !important;
  font-size:14px;
  font-family:"Open Sans", sans-serif; 
  font-weight:400;
  color:#aab8c2;
  }
#sendmessage input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#aab8c2;
  }
#sendmessage input::-moz-placeholder { /* Firefox 19+ */
  color:#aab8c2;
  }
#sendmessage input:-ms-input-placeholder { /* IE 10+ */
  color:#aab8c2;
  }
#sendmessage input:-moz-placeholder { /* Firefox 18- */
  color:#aab8c2;
  }
  #sendmessage input:focus{
  outline: 0;
  }
  #sendmessage button{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    border: none;
    background: none;
    font-size: 16px; 
    color: #3bb3bd; 
  }
  #sendmessage button:hover{
  cursor:pointer;
  background-position: 0 0 ;
  }
  #sendmessage button:focus{
  outline: 0;   
  }

  #close{
  position:absolute;
  top: 8px; 
  opacity:0.8;
  right: 15px;
  width:20px;
  height:20px;
  cursor:pointer;
  }
  #close:hover{
  opacity:1;
  }
  .cx, .cy{
	  background:#fff;
	  position:absolute;
	  width:0px;
	  top:10px;
	  right:15px;
	  height:2px;
	  -webkit-transition: all 250ms ease-in-out;
	  -moz-transition: all 250ms ease-in-out;
	  -ms-transition: all 250ms ease-in-out;
	  -o-transition: all 250ms ease-in-out;
	  transition: all 250ms ease-in-out;
  }
  .cx.s1, .cy.s1{ 
  right:0;  
  width:14px; 
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  }
  .cy.s2{ 
  -ms-transform: rotate(50deg); 
  -webkit-transform: rotate(50deg); 
  transform: rotate(50deg);    
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  }
  .cy.s3{ 
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);    
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  }
  .cx.s1{ 
  right:0;  
  width:14px; 
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  }
  .cx.s2{ 
  -ms-transform: rotate(140deg); 
  -webkit-transform: rotate(140deg); 
  transform: rotate(140deg);     
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  }
  .cx.s3{ 
  -ms-transform: rotate(135deg); 
  -webkit-transform: rotate(135deg); 
  transform: rotate(135deg);     
  -webkit-transition: all 100ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  }
  #chatview, #sendmessage { 
  overflow:hidden; 
  border-radius:6px; 
  z-index:1; 
  }
.main_chatii {
    height:87vh;
    position:relative; 
  }
.modal-dialog.caht-rgt12{
      width:380px;
  }
.chat-1 span {
    color: #384047;
    text-align:left;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
  }
.chat_moduil .modal-dialog.caht-rgt12 {
    max-width: 384px;
    bottom: 0px;
    height: auto !important;    
    right: 0px;
  }
.chat_moduil .modal-body {
    padding: 0px !important;
  }
ul.list_unread {
    margin: 5px 0px 0px;
  }
ul.list_unread li {
    display: inline-block;
  }
ul.list_unread li a {
    padding:10px 15px;
    display:inline-block;
    color:#6f757b;
    font-weight:500;
    font-size:14px;
  }
ul.list_unread li a.active, ul.list_unread li a:hover{
  border-bottom:2px solid #3bb3bd;
  color:#3bb3bd;
  }
.chat_moduil{    
  max-height:100% !important;
  width:100% !important;
  overflow:hidden !important;
  height:100%;  
  }
.chat_moduil .modal-header .close {    
    font-size: 30px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
	line-height: 40px;
    float: right;
    margin-right: 5px !important;
  } 
span.status{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #cacaca;
    border: 2px solid #fff;
    margin-left: -24px;
    z-index: 9999999;
    position: relative;
    margin-top: 3px; 
	text-indent: -9999px;
	}
.xbilefty {
    width: 40px;
    margin: 0px;
    height: 40px;
    border: none;
    color: #3bb3bd;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    line-height: 30px;
    background: #f1f1f1;
    border-radius: 30px;
    padding-bottom: 9px;
    text-align: center;
    right: 30px !important;
    left: inherit !important;
	}
input#messageTxt {
    max-width: 86%;
    margin-bottom: 0px;
    box-sizing: border-box;
    height: 40px !important;
    padding: 0px 20px !important;
    font-style: normal !important;
    width: 87% !important;
    margin-left: 1%;
    margin-right: 3px;
    border-radius: 34px;
    background: #f1f0f5;
    border: none !important;
    margin-top: 4px;
	}
.xbilefty.chatFindi {
    width: 40px !important;
    float: left;
    margin: 0px;
    height: 40px !important;
    border: none !important;
    color: #3bb3bd !important;
    font-size: 18px !important;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    line-height: 30px;
    background: #f1f1f1 !important;
    border-radius: 30px;
    padding-bottom: 9px;
    right: 45px !important;
    top: 4px;
    text-align: center !important;
    overflow: inherit !important;
	}
.xbilefty.chatFindi button {
    right: 5px !important;
    top: 5px !important;
	}
.xbilefty.chatFindi ul#dropdownTwo {
    left: -10px !important;
	}
button#sendBtn {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    text-align: center;
    border-radius: 38px;
    display: inline-block;
    float: right !important;
    background: #3bb3bd !important;
    right: -3px;
    top: 4px;
    color: #fff !important;
	}
.xbilefty.chatFindi button i.fa.fa-paperclip {
    font-size:24px;
    cursor:pointer;
    padding-top:0px;
    padding-left:0px;
    line-height:28px;
    transform:rotate(-100deg);
	}
span.status.online {
    background:#50bf16;
	}

#chat-messages div.message.right .bubble {
    background: #d9fdd3 !important;
    border-radius: 8px 8px 0px 8px !important;
    align-self: flex-end !important;
}




.proGmio {
	float:left;
	width:45px;
	height:45px;
	position:relative;
	}
.proGmio span.status {
    top:0px;
    right:0px;
    position:absolute;
	}
.proGmio img {
    border-radius:40px;
	}
p#tNameTitle {
    margin-left:10px;
    display:inline-block;
	}







/****/




.message-box-holder {
    width: 100%;
    margin: 0 0 5px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.chat-messages.chatwidgetsBoxCls {
    padding: 0px 15px;
    overflow-y: scroll;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    flex: 1;
    height: 100%;
	padding-top:75px !important;
    max-height:345px !important;
}

div#chatbox {
    width: 400px;
    height: 400px;
    margin: 0 20px 0 0;
    position: relative;
    box-shadow: 0px 0 11px 10px rgb(0 0 0 / 18%);
    display: flex;
    flex-flow: column;
    border-radius: 10px 10px 0 0;
    background: white;
    bottom: 0;
    transition: .1s ease-out;
}






























/**Chat all page**/




.chatwidgetsBoxCls {
    padding: 0px 15px !important;
	}
.comnChatRight .chatwidgetsBoxCls .message-sender {
    float:left;
    max-width:80%;
    color:#384047;
    font-size:14px;
    min-width:130px;
    font-weight:400;
    position:relative;
    background:#e7ebef;
    word-break:break-all;
    padding:15px 10px 2px;
    border-radius:8px 8px 8px 0px;
	    align-self: flex-start !important;
	}
.chatwidgetsBoxCls .message-sender .message-box{
    width:100%;
    border:none;
    padding:0px;
    display:block;
	background:none;
    margin:5px 0px !important;
    text-align:left !important;
	}
.comnChatRight .chatwidgetsBoxCls .message-sender .message-box:after {
    content:inherit !important;
	}
.message-box-holder.partnersing .message-sender {
	background:#d9fdd3;
	border-radius:8px 8px 0px 8px;
    align-self:flex-end !important;
	}	
.chatwidgetsBoxCls span.namecls {
    width:100%;
    padding:0px;
    color:#039be5;
    font-weight:500;
	display:inline-block;
    font-size:14px !important;
	}
.chatwidgetsBoxCls .message-box {
    margin:0px !important;
    font-size:14px !important;
	}
.chatwidgetsBoxCls span.name-send1 {
    padding:0px;
    bottom:-11px;
    min-width:120px;
    font-weight:500;
    text-align:right;
    left:0px !important;
    margin:0px !important;
    float:left !important;
    right:inherit !important;
    color:#8696a0 !important;
	}
.chat-input-holder .message-send {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    text-align: center;
    border-radius: 38px;
    display: inline-block;
	float: right !important;
    background: #3bb3bd !important;
	}
.chat-input-holder .sendMessage.chat-input {
	margin-right: 3px;
    border-radius:34px;
    background:#f1f0f5;
    border:none !important;
	}
.comnChatRight .chat-input-holder {
    padding-top:3px;
    padding-bottom:3px;
	}
 .message-box-holder.partnersing .message-sender .newfilesharedcls a img {
    width:100%;
	} 
.comnChatRight .bubble  .mniGimg {
    display:flex;
    justify-content:space-between;
	}
.comnChatRight span.newfilesharedcls {
    padding:0px;
    width:130px;
    height:130px;
    background:#fff;
    position:relative;
    margin:0px !important;
	}
.comnChatRight span.newfilesharedcls a {
    width:130px;
    height:130px;
    display:flex;
    position:relative;
    align-items:center;
    justify-content:center;
    border:1px solid #3bb3bd73;
	}
.comnChatRight span.newfilesharedcls a img {
    max-width:100%;
    object-fit:cover;
    width:126px !important;
    height:126px !important;
	} 
.comnChatRight .bubble .txtclipboardCls {
    margin:0px !important;
	}
.comnChatRight span.imgCounterCls {
    color:#fff;
    display:flex;
    font-size:26px;
    line-height:100%;
    text-align:center;
    position:absolute;
    align-items:center;
    right:0px !important;
    background:#000000a8;
    bottom:0px !important;
    width:100% !important;
    height:100% !important;
    justify-content:center;
	}
.comnChatRight span.imgCounterCls .fa {
    font-size: 16px;
    margin-top: 3px;
    font-weight: 100;
    margin-right: 2px;
	}
.comnChatRight .txtAudioCls audio {
    width: 100%;
    min-width: 260PX;
	}	
.comnChatRight .bubble.singleDocClsCls {
    width: 100%;
    max-width: 330px;
	}
.comnChatRight .bubble.singleDocClsCls .newfilesharedcls {
    width: 100%;
    height: auto;
    background: transparent;
	}
.comnChatRight span.filName {
    padding: 0px;
    margin: 0px !important;
	}
.comnChatRight span.img_fli.fcls {
    padding: 0px;
    margin: 0px !important;
	}
.comnChatRight .bubble.singleDocClsCls span.newfilesharedcls span.img_fli.fcls .imniName {
    float: left;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    max-width: 150px;
    overflow: hidden;
    padding-left: 0px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
	}
.comnChatRight .bubble.singleDocClsCls span.newfilesharedcls span.img_fli.fcls embed {
    float: left;
    max-height: 100px;
    margin-bottom: 15px;
    width: 105% !important;
    scroll-behavior: inherit;
    max-width: 104% !important;
    overflow: hidden !important;
	}
.comnChatRight span.img_fli.fcls>img {
    float: left !important;
    margin: 0px !important;
    width: 24px !important;
    height: auto !important;
    margin-right: 5px !important;
    border-radius: 0px !important;
	}
.comnChatRight a.bntDownlod {
    float: right;
    font-size: 16px;
    margin-left: 5px;
    line-height: 34px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    width: 34px !important;
    height: 34px !important;
    color: #3bb3bd !important;
    border-color: #3bb3bd !important;
	}
#syncn1 .item {
	margin: 5px;
	color: #FFF;
	padding: 80px 0px;
	border-radius: 3px;
	text-align: center;
	background: #0c83e7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#syncn2 .item {
	margin: 5px;
	color: #FFF;
	cursor: pointer;
	padding: 10px 0px;
	border-radius: 3px;
	text-align: center;
	background: #C9C9C9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#syncn2 .item h1 {
	font-size: 18px;
	}
#syncn2 .synced .item {
	background: #0c83e7;
	}
#syncn1 .owl-nav {
	width: 100%;
	position: absolute;
	}
div#syncn1 {
	width: 100%;
	display: flex;
	overflow: hidden;
	min-height: auto;
	max-height: 100%;
	max-width: 1400px;
	padding-bottom: 0px;
	align-items: center;
	margin: 0px auto 0px;
	justify-content: center;
	height: calc(100vh - 100px);
	}
div#syncn2 {
	left: 0px;
	bottom: 0px;
	position: absolute;
	width: calc(100% - 0px);
}
#imgPreviewmodel .modal-content.min_vin {
	padding: 0px !important;
	}
div#modal_content {
	width: 100%;
	height: 100%;
	}
div#syncn2 .item img {
	width: 78px;
	height: 78px;
	object-fit: cover;
	}
div#syncn2 .item {
	width: 78px;
	height: 78px;
	padding: 0px;
	overflow: hidden;
	border-radius: 6px;
	}
#syncn1 .owl-item img {
	max-width: 800px;
	max-height: 400px;
	display: inline-block;
	width: auto !important;
	}
#syncn1 .owl-item .item {
	margin: 0px;
	padding: 0px;
	display: flex;
	background: none;
	align-items: center;
	justify-content: center;
	height: 100% !important;
	text-align: center !important;
	}
#syncn1 .owl-item {
	height: 100% !important;
	}
div#syncn2 .owl-item {
	float: none;
	display: inline-block;
	width: auto !important;
	}
/*#syncn2 .owl-stage {
    width:100% !important;
  }*/
div#syncn2 .owl-item.active.current .item {
	border: 2px solid #3bb3bd;
	}
div#syncn2 .owl-item.active.current .item img {
	width:74px;
	height:74px;
	}
#syncn1 .owl-nav button {
	width: 46px;
	color: #fff;
	height: 46px;
	border-radius: 40px;
	background: #111b2159;
	}
#syncn1 .owl-nav button.owl-prev {
	float: left;
	}
#syncn1 .owl-nav button.owl-next {
	float: right;
	}
#syncn1 .owl-nav button svg path {
	stroke: #fff !important;
	stroke-width: 2px !important;
	}
#syncn1 .owl-nav button svg {
	max-width: 12px;
	}
.hold-transition .modal.comnPopPriview {
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0px !important;
	z-index: 100 !important;
    max-height: 100% !important;
	}
.bxitopcoin {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    width: 100%;
    padding: 10px;
    margin: 0px auto;
    position: absolute;
	}
.bxoiLeftimg {
    width: 40px;
    float: left;
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
    border: 1px solid #ccc;
	}
.bxoiLeftimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
.bxoiLeftiHeading {
    float: left;
    margin-left: 10px;
    display: inline-block;
	}
.bxoiLeftiHeading h4 {
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    text-align: left;
	}
.bxoiLeftiHeading p {
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
	}
.bxoiRight {
    right: 60px;
    position: absolute;
	}
ul.list_downFor{
    margin: 0px;
    padding: 0px;
    list-style: none;
	}
ul.list_downFor li{
    display: inline-block;
	}
ul.list_downFor li a{
    color: #54656f;
    font-size: 19px;
    padding: 0px 15px;
	}
.sinIgmPir{
    padding: 0px;
    display: flex;
    background: none;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    text-align: center !important;
	}
.sinIgmPir img{
    margin:0px auto;
    max-height:600px;
	}
.comnPopPriview .close_com{
    z-index:9999;
	}	
.filePreviewmodelcls iframe {
    width: 100%;
    height: 95%;
    margin-top: 40px;
	}
.filePreviewmodelcls .modal-content {
    height: 100%;
	}
.image-upload .dropdown-content {
    min-width: 63px;
    box-shadow: none;
    background: #fff0;
    min-height: 190px;
    z-index: 9999999999;
    bottom: 60px !important;
    top: inherit !important;
	}
.image-upload .dropdown-content button {
    top: 0px;
    left:1px;
    float: left;
    width: 52px;
    color: #fff;
    padding: 0px;
    height: 52px;
    border: none;
    cursor: pointer;
    margin-left:0px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 51px;
    position: relative;
    text-align: center;
    border-radius: 30px;
    background: #3bb3bd;
    right: 0px !important;
    box-shadow: 0px 0px 4px #333;
	}
.image-upload .dropdown-content button input {
    left:0px;
    opacity:0;
    margin:0px;
    border:none;
    color:#aab8c2;
    direction:ltr;
    cursor:pointer;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    position: absolute;
    border-radius: 40px;
    box-sizing: border-box;
    width: 50px !important;
    padding: 25px !important;
    height: 50px !important;
    font-family: "Open Sans", sans-serif;
	}
.image-upload .dropdown-content button .fa {
    padding: 0px;
    font-size: 18px;
	}
.image-upload .dropdown-button {
    width:40px;
    float:left;
    margin:0px; 
    height:40px;
    border:none;
    color:#3bb3bd;
    font-size:18px;
    cursor:pointer;
    font-weight:600;
    overflow:hidden;
    line-height:30px;
    background:#f1f1f1;
    border-radius:30px;
    padding-bottom:9px;
	text-align: center;
	}
.image-upload .dropdown-content li {
    background:none !important;
	}
.dibtino {
    top:0px;
    right:10px;
    width:40px;
    float:left;
	height:40px;	
    border:none;        
	color:#3bb3bd;
    font-size:21px;
	cursor:pointer;
	overflow:hidden;
	margin-left:2px;
    line-height:26px;
	margin-right:2px;
	background:#f1f1f1;    
	border-radius:30px;
	}
.image-upload .dropdown-button .fa {    
	font-size:24px;
    cursor:pointer;
	padding-top:0px;
	padding-left:0px;    
    line-height: 40px;
	transform:rotate(-100deg);
	}
.chat-input-holder .message-send .fa {
    font-size:16px;
	}
.comnChatRight .bubble.singleDocClsCls span.newfilesharedcls span.img_fli.fcls embed::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color:#fff;
	border-radius:0px;
	}
.comnChatRight .bubble.singleDocClsCls span.newfilesharedcls span.img_fli.fcls embed::-webkit-scrollbar {
	width:6px;
	background-color:#F5F5F5;
	}
.comnChatRight .bubble.singleDocClsCls span.newfilesharedcls span.img_fli.fcls embed::-webkit-scrollbar-thumb {
	border-radius:0px;
	background-color:#c3c1bc;
	}	
.comnChatRight .sendMessage.chat-input {
   /* max-width: 66%;
    margin-bottom: 0px;
    box-sizing: border-box;
    height: 40px !important;
    padding: 0px 20px !important;
    font-style: normal !important;*/
	
	max-width: 86%;
    margin-bottom: 0px;
    box-sizing: border-box;
    height: 40px !important;
    padding: 0px 20px !important;
    font-style: normal !important;
    width: 76% !important;
    margin-left: 1%;
	}
	
.comnChatRight .chat-input-holder .emobeforing {
    display:none;
	}
	
	
	
	
	
html body .comnchatPopups.modal{
    max-width: 100%;
    width: 100%;
    max-height: 100% !important;
    height: 100vh;
    top: 0px !important;
	background: #f1f1f1;
}
.comnchatPopups .modal-content {
    padding:0px !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}	
.comnchatPopups .close_com a.close_clear.modal-close {
    color: #333;
}
	
.comnchatPopups div#modal_content {
    height: 100%;
    padding-bottom: 0px !important;
    position: relative;
	    border: 0px !important;
		    width: 100%;
    display: inline-block;
	    margin-bottom: 0px;
}
.comnchatPopups .priImgi {
    margin: 0px auto 0px;
    display: flex;
    height: calc(100% - 140px);
    align-items: center;
    justify-content: center;
    max-height: 100%;
    padding-bottom: 0px;
    max-width: 1400px;
    width: 100%;
    overflow: hidden;
    min-height: auto;
	text-align: center;
}
.comnchatPopups  .priImgi img#previewImg {
    box-shadow: 0px 0px 10px #ccc;
    background: #fff;
    margin: 0px auto;
    max-height: 700px;
    max-width: 1000px;
	    display: block;
}
.comnchatPopups div#sendmessaging {
    position: absolute;
    bottom: 85px;
    width: 100%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
	max-width: 620px;
	}
.comnchatPopups .emoComn {
    max-width: 375px;
    margin: 0px auto;
    position: absolute;
    bottom: 60px;
    right: 0px;
    border: 1px solid #cccccc7a;
    box-shadow: -1px 10px 10px #cccccc69;
}  
.comnchatPopups .rtestDrive {
    position: relative;
}
.comnchatPopups .emoPriv {
    padding-right: 30px;
    max-height: 98px;
    overflow-y: auto;
    padding: 14px 10px 11px 20px;
    background: #fff;
    border-radius: 10px;
    min-height: 50px !important;
    width: 100%;
    bottom: 10px !important;
    border-top: 0px solid #ccc;
    box-shadow: 0px 0px 10px #ccc;
    scrollbar-color: #c3c1bc #f5f5f5;
    scrollbar-width: thin;
	} 
.comnchatPopups .placeholder:after {
    content: "Type a message";
    position: absolute;
    top: 14px;
    color: #a9a9a9;
	}	
.comnchatPopups div#sendmessaging .btn_cont {
    position: absolute;
    top:-8px;
    width: 50px;
    height: 50px;
    right: -70px;
    border: none;
    font-size: 20px;
    color: #fff;
    background: #3bb3bd;
    border-radius: 30px;
    line-height: 36px;
    cursor: pointer;
    overflow: inherit;
	}
.comnchatPopups div#sendmessaging .btn_cont span{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    width: 20px;
    height: 20px;
    color: #3bb3bd;
    border-radius: 50px;
    box-shadow: 0px 0px 10px #ccc;
    line-height: 21px;
    font-size: 14px;
    font-weight: 500;
	}
.comnchatPopups .emoButn {
    right: 4px;
    position: absolute;
    top: 0px;
    border: none;
    background: none !important;
    font-size: 20px;
	}
.comnchatPopups .emoPriv p {
    margin: 0px;
	}
.comnchatPopups .imgiFilVdShare {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 0px);
	}
.comnchatPopups .coin_plusImg {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
	}
.comnchatPopups ul.listiplusImg {
    height:67px;
    max-width: 90%;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0px auto 0px;
    display: inline-block;
    /*overflow-x: scroll;*/
	}
.comnchatPopups ul.listiplusImg li {
    width: 60px;
    height: 60px;
    margin: 0px 5px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 2px solid #ccc;
	}
.comnchatPopups ul.listiplusImg li.active {
    border: 4px solid #3bb3bd;
	}
.comnchatPopups a.onHovClose {
    opacity: 0;
    right: 0px;
    width: 20px;
    color: #fff;
    height: 20px;
    text-align: right;
    position: absolute;
    background: linear-gradient(rgb(0 0 0 / 50%) 0%, rgb(255 255 255 / 40%) 100%);
	}
.comnchatPopups ul.listiplusImg li a {
    display: flex;
	}
.comnchatPopups a.onHovClose .fa {
    top: 1px;
    right: 4px;
    z-index: 999;
    float: right;
    font-weight: 100;
    position: absolute;
	}
.comnchatPopups ul.listiplusImg li img {
    width:56px;
    height:56px;
    object-fit:cover;
	}
.comnchatPopups ul.listiplusImg.addmoreimg li input {
    top:-24px;
    opacity:0;
    margin:0px;
    width:61px;
    height:82px;
    cursor:pointer;
    position:absolute;
    left:-2px !important;
    padding:0px !important;
	}
.comnchatPopups ul.listiplusImg.addmoreimg li {
    display:flex;
    align-items:center;
    justify-content:center;
	}
.comnchatPopups ul.listiplusImg li:hover a.onHovClose {
    opacity:1;
	}
.comnchatPopups .close_com {
    z-index:9999;
	}
.comnchatPopupsStudent .emoButn {
    top:8px;
	}
.comnchatPopupsStudent div#sendmessaging .btn_cont {
    top:0px;
	}
.comnchatPopups ul.listiplusImg li a video {
    width:100%;
    height:52px;
	}
a.frWrdtOP {
    display:block;
    font-size:12px;
    margin-top:-4px;
    font-weight:500;
    margin-bottom:5px;
    color: #999999 !important;
	}
a.frWrdtOP .fa {
    margin-right: 8px;
	}	
.txtclipboardCls {
    right:0px;
    float:left;
    width: 100%;
    text-align: left;
    min-width: 120px;
    padding-top: 10px;
    position: inherit;
    word-break: break-word;
    color: #384047 !important;
    font-size: 14px !important;
    bottom: inherit !important;
    font-weight: 400 !important;
	}

.textReplyMessage {
    width: 100%;
    color: #939191;
    font-size: 13px;
    display: inline-block;
    word-break: break-all;
	}
.textReplyName {
    color: #3298a1;
    font-weight: 500;
    text-transform: capitalize;
	}
.textReply {
    margin-bottom:5px;
    background: #d1f4cc;
    padding: 2px 10px 2px 10px;
	}	
a.dropdown-button.with_frWrd {
    top: -2px;
    right: 5px;
    color: #05a7b5;
    font-size: 20px;
    line-height: 0px;
    position: absolute;
	}
.drplineIng {
    min-width: 140px;
    right: 0px !important;
    left: inherit !important;
	}
.drplineIng li {
    padding: 0px;
    min-height: auto;
	}
.drplineIng li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 15px;
    color: #26a69a !important;
	}
.drplineIng li + li {
    border-top: 1px solid #e5e6e7;
	}
.bubble.singlemediaCls {
    width: 100%;
	}
.bubble.singlemediaCls span.newfilesharedcls {
    width: 100%;
	}
.bubble.singlemediaCls span.newfilesharedcls a {
    width: 100%;
	}
span.txtclipboardCls p {
    margin:0px;
    padding:0px;
    display:flex;
    background:none;
    text-align:left;
    align-items:center;
	}
span.txtclipboardCls p img {
    margin-right: 2px;
	}
.chatwidgetsBoxCls .bubble{
    float:left;
	}
.chatBoxLoderImgCls {
    top: 13%;
    left: 0%;
    float: left;
    width: 100%;
    height: 75%;
    display: flex;
    position: absolute;
    text-align: center;
    align-items: center;
    background: #00000057;
    justify-content: center;
    z-index: 9999999999999999;
	}
.chatBoxLoderImgCls img {
    background: #fff;
	}
.singleChatIdv .message-sender {
    min-width: 270px !important;
	}
.singleChatIdv .message-sender .bxiriplu {
    height: 56px;
    max-width: 360px;
    background: #d1f4cc;
    border-radius: 0px 8px 8px 0px;
    background-size: 50px 56px !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
	}
.singleChatIdv .textReply {
    float: left;
    margin: 0px;
    min-height: 56px;
    display: inline-block;
    width: calc(100% - 56px);
	}
.singleChatIdv .textReply span {
    color: #333;
    height: 100%;
    font-size: 16px;
    overflow: hidden;
    max-height: 49px;
    line-height: 26px;
    padding-bottom: 0px;
    display: inline-block;
	}
.singleChatIdv .message-sender  .mniGimg {
    width: 100% !important;
	}
.singleChatIdv .message-sender .mniGimg span.newfilesharedcls {
    width: 100%;
    height: 180px;
	}
.singleChatIdv .message-sender .mniGimg span.newfilesharedcls a {
    width: 100%;
    height: 180px;
	}
.singleChatIdv .message-sender .mniGimg span.newfilesharedcls a img {
    width:100% !important;
    height: 100% !important;
	}
.chatwidgetsBoxCls span.newfilesharedcls a video {
    height: 100%;
	}	
.isforwardClsRight .message-box .mniGimg {
    width:100%;
	}
.isforwardClsRight .message-box .mniGimg img {
    width:100% !important;
    height:auto !important;
    max-width:100% !important;
    max-height:210px !important;
	}
.isforwardClsRight .message-box .mniGimg a {
    height:auto;
    width:100% !important;
	}
.isforwardClsRight .message-box .mniGimg  span.newfilesharedcls {
    width:100%;
    height:auto;
	} 
.isforwardClsLeft .message-box .mniGimg {
    width:100%;
	}
.isforwardClsLeft .message-box .mniGimg img {
    width: auto !important;
	height:auto !important;
    max-width: 100% !important;
    max-height: 200px !important;
	}
.isforwardClsLeft .message-box .mniGimg a {
    height:auto;
    width:100% !important;
	}
.isforwardClsLeft .message-box .mniGimg  span.newfilesharedcls {
    width:100%;
    height:auto;
	}




.replyMessageScrollCls .txtclipboardCls img {
    width:100%;
	}
.txtImageWidgetCls img {
	width:20px;
	max-height:20px;
	}








::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color:#fff;
  border-radius:0px;
}
::-webkit-scrollbar {
  width:6px;
  background-color:#F5F5F5;
}
::-webkit-scrollbar-thumb {
  border-radius:0px;
  background-color:#c3c1bc;
}



@media only screen and (max-width: 900px) {	
	
	.chatbox.list-chat-view {
		right:0px !important;
		z-index: 0 !important;
	}
	#chatBoxWindow .chatbox {
		right: 0px;
		z-index: 1;
		height: 450px;
		position: absolute;
	}
}

@media only screen and (max-width: 767px) {
	
	.comnChatRight {
		display: none;
	}	
}

/**Chat all page End**/



/****/





  
  

@media only screen and (max-width: 767px){

	.modal.modal-right.fade.chat_moduil.show {
		width: 100%;
		max-width: 100% !important;
	}
	.modal.modal-right.fade.chat_moduil.show .modal-dialog.caht-rgt12 {
		width: 100%;
		max-width: 100%;
	}
	.modal-header.chat-right {  
		position: fixed !important;
	}
	.modal.modal-right.fade.show .modal-dialog {
		right: 0px !important;
	}
	.chat_moduil .modal-dialog.caht-rgt12 {     
		height: 100% !important;
	}
	.chat_moduil .modal-content {
		height:100% !important;
	}
	.main_chatii {
		height: 100% !important;  
	}
  .chat_moduil .modal-header {
    padding: 0px !important;
    border-bottom: 0px solid #ccc !important;
  }

}