<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> #audioElement{
    height: 40px;
}  
.agent-avatar, .user-avatar, .admin-avatar{
    margin: 0px 9px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.audioavatar {
display: inline-flex;
margin-top: 6px;
height: 45px;
        width: 100%;
}
.audio-player{
width: 100%;
display: none; 
height: 30px;
        
}
.progress-time{
    margin: 0 8px;
    display: inline-flex;
    align-items: center !important;
    padding: 2px 23px;
    border-radius: 6px;
    box-shadow: 0 0 3px 1px rgb(255 255 255);
}
    
/* New animated waveform bar inside progress-time */
.waveform {
display: inline-block;
height: 20px;
margin: 0 11px;
}

.wave {
width: 5px;
height: 100%;
background-color: #4caf50;
display: inline-block;
margin-right: 2px;
animation: wave-animation 1s infinite ease-in-out;
}

.wave:nth-child(2) { animation-delay: -0.8s; }
.wave:nth-child(3) { animation-delay: -0.6s; }
.wave:nth-child(4) { animation-delay: -0.4s; }
.wave:nth-child(5) { animation-delay: -0.2s; }
.wave:nth-child(6) { animation-delay: -0.6s; }
.wave:nth-child(7) { animation-delay: -0.4s; }
.wave:nth-child(8) { animation-delay: -0.2s; }
@keyframes wave-animation {
0% { transform: scaleY(0.3); }
50% { transform: scaleY(1); }
100% { transform: scaleY(0.3); }
}

/* Rest of the styles */
#recording-bar {
flex-grow: 1;
padding: 10px;
border-radius: 20px;
border: none;
outline: none;
font-size: 16px;
background-color: #202c33;
color: #ffffff;
display: inline-flex;
align-items: center !important;
}

#delete-recording, #pause-recording, #resume-recording, #send-recording {
background-color: transparent;
border: none;
cursor: pointer;
font-size: 20px;
margin: 0 5px;
color: #fff;
transition: color 0.3s;
}

#delete-recording:hover, 
#pause-recording:hover, 
#resume-recording:hover, 
#send-recording:hover {
color: #ff0000;
}

@media (max-width: 600px) {
#recording-bar {
  flex-direction: column;
  align-items: flex-start;
}

#recording-timer {
  margin-top: 5px;
}
}

.pdfimg {
max-width: 60px !important;
max-height: 60px !important;
margin: 0 5px;
}

.pdfsec {
display: flex;
align-items: center;
margin: 5px 0;
border: 1px solid #ddd;
padding: 5px;
border-radius: 5px;
background-color: #f9f9f9;
}
.pdf-link {
text-decoration: none;
color: #035d93;
font-weight: bold;
font-size: 14px;
font-style: normal;
font-family: "Roboto", sans-serif;
}
 

.meeting-button{
    padding: 4px 15px;
    background-color: #202c33;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    margin: 0 0 0 13px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    box-shadow:none;
}
 
.call-button {
padding: 4px 15px;
background-color: #202c33;
color: #ffffff;
border: none;
border-radius: 5px;
margin: 0 0 0 13px;
cursor: pointer;
font-size: 14px;
transition: background-color 0.3s ease;
    float: right;
    font-weight: 400;
}
    .call-button:hover{
    background-color: #ffffff;
        color: #202c33;
}

#upload-button {
    background: #e15125;
    color: #fff;
    border: none;
  padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}   
.chat-preview {
    flex-grow: 1;
    background-color: #111b21;
        height: 600px;
        display: none;
}   
  
.full-screen-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding: 10px;
    position: relative;
    flex-grow: 1;
    text-align: center;
    width: 100%;
    height: 100%;
}
.img-thumbnail{
    max-height: 281px;
}
  
  .fullsview {
      display: inline-block;
      justify-content: center;
      text-align: center;
      text-align: -webkit-center;
}
.chat-preview img, .chat-preview .pdf-preview {
    max-width: 100%;
    max-height: 508px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    border-radius: 10px;
    background: #f0f0f0;
    padding: 10px;
}
#remove-file-button {
    background-color: #f44336;
border: none;
color: #ffffff;
padding: 0 15px;
cursor: pointer;
padding: 10px 15px;
border-radius: 10px;
font-size: 14px;
}
 

/* Style for each message */
.message {  
    margin-bottom: 3px; 
}
.message p {
    margin-bottom:2px;
     font-weight: 300;
    font-size: 14px;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    text-align: left;
}
.english {
font-weight: 300 !important;
font-size: 14px !important;
font-style: normal !important;
font-family: "Roboto", sans-serif !important;
letter-spacing: 1px;
line-height: 1.5;
text-align: left;
}
.arabic {
font-weight: 300 !important;
font-size: 15px !important;
font-style: normal !important;
font-family: "Noto Naskh Arabic", serif !important;
letter-spacing: 0.5px;
line-height: 1.4;
text-align: right!important;
}

.thumbnail {
padding: 6px;
margin-bottom: 5px;
margin-top: 2px;
background-color: #fff;
border-radius: 4px;
}
.message .time {
font-size: 12px;
margin-top: 0;
opacity: 0.6;
color: #fff;
display: block;
 text-align: right;
}
/* Style for message timestamp */
.message-timestamp {
    font-size: 12px;
    margin-top: 0px;
    text-align: end;
    opacity: 0.6;
    color: #fff;
}

.thumbnails{
    border:1px solid #eee;
    margin-bottom: 5px;
    padding: 10px;
}
.chat-window {
    position: fixed;
    bottom: 1px;
    right: 5px; 
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
 }

