.buttonItem {
  margin-top: var(--spacing-l);
}
.loading_message {
  position: relative;
  max-height: 100%;
  height: auto;
  transition: max-height 0.3s ease-in-out;
  .spinner {
    height: 100px;
    position: relative;
    margin-top: 20px;
  }
}
.hidden {
  visibility: hidden;
  max-height: 0;
}

.buttonList {
  display: flex;
  flex-direction: column;
}
