* {
    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;
}
