<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chat_msg {
    white-space: normal!important;
}
.pre-wrap {
    white-space: pre-wrap!important;
}
.dropzone .dz-preview.dz-image-preview {
    background: transparent!important;
}
.dropzone-wrapper {
    display: none;
    border: 1px dashed #ffffff;
    border-radius: 5px;
    background: var(--bs-body-bg);
    padding: 15px;
    margin-bottom: 0px;
    transition: all 0.3s ease;
}

.dropzone-wrapper.active {
    background: #b4007e;
}

.dropzone-wrapper.show {
    display: block;
}

.dropzone {
    min-height: 100px;
    padding: 0px;
    background: transparent!important;
    border: none;
}

.dropzone .dz-message {
    margin: 1em 0;
    font-size: 1rem;
}

.dropzone .dz-preview {
    margin: 10px 5px 5px 5px;
    min-height: 60px;
}

.dropzone .dz-preview .dz-image {
    width: 60px;
    height: 60px;
}

.dropzone .dz-preview .dz-remove {
    z-index: 10;
}

.hidden-file-input {
    display: none;
}

.upload-progress {
    height: 5px;
    width: 100%;
    background-color: #e9ecef;
    margin-top: 5px;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}

.upload-progress-bar {
    height: 100%;
    background-color: #0087F7;
    width: 0%;
    transition: width 0.3s ease;
}

.send-message-wrapper {
    position: relative;
}

.textarea-container {
    position: relative;
    width: 100%;
}

.form-control-flush2 {
    resize: none;
    overflow-y: hidden;
    min-height: 40px;
}

.userinput-icons, .userinput-send {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 991.98px) {
    .container-sm {
        max-width: none;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 767.98px) {
    .card-body-blank {
        padding-top: 0px!important;
    }
}

#rt {
    float: left;
    /*padding-left: 10px;*/
    min-width:150px;

}

.app-content {
    padding-bottom: 5px!important;
}

.ai-model-select {
    font-size: 1.1rem!important;
}

.card-body {
    flex: 1;
    min-height: 0;
}

.card-body-blank {
    padding-bottom: 0px!important;
}

.chat_maximized {
    background-color: var(--bs-app-bg-color)!important;
}

button.attachFile {
    padding-left: 0px!important;
}

.send-message-wrapper {
    padding:  5px 10px 0px 15px;
    background-color: var(--bs-body-bg);
    -webkit-border-radius: .475rem;
    -moz-border-radius: .475rem;
    border-radius: .475rem;
    max-width: 768px;
    width: 768px;
}
.send-message-wrapper textarea {
    border: 0px;
    min-height: 24px;
    resize: none;
    overflow-y: auto;
}

#kt_chat_messenger_footer {
    padding-bottom: 0.5rem;
}

.card-blank {
    background-color: transparent;
    border: 0px!important;
}

.card-header-blank {
    background-color: transparent;
    border: 0px!important;
    padding: 0px!important;
    min-height: 50px;
}

.card-footer-blank {
    background-color: transparent;
    border: 0px!important;
    padding: 0 0.5rem!important;
}

html, body {
    height: 100%;
}

#kt_app_content {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border: 0px solid var(--bs-app-bg-color);
    cursor: pointer!important;
}

#kt_app_content.active {
    border: 3px dashed #cccccc;
}

#kt_chat_messenger {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#kt_chat_messenger_body {
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
}

#messages {
    /*position: absolute;*/
    /*top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;*/
    /*padding-right: 1.25rem;*/
    padding-left: 1.20rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /*max-width: 768px;*/
}

#messages-container {
    width: 100%;
}

@media (max-width: 992px) {
    #messages {
        padding-right: 0.5rem;
        padding-left: 0px;
    }

    .card .card-body {
        padding: 2rem 1rem!important;
    }
}

div {
    scrollbar-width: auto!important;
    scrollbar-color: #222c39 transparent!important;
}

#sendBtn i {
    font-size: 2.1rem!important;
}

.textarea-container {
    position: relative;
    margin-bottom: 1rem;
}

.form-control-flush2 {
    padding-right: 4rem;
}

.submit-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    height: 100%;
}

.chat_msg {
    white-space: pre-wrap;
    margin: 1em 0;
    word-wrap: break-word;
    font-size: 1.2rem;    
}

.chat_msg a:link, .existing_response a:link {
    /*color: #ff6e88;*/
}

.chat_msg a:visited, .existing_response a:visited {
    /*color: #ff6e88;*/
}

code:not([class*=language-]) {
    color: #ff6e88!important;
    font-size: 1.2rem!important;
    padding: .1rem .4rem !important;
}

pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 0!important;
}

.card-code .card-footer {
    background-color: #282c34 !important;
    border-top: 0px;
    padding: 0 1.25rem !important;
}

button.share_modal {
    padding-left: 5px!important;
}

.katex {
    font-size: 1.5em !important;
    font: normal 1.5em KaTeX_Main,Times New Roman,serif!important;
}

.dropzone .dz-preview .dz-success-mark svg {
    fill: #28a745 !important;
    stroke: #28a745 !important;
}

.dropzone .dz-preview .dz-error-mark svg {
    fill: #dc3545 !important;
    stroke: #dc3545 !important;
}
#chat-start {
    width: 100%!important;
    margin: 0px!important;
    overflow-x: hidden;
}

#chat-start .tab-pane .card {
    transition: transform 0.2s ease-in-out;
  }
#chat-start .tab-pane .card:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
#chat-start .card-icon {
    font-size: 2rem;
    color: #0d6efd;
  }
#chat-start .card-body {
    padding: 1.5rem 1rem!important;    
}

#chat-start .card-body p {
    margin-bottom: 0px!important;
}
.chat-response {
    /*max-width:80%!important;*/
    min-width: 250px;
}
.chat-response p, .chat-question p {
    font-weight: 300!important;
}
.in-chat-link {
    color: var(--bs-app-sidebar-dark-toggle-btn-bg-color);
    text-decoration: underline;
    text-decoration-style: dotted;
}
[data-bs-theme=dark] {
    .in-chat-link {
        color: #cfcfcf;
    }
}
.img-wrapper {
    position: relative;
}
.img-wrapper-size {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(160, 160, 160, 0.1);
    color: #fff;
    padding: 5px 7px 5px 7px;  
    font-size: 10px;
}
.dropup {
    margin-left: 5px;
}
.dropdown-menu {
    z-index: 10000;
}
.dz-details {
    display: none;
}
.dropdown-toggle {
    padding: 5px 7px 5px 7px!important;
    font-size: 12px!important;
    font-weight: normal!important;
}</pre></body></html>