._maxWidthFull_tg0m1_1 {
  max-width: 100%;
}
._chatContainer_tg0m1_4 {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
._fullheight_tg0m1_9 {
  height: 100%;
}
._fullheightPreview_tg0m1_12 {
  height: calc(100% - 26px);
}
._inputForm_tg0m1_15 {
  display: flex;
  width: 100%;
  padding: 10px;
  padding-bottom: 14px;
  order: 1;
  left: 0;
  bottom: 0;
  z-index: 40;
}

._messages_tg0m1_26 {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  order: 2;
}
._marginBottom_tg0m1_34 {
  margin-bottom: 145px;
}
._userMessage_tg0m1_37,
._assistantMessage_tg0m1_38,
._codeMessage_tg0m1_39 {
  margin: 8px 0;
  padding: 12px 20px;
  align-self: flex-start;
  border-radius: 15px;
  overflow-wrap: break-word;
}
._assistantMessage_tg0m1_38 {
  padding: 0;
  margin-block: 0;
}
._assistantMessage_tg0m1_38 img {
  max-width: 100%;
  margin: 8px 0px 8px 0px;
  border-radius: 8px;
}

._userMessage_tg0m1_37 {
  align-self: flex-end;
  color: #fff;
  border-radius: 20px 4px 20px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  padding: 6px 20px;
  word-wrap: break-word;
  white-space: normal;  
  width: -moz-max-content;  
  width: max-content;
  max-width: 87%;
}

._userMessagePlainText_tg0m1_72 {
  background: #F1F6F9;
  justify-self: flex-end;
  border-radius: 20px 4px 20px 20px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  padding: 6px 20px;
  word-wrap: break-word;
  white-space: normal;  
  width: -moz-max-content;  
  width: max-content;
  max-width: 100%;
}

._codeMessage_tg0m1_39 {
  padding: 10px 16px;
  background-color: #e9e9e9;
  font-family: monospace;
  counter-reset: line;
}

._codeMessage_tg0m1_39 > div {
  margin-top: 4px;
}

._codeMessage_tg0m1_39 span {
  color: #b8b8b8;
  margin-right: 8px;
}

._markdownContainer_tg0m1_105 {
  width: 100%;
  overflow-x: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  color: #1B1C1D;
  line-height: 28px;
  margin-bottom: 4px;
}
._markdownContainer_tg0m1_105 > p:first-child {
  margin-top: 0;
}
._styledTable_tg0m1_119 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #ddd;
}
._styledTh_tg0m1_127 {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  font-weight: bold;
}
._styledTd_tg0m1_133 {
  border: 1px solid #ddd;
  padding: 8px;
}
._styledTable_tg0m1_119 tr:nth-child(even) {
  background-color: #f9f9f9;
}
._styledTable_tg0m1_119 tr:hover {
  background-color: #f1f1f1;
}
._markdownContainer_tg0m1_105 p:nth-child(2) {
  display: flex;
  gap: 8px;
}
._styledA_tg0m1_147 {
  background:#ffffff;
  box-shadow: 0px 0px 15px 0px #00000014;
  color: #7F7E7F;
  padding: 8px 16px;
  border-radius: 10px;
  display:inline-block;
  font-size:12px;
  cursor:pointer;
  max-width: 230px;
  margin:0 4px;
}
._styledA_tg0m1_147 p {
  margin: 0;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._styledA_tg0m1_147 p:first-child {
  font-size: 14px;
  color: #595959;
  line-height: 1.5;
  font-weight: 500;
}

._loadingText_tg0m1_173 {
  background: linear-gradient(
    96.97deg,
    #ea8649 -16.21%,
    #cb6f7b 13.17%,
    #9b4ea6 40.3%,
    #55479d 68.55%,
    #3499a3 96.8%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 500;
  padding-top: 8px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
._loadingText_tg0m1_173:after {
  content: "";
  display: inline-block;
  animation: _dotAnimation_tg0m1_1 1.5s infinite steps(1, end);
}
._suggestionWrapper_tg0m1_195 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
._aiIcon_tg0m1_201 {
  width: 24px;
}
._attachedFileContainer_tg0m1_204 {
  display: flex;
  gap:5px;
}
@media screen and (min-width: 768px) {
  ._userMessage_tg0m1_37 {
    max-width: 94%;
  }
  ._aiIcon_tg0m1_201 {
    width: 32px;
  }
  ._inputForm_tg0m1_15 {
    padding-bottom: 10px;
    right: 0;
    left: auto;
  }
  ._inputForm_tg0m1_15[style="position: relative;"] {
    padding-bottom: 0;
  }
}

@keyframes _dotAnimation_tg0m1_1 {
  0% {
    content: '.';
  }
  33% {
    content: '..';
  }
  66% {
    content: '...';
  }
  100% {
    content: '.';
  }
}@keyframes _blink_11r05_1 {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }
  ._dot_11r05_6 {
    animation: _blink_11r05_1 1.5s infinite;
    font-size: 1rem; /* Makes the dots larger */
    color: #0074B2; /* Optional: make the dots stand out */
  }
  ._dot_1_11r05_11 {
    animation-delay: 0s; /* First dot starts immediately */
  }
  ._dot_2_11r05_14 {
    animation-delay: 0.5s; /* Second dot starts after 0.5s */
  }
  ._dot_3_11r05_17 {
    animation-delay: 1s; /* Third dot starts after 1s */
  }/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-annotation-layer: 1;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }
  .annotationLayer .textWidgetAnnotation :is(input, textarea):required,
  .annotationLayer .choiceWidgetAnnotation select:required,
  .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selectedItem;
  }

  .annotationLayer .linkAnnotation:hover {
    backdrop-filter: invert(100%);
  }
}

.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
}

.annotationLayer[data-main-rotation='90'] .norotate {
  transform: rotate(270deg) translateX(-100%);
}
.annotationLayer[data-main-rotation='180'] .norotate {
  transform: rotate(180deg) translate(-100%, -100%);
}
.annotationLayer[data-main-rotation='270'] .norotate {
  transform: rotate(90deg) translateY(-100%);
}

.annotationLayer canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  transform-origin: 0 0;
}

.annotationLayer .linkAnnotation {
  outline: var(--link-outline);
}

.textLayer.selecting ~ .annotationLayer section {
  pointer-events: none;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea),
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--total-scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required,
.annotationLayer .choiceWidgetAnnotation select:required,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  background: none;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}
.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-image: none;
  background-color: transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  background-color: CanvasText;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}

.annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  position: absolute;
}

.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--total-scale-factor));
  width: 100%;
  min-width: calc(180px * var(--total-scale-factor));
  pointer-events: none;
}

.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--total-scale-factor));
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor))
    rgba(136, 136, 136, 1);
  border-radius: calc(2px * var(--total-scale-factor));
  padding: calc(6px * var(--total-scale-factor));
  margin-left: calc(5px * var(--total-scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--total-scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--total-scale-factor));
}

.annotationLayer .popupContent {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: calc(2px * var(--total-scale-factor));
  padding-top: calc(2px * var(--total-scale-factor));
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--total-scale-factor));
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: rgba(180, 0, 170, 1);
  --highlight-selected-bg-color: rgba(0, 100, 0, 1);
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}

