@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-link[target="_blank"]:after {
  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-link {
  flex-direction: row;
  align-items: center;
  display: inline-flex;
  color: #FC4A6A;
  text-decoration: none !important;
  cursor: pointer; }
  .bi-link:hover {
    color: #fb2249; }
  .bi-link[target="_blank"]:after {
    content: 'open_in_new';
    margin-left: .3em;
    font-size: 1em !important;
    text-decoration: none !important; }
