html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #f4fbfd;
  background-size: 100% 100%;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#supplydesk-loading-status {
  position: fixed;
  top: calc(50% + 190px);
  left: 50%;
  width: min(86vw, 520px);
  transform: translateX(-50%);
  color: #315a65;
  font: 600 16px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.01em;
  text-align: center;
}

.contain {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stretch {
  display: block;
  width: 100%;
  height: 100%;
}

.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.bottomLeft {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottomRight {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #10232b;
  }

  #supplydesk-loading-status {
    color: #d5edf3;
  }
}
