.is-loading {
  position: fixed;
  inset: 0;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.is-loading.hidden {
  display: none;
}