@keyframes fade-in {
  from {
    opacity: .5; }
  to {
    opacity: 1; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@keyframes fade-in2 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bi-alert .bi-alert-header:before, .bi-alert--error .bi-alert-header:before {
  display: inline-block;
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }

.bi-alert, .bi-alert--error {
  padding: 11px 12px;
  font-size: 11px;
  border-radius: 3px; }
  .bi-alert > *:not(:first-child), .bi-alert--error > *:not(:first-child) {
    margin-top: 10px; }
  .bi-alert .bi-alert-header, .bi-alert--error .bi-alert-header {
    flex-direction: row;
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 600; }
    .bi-alert .bi-alert-header:before, .bi-alert--error .bi-alert-header:before {
      margin-right: 10px; }
  .bi-alert .bi-alert-content, .bi-alert--error .bi-alert-content {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ebebec;
    padding-top: 10px; }

.bi-alert {
  color: #7b7b7b !important;
  background-color: #FAFAFA;
  border: 1px solid #ebebeb; }
  .bi-alert .bi-alert-header:before {
    content: "wb_incandescent";
    color: #FF9800; }
  .bi-alert .bi-alert-content {
    border-color: #ebebeb; }

.bi-alert--error {
  color: #d71a0c !important;
  background-color: #fee6e4;
  border: 1px solid #fccbc7; }
  .bi-alert--error .bi-alert-header:before {
    content: "error_outline";
    color: #f44336; }
  .bi-alert--error .bi-alert-content {
    border-color: #fccbc7; }
