.loading-container {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.loading-svg {
  width: 80px;
  height: 80px;
  color: var(--primary-color);
}

.loading-title {
  font-size: 28px;
  font-weight: 500;
  color: #646464;
}