[data-main-rotation='90'] {
  transform: rotate(90deg) translateY(-100%);
}
[data-main-rotation='180'] {
  transform: rotate(180deg) translate(-100%, -100%);
}
[data-main-rotation='270'] {
  transform: rotate(270deg) translateX(-100%);
}

.textLayer {
  position: absolute;
  text-align: initial;
  inset: 0;
  overflow: hidden;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
}

.textLayer :is(span, br) {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  margin: 0;
  transform-origin: 0 0;
}

/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
 * the problem doesn't show up in "text" reference tests. */
.textLayer span.markedContent {
  top: 0;
  height: 0;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
}

/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
.textLayer br::-moz-selection {
  background: transparent;
}
.textLayer br::selection {
  background: transparent;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  inset: 100% 0 0;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.textLayer.selecting .endOfContent {
  top: 0;
}

.hiddenCanvasElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px) {

  .\!container {
    max-width: 1400px !important;
  }

  .container {
    max-width: 1400px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-left-1 {
  left: -0.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[45px\] {
  top: 45px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[60\%\] {
  top: 60%;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.m-0 {
  margin: 0px;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-500px {
  height: 500px;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[302px\] {
  height: 302px;
}
.h-\[30vh\] {
  height: 30vh;
}
.h-\[71px\] {
  height: 71px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[85\%\] {
  height: 85%;
}
.h-\[91vh\] {
  height: 91vh;
}
.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
  height: var(--radix-navigation-menu-viewport-height);
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.h-svh {
  height: 100svh;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[140px\] {
  min-height: 140px;
}
.min-h-\[28px\] {
  min-height: 28px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-svh {
  min-height: 100svh;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[--sidebar-width\] {
  width: var(--sidebar-width);
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1px\] {
  width: 1px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[35px\] {
  min-width: 35px;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[--skeleton-width\] {
  max-width: var(--skeleton-width);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.caption-bottom {
  caption-side: bottom;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-px {
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-px {
  --tw-translate-x: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-help {
  cursor: help;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-tl-sm {
  border-top-left-radius: calc(var(--radius) - 4px);
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#c2d8e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(194 216 229 / var(--tw-border-opacity, 1));
}
.border-\[\#e0e3e7\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 227 231 / var(--tw-border-opacity, 1));
}
.border-\[--color-border\] {
  border-color: var(--color-border);
}
.border-border {
  border-color: hsl(var(--border));
}
.border-border\/50 {
  border-color: hsl(var(--border) / 0.5);
}
.border-dark-card-border {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-destructive {
  border-color: hsl(var(--destructive));
}
.border-destructive\/50 {
  border-color: hsl(var(--destructive) / 0.5);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-input {
  border-color: hsl(var(--input));
}
.border-primary {
  border-color: hsl(var(--primary));
}
.border-sidebar-border {
  border-color: hsl(var(--sidebar-border));
}
.border-transparent {
  border-color: transparent;
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#10b981\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-\[\#136d9d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 109 157 / var(--tw-bg-opacity, 1));
}
.bg-\[\#84cc16\] {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#b91c1c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dc2626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eab308\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7fafd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 253 / var(--tw-bg-opacity, 1));
}
.bg-\[--color-bg\] {
  background-color: var(--color-bg);
}
.bg-accent\/10 {
  background-color: hsl(var(--accent) / 0.1);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-background {
  background-color: hsl(var(--background));
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-border {
  background-color: hsl(var(--border));
}
.bg-card {
  background-color: hsl(var(--card));
}
.bg-dark-card {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 47 / var(--tw-bg-opacity, 1));
}
.bg-dark-midnight {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}
.bg-dark-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-destructive {
  background-color: hsl(var(--destructive));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-muted {
  background-color: hsl(var(--muted));
}
.bg-muted\/50 {
  background-color: hsl(var(--muted) / 0.5);
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-popover {
  background-color: hsl(var(--popover));
}
.bg-primary {
  background-color: hsl(var(--primary));
}
.bg-primary\/10 {
  background-color: hsl(var(--primary) / 0.1);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-secondary {
  background-color: hsl(var(--secondary));
}
.bg-sidebar {
  background-color: hsl(var(--sidebar-background));
}
.bg-sidebar-border {
  background-color: hsl(var(--sidebar-border));
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-\[linear-gradient\(96\.97deg\2c _\#ea8649_-16\.21\%\2c _\#cb6f7b_13\.17\%\2c _\#9b4ea6_40\.3\%\2c _\#55479d_68\.55\%\2c _\#3499a3_96\.8\%\)\] {
  background-image: linear-gradient(96.97deg, #ea8649 -16.21%, #cb6f7b 13.17%, #9b4ea6 40.3%, #55479d 68.55%, #3499a3 96.8%);
}
.fill-current {
  fill: currentColor;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[1px\] {
  padding: 1px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-accent {
  color: hsl(var(--accent));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-card-foreground {
  color: hsl(var(--card-foreground));
}
.text-current {
  color: currentColor;
}
.text-dark-accent-cyan {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.text-dark-text-primary {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-destructive {
  color: hsl(var(--destructive));
}
.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
.text-foreground {
  color: hsl(var(--foreground));
}
.text-foreground\/50 {
  color: hsl(var(--foreground) / 0.5);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.text-popover-foreground {
  color: hsl(var(--popover-foreground));
}
.text-primary {
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}
.text-sidebar-foreground {
  color: hsl(var(--sidebar-foreground));
}
.text-sidebar-foreground\/70 {
  color: hsl(var(--sidebar-foreground) / 0.7);
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_24px_\#0074B220\] {
  --tw-shadow: 0 4px 24px #0074B220;
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-sidebar-ring {
  --tw-ring-color: hsl(var(--sidebar-ring));
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\2c right\2c width\] {
  transition-property: left,right,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\2c opa\] {
  transition-property: margin,opa;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\2c height\2c padding\] {
  transition-property: width,height,padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in-0 {
  --tw-enter-opacity: 0;
}
.fade-in-80 {
  --tw-enter-opacity: 0.8;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-700 {
  animation-duration: 700ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  animation-timing-function: linear;
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.running {
  animation-play-state: running;
}

:root .wrapper {
  --background: 210 60% 98%;
--foreground: 226 28% 13%;
--card: 0 0% 100%;
--card-foreground: 226 28% 13%;
--popover: 0 0% 100%;
--popover-foreground: 226 28% 13%;
--primary: 220 59% 30%;
--primary-foreground: 0 0% 100%;
--secondary: 220 52% 95%;
--secondary-foreground: 226 20% 20%;
--muted: 213 38% 97%;
--muted-foreground: 225 27% 43%;
--accent: 146 46% 50%;
--accent-foreground: 105 17% 8%;
--destructive: 9 69% 47%;
--destructive-foreground: 0 0% 100%;
--border: 216 44% 93%;
--input: 216 44% 93%;
--ring: 220 59% 30%;
--radius: .5rem;
--chart-1: 220 59% 30%;
--chart-2: 146 46% 50%;
--chart-3: 41 54% 39%;
--chart-4: 297 44% 50%;
--chart-5: 168 46% 41%;
}

.bni-page-wrapper * {
  box-sizing: border-box;
}

.bni-page-wrapper body {
  margin: 0;
  padding: 0;
  margin-top: 65px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.bni-page-wrapper .p-0 {
  padding: 0 !important;
}

.bni-page-wrapper .min-h-0 {
  min-height: unset !important;
}

.bni-page-wrapper .font-bold {
  font-weight: bold;
}

.bni-page-wrapper ::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

.bni-page-wrapper ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.bni-page-wrapper ::-webkit-scrollbar-thumb {
  background: #e3e3e3;
  border-radius: 6px;
}

.bni-page-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #e3e3e3;
}

.bni-page-wrapper .text-italic {
  font-style: italic;
}

.bni-page-wrapper .font-medium {
  font-weight: 500;
}

.bni-page-wrapper .gap-sm {
  gap: 8px;
}

.bni-page-wrapper .radious-md {
  border-radius: 20px !important;
}

.bni-page-wrapper .radious-lg {
  border-radius: 24px !important;
}

.bni-page-wrapper .button-primary {
  border-radius: 12px !important;
  gap: 8px;
  padding: 12px 16px;
  text-transform: capitalize !important;
  background: linear-gradient(96.97deg,
      #ea8649 -16.21%,
      #cb6f7b 13.17%,
      #9b4ea6 40.3%,
      #55479d 68.55%,
      #3499a3 96.8%) !important;
  position: relative !important;
}

.bni-page-wrapper .button-primary:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -1px;
  top: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  opacity: 1;
  border-radius: 12px;
  transition: all 0.2s;
  background: linear-gradient(96.97deg,
      #ea8649 -16.21%,
      #cb6f7b 13.17%,
      #9b4ea6 40.3%,
      #55479d 68.55%,
      #3499a3 96.8%) !important;
}

.bni-page-wrapper .button-primary:hover {
  background: linear-gradient(96.97deg,
      #ec8241 -16.21%,
      #d65a6b 13.17%,
      #8b3a96 40.3%,
      #3e3180 68.55%,
      #1b5b61 96.8%) !important;
  box-shadow: none;
}

.bni-page-wrapper .button-secondary {
  border-radius: 12px !important;
  gap: 8px !important;
  padding: 10px 16px !important;
  background: #f1f6f9 !important;
  position: relative !important;
  box-shadow: none;
  color: #000000;
  line-height: normal;
}

.bni-page-wrapper .button-secondary:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -1px;
  top: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  opacity: 1;
  border-radius: 12px;
  transition: all 0.2s;
  background: linear-gradient(96.97deg,
      #ea8649 -16.21%,
      #cb6f7b 13.17%,
      #9b4ea6 40.3%,
      #55479d 68.55%,
      #3499a3 96.8%) !important;
}

.bni-page-wrapper .button-secondary:hover {
  background: linear-gradient(96.97deg,
      #ea8649 -16.21%,
      #cb6f7b 13.17%,
      #9b4ea6 40.3%,
      #55479d 68.55%,
      #3499a3 96.8%) !important;
  color: #fff;
  box-shadow: none;
}

.bni-page-wrapper .fluid-btn {
  width: 100%;
  flex: 1;
}

.bni-page-wrapper .secondary-plain-btn {
  background-color: #fff;
  border: 0;
}

.bni-page-wrapper .min-w-130 {
  min-width: 130px !important;
}

.bni-page-wrapper .gradient-textarea {
  padding: 16px 100px 16px 16px;
  border-radius: 12px;
  position: relative;
  border: 1px solid transparent;
  width: 100%;
  min-height: 98px;
  max-height: 98px;
  resize: none;
  background-image: linear-gradient(white, white), linear-gradient(96.97deg,
      #ea8649 -16.21%,
      #cb6f7b 13.17%,
      #9b4ea6 40.3%,
      #55479d 68.55%,
      #3499a3 96.8%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.bni-page-wrapper textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.bni-page-wrapper textarea,
.bni-page-wrapper textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.bni-page-wrapper .disable-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 9;
  background: rgb(255 255 255 / 58%);
}

.bni-page-wrapper .layout-fullWidth .disable-overlay {
  width: 95%;
  height: 110px;
}

.bni-page-wrapper .sidebar {
  position: fixed;
  left: 0;
  top: 54px;
  height: 100%;
  overflow-y: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 41;
}

.bni-page-wrapper .sidebar.open {
  width: 320px;
}

.bni-page-wrapper .sidebar.closed {
  width: 0;
  transform: translateX(-100%);
}

.bni-page-wrapper .section-group {
  margin-bottom: 1rem;
}

.bni-page-wrapper .section-title {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}

.bni-page-wrapper .main-content {
  flex: 1;
  transition: all 0.2s ease-in-out;
}

.bni-page-wrapper .main-content.shifted {
  margin-left: 0;
}

.bni-page-wrapper .shifted .sidebar-toggle,
.bni-page-wrapper .sidebar.open .sidebar-toggle {
  transform: rotate(180deg);
}

.bni-page-wrapper .main-menu {
  padding-left: 65px;
}

.bni-page-wrapper .shifted .main-menu {
  padding-left: 0;
}

.bni-page-wrapper .content-wrapper {
  display: flex;
  min-height: calc(80vh - 10px);
}

.bni-page-wrapper .content-area {
  flex: 1;
  width: 100%;
}

.bni-page-wrapper .menu-item svg {
  height: 18px;
  color: #b4b4b4;
}

.bni-page-wrapper .greeting-page {
  overflow: hidden;
}

.bni-page-wrapper .Mui-selected.tab-menu {
  background: linear-gradient(96.97deg,
      #ea8649 -16.21%,
      #cb6f7b 13.17%,
      #9b4ea6 40.3%,
      #55479d 68.55%,
      #3499a3 96.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: 600;
}

.bni-page-wrapper .chat-input {
  padding: 19px 169px 19px 22px;
  background-color: #f1f6f9;
  border: 1px solid #3338460d;
  width: 100%;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  position: relative;
  z-index: 0;
}

.bni-page-wrapper.contractapp .chat-input {
  padding: 19px 174px 19px 22px;
}

.bni-page-wrapper .chat-input:focus-visible,
.bni-page-wrapper textarea:focus-visible {
  outline: 2px solid #3338460d;
  outline-offset: 2px;
}

.bni-page-wrapper .suggesion-button {
  text-transform: capitalize !important;
}

.bni-page-wrapper .suggesion-button img {
  display: none;
}

.bni-page-wrapper .button-effect {
  border: 1px solid #6ac2f5;
}

.bni-page-wrapper .button-effect:hover {
  border: 1px solid rgba(6, 14, 19, 0.5);
}

.bni-page-wrapper .userDropdown {
  top: 18px !important;
}

.bni-page-wrapper .userDropdown .MuiPaper-root {
  border-radius: 14px;
}

.bni-page-wrapper .page-content:has(.layout-fullWidth) .MuiContainer-root {
  padding: 0;
}

.bni-page-wrapper .configuration-table:has(.add-new-row) {
  height: 100%;
}

.bni-page-wrapper .configuration-table .add-new-row td {
  border-bottom: 0;
}

@media screen and (min-width: 900px) {
  .bni-page-wrapper .main-content.shifted {
    margin-left: 163px;
  }

  .bni-page-wrapper .main-content.shifted header,
  .bni-page-wrapper .main-content.shifted .ai-input {
    width: calc(100% - 320px);
    transition: all 0.2s ease-in-out;
  }

  .bni-page-wrapper .suggesion-button img {
    display: inline-block;
  }
}

.bni-page-wrapper .suggestion-window {
  width: 100%;
  min-height: 180px;
}

.bni-page-wrapper .suggestion-window ul {
  display: flex;
  flex-direction: column;
  list-style: none !important;
  margin-top: 8px;
  padding-inline: 12px;
}
.bni-page-wrapper .suggestion-window:has(.previously-working-title) ul {
  margin-top: 4px;
}

.bni-page-wrapper .suggestion-window ul li {
  border-bottom: 1px solid #EDEDED !important;
  cursor: pointer;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.bni-page-wrapper .suggestion-window ul li:has(.previously-working-title) {
  border-bottom: 0 !important;
  gap: 12px;
}

.bni-page-wrapper .suggestion-window ul li:has(.previously-working-title) .selected-product-card {
  margin-bottom: 0;
}

.bni-page-wrapper .suggestion-window ul li:last-child {
  border-bottom: none;
}

.bni-page-wrapper .text-highlight {
  color: grey;
}

.bni-page-wrapper .file-viewer {
  height: calc(100vh);
  position: fixed;
  right: 0;
  top: 54px;
  width: 550px;
  color: black;
  z-index: 41;
}

.bni-page-wrapper .main-content:has(.file-viewer) {
  margin-right: 550px;
}

.bni-page-wrapper .main-content .main-container .ai-input {
  width: calc(100% - 550px);
  transition: all 0.2s ease-in-out;
  right: auto;
  left: 0;
}

.bni-page-wrapper .main-content.shifted .main-container .ai-input {
  width: calc(100% - 870px);
  transition: all 0.2s ease-in-out;
  right: auto;
  left: 320px;
}

.bni-page-wrapper .sound-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bni-page-wrapper .sound-wave {
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transform: scaleY(0.6);
}

.bni-page-wrapper .bar {
  display: block;
  width: 2px;
  margin-right: 1px;
  height: 90px;
  background: #7C93BF;
  animation: sound 0ms -800ms linear infinite alternate;
  transition: height 0.8s;
}

@keyframes sound {
  0% {
    opacity: .35;
    height: 6px;
  }

  100% {
    opacity: 1;
    height: 46px;
  }
}

.bni-page-wrapper .bar:nth-child(1) {
  height: 2px;
  animation-duration: 474ms;
}

.bni-page-wrapper .bar:nth-child(2) {
  height: 10px;
  animation-duration: 433ms;
}

.bni-page-wrapper .bar:nth-child(3) {
  height: 18px;
  animation-duration: 407ms;
}

.bni-page-wrapper .bar:nth-child(4) {
  height: 26px;
  animation-duration: 458ms;
}

.bni-page-wrapper .bar:nth-child(5) {
  height: 30px;
  animation-duration: 400ms;
}

.bni-page-wrapper .bar:nth-child(6) {
  height: 32px;
  animation-duration: 427ms;
}

.bni-page-wrapper .bar:nth-child(7) {
  height: 34px;
  animation-duration: 441ms;
}

.bni-page-wrapper .bar:nth-child(8) {
  height: 36px;
  animation-duration: 419ms;
}

.bni-page-wrapper .bar:nth-child(9) {
  height: 40px;
  animation-duration: 487ms;
}

.bni-page-wrapper .bar:nth-child(10) {
  height: 46px;
  animation-duration: 442ms;
}

.bni-page-wrapper .bar:nth-child(11) {
  height: 2px;
  animation-duration: 474ms;
}

.bni-page-wrapper .bar:nth-child(12) {
  height: 10px;
  animation-duration: 433ms;
}

.bni-page-wrapper .bar:nth-child(13) {
  height: 18px;
  animation-duration: 407ms;
}

.bni-page-wrapper .bar:nth-child(14) {
  height: 26px;
  animation-duration: 458ms;
}

.bni-page-wrapper .bar:nth-child(15) {
  height: 30px;
  animation-duration: 400ms;
}

.bni-page-wrapper .bar:nth-child(16) {
  height: 32px;
  animation-duration: 427ms;
}

.bni-page-wrapper .bar:nth-child(17) {
  height: 34px;
  animation-duration: 441ms;
}

.bni-page-wrapper .bar:nth-child(18) {
  height: 36px;
  animation-duration: 419ms;
}

.bni-page-wrapper .bar:nth-child(19) {
  height: 40px;
  animation-duration: 487ms;
}

.bni-page-wrapper .bar:nth-child(20) {
  height: 46px;
  animation-duration: 442ms;
}

.bni-page-wrapper .animated-textarea {
  animation: gradient-glow 1.5s infinite alternate;
}

.bni-page-wrapper .selected-product-card {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #E6F1F8;
  padding: 12px 16px;
  word-wrap: break-word;
  white-space: normal;
  width: -moz-max-content;
  width: max-content;
  justify-self: flex-end;
}

.bni-page-wrapper .selected-product-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url('data:image/svg+xml,<svg width=\'33\' height=\'33\' viewBox=\'0 0 33 33\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'><rect width=\'33\' height=\'33\' fill=\'url("%23pattern0_1400_8784")\'/><defs><pattern id=\'pattern0_1400_8784\' patternContentUnits=\'objectBoundingBox\' width=\'1\' height=\'1\'><use xlink:href=\'%23image0_1400_8784\' transform=\'scale(0.0151515)\'/></pattern><image id=\'image0_1400_8784\' width=\'66\' height=\'66\' preserveAspectRatio=\'none\' xlink:href=\'data:image/png;base64,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\'/></defs></svg>');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  margin-right: 8px;
}

.bni-page-wrapper .product-file-name {
  font-weight: bold;
  color: #656565;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: block;
  line-height: 1.5;
}

.bni-page-wrapper .product-file-description {
  font-size: 12px;
  color: #999d9f;
  line-height: 1.5;
}

.bni-page-wrapper .comparison-text {
  margin-top: 12px;
  color: #374151;
  font-size: 16px;
}

.bni-page-wrapper .chat-main-wrapper:has(.selected-files) .chat-window {
  margin-bottom: 215px;
}

.bni-page-wrapper .prompt-design-chat-wrapper .chat-window {
  padding: 10px 50px;
}

.bni-page-wrapper .prompt-design-chat-wrapper .ai-input {
  border: 1px solid transparent !important;
  padding-inline: 26px;
}

.bni-page-wrapper .chat-box {
  position: relative;
  width: 100%;
  margin-bottom: 1px;
  border-radius: 10px;
  background-color: transparent;
  padding: 2px 8px;
}

.bni-page-wrapper .chat-box.active {
  background-color: #DEEAF2;
}

.bni-page-wrapper .chat-box:hover {
  background-color: #DEEAF2;
}

.bni-page-wrapper .chat-button {
  color: #656565;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize !important;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 38px;
  border: none;
  background: none;
  cursor: pointer;
  text-overflow: ellipsis;
}

.bni-page-wrapper .chat-rename-input {
  color: #656565;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize !important;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 38px;
  border: none;
  background: none;
  cursor: pointer;
  text-overflow: ellipsis;
}

.bni-page-wrapper .chat-rename-input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.bni-page-wrapper .more-icon {
  background: transparent;
  position: absolute;
  right: 0;
  width: 28px;
  height: 24px;
  display: block;
  border: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.bni-page-wrapper .more-icon.favourite {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: inline-flex !important;
  background: transparent;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
}

.bni-page-wrapper .grad-btn {
  font-size: 18px !important;
  background: transparent;
  color: transparent;
  background: linear-gradient(96.97deg, #ea8649 -16.21%, #cb6f7b 13.17%, #9b4ea6 40.3%, #55479d 68.55%, #3499a3 96.8%) !important;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.bni-page-wrapper .more-icon.export {
  right: 0;
}

.bni-page-wrapper .more-icon.edit {
  right: 44px;
}

.bni-page-wrapper .more-icon.clear {
  right: 22px;
}

.bni-page-wrapper .chat-box:hover .more-icon {
  display: block;
}

.bni-page-wrapper .more-icon.favourite {
  display: inline-flex !important;
}

.more-icon.favourite {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: inline-flex !important;
  background: transparent;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
}

.bni-page-wrapper .favourite-chat-icon {
  color: #656565;
  font-size: 18px !important;
}

.bni-page-wrapper .edit-chat-icon {
  color: #656565;
  font-size: 18px !important;
}

.bni-page-wrapper button.more-icon.export .export-chat-icon {
  color: #656565;
  font-size: 18px;
}

.bni-page-wrapper .clear-chat-icon {
  color: #656565;
  font-size: 18px !important;
}

.bni-page-wrapper .correct-chat-icon {
  color: #656565;
  font-size: 18px !important;
}

.bni-page-wrapper .toaster {
  position: relative;
}

.bni-page-wrapper .toaster:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #FFD21F;
  position: absolute;
  bottom: 0;
  box-shadow: 0 -2px 9px 0 #FFD21F;
  left: 0;
}

.bni-page-wrapper .toaster.error:after {
  background: #f44336 !important;
  /* Red for error */
  box-shadow: 0 -2px 9px 0 #f44336 !important;
}

.bni-page-wrapper .product-list-item {
  margin: 0;
  padding: 8px;
  border-radius: 4px;
}

.bni-page-wrapper .product-list-item:hover {
  background-color: #F7F7F7;
  padding: 8px;
}

.bni-page-wrapper .product-list-item:hover svg {
  color: #0074B2;
}

.bni-page-wrapper .product-list-item:has(label[title="Upload error"]) {
  background: #A018180D;
}

.bni-page-wrapper .product-list-item:has(label[title="Upload error"]) label {
  color: #656565;
  font-weight: 400;
  font-size: 16px;
}

.bni-page-wrapper .product-list-item:has(label[title="Upload error"]):hover svg {
  color: #A01818;
}

.bni-page-wrapper .markdown-container p:has(.citation-link) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bni-page-wrapper .markdown-container p:has(.citation-link) br {
  display: none;
}

.bni-page-wrapper .markdown-container p:has(.citation-link) strong {
  width: 100%;
}

.bni-page-wrapper .select-wrapper .MuiAutocomplete-popper,
.bni-page-wrapper .select-wrapper .MuiAutocomplete-popper .MuiAutocomplete-paper {
  background-color: transparent;
  border-radius: 24px;
}

.bni-page-wrapper .select-wrapper .MuiAutocomplete-popper .MuiAutocomplete-listbox {
  background: #fff !important;
  border-radius: 24px;
}

.bni-page-wrapper .select-wrapper .MuiAutocomplete-popper .MuiAutocomplete-option {
  font-size: 14px;
  font-weight: 500;
  color: #383838;
}

.bni-page-wrapper .select-wrapper .MuiAutocomplete-popper .MuiAutocomplete-option:hover {
  background-color: #f6fafd;
}

@keyframes gradient-glow {
  5% {
    box-shadow: 0 0 0 0 rgba(234, 134, 73, 0.2),
      0 0 0 0 rgba(203, 111, 123, 0.2),
      0 0 0 0 rgba(155, 78, 166, 0.2),
      0 0 0 0 rgba(85, 71, 157, 0.2),
      0 0 0 0 rgba(52, 153, 163, 0.2);
  }

  40% {
    box-shadow: 0 0 2px 2px rgba(234, 134, 73, 0.2),
      0 0 2px 2px rgba(203, 111, 123, 0.2),
      0 0 2px 2px rgba(155, 78, 166, 0.2),
      0 0 2px 2px rgba(85, 71, 157, 0.2),
      0 0 2px 2px rgba(52, 153, 163, 0.2);
  }

  80% {
    box-shadow: 0 0 3px 3px rgba(234, 134, 73, 0.2),
      0 0 3px 3px rgba(203, 111, 123, 0.2),
      0 0 3px 3px rgba(155, 78, 166, 0.2),
      0 0 3px 3px rgba(85, 71, 157, 0.2),
      0 0 3px 3px rgba(52, 153, 163, 0.2);
  }

  100% {
    box-shadow: 0 0 4px 4px rgba(234, 134, 73, 0.2),
      0 0 4px 4px rgba(203, 111, 123, 0.2),
      0 0 4px 4px rgba(155, 78, 166, 0.2),
      0 0 4px 4px rgba(85, 71, 157, 0.2),
      0 0 4px 4px rgba(52, 153, 163, 0.2);
  }
}

.marker\:text-black *::marker {
  color: rgb(0 0 0 );
}

.marker\:text-dark-text-secondary *::marker {
  color: rgb(161 161 170 );
}

.marker\:text-black::marker {
  color: rgb(0 0 0 );
}

.marker\:text-dark-text-secondary::marker {
  color: rgb(161 161 170 );
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.file\:text-foreground::file-selector-button {
  color: hsl(var(--foreground));
}

.placeholder\:text-muted-foreground::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}

.placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-inset-2::after {
  content: var(--tw-content);
  inset: -0.5rem;
}

.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:w-\[2px\]::after {
  content: var(--tw-content);
  width: 2px;
}

.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-destructive\/80:hover {
  background-color: hsl(var(--destructive) / 0.8);
}

.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-muted:hover {
  background-color: hsl(var(--muted));
}

.hover\:bg-muted\/50:hover {
  background-color: hsl(var(--muted) / 0.5);
}

.hover\:bg-primary\/80:hover {
  background-color: hsl(var(--primary) / 0.8);
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / 0.9);
}

.hover\:bg-secondary:hover {
  background-color: hsl(var(--secondary));
}

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / 0.8);
}

.hover\:bg-sidebar-accent:hover {
  background-color: hsl(var(--sidebar-accent));
}

.hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-foreground:hover {
  color: hsl(var(--foreground));
}

.hover\:text-muted-foreground:hover {
  color: hsl(var(--muted-foreground));
}

.hover\:text-sidebar-accent-foreground:hover {
  color: hsl(var(--sidebar-accent-foreground));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-black\/20:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:after\:bg-sidebar-border:hover::after {
  content: var(--tw-content);
  background-color: hsl(var(--sidebar-border));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:bg-accent:focus {
  background-color: hsl(var(--accent));
}

.focus\:text-accent-foreground:focus {
  color: hsl(var(--accent-foreground));
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary:focus {
  --tw-ring-color: hsl(var(--primary));
}

.focus\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}

.focus-visible\:ring-sidebar-ring:focus-visible {
  --tw-ring-color: hsl(var(--sidebar-ring));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--background));
}

.active\:bg-sidebar-accent:active {
  background-color: hsl(var(--sidebar-accent));
}

.active\:text-sidebar-accent-foreground:active {
  color: hsl(var(--sidebar-accent-foreground));
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100 {
  opacity: 1;
}

.group\/menu-item:hover .group-hover\/menu-item\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group.destructive .group-\[\.destructive\]\:border-muted\/40 {
  border-color: hsl(var(--muted) / 0.4);
}

.group.toaster .group-\[\.toaster\]\:border-border {
  border-color: hsl(var(--border));
}

.group.toast .group-\[\.toast\]\:bg-muted {
  background-color: hsl(var(--muted));
}

.group.toast .group-\[\.toast\]\:bg-primary {
  background-color: hsl(var(--primary));
}

.group.toaster .group-\[\.toaster\]\:bg-background {
  background-color: hsl(var(--background));
}

.group.destructive .group-\[\.destructive\]\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.group.toast .group-\[\.toast\]\:text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

.group.toast .group-\[\.toast\]\:text-primary-foreground {
  color: hsl(var(--primary-foreground));
}

.group.toaster .group-\[\.toaster\]\:text-foreground {
  color: hsl(var(--foreground));
}

.group.toaster .group-\[\.toaster\]\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
  border-color: hsl(var(--destructive) / 0.3);
}

.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover {
  background-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
  color: hsl(var(--destructive-foreground));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus {
  --tw-ring-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.peer\/menu-button:hover ~ .peer-hover\/menu-button\:text-sidebar-accent-foreground {
  color: hsl(var(--sidebar-accent-foreground));
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]) {
  background-color: hsl(var(--sidebar-background));
}

.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8 {
  padding-right: 2rem;
}

.aria-disabled\:pointer-events-none[aria-disabled="true"] {
  pointer-events: none;
}

.aria-disabled\:opacity-50[aria-disabled="true"] {
  opacity: 0.5;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=checked\]\:translate-x-5[data-state="checked"] {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"] {
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"] {
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes accordion-up {

  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down {

  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
  animation: accordion-down 0.2s ease-out;
}

.data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
  background-color: hsl(var(--sidebar-accent));
}

.data-\[active\]\:bg-accent\/50[data-active] {
  background-color: hsl(var(--accent) / 0.5);
}

.data-\[state\=active\]\:bg-background[data-state="active"] {
  background-color: hsl(var(--background));
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  background-color: hsl(var(--primary));
}

.data-\[state\=on\]\:bg-accent[data-state="on"] {
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-accent[data-state="open"] {
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
  background-color: hsl(var(--accent) / 0.5);
}

.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  background-color: hsl(var(--secondary));
}

.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
  background-color: hsl(var(--muted));
}

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: hsl(var(--input));
}

.data-\[active\=true\]\:font-medium[data-active="true"] {
  font-weight: 500;
}

.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
  color: hsl(var(--sidebar-accent-foreground));
}

.data-\[state\=active\]\:text-foreground[data-state="active"] {
  color: hsl(var(--foreground));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  color: hsl(var(--primary-foreground));
}

.data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
  color: hsl(var(--accent-foreground));
}

.data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
  color: hsl(var(--accent-foreground));
}

.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
  color: hsl(var(--muted-foreground));
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.data-\[state\=open\]\:opacity-100[data-state="open"] {
  opacity: 1;
}

.data-\[state\=active\]\:shadow-sm[data-state="active"] {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[swipe\=move\]\:transition-none[data-swipe="move"] {
  transition-property: none;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: 500ms;
}

.data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=visible\]\:animate-in[data-state="visible"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=hidden\]\:animate-out[data-state="hidden"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[swipe\=end\]\:animate-out[data-swipe="end"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"] {
  --tw-enter-opacity: 0;
}

.data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-80[data-state="closed"] {
  --tw-exit-opacity: 0.8;
}

.data-\[state\=hidden\]\:fade-out[data-state="hidden"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=visible\]\:fade-in[data-state="visible"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-90[data-state="open"] {
  --tw-enter-scale: .9;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"] {
  --tw-enter-translate-x: 13rem;
}

.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"] {
  --tw-enter-translate-x: -13rem;
}

.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"] {
  --tw-exit-translate-x: 13rem;
}

.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"] {
  --tw-exit-translate-x: -13rem;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
  --tw-exit-translate-y: -100%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
  --tw-enter-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-top-full[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  animation-duration: 500ms;
}

.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state="open"] {
  background-color: hsl(var(--sidebar-accent));
}

.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state="open"] {
  color: hsl(var(--sidebar-accent-foreground));
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  left: calc(var(--sidebar-width) * -1);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  right: calc(var(--sidebar-width) * -1);
}

.group[data-side="left"] .group-data-\[side\=left\]\:-right-4 {
  right: -1rem;
}

.group[data-side="right"] .group-data-\[side\=right\]\:left-0 {
  left: 0px;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:-mt-8 {
  margin-top: -2rem;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:hidden {
  display: none;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!size-8 {
  width: 2rem !important;
  height: 2rem !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\] {
  width: var(--sidebar-width-icon);
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\] {
  width: calc(var(--sidebar-width-icon) + 1rem);
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\] {
  width: calc(var(--sidebar-width-icon) + 1rem + 2px);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:w-0 {
  width: 0px;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-side="right"] .group-data-\[side\=right\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-state="open"] .group-data-\[state\=open\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:overflow-hidden {
  overflow: hidden;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:rounded-lg {
  border-radius: var(--radius);
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border {
  border-width: 1px;
}

.group[data-side="left"] .group-data-\[side\=left\]\:border-r {
  border-right-width: 1px;
}

.group[data-side="right"] .group-data-\[side\=right\]\:border-l {
  border-left-width: 1px;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border-sidebar-border {
  border-color: hsl(var(--sidebar-border));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-0 {
  padding: 0px !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-2 {
  padding: 0.5rem !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:opacity-0 {
  opacity: 0;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:after\:left-full::after {
  content: var(--tw-content);
  left: 100%;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover {
  background-color: hsl(var(--sidebar-background));
}

.peer\/menu-button[data-size="default"] ~ .peer-data-\[size\=default\]\/menu-button\:top-1\.5 {
  top: 0.375rem;
}

.peer\/menu-button[data-size="lg"] ~ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5 {
  top: 0.625rem;
}

.peer\/menu-button[data-size="sm"] ~ .peer-data-\[size\=sm\]\/menu-button\:top-1 {
  top: 0.25rem;
}

.peer[data-variant="inset"] ~ .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\] {
  min-height: calc(100svh - 1rem);
}

.peer\/menu-button[data-active="true"] ~ .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground {
  color: hsl(var(--sidebar-accent-foreground));
}

.dark\:border-dark-card-border:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.dark\:border-destructive:is(.dark *) {
  border-color: hsl(var(--destructive));
}

.dark\:bg-\[\#047857\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#0e3a4a\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 58 74 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#4d7c0f\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#7f1d1d\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#991b1b\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.dark\:bg-\[\#a16207\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.dark\:bg-dark-accent-cyan\/20:is(.dark *) {
  background-color: rgb(6 182 212 / 0.2);
}

.dark\:bg-dark-card:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 47 / var(--tw-bg-opacity, 1));
}

.dark\:bg-dark-midnight:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.dark\:bg-dark-slate:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.dark\:fill-dark-benny-blue:is(.dark *) {
  fill: #3B82F6;
}

.dark\:fill-dark-text-secondary:is(.dark *) {
  fill: #A1A1AA;
}

.dark\:stroke-dark-benny-blue:is(.dark *) {
  stroke: #3B82F6;
}

.dark\:stroke-dark-card-border:is(.dark *) {
  stroke: #475569;
}

.dark\:text-dark-accent-cyan:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.dark\:text-dark-benny-blue:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.dark\:text-dark-text-primary:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.dark\:text-dark-text-secondary:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.dark\:hover\:bg-dark-slate:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.dark\:focus\:ring-dark-benny-blue:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.dark\:data-\[state\=selected\]\:bg-dark-slate[data-state="selected"]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:rounded-lg {
    border-radius: var(--radius);
  }

  .sm\:text-left {
    text-align: left;
  }

  .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
    width: var(--radix-navigation-menu-viewport-width);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[420px\] {
    max-width: 420px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .after\:md\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:m-2 {
    margin: 0.5rem;
  }

  .peer[data-state="collapsed"][data-variant="inset"] ~ .md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2 {
    margin-left: 0.5rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:ml-0 {
    margin-left: 0px;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:rounded-xl {
    border-radius: 0.75rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}

.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox] {
  --tw-translate-y: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\>button\]\:hidden>button {
  display: none;
}

.\[\&\>li\:\:marker\]\:text-\[1\.1em\]>li::marker {
  font-size: 1.1em;
}

.\[\&\>li\:\:marker\]\:text-black>li::marker {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&\>li\:\:marker\]\:text-dark-text-secondary>li::marker {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.\[\&\>li\]\:text-dark-text-primary>li {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.\[\&\>span\:last-child\]\:truncate>span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div {
  --tw-translate-y: -3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\>svg\]\:absolute>svg {
  position: absolute;
}

.\[\&\>svg\]\:left-4>svg {
  left: 1rem;
}

.\[\&\>svg\]\:top-4>svg {
  top: 1rem;
}

.\[\&\>svg\]\:size-3\.5>svg {
  width: 0.875rem;
  height: 0.875rem;
}

.\[\&\>svg\]\:size-4>svg {
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:h-2\.5>svg {
  height: 0.625rem;
}

.\[\&\>svg\]\:h-3>svg {
  height: 0.75rem;
}

.\[\&\>svg\]\:w-2\.5>svg {
  width: 0.625rem;
}

.\[\&\>svg\]\:w-3>svg {
  width: 0.75rem;
}

.\[\&\>svg\]\:shrink-0>svg {
  flex-shrink: 0;
}

.\[\&\>svg\]\:text-destructive>svg {
  color: hsl(var(--destructive));
}

.\[\&\>svg\]\:text-foreground>svg {
  color: hsl(var(--foreground));
}

.\[\&\>svg\]\:text-muted-foreground>svg {
  color: hsl(var(--muted-foreground));
}

.\[\&\>svg\]\:text-sidebar-accent-foreground>svg {
  color: hsl(var(--sidebar-accent-foreground));
}

.\[\&\>svg\~\*\]\:pl-7>svg~* {
  padding-left: 1.75rem;
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width: 0px;
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text {
  fill: hsl(var(--muted-foreground));
}

.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke='#ccc'] {
  stroke: hsl(var(--border) / 0.5);
}

.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor {
  stroke: hsl(var(--border));
}

.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke='#fff'] {
  stroke: transparent;
}

.\[\&_\.recharts-layer\]\:outline-none .recharts-layer {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke='#ccc'] {
  stroke: hsl(var(--border));
}

.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector {
  fill: hsl(var(--muted));
}

.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor {
  fill: hsl(var(--muted));
}

.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke='#ccc'] {
  stroke: hsl(var(--border));
}

.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke='#fff'] {
  stroke: transparent;
}

.\[\&_\.recharts-sector\]\:outline-none .recharts-sector {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.recharts-surface\]\:outline-none .recharts-surface {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_p\]\:leading-relaxed p {
  line-height: 1.625;
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
  right: -0.5rem;
}

[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
  cursor: e-resize;
}

[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize {
  cursor: w-resize;
}

[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
  left: -0.5rem;
}

[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
  cursor: w-resize;
}

[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize {
  cursor: e-resize;
}._maxWidthFull_175ea_1 {
  max-width: 100%;
}
._chatContainer_175ea_4 {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
._fullheight_175ea_9 {
  height: 100%;
}
._fullheightPreview_175ea_12 {
  height: calc(100% - 26px);
}
._inputForm_175ea_15 {
  display: flex;
  width: 100%;
  padding: 10px;
  padding-bottom: 14px;
  order: 1;
  position: fixed;
  background-color: #fff;
  left: 0;
  bottom: 0;
  z-index: 99;
}

._messages_175ea_28 {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  order: 2;
}
._marginBottom_175ea_36 {
  margin-bottom: 145px;
}
._userMessage_175ea_39,
._assistantMessage_175ea_40,
._codeMessage_175ea_41 {
  margin: 8px 0;
  padding: 12px 20px;
  align-self: flex-start;
  border-radius: 15px;
  overflow-wrap: break-word;
}
._assistantMessage_175ea_40 {
  padding: 0;
  margin-block: 0;
}
._assistantMessage_175ea_40 img {
  max-width: 100%;
  margin: 8px 0px 8px 0px;
  border-radius: 8px;
}

._userMessage_175ea_39 {
  align-self: flex-end;
  color: #fff;
  border-radius: 20px 4px 20px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  padding: 6px 20px;
  word-wrap: break-word;
  white-space: normal;  
  width: -moz-max-content;  
  width: max-content;
  max-width: 87%;
}

._userMessagePlainText_175ea_74 {
  background: #F1F6F9;
  justify-self: flex-end;
  border-radius: 20px 4px 20px 20px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  padding: 6px 20px;
  word-wrap: break-word;
  white-space: normal;  
  width: -moz-max-content;  
  width: max-content;
  max-width: 100%;
}

._codeMessage_175ea_41 {
  padding: 10px 16px;
  background-color: #e9e9e9;
  font-family: monospace;
  counter-reset: line;
}

._codeMessage_175ea_41 > div {
  margin-top: 4px;
}

._codeMessage_175ea_41 span {
  color: #b8b8b8;
  margin-right: 8px;
}

/* Container for Table responsiveness */
._markdownContainer_175ea_108 {
  width: 100%;
  overflow-x: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  color: #1B1C1D;
  line-height: 28px;
  margin-bottom: 4px;
}
._markdownContainer_175ea_108 > p:first-child {
  margin-top: 0;
}
/* Styled table */
._styledTable_175ea_123 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #ddd;
}

/* Table headers */
._styledTh_175ea_133 {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  font-weight: bold;
}

/* Table cells */
._styledTd_175ea_141 {
  border: 1px solid #ddd;
  padding: 8px;
}

/* Zebra striping for better readability */
._styledTable_175ea_123 tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Hover effect */
._styledTable_175ea_123 tr:hover {
  background-color: #f1f1f1;
}
._markdownContainer_175ea_108 p:nth-child(2) {
  display: flex;
  gap: 8px;
}
._styledA_175ea_159 {
  background:#ffffff;
  box-shadow: 0px 0px 15px 0px #00000014;
  color: #7F7E7F;
  padding: 8px 16px;
  border-radius: 10px;
  display:inline-block;
  font-size:12px;
  cursor:pointer;
  max-width: 230px;
  margin:0 4px;
}
._styledA_175ea_159 p {
  margin: 0;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._styledA_175ea_159 p:first-child {
  font-size: 14px;
  color: #595959;
  line-height: 1.5;
  font-weight: 500;
}

._loadingText_175ea_185 {
  background: linear-gradient(
    96.97deg,
    #ea8649 -16.21%,
    #cb6f7b 13.17%,
    #9b4ea6 40.3%,
    #55479d 68.55%,
    #3499a3 96.8%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 500;
  padding-top: 8px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
._loadingText_175ea_185:after {
  content: "";
  display: inline-block;
  animation: _dotAnimation_175ea_1 1.5s infinite steps(1, end);
}
._suggestionWrapper_175ea_207 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
._aiIcon_175ea_213 {
  width: 24px;
}
._attachedFileContainer_175ea_216 {
  display: flex;
  gap:5px;
}
@media screen and (min-width: 768px) {
  ._userMessage_175ea_39 {
    max-width: 94%;
  }
  ._aiIcon_175ea_213 {
    width: 32px;
  }
  ._inputForm_175ea_15 {
    padding-bottom: 10px;
    right: 0;
    left: auto;
    border-top: 1px solid #F1F6F9;
  }
  ._inputForm_175ea_15[style="position: relative;"] {
    padding-bottom: 0;
  }
}

@keyframes _dotAnimation_175ea_1 {
  0% {
    content: '.';
  }
  33% {
    content: '..';
  }
  66% {
    content: '...';
  }
  100% {
    content: '.';
  }
}.main-content.dashboard .split-pane {
  height: 100vh;
}

.bni-page-wrapper .split-pane {
  flex: 1 1 0;
  overflow-y: auto;
  min-width: 0;
  /* Prevents overflow issues */
  display: flex;
  flex-direction: column;
}

.bni-page-wrapper .main-content.dashboard .ai-input {
  width: 50%;
  left: 0;
  transition: all 0.2s ease-in-out;
}

.bni-page-wrapper .main-content.shifted.dashboard .ai-input {
  width: 40%;
  left: 335px;
  transition: all 0.2s ease-in-out;
}


.bni-page-wrapper .content-wrapper {
  display: flex;
  min-height: calc(100vh - 80px) !important;
}

.bni-page-wrapper .selected-product-card {
  background: #FFFFFF;

}

@media screen and (min-width: 900px) {
  .bni-page-wrapper .main-content.shifted {
    margin-left: 320px;
  }
}._textarea_18hgp_1 {
  width: 100%;
  resize: none;
  padding: 20px;
  border: 0; 
  border-radius: 20px;
  height: 100%;
  min-height: 124px;
}
._global_instruction_textarea_18hgp_10 {
width: 100%;
resize: none;
padding: 20px;
border: 2px solid #B4B4B4;
border-radius: 20px;
height: 100%;
min-height: 220px;
}
._global_instruction_textarea_18hgp_10::-moz-placeholder {
  color: #666666; 
  font-size: 14px;
}
._global_instruction_textarea_18hgp_10::placeholder {
  color: #666666; 
  font-size: 14px;
}
._global_instruction_textarea_18hgp_10:focus {
  border: 2px solid rgb(0, 95, 204);
}
._previousConfiguration_18hgp_26 {
height: auto; 
max-height: calc(100vh - 224px); 
}
._previousConfigurationBig_18hgp_30 {
height: auto; 
max-height: calc(100vh - 123px); 
}
._tableScroll_18hgp_34::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 4px;
}

._tableScroll_18hgp_34::-webkit-scrollbar-track {
background: #f1f1f1;
}
._tableScroll_18hgp_34::-webkit-scrollbar-thumb {
  background: #e3e3e3;
}
._tableScroll_18hgp_34::-webkit-scrollbar-thumb:hover {
  background: #e3e3e3;
}
._previousList_18hgp_49 {
  list-style: none;
  padding: 0;
  margin: 0;
}
._dot_18hgp_54 {
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #CCCCCC;
  border-radius: 10px;
}
._gradiantText_18hgp_61 {
background: linear-gradient(
  96.97deg,
  #ea8649 -16.21%,
  #cb6f7b 13.17%,
  #9b4ea6 40.3%,
  #55479d 68.55%,
  #3499a3 96.8%
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-weight: 600;
display: inline-block;
font-family: "Roboto", sans-serif;
}
._gradiantText_18hgp_61:after {
content: "";
display: inline-block;
animation: _dotAnimation_18hgp_1 1.5s infinite steps(1, end);
width: 20px;
text-align: left;
}

._previousListItem_18hgp_85 {
display: flex;
}

._appliedText_18hgp_89 {
font-weight: 600;
padding-top: 8px;
display: inline-block;
font-family: "Roboto", sans-serif;
margin-right: 5px;
background:"transparent";
}

._input_18hgp_98 {
width: 100%;
resize: none;
padding: 20px;
border: 2px solid #B4B4B4;
border-radius: 20px;
height: 63px;
margin: auto;
font-size: 14px;
}
._input_18hgp_98::-moz-placeholder {
color: #666666;
font-size: 14px;
}
._input_18hgp_98::placeholder {
color: #666666;
font-size: 14px;
}

._textarea_18hgp_1::-moz-placeholder {
color: #C4C4C4;
font-size: 14px;
}

._textarea_18hgp_1::placeholder {
color: #C4C4C4;
font-size: 14px;
}

._tablePrompt_18hgp_118 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 200px;
display: block;
}

@media (min-width: 1920px) {
._previousConfiguration_18hgp_26 {
  height: auto; 
  min-height: 230px;
}
}
@media (min-width:2560px ) {
._previousConfiguration_18hgp_26 {
  height: auto; 
  min-height: 230px;
}
}

@media (min-width:3840px ) {
._previousConfiguration_18hgp_26 {
  height: auto; 
  min-height: 230px;
}
}

@keyframes _dotAnimation_18hgp_1 {
0% {
  content: '.';
}
33% {
  content: '..';
}
66% {
  content: '...';
}
100% {
  content: '.';
}
}._bni-page-wrapper_abmi3_1 * {
  box-sizing: border-box;
}

._bni-page-wrapper_abmi3_1 body {
  margin: 0;
  padding: 0;
  margin-top: 65px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

._bni-page-wrapper_abmi3_1 ._form_abmi3_15 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}


._bni-page-wrapper_abmi3_1 ._input_abmi3_23 {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #c2d8e5;
  border-radius: 8px;
  font-size: 16px;
  background: #f7fafd;
  color: #222;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
  display: block;
}

._bni-page-wrapper_abmi3_1 ._input_abmi3_23:focus {
  border-color: #1976d2;
}


._bni-page-wrapper_abmi3_1 ._global_instruction_textarea_abmi3_42 {
  width: 100%;
  min-width: 560px;
  max-width: 100%;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid #c2d8e5;
  border-radius: 8px;
  font-size: 15px;
  background: #f7fafd;
  color: #222;
  outline: none;
  resize: vertical;
  transition: border-color 0.2s, height 0.2s;
  box-sizing: border-box;
  display: block;
}

._bni-page-wrapper_abmi3_1 ._global_instruction_textarea_abmi3_42:focus {
  border-color: #1976d2;
}

._bni-page-wrapper_abmi3_1 ._radious-lg_abmi3_64 {
  border-radius: 8px !important;
}

._bni-page-wrapper_abmi3_1 ._gap-sm_abmi3_68 {
  gap: 8px !important;
}

._bni-page-wrapper_abmi3_1 ._formSection_abmi3_72 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

._bni-page-wrapper_abmi3_1 ._buttonSection_abmi3_79 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
}