/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
.warningText {
  color: #e81123;
  user-select: none;
  cursor: default;
}

.calloutFadeIn {
  opacity: 1 !important;
  transform: ms-translate3d(0, 0, 0) !important;
}

div .callout {
  max-width: 200px;
  user-select: none;
  cursor: default;
  opacity: 0;
  transform: ms-translate3d(0, 20px, 0);
  transition: opacity 200ms, transform 200ms;
  animation: none;
}

.calloutText {
  padding: 18px 24px 12px;
  margin: 0;
  font-size: 21px;
  font-weight: 100;
  color: #323130;
  font-weight: 300;
}