@import url("https://use.typekit.net/lfv7uqq.css");
.white {
  color: #fff !important; }

.i-layout {
  position: relative;
  width: 595px;
  min-height: 842px;
  padding: 24px;
  padding-top: 50px;
  padding-bottom: 80px;
  margin: 24px auto;
  font-family: soleto, sans-serif;
  font-weight: 300;
  font-style: normal; }
  .i-layout * {
    font-family: soleto, sans-serif;
    font-weight: 300;
    font-style: normal; }
  .i-layout__container {
    position: relative; }
    .i-layout__container > .color-picker {
      position: absolute;
      top: 1rem;
      left: 1rem;
      z-index: 10; }
  .i-layout__bottom-text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    font-size: 8px;
    text-align: center;
    transform: translateX(-50%); }
  .i-layout span {
    font-size: x-small; }
  .i-layout strong {
    display: block;
    margin-bottom: 10px;
    font-size: medium; }
  .i-layout .mgb {
    display: block;
    margin-bottom: 8px; }
  .i-layout .mgt {
    display: block;
    margin-top: 16px; }
  .i-layout address {
    display: block;
    margin-bottom: 20px;
    font-style: normal; }
    .i-layout address > p {
      margin: 0; }
  .i-layout p {
    font-size: small; }
  .i-layout * {
    font-family: soleto, sans-serif; }
  .i-layout__logo > img {
    display: block;
    width: 150px;
    height: auto; }
  .i-layout__sign {
    padding-top: 40px; }
    .i-layout__sign > img {
      display: block;
      width: 170px;
      height: auto; }
  .i-layout__grid {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px; }
    .i-layout__grid > div {
      flex: 0 0 calc(50% - 40px);
      width: calc(50% - 40px);
      max-width: calc(50% - 40px); }
    .i-layout__grid:after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      content: "";
      width: 0.1rem;
      height: 85%;
      background-color: var(--invoice-theme-color);
      transform: translate(-50%, -50%); }
    .i-layout__grid--header {
      margin-bottom: 30px; }
      .i-layout__grid--header:after {
        display: none; }
    .i-layout__grid--no-line:after {
      display: none; }
    .i-layout__grid--auto {
      align-items: flex-start;
      justify-content: flex-start;
      grid-column-gap: 16px;
      grid-template-columns: repeat(2, auto); }
      .i-layout__grid--auto > div {
        flex: 0 0 auto;
        width: auto;
        max-width: calc(50% - 8px); }
      .i-layout__grid--auto:after {
        display: none; }
    .i-layout__grid--smaller-line:after {
      top: 7.5%;
      height: 55%;
      transform: translateX(-50%); }
  .i-layout__text {
    display: block;
    margin-bottom: 10px; }
  .i-layout__price {
    display: block;
    margin-top: 8px;
    font-size: 32px !important;
    line-height: 32px; }
  .i-layout__title {
    margin-bottom: 10px; }
    .i-layout__title > h2 {
      display: block;
      font-size: 40px;
      font-weight: 100;
      line-height: 40px;
      text-transform: uppercase; }
    .i-layout__title > h3 {
      display: block;
      margin: 0;
      font-size: 24px;
      font-weight: 100;
      line-height: 24px;
      text-transform: uppercase; }
    .i-layout__title > small {
      font-size: 20px; }
  .i-layout__qr-data {
    display: none; }
  .i-layout__qr-code {
    position: relative;
    width: 120px;
    height: 120px;
    padding: 10px;
    margin-top: 10px;
    border: 0.1rem solid #000; }
    .i-layout__qr-code > div {
      width: 100%;
      height: 100%; }
    .i-layout__qr-code img {
      display: block;
      width: 100%;
      height: 100%; }
    .i-layout__qr-code > small {
      position: absolute;
      top: 100%;
      left: 5px;
      padding: 0 5px;
      background-color: #fff;
      font-size: 8px;
      color: #000;
      transform: translateY(-50%); }
  .i-layout__table {
    width: 100%;
    border: none;
    border-collapse: collapse; }
    .i-layout__table thead {
      background-color: var(--invoice-theme-color); }
      .i-layout__table thead th {
        padding: 2px;
        font-size: x-small;
        color: #fff;
        vertical-align: middle; }
    .i-layout__table tbody td {
      padding: 2px;
      border: none;
      font-size: x-small;
      vertical-align: top; }
      .i-layout__table tbody td > div > * {
        display: block; }
    .i-layout__table tbody tr:last-of-type > td {
      border-top: 0.1rem solid var(--invoice-theme-color); }
      .i-layout__table tbody tr:last-of-type > td:first-of-type {
        font-weight: 900; }
    .i-layout__table--no-line tbody tr:last-of-type > td {
      border-top: none; }
      .i-layout__table--no-line tbody tr:last-of-type > td:first-of-type {
        font-weight: normal; }

.i-text-colorized {
  color: var(--invoice-theme-color) !important; }

.i-bg-colorized {
  background-color: var(--invoice-theme-color) !important; }

/*# sourceMappingURL=style-invoice.css.map */