.custom-loading-btn {
  color: white;
  font-weight: 500;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0.7rem 2rem;
  text-align: center;
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.custom-loading-btn svg {
  display: inline-block;
  margin-right: 0.75rem;
}
