html,
body,
#root {
  height: 100%;
  margin: 0;
}

.layout-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.layout-content {
  flex: 1;
}

.layout-loading {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}