.local-device .status-bar {
	 background:linear-gradient(270deg,#9a5d98 0%, #132249 50%, #9a5d98 100%);
	 background:linear-gradient(270deg,#6f6a6a 0%, #a79090 50%, #6f6a6a 100%)
}
.local-device .chat .user-bar {
	 background:radial-gradient(220% 105% at top center,#F7F7B6 10%,#E96F92 40%,#75517D 	65%,#1B2947); 
	 background: linear-gradient(270deg,#6f6a6a 0%, #b9cbf9 50%, #6f6a6a 100%);
	 text-shadow: 2px 2px 1px #000;
}
  .local-device .conversation-container .message.received {
   
    background: radial-gradient(220% 105% at top center,#00000073 10%,#071c36 40%,#5599afa3 95%,#b689d0 );
	
	color:#ffda44;
	color:#Fff;
	border-radius: 8px;
	font-family:'K2D';
	text-shadow: 1px 1px 1px #000;
	background:none;
	}
	
	.local-device .conversation-container .message.sent {
   background:linear-gradient(15deg, #13547a 0%, #23877c 100%);
   
	border-radius: 8px;
	color:#Fff;
	font-family:'K2D';
	
	text-shadow: 1px 1px 1px #000;
	}
 
   .local-device .conversation-container .message.sent::after{
	
	 display:none;
  }
  .local-device .conversation-container .message.received::after{
	   display:none;
  }
  
  
 
.local-device .conversation-compose .send .circle {
       background: conic-gradient(#e6c9bf, #d2b5aa, #cbaea3, #d4b5ab, #e5c3bd, #d9c0b4, #d9bcb1, #c5a399, #e3c6bc, #e7cac0, #dec0b5, #d3b6ab, #cfada1, #d4b6ac, #e2c6c0, #e2c6c0, #d2b1a6, #d2b1a6, #d1b4a9, #e1c4ba, #e5c9be, #dec1b6, #d3b6ab, #ceb0a6, #cfada3, #d2b5aa, #dabdb2, #e5c9be, #e6c9bf) content-box, linear-gradient(#e5c9be, #e5c9be) padding-box, radial-gradient(rgba(120, 120, 120, 0.9), rgba(120, 120, 120, 0) 70%) 50% bottom/80% 0.46875em no-repeat border-box;
}
 
.local-device .chat .conversation{
	background:rgba(0,0,0,0);
}

.local-device .conversation-container .message .metadata {
	display:none;
}
.local-device .conversation-container .message.pending.received, .local-device .conversation-container .message.pending.received.bg-default{
  background: transparent;
   
}

.local-device .conversation-container .message {
	
	font-size: 26px;
}
.local-device  .conversation-compose{
	visibility: hidden;
}