.fcr-loading-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: var(--fcr_ui_scene_white10); */
}

.fcr-loading-container img {
  width: 120px;
  height: 120px;
}
