* {
    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_1i9a7_1 {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #2e013c;
    width: 60px;
    height: 60px;
    -webkit-animation: __spin_mwqcj_1_1i9a7_1 2s linear infinite;
    animation: _spin_1i9a7_1 2s linear infinite;
    position: absolute;
    left: 154px;
    margin-top: 15px;
}

._applogo_1i9a7_14 {
    top: 0px;
    position: absolute;
    left: 0px;
}

/* Safari */
@-webkit-keyframes _spin_1i9a7_1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes _spin_1i9a7_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

._bgImage_1i9a7_39 {
    background-color: transparent;
    height: 100%;
    width: 100vw;
    /* Center and scale the image nicely */
    background-image: url("/assets/what-we-are-bg-af0a1468.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Position text in the middle of the page/image */
._bgText_1i9a7_51 {
    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_1i9a7_64 {
    border: 3px solid #f1f1f1;
    padding: 20px;
}

._header_1i9a7_69 {
    background-color: #ffffff;
    color: #000;
    padding: 0px 0px;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 65px;
}

._headerContainer_1i9a7_80 {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 6px;
}

._headerTitleContainer_1i9a7_87 {
    display: flex;
    align-items: center;
    color: #f2f2f2;
    text-decoration: none;
    width: 210px;
    justify-content: center;
    margin-right: 1em;
}

._projectName_1i9a7_97 {
    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_p0ktb_1 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: fit-content;
}

._label_p0ktb_8 {
    font-weight: 500;
    color: #2e013c;
}

._required_p0ktb_13 {
    color: red;
    margin-left: 2px;
}

._spinContainer_p0ktb_18 {
    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_p0ktb_32 ._ms-TextField-fieldGroup_p0ktb_32::after,
._ms-SpinButton_p0ktb_32 ._ms-TextField-fieldGroup_p0ktb_32:after {
    border: none !important;
    border-radius: 0 !important; /* remove radius from that layer too */
}

/* Buttons */
._spinButton_p0ktb_39 {
    border-radius: 50% !important;
    background: transparent !important;
    color: #666 !important;
    height: 24px !important;
    width: 24px !important;
    font-size: 12px;
}

._spinButton_p0ktb_39:hover {
    background: #f5f5f5 !important;
}

/* Input styles */
._ms-SpinButton_p0ktb_32 input._ms-SpinButton-input_p0ktb_53 {
    text-align: center;
    border: none !important;
    outline: none !important;
    font-weight: 500;
    color: #2e013c !important;
    background: transparent !important;
}

/* Disabled state */
._spinContainer_p0ktb_18:has(input:disabled) {
    background: #fefefe !important;
    border-color: #ddd !important;
}

._spinContainer_p0ktb_18 input:disabled {
    color: #a6a6a6 !important;
    cursor: not-allowed !important;
}
/* ragasLayout css start */
._ragasLayout_1b7kw_2 {
    width: calc(100vw - 50px);
    margin: 0px auto;
    background-color: #ffffff;
    padding: 25px 40px;
}
/* ragasLayout css end */

._ragasForm_1b7kw_10 {
    display: flex;
    gap: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: space-between;
}

._message_1b7kw_18 {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
}

/* fileupload css start */
._evaluationBtn_1b7kw_26 {
    margin-top: 28px;
    width: 150px;
    background-color: #2e013c;
    padding: 5px 0px;
}
/* fileupload css start */

/* fileupload css start */
._fileUploadWrapper_1b7kw_35 {
    padding: 5px 0 8px 0;
    left: 20px;
    align-items: center;
    display: inline-flex;
}

._downloadLink_1b7kw_42 {
    color: #2e013c;
    text-decoration: none;
    margin-left: -6px;
    font-weight: 600;
}

._uploadButton_1b7kw_49 {
    cursor: pointer;
    background-color: #fff;
    color: #2e013c;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #2e013c;
    border-radius: 8px;
}

._buttonWrapper_1b7kw_60 {
    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_1b7kw_49[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    color: #2e013c;
}

._uploadButton_1b7kw_49[disabled]:hover {
    background-color: #444;
    color: #2e013c;
}

._customFileUpload_1b7kw_85 {
    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_1b7kw_99 {
    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_1b7kw_112 {
    font-size: 11px;
    margin-top: -5px;
    margin-bottom: -5px;
    text-align: center;
    max-width: 165px;
    word-break: break-word;
}
._fileTypeText_1b7kw_112 a {
    text-decoration: none;
}

._uploadError_1b7kw_124 {
    color: #f00;
}
._uploadErrorMessage_1b7kw_127 {
    color: #f00;
    font-size: 12px;
    margin-top: -16px;
}
._uploadSuccessMessage_1b7kw_132 {
    color: #00ff00;
    font-size: 12px;
    margin-top: -16px;
}
._loader_1b7kw_137 {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: _spin_1b7kw_1 2s linear infinite; /* Safari */
    animation: _spin_1b7kw_1 2s linear infinite;
    position: absolute;
    left: 70px;
}

/* Safari */
@-webkit-keyframes _spin_1b7kw_1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes _spin_1b7kw_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* fileupload css end */

/* summaryContainer css starts */
._summaryHeader_1b7kw_171 {
    display: flex;
    justify-content: space-between;
    margin: 0 15px 5px 15px;
}

._summaryHeading_1b7kw_177 {
    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_1b7kw_187 {
    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_1b7kw_195 {
    display: flex;
    flex-direction: column;
}

._Grid-row_1b7kw_200 {
    display: flex;
}

._grid-col_1b7kw_204 {
    padding: 5px; /* Adds padding inside each grid column */
}

._table_1b7kw_208 {
    display: flex;
    margin: 0px 10px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

._th_1b7kw_216,
._td_1b7kw_217 {
    border: 0.5px solid gray;
    padding: 8px 15px;
    text-align: center;
    height: 2.5rem;
}

._th_1b7kw_216 {
    color: #ffffff;
    margin-top: 10px;
    background-color: var(--Bright-Blue-Base, #2e013c);
}

/* summaryContainer css ends */

._timestamp_1b7kw_232 {
    font-size: 14px;
}
._sectionHeading_1ypjn_1 {
    /* position: absolute;
    top: 88px; */
    /* left: 309px; */
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 120%;
    margin-bottom: 1rem;
}

._sectionDescription_1ypjn_11 {
    /* 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_1ypjn_24 {
    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_1ypjn_24:hover {
    transform: scale(1.03);
    box-shadow: rgba(237, 194, 251) 0px 8px 30px;
}

._cardContent_1ypjn_50 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

._cardTitleWrapper_1ypjn_56 {
    display: flex;
    flex-direction: column;
}

._cardTitle_1ypjn_56 {
    position: relative;
}

._cardDescriptionWrapper_1ypjn_65 {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

._cardDescription_1ypjn_65 {
    line-height: 150%;
    opacity: 0.6;
}

._cardAction_1ypjn_76 {
    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_1ypjn_90 {
    letter-spacing: -0.02em;
}

._cardActionIcon_1ypjn_94 {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

/* Card list */
._cardList_1ypjn_101 {
    /* position: absolute;
    top: calc(50% - 251px); */
    /* left: 309px; */
    width: 982px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Sidebar styles */
._sidebar_1ypjn_112 {
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 2px solid #ece8ed;
    width: 259px;
    height: 1024px;
    overflow: hidden;
    color: #ab99b1;
}

._sidebarLogo_1ypjn_123 {
    position: absolute;
    top: 24px;
    left: 0;
    width: 259px;
    height: 46px;
}

._sidebarMenu_1ypjn_131 {
    position: absolute;
    top: 112px;
    left: 0;
    width: 266px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 16px;
}

._sidebarItem_1ypjn_142 {
    display: flex;
    align-items: flex-start;
    opacity: 0.6;
}

._sidebarItemActive_1ypjn_148 {
    background-color: #faebff;
    border-right: 3px solid #2e013c;
    color: #2e013c;
}

._sidebarButton_1ypjn_154 {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    padding: 10px 20px;
}

._sidebarIconLabel_1ypjn_161 {
    display: flex;
    align-items: center;
    gap: 8px;
}

._sidebarIcon_1ypjn_161 {
    width: 17px;
}

._sidebarLabel_1ypjn_171 {
    font-weight: 600;
}

._aiConfigs_1ypjn_175 {
    width: 100%;
    position: relative;
    background-color: #fff;
    height: 100vh;
    text-align: left;
    font-size: 16px;
    color: #2e013c;
}

._breadcrumb_1ypjn_185 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
}

._breadcrumbClickable_1ypjn_193 {
    color: rgba(46, 1, 60, 0.6);
    cursor: pointer;
    transition: color 0.2s;
}

._breadcrumbClickable_1ypjn_193:hover {
    color: #2e013c;
}

._breadcrumbSeparator_1ypjn_203 {
    color: #2e013c;
}

._breadcrumbCurrent_1ypjn_207 {
    color: #2e013c;
    font-weight: 700;
}

._breadcrumbSeparatorIcon_1ypjn_212 {
    width: 30px;
    object-fit: contain;
    margin: 0 8px;
    font-weight: bolder;
}
._container_nf24i_1 {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

._header_nf24i_7 {
  margin-bottom: 20px;
}

._methodBadge_nf24i_11 {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600; /* semibold */
  text-align: center;
  min-width: 50px;
}

._statusBadge_nf24i_20 {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600; /* semibold */
  text-align: center;
  min-width: 70px;
}

._codeBlock_nf24i_29 {
  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_nf24i_39 {
  padding: 20px;
  min-width: 800px;
  max-width: 900px;
  max-height: 80vh;
  overflow-y: auto;
}

._endpointUrl_nf24i_47 {
  font-family: Monaco, Menlo, "Ubuntu Mono", monospace;
  font-size: 13px;
}

._section_nf24i_52 {
  margin-bottom: 24px;
}

._sectionTitle_nf24i_56 {
  font-size: 16px;
  font-weight: 600; /* semibold */
  margin-bottom: 12px;
}

._authBadge_nf24i_62 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}/* Filters Bar Styles */
._filtersContainer_16dww_2 {
  background-color: #ffffff;
  padding: 16px 24px;
  border-bottom: 1px solid #e1e1e1;
}

._filtersTitle_16dww_8 {
  font-weight: 600;
  margin-bottom: 16px;
  color: #2e013c;
}

._filtersGrid_16dww_14 {
  display: 'flex';
  align-items: 'center';
  height: '32px';
}

._filterButtons_16dww_20 {
  display: 'flex';
  align-items: 'center';
  height: '32px';
}

/* Filter Summary Styles */
._summaryContainer_16dww_27 {
  padding: 8px 24px;
  background-color: #f3f2f1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 16px;
}

._summaryTitle_16dww_34 {
  font-weight: 600;
  margin-bottom: 8px;
  color: #2e013c;
}

._filterTag_16dww_40 {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 16px;
  padding: 4px 12px;
  margin: 0 8px 0 0;
  font-size: 12px;
  color: #2e013c;
}

._activeFiltersLabel_16dww_50 {
  color: #605e5c;
  font-weight: 600;
}

._removeButton_16dww_55 {
  margin-left: 6px;
  background: none;
  border: none;
  cursor: pointer;
  color: #0288d1;
  font-weight: bold;
}

._clearAllButton_16dww_64 {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

._clearAllIcon_16dww_70 {
  font-size: 12px;
  color: #605e5c;
}/* KPI Card Styles */
._kpiCard_e0y70_2 {
    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_e0y70_15 {
    font-size: 20px;
    font-weight: 700;
    color: #2e013c;
    /* margin-bottom: 8px; */
    line-height: 1.2;
}

._kpiLabel_e0y70_23 {
    font-size: 14px;
    font-weight: 500;
    color: #2e013c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

._kpiSubvalue_e0y70_31 {
    font-size: 12px;
    font-weight: 600;
    color: #2e013c;
    margin-top: 4px;
}

/* Loading and Error States */
._kpiLoading_e0y70_39 {
    background-color: #f3f2f1;
    color: #2e013c;
}

._kpiError_e0y70_44 {
    background-color: #fef7f1;
    border: 1px solid #fde7e8;
    color: #d83b01;
}

/* Specific KPI Variants */
._primaryKpi_e0y70_51 {
    border-left: 4px solid #2e013c;
}

._secondaryKpi_e0y70_55 {
    border-left: 4px solid #6c5ce7;
}

._successKpi_e0y70_59 {
    border-left: 4px solid #00b894;
}

._warningKpi_e0y70_63 {
    border-left: 4px solid #fdcb6e;
}
/* Chart Container Styles */
._chartGrid_148eo_2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
}

._loadingGrid_148eo_8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
}

._loadingPlaceholder_148eo_14 {
  height: 350px;
  background-color: #f3f2f1;
  border-radius: 8px;
  animation: _pulse_148eo_1 1.5s infinite;
}

@keyframes _pulse_148eo_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}._chartWrapper_iuhfv_1 {
  position: relative;
  width: 100%;
  height: 100%;
}

._expandButton_iuhfv_7 {
  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_iuhfv_1:hover ._expandButton_iuhfv_7 {
  opacity: 1;
}

._expandButton_iuhfv_7:hover {
  background-color: #f3f2f1;
}

._expandButton_iuhfv_7 i {
  color: #323130;
  font-size: 16px;
}
._modalContainer_xhnly_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_xhnly_13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f3f2f1;
}

._modalTitle_xhnly_22 {
  font-size: 20px;
  font-weight: 600;
  color: #323130;
}

._closeButton_xhnly_28 {
  width: 32px;
  height: 32px;
}

._modalBody_xhnly_33 {
  flex: 1;
  padding: 24px;
  overflow: auto;
  background-color: white;
}

/* Make charts responsive in modal */
._modalBody_xhnly_33 > * {
  width: 100% !important;
  height: calc(85vh - 120px) !important;
}
/* Chart Container Styles */
._chartContainer_1cgv1_2 {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

._chartTitle_1cgv1_10 {
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  color: #2e013c;
}

._chartTitleRow_1cgv1_17 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

._staleIndicator_1cgv1_24 {
  font-size: 11px;
  color: #605e5c;
  font-weight: 400;
  font-style: italic;
}

._chartContent_1cgv1_31 {
  height: 280px;
  width: 100%;
}

._pieChartContent_1cgv1_36 {
  height: 260px;
  width: 100%;
}

/* Loading and Error States */
._loadingContainer_1cgv1_42 {
  height: 200px;
  background-color: #f3f2f1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._loadingText_1cgv1_51 {
  color: #2e013c;
}

._errorContainer_1cgv1_55 {
  height: 200px;
  background-color: #fef7f1;
  border-radius: 4px;
  border: 1px solid #fde7e8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

._errorText_1cgv1_66 {
  color: #d83b01;
  margin-bottom: 8px;
}

._errorSubtext_1cgv1_71 {
  color: #2e013c;
}

._noDataContainer_1cgv1_75 {
  height: 200px;
  background-color: #f8f9fa;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

._noDataText_1cgv1_85 {
  color: #2e013c;
  margin-bottom: 8px;
}

._noDataSubtext_1cgv1_90 {
  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_7qlmn_1 {
    background: #fefaff;
    background: url("/assets/what-we-are-bg-af0a1468.svg"); /* Sooth_Sunrise_highres.svg */
}

._loginCard_7qlmn_6 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 20px;
    background: white;
}

._loginForm_7qlmn_16 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #2e013c;
    padding: 20px;
    border-radius: 16px;
    cursor: pointer;
}

._loginForm_7qlmn_16:hover {
    /* box-shadow: 0px 0px 10px 0px #faebff; */
    box-shadow: rgba(237, 194, 251, 0.5) 0px 10px 20px;
}

._loginWrapper_7qlmn_31 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 20px;
    height: 100%;
    width: 100%;
    box-shadow: -2px 1px 5px 0px #030664;
}

._loginButton_7qlmn_42 {
    /* 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_7qlmn_64 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 400px;
    display: none;
}

._loginContent_7qlmn_64 h2 {
    color: white;
    margin-top: -28px;
    margin-left: 15px;
}

._loader_7qlmn_79 {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #2e013c;
    width: 20px;
    height: 20px;
    -webkit-animation: _spin_7qlmn_1 2s linear infinite; /* Safari */
    animation: _spin_7qlmn_1 2s linear infinite;
    position: absolute;
}

._applogo_7qlmn_90 {
    top: 0px;
    position: absolute;
    left: 0px;
}

/* Safari */
@-webkit-keyframes _spin_7qlmn_1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes _spin_7qlmn_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

._bgImage_7qlmn_115 {
    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_7qlmn_129 {
    background-position: bottom;
}

/* Position text in the middle of the page/image */
._bgText_7qlmn_134 {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 20px;
    text-align: center;
}

._img_7qlmn_146 {
    /* border: 3px solid #f1f1f1; */
    padding: 20px;
}
/* Layout.module */
._layout_1kng9_2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 65px;
}

._header_1kng9_9 {
    background-color: #fff;
    color: #f2f2f2;
    padding: 0px 0px;
    position: fixed;
    top: 0;
    z-index: 9;
    width: calc(100vw - 235px);
    height: 65px;
    left: 60px;
}

._headerContainer_1kng9_21 {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 12px;
    margin-top: 6px;
}

._headerTitleContainer_1kng9_29 {
    display: flex;
    align-items: center;
    color: #f2f2f2;
    text-decoration: none;
    width: 210px;
    justify-content: center;
    margin-right: 1em;
}

._headerTitle_1kng9_29 {
    margin-left: 12px;
    font-weight: 600;
}

._headerNavList_1kng9_44 {
    display: flex;
    list-style: none;
    padding-left: 0;
}

._headerNavPageLink_1kng9_50 {
    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_1kng9_50:hover {
    opacity: 1;
}

._headerNavPageLinkActive_1kng9_63 {
    color: #f2f2f2;
    text-decoration: none;
}

._headerNavLeftMargin_1kng9_68 {
    margin-left: 20px;
}

._headerRightText_1kng9_72 {
    font-weight: normal;
    margin-left: 40px;
}

._microsoftLogo_1kng9_77 {
    height: 23px;
    font-weight: 600;
}

._githubLogo_1kng9_82 {
    height: 20px;
}

._button_1kng9_86 {
    background: #0000;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    color: #fff;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
}

._ul_1kng9_95 {
    list-style: none;
    padding: unset;
    margin: unset;
    display: block;
}

._li_1kng9_102 {
    padding: 14px;
    transition: all linear 0.3s;
    margin: 0px;
}

._li_1kng9_102:hover {
    background: gray;
    cursor: pointer;
    color: #fff;
}

._dropdownMenu_1kng9_114 {
    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_1kng9_122 {
    margin: 0px auto;
    padding: 20px 15px;
    min-height: 95vh;
}

._newBtn_1kng9_128 {
    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_1kng9_128:hover {
    cursor: pointer;
    background-color: #2e013c;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(235, 236, 240, 0.4);
}

._newBtn_1kng9_128:active {
    cursor: pointer;
    background-color: #2e013c;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(235, 236, 240, 0.4);
}
._newBtnActive_1kng9_163 {
    cursor: pointer;
    background-color: #2e013c;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(235, 236, 240, 0.4);
}

._active_1kng9_170 {
    cursor: pointer;
    background-color: #2e013c;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(235, 236, 240, 0.4);
}

._fixed_1kng9_177 {
    position: fixed;
    top: 50;
    left: 0;
    z-index: 9;
    margin-top: 65px;
}

._btnWrapper_1kng9_185 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 6px;
    z-index: 9;
    border: 1px solid #ced4da;
    margin-right: 10px;
}

._projectName_1kng9_196 {
    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_1kng9_177._sidebarCollaped_1kng9_207 {
    /* left: -210px !important; */
}
._rightContainer_1kng9_122._sidebarCollaped_1kng9_207 {
    margin-left: 10px;
}

._emptySpace_1kng9_214 {
    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_1kng9_214 {
        width: 450px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1550px) {
    ._emptySpace_1kng9_214 {
        width: 400px;
    }
}

._gptBtnWrapper_1kng9_244 {
    display: flex;
    justify-content: end;
    align-items: center;
    flex: 1 0 0px;
    max-width: calc(100% - 190px);
    margin-right: 10px;
}
._sidebarLayout_vyo27_1 {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #f2f2f2;
    border-right: 1px solid var(--Grey, #ced4da);
}

._headerTitleContainer_vyo27_9 {
    color: #f2f2f2;
    text-decoration: none;
    text-align: center;
    margin: 20px 0 10px 0;
    transition: all 0.3s ease;
}

._sidebarCollaped_vyo27_17 ._headerTitleContainer_vyo27_9 {
    margin: 20px 0 10px 0;
    width: 60px;
    padding: 0;
}

._historyContainer_vyo27_23 {
    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_vyo27_17 ._historyContainer_vyo27_23 {
    width: 60px;
    overflow-x: hidden;
    overflow-y: visible;
    height: calc(100vh - 240px);
}

._activeLink_vyo27_43 {
    width: 230px;
    height: 30px;
    padding: 5px;
    margin: 0px;
    background: #2e013c;
    color: #ffffff;
}

._sidebarWrapper_vyo27_52 {
    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_vyo27_64 {
    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_vyo27_85 {
    position: absolute;
    bottom: 0px;
    left: 10px;
    height: 150px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

a {
    text-decoration: none;
}

._bottomContainerContent_vyo27_99 {
    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_vyo27_112 {
    margin-left: 12px;
}

._sidebarWrapper_vyo27_52 {
    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_vyo27_17 {
    width: 60px;
}

._active_vyo27_43 {
    color: #495057;
    font-size: 16px;
}

._timeline_vyo27_140 {
    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_vyo27_151:hover,
._timeStamp_vyo27_64: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_vyo27_165 {
    color: #2e013c;
}

._logoutButton_vyo27_169 {
    cursor: pointer;
    border: none;
    background: transparent;
    margin-left: 18px;
}

._chatThreadContainer_vyo27_176 {
    position: relative;
}

._chatThread_vyo27_151 {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    color: #2e013c;
}

._actionButtons_vyo27_187 {
    display: none; /* Hide by default */
}

._chatThreadContainer_vyo27_176:hover ._actionButtons_vyo27_187 {
    display: flex; /* Show on hover */
}

._chatThreadContainer_vyo27_176:hover ._actionButtons_vyo27_187 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_vyo27_209 {
    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_vyo27_221 {
    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_vyo27_236 {
    margin: auto;
    font-weight: 400 !important;
    font-size: 14px;
}

._newChatButtonText_vyo27_236:hover {
    cursor: pointer;
    font-weight: 600 !important;
}

._sidebarFooter_vyo27_247 {
    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_vyo27_262 {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    color: #f2f2f2;
    border-right: 1px solid var(--Grey, #ced4da);
}

._navlink_vyo27_271 {
    display: flex;
    align-items: center;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400 !important;
}
/* Foother links contact Us, T&C, Pricacy Policy */
._footerLinks_1plj1_2 {
    color: #4e4d4d !important;
    cursor: pointer;
    font-weight: 400;
}
._footerLinks_1plj1_2: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_1lu4v_1 {
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 8px !important;
    background-color: #fefaff !important;
    border: 1px solid #ced4da !important;
}

._minWidth100_1lu4v_9 {
    min-width: 100px !important;
}

._profileMenu_1lu4v_13 {
    margin: 0px;
    right: 135px;
    top: 10px;
    border-radius: 0px !important;
    background-color: #fefaff !important;
    padding-right: 10px !important;
    padding-left: 0px !important;
}

._navlink_1lu4v_23,
._subnavlink_1lu4v_24 {
    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_1lu4v_23:hover,
._subnavlink_1lu4v_24:hover {
    background-color: #faebff; /* Hover background color */
    color: #2e013c !important;
    /* border-right: 5px solid #2e013c; */
    border-radius: 8px;
    padding: 10px 10px 10px 16px;
}
._navlink_1lu4v_23 a svg,
._subnavlink_1lu4v_24 a svg {
    margin-left: 40px;
}
._active_1lu4v_46 {
    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_1lu4v_56 {
    color: #231f20aa;
    cursor: default;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
}

._loader_1lu4v_65 {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #2e013c;
    width: 20px;
    height: 20px;
    -webkit-animation: _spin_1lu4v_1 2s linear infinite; /* Safari */
    animation: _spin_1lu4v_1 2s linear infinite;
    left: 70px;
}

/* Safari */
@-webkit-keyframes _spin_1lu4v_1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes _spin_1lu4v_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

._loadingContent_1lu4v_95 {
    width: 160px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

._submenu_1lu4v_102 {
    min-width: max-content;
}

._navlink2_1lu4v_106 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
._llmsContainer_116b1_1 {
    position: relative;
    display: inline-block;
    margin: 6px 10px 10px 0;
}

._llmsLink_116b1_7 {
    cursor: pointer;
    color: #2e013c;
}

._dropdownList_116b1_12 {
    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_116b1_28 {
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
    color: #111;
}

._dropdownItem_116b1_28:hover {
    background-color: #f0f0f0; /* Highlight on hover */
}

._dropdownItem_116b1_28._selectedItem_116b1_39 {
    background-color: #f0f0f0; /* Highlight selected item */
    font-weight: bold;
}

._itemWrapper_116b1_44 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    width: 265px;
}

._itemIcon_116b1_52 {
    margin: auto 5px;
}
._itemContent_116b1_55 {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    flex-grow: 1;
    width: auto;
}
._itemTitle_116b1_64 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    font-size: 16px;
    font-weight: 600;
}
._itemDescription_116b1_72 {
    font-size: 12px;
    align-self: self-start;
    width: auto;
}

._selectedLLMWrapper_116b1_78 {
    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_116b1_92 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}
._llmDropdownIcon_116b1_99 {
    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_pa25s_1 {
    display: flex;
    flex-direction: column;
}

._chatRoot_pa25s_6 {
    flex: 1;
    display: flex;
    margin-bottom: 150px;
    margin-top: -10px;
}

._chatContainer_pa25s_13 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 68vh;
}

._chatEmptyState_pa25s_22 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 1024px;
    max-width: 1268px;
}

._chatEmptyStateTitle_pa25s_32 {
    font-size: 4rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}

._chatEmptyStateSubtitle_pa25s_39 {
    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_pa25s_22 {
        padding-top: 0;
    }

    ._chatEmptyStateTitle_pa25s_32 {
        font-size: 3rem;
        margin-bottom: 0px;
    }
}

._chatMessageStream_pa25s_61 {
    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_pa25s_73 {
    margin-bottom: 20px;
    max-width: 80%;
    display: flex;
    min-width: 500px;
}

._chatMessageGptMinWidth_pa25s_80 {
    max-width: 500px;
    margin-bottom: 20px;
}

._chatInput_pa25s_85 {
    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_pa25s_98 {
    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_pa25s_117 {
    margin-top: 15px;
}

._loadingLogo_pa25s_121 {
    font-size: 28px;
}

._commandsContainer_pa25s_125 {
    display: flex;
    align-self: flex-end;
}

._commandButton_pa25s_130 {
    margin-right: 52px;
    margin-bottom: 20px;
}

._usecaseLogo_pa25s_135 {
    width: 470px;
    margin: 4px;
    margin-left: 32px;
    margin-top: 0px;
}

._chatEmptyStateCenter_pa25s_142 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 65vh;
    max-height: 1024px;
    max-width: 1200px;
}
._examplesNavList_15dz2_1 {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
    max-width: 900px;
}

._example_15dz2_1 {
    word-break: break-word;
    background: #dbdbdb;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

._exampleText_15dz2_21 {
    margin: 0;
    font-size: 22px;
    width: 280px;
    height: 100px;
}

@media only screen and (max-height: 780px) {
    ._exampleText_15dz2_21 {
        font-size: 20px;
        height: 80px;
    }
    ._exampleTip_15dz2_33 {
        font-size: 12px;
        height: 50px;
    }
}

._exampleTip_15dz2_33 {
    color: var(--Grey, #919191);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 20px;
}

._exampleLayout_15dz2_48 {
    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_15dz2_48:hover {
    transform: scale(1.03);
    box-shadow: rgba(237, 194, 251) 0px 8px 30px;
}

._h150_15dz2_77 {
    min-height: 165.4px;
}

._exampleLayoutDisabled_15dz2_81 {
    cursor: no-drop;
}

._exampleTypo_15dz2_85 {
    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_15dz2_101 {
    height: 20px;
    width: 20px;
    /* margin-bottom: 10px; */
}

._exampleTitle_15dz2_107 {
    color: var(--Bright-Blue-Base, #2e013c);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

._exampleTypoLink_15dz2_115 {
    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_15dz2_130 {
    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_15dz2_130::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_1jp4o_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_1jp4o_9,
._visionQuestionInputContainer_1jp4o_10 {
	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_1jp4o_18 {
	width: 100%;
	line-height: 40px;
}

._questionInputRightContainer_1jp4o_23 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
._questionLengthCounter_1jp4o_29 {
	font-size: 14px;
	font-weight: 700;
	color: #999;
    margin-right: 10px;
}
._questionInputButtonsContainer_1jp4o_35 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

._questionInputSendButton_1jp4o_41 {
	cursor: pointer;
}

._questionInputSendButtonDisabled_1jp4o_45 {
	opacity: 0.4;
}


._minHeightWithImageFile_1jp4o_50 {
    height: 200px !important;
    min-height: 200px;
}

._microphoneIcon_1jp4o_55 {
    margin-right: 10px;
    cursor: pointer;
}

._stopButton_1jp4o_60 {
    margin-right: 10px;
}


._questionInputLeftContainer_1jp4o_65 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    cursor: default;
}

._draggingCursor_1jp4o_73 {
    cursor: grab;
}

._questionInputFileUploadsContainer_1jp4o_77 {
    display: flex;
    flex-direction: row;
    gap:5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
}


._dropZone_1jp4o_87 {
    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_1jp4o_97 {
    border-color: #7376e1;
    background-color: #e6e8ff;
}

._dropZone_1jp4o_87 p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

._errorMessage_1jp4o_108 {
    color: #d13438;
    font-size: 12px;
    margin-top: 5px;
}

._visionQuestionInputContainer_1jp4o_10 ._questionInputLeftContainer_1jp4o_65 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

._questionInputButtons_1jp4o_35 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 1 0 1px;

}
._toolsContainer_1jp4o_128 {
    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_1jp4o_128 span {
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;    
}
._toolsContainer_1jp4o_128:hover {
    background-color: #fefaff;
}._fileContainer_11r9t_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_11r9t_14 {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}

._imageThumbnail_11r9t_24 {
    width: 250px;

    object-fit: cover;
    border-radius: 4px;
}

._smallImage_11r9t_31 {
    width: 58px !important;
}

._fileInfo_11r9t_35 {
    display: flex;
    flex-direction: column;
}

._fileName_11r9t_40 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

._fileType_11r9t_46 {
    font-size: 14px;
    color: #666;
}

._removeButton_11r9t_51 {
    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_11r9t_51:hover {
    background: #2e013c;
    box-shadow: 0 0 5px #070303;
}
._toolsContainer_1lfas_1 {
    position: relative;
    display: inline-block;
    /* margin: 6px 10px 10px 0; */
}

._toolsLink_1lfas_7 {
    cursor: pointer;
    color: #2e013c;
    text-decoration: underline;
    display: flex;
}

._dropdownList_1lfas_14 {
    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_1lfas_30 {
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
}

._dropdownItem_1lfas_30:hover {
    background-color: #f0f0f0; /* Highlight on hover */
}

._dropdownItem_1lfas_30._selectedItem_1lfas_40 {
    background-color: #f0f0f0; /* Highlight selected item */
    font-weight: bold;
}

._itemWrapper_1lfas_45 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    width: 220px;
}

._itemIcon_1lfas_53 {
    margin: auto 5px;
}
._itemContent_1lfas_56 {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    flex-grow: 1;
    width: auto;
}
._itemTitle_1lfas_65 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    font-size: 16px;
    /* font-weight: 600; */
}
._itemDescription_1lfas_73 {
    font-size: 12px;
    align-self: self-start;
    width: auto;
}
._fileUploadWrapper_13tci_1 {
    left: 20px;
    align-items: center;
    display: inline-flex;
}

._fileUploadWrapper_13tci_1 svg {
    /* width: 32px;
    height: 32px; */
}
._uploadButton_13tci_11 {
    cursor: pointer;
    background-color: #2e013c;
    color: #fff;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}

._buttonWrapper_13tci_21 {
    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_13tci_11[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    color: #fff;
}

._uploadButton_13tci_11[disabled]:hover {
    background-color: #444;
    color: #ccc;
}

._customFileUpload_13tci_46 {
    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_13tci_58 {
    padding: 8px 14px;
    margin-right: 20px;
    background-color: #2e013c;
    font-size: 15px;
    color: #ffffff;
    cursor: no-drop;
}
._fileTypeText_13tci_66 {
    font-size: 12px;
    margin-top: -5px;
}
._uploadError_13tci_70 {
    color: #f00;
}
._uploadErrorMessage_13tci_73 {
    color: #f00;
    font-size: 12px;
    margin-top: 10px;
}
._loader_13tci_78 {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: _spin_13tci_1 2s linear infinite; /* Safari */
    animation: _spin_13tci_1 2s linear infinite;
    position: absolute;
    left: 70px;
}

/* Safari */
@-webkit-keyframes _spin_13tci_1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes _spin_13tci_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

._roundedBadge_13tci_109 {
    padding: 8px 14px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 25px;
    color: #2e013c;
    cursor: no-drop;
}

._roundedCustomFileUpload_13tci_119 {
    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_13tci_132 {
    font-size: 15px;
    margin-right: 10px;
}
._container_1a4ok_1 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    max-width: 80%;
    margin-left: auto;
}

._message_1a4ok_9 {
    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_1a4ok_18 {
    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_1a4ok_25 {
    cursor: pointer;
    text-align: end;
    min-height: 100px;
}

._thumbnailImage_1a4ok_31 {
    width: 250px;
    min-height: 100px;
    transition: transform 0.2s;
    margin: 0;
    padding: 3px;
    object-fit: fill;
}

._thumbnailImage_1a4ok_31:hover {
    box-shadow: 0 0 5px;
}

._messageWrapper_1a4ok_44 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
}
@media (max-width: 980px) {
    ._container_1a4ok_1 {
        max-width: 100%;
    }
}
._answerContainer_zwdu6_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_zwdu6_12 {
    font-size: 28px;
}

._answerText_zwdu6_16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    white-space: pre-line;
}

._answerText_zwdu6_16 table {
    border-collapse: collapse;
}

._answerText_zwdu6_16 td,
._answerText_zwdu6_16 th {
    border: 1px solid;
    padding: 5px;
}

._selected_zwdu6_35 {
    outline: 2px solid #2e013c;
}

._citationLearnMore_zwdu6_39 {
    margin-right: 5px;
    font-weight: 600;
    line-height: 24px;
}

._citation_zwdu6_39 {
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding: 0px 8px;
    background: #d1dbfa;
    color: #2e013c;
    text-decoration: none;
    cursor: pointer;
}

._citation_zwdu6_39:hover {
    text-decoration: underline;
}

._followupQuestionsList_zwdu6_60 {
    margin-top: 10px;
}

._followupQuestionLearnMore_zwdu6_64 {
    margin-right: 5px;
    font-weight: 600;
    line-height: 24px;
}

._followupQuestion_zwdu6_60 {
    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_zwdu6_82 {
    text-decoration: none;
    cursor: pointer;
}

._supContainer_zwdu6_82: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_zwdu6_110 {
    font-size: 12px;
}

._retryButton_zwdu6_114 {
    width: fit-content;
    background-color: #2e013c;
    border: 1px solid #2e013c;
    color: #ffffff;
}

@keyframes _loading_zwdu6_139 {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
    100% {
        content: "";
    }
}

._loadingdots_zwdu6_139::after {
    content: "";
    animation: _loading_zwdu6_139 1s infinite;
}
._wrapper_iu96f_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_iu96f_11 {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.4;
}

._table_iu96f_11 th,
._table_iu96f_11 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_iu96f_11 thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--colorNeutralBackground3, #f5f5f5);
    font-weight: 600;
    white-space: nowrap;
}

._table_iu96f_11 tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.02);
}

._caption_iu96f_42 {
    font-size: 12px;
    color: var(--colorNeutralForeground3, #605e5c);
    margin-bottom: 6px;
}
._popup_5cdhe_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_5cdhe_1._active_5cdhe_13 {
    display: block;
}

._popupContent_5cdhe_17 {
    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_5cdhe_28 {
    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_5cdhe_42 {
    min-width: 70vw;
    height: auto;
    max-width: 90vw;
}

._mainContent_5cdhe_48 {
    display: flex;
    justify-content: center;
    align-items: center;
}

._imageContainer_5cdhe_54 {
    cursor: pointer;
}

._thumbnailImage_5cdhe_58 {
    width: 250px;
    transition: transform 0.2s;
    margin: 0;
    padding: 3px;
    object-fit: fill;
}

._thumbnailImage_5cdhe_58:hover {
    box-shadow: 0 0 5px;
}
._thoughtProcess_12kds_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_12kds_14 {
    position: fixed;
    background: #fff;
    color: #2e013c;
    border: 0.5px solid gray;
    padding: 5px 8px;
    margin: -40px 10px 8px;
}
._supportingContentContainer_12kds_22 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
._supportingContentNavList_mz1tf_1 {
	list-style: none;
	padding-left: 5px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

._supportingContentItem_mz1tf_9 {
	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_mz1tf_20 {
	margin: 0;
}

._supportingContentItemText_mz1tf_24 {
	margin-bottom: 0;
	font-weight: 300;
}
._container_5kzxb_1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: -60px;
}

._chatRoot_5kzxb_8 {
    flex: 1;
    display: flex;
    margin-bottom: 150px;
    margin-top: 50px;
}

._chatContainer_5kzxb_15 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 68vh;
}

._chatEmptyState_5kzxb_24 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 1024px;
    max-width: 1268px;
}

._chatEmptyStateTitle_5kzxb_34 {
    font-size: 4rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}

._chatEmptyStateSubtitle_5kzxb_41 {
    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_5kzxb_24 {
        padding-top: 0;
    }

    ._chatEmptyStateTitle_5kzxb_34 {
        font-size: 3rem;
        margin-bottom: 0px;
    }
}

._chatMessageStream_5kzxb_63 {
    flex-grow: 1;
    max-width: 1268px;
    width: 100%;
    overflow-y: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
}

._chatMessageGpt_5kzxb_74 {
    margin-bottom: 20px;
    display: block;
    /* max-width: 80%;
    min-width: 500px; */
}

._chatMessageGptMinWidth_5kzxb_81 {
    max-width: 500px;
    margin-bottom: 20px;
}

._chatInput_5kzxb_86 {
    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_5kzxb_100 {
    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_5kzxb_119 {
    margin-top: 15px;
}

._loadingLogo_5kzxb_123 {
    font-size: 28px;
}

._commandsContainer_5kzxb_127 {
    display: flex;
    align-self: flex-end;
}

._commandButton_5kzxb_132 {
    margin-right: 0px;
    margin-bottom: 20px;
}

._usecaseLogo_5kzxb_137 {
    margin: 4px;
    display: flex;
    align-items: center;
    gap: 14px;
}

/* # Gecko-based browsers */
._chatMessageStream_5kzxb_63 {
    scrollbar-width: none;
}

/* # Microsoft web browsers */
._chatMessageStream_5kzxb_63 {
    -ms-overflow-style: none;
}

/* # Hiding the scrollbar on Chrome, Edge, and other WebKit-based browsers */
._chatMessageStream_5kzxb_63::-webkit-scrollbar {
    display: none;
}

._answerContainer_5kzxb_159 {
    display: flex;
}
._answerContainer_5kzxb_159._split_5kzxb_162 {
    height: 92vh;
}
._splitWindow_5kzxb_165 {
    flex: 1;
    width: 50%;
}
._splitWindowCollapsed_5kzxb_169 {
    display: none;
}
._codePanOpen_5kzxb_172 {
    width: 40% !important;
}

._codeExecutorReponse_5kzxb_176 {
    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_5kzxb_196 {
    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_5kzxb_208 {
    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_5kzxb_216,
._visionQuestionInputContainer_5kzxb_217 {
    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_5kzxb_225 {
    width: 100%;
    line-height: 40px;
}

._questionInputRightContainer_5kzxb_230 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
._questionLengthCounter_5kzxb_236 {
    font-size: 14px;
    font-weight: 700;
    color: #999;
}
._questionInputButtonsContainer_5kzxb_241 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

._questionInputSendButton_5kzxb_247 {
    cursor: pointer;
}

._questionInputSendButtonDisabled_5kzxb_251 {
    opacity: 0.4;
}

._minHeightWithImageFile_5kzxb_255 {
    height: 200px !important;
    min-height: 200px;
}

._microphoneIcon_5kzxb_260 {
    margin-right: 10px;
    cursor: pointer;
}

._stopButton_5kzxb_265 {
    margin-right: 10px;
}

._questionInputLeftContainer_5kzxb_269 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    cursor: default;
}

._draggingCursor_5kzxb_277 {
    cursor: grab;
}

._questionInputFileUploadsContainer_5kzxb_281 {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: start;
}

._dropZone_5kzxb_290 {
    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_5kzxb_300 {
    border-color: #7376e1;
    background-color: #e6e8ff;
}

._dropZone_5kzxb_290 p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

._errorMessage_5kzxb_311 {
    color: #d13438;
    font-size: 12px;
    margin-top: 5px;
}

._visionQuestionInputContainer_5kzxb_217 ._questionInputLeftContainer_5kzxb_269 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

._dragErrorMessage_5kzxb_323 {
    padding-left: 30px;
    text-wrap: wrap;
    color: #dc2626;
    font-size: 14px;
    animation: _errorFadeIn_5kzxb_1 0.3s ease-in-out;
}

@keyframes _errorFadeIn_5kzxb_1 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* question input css end */
._container_khp48_1 {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    /* color: #ffffff; */
}

._right165_khp48_9 {
    right: 110px;
}
/* SettingsPanel.module */
._chatSettingsSeparator_1lyfo_2 {
	margin-top: 0px;
	color:#2e013c
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}._codeEditor_1ct9c_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_1ct9c_14 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f0f0f0;

    width: 100%; /* Ensure the container takes full width */
}
._codeEditorBody_1ct9c_23 {
    /* height: 90%; */
}
._title_1ct9c_26 {
    font-weight: bold;
    flex-grow: 1;
    padding-left: 20px;
}

._runButton_1ct9c_32 {
    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_1ct9c_46 {
    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_1ct9c_46._boxVisible_1ct9c_68 {
    bottom: 0;
}

._responseHeader_1ct9c_72 {
    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_1ct9c_83 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 10px;
}
._close_1ct9c_90 {
    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_1ct9c_46._boxVisible_1ct9c_68 ._close_1ct9c_90 {
    bottom: 0;
    transform: rotate(180deg) !important;
}
._responseTitle_1ct9c_103 {
    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_1ct9c_114 {
    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_1iipy_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_1iipy_11 {
    border-color: #2e013c;
    background-color: #e6e8ff;
}

._dropZone_1iipy_1 p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

._errorMessage_1iipy_22 {
    color: #d13438;
    font-size: 12px;
    margin-top: 5px;
}

._visionQuestionInputContainer_1iipy_28 ._questionInputLeftContainer_1iipy_28 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Enhanced drag and drop container */
._questionInputLeftContainer_1iipy_28 {
    position: relative;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

/* Active dragging state */
._draggingActive_1iipy_42 {
    cursor: copy !important;
}

._draggingActive_1iipy_42 * {
    cursor: copy !important;
}

._draggingActive_1iipy_42 ._dragDropOverlay_1iipy_50 {
    pointer-events: none;
}

/* Drag and drop overlay */
._dragDropOverlay_1iipy_50 {
    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_1iipy_1 0.2s ease-in-out;
}

@keyframes _dragOverlayFadeIn_1iipy_1 {
    from {
        opacity: 0;
        transform: scale(0.98);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

._dragDropContent_1iipy_83 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    padding: 32px;
    text-align: center;
}

._dragDropIcon_1iipy_92 {
    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_1iipy_1 0.6s ease-in-out infinite alternate;
}

@keyframes _iconBounce_1iipy_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-4px);
    }
}

._dragDropIconOverlay_1iipy_114 {
    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_1iipy_114 svg {
    width: 16px;
    height: 16px;
}

._dragDropIconOverlay_1iipy_114 path {
    stroke: white !important;
}

._dragDropText_1iipy_137 {
    margin-top: -80px;
}

._dragDropText_1iipy_137 h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
}

._dragDropText_1iipy_137 p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
}

/* Enhanced error message styling */
._errorMessage_1iipy_22 {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    animation: _errorFadeIn_1iipy_1 0.3s ease-in-out;
}

@keyframes _errorFadeIn_1iipy_1 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhance the main container for better drag experience */
._questionInputContainer_1iipy_180,
._visionQuestionInputContainer_1iipy_28 {
    position: relative;
    transition: all 0.2s ease-in-out;
}

/* Optional: Add subtle border highlight on drag hover */
._draggingActive_1iipy_42 ._questionInputLeftContainer_1iipy_28 {
    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_1iipy_194 {
    position: relative;
    z-index: 1;
}

._questionInputTextArea_1iipy_199 {
    position: relative;
    z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    ._dragDropContent_1iipy_83 {
        padding: 24px 16px;
        gap: 12px;
    }

    ._dragDropIcon_1iipy_92 {
        width: 60px;
        height: 60px;
    }

    ._dragDropIconOverlay_1iipy_114 {
        width: 24px;
        height: 24px;
        top: -6px;
        right: -6px;
    }

    ._dragDropIconOverlay_1iipy_114 svg {
        width: 12px;
        height: 12px;
    }

    ._dragDropText_1iipy_137 h3 {
        font-size: 18px;
    }

    ._dragDropText_1iipy_137 p {
        font-size: 13px;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    ._dragDropOverlay_1iipy_50,
    ._errorMessage_1iipy_22 {
        animation: none;
    }

    ._dragDropIcon_1iipy_92 {
        animation: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    ._dragDropOverlay_1iipy_50 {
        background: white;
        border-color: black;
        border-width: 3px;
    }

    ._dragDropText_1iipy_137 h3 {
        color: black;
    }

    ._dragDropText_1iipy_137 p {
        color: #333;
    }
}

/* Prevent flickering by making overlay non-interactive */
._dragDropOverlay_1iipy_50 {
    /* 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_1iipy_1 0.2s ease-in-out;
    pointer-events: none; /* ADD THIS LINE */
    width: 100vw;
    height: 100vh;
}
/* Unauthorized.module.css */
._container_1ozf2_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    background-color: #f5f5f5;
    margin-top: -50px;
}

._title_1ozf2_13 {
    color: #d32f2f;
    margin-bottom: 16px;
}

._message_1ozf2_18 {
    color: #666;
    margin-bottom: 24px;
    font-size: 20px;
}

._homeLink_1ozf2_24 {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #2e013c;
    transition: background-color 0.3s;
}

._homeLink_1ozf2_24:hover {
    background-color: #2e013c;
}
