.takeover-dialog-message {
  margin-bottom: 12px !important;
  font-size: 0.875rem;
  line-height: 20px; }

.takeover-info-message {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  margin-top: 8px;
  font-size: 0.6875rem; }

.takeover-error-message {
  color: rgba(218, 10, 0, 1);
  color: var(--status-error-text,rgba(218, 10, 0, 1));
  margin-top: 8px;
  font-size: 0.875rem; }
