@charset "UTF-8";
/* CHAT COLLAB style */

.ind_chat-container {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0px;
    border: solid 1px #ddd;
}

.ind_chat-inner {
    padding: 10px;
    overflow-y: auto;
    max-height:500px;
    min-height: 300px;
}


.ind_chat-list {
    list-style-type: none;
}

ul.ind_chat-list {
    margin-top: 0;
    margin-bottom: 10.5px;
    padding-left: 0;
}

.ind_message {
    display: block;
    align-items: center;
    margin-bottom: 7px;
}

.ind_message-box {
    display: flex;
}

.ind_message-user-name {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.ind_preloader {
    margin-bottom:80px;
  }
  
  .ind_preloader-icon-container {
   margin: 10PX auto; 
   width: fit-content;
  }
  .ind_preloader-icon {
    font-size: 50px; 
    color: #ddd;
  }
  


.ind_icon-container {
    margin-right: 8px;
    margin-top: 13px;
}
.ind_icon-container:last-of-type {
    margin-left: 8px;
    margin-right: 0;
}

.ind_user-icon {
    object-fit: cover;
}

.ind_user_indurent {
        background-image: url('/chaticonindurent.jpg'); 
        background-size: cover;  
        background-position: center; 
        width: 30px;
        height: 30px;
        border-radius: 50%;
}

.ind_user_client {
    background-image: url('/chaticonclient.jpg'); 
    background-size: cover;  
    background-position: center; 
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.ind_user_team {
    background-image: url('/chaticonteams.jpg'); 
    background-size: cover;  
    background-position: center; 
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.ind_message-body {
    background-color: #f9f9f9;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px dotted #d8d6d6;
    width: 100%;
    position: relative;
}

.ind_message-text {
    font-size: 14px;
    color: #333;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    letter-spacing: -0.03em;
}

.ind_message-time {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 5px;
    text-align: right;
}
  
.ind_chat-box {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .ind_chat-input {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 4px 11px 6px;
    font-size: 16px;
    outline: none;
    float: left;
    width: 80%;
    margin-right: 6px;
    font-size: 12px;
  }
  
  .ind_chat-input:focus {
    border-color: #4a90e2;
  }
  
  .ind_send-btn {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background-color: #405e61;
    border: 3px solid #1D9094;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
  }
  
  .ind_send-btn:hover {
    background-color: #fe5000;
    color: #fff;
  }
  
  .ind_chat-btns-top {
    padding-right: 8px;
    line-height: inherit;
}

  .ind_attach-btn-top {
    margin-right: 5px;
    width: auto;
    height: 22px;
    background-color: #405e61;
    border: 1px solid #1D9094;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 10px;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif !important;
  }

  .ind_attachment-filename {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
  
  .ind_attach-btn-top:hover,  .ind_attach-btn-top.active {
    background-color: #fe5000;
    color: #fff;
  } 
  .ind_chat-btn-top {
    margin-right: 5px;
    width: auto;
    height: 22px;
    background-color: #0B5A5D;
    border: 1px solid #1D9094;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 10px;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif !important;
  }
  
  .ind_chat-btn-top:hover, .ind_chat-btn-top.active {
    background-color: #fe5000;
    color: #fff;
  } 
  
  .ind_attach-btn {
    margin-right: 5px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    border: 2px solid #1D9094;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #000;
  }
  
  .ind_attach-btn:hover {
    background-color: #fe5000;
    color: #fff !important;
  }

  .ind_remove-attach-btn {
    margin-right: 5px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #fff;
  }
  
  .ind_remove-attach-btn:hover {
    background-color: #fe5000;
    color: #fff;
  }

  ul.ind_attachment-list  {
    padding-left: 0;
    font-family: 'PPNeueMontreal-Book', Arial, sans-serif !important;
    font-style: italic;
    margin: 0;

  }  
 .ind_attachment-list li  {
    list-style: none ;
    -top: 2px;
  }

  .ind_message-attachment-link, .ind_filelist-attachment-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}  
.ind_filelist-attachment-link {
padding-left: 20px;
}

.ind_filelist-attachment-link:before {
    content:"\e142";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #000;
}

  .ind_message-attachment-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}


  .ind_send-icon {
    width: 24px;
    height: 24px;
    filter: invert(100%);
  }

  .ind_chat-filters-container {
    background-color:rgb(5 55 58);
    padding: 12px 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 0; 
    display: flex;
    font-size: 12px;
    background-image: url(/indchatfilterbg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  } 
  
.ind_chat-message-container {
    background-color: rgb(5 55 58);
    padding: 18px 7px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 5px solid #fe5000; 
    
}
.ind_chat-message-row {
    display: flex;
}
.ind_chat-message-attach {
    display: block;
    padding-top: 13px;
    font-family: 'PPNeueMontreal-Medium';
    font-size: 12px;
    line-height: 24px;
    min-height: 47px;
    color: #fff;
}



.ind_message-attachments-container {
    padding-top: 4px;
}

.ind_attachment-list {
    width: 80% !important;
}

ul .ind_message-attachments-list  {
    padding-left: 25px !important;
}

.ind_message-attachments-list li {
    display: block;
}

.ind_message-attachments-list li:before {
    content:"\e142";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #000;
}

.ind_suggestion-icon-container {
    float: left;
}

.mentioncontainer,
.mentioncontainer * {
  box-sizing: border-box;
}

.mention-suggestion-template {
    display: flex;
}

.ind_suggestion-details {
    padding: 4px 0;
}

.mention-suggestion-template .ind_user_indurent {
    background-image: url('/chaticonindurent.jpg'); 
    background-size: cover;  
    background-position: center; 
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 8px 5px 11px 0px;

}

.mention-suggestion-template .ind_user_client {
    background-image: url(/chaticonclient.jpg);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 8px 5px 11px 0px; 
  
}

.mention-suggestion-template .ind_user_team {
    background-image: url(/chaticonteams.jpg);
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 8px 5px 11px 0px; 
  
}

        .mentioncontainer {
            position: relative;
            width:100%;
            background: #fff;             
        }  


        .mentioncontainer .container__textarea {

            background: transparent;
            line-height: 1.4;
            position: relative;
            width: 100%;
            height: 100%;
            overflow-y: auto;     
            display: block;
            resize: vertical; 
            border: 1px solid #d0d0d0;
            font-size: 12px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #333;
    min-height: 70px;
}

.mentioncontainer .container__mirror {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: transparent;
   
}
.mentioncontainer .container__suggestions {
    border: 1px solid rgb(203 213 225);
    background: #fff;
    border-radius: 0.5rem;
    display: none;
    position:absolute;
    z-index: 99;
    width: max-content;
    max-width: 280px;
    /*max-height: 100px;*/
    max-height: 350px;
    overflow-y: auto; 
}


.ind_scroll-to-bottom {
display: flex;
flex-direction: column-reverse;
}



.mentioncontainer .container__mirror span {
    position: relative;
}
.mentioncontainer .container__suggestion {
    align-items: center;
    cursor: pointer;
    display: flex;
    /*height: 2rem;*/
    padding: 0 0.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #333;
    font-size: 12px;
}
.mentioncontainer .container__suggestion:hover, .mentioncontainer .container__suggestion:active {
  color: #fe5000;
}
.ind_suggestion-name {
    font-weight: 700;
}
.mentioncontainer .container__suggestion:not(:first-child) {
    border-top: 1px solid rgb(203 213 225);
}
.mentioncontainer .container__suggestion--focused {
    background: rgb(226 232 240);
}
.mentioncontainer .container__mention {
    color: #fe5000 !important;
    font-weight: bold;
}

.ind_message_template_self, .ind_attachment-template, .ind_message_template, .ind_filelist-item-template {
    display:none;
}  

.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}
@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes altrclr {
0%{
    color:#d0d0d0;
}
50%{
    color:#fff;
}
}

.ind_preloader_text {
color:#ddd;
-webkit-animation: altrclr 3s infinite alternate;  
}   

.ind_edit-container {
    width: auto;
    display: block;
    margin-left: -10px;
    float: left;
}

.ind_delete-message-btn, .ind_edit-message-btn {
    border: 0;
    background-color: transparent;
    width: 16px;
    color:#888;
    float: right;
}

.ind_delete-message-btn:hover, .ind_edit-message-btn:hover {
    color: #fe5000;
}

.ind_chat-status-container {
    background-color: #fe5000;
    color: #fff;
    display: flex;
    
}
.ind_chat-status-editing {
    padding: 4px 4px 5px 4px;
    width: 100%;
}
.ind_chat-status-editing-cancel-btn {
    color: red;
    border-radius: 50%;
    float: left;
    width: 28px;
    margin-right: 4px;
    border: 2px solid #e74404;
}
.ind_chat-status-editing-cancel-btn:hover {
    color:#fff  ;
    background-color: rgb(5 55 58);
    border-color: #fff;
}
.ind_edit-message-icon {
    top: 3px;
    right: 1px;
}
.ind_chat-status-container p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 24px;
    display: inline;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
.ind_filelist-attachment-date {
    display: block;
    font-size: 12px;
    color: #888;
    margin-left: 23px;  
    line-height: 9px;
}
.ind_filelist-item {
    border-bottom: 1px dotted #b9b8b8;
    padding: 3px 0 6px 0;
}


.ind_filelist-attachment-status {
    display: block;
    font-size: 12px;
    margin-left: 23px;  
}

.ind_message-attachment-status {
    display: block;
    font-size: 12px;
    margin-left: 3px;  
}

.attachment-status-good {
    color: green;
}

.attachment-status-bad {
    color: red;
}

.ind_filelist-attachment-link.disabled {cursor: not-allowed;}
.ind_message-attachment-link.disabled {cursor: not-allowed;}