:root {
  --bgHeader: #027a47;
  --textHeader: #fafafa;
  --borderColor: #dcdfe6;
  --bgFooter: #f5f5f5;
  --bgMessage: #027a47;
  --textMessage: #fafafa;
  --bgBackground: white;
  --bgUpload: #027a47;
  --textUpload: white;
  --textSize: 14px;
  --fontFamily: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --bgMessageMe: #DCDFE6;

  /** Buttons styles */
  --borderRadiusButton: 8px;
  --borderButtonColor: #027a47;
  --bgButtonBase: #027a47;
  --textColorButtonBase: white;
  --colorButtonTextArea: #1e1e1e;

  /** Main button styles */
  --textButtonHover: white;
  --backgroundButtonHover: #027a47;
  --backgroundChatButton: #027a47;
  --borderRadiusChatButton: 16px;
  --textSizeChatButton: 16px;
  --fontFamilyChatButton: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --textColorChatButton: white;

  /** List styles*/
  --backgroundOptions: #f5f5f5;
  --textColorList: #1e1e1e;
  --backgroundButtonConfirm: #027a47;
}
