@-webkit-keyframes blink-hint {
  0% {
    opacity: 0.38;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.38;
  }
}
@-moz-keyframes blink-hint {
  0% {
    opacity: 0.38;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.38;
  }
}
@-o-keyframes blink-hint {
  0% {
    opacity: 0.38;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.38;
  }
}
@keyframes blink-hint {
  0% {
    opacity: 0.38;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.38;
  }
}
.pip-error .pip-error-text,
.pip-error .pip-error-subtext,
.pip-error .pip-error-actions,
.pip-error .pip-error-details {
  max-width: 440px!important;
  padding-right: 24px;
  padding-left: 24px;
}
.pip-error .pip-error-text {
  margin-top: 32px;
  font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
  opacity: 0.87;
  text-align: center;
}
.pip-error .pip-error-subtext {
  margin-top: 16px;
  font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
  margin-bottom: 16px;
  opacity: 0.54;
  text-align: center;
}
.pip-error .pip-error-details {
  padding-top: 8px;
}
.pip-error .pip-error-details .pip-error-details-item .text-body2 {
  color: #0288D1;
  text-align: center;
}
.pip-error .pip-error-details .pip-error-details-item .text-body1 {
  opacity: 0.54;
  text-align: center;
}
.pip-error .pip-error-details .pip-error-details-item div.pip-pic {
  height: 88px!important;
  width: 88px!important;
  min-height: 0px!important;
  margin: 0px 24px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pip-error div.pip-pic {
    margin: 0px 16px;
  }
}
@media (max-width: 768px) {
  .pip-error .pip-error-text,
  .pip-error .pip-error-subtext,
  .pip-error .pip-error-actions,
  .pip-error .pip-error-details {
    padding-right: 16px;
    padding-left: 16px;
    min-height: 0px!important;
  }
  .pip-error .pip-error-text {
    margin-top: 0px;
  }
  .pip-error div.pip-pic {
    height: 64px!important;
    width: 64px!important;
    min-height: 0px!important;
    margin: 0px 8px;
  }
}
