/* Generated by less 3.11.1 */
.lr-smart {
  --lr-bg: #ebe7ee;
  --lr-surface: #ffffff;
  --lr-muted: #f3f0f6;
  --lr-soft-cyan: #e9fbfd;
  --lr-cyan: #18c2cc;
  --lr-cyan-dark: #15acb5;
  --lr-ink: #211c3f;
  --lr-text: #5f5a78;
  --lr-line: #e9e5ef;
  --lr-error: #d93b52;
  --lr-error-bg: #fdecef;
  --lr-warning: #b76a15;
  --lr-warning-bg: #fff5df;
  --lr-success: #009f8f;
  --lr-radius: 28px;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 34px;
  background: var(--lr-surface);
  color: var(--lr-ink);
  overflow: hidden;
  font-family: inherit;
}
.lr-smart *,
.lr-smart *::before,
.lr-smart *::after {
  box-sizing: border-box;
}
.lr-smart input,
.lr-smart select,
.lr-smart button {
  font-family: inherit;
}
.lr-smart a:not(.lr-smart-link):not(.view-receipt-link) {
  color: var(--lr-cyan-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--lr-cyan);
  text-underline-offset: 2px;
}
.lr-smart__file-input {
  position: fixed;
  inset-inline-start: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.lr-smart__header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--lr-line);
}
.lr-smart-progress {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lr-smart-progress__line {
  flex: 1;
  height: 1px;
  background: var(--lr-line);
}
.lr-smart-progress__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #aaa5bb;
  font-size: 13px;
  font-weight: 900;
}
.lr-smart-progress__item i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 2px solid #f0edf5;
  border-radius: 999px;
  background: #f0edf5;
}
.lr-smart-progress__item.is-active {
  color: var(--lr-ink);
}
.lr-smart-progress__item.is-active i {
  border-color: var(--lr-cyan);
  background: #fff;
}
.lr-smart-progress__item.is-done {
  color: var(--lr-ink);
}
.lr-smart-progress__item.is-done i {
  border-color: var(--lr-cyan);
  background: var(--lr-cyan);
  border: 0;
}
.lr-smart-progress__item.is-done i::after {
  background-image: url(img/ocr/check.svg);
  background-position: 50% 50%;
  background-size: 12px 12px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.lr-smart__state {
  display: none;
  padding: 26px 24px 30px;
}
.lr-smart__state + .lr-smart__state {
  margin-top: 0;
}
.lr-smart__state.is-active {
  display: block;
}
.lr-smart__title {
  margin: 0 !important;
  color: var(--lr-ink);
  font-size: 26px !important;
  font-weight: 950;
  line-height: 1.08 !important;
  letter-spacing: -0.04em;
}
.lr-smart__lead {
  margin: 10px 0 0;
  color: var(--lr-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.lr-smart__microcopy {
  margin: 10px 0 0;
  color: #918ca6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.lr-smart__server-error {
  margin: 0 24px;
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--lr-error-bg);
  color: var(--lr-error);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 24px;
}
.lr-smart-upload {
  margin-top: 18px;
  padding: 26px 22px;
  border: 1px dashed #e7e3ef;
  border-radius: 26px;
  background: radial-gradient(#e4dfec 1px, transparent 1px) 0 0px 10px, #fbfaff;
  text-align: center;
}
.lr-smart-upload strong {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 950;
}
.lr-smart-upload p {
  margin: 8px auto 18px;
  max-width: 240px;
  color: #918ca6;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}
.lr-smart-upload__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: #fff;
  color: var(--lr-cyan);
  font-size: 25px;
  box-shadow: 0 10px 30px rgba(27, 20, 49, 0.08);
}
.lr-smart-upload__copy {
  margin: 8px auto 18px;
  max-width: 260px;
  color: #918ca6;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}
.lr-smart-upload__actions {
  display: grid;
  gap: 10px;
}
.lr-smart-upload__action {
  margin: 0;
}
.lr-smart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 13px 18px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}
.lr-smart-button:disabled,
.lr-smart-button.is-loading {
  cursor: not-allowed;
  opacity: 0.56;
  transform: none;
}
.lr-smart-button--primary {
  background: var(--lr-cyan);
  color: #fff;
}
.lr-smart-button--primary:hover {
  background: var(--lr-cyan-dark);
}
.lr-smart-button--secondary {
  margin-top: 10px;
  background: #f5f2f8;
  color: var(--lr-ink);
  box-shadow: none;
}
.lr-smart-button--submit {
  margin-top: 18px;
}
.lr-smart-upload__action--camera {
  display: none;
}
.lr-smart-upload__action--upload {
  background: var(--lr-cyan);
  color: #fff;
}
.lr-smart-upload__technical {
  margin: 12px auto 0;
  max-width: 240px;
  color: #aaa5bb;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.lr-smart-upload__technical {
  display: none;
}
@media (max-width: 767px) {
  .lr-smart-upload__action--camera {
    display: inline-flex;
    background: var(--lr-cyan);
    color: #fff;
  }
  .lr-smart-upload__action--upload {
    background: #f5f2f8;
    color: var(--lr-ink);
    box-shadow: none;
  }
}
.bottom-actions {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
}
.bottom-actions p {
  margin: 0;
}
.lr-smart-link {
  text-decoration: none;
  font-weight: 500;
}
.lr-smart-link-button {
  display: block;
  width: 100%;
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lr-text);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.lr-smart-link-button:hover {
  color: var(--lr-cyan-dark);
}
.lr-smart__actions--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.lr-smart__actions--split .lr-smart-button--secondary {
  margin-top: 0;
}
.lr-smart-receipt-card {
  display: block;
  margin: 18px 0;
  padding: 12px;
  border-radius: 22px;
  background: #f5f2f8;
}
.lr-smart-receipt-card[hidden] {
  display: none;
}
.lr-smart-receipt-card__preview {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 240px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}
.lr-smart-receipt-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #fff;
}
.lr-smart-receipt-card__image[hidden] {
  display: none;
}
.lr-smart-receipt-card__fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}
.lr-smart-receipt-card__fallback[hidden] {
  display: none;
}
.lr-smart-receipt-card__fallback span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  background: var(--lr-soft-cyan);
  color: var(--lr-cyan);
  font-size: 25px;
  font-weight: 950;
}
.lr-smart-receipt-card__meta {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 32px;
  gap: 12px;
  align-items: center;
}
.lr-smart-receipt-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: #fff;
  color: var(--lr-cyan);
  font-size: 22px;
  font-weight: 950;
}
.lr-smart-receipt-card__text {
  min-width: 0;
}
.lr-smart-receipt-card__text strong,
.lr-smart-receipt-card__text em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lr-smart-receipt-card__text strong {
  color: var(--lr-ink);
  font-size: 15px;
  font-weight: 950;
}
.lr-smart-receipt-card__text em {
  color: #918ca6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
.lr-smart-receipt-card__remove {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #918ca6;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}
.lr-smart-receipt-card__remove:hover {
  background: #ede8f2;
  color: var(--lr-ink);
}
.lr-smart-alert {
  display: flex;
  flex-direction: column;
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 16px;
}
.lr-smart-alert strong {
  font-size: 14px;
  font-weight: 950;
}
.lr-smart-alert p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}
.lr-smart-alert--success {
  background: var(--lr-soft-cyan);
  color: var(--lr-cyan-dark);
}
.lr-smart-alert--warning {
  background: var(--lr-warning-bg);
  color: var(--lr-warning);
}
.lr-smart-alert--error {
  background: var(--lr-error-bg);
  color: var(--lr-error);
}
.lr-smart-scan {
  position: relative;
  margin-top: 18px;
  padding: 24px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #e9fbfd 0%, #f1eef6 100%);
  overflow: hidden;
}
.lr-smart-scan__preview {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 230px;
  max-height: 320px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(32, 25, 45, 0.1);
}
.lr-smart-scan__image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: contain;
  background: #fff;
}
.lr-smart-scan__image[hidden] {
  display: none;
}
.lr-smart-scan__fallback {
  display: grid;
  place-items: center;
  gap: 6px;
  padding: 30px 20px;
  color: var(--lr-text);
  text-align: center;
}
.lr-smart-scan__fallback[hidden] {
  display: none;
}
.lr-smart-scan__fallback-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 6px;
  border-radius: 18px;
  background: var(--lr-soft-cyan);
  color: var(--lr-cyan);
  font-size: 28px;
  font-weight: 950;
}
.lr-smart-scan__fallback strong {
  max-width: 220px;
  overflow: hidden;
  color: var(--lr-ink);
  font-size: 14px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lr-smart-scan__fallback em {
  color: #918ca6;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}
.lr-smart-scan__line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: var(--lr-cyan);
  box-shadow: 0 0 28px rgba(32, 188, 198, 0.85);
  animation: lrScan 1.25s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes lrScan {
  from {
    transform: translateY(-95px);
  }
  to {
    transform: translateY(95px);
  }
}
.lr-smart-scan p {
  margin: 0 0 10px;
  color: var(--lr-ink);
  font-size: 13px;
  font-weight: 950;
}
.lr-smart-scan__bar {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}
.lr-smart-scan__bar span {
  display: block;
  width: 55%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--lr-cyan), transparent);
  animation: lrBar 1.2s ease-in-out infinite;
}
@keyframes lrBar {
  from {
    transform: translateX(-80%);
  }
  to {
    transform: translateX(180%);
  }
}
.lr-smart-field {
  display: block;
  margin-top: 14px;
}
.lr-smart-field + button {
  margin-top: 16px;
}
.lr-smart-field.has-error .lr-smart-control {
  background: #fff1f2;
  box-shadow: inset 0 0 0 2px rgba(217, 59, 82, 0.18);
}
.lr-smart-field.has-error .lr-smart-field__error {
  display: block;
}
.lr-smart-field__label {
  display: block;
  margin-bottom: 5px;
  color: var(--lr-text);
  font-size: 14px;
  font-weight: 600;
}
.lr-smart-field__label span {
  color: var(--lr-cyan-dark);
}
.lr-smart-control {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  border-radius: 8px;
  background: #f5f2f8;
}
.lr-smart-control input,
.lr-smart-control select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 2px solid transparent;
  border-radius: inherit;
  background: transparent;
  color: var(--lr-ink);
  font-weight: 400;
  outline: none;
}
.lr-smart-control input:focus {
  outline: none;
  border-color: var(--lr-cyan);
  background: #fff;
}
.lr-smart-control select {
  appearance: none;
  padding-right: 34px;
}
.lr-smart-control--select::after {
  content: "⌄";
  position: absolute;
  right: 14px;
  top: 50%;
  color: #aaa5bb;
  transform: translateY(-50%);
  pointer-events: none;
}
.lr-smart-control--suffix em {
  padding-right: 14px;
  font-style: normal;
  font-weight: 500;
}
.lr-smart-control__edit {
  width: 38px;
  height: 38px;
  margin-right: 6px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #aaa5bb;
  cursor: pointer;
}
.lr-smart-field__hint {
  display: block;
  margin-top: 7px;
  color: #918ca6;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}
.lr-smart-date-selects {
  display: grid;
  grid-template-columns: 90px minmax(100px, 1fr) 90px;
  gap: 4px;
}
.lr-smart-date-selects select {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f5f2f8;
  color: var(--lr-ink);
  font-size: 16px;
  font-weight: 500;
  appearance: none;
}
.lr-smart-date-selects select:focus {
  outline: none;
  border-color: var(--lr-cyan);
  background: #fff;
}
.lr-smart-field.has-error .lr-smart-date-selects select {
  border-color: var(--lr-error);
  background: #fff1f2;
}
@media (max-width: 420px) {
  .lr-smart-date-selects {
    grid-template-columns: 1fr;
  }
}
.lr-smart-field__error {
  display: none;
  margin-top: 7px;
  color: var(--lr-error);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.lr-smart-grid {
  margin-top: 16px;
}
.lr-smart-summary {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  padding: 10px;
  border-radius: 14px;
  background: var(--lr-soft-cyan);
}
.lr-smart-summary span:nth-child(2) {
  min-width: 0;
  flex: 1;
}
.lr-smart-summary strong,
.lr-smart-summary em {
  display: block;
}
.lr-smart-summary strong {
  color: var(--lr-ink);
  font-size: 14px;
  font-weight: 950;
}
.lr-smart-summary em {
  color: var(--lr-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.lr-smart-summary .view-receipt-link {
  font-size: 14px;
}
.lr-smart-summary button {
  border: 0;
  background: transparent;
  color: var(--lr-cyan-dark);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  text-decoration: underline;
}
.lr-smart-summary__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: white;
}
.lr-smart-summary__icon img {
  display: block;
}
.lr-smart-consents {
  margin-top: 18px;
}
.lr-smart-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  cursor: pointer;
  flex-wrap: wrap;
}
.lr-smart-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.lr-smart-check input:checked + .lr-smart-check__box {
  border-color: var(--lr-cyan);
  background: var(--lr-cyan);
}
.lr-smart-check input:checked + .lr-smart-check__box::after {
  background-image: url(img/ocr/check.svg);
  background-position: 50% 50%;
  background-size: 16px 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.lr-smart-check.is-hidden {
  display: none;
}
.lr-smart-check--large {
  margin-top: 13px;
}
.lr-smart-check.has-error {
  padding: 12px;
  border-radius: 14px;
  background: #fff1f2;
}
.lr-smart-check.has-error .lr-smart-check__box {
  border-color: var(--lr-error);
  background: #fff;
}
.lr-smart-check.has-error .lr-smart-field__error {
  display: block;
  flex-basis: 100%;
  margin-left: 32px;
}
.lr-smart-check__box {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #eeeaf4;
}
.lr-smart-check__text {
  color: var(--lr-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  flex: 1;
}
.lr-smart-invalid-summary {
  margin: 18px 0;
  padding: 15px 16px;
  border-radius: 16px;
  background: #fff;
}
.lr-smart-invalid-summary dl,
.lr-smart-invalid-summary div {
  margin: 0;
}
.lr-smart-invalid-summary div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.lr-smart-invalid-summary div + div {
  margin-top: 10px;
}
.lr-smart-invalid-summary dt {
  color: var(--lr-text);
  font-weight: 750;
}
.lr-smart-invalid-summary dd {
  margin: 0;
  color: var(--lr-ink);
  font-weight: 950;
}
.lr-smart-success {
  margin: -26px -24px -30px;
  padding: 44px 24px 30px;
  background: linear-gradient(180deg, #e9fbfd 0%, #fff 72%);
  text-align: center;
}
.lr-smart-success .lr-smart__lead {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.lr-smart-success .lr-smart-button--primary {
  margin-top: 24px;
}
.lr-smart-success__icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--lr-cyan);
  font-size: 32px;
  font-weight: 950;
  box-shadow: 0 14px 42px rgba(32, 25, 45, 0.08);
}
.lr-smart-draw {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 6px 14px;
  align-items: center;
  margin: 24px 0 18px;
  padding: 16px;
  border-radius: 16px;
  background: #f5f2f8;
  text-align: left;
}
.lr-smart-draw span {
  grid-row: span 2;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  color: var(--lr-text);
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
}
.lr-smart-draw strong {
  color: #918ca6;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lr-smart-draw em {
  color: var(--lr-ink);
  font-size: 18px;
  font-style: normal;
  font-weight: 950;
}
@media (max-width: 420px) {
  .lr-smart {
    max-width: none;
    border-radius: 0;
    box-shadow: none;
  }
  .lr-smart__header,
  .lr-smart__state {
    padding-left: 18px;
    padding-right: 18px;
  }
  .lr-smart__title {
    font-size: 24px;
  }
}
.lr-smart-alert.is-hidden,
[data-lrs-issues-summary].is-hidden {
  display: none !important;
}
