@import "material-icons/iconfont/material-icons.css";

/* src/styles.css */
.copilot-kit-textarea-css-scope .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;
}
.copilot-kit-textarea-css-scope .fixed {
  position: fixed;
}
.copilot-kit-textarea-css-scope .\!absolute {
  position: absolute !important;
}
.copilot-kit-textarea-css-scope .absolute {
  position: absolute;
}
.copilot-kit-textarea-css-scope .relative {
  position: relative;
}
.copilot-kit-textarea-css-scope .inset-0 {
  inset: 0px;
}
.copilot-kit-textarea-css-scope .left-\[-10000px\] {
  left: -10000px;
}
.copilot-kit-textarea-css-scope .left-\[50\%\] {
  left: 50%;
}
.copilot-kit-textarea-css-scope .right-2 {
  right: 0.5rem;
}
.copilot-kit-textarea-css-scope .right-4 {
  right: 1rem;
}
.copilot-kit-textarea-css-scope .top-4 {
  top: 1rem;
}
.copilot-kit-textarea-css-scope .top-\[-10000px\] {
  top: -10000px;
}
.copilot-kit-textarea-css-scope .top-\[50\%\] {
  top: 50%;
}
.copilot-kit-textarea-css-scope .z-10 {
  z-index: 10;
}
.copilot-kit-textarea-css-scope .z-50 {
  z-index: 50;
}
.copilot-kit-textarea-css-scope .\!-m-px {
  margin: -1px !important;
}
.copilot-kit-textarea-css-scope .-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.copilot-kit-textarea-css-scope .ml-2 {
  margin-left: 0.5rem;
}
.copilot-kit-textarea-css-scope .ml-auto {
  margin-left: auto;
}
.copilot-kit-textarea-css-scope .mr-2 {
  margin-right: 0.5rem;
}
.copilot-kit-textarea-css-scope .mt-2 {
  margin-top: 0.5rem;
}
.copilot-kit-textarea-css-scope .mt-4 {
  margin-top: 1rem;
}
.copilot-kit-textarea-css-scope .mt-\[-6px\] {
  margin-top: -6px;
}
.copilot-kit-textarea-css-scope .block {
  display: block;
}
.copilot-kit-textarea-css-scope .inline-block {
  display: inline-block;
}
.copilot-kit-textarea-css-scope .inline {
  display: inline;
}
.copilot-kit-textarea-css-scope .flex {
  display: flex;
}
.copilot-kit-textarea-css-scope .inline-flex {
  display: inline-flex;
}
.copilot-kit-textarea-css-scope .grid {
  display: grid;
}
.copilot-kit-textarea-css-scope .hidden {
  display: none;
}
.copilot-kit-textarea-css-scope .\!h-px {
  height: 1px !important;
}
.copilot-kit-textarea-css-scope .h-10 {
  height: 2.5rem;
}
.copilot-kit-textarea-css-scope .h-11 {
  height: 2.75rem;
}
.copilot-kit-textarea-css-scope .h-4 {
  height: 1rem;
}
.copilot-kit-textarea-css-scope .h-8 {
  height: 2rem;
}
.copilot-kit-textarea-css-scope .h-9 {
  height: 2.25rem;
}
.copilot-kit-textarea-css-scope .h-auto {
  height: auto;
}
.copilot-kit-textarea-css-scope .h-full {
  height: 100%;
}
.copilot-kit-textarea-css-scope .h-px {
  height: 1px;
}
.copilot-kit-textarea-css-scope .max-h-\[300px\] {
  max-height: 300px;
}
.copilot-kit-textarea-css-scope .\!w-px {
  width: 1px !important;
}
.copilot-kit-textarea-css-scope .w-10 {
  width: 2.5rem;
}
.copilot-kit-textarea-css-scope .w-4 {
  width: 1rem;
}
.copilot-kit-textarea-css-scope .w-8 {
  width: 2rem;
}
.copilot-kit-textarea-css-scope .w-full {
  width: 100%;
}
.copilot-kit-textarea-css-scope .max-w-lg {
  max-width: 32rem;
}
.copilot-kit-textarea-css-scope .shrink-0 {
  flex-shrink: 0;
}
.copilot-kit-textarea-css-scope .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));
}
.copilot-kit-textarea-css-scope .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));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.copilot-kit-textarea-css-scope .animate-spin {
  animation: spin 1s linear infinite;
}
.copilot-kit-textarea-css-scope .cursor-default {
  cursor: default;
}
.copilot-kit-textarea-css-scope .select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.copilot-kit-textarea-css-scope .resize-none {
  resize: none;
}
.copilot-kit-textarea-css-scope .resize-y {
  resize: vertical;
}
.copilot-kit-textarea-css-scope .flex-row {
  flex-direction: row;
}
.copilot-kit-textarea-css-scope .flex-col {
  flex-direction: column;
}
.copilot-kit-textarea-css-scope .flex-col-reverse {
  flex-direction: column-reverse;
}
.copilot-kit-textarea-css-scope .flex-wrap {
  flex-wrap: wrap;
}
.copilot-kit-textarea-css-scope .items-start {
  align-items: flex-start;
}
.copilot-kit-textarea-css-scope .items-end {
  align-items: flex-end;
}
.copilot-kit-textarea-css-scope .items-center {
  align-items: center;
}
.copilot-kit-textarea-css-scope .justify-start {
  justify-content: flex-start;
}
.copilot-kit-textarea-css-scope .justify-center {
  justify-content: center;
}
.copilot-kit-textarea-css-scope .justify-between {
  justify-content: space-between;
}
.copilot-kit-textarea-css-scope .gap-1 {
  gap: 0.25rem;
}
.copilot-kit-textarea-css-scope .gap-2 {
  gap: 0.5rem;
}
.copilot-kit-textarea-css-scope .gap-4 {
  gap: 1rem;
}
.copilot-kit-textarea-css-scope .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));
}
.copilot-kit-textarea-css-scope .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));
}
.copilot-kit-textarea-css-scope .\!overflow-hidden {
  overflow: hidden !important;
}
.copilot-kit-textarea-css-scope .overflow-hidden {
  overflow: hidden;
}
.copilot-kit-textarea-css-scope .overflow-visible {
  overflow: visible;
}
.copilot-kit-textarea-css-scope .overflow-y-auto {
  overflow-y: auto;
}
.copilot-kit-textarea-css-scope .overflow-x-hidden {
  overflow-x: hidden;
}
.copilot-kit-textarea-css-scope .\!whitespace-nowrap {
  white-space: nowrap !important;
}
.copilot-kit-textarea-css-scope .rounded-full {
  border-radius: 9999px;
}
.copilot-kit-textarea-css-scope .rounded-lg {
  border-radius: 0.5rem;
}
.copilot-kit-textarea-css-scope .rounded-md {
  border-radius: 0.375rem;
}
.copilot-kit-textarea-css-scope .rounded-sm {
  border-radius: 0.125rem;
}
.copilot-kit-textarea-css-scope .rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.copilot-kit-textarea-css-scope .\!border-0 {
  border-width: 0px !important;
}
.copilot-kit-textarea-css-scope .border {
  border-width: 1px;
}
.copilot-kit-textarea-css-scope .border-4 {
  border-width: 4px;
}
.copilot-kit-textarea-css-scope .border-b {
  border-bottom-width: 1px;
}
.copilot-kit-textarea-css-scope .border-solid {
  border-style: solid;
}
.copilot-kit-textarea-css-scope .border-current {
  border-color: currentColor;
}
.copilot-kit-textarea-css-scope .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.copilot-kit-textarea-css-scope .border-r-transparent {
  border-right-color: transparent;
}
.copilot-kit-textarea-css-scope .bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.copilot-kit-textarea-css-scope .bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.copilot-kit-textarea-css-scope .bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.copilot-kit-textarea-css-scope .bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.copilot-kit-textarea-css-scope .bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.copilot-kit-textarea-css-scope .bg-transparent {
  background-color: transparent;
}
.copilot-kit-textarea-css-scope .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.copilot-kit-textarea-css-scope .\!p-0 {
  padding: 0px !important;
}
.copilot-kit-textarea-css-scope .p-0 {
  padding: 0px;
}
.copilot-kit-textarea-css-scope .p-1 {
  padding: 0.25rem;
}
.copilot-kit-textarea-css-scope .p-2 {
  padding: 0.5rem;
}
.copilot-kit-textarea-css-scope .p-4 {
  padding: 1rem;
}
.copilot-kit-textarea-css-scope .p-6 {
  padding: 1.5rem;
}
.copilot-kit-textarea-css-scope .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.copilot-kit-textarea-css-scope .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.copilot-kit-textarea-css-scope .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.copilot-kit-textarea-css-scope .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.copilot-kit-textarea-css-scope .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.copilot-kit-textarea-css-scope .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.copilot-kit-textarea-css-scope .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.copilot-kit-textarea-css-scope .pb-2 {
  padding-bottom: 0.5rem;
}
.copilot-kit-textarea-css-scope .pr-\[3rem\] {
  padding-right: 3rem;
}
.copilot-kit-textarea-css-scope .text-center {
  text-align: center;
}
.copilot-kit-textarea-css-scope .align-\[-0\.125em\] {
  vertical-align: -0.125em;
}
.copilot-kit-textarea-css-scope .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.copilot-kit-textarea-css-scope .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.copilot-kit-textarea-css-scope .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.copilot-kit-textarea-css-scope .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.copilot-kit-textarea-css-scope .font-medium {
  font-weight: 500;
}
.copilot-kit-textarea-css-scope .font-semibold {
  font-weight: 600;
}
.copilot-kit-textarea-css-scope .italic {
  font-style: italic;
}
.copilot-kit-textarea-css-scope .leading-none {
  line-height: 1;
}
.copilot-kit-textarea-css-scope .tracking-tight {
  letter-spacing: -0.025em;
}
.copilot-kit-textarea-css-scope .tracking-widest {
  letter-spacing: 0.1em;
}
.copilot-kit-textarea-css-scope .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.copilot-kit-textarea-css-scope .underline-offset-4 {
  text-underline-offset: 4px;
}
.copilot-kit-textarea-css-scope .opacity-0 {
  opacity: 0;
}
.copilot-kit-textarea-css-scope .opacity-50 {
  opacity: 0.5;
}
.copilot-kit-textarea-css-scope .opacity-70 {
  opacity: 0.7;
}
.copilot-kit-textarea-css-scope .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);
}
.copilot-kit-textarea-css-scope .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);
}
.copilot-kit-textarea-css-scope .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.copilot-kit-textarea-css-scope .outline {
  outline-style: solid;
}
.copilot-kit-textarea-css-scope .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);
}
.copilot-kit-textarea-css-scope .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);
}
.copilot-kit-textarea-css-scope .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.copilot-kit-textarea-css-scope .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;
}
.copilot-kit-textarea-css-scope .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.copilot-kit-textarea-css-scope .duration-200 {
  transition-duration: 200ms;
}
.copilot-kit-textarea-css-scope .duration-700 {
  transition-duration: 700ms;
}
.copilot-kit-textarea-css-scope .\!\[clip\:rect\(0\,0\,0\,0\)\] {
  clip: rect(0, 0, 0, 0) !important;
}
.copilot-kit-textarea-css-scope .hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.copilot-kit-textarea-css-scope .hover\:underline:hover {
  text-decoration-line: underline;
}
.copilot-kit-textarea-css-scope .hover\:opacity-100:hover {
  opacity: 1;
}
.copilot-kit-textarea-css-scope .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.copilot-kit-textarea-css-scope .focus\:ring-0: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(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);
}
.copilot-kit-textarea-css-scope .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);
}
.copilot-kit-textarea-css-scope .focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px ;
}
.copilot-kit-textarea-css-scope .focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.copilot-kit-textarea-css-scope .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);
}
.copilot-kit-textarea-css-scope .focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px ;
}
.copilot-kit-textarea-css-scope .disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.copilot-kit-textarea-css-scope .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.copilot-kit-textarea-css-scope .disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.copilot-kit-textarea-css-scope .peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.copilot-kit-textarea-css-scope .peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}
.copilot-kit-textarea-css-scope .data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}
.copilot-kit-textarea-css-scope .data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}
@media (prefers-reduced-motion: reduce) {
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .copilot-kit-textarea-css-scope .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
    animation: spin 1.5s linear infinite;
  }
}
@media (min-width: 640px) {
  .copilot-kit-textarea-css-scope .sm\:flex-row {
    flex-direction: row;
  }
  .copilot-kit-textarea-css-scope .sm\:justify-end {
    justify-content: flex-end;
  }
  .copilot-kit-textarea-css-scope .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)));
  }
  .copilot-kit-textarea-css-scope .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .copilot-kit-textarea-css-scope .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .copilot-kit-textarea-css-scope .md\:w-full {
    width: 100%;
  }
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
  font-size: 0.75rem;
  line-height: 1rem;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
  font-weight: 500;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~ [cmdk-group] {
  padding-top: 0px;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
  height: 1.25rem;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
  width: 1.25rem;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
  height: 3rem;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
  height: 1.25rem;
}
.copilot-kit-textarea-css-scope .\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
  width: 1.25rem;
}

/* src/components/base-copilot-textarea/base-copilot-textarea.css */
.copilot-kit-textarea-css-scope .copilot-textarea.with-branding::after {
  content: "";
  position: absolute;
}
.copilot-kit-textarea-css-scope .copilot-textarea.no-branding::after {
  content: "";
}
/*# sourceMappingURL=index.css.map */