.system-print-demo {
  background: #fdeceb;
  color: #30211f;
}

.system-print-demo .ix-status {
  background: #fdeceb;
  color: #0f172a;
}

.system-print-top {
  position: relative;
  z-index: 3;
  min-height: 162px;
  padding: 10px 30px 14px;
  background: #fdeceb;
  box-shadow: 0 2px 10px rgba(70, 43, 40, .18);
}

.system-printer-select {
  width: 100%;
  min-height: 50px;
  border: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 8px;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
}

.system-printer-select i,
.system-print-fab {
  display: grid;
  place-items: center;
  color: #1a73e8;
}

.system-printer-select i svg {
  width: 30px;
  height: 30px;
}

.system-printer-select b {
  display: block;
  overflow: hidden;
  color: #30211f;
  font-size: 19px;
  font-weight: 500;
  line-height: 23px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.system-printer-select small {
  display: block;
  margin-top: 2px;
  color: #6f5f5d;
  font-size: 12px;
}

.system-printer-select em,
.system-expand {
  color: #6f5f5d;
}

.system-printer-select svg,
.system-expand svg,
.system-print-fab svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.system-print-options {
  display: flex;
  gap: 36px;
  padding-left: 29px;
  color: #907c78;
  font-size: 14px;
}

.system-print-options p {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.system-print-options b {
  color: #30211f;
  font-size: 18px;
  font-weight: 500;
}

.system-expand {
  width: 44px;
  height: 42px;
  margin: 8px auto 0;
  border: 0;
  display: grid;
  place-items: center;
  background: transparent;
}

.system-print-fab {
  position: absolute;
  z-index: 4;
  right: 28px;
  top: 178px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #9a5349;
  box-shadow: 0 8px 16px rgba(90, 45, 38, .22);
}

.system-print-fab svg {
  width: 25px;
  height: 25px;
}

.system-print-pages {
  flex: 1;
  overflow: auto;
  padding: 30px 51px 28px;
  background: #fdeceb;
}

.system-page {
  position: relative;
  margin-bottom: 16px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(75, 54, 50, .20);
}

.system-page-grid {
  aspect-ratio: 1 / 1.42;
  padding: 38px 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 24px;
}

.mini-document {
  border-top: 1px solid #b9b9b9;
  display: grid;
  align-content: start;
  gap: 5px;
  padding-top: 22px;
}

.mini-document h3 {
  width: 30%;
  height: 6px;
  margin: 0 auto 6px;
  background: #1e1e1e;
}

.mini-document p {
  width: var(--w);
  height: 3px;
  margin: 0;
  background: #b9b9b9;
}

.system-page footer {
  height: 31px;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  background: #aaa;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.system-page footer span {
  grid-column: 1 / -1;
}

.system-page footer b {
  grid-column: 2;
  grid-row: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #99554b;
}

.system-page footer svg {
  width: 15px;
  height: 15px;
  stroke: #fff;
}

.system-printer-menu {
  position: absolute;
  z-index: 5;
  left: 29px;
  right: 52px;
  top: 93px;
  padding: 14px 0;
  background: #fdeceb;
  box-shadow: 0 3px 10px rgba(64, 43, 40, .20);
}

.system-printer-menu button {
  width: 100%;
  min-height: 48px;
  border: 0;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  background: transparent;
  color: #30211f;
  font: inherit;
  text-align: left;
}

.system-printer-menu i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #1a73e8;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.system-printer-menu i.pdf {
  border-radius: 3px;
  color: #fff;
  background: #8f4741;
}

.system-printer-menu i.default {
  color: #75a7ec;
}

.system-printer-menu i.thermal {
  color: #148aa8;
}

.system-printer-menu i svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.system-printer-menu b {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.system-printer-menu small {
  display: block;
  color: #70615d;
  font-size: 12px;
}
