* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
}

html {
    background: #fff;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#root {
    height: 100%;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif !important;
}

.active {
    background-color: #faebff; /* Active background color */
    /* border-right: 5px solid #2e013c !important; */
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 4px;
    margin-right: 5px;
    color: #2e013c !important;
    padding: 10px 10px 10px 16px;
}

.thumb {
    border-color: #2e013c !important;
    background: #2e013c !important;
}

.inactiveSection {
    background: #ebecff !important;
}

.activeSection {
    background: #2e013c !important;
}

.fixDeveloperSettingBtn {
    background: #ffffff;
    z-index: 9999 !important;
    position: fixed !important;
    right: 20px !important;
    top: 10px !important;
    padding: 15px;
}

.code-snippet-container {
    position: relative;
}

pre {
    margin: 0;
    background-color: rgb(38, 50, 56);
    border: 1px solid #ddd;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: -0.6em;
    overflow: auto;
    padding: 0.5em 1.5em 0.5em 1.5em;
    display: flex;
    justify-content: space-between;
    word-wrap: break-word;
    color: rgb(249, 249, 249) !important;
    border-radius: 6px;
    max-width: 100%;
    overflow-x: scroll !important;
}

pre code {
    background: rgb(38, 50, 56);
}

.copyButton {
    position: sticky;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 50px;
    /* display: none; */
    background: transparent;
    color: #2e013c;
}

.codeHeader {
    display: flex;
    justify-content: space-between;
}

.copyButton:hover {
    background: #f2f2f2;
    cursor: pointer;
}

/* pre:hover::before {
    content: "copy";
    position: absolute;
    top: 20px;
    right: 10px;
} */

