#chatbot {
  transition: all 0.3s ease;
}

#chatbot.minimized {
  height: auto;
}

#chatbot.minimized #chat-body,
#chatbot.minimized #chat-form,
#chatbot.minimized .branding-footer {
  display: none;
}

#chatbot.minimized #chat-header {
  border-radius: 0.75rem;
  cursor: pointer;
}

