.bg-body {
  background: LightGray;
}

.bg-default {
  background: White;
}

.bg-brand {
  background: #007bff;
  background: linear-gradient(45deg, #007bff, #7E57C2);
}

.bg-brand-dark {
  background: #405060;
}

.comment {
  overflow-x: auto;
}

/* bootstrap styles */

.comment img {
  max-width: 100%;
  height: auto;
}

pre {
  padding: 1rem;
  border-radius: .25rem;
  background: #f8f9fa;
}

blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  padding: 0 0 0 15px;
  border-left: 5px solid #eee;
}

/* support chat */

.support-chat {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1040;
}

.support-chat-button {
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