.copyBtn {
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

.answerText {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    white-space: pre-line;
}

.answerText table {
    border-collapse: collapse;
}

.answerText td,
.answerText th {
    border: 1px solid;
    padding: 5px;
}

.external-link {
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    /* border-radius: 4px; */
    padding: 0px 8px;
    /* background: #dde3fa; linear-gradient(to right, #e8ebfa, #d1dbfa); */
    color: #2e013c;
    text-decoration: none;
    cursor: pointer;
}

/* # Gecko-based browsers */
.chatMessageStream {
    scrollbar-width: none;
}

/* # Microsoft web browsers */
.chatMessageStream {
    -ms-overflow-style: none;
}

/* # Hiding the scrollbar on Chrome, Edge, and other WebKit-based browsers */
.chatMessageStream::-webkit-scrollbar {
    display: none;
}

/* # layout footer */
.footer {
    position: fixed;
    bottom: 0px;
    width: calc(100vw);
    /* margin: 0px 5%; */
    padding: 0px 5%;
    background: #ffffff;
    line-height: 125%;
    height: 25px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4e4d4d;
    z-index: 999999;
}

.linkBtn {
    color: #2e013c;
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

a {
    color: #2e013c;
    display: inline-block;
    overflow-wrap: break-word;
    word-break: break-all;
}

.cell-333 {
    white-space: break-spaces !important;
}

.ms-DetailsHeader-cellName {
    overflow: auto !important;
    text-overflow: clip !important;
}

.ms-DetailsRow-cell {
    white-space: break-spaces !important;
}

.itemDescription-272 {
    color: rgb(96, 94, 92);
    font-size: 18px;
    line-height: 40px;
}

.ms-TextField-fieldGroup .ms-TextField-prefix {
    background: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    line-height: 1px;
    white-space: nowrap;
    flex-shrink: 0;
    border-radius: 27px;
    /* background: #2e013c; */
    height: 25px;
    font-weight: 600;
    margin: auto;
}

.mdImageWrapper {
    display: flex;
    flex-direction: column;
}
.mdImageDownload {
    font-size: 20px;
    border: 1px solid;
    width: 24px;
    display: flex;
    justify-content: center;
    color: white;
    background: #2e013c;

    align-self: flex-end;
    margin-bottom: -27px;
    z-index: 2;
}

.ms-Modal-scrollableContent {
    max-height: 100%;
}

/* Buttons (default) */
.ms-Button--default {
    border-radius: 8px !important;
    background: var(--White, #fff) !important;
    color: #2e013c !important;
}

.ms-Button--primary {
    border-radius: 8px !important;
    color: #2e013c !important;
    border: 1px solid #aaa !important;
    background: #f5bc27 !important;
    font-size: 16px;
    padding: 8px 24px;
}

/* =========================================
   Base Text Inputs (TextField, TextArea, DatePicker, SpinButton input)
   ========================================= */
input,
.ms-TextField-fieldGroup,
.ms-DatePicker .ms-TextField-fieldGroup,
.ms-SpinButton .ms-TextField-fieldGroup {
    border-radius: 8px !important;
    background: #fff !important;
    color: #2e013c !important;
}

.ms-DatePicker .ms-TextField-fieldGroup {
    height: 35px !important;
}

.ms-TextField-fieldGroup::after,
.ms-DatePicker .ms-TextField-fieldGroup::after,
.ms-SpinButton .ms-TextField-fieldGroup::after {
    border-radius: 8px !important; /* keep radius on focus */
}

/* Multiline text area wrapper */
.ms-TextField--multiline .ms-TextField-fieldGroup {
    border-radius: 8px !important;
}

/* =========================================
      Inner Field Overrides (input, textarea, etc.)
      ========================================= */
.ms-TextField-field,
.ms-ComboBox-input,
.ms-SearchBox-field,
.ms-SpinButton-input,
.ms-BasePicker-input {
    background: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    color: #2e013c !important;
    outline: none !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.ms-TextField-field:disabled,
.ms-ComboBox-input:disabled,
.ms-SearchBox-field:disabled,
.ms-SpinButton-input:disabled,
.ms-BasePicker-input:disabled {
    background: #f1f1f1 !important;
    color: #a6a6a6 !important;
    cursor: not-allowed !important;
}

/* =========================================
      Dropdown & ComboBox
      ========================================= */
.ms-Dropdown-title,
.ms-ComboBox {
    border-radius: 8px !important;
    background: #fff !important;
    color: #2e013c !important;
}

.ms-Dropdown::after,
.ms-ComboBox::after {
    border-radius: 8px !important;
}

/* =========================================
      SearchBox
      ========================================= */
.ms-SearchBox {
    border-radius: 8px !important;
    background: #fff !important;
    color: #2e013c !important;
}

.ms-SearchBox::after {
    border-radius: 8px !important;
}

/* =========================================
      Picker Components (PeoplePicker, TagPicker, etc.)
      ========================================= */
.ms-BasePicker-text {
    border-radius: 8px !important;
    background: #fff !important;
    color: #2e013c !important;
}

.ms-BasePicker-text::after {
    border-radius: 8px !important;
}

/* =========================================
      SpinButton
      ========================================= */
.ms-SpinButton {
    border-radius: 8px !important;
    overflow: hidden; /* ensures rounded edges */
}

/* kill the Fluent focus ring layer on SpinButton */
:global(.ms-SpinButton) :global(.ms-TextField-fieldGroup)::after,
:global(.ms-SpinButton) :global([class*="spinButtonWrapper-"])::after {
    border: none !important;
    box-shadow: none !important;
}

/* optional: also nuke hover/focus-within variants just in case */
:global(.ms-SpinButton) :global(.ms-TextField-fieldGroup:hover)::after,
:global(.ms-SpinButton) :global(.ms-TextField-fieldGroup:focus-within)::after,
:global(.ms-SpinButton.is-focused) :global(.ms-TextField-fieldGroup)::after {
    border: none !important;
    box-shadow: none !important;
}

/* =========================================
      Buttons (default variant)
      ========================================= */
.ms-Button--default {
    border-radius: 8px !important;
    background: #fff !important;
    color: #2e013c !important;
}

.ms-Button--default.is-disabled {
    background: #f1f1f1 !important;
    color: #a6a6a6 !important;
}

/* =========================================
      Callouts / Context Menus (Dropdown, DatePicker, etc.)
      ========================================= */
.ms-Callout {
    border-radius: 8px !important;
    overflow: hidden; /* force child menus to respect rounding */
    background: #fff !important;
}

/* =========================================
      Disabled Wrappers (TextField, Dropdown, ComboBox, SearchBox, Pickers, SpinButton, DatePicker)
      ========================================= */
.is-disabled .ms-TextField-fieldGroup,
.is-disabled .ms-TextField,
.is-disabled .ms-Dropdown,
.is-disabled .ms-Dropdown-title,
.is-disabled .ms-ComboBox,
.is-disabled .ms-ComboBox-input,
.is-disabled .ms-SearchBox,
.is-disabled .ms-BasePicker-text,
.is-disabled .ms-SpinButton,
.is-disabled .ms-SpinButton-input,
.is-disabled .ms-DatePicker .ms-TextField-fieldGroup,
.is-disabled
/* .is-disabled > .ms-Button-flexContainer  */ {
    border-radius: 8px !important;
    background: #f1f1f1 !important;
    color: #a6a6a6 !important;
    cursor: not-allowed !important;
}

/* Remove radius from wrapper so children can define their own */
.ms-SpinButton .ms-TextField-fieldGroup {
    border-radius: 0 !important;
    overflow: visible !important; /* don't clip child radii */
}

/* Input (left side) */
.ms-SpinButton-input {
    border-radius: 8px 0px 0px 8px !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-right: none !important; /* avoid double border with buttons */
}

/* Up button (top-right) */
.ms-SpinButton .ms-UpButton {
    border-radius: 0px 8px 0px 0px !important;
    border: 1px solid #ccc !important;
    border-left: none !important;
    border-bottom: none !important;
}

/* Down button (bottom-right) */
.ms-SpinButton .ms-DownButton {
    border-radius: 0px 0px 8px 0px !important;
    border: 1px solid #ccc !important;
    border-left: none !important;
    border-top: none !important;
}

/* .ms-Button .ms-Button--action  */
.ms-Button--command,
.ms-Button--commandBar {
    border-radius: 8px !important;
    background: #faebff !important;
    color: #2e013c !important;
    font-size: 12px !important;
    margin-right: 4px !important;
    /* padding: 4px 8px !important; */
}

.ms-Icon,
.ms-Button-flexContainer .ms-Button-icon {
    font-size: 12px; /* 👈 shrink only the icon glyph */
    color: #2e013c;
}

.ms-Label,
.ms-spinButton-input,
.input {
    color: #2e013c !important;
    font-weight: 400 !important;
}

.ms-Dropdown-item {
    background: #fff !important;
    height: 50px;
}

.ms-Dropdown-item:hover,
.ms-Dropdown-item:focus,
.ms-Dropdown-item:hover,
.ms-Dropdown-item:focus,
[aria-selected="true"] {
    background: #faebff !important;
}

.ms-CommandBar {
    height: 35px !important;
}

.ms-Pivot-link {
    background: #fff !important;
}

.ms-Modal-scrollableContent,
.ms-Dialog-main {
    border-radius: 16px !important;
    background: linear-gradient(180deg, rgba(243, 243, 243, 0.8) 80%, #fdf2d4 100%) !important;
    backdrop-filter: blur(14px) !important;
}

div > .ms-Check.is-checked > i {
    background: #faebff !important;
    border-radius: 50%;
}

span.ms-Button-flexContainer [data-icon-name="Edit"],
span.ms-Button-flexContainer [data-icon-name="Save"],
span.ms-Button-flexContainer [data-icon-name="RemoveFilter"] {
    border-radius: 50% !important;
    border: 1px solid #2e013c !important;
    height: 20px;
    width: 20px;
    padding: 2px;
}

.ms-DetailsRow-fields:hover,
.ms-DetailsHeader-cell:hover,
.ms-DetailsRow:hover {
    background: #faebff !important;
}

.ms-DetailsHeader-cell {
    color: rgb(140, 140, 140) !important;
}

button:hover {
    border-radius: 8px !important;
}

.item:hover {
    padding: 0;
    background-color: transparent !important;
    color: #2e013c !important;
}
._loader_n8dri_1 {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #2e013c;
    width: 60px;
    height: 60px;
    -webkit-animation: __spin_mwqcj_1_n8dri_1 2s linear infinite;
    animation: _spin_n8dri_1 2s linear infinite;
    position: absolute;
    left: 154px;
    margin-top: 15px;
}

._applogo_n8dri_27 {
    top: 0px;
    position: absolute;
    left: 0px;
}

/* Safari */
@-webkit-keyframes _spin_n8dri_1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes _spin_n8dri_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

._bgImage_n8dri_77 {
    background-color: transparent;
    height: 100%;
    width: 100vw;
    /* Center and scale the image nicely */
    background-image: url("/assets/what-we-are-bg-f4789f72.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Position text in the middle of the page/image */
._bgText_n8dri_101 {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 350px;
    padding: 20px;
    text-align: center;
}

._img_n8dri_127 {
    border: 3px solid #f1f1f1;
    padding: 20px;
}

._header_n8dri_137 {
    background-color: #ffffff;
    color: #000;
    padding: 0px 0px;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 65px;
}

._headerContainer_n8dri_159 {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 6px;
}

._headerTitleContainer_n8dri_173 {
    display: flex;
    align-items: center;
    color: #f2f2f2;
    text-decoration: none;
    width: 210px;
    justify-content: center;
    margin-right: 1em;
}

._projectName_n8dri_193 {
    color: var(--Neutral-Pure-White, #fff);
    text-align: center;
    font-size: 2em;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    align-self: center;
    width: 100%;
}
._wrapper_y0loo_1 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: fit-content;
}

._label_y0loo_15 {
    font-weight: 500;
    color: #2e013c;
}

._required_y0loo_25 {
    color: red;
    margin-left: 2px;
}

._spinContainer_y0loo_35 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 2px 6px;
    background: #fff;
    min-width: 100px;
    width: 200px;
    position: relative;
}

/* Override Fluent UI pseudo-border */
._ms-SpinButton_y0loo_63 ._ms-TextField-fieldGroup_y0loo_63::after,
._ms-SpinButton_y0loo_63 ._ms-TextField-fieldGroup_y0loo_63:after {
    border: none !important;
    border-radius: 0 !important; /* remove radius from that layer too */
}

/* Buttons */
._spinButton_y0loo_77 {
    border-radius: 50% !important;
    background: transparent !important;
    color: #666 !important;
    height: 24px !important;
    width: 24px !important;
    font-size: 12px;
}

._spinButton_y0loo_77:hover {
    background: #f5f5f5 !important;
}

/* Input styles */
._ms-SpinButton_y0loo_63 input._ms-SpinButton-input_y0loo_105 {
    text-align: center;
    border: none !important;
    outline: none !important;
    font-weight: 500;
    color: #2e013c !important;
    background: transparent !important;
}

/* Disabled state */
._spinContainer_y0loo_35:has(input:disabled) {
    background: #fefefe !important;
    border-color: #ddd !important;
}

._spinContainer_y0loo_35 input:disabled {
    color: #a6a6a6 !important;
    cursor: not-allowed !important;
}
/* ragasLayout css start */
._ragasLayout_nrcuc_3 {
    width: calc(100vw - 50px);
    margin: 0px auto;
    background-color: #ffffff;
    padding: 25px 40px;
}
/* ragasLayout css end */

._ragasForm_nrcuc_19 {
    display: flex;
    gap: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: space-between;
}

._message_nrcuc_35 {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
}

/* fileupload css start */
._evaluationBtn_nrcuc_51 {
    margin-top: 28px;
    width: 150px;
    background-color: #2e013c;
    padding: 5px 0px;
}
/* fileupload css start */

/* fileupload css start */
._fileUploadWrapper_nrcuc_69 {
    padding: 5px 0 8px 0;
    left: 20px;
    align-items: center;
    display: inline-flex;
}

._downloadLink_nrcuc_83 {
    color: #2e013c;
    text-decoration: none;
    margin-left: -6px;
    font-weight: 600;
}

._uploadButton_nrcuc_97 {
    cursor: pointer;
    background-color: #fff;
    color: #2e013c;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #2e013c;
    border-radius: 8px;
}

._buttonWrapper_nrcuc_119 {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #2e013c;
    width: 160px;
    color: #fff;
    margin-bottom: 10px;
    bottom: 116px;
}

._uploadButton_nrcuc_97[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    color: #2e013c;
}

._uploadButton_nrcuc_97[disabled]:hover {
    background-color: #444;
    color: #2e013c;
}

._customFileUpload_nrcuc_169 {
    padding: 4px;
    background-color: rgb(250, 235, 255);
    border-radius: 8px;
    margin-right: 20px;
    /* background-color: #2e013c; */
    font-size: 15px;
    text-align: center;
    align-items: center;
    display: inline-flex;
    color: #2e013c;
    cursor: pointer;
}

._badge_nrcuc_197 {
    background-color: #fff;
    color: #2e013c;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #2e013c;
    border-radius: 8px;
    margin-right: 20px;
    font-size: 15px;
    cursor: no-drop;
}

._fileTypeText_nrcuc_223 {
    font-size: 11px;
    margin-top: -5px;
    margin-bottom: -5px;
    text-align: center;
    max-width: 165px;
    word-break: break-word;
}
._fileTypeText_nrcuc_223 a {
    text-decoration: none;
}

._uploadError_nrcuc_247 {
    color: #f00;
}
._uploadErrorMessage_nrcuc_253 {
    color: #f00;
    font-size: 12px;
    margin-top: -16px;
}
._uploadSuccessMessage_nrcuc_263 {
    color: #00ff00;
    font-size: 12px;
    margin-top: -16px;
}
._loader_nrcuc_273 {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: _spin_nrcuc_1 2s linear infinite; /* Safari */
    animation: _spin_nrcuc_1 2s linear infinite;
    position: absolute;
    left: 70px;
}

/* Safari */
@-webkit-keyframes _spin_nrcuc_1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes _spin_nrcuc_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* fileupload css end */

/* summaryContainer css starts */
._summaryHeader_nrcuc_341 {
    display: flex;
    justify-content: space-between;
    margin: 0 15px 5px 15px;
}

._summaryHeading_nrcuc_353 {
    color: var(--Bright-Blue-Base, #2e013c);
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-align: center;
}

._summaryContainer_nrcuc_373 {
    margin: 15px;
    padding: 20px;
    background: rgb(249, 249, 249);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12);
    outline: transparent solid 1px;
}

._grid_nrcuc_389 {
    display: flex;
    flex-direction: column;
}

._Grid-row_nrcuc_399 {
    display: flex;
}

._grid-col_nrcuc_407 {
    padding: 5px; /* Adds padding inside each grid column */
}

._table_nrcuc_415 {
    display: flex;
    margin: 0px 10px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

._th_nrcuc_431,
._td_nrcuc_433 {
    border: 0.5px solid gray;
    padding: 8px 15px;
    text-align: center;
    height: 2.5rem;
}

._th_nrcuc_431 {
    color: #ffffff;
    margin-top: 10px;
    background-color: var(--Bright-Blue-Base, #2e013c);
}

/* summaryContainer css ends */

._timestamp_nrcuc_463 {
    font-size: 14px;
}
._sectionHeading_cos00_1 {
    /* position: absolute;
    top: 88px; */
    /* left: 309px; */
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 120%;
    margin-bottom: 1rem;
}

._sectionDescription_cos00_21 {
    /* position: absolute;
    top: 153px; */
    /* left: 309px; */
    letter-spacing: -0.02em;
    line-height: 150%;
    display: inline-block;
    width: 520px;
    opacity: 0.7;
    margin-bottom: 2rem;
}

/* Card styles */
._card_cos00_47 {
    background: linear-gradient(to left top, rgb(255, 255, 255), rgb(248, 249, 250));
    color: #2e013c;
    text-align: center;
    border: 1px solid #d5ccd8;
    box-shadow: rgba(237, 194, 251, 0.5) 0px 6px 20px;
    transition: 0.3s;
    text-decoration: none;
    color: inherit;
    width: 224px;
    border-radius: 16px;
    max-height: 265px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 52px 24px;
    cursor: pointer;
}

._card_cos00_47:hover {
    transform: scale(1.03);
    box-shadow: rgba(237, 194, 251) 0px 8px 30px;
}

._cardContent_cos00_99 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

._cardTitleWrapper_cos00_111 {
    display: flex;
    flex-direction: column;
}

._cardTitle_cos00_111 {
    position: relative;
}

._cardDescriptionWrapper_cos00_129 {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

._cardDescription_cos00_129 {
    line-height: 150%;
    opacity: 0.6;
}

._cardAction_cos00_151 {
    width: 95px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #ece8ed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    gap: 8px;
    font-size: 12px;
    color: #505050;
}

._cardActionText_cos00_179 {
    letter-spacing: -0.02em;
}

._cardActionIcon_cos00_187 {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

/* Card list */
._cardList_cos00_201 {
    /* position: absolute;
    top: calc(50% - 251px); */
    /* left: 309px; */
    width: 982px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Sidebar styles */
._sidebar_cos00_223 {
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 2px solid #ece8ed;
    width: 259px;
    height: 1024px;
    overflow: hidden;
    color: #ab99b1;
}

._sidebarLogo_cos00_245 {
    position: absolute;
    top: 24px;
    left: 0;
    width: 259px;
    height: 46px;
}

._sidebarMenu_cos00_261 {
    position: absolute;
    top: 112px;
    left: 0;
    width: 266px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 16px;
}

._sidebarItem_cos00_283 {
    display: flex;
    align-items: flex-start;
    opacity: 0.6;
}

._sidebarItemActive_cos00_295 {
    background-color: #faebff;
    border-right: 3px solid #2e013c;
    color: #2e013c;
}

._sidebarButton_cos00_307 {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    padding: 10px 20px;
}

._sidebarIconLabel_cos00_321 {
    display: flex;
    align-items: center;
    gap: 8px;
}

._sidebarIcon_cos00_321 {
    width: 17px;
}

._sidebarLabel_cos00_341 {
    font-weight: 600;
}

._aiConfigs_cos00_349 {
    width: 100%;
    position: relative;
    background-color: #fff;
    height: 100vh;
    text-align: left;
    font-size: 16px;
    color: #2e013c;
}

._breadcrumb_cos00_369 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
}

._breadcrumbClickable_cos00_385 {
    color: rgba(46, 1, 60, 0.6);
    cursor: pointer;
    transition: color 0.2s;
}

._breadcrumbClickable_cos00_385:hover {
    color: #2e013c;
}

._breadcrumbSeparator_cos00_405 {
    color: #2e013c;
}

._breadcrumbCurrent_cos00_413 {
    color: #2e013c;
    font-weight: 700;
}

._breadcrumbSeparatorIcon_cos00_423 {
    width: 30px;
    object-fit: contain;
    margin: 0 8px;
    font-weight: bolder;
}
._container_12u6f_1 {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

._header_12u6f_13 {
  margin-bottom: 20px;
}

._methodBadge_12u6f_21 {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600; /* semibold */
  text-align: center;
  min-width: 50px;
}

._statusBadge_12u6f_39 {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600; /* semibold */
  text-align: center;
  min-width: 70px;
}

._codeBlock_12u6f_57 {
  padding: 12px;
  border-radius: 4px;
  font-family: Monaco, Menlo, "Ubuntu Mono", monospace;
  font-size: 12px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

._modalContent_12u6f_77 {
  padding: 20px;
  min-width: 800px;
  max-width: 900px;
  max-height: 80vh;
  overflow-y: auto;
}

._endpointUrl_12u6f_93 {
  font-family: Monaco, Menlo, "Ubuntu Mono", monospace;
  font-size: 13px;
}

._section_12u6f_103 {
  margin-bottom: 24px;
}

._sectionTitle_12u6f_111 {
  font-size: 16px;
  font-weight: 600; /* semibold */
  margin-bottom: 12px;
}

._authBadge_12u6f_123 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}/* Filters Bar Styles */
._filtersContainer_1tfky_3 {
  background-color: #ffffff;
  padding: 16px 24px;
  border-bottom: 1px solid #e1e1e1;
}

._filtersTitle_1tfky_15 {
  font-weight: 600;
  margin-bottom: 16px;
  color: #2e013c;
}

._filtersGrid_1tfky_27 {
  display: 'flex';
  align-items: 'center';
  height: '32px';
}

._filterButtons_1tfky_39 {
  display: 'flex';
  align-items: 'center';
  height: '32px';
}

/* Filter Summary Styles */
._summaryContainer_1tfky_53 {
  padding: 8px 24px;
  background-color: #f3f2f1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 16px;
}

._summaryTitle_1tfky_67 {
  font-weight: 600;
  margin-bottom: 8px;
  color: #2e013c;
}

._filterTag_1tfky_79 {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 16px;
  padding: 4px 12px;
  margin: 0 8px 0 0;
  font-size: 12px;
  color: #2e013c;
}

._activeFiltersLabel_1tfky_99 {
  color: #605e5c;
  font-weight: 600;
}

._removeButton_1tfky_109 {
  margin-left: 6px;
  background: none;
  border: none;
  cursor: pointer;
  color: #0288d1;
  font-weight: bold;
}

._clearAllButton_1tfky_127 {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

._clearAllIcon_1tfky_139 {
  font-size: 12px;
  color: #605e5c;
}/* KPI Card Styles */
._kpiCard_1oxc1_3 {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

._kpiValue_1oxc1_29 {
    font-size: 20px;
    font-weight: 700;
    color: #2e013c;
    /* margin-bottom: 8px; */
    line-height: 1.2;
}

._kpiLabel_1oxc1_45 {
    font-size: 14px;
    font-weight: 500;
    color: #2e013c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

._kpiSubvalue_1oxc1_61 {
    font-size: 12px;
    font-weight: 600;
    color: #2e013c;
    margin-top: 4px;
}

/* Loading and Error States */
._kpiLoading_1oxc1_77 {
    background-color: #f3f2f1;
    color: #2e013c;
}

._kpiError_1oxc1_87 {
    background-color: #fef7f1;
    border: 1px solid #fde7e8;
    color: #d83b01;
}

/* Specific KPI Variants */
._primaryKpi_1oxc1_101 {
    border-left: 4px solid #2e013c;
}

._secondaryKpi_1oxc1_109 {
    border-left: 4px solid #6c5ce7;
}

._successKpi_1oxc1_117 {
    border-left: 4px solid #00b894;
}

._warningKpi_1oxc1_125 {
    border-left: 4px solid #fdcb6e;
}
/* Chart Container Styles */
._chartGrid_lmg5j_3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
}

._loadingGrid_lmg5j_15 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
}

._loadingPlaceholder_lmg5j_27 {
  height: 350px;
  background-color: #f3f2f1;
  border-radius: 8px;
  animation: _pulse_lmg5j_1 1.5s infinite;
}

@keyframes _pulse_lmg5j_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}._chartWrapper_1t5es_1 {
  position: relative;
  width: 100%;
  height: 100%;
}

._expandButton_1t5es_13 {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

._chartWrapper_1t5es_1:hover ._expandButton_1t5es_13 {
  opacity: 1;
}

._expandButton_1t5es_13:hover {
  background-color: #f3f2f1;
}

._expandButton_1t5es_13 i {
  color: #323130;
  font-size: 16px;
}
._modalContainer_14tbr_1 {
  display: flex;
  flex-direction: column;
  width: 90vw;
  height: 85vh;
  max-width: 1400px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

._modalHeader_14tbr_25 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f3f2f1;
}

._modalTitle_14tbr_43 {
  font-size: 20px;
  font-weight: 600;
  color: #323130;
}

._closeButton_14tbr_55 {
  width: 32px;
  height: 32px;
}

._modalBody_14tbr_65 {
  flex: 1;
  padding: 24px;
  overflow: auto;
  background-color: white;
}

/* Make charts responsive in modal */
._modalBody_14tbr_65 > * {
  width: 100% !important;
  height: calc(85vh - 120px) !important;
}
/* Chart Container Styles */
._chartContainer_1hd72_3 {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

._chartTitle_1hd72_19 {
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  color: #2e013c;
}

._chartTitleRow_1hd72_33 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

._staleIndicator_1hd72_47 {
  font-size: 11px;
  color: #605e5c;
  font-weight: 400;
  font-style: italic;
}

._chartContent_1hd72_61 {
  height: 280px;
  width: 100%;
}

._pieChartContent_1hd72_71 {
  height: 260px;
  width: 100%;
}

/* Loading and Error States */
._loadingContainer_1hd72_83 {
  height: 200px;
  background-color: #f3f2f1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._loadingText_1hd72_101 {
  color: #2e013c;
}

._errorContainer_1hd72_109 {
  height: 200px;
  background-color: #fef7f1;
  border-radius: 4px;
  border: 1px solid #fde7e8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

._errorText_1hd72_131 {
  color: #d83b01;
  margin-bottom: 8px;
}

._errorSubtext_1hd72_141 {
  color: #2e013c;
}

._noDataContainer_1hd72_149 {
  height: 200px;
  background-color: #f8f9fa;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

._noDataText_1hd72_169 {
  color: #2e013c;
  margin-bottom: 8px;
}

._noDataSubtext_1hd72_179 {
  color: #2e013c;
}/* Notification.css */
.notification {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid;
    position: absolute;
    right: 30px;
    top: 50px;
    min-width: 300px;
    max-width: 500px;
    display: flex;
    align-items: center; /* Center items vertically */
    z-index: 9999;
    justify-content: space-between;
    border-radius: 8px;
}

.notification.success {
    border-color: green
    background-color:rgb(191, 249, 206);
    color: green;
}

.notification.error {
    border-color: red;
    background-color:rgb(248, 190, 197);
    color: red;
}

.notification.info {
    border-color: orange;
    background-color:rgb(244, 221, 186);
    color: #ae7203;
}
._loginPage_1dqcv_1 {
    background: #fefaff;
    background: url("/assets/what-we-are-bg-f4789f72.svg"); /* Sooth_Sunrise_highres.svg */
}

._loginCard_1dqcv_11 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 20px;
    background: white;
}

._loginForm_1dqcv_31 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #2e013c;
    padding: 20px;
    border-radius: 16px;
    cursor: pointer;
}

._loginForm_1dqcv_31:hover {
    /* box-shadow: 0px 0px 10px 0px #faebff; */
    box-shadow: rgba(237, 194, 251, 0.5) 0px 10px 20px;
}

._loginWrapper_1dqcv_61 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 20px;
    height: 100%;
    width: 100%;
    box-shadow: -2px 1px 5px 0px #030664;
}

._loginButton_1dqcv_83 {
    /* background-color: #f5bc27 !important; */
    background-color: transparent !important;
    width: 300px;
    color: #2e013c;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    font-size: 22px;
    margin-top: -20px;
    /* border: 1px solid #2e013c; */
    border: none;
    letter-spacing: 1px;
    word-spacing: 5px;
    margin-top: 5px;
}

button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
._loginContent_1dqcv_127 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 400px;
    display: none;
}

._loginContent_1dqcv_127 h2 {
    color: white;
    margin-top: -28px;
    margin-left: 15px;
}

._loader_1dqcv_157 {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #2e013c;
    width: 20px;
    height: 20px;
    -webkit-animation: _spin_1dqcv_1 2s linear infinite; /* Safari */
    animation: _spin_1dqcv_1 2s linear infinite;
    position: absolute;
}

._applogo_1dqcv_179 {
    top: 0px;
    position: absolute;
    left: 0px;
}

/* Safari */
@-webkit-keyframes _spin_1dqcv_1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes _spin_1dqcv_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

._bgImage_1dqcv_229 {
    background-color: transparent;
    /* Full height */
    height: 100%;
    width: 100vw;
    /* Center and scale the image nicely */
    /* background-image: url("../../assets/componentsUtils/what-we-are-bg.svg"); */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    /* background: linear-gradient(180deg, #2E013C, #2E013C, #2E013C,  #2E013C, #2E013C, #2E013C, #2E013C, #f5bc27) */
}

._bgImage2_1dqcv_257 {
    background-position: bottom;
}

/* Position text in the middle of the page/image */
._bgText_1dqcv_267 {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 20px;
    text-align: center;
}

._img_1dqcv_291 {
    /* border: 3px solid #f1f1f1; */
    padding: 20px;
}
/* Layout.module */
._layout_5r5ks_3 {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 65px;
}

._header_5r5ks_17 {
    background-color: #fff;
    color: #f2f2f2;
    padding: 0px 0px;
    position: fixed;
    top: 0;
    z-index: 9;
    width: calc(100vw - 235px);
    height: 65px;
    left: 60px;
}

._headerContainer_5r5ks_41 {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 12px;
    margin-top: 6px;
}

._headerTitleContainer_5r5ks_57 {
    display: flex;
    align-items: center;
    color: #f2f2f2;
    text-decoration: none;
    width: 210px;
    justify-content: center;
    margin-right: 1em;
}

._headerTitle_5r5ks_57 {
    margin-left: 12px;
    font-weight: 600;
}

._headerNavList_5r5ks_87 {
    display: flex;
    list-style: none;
    padding-left: 0;
}

._headerNavPageLink_5r5ks_99 {
    color: #f2f2f2;
    text-decoration: none;
    opacity: 0.75;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    transition-duration: 500ms;
    transition-property: opacity;
}

._headerNavPageLink_5r5ks_99:hover {
    opacity: 1;
}

._headerNavPageLinkActive_5r5ks_125 {
    color: #f2f2f2;
    text-decoration: none;
}

._headerNavLeftMargin_5r5ks_135 {
    margin-left: 20px;
}

._headerRightText_5r5ks_143 {
    font-weight: normal;
    margin-left: 40px;
}

._microsoftLogo_5r5ks_153 {
    height: 23px;
    font-weight: 600;
}

._githubLogo_5r5ks_163 {
    height: 20px;
}

._button_5r5ks_171 {
    background: #0000;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    color: #fff;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
}

._ul_5r5ks_189 {
    list-style: none;
    padding: unset;
    margin: unset;
    display: block;
}

._li_5r5ks_203 {
    padding: 14px;
    transition: all linear 0.3s;
    margin: 0px;
}

._li_5r5ks_203:hover {
    background: gray;
    cursor: pointer;
    color: #fff;
}

._dropdownMenu_5r5ks_227 {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    transition: all linear 0.3s;
    position: absolute;
    z-index: 1;
}

._rightContainer_5r5ks_243 {
    margin: 0px auto;
    padding: 20px 15px;
    min-height: 95vh;
}

._newBtn_5r5ks_255 {
    text-decoration: none;
    margin: 0 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    font-size: 12px;
    padding: 8px 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.6px;
    height: 35px;
    white-space: nowrap;
    outline: none;
    color: #000000;
    background-color: #ffffff;
    transition: background-color 160ms ease-out, box-shadow 160ms ease;
}

._newBtn_5r5ks_255:hover {
    cursor: pointer;
    background-color: #2e013c;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(235, 236, 240, 0.4);
}

._newBtn_5r5ks_255:active {
    cursor: pointer;
    background-color: #2e013c;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(235, 236, 240, 0.4);
}
._newBtnActive_5r5ks_325 {
    cursor: pointer;
    background-color: #2e013c;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(235, 236, 240, 0.4);
}

._active_5r5ks_339 {
    cursor: pointer;
    background-color: #2e013c;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(235, 236, 240, 0.4);
}

._fixed_5r5ks_353 {
    position: fixed;
    top: 50;
    left: 0;
    z-index: 9;
    margin-top: 65px;
}

._btnWrapper_5r5ks_369 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 6px;
    z-index: 9;
    border: 1px solid #ced4da;
    margin-right: 10px;
}

._projectName_5r5ks_391 {
    color: var(--Neutral-Pure-White, #fff);
    text-align: center;
    font-size: 2em;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    align-self: center;
    width: 100%;
}

._fixed_5r5ks_353._sidebarCollaped_5r5ks_413 {
    /* left: -210px !important; */
}
._rightContainer_5r5ks_243._sidebarCollaped_5r5ks_413 {
    margin-left: 10px;
}

._emptySpace_5r5ks_427 {
    width: 450px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    ._emptySpace_5r5ks_427 {
        width: 450px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1550px) {
    ._emptySpace_5r5ks_427 {
        width: 400px;
    }
}

._gptBtnWrapper_5r5ks_487 {
    display: flex;
    justify-content: end;
    align-items: center;
    flex: 1 0 0px;
    max-width: calc(100% - 190px);
    margin-right: 10px;
}
._sidebarLayout_5x4ub_1 {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #f2f2f2;
    border-right: 1px solid var(--Grey, #ced4da);
}

._headerTitleContainer_5x4ub_17 {
    color: #f2f2f2;
    text-decoration: none;
    text-align: center;
    margin: 20px 0 10px 0;
    transition: all 0.3s ease;
}

._sidebarCollaped_5x4ub_33 ._headerTitleContainer_5x4ub_17 {
    margin: 20px 0 10px 0;
    width: 60px;
    padding: 0;
}

._historyContainer_5x4ub_45 {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 110px;
    height: calc(100vh - 260px);
    width: 230px;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    transition: width 0.3s ease;
}

._sidebarCollaped_5x4ub_33 ._historyContainer_5x4ub_45 {
    width: 60px;
    overflow-x: hidden;
    overflow-y: visible;
    height: calc(100vh - 240px);
}

._activeLink_5x4ub_85 {
    width: 230px;
    height: 30px;
    padding: 5px;
    margin: 0px;
    background: #2e013c;
    color: #ffffff;
}

._sidebarWrapper_5x4ub_103 {
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    transition: 0.1s;
    border: none;
    border-radius: 8px;
}

._timeStamp_5x4ub_127 {
    width: 180px;
    height: 27px;
    padding: 5px 0px;
    margin: 0px 0px 0px 15px;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    background: transparent;
    border-color: transparent;
    color: inherit;
    text-align: left;
    border: none;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

._bottomContainer_5x4ub_169 {
    position: absolute;
    bottom: 0px;
    left: 10px;
    height: 150px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

a {
    text-decoration: none;
}

._bottomContainerContent_5x4ub_197 {
    height: 30px;
    padding: 10px, 20px, 10px, 20px;
    margin: 0px 24px;
    gap: 10px;
    color: #495057;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

._helpIcon_5x4ub_223 {
    margin-left: 12px;
}

._sidebarWrapper_5x4ub_103 {
    margin-top: -65px;
    /* z-index: 999; */
    position: relative;
    height: 100vh;
    width: 230px;
    color: #495057;
    background: #fefaff;
    /* border-right: 1px solid #2e013c; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: width 0.3s ease;
    overflow-x: hidden;
    overflow-y: hidden;
}

._sidebarCollaped_5x4ub_33 {
    width: 60px;
}

._active_5x4ub_85 {
    color: #495057;
    font-size: 16px;
}

._timeline_5x4ub_279 {
    color: var(--blue-shades-blue-50, #a4a4a4);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.523%; /* 11.082px */
    margin-left: 10px;
    margin-top: 10px;
}

/* .timeStamp:hover, */
._chatThread_5x4ub_301:hover,
._timeStamp_5x4ub_127:active {
    padding: 5px 0px;
    cursor: pointer;
    color: #ffffff;
    background: #2e013c;
    margin-left: 0px;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 8px;
}

._activeTimeStamp_5x4ub_329 {
    color: #2e013c;
}

._logoutButton_5x4ub_337 {
    cursor: pointer;
    border: none;
    background: transparent;
    margin-left: 18px;
}

._chatThreadContainer_5x4ub_351 {
    position: relative;
}

._chatThread_5x4ub_301 {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    color: #2e013c;
}

._actionButtons_5x4ub_373 {
    display: none; /* Hide by default */
}

._chatThreadContainer_5x4ub_351:hover ._actionButtons_5x4ub_373 {
    display: flex; /* Show on hover */
}

._chatThreadContainer_5x4ub_351:hover ._actionButtons_5x4ub_373 button i {
    color: #fefaff !important;
}

input {
    margin-right: 5px; /* Space between input and save button */
}

textarea {
    /* Prevent resizing if you want a fixed size */
    margin: 5px 5px 5px; /* Space between textarea and save button */
    padding: 5px;
}

._collapseButton_5x4ub_417 {
    position: relative;
    display: flex;
    height: 30px;
    flex-direction: row;
    justify-content: flex-end;
    color: #2e013c;
    font-weight: 600;
    z-index: 9;
    align-self: end;
}

._newChatButton_5x4ub_441 {
    position: relative;
    display: flex;
    /* height: 45px; */
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    color: #2e013c;
    font-weight: 600;
    z-index: 9;
    align-self: self-start;
    margin-top: 15px;
    margin-left: 10px;
}

._newChatButtonText_5x4ub_471 {
    margin: auto;
    font-weight: 400 !important;
    font-size: 14px;
}

._newChatButtonText_5x4ub_471:hover {
    cursor: pointer;
    font-weight: 600 !important;
}

._sidebarFooter_5x4ub_493 {
    position: absolute;
    bottom: 0;
    display: flex;
    height: 150px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    color: #2e013c;
    font-weight: 600;
    z-index: 9;
    align-self: end;
    width: 100%;
}

._sidebarContainer_5x4ub_523 {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    color: #f2f2f2;
    border-right: 1px solid var(--Grey, #ced4da);
}

._navlink_5x4ub_541 {
    display: flex;
    align-items: center;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400 !important;
}
/* Foother links contact Us, T&C, Pricacy Policy */
._footerLinks_lou4o_3 {
    color: #4e4d4d !important;
    cursor: pointer;
    font-weight: 400;
}
._footerLinks_lou4o_3:hover {
    color: #2e013c !important;
}
._dropdown_15ws1_1 {
  position: relative;
  display: inline-flex;
}
._dropdown_15ws1_1 ._button_15ws1_5 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 1;
  border-width: 0;
  letter-spacing: 0.6px;
  height: 40px;
  white-space: nowrap;
  outline: none;
  transition: background-color 160ms ease-out, box-shadow 160ms ease;
}
._dropdown_15ws1_1 ._button_15ws1_5:hover {
  text-decoration: none;
}
._dropdown_15ws1_1 ._button_15ws1_5:disabled, ._dropdown_15ws1_1 ._button_15ws1_5._disabled_15ws1_25._disabled_15ws1_25 {
  background-color: #EBECF0;
  color: #7A869A;
  cursor: not-allowed;
}
._dropdown_15ws1_1 ._button_15ws1_5:disabled:hover, ._dropdown_15ws1_1 ._button_15ws1_5._disabled_15ws1_25._disabled_15ws1_25:hover {
  background-color: #EBECF0;
  color: #7A869A;
  cursor: not-allowed;
}
._dropdown_15ws1_1 ._button_15ws1_5:focus {
  outline: none !important;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-primary_15ws1_38 {
  background-color: #2C5DE5;
  color: #FFF;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-primary_15ws1_38:hover, ._dropdown_15ws1_1 ._button_15ws1_5._button-primary_15ws1_38._active_15ws1_42 {
  background-color: #172B4D;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-primary_15ws1_38:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(44, 93, 229, 0.4);
}
._dropdown_15ws1_1 ._button_15ws1_5._button-primary_15ws1_38:disabled, ._dropdown_15ws1_1 ._button_15ws1_5._button-primary_15ws1_38._disabled_15ws1_25 {
  background-color: #EBECF0;
  color: #7A869A;
  cursor: not-allowed;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-secondary_15ws1_54 {
  background-color: #EBECF0;
  color: #172B4D;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-secondary_15ws1_54:hover, ._dropdown_15ws1_1 ._button_15ws1_5._button-secondary_15ws1_54._active_15ws1_42 {
  background-color: #C7C7C7;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-secondary_15ws1_54:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(235, 236, 240, 0.4);
}
._dropdown_15ws1_1 ._button_15ws1_5._button-secondary_15ws1_54:disabled, ._dropdown_15ws1_1 ._button_15ws1_5._button-secondary_15ws1_54._disabled_15ws1_25 {
  background-color: #FFF;
  color: #7A869A;
  border: 1px solid #C7C7C7;
  cursor: not-allowed;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-tertiary_15ws1_71 {
  background-color: transparent;
  color: #172B4D;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-tertiary_15ws1_71:hover, ._dropdown_15ws1_1 ._button_15ws1_5._button-tertiary_15ws1_71._active_15ws1_42 {
  color: #2C5DE5;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-tertiary_15ws1_71:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(235, 236, 240, 0.4);
}
._dropdown_15ws1_1 ._button_15ws1_5._button-tertiary_15ws1_71:disabled, ._dropdown_15ws1_1 ._button_15ws1_5._button-tertiary_15ws1_71._disabled_15ws1_25 {
  color: #7A869A;
  cursor: not-allowed;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-special_15ws1_86 {
  background-color: #EEF3FF;
  color: #2C5DE5;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-special_15ws1_86:hover, ._dropdown_15ws1_1 ._button_15ws1_5._button-special_15ws1_86._active_15ws1_42 {
  color: #FFF;
  background-color: #172B4D;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-special_15ws1_86:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(238, 243, 255, 0.4);
}
._dropdown_15ws1_1 ._button_15ws1_5._button-special_15ws1_86:disabled, ._dropdown_15ws1_1 ._button_15ws1_5._button-special_15ws1_86._disabled_15ws1_25 {
  background-color: #EBECF0;
  color: #7A869A;
  cursor: not-allowed;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-special-success_15ws1_103 {
  background-color: #e6f8f0;
  color: #36B37E;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-special-success_15ws1_103:hover, ._dropdown_15ws1_1 ._button_15ws1_5._button-special-success_15ws1_103._active_15ws1_42 {
  color: #FFF;
  background-color: #36B37E;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-special-success_15ws1_103:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 248, 240, 0.4);
}
._dropdown_15ws1_1 ._button_15ws1_5._button-special-success_15ws1_103:disabled, ._dropdown_15ws1_1 ._button_15ws1_5._button-special-success_15ws1_103._disabled_15ws1_25 {
  background-color: #EBECF0;
  color: #7A869A;
  cursor: not-allowed;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-dashed_15ws1_120 {
  background-color: #EEF3FF;
  color: #2C5DE5;
  border: 1px dashed #2C5DE5;
  height: auto !important;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-dashed_15ws1_120:hover, ._dropdown_15ws1_1 ._button_15ws1_5._button-dashed_15ws1_120._active_15ws1_42 {
  background-color: #cadaff;
}
._dropdown_15ws1_1 ._button_15ws1_5._button-dashed_15ws1_120:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(238, 243, 255, 0.4);
}
._dropdown_15ws1_1 ._menu_15ws1_133 {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 1000;
  flex-direction: column;
  min-width: 180px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.2);
}
._dropdown_15ws1_1 ._menu_15ws1_133 ul {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
._dropdown_15ws1_1 ._menu-left_15ws1_150 {
  top: calc(100% + 4px);
  right: 0;
}
._dropdown_15ws1_1 ._menu-right_15ws1_154 {
  left: 0;
  right: auto;
}
._dropdown_15ws1_1 ._menu-top-right_15ws1_158 {
  top: auto;
  bottom: calc(100% + 4px);
  left: 0;
  right: auto;
}
._dropdown_15ws1_1 ._menu-top-left_15ws1_164 {
  top: auto;
  bottom: calc(100% + 4px);
  left: auto;
  right: 0;
}._item_16u43_1 {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 12px;
    cursor: pointer;
    user-select: none;
    outline: none;
    transition: all 160ms ease-out;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: #172B4D;
}

._item_16u43_1:hover {
    background-color: #EEF3FF;
    color: #2C5DE5;
}

._item_16u43_1:hover > div {
    display: flex;
    flex-direction: column;
}

._active_16u43_26 {
    background-color: #EEF3FF;
    color: #2C5DE5 !important;
}
._submenu_qieiq_1 {
  background-color: #fff;
  min-width: 180px;
  border-radius: 4px;
  box-shadow: 0px 12px 32px rgba(26, 26, 26, 0.2);
  z-index: 1100;
  position: absolute;
  display: none;
  top: -5px;
  right: 98%;
}

._submenu_qieiq_1 > ul {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}

._left_qieiq_20 {
  top: -5px;
  right: 98%;
}

._right_qieiq_25 {
  top: -5px;
  left: 98%;
}

._bottom_qieiq_30 {
  top: 100%;
  left: 0;
}

._right-top_qieiq_35 {
  bottom: -5px;
  left: 98%;
}

._left-top_qieiq_40 {
  bottom: -5px;
  right: 98%;
}
._divider_1h337_1 {
  height: 1px;
  background-color: EBECF0;
  pointer-events: none;
  padding: 0;
  margin: 4px 0;  
}

._sm_1h337_9 {
  margin: 2px 0;
}

._lg_1h337_13 {
  margin: 8px 0;
}
._buttonClass_3o9dv_1 {
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 8px !important;
    background-color: #fefaff !important;
    border: 1px solid #ced4da !important;
}

._minWidth100_3o9dv_17 {
    min-width: 100px !important;
}

._profileMenu_3o9dv_25 {
    margin: 0px;
    right: 135px;
    top: 10px;
    border-radius: 0px !important;
    background-color: #fefaff !important;
    padding-right: 10px !important;
    padding-left: 0px !important;
}

._navlink_3o9dv_45,
._subnavlink_3o9dv_47 {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #2e013c;
    width: 95%;
    min-width: 100px;
    font-family: BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

._navlink_3o9dv_45:hover,
._subnavlink_3o9dv_47:hover {
    background-color: #faebff; /* Hover background color */
    color: #2e013c !important;
    /* border-right: 5px solid #2e013c; */
    border-radius: 8px;
    padding: 10px 10px 10px 16px;
}
._navlink_3o9dv_45 a svg,
._subnavlink_3o9dv_47 a svg {
    margin-left: 40px;
}
._active_3o9dv_91 {
    background-color: #faebff; /* Active background color */
    /* border-right: 5px solid #2e013c !important; */
    border-radius: 10px;
    color: #2e013c;
    box-shadow: none;
    margin-bottom: 4px;
    margin-right: 5px;
}

._disabledLink_3o9dv_111 {
    color: #231f20aa;
    cursor: default;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
}

._loader_3o9dv_129 {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #2e013c;
    width: 20px;
    height: 20px;
    -webkit-animation: _spin_3o9dv_1 2s linear infinite; /* Safari */
    animation: _spin_3o9dv_1 2s linear infinite;
    left: 70px;
}

/* Safari */
@-webkit-keyframes _spin_3o9dv_1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes _spin_3o9dv_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

._loadingContent_3o9dv_189 {
    width: 160px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

._submenu_3o9dv_203 {
    min-width: max-content;
}

._navlink2_3o9dv_211 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
._llmsContainer_eiwh2_1 {
    position: relative;
    display: inline-block;
    margin: 6px 10px 10px 0;
}

._llmsLink_eiwh2_13 {
    cursor: pointer;
    color: #2e013c;
}

._dropdownList_eiwh2_23 {
    position: absolute;
    top: 100%; /* Position above the "LLMs" link */
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    list-style: none;
    padding: 6px;
    margin: 0;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1); /* Shadow above the dropdown */
    z-index: 10;

    min-width: 150px;
    border-radius: 16px;
}

._dropdownItem_eiwh2_55 {
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
    color: #111;
}

._dropdownItem_eiwh2_55:hover {
    background-color: #f0f0f0; /* Highlight on hover */
}

._dropdownItem_eiwh2_55._selectedItem_eiwh2_77 {
    background-color: #f0f0f0; /* Highlight selected item */
    font-weight: bold;
}

._itemWrapper_eiwh2_87 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    width: 265px;
}

._itemIcon_eiwh2_103 {
    margin: auto 5px;
}
._itemContent_eiwh2_109 {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    flex-grow: 1;
    width: auto;
}
._itemTitle_eiwh2_127 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    font-size: 16px;
    font-weight: 600;
}
._itemDescription_eiwh2_143 {
    font-size: 12px;
    align-self: self-start;
    width: auto;
}

._selectedLLMWrapper_eiwh2_155 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    /* min-width: 200px; */
    padding: 0 15px;
    background-color: #fefaff;
    height: 40px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #ced4da;
    cursor: pointer;
}
._selectedLLMName_eiwh2_183 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}
._llmDropdownIcon_eiwh2_197 {
    cursor: pointer;
    color: #2e013c;
}
@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-0cdd387c.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-30da91e8.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-68534840.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-de7701e4.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-1ae6bd74.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-07d8e303.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-5d53e70a.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-3398dd02.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-ed0b7437.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-74444efd.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-9be7ceb8.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-9163df9c.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-51814d27.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-5e28753b.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-1e6f9579.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-0f60d1b8.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-c76c5d69.woff) format("woff"),url(/assets/KaTeX_Main-Bold-138ac28d.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-99cd42a3.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-a6f7ec0d.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-70ee1f64.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-97479ca6.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-f1d6ef86.woff) format("woff"),url(/assets/KaTeX_Main-Italic-0d85ae7c.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-c2342cd8.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-c6368d87.woff) format("woff"),url(/assets/KaTeX_Main-Regular-d0332f52.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-dc47344d.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-850c0af5.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-f9377ab0.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-7af58c5e.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-8a8d2445.woff) format("woff"),url(/assets/KaTeX_Math-Italic-08ce98e5.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-e99ae511.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-ece03cfd.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-1ece03f7.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-00b26ac8.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-91ee6750.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-3931dd81.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-68e8c73e.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-11e4dc8a.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-f36ea897.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-036d4e95.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-d96cdf2b.woff) format("woff"),url(/assets/KaTeX_Script-Regular-1c67f068.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-6b47c401.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-c943cc98.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-95b6d2f1.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-d04c5421.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-2014c523.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-a6b2099f.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-6ab6b62e.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-500e04d5.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-a4af7d41.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-99f9c675.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-c647367d.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-71d517d6.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-e14fed02.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-f01f3e87.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.11"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}
/* Code Block Styling */
.code-block {
    position: relative;
    margin: 1em 0;
    background: #203036;
    border-radius: 5px;
}

.code-header {
    display: flex;
    justify-content: space-between;
    background: #1e1e1e;
    padding: 0.5em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.code-language {
    font-size: 0.9em;
    color: #ccc;
}

.copy-button {
    background: none;
    border: none;
    color: #ccc;
    cursor: pointer;
    font-size: 0.9em;
}

.copy-button:hover {
    color: #fff;
}

.copy-button:focus {
    outline: none;
}

/* Table Styling */
.markdown-table {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
    overflow-x: auto; /* Add this line to enable horizontal scrolling */
    display: block;
}

.markdown-table-header,
.markdown-table-cell {
    border: 1px solid #ddd;
    padding: 8px;
}

.markdown-table-header {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* KaTeX Styling Override (Optional) */
.katex-display {
    margin: 1em 0 !important;
}

code {
    background-color: #dedede;
    border-radius: 3px;
    font-family: courier, monospace;
    padding: 0 3px;
    overflow-wrap: break-word;
}

/* MarkdownRenderer.css */

.code-block {
    position: relative;
}

.code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2d2d2d;
    color: #fff;
    padding: 0.5em;
}

.code-language {
    font-weight: bold;
}

.copy-button,
.export-button {
    background: #3d3d3d;
    color: #fff;
    border: none;
    padding: 0.25em 0.5em;
    cursor: pointer;
    margin-left: 0.5em;
}

.export-menu {
    position: relative;
    display: inline-block;
}

.export-options {
    position: absolute;
    top: 100%;
    right: 0;
    background: #3d3d3d;
    border: 1px solid #2d2d2d;
    z-index: 100;
}

.export-options button {
    display: block;
    background: none;
    color: #fff;
    border: none;
    padding: 0.25em 1em;
    text-align: left;
    width: 100%;
    cursor: pointer;
}

.export-options button:hover {
    background: #4d4d4d;
}

.table-header {
    background-color: #f2f2f2;
    font-weight: bold;
    padding: 5px;
    display: flex;
    justify-content: end;
    margin-bottom: -15px;
}


.streaming-cursor {
    color: #666;
    animation: blink 1s infinite;
    font-weight: bold;
    margin-left: 2px;
}

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}._container_9d7fd_1 {
    display: flex;
    flex-direction: column;
}

._chatRoot_9d7fd_11 {
    flex: 1;
    display: flex;
    margin-bottom: 150px;
    margin-top: -10px;
}

._chatContainer_9d7fd_25 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 68vh;
}

._chatEmptyState_9d7fd_43 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 1024px;
    max-width: 1268px;
}

._chatEmptyStateTitle_9d7fd_63 {
    font-size: 4rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}

._chatEmptyStateSubtitle_9d7fd_77 {
    margin-bottom: 10px;
    color: var(--Bright-Blue-Base, #2e013c);
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-align: center;
}

@media only screen and (max-height: 780px) {
    ._chatEmptyState_9d7fd_43 {
        padding-top: 0;
    }

    ._chatEmptyStateTitle_9d7fd_63 {
        font-size: 3rem;
        margin-bottom: 0px;
    }
}

._chatMessageStream_9d7fd_121 {
    flex-grow: 1;
    max-width: 1200px;
    width: 100%;
    overflow-y: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

._chatMessageGpt_9d7fd_145 {
    margin-bottom: 20px;
    max-width: 80%;
    display: flex;
    min-width: 500px;
}

._chatMessageGptMinWidth_9d7fd_159 {
    max-width: 500px;
    margin-bottom: 20px;
}

._chatInput_9d7fd_169 {
    position: fixed;
    bottom: 15px;
    flex: 0 0 100px;
    padding-top: 12px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    width: 82%;
    max-width: 1268px;
    /* background: #f2f2f2; */
}

._chatAnalysisPanel_9d7fd_195 {
    position: fixed;
    right: 0;
    top: 60px;
    flex: 1;
    overflow-y: auto;
    height: 90vh;
    margin-left: 20px;
    width: 32vw;
    z-index: 9;
    background-color: #fff;
    padding: 10px;
    color: var(--Color, #6c757d);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

._chatSettingsSeparator_9d7fd_233 {
    margin-top: 15px;
}

._loadingLogo_9d7fd_241 {
    font-size: 28px;
}

._commandsContainer_9d7fd_249 {
    display: flex;
    align-self: flex-end;
}

._commandButton_9d7fd_259 {
    margin-right: 52px;
    margin-bottom: 20px;
}

._usecaseLogo_9d7fd_269 {
    width: 470px;
    margin: 4px;
    margin-left: 32px;
    margin-top: 0px;
}

._chatEmptyStateCenter_9d7fd_283 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 65vh;
    max-height: 1024px;
    max-width: 1200px;
}
._examplesNavList_mive9_1 {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
    max-width: 900px;
}

._example_mive9_1 {
    word-break: break-word;
    background: #dbdbdb;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

._exampleText_mive9_41 {
    margin: 0;
    font-size: 22px;
    width: 280px;
    height: 100px;
}

@media only screen and (max-height: 780px) {
    ._exampleText_mive9_41 {
        font-size: 20px;
        height: 80px;
    }
    ._exampleTip_mive9_65 {
        font-size: 12px;
        height: 50px;
    }
}

._exampleTip_mive9_65 {
    color: var(--Grey, #919191);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 20px;
}

._exampleLayout_mive9_95 {
    position: relative;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 250px;
    min-height: 80px;
    max-height: 265px;
    flex-shrink: 0;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(to left top, rgb(255, 255, 255), rgb(248, 249, 250));
    border: 1px solid #d5ccd8;
    box-shadow: rgba(237, 194, 251, 0.5) 0px 6px 20px;
    transition: 0.3s;
    gap: 5px;
}

._exampleLayout_mive9_95:hover {
    transform: scale(1.03);
    box-shadow: rgba(237, 194, 251) 0px 8px 30px;
}

._h150_mive9_153 {
    min-height: 165.4px;
}

._exampleLayoutDisabled_mive9_161 {
    cursor: no-drop;
}

._exampleTypo_mive9_169 {
    color: #231f20;
    /* padding: 5px 0; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.523%; /* 19.393px */
    /* margin-left: 10px; */
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show up to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

._exampleImage_mive9_201 {
    height: 20px;
    width: 20px;
    /* margin-bottom: 10px; */
}

._exampleTitle_mive9_213 {
    color: var(--Bright-Blue-Base, #2e013c);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

._exampleTypoLink_mive9_229 {
    color: var(--Bright-Blue-Base, #2e013c);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.523%;
    padding: 10px 0;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show up to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

._tooltip_mive9_259 {
    position: absolute;
    background-color: #2e013c;
    color: #faebff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: normal;
    width: max-content;
    max-width: 300px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    bottom: 105%;
    left: 50%;
    transform: translateX(-50%);
}

._tooltip_mive9_259::after {
    content: "";
    position: absolute;
    top: 100%; /* Arrow at bottom of tooltip */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #2e013c transparent transparent transparent;
}
._questionInputContainer_ktpbu_1 {
	border-radius: 15px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12);
	width: 100%;
	padding: 15px;
	background: white;
}

._questionInputContainerPurePlus_ktpbu_17,
._visionQuestionInputContainer_ktpbu_19 {
	border-radius: 15px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12);
	min-height: 90px;
	width: 100%;
	padding: 15px;
	background: white;
}
._questionInputTextArea_ktpbu_35 {
	width: 100%;
	line-height: 40px;
}

._questionInputRightContainer_ktpbu_45 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
._questionLengthCounter_ktpbu_57 {
	font-size: 14px;
	font-weight: 700;
	color: #999;
    margin-right: 10px;
}
._questionInputButtonsContainer_ktpbu_69 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

._questionInputSendButton_ktpbu_81 {
	cursor: pointer;
}

._questionInputSendButtonDisabled_ktpbu_89 {
	opacity: 0.4;
}


._minHeightWithImageFile_ktpbu_99 {
    height: 200px !important;
    min-height: 200px;
}

._microphoneIcon_ktpbu_109 {
    margin-right: 10px;
    cursor: pointer;
}

._stopButton_ktpbu_119 {
    margin-right: 10px;
}


._questionInputLeftContainer_ktpbu_129 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    cursor: default;
}

._draggingCursor_ktpbu_145 {
    cursor: grab;
}

._questionInputFileUploadsContainer_ktpbu_153 {
    display: flex;
    flex-direction: row;
    gap:5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
}


._dropZone_ktpbu_173 {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

._dropZoneActive_ktpbu_193 {
    border-color: #7376e1;
    background-color: #e6e8ff;
}

._dropZone_ktpbu_173 p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

._errorMessage_ktpbu_215 {
    color: #d13438;
    font-size: 12px;
    margin-top: 5px;
}

._visionQuestionInputContainer_ktpbu_19 ._questionInputLeftContainer_ktpbu_129 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

._questionInputButtons_ktpbu_69 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 1 0 1px;

}
._toolsContainer_ktpbu_255 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    /* flex: 1 0 1px; */
    padding: 5px 10px;
    border-radius: 20px;
    height: 30px;
    width: 90px;


}
._toolsContainer_ktpbu_255 span {
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;    
}
._toolsContainer_ktpbu_255:hover {
    background-color: #fefaff;
}._fileContainer_1el02_1 {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 8px;
    background: #f9f9f9;
    width: auto;
    box-shadow: 0 0 5px #aaa;
    position: relative;
    margin-bottom: 5px;
}

._iconWrapper_1el02_27 {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}

._imageThumbnail_1el02_47 {
    width: 250px;

    object-fit: cover;
    border-radius: 4px;
}

._smallImage_1el02_61 {
    width: 58px !important;
}

._fileInfo_1el02_69 {
    display: flex;
    flex-direction: column;
}

._fileName_1el02_79 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

._fileType_1el02_91 {
    font-size: 14px;
    color: #666;
}

._removeButton_1el02_101 {
    position: absolute;
    top: -5px;
    right: -5px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background: #2e013c99;
    border-radius: 50%;
    transition: all linear 0.3s;
}

._removeButton_1el02_101:hover {
    background: #2e013c;
    box-shadow: 0 0 5px #070303;
}
._toolsContainer_16bh7_1 {
    position: relative;
    display: inline-block;
    /* margin: 6px 10px 10px 0; */
}

._toolsLink_16bh7_13 {
    cursor: pointer;
    color: #2e013c;
    text-decoration: underline;
    display: flex;
}

._dropdownList_16bh7_27 {
    position: absolute;
    bottom: 100%; /* Position above the "Tools" link */
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    list-style: none;
    padding: 6px;
    margin: 0;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1); /* Shadow above the dropdown */
    z-index: 10;

    min-width: 150px;
    border-radius: 16px;
}

._dropdownItem_16bh7_59 {
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
}

._dropdownItem_16bh7_59:hover {
    background-color: #f0f0f0; /* Highlight on hover */
}

._dropdownItem_16bh7_59._selectedItem_16bh7_79 {
    background-color: #f0f0f0; /* Highlight selected item */
    font-weight: bold;
}

._itemWrapper_16bh7_89 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    width: 220px;
}

._itemIcon_16bh7_105 {
    margin: auto 5px;
}
._itemContent_16bh7_111 {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    flex-grow: 1;
    width: auto;
}
._itemTitle_16bh7_129 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    font-size: 16px;
    /* font-weight: 600; */
}
._itemDescription_16bh7_145 {
    font-size: 12px;
    align-self: self-start;
    width: auto;
}
._fileUploadWrapper_ubcgc_1 {
    left: 20px;
    align-items: center;
    display: inline-flex;
}

._fileUploadWrapper_ubcgc_1 svg {
    /* width: 32px;
    height: 32px; */
}
._uploadButton_ubcgc_21 {
    cursor: pointer;
    background-color: #2e013c;
    color: #fff;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}

._buttonWrapper_ubcgc_41 {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #2e013c;
    width: 160px;
    color: #fff;
    margin-bottom: 10px;
    bottom: 116px;
}

._uploadButton_ubcgc_21[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    color: #fff;
}

._uploadButton_ubcgc_21[disabled]:hover {
    background-color: #444;
    color: #ccc;
}

._customFileUpload_ubcgc_91 {
    padding: 6px;
    margin-right: 20px;
    background-color: #2e013c;
    font-size: 15px;
    text-align: center;
    align-items: center;
    display: inline-flex;
    color: #ffffff;
    cursor: pointer;
}

._badge_ubcgc_115 {
    padding: 8px 14px;
    margin-right: 20px;
    background-color: #2e013c;
    font-size: 15px;
    color: #ffffff;
    cursor: no-drop;
}
._fileTypeText_ubcgc_131 {
    font-size: 12px;
    margin-top: -5px;
}
._uploadError_ubcgc_139 {
    color: #f00;
}
._uploadErrorMessage_ubcgc_145 {
    color: #f00;
    font-size: 12px;
    margin-top: 10px;
}
._loader_ubcgc_155 {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: _spin_ubcgc_1 2s linear infinite; /* Safari */
    animation: _spin_ubcgc_1 2s linear infinite;
    position: absolute;
    left: 70px;
}

/* Safari */
@-webkit-keyframes _spin_ubcgc_1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes _spin_ubcgc_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

._roundedBadge_ubcgc_217 {
    padding: 8px 14px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 25px;
    color: #2e013c;
    cursor: no-drop;
}

._roundedCustomFileUpload_ubcgc_237 {
    padding: 6px;
    margin-right: 20px;
    font-size: 15px;
    border-radius: 25px;
    text-align: center;
    align-items: center;
    display: inline-flex;
    color: gray;
    cursor: pointer;
    font-weight: 500px;
}

._clearFileButton_ubcgc_263 {
    font-size: 15px;
    margin-right: 10px;
}
._container_12gu4_1 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    max-width: 80%;
    margin-left: auto;
}

._message_12gu4_17 {
    border-radius: 15px;
    font-size: 16px;
    padding: 10px 30px;
    background: #faebff;
    color: #2e013c;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12);
    outline: transparent solid 1px;
}
._imgMessage_12gu4_35 {
    padding: 10px 20px;
    background: transparent;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12);
    outline: transparent solid 1px;
}

._imageContainer_12gu4_49 {
    cursor: pointer;
    text-align: end;
    min-height: 100px;
}

._thumbnailImage_12gu4_61 {
    width: 250px;
    min-height: 100px;
    transition: transform 0.2s;
    margin: 0;
    padding: 3px;
    object-fit: fill;
}

._thumbnailImage_12gu4_61:hover {
    box-shadow: 0 0 5px;
}

._messageWrapper_12gu4_87 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
}
@media (max-width: 980px) {
    ._container_12gu4_1 {
        max-width: 100%;
    }
}
._answerContainer_9p09h_1 {
    padding: 20px;
    border-radius: 8px;
    /* background: rgb(249, 249, 249);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12); */
    outline: transparent solid 1px;
    max-width: 100%;
    font-size: 16px;
    line-height: 2;
}

._answerLogo_9p09h_23 {
    font-size: 28px;
}

._answerText_9p09h_31 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    white-space: pre-line;
}

._answerText_9p09h_31 table {
    border-collapse: collapse;
}

._answerText_9p09h_31 td,
._answerText_9p09h_31 th {
    border: 1px solid;
    padding: 5px;
}

._selected_9p09h_69 {
    outline: 2px solid #2e013c;
}

._citationLearnMore_9p09h_77 {
    margin-right: 5px;
    font-weight: 600;
    line-height: 24px;
}

._citation_9p09h_77 {
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding: 0px 8px;
    background: #d1dbfa;
    color: #2e013c;
    text-decoration: none;
    cursor: pointer;
}

._citation_9p09h_77:hover {
    text-decoration: underline;
}

._followupQuestionsList_9p09h_119 {
    margin-top: 10px;
}

._followupQuestionLearnMore_9p09h_127 {
    margin-right: 5px;
    font-weight: 600;
    line-height: 24px;
}

._followupQuestion_9p09h_119 {
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 0px 8px;
    background: #e8ebfa;
    color: black;
    font-style: italic;
    text-decoration: none;
    cursor: pointer;
}

._supContainer_9p09h_163 {
    text-decoration: none;
    cursor: pointer;
}

._supContainer_9p09h_163:hover {
    text-decoration: underline;
}

sup {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    vertical-align: top;
    top: -1;
    margin: 0px 2px;
    min-width: 14px;
    height: 14px;
    background: #d1dbfa;
    color: #2e013c;
    text-decoration-color: transparent;
    outline: transparent solid 1px;
    cursor: pointer;
}

._answerFootNote_9p09h_219 {
    font-size: 12px;
}

._retryButton_9p09h_227 {
    width: fit-content;
    background-color: #2e013c;
    border: 1px solid #2e013c;
    color: #ffffff;
}

@keyframes _loading_9p09h_277 {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
    100% {
        content: "";
    }
}

._loadingdots_9p09h_277::after {
    content: "";
    animation: _loading_9p09h_277 1s infinite;
}
._wrapper_15qzv_1 {
    width: 100%;
    margin-top: 12px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    overflow: auto;
    max-height: min(55vh, 640px);
    background: var(--colorNeutralBackground1, #fff);
}

._table_15qzv_21 {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.4;
}

._table_15qzv_21 th,
._table_15qzv_21 td {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
    max-width: 320px;
    word-break: break-word;
}

._table_15qzv_21 thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--colorNeutralBackground3, #f5f5f5);
    font-weight: 600;
    white-space: nowrap;
}

._table_15qzv_21 tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.02);
}

._caption_15qzv_83 {
    font-size: 12px;
    color: var(--colorNeutralForeground3, #605e5c);
    margin-bottom: 6px;
}
._popup_ysqxh_1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    min-width: 70vw;
}

._popup_ysqxh_1._active_ysqxh_25 {
    display: block;
}

._popupContent_ysqxh_33 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

._closeButton_ysqxh_55 {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 24px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 5px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-weight: 700;
}

._popupImage_ysqxh_83 {
    min-width: 70vw;
    height: auto;
    max-width: 90vw;
}

._mainContent_ysqxh_95 {
    display: flex;
    justify-content: center;
    align-items: center;
}

._imageContainer_ysqxh_107 {
    cursor: pointer;
}

._thumbnailImage_ysqxh_115 {
    width: 250px;
    transition: transform 0.2s;
    margin: 0;
    padding: 3px;
    object-fit: fill;
}

._thumbnailImage_ysqxh_115:hover {
    box-shadow: 0 0 5px;
}
._thoughtProcess_1hhge_1 {
    word-wrap: break-word;
    padding: 12px;
    border: 1px solid #ced4da;
    margin: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 70px;
    width: 100%;
}

._cancelButton_1hhge_27 {
    position: fixed;
    background: #fff;
    color: #2e013c;
    border: 0.5px solid gray;
    padding: 5px 8px;
    margin: -40px 10px 8px;
}
._supportingContentContainer_1hhge_43 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
._supportingContentNavList_16v3q_1 {
	list-style: none;
	padding-left: 5px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

._supportingContentItem_16v3q_17 {
	word-break: break-word;
	background: rgb(249, 249, 249);
	box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px, rgb(0 0 0 / 10%) 0px 2px 3px 0px;
	outline: transparent solid 1px;

	display: flex;
	flex-direction: column;
	padding: 20px;
}

._supportingContentItemHeader_16v3q_39 {
	margin: 0;
}

._supportingContentItemText_16v3q_47 {
	margin-bottom: 0;
	font-weight: 300;
}
._container_1x9yd_1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: -60px;
}

._chatRoot_1x9yd_15 {
    flex: 1;
    display: flex;
    margin-bottom: 150px;
    margin-top: 50px;
}

._chatContainer_1x9yd_29 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 68vh;
}

._chatEmptyState_1x9yd_47 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 1024px;
    max-width: 1268px;
}

._chatEmptyStateTitle_1x9yd_67 {
    font-size: 4rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}

._chatEmptyStateSubtitle_1x9yd_81 {
    margin-bottom: 10px;
    color: var(--Bright-Blue-Base, #2e013c);
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-align: center;
}

@media only screen and (max-height: 780px) {
    ._chatEmptyState_1x9yd_47 {
        padding-top: 0;
    }

    ._chatEmptyStateTitle_1x9yd_67 {
        font-size: 3rem;
        margin-bottom: 0px;
    }
}

._chatMessageStream_1x9yd_125 {
    flex-grow: 1;
    max-width: 1268px;
    width: 100%;
    overflow-y: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
}

._chatMessageGpt_1x9yd_147 {
    margin-bottom: 20px;
    display: block;
    /* max-width: 80%;
    min-width: 500px; */
}

._chatMessageGptMinWidth_1x9yd_161 {
    max-width: 500px;
    margin-bottom: 20px;
}

._chatInput_1x9yd_171 {
    position: fixed;
    bottom: 15px;
    flex: 0 0 100px;
    padding-top: 12px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    width: 82%;
    max-width: 1268px;
    background: #f2f2f200;
    z-index: 2;
}

._chatAnalysisPanel_1x9yd_199 {
    position: fixed;
    right: 0;
    top: 60px;
    flex: 1;
    overflow-y: auto;
    height: 90vh;
    margin-left: 20px;
    width: 32vw;
    z-index: 9;
    background-color: #fff;
    padding: 10px;
    color: var(--Color, #6c757d);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
}

._chatSettingsSeparator_1x9yd_237 {
    margin-top: 15px;
}

._loadingLogo_1x9yd_245 {
    font-size: 28px;
}

._commandsContainer_1x9yd_253 {
    display: flex;
    align-self: flex-end;
}

._commandButton_1x9yd_263 {
    margin-right: 0px;
    margin-bottom: 20px;
}

._usecaseLogo_1x9yd_273 {
    margin: 4px;
    display: flex;
    align-items: center;
    gap: 14px;
}

/* # Gecko-based browsers */
._chatMessageStream_1x9yd_125 {
    scrollbar-width: none;
}

/* # Microsoft web browsers */
._chatMessageStream_1x9yd_125 {
    -ms-overflow-style: none;
}

/* # Hiding the scrollbar on Chrome, Edge, and other WebKit-based browsers */
._chatMessageStream_1x9yd_125::-webkit-scrollbar {
    display: none;
}

._answerContainer_1x9yd_317 {
    display: flex;
}
._answerContainer_1x9yd_317._split_1x9yd_323 {
    height: 92vh;
}
._splitWindow_1x9yd_329 {
    flex: 1;
    width: 50%;
}
._splitWindowCollapsed_1x9yd_337 {
    display: none;
}
._codePanOpen_1x9yd_343 {
    width: 40% !important;
}

._codeExecutorReponse_1x9yd_351 {
    position: fixed;
    bottom: -300px;
    background: white;
    padding: 10px;
    padding-top: 30px;
    box-shadow: 0 0 5px #aaa;
    overflow-y: auto;
    overflow-x: clip;
    font-family: serif;

    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    transition: bottom 0.5s ease-in-out;
}

._chatEmptyStateCenter_1x9yd_391 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 65vh;
    max-height: 1024px;
    max-width: 1200px;
}

/* question input css start */
._questionInputContainer_1x9yd_415 {
    border-radius: 15px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12);
    width: 100%;
    padding: 15px;
    background: white;
}

._questionInputContainerPurePlus_1x9yd_431,
._visionQuestionInputContainer_1x9yd_433 {
    border-radius: 15px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12);
    min-height: 90px;
    width: 100%;
    padding: 15px;
    background: white;
}
._questionInputTextArea_1x9yd_449 {
    width: 100%;
    line-height: 40px;
}

._questionInputRightContainer_1x9yd_459 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
._questionLengthCounter_1x9yd_471 {
    font-size: 14px;
    font-weight: 700;
    color: #999;
}
._questionInputButtonsContainer_1x9yd_481 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

._questionInputSendButton_1x9yd_493 {
    cursor: pointer;
}

._questionInputSendButtonDisabled_1x9yd_501 {
    opacity: 0.4;
}

._minHeightWithImageFile_1x9yd_509 {
    height: 200px !important;
    min-height: 200px;
}

._microphoneIcon_1x9yd_519 {
    margin-right: 10px;
    cursor: pointer;
}

._stopButton_1x9yd_529 {
    margin-right: 10px;
}

._questionInputLeftContainer_1x9yd_537 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    cursor: default;
}

._draggingCursor_1x9yd_553 {
    cursor: grab;
}

._questionInputFileUploadsContainer_1x9yd_561 {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: start;
}

._dropZone_1x9yd_579 {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

._dropZoneActive_1x9yd_599 {
    border-color: #7376e1;
    background-color: #e6e8ff;
}

._dropZone_1x9yd_579 p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

._errorMessage_1x9yd_621 {
    color: #d13438;
    font-size: 12px;
    margin-top: 5px;
}

._visionQuestionInputContainer_1x9yd_433 ._questionInputLeftContainer_1x9yd_537 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

._dragErrorMessage_1x9yd_645 {
    padding-left: 30px;
    text-wrap: wrap;
    color: #dc2626;
    font-size: 14px;
    animation: _errorFadeIn_1x9yd_1 0.3s ease-in-out;
}

@keyframes _errorFadeIn_1x9yd_1 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* question input css end */
._container_1t21p_1 {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    /* color: #ffffff; */
}

._right165_1t21p_17 {
    right: 110px;
}
/* SettingsPanel.module */
._chatSettingsSeparator_12801_3 {
	margin-top: 0px;
	color:#2e013c
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}._codeEditor_1v9yv_1 {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 0px;
    overflow: hidden;
    background-color: white;
    height: 100vh;
    margin-top: 33px;
    width: 107%;
    transition: all 0.5s ease-in-out;
}

._codeEditorHeader_1v9yv_27 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f0f0f0;

    width: 100%; /* Ensure the container takes full width */
}
._codeEditorBody_1v9yv_45 {
    /* height: 90%; */
}
._title_1v9yv_51 {
    font-weight: bold;
    flex-grow: 1;
    padding-left: 20px;
}

._runButton_1v9yv_63 {
    cursor: pointer;
    padding: 5px 15px;
    background-color: #2e013c;
    color: white;
    border-radius: 3px;
    margin: 0 20px;
    position: relative;
    top: 3px;
    border-radius: 20px;
    justify-content: center;
    display: flex;
}

._slideInWrapper_1v9yv_91 {
    bottom: -212px;
    background: white;
    padding: 10px 0;
    padding-top: 5px;
    overflow-y: auto;
    overflow-x: clip;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: serif;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all 0.5s ease-in-out;
    resize: vertical;
    overflow: auto;
}

._slideInWrapper_1v9yv_91._boxVisible_1v9yv_135 {
    bottom: 0;
}

._responseHeader_1v9yv_143 {
    display: flex; /* Use flexbox to align items in a row */
    justify-content: space-between; /* Space out items to the edges */
    align-items: center; /* Vertically center the items */
    width: 100%; /* Ensure the container takes full width */
    padding: 10px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #555;
    box-shadow: 0px 5px 5px #eee;
    margin-bottom: 10px;
}
._responseBody_1v9yv_165 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 10px;
}
._close_1v9yv_179 {
    cursor: pointer; /* Indicate the close span is clickable */
    margin-right: auto; /* Push the close span to the left */
    text-align: center;
    font-family: sans-serif, "Courier New", Courier, monospace;
    font-size: 24px;
    color: #555;
    transition: transform 0.3s ease;
}
._slideInWrapper_1v9yv_91._boxVisible_1v9yv_135 ._close_1v9yv_179 {
    bottom: 0;
    transform: rotate(180deg) !important;
}
._responseTitle_1v9yv_205 {
    margin-left: auto; /* Push the title to the right */
    flex-grow: 1; /* Take up remaining space */
    font-weight: 700;
    color: #2e013c;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

._divider_1v9yv_227 {
    height: 5px;
    background-color: #ccc;
    cursor: row-resize;
}

details {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
}
summary {
    font-weight: bold;
    cursor: pointer;
}
details[open] summary {
    margin-bottom: 10px;
}
._dropZone_12zah_1 {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

._dropZoneActive_12zah_21 {
    border-color: #2e013c;
    background-color: #e6e8ff;
}

._dropZone_12zah_1 p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

._errorMessage_12zah_43 {
    color: #d13438;
    font-size: 12px;
    margin-top: 5px;
}

._visionQuestionInputContainer_12zah_55 ._questionInputLeftContainer_12zah_55 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Enhanced drag and drop container */
._questionInputLeftContainer_12zah_55 {
    position: relative;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

/* Active dragging state */
._draggingActive_12zah_83 {
    cursor: copy !important;
}

._draggingActive_12zah_83 * {
    cursor: copy !important;
}

._draggingActive_12zah_83 ._dragDropOverlay_12zah_99 {
    pointer-events: none;
}

/* Drag and drop overlay */
._dragDropOverlay_12zah_99 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(239, 246, 255, 0.95);
    border: 2px dashed #2e013c;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(2px);
    animation: _dragOverlayFadeIn_12zah_1 0.2s ease-in-out;
}

@keyframes _dragOverlayFadeIn_12zah_1 {
    from {
        opacity: 0;
        transform: scale(0.98);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

._dragDropContent_12zah_165 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    padding: 32px;
    text-align: center;
}

._dragDropIcon_12zah_183 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.15);
    animation: _iconBounce_12zah_1 0.6s ease-in-out infinite alternate;
}

@keyframes _iconBounce_12zah_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-4px);
    }
}

._dragDropIconOverlay_12zah_227 {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 32px;
    height: 32px;
    background: #2e013c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.3);
}

._dragDropIconOverlay_12zah_227 svg {
    width: 16px;
    height: 16px;
}

._dragDropIconOverlay_12zah_227 path {
    stroke: white !important;
}

._dragDropText_12zah_273 {
    margin-top: -80px;
}

._dragDropText_12zah_273 h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
}

._dragDropText_12zah_273 p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
}

/* Enhanced error message styling */
._errorMessage_12zah_43 {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    animation: _errorFadeIn_12zah_1 0.3s ease-in-out;
}

@keyframes _errorFadeIn_12zah_1 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhance the main container for better drag experience */
._questionInputContainer_12zah_359,
._visionQuestionInputContainer_12zah_55 {
    position: relative;
    transition: all 0.2s ease-in-out;
}

/* Optional: Add subtle border highlight on drag hover */
._draggingActive_12zah_83 ._questionInputLeftContainer_12zah_55 {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #2e013c, #01709f) border-box;
    border-radius: 12px;
}

/* Ensure proper layering */
._questionInputFileUploadsContainer_12zah_387 {
    position: relative;
    z-index: 1;
}

._questionInputTextArea_12zah_397 {
    position: relative;
    z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    ._dragDropContent_12zah_165 {
        padding: 24px 16px;
        gap: 12px;
    }

    ._dragDropIcon_12zah_183 {
        width: 60px;
        height: 60px;
    }

    ._dragDropIconOverlay_12zah_227 {
        width: 24px;
        height: 24px;
        top: -6px;
        right: -6px;
    }

    ._dragDropIconOverlay_12zah_227 svg {
        width: 12px;
        height: 12px;
    }

    ._dragDropText_12zah_273 h3 {
        font-size: 18px;
    }

    ._dragDropText_12zah_273 p {
        font-size: 13px;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    ._dragDropOverlay_12zah_99,
    ._errorMessage_12zah_43 {
        animation: none;
    }

    ._dragDropIcon_12zah_183 {
        animation: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    ._dragDropOverlay_12zah_99 {
        background: white;
        border-color: black;
        border-width: 3px;
    }

    ._dragDropText_12zah_273 h3 {
        color: black;
    }

    ._dragDropText_12zah_273 p {
        color: #333;
    }
}

/* Prevent flickering by making overlay non-interactive */
._dragDropOverlay_12zah_99 {
    /* position: absolute; */
    position: fixed; /* CHANGE THIS LINE */
    background: rgba(239, 246, 255, 0.95);
    border: 2px dashed #2e013c;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(2px);
    animation: _dragOverlayFadeIn_12zah_1 0.2s ease-in-out;
    pointer-events: none; /* ADD THIS LINE */
    width: 100vw;
    height: 100vh;
}
/* Unauthorized.module.css */
._container_z6i7m_3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    background-color: #f5f5f5;
    margin-top: -50px;
}

._title_z6i7m_25 {
    color: #d32f2f;
    margin-bottom: 16px;
}

._message_z6i7m_35 {
    color: #666;
    margin-bottom: 24px;
    font-size: 20px;
}

._homeLink_z6i7m_47 {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #2e013c;
    transition: background-color 0.3s;
}

._homeLink_z6i7m_47:hover {
    background-color: #2e013c;
}