@media (min-width: 136px) and (max-width: 674px) { 
     .chat-window {
 width: 100%!important; 
 top: 0!important;
 right: 0!important;
 z-index: 1000;
 }
 .chat-messages{
    height: 100%!important;
 }
}

@media (min-width: 674px) and (max-width: 904px) { 
    .chat-window {
        width: 100%!important; 
        top: 0!important;
        right: 0!important;
        z-index: 1000;
        }
        .chat-messages{
           height: 100%!important;
        }
}
   @media (min-width: 904px) and (max-width: 1204px) { 
    .chat-window {
        width: 60% !important;
        top: 165px !important;
        right: 0 !important;
        z-index: 1000;
        }
        .chat-messages{
           height: 100%!important;
        }
}
  @media (min-width: 1205px) and (max-width: 1604px) { 
     .chat-window {
         width: 40%; 
    }
}
  @media (min-width: 1605px) and (max-width: 2604px) { 
     .chat-window {
         width: 33%; 
    }
}
 

.chat-input {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #111b21;
    border-top: 1px solid #6f6f6f;
}
  
.chat-input input {
    flex-grow: 1;
    padding: 10px;
    border-radius: 11px;
    border: none;
    outline: none;
    font-size: 14px;
    background-color: #202c33;
    color: #ffffff;
}
  
.chat-input button{
   background-color: transparent;
   border: none;
   color: #ffffff;
   padding: 0 15px;
   cursor: pointer;
}
.message {
display: block;
align-items: center;
padding: 5px 10px;
margin-bottom: 17px;
border-radius: 7px;
max-width: 90%;
clear: both;
 line-break: anywhere;
}


.message.sent {
  background-color: #005c4b;
  color: #ffffff;
  padding: 5px 14px;
}
.received-message {
background-color: #202c33;
align-self: flex-start;
color: #ffff;
}

.meeting-text i {
    margin-right: 5px;
    color: #007bff; /* Optional: Adjust color to match your theme */
}
.meeting-text { 
    font-weight: 300 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-family: "Roboto", sans-serif !important;
    letter-spacing: 1px;
    line-height: 1.5; 
    padding: 9px 25px;
    border-radius: 10px;
    color: #ffffff;
    border-bottom: 1px solid;
    border-radius: 0;
    margin-bottom: 5px !important;
}

#send-meeting-request{
    background-color: #318b09;
    border: none;
    color: #ffffff;
    padding: 0 15px;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 10px;
}
#meeting-date::placeholder {
    color: gray;
    font-style: normal;
    opacity: 0.8;
}
.date-separator {
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px auto;
    font-size: 14px;
    width: fit-content;
}

.chat-date-header {
    position: sticky;
    top: 0;
    background-color: rgb(240 79 30);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    z-index: 10;
    display: none; /* Initially hidden */
}





.chat-container {
    display: inline-flex;
    flex-grow: 1;
    flex-direction: column;
    background-color: #0b141a;
    width: 75%;
}
  .chat-messages {
  display: flex;
      flex-direction: column;
      padding: 20px;
      overflow-y: auto;
      background-color: #121c21;
       background-color: #f5f4f0;
      background-image: url(/uploads/chat/main.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: normal;
      background-position: left;
     height: 600px;
      border: 4px solid #0b141a;
  }
.sent-message{
        background-color: #005c4b;
color: #ffffff;
align-self: flex-end;
float: left;
}

.request-meeting-message{
    background-color: #0676fd;
}

.styled-icon {
    border-radius: 350px;
    font-size: 1em;
    color: #ef511f;
    vertical-align: middle;
    margin-right: 5px;
    background-color: #fff;
    padding: 3px;
}
.meeting-message{
    background-color: #276cbf;
}

.meeting-message p{
    margin-bottom: 10px;
    margin-top: 10px;
}

.meeting-message p a{
	    padding: 6px 13px;
    background-color: #fff;
    border-radius: 20px;
    color: #293237;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    font-family: "Roboto", sans-serif;
}

.request-meeting-message{
	background-color: #0676fd;
	width: 79%;
}


/* Global styles for WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
width: 8px; /* Scrollbar width */
}

::-webkit-scrollbar-thumb {
background-color: #888; /* Color of the scrollbar thumb */
border-radius: 10px; /* Rounded corners for the scrollbar */
border: 2px solid #222e35; /* Space around the scrollbar thumb */
}

::-webkit-scrollbar-track {
background-color: #222e35; /* Background color of the track */
}

 
  .assignmentmessage {
    background-color: #474747!important;
}

.adminmessage, admin-realestate-message {
    background-color: #ef511f!important;
    color: #ffffff;
    }

    .meeting-message{
        background-color:  #0676fd;
        color: #ffff;
    }
 
 
    
    .headerchats {
        font-weight: 400;
        font-size: 16px;
        font-style: normal;
        font-family: "Roboto", sans-serif;
        color: #0b141a;
        padding: 15px 9px;
        display: flex;
        align-items: center;
        justify-content: space-between; /* Space between left and right content */
     }
    
 
    .this_developer_logo {
        height: 50px;
        height: 50px;
        border-radius: 50%;
        margin-left: 10px; /* Add space between image and meeting button */
    }
    
    .close_chat_button, .meeting-button {
        padding: 4px 15px;
        background-color: #202c33;
        color: #ffffff;
        border: none;
        border-radius: 5px;
        margin: 0 0 0 13px;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.3s ease;
     
    }
    
    .meeting-button:hover, .close_chat_button:hover {
        background-color:  #f04e1d;
        color: #ffffff;
    }
</pre></body></html>