.btn-twitch {
  color: #fff;
  background-color: #6441a5;
  border-color: #6441a5;
}
.btn-twitch:hover {
  color: #fff;
  background-color: #6441a5e0;
  border-color: #6441a5e0;
}

.badge-beta {
  font-size: 1.3rem;
  position: relative;
  top: -10px;
  background-color: #6441a5;
  border-color: #6441a5;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(255, 255, 255, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.18) !important;
}

.screenshot-rounded {
  border-radius: 0.7rem;
}

/* Flash */
@keyframes appear-then-fade {
  0%, 100% {
    opacity:0
  }
  5%, 60% {
    opacity:1
  }
}
.flash {
  position: fixed;
  top: 15px;
  right: 22px;
  z-index: 150;

  .alert {
    animation: appear-then-fade 4s both;
  }
}
