/* video-prompt-inner-frame-override: keep the outer composer, remove the inner textarea frame */
.bx-chat-input-box .textarea-box .n-input {
  --n-border: 0 solid transparent !important;
  --n-border-hover: 0 solid transparent !important;
  --n-border-focus: 0 solid transparent !important;
  --n-box-shadow-focus: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.bx-chat-input-box .textarea-box .n-input::before,
.bx-chat-input-box .textarea-box .n-input::after,
.bx-chat-input-box .textarea-box .n-input .n-input__border,
.bx-chat-input-box .textarea-box .n-input .n-input__state-border,
.bx-chat-input-box .textarea-box .n-input-wrapper,
.bx-chat-input-box .textarea-box textarea {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.bx-chat-input-box .textarea-box .n-input::before,
.bx-chat-input-box .textarea-box .n-input::after,
.bx-chat-input-box .textarea-box .n-input .n-input__border,
.bx-chat-input-box .textarea-box .n-input .n-input__state-border {
  display: none !important;
}
