

 .chat-bubble {
   
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    
}
 .js-ai-chat-fullwidth .chat-bubble {
    display: none;
}
 .chat-header, .vntheme .chat-footer {
    padding: 10px;
    flex: 1 5%;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
}

 .chat-header {
  
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

 .chat-body {
    padding: 10px;
 
    height: 462px;
    overflow-y: auto;
}
 .ai-chatbot-pane .chat-body {
    height: 80vh;
}
 .ai-chatbot-pane .badge {
    display: none;
}

 .chat-footer {
    flex: 1 10%;
    align-items: center;
    border-top: 1px solid #ccc;
    padding: 10px;
    background: transparent;
}

 .chat-footer input {
    flex: 1;
    padding: 10px;
  
}
 .modal-footer {
    background-color: white;
}


 .chat-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

 .chat-input-container {
    display: flex;
    flex-direction: column;
    /* border: 1px solid #ccc; */
    /* border-radius: 20px; */
    /* padding: 10px; */
    /* background-color: #f9f9f9; */
}

.chat-input {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 16px;
    background-color: transparent;
    margin-bottom: 10px;
}

.chat-input::placeholder {
    color: #aaa;
}

.chat-icons {
    display: flex;
    justify-content: flex-end;
}

.chat-icon {
    margin-left: 10px;
    cursor: pointer;
}

.chat-icon img {
    width: 20px;
    height: 20px;
}

@media (min-width: 1000px) {
     .modal-dialog.ai-modal {
    width: 95%;
  }
   .ai-modal .modal-body {
/*    max-height: 1000px;*/
    overflow-y: auto;
    height: 100%;
  }
   .ai-modal .ck-content {
    height: 450px !important;
  }
 /* .vntheme .ai-iframe-mindmap.ai-modal .modal-body {
    height: 180vh;
  }*/
}
 .ai-iframe-mindmap .iframe-mindmap.hidden {
    display: block;
  }
.js-ai-chat-fullwidth .col-md-9 {
    width: 100%;
}
.js-pdf-view .col-md-9 {
    width: 33.33333333%;
}
.js-pdf-view iframe {
    width: 100%;
    height: 600px;

}
.js-pdf-view .hidden.pdf-js {
    display: block!important;
} 
/*.js-mindmap-view .mindmap-iframe-js {
    display: none;
}*/
.js-have-mindmap .hidden-A-icon {
    display: block;
}
.js-have-mindmap.hidden-first-A .hidden-A-icon {
    display: none;
} 
.js-have-mindmap .hidden-B {
    display: none;
}
.js-have-mindmap .hidden-A {
    display: none;
}
.js-have-mindmap.show-A .hidden-A {
    display: block;
}
.js-have-mindmap.show-A .hidden-A-icon {
    display: none;
}
.js-have-mindmap.show-B .hidden-B {
    display: block;
}
.js-have-mindmap.show-B .hidden-B-icon {
    display: none;
}
.js-have-mindmap .hidden-B-icon {
    display: inline-block;
}
.hidden-A{
    display: none;
}
.hidden-B {
    display: none;
}
.hidden-B-icon {
    display: none;
}

.js-mindmap-view.js-have-mindmap  .mindmap-icon-js {
    display: none;
}
.js-mindmap-view.js-have-mindmap  .mindmap-iframe-js {
    display: block;
}    
/*.js-ai-chat-fullwidth.js-pdf-view .col-md-4 {
    width: 40%;
    display: block;
}*/
.chat-session-body {
    /*border: 1px dashed #000;*/
    padding: 15px;
    border-radius: 5px;
    margin-top:5px;
    position: relative;
    background-color: #d1d1d1;
}
.chat-session-body.owner {
    border: none;
    color: purple;
    margin-bottom: 12px;
   
}
.chat-session-body .pdf-reference {
    position: absolute;
    top: -22px;
    right: 0px;
}
pre[data-mindmap="mindmap"] {
    display: none;
}
.file-sticker {
    padding: 5px;
    background-color: black;
    border-radius: 999px;
    color: white;
}