[data-layout="loading"] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.invisible {
  visibility: hidden;
}

.loading {
  position: fixed;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
}

.page>.loading-bg {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.fetch>.loading-bg {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.spinner {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  padding: 3px;
  overflow: visible;
}

.spinner>circle {
  fill: none;
  stroke: currentColor;
  cx: 50%;
  cy: 50%;
  r: 50%;
  stroke-width: 12px;
  stroke-linecap: round;
  transform-origin: center;
}

/* TODO @@@ 아래 css 임시 */
.non-scroll {
  overflow: hidden;
}

.top_button_container {
  position: fixed;
  display: inline-flex;
  min-width: 30px;
  min-height: 30px;
  padding: 7px;
  justify-content: center;
  align-items: center;
  right: 10px;
  bottom: 20px;
  border-radius: 999px;
  background: var(--color-container-secondary, #414762);
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.12);
  z-index: 999;
}

.top_button {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  color: white;
}