@import url("../../../shared/css/base.css");
@import url("../../../shared/css/toidud-base.css");
@import url("../../../shared/css/backgrounds.css");


/* Loader text size for toidud */
#loader .loader-text {
  font-size: 1rem;
}

/* Spinner size for toidud */
#loader .spinner {
  width: 32px;
  height: 32px;
}

/* Info margin for toidud */
.info {
  margin: 0.8rem auto 0;
}

/* Tall 4K portrait: price font sizes */
@media (min-height: 3200px) {
  .title-text {
    font-size: 2.4rem;
  }
}

body {
  cursor: auto !important;
}

body.empty-state .brand img {
  height: 4rem;
}