.loading {
  text-align: center;

  .spinner-border {
    width: 5rem;
    height: 5rem;
    color: var(--primary);
  }
}
