﻿:root {
  --chat--body--background: transparent !important;
  --chat--message--user--background: var(--bs-light) !important;
  --chat--message--user--color: #000 !important;
  --chat--message--bot--background: transparent !important;
  --chat--footer--background: transparent !important;
}

/* **************************** */
/* Chat */
/* **************************** */

/* Hide header */
.chat-layout .chat-header {
  display: none !important;
}

/* Body */
.chat-layout .chat-body {
  max-height: 400px;
  margin-bottom: 1rem;
}

/* Footer */
.chat-layout .chat-footer {
  border: none !important;
  margin-bottom: 2px;
}

  .chat-layout .chat-footer .chat-input {
    border: 1px solid var(--bs-gray-600) !important;
    border-radius: 30px !important;
    box-shadow: var(--bs-box-shadow-sm);
    overflow: hidden;
  }

  .chat-layout .chat-footer textarea {
    max-height: 100px !important;
  }

/* Messages */
.chat-message-from-bot {
  padding: 0 !important;
}