.primary.loading {
  cursor: wait;
  opacity: 1;
}

.primary.loading i {
  animation: wallet-spin .8s linear infinite;
  display: inline-block;
  margin-right: 8px;
}

@keyframes wallet-spin {
  to { transform: rotate(360deg); }
}
