.conversejs.theme-ocean {
  /* Primary colors */
  --brand-primary: #0077be;
  --brand-secondary: #00a8cc;

  /* Background colors */
  --background: #f0f8ff;
  --background-light: #ffffff;
  --background-dark: #e6f3ff;

  /* Text colors */
  --text-color: #333333;
  --text-color-light: #666666;

  /* Accent colors */
  --success-color: #28a745;
  --warning-color: #ffc107;
  --error-color: #dc3545;
  
}
.controlbox-pane {
	scrollbar-width: thin;
}
.chat-content__messages {
	scrollbar-width: thin;
}