<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.panel {
	margin-bottom: 0px;
}

.chat-window {
	bottom:0;
	right: 0;
	margin: 0;
	position:fixed;
	float:right;
	z-index: 999999;
}

.chat-window &gt; div &gt; .panel {
	border-radius: 5px 5px 0 0;
}

.icon_minim {
	padding:2px 10px;
}

.msg_container_base {
	background: #e5e5e5;
	margin: 0;
	padding: 0 10px 10px;
	height:40vh;
	overflow-x:hidden;
}

.top-bar {
	border-start-end-radius: 10px;
	border-start-start-radius: 10px;
	background:  #5093ce;
	color: white;
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.msg_receive {
	background: white;
	padding-left:0;
	margin-left:0;
	float:left;
	border-radius: 15px 15px 15px 0;
}

.msg_sent{
	padding-bottom:20px !important;
	margin-right:0;
	float:right;
	border-radius: 15px 15px 0 15px;
	background-color: #5093ce;
	color: #fff;
}

.messages {
	padding: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	max-width:75%;
	will-change: transform;
}

.messages &gt; p {
	font-size: 13px;
	margin: 0 0 0.2rem 0;
}

.messages &gt; time {
	font-size: 11px;
	color: #ccc;
}

.msg_container {
	padding: 10px;
	overflow: hidden;
	display: flex;
}

.chatimg {
	display: block;
	width: 100%;
}

.avatar {
	position: relative;
}

.base_sent {
	justify-content: flex-end;
	align-items: flex-end;
}

.msg_sent &gt; time{
	float: right;
}

.msg_container_base::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.highlight-reply {
	opacity: 0.7;
	transition: background-color 0.2s;
}
.btn-group.dropup{
	position:fixed;
	left:0px;
	bottom:0;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #ccace0;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
/* Media handling styles */
.media-attachment {
	max-width: 200px;
	max-height: 200px;
	border-radius: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.media-preview {
	max-width: 100px;
	max-height: 100px;
	margin: 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.attachment-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
.remove-attachment {
	position: absolute;
	top: -5px;
	right: -5px;
	background: rgba(255,255,255,0.8);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	z-index: 5;
}
.document-preview {
	display: flex;
	align-items: center;
	background: #f1f1f1;
	padding: 5px;
	border-radius: 4px;
	margin: 5px 0;
}
.document-icon {
	margin-right: 10px;
	font-size: 1.5rem;
}

.media-message {
	margin-top: 8px;
}
.media-download {
	display: block;
	margin-top: 5px;
	color: inherit;
	text-decoration: underline;
	font-size: 0.8rem;
}
.media-container img, .media-container video {
	max-width: 200px;
	max-height: 150px;
	border-radius: 5px;
}
.role-filter-container {
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
}
.attachment-btn {
	cursor: pointer;
	color: #6c757d;
	font-size: 1.2rem;
	padding: 0.5rem;
}
.attachment-btn:hover {
	color: #007bff;
}
.preview-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.support-floating-btn {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 999999;
	padding: 10px 15px;
	border-radius: 50px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.scroll-button {
	border: 2px solid #e5e5e5;
	position: absolute;
	bottom: 120px;
	right: 20px;
	z-index: 1000;
	background: #5093ce;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.scroll-button:hover {
	background-color: #0056b3;
}

.media-attachment {
	cursor: pointer;
	max-width: 150px;
	border-radius: 8px;
	margin: 5px 0;
}

.whatsapp-media-group{
	--gap:10px;
	display:flex;
	flex-wrap:wrap;
	gap:var(--gap);
}

.media-item{
	position:relative;
	flex:0 0 calc(33.333% - var(--gap));
	max-width:calc(33.333% - var(--gap));
	max-height: 200px;
	border-radius:8px;
	overflow:hidden;
	background-color: #00000075;
}

.whatsapp-media-group:has(&gt; .media-item:nth-child(2):nth-last-child(1)) .media-item{
	flex:0 0 calc(50% - var(--gap));
	max-width:calc(50% - var(--gap));
}

.whatsapp-media-group:has(&gt; .media-item:nth-child(1):nth-last-child(1)) .media-item{
	flex:0 0 100%;
	max-width:100%;
}

.media-item img, .media-item video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.media-item .media-download {
	position: absolute;
	bottom: 6px;
	right: 6px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 6px;
	text-decoration: none;
}

.media-item .media-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 2;
  cursor: pointer;
}
.doc-item {
	position: inherit;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
	border-radius: 6px;
	width: 100%;
}
.doc-item a, .doc-item .media-download{
	position: inherit!important;

}

.highlight {
  background-color: orange !important;
  animation: flash 1s ease-in-out;
}

@keyframes flash {
  0% { background-color: orange; }
  100% { background-color: transparent; }
}</pre></body></html>