.conversation-details {
    height: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
  }
  .conversation-details div {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
  }
  .conversation-details-title {
    color: var(--secondary-colors-jax-navys-jax-navy, #05396b);
    font-family: 'Source Sans 3', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
  }
  .conversation-create.modal.fade.offcanvas-right .modal-dialog {
    height: 100%;
    width: 500px;
    min-height: 700px ;
  }
  .conversation-create.modal.fade.offcanvas-right .modal-content {
    height: 100%;
  }
  .conversation-create.modal.fade.offcanvas-right .modal-body {
    height: 100%;
  }
  .modal-header.new-message {
    padding: 0;
    margin: 50px 40px 0 35px;
    font-size: 24px;
  }
  .new-message .modal-title {
    float: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }
  .new-message .form-close {
    float: right;
    font-family: Font Awesome 6 Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }
  .message.row {
    background-color: #FFFFFF;
    height: 98%;
  }
  .message.row .conversations {
    height: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 0;
  }
  .message.row .conversations .conversation-items {
    height: 100%;
  }
  .message.row .conversations .conversation-items .dt-container {
    height: 100%;
  }
  .message.row .conversations .conversation-items .dt-container .dt-layout-table {
    height: 85%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #0077B2 #FFF;
    scrollbar-width: thin;
  }
  .message.row .conversations .conversation-items .dt-container .dt-layout-table td {
    padding: 16px;
  }
  .message.row .conversations .conversation-items .dt-container .dt-layout-cell.dt-end {
    text-align: center;
    color: #0077B2;
    width: 100%;
    height: 72px;
    padding: 12px 10px;
    box-shadow: 0px -4px 8px 0px #000000 26;
    font-size: 16px;
  }
  .message.row .conversations .conversation-items .dt-container .dt-paging .dt-paging-button.current,
  .message.row .conversations .conversation-items .dt-container .dt-paging .dt-paging-button.current {
    border: none;
    background: #ECF0F4;
  }
  .mul-projects-tag {
    width: 81px;
    height: 24px;
    padding: 4px 12px 4px 12px;
    border-radius: 60px;
    border: 1px;
    gap: 4px;
    color: #05396B;
    border: 1px solid #05396B;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
  }
  .conversation_body {
    color: var(--primary-colors-jax-grays-jax-gray, #222222);
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
  }
  h3.conversation_header {
    color: var(--primary-colors-jax-grays-jax-gray, #222222);
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 0.5em 0;
  }
  td.conversation-content {
    width: 100%;
  }
  tr.conversation {
    color: var(--primary-colors-jax-grays-jax-gray, #222222);
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 24px 16px 24px;
    border-bottom: 1px solid var(--primary-colors-jax-grays-jax-gray-light, #bebebe);
    margin-bottom: 0.5em;
    width: 100%;
  }
  tr.conversation.active {
    background: var(--primary-colors-jax-cyans-jax-cyan-extra-light, #e5f6ff);
  }
  tr.conversation:hover {
    background-color: #FFFFFF !important;
  }
  tr.conversation.unread h3.conversation_header::before {
    content: ' ';
    width: 8px;
    height: 8px;
    display: block;
    background: var(--secondary-colors-jax-greens-jax-green, #048700);
    border-radius: 50%;
    position: absolute;
    left: -1em;
    top: 30%;
  }
  tr.conversation.unread h3.conversation_header {
    color: #0077b2;
    position: relative;
  }
  tr.conversation a {
    display: block;
    text-decoration: none;
  }
  .conversation-items {
    margin-top: 0;
  }
  span.sidebar-property strong {
    display: block;
  }
  span.sidebar-property {
    display: flex;
    flex-direction: column;
  }
  i.favourited {
    color: #DDAD02;
  }
  .no-result-message {
    color: #8A8A8A;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .no-result-message .no-message {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #222222;
  }
  .no-result-message .no-message-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #8A8A8A;
  }
  .no-result-message i {
    display: inline-block;
    background-image: url(/messages-question.png);
    width: 196px;
    height: 196px;
  }
  .no-result-conversation {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .no-result-conversation p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #8A8A8A;
  }
  .messages a {
    cursor: pointer;
  }
  .messages div:has(> div.dt-end) {
    position: absolute;
    bottom: 0px;
  }
  .conversation .initials {
    width: 40px;
    height: 40px;
    display: block;
    background: var(--secondary-colors-jax-navys-jax-navy, #05396b);
    color: #fff!important;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    left: calc(-2.5em);
    top: -5px;
    padding-top: 9px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .messages {
    padding: 0;
    box-shadow: 0px 4px 0px 0px #00000040;
    height: 100%;
  }
  .messages .time {
    color: var(--primary-colors-jax-grays-jax-gray-medium-light, #8a8a8a);
    text-align: right;
    /* Desktop Type/P - Text 1 Regular */
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
  }
  .messages .view-toolbar {
    display: block;
    height: 3em;
    padding: 8px 16px;
    border-bottom: 1px solid var(--primary-colors-jax-grays-jax-gray-light, #bebebe);
  }
  .messages li.conversation {
    padding: 15px 20px 15px 70px;
  }
  .message-items {
    height: 100%;
  }
  .message-items .messages-list {
    height: 80%;
    padding: 16px;
  }
  .message-items .messages-list ul {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .message-items .send-message {
    width: 100%;
    box-shadow: 0px -4px 8px 0px #000000 26;
    position: relative;
    padding: 24px 16px 8px 16px;
    position: absolute;
    bottom: 0px;
  }
  .message-items .send-message .invalid-feedback {
    display: none;
  }
  .message-items .send-message.invalid .invalid-feedback {
    color: #AB2328;
    display: block;
  }
  .message-items .send-message textarea {
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px;
    gap: 8px;
    border: 1px solid #BEBEBE;
    width: 100%;
  }
  .message-items .send-message.invalid textarea {
    outline: 1px solid #AB2328 ;
    color: #AB2328;
  }
  .message-items .send-message textarea:focus {
    outline: none;
    border: 1px solid #0077B2;
  }
  .message-items .send-message button {
    padding-bottom: 10px;
    background: none;
    outline: none;
    border: none;
  }
  .message-items .send-message i {
    font-size: 16px;
    top: 8px;
    left: 10px;
    color: #FFFFFF;
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    border-radius: 4px;
    gap: 8px;
    background: #0077B2;
  }
  .message-items .send-message i:hover {
    background: #005F8C;
  }
  h3.message_header {
    color: var(--primary-colors-jax-grays-jax-gray, #222222);
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 0.5em 0;
  }
  .conversation label {
    margin-bottom: 0;
  }
  .main-area:has('.message') {
    height: 100%;
  }
  .main-area:has('.message') .row {
    height: 100%;
  }
  