/* Frame 3 — exact receipt-source bottom sheet from Figma node 1:379. */
html body #create-receipt-sheet.create-receipt-sheet {
  position: fixed !important;
  inset: auto auto 0 50% !important;
  display: none;
  width: min(390px, 100vw) !important;
  height: 404px !important;
  min-height: 404px !important;
  max-height: 404px !important;
  margin: 0 !important;
  padding: 24px 24px 32px !important;
  overflow: hidden !important;
  transform: translateX(-50%) !important;
  border: 0 !important;
  border-radius: 24px 24px 0 0 !important;
  background: #fff !important;
  color: #0f172a !important;
  box-shadow: none !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

html body #create-receipt-sheet.create-receipt-sheet[open] {
  display: block;
}

html body #create-receipt-sheet.create-receipt-sheet .sheet-handle {
  display: block !important;
  width: 40px !important;
  height: 4px !important;
  margin: 0 auto 20px !important;
  border-radius: 999px !important;
  background: rgba(15, 23, 42, 0.08) !important;
}

html body #create-receipt-sheet.create-receipt-sheet .modal-close {
  position: absolute !important;
  top: 48px !important;
  right: 24px !important;
  display: grid !important;
  width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  box-shadow: none !important;
}

html body #create-receipt-sheet.create-receipt-sheet .modal-close img {
  width: 14px !important;
  height: 14px !important;
}

html body #create-receipt-sheet.create-receipt-sheet .modal-close:focus,
html body #create-receipt-sheet.create-receipt-sheet .modal-close:focus-visible,
html body #create-receipt-sheet.create-receipt-sheet .receipt-source-card:focus,
html body #create-receipt-sheet.create-receipt-sheet .receipt-source-card:focus-visible {
  outline: none !important;
}

html body #create-receipt-sheet.create-receipt-sheet h2 {
  display: block !important;
  width: 342px !important;
  height: 28px !important;
  margin: 0 !important;
  color: #0f172a !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html body #create-receipt-sheet.create-receipt-sheet > p {
  display: block !important;
  width: 342px !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 4px 0 0 !important;
  color: #64748b !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px !important;
  line-height: 22.75px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  box-sizing: border-box !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-source-grid {
  display: grid !important;
  width: 342px !important;
  height: 165px !important;
  min-height: 165px !important;
  grid-template-columns: 165px 165px !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 24px 0 0 !important;
  box-sizing: border-box !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-source-card {
  appearance: none !important;
  display: flex !important;
  width: 165px !important;
  height: 141px !important;
  min-height: 141px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 22px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #eff6ff !important;
  color: #0f172a !important;
  box-shadow: inset 0 0 0 2px rgba(15, 23, 42, 0.08) !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-source-card-photo {
  background: rgba(37, 99, 235, 0.1) !important;
  box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.2) !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-source-icon {
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  place-items: center !important;
  border-radius: 20px !important;
  box-sizing: border-box !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-source-card-photo .receipt-source-icon {
  background: #2563eb !important;
  box-shadow: 0 10px 7.5px rgba(43, 127, 255, 0.3), 0 4px 3px rgba(43, 127, 255, 0.3) !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-source-card-pdf .receipt-source-icon {
  border: 0 !important;
  background: rgba(30, 64, 175, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08) !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-source-icon img {
  width: 24px !important;
  height: 24px !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-source-copy {
  display: flex !important;
  height: 37px !important;
  flex: 0 0 37px !important;
  flex-direction: column !important;
  align-items: center !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-source-copy strong,
html body #create-receipt-sheet.create-receipt-sheet .receipt-source-copy small {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Manrope", sans-serif !important;
  text-align: center !important;
  white-space: nowrap !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-source-copy strong {
  height: 20px !important;
  color: #0f172a !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-source-copy small {
  height: 17px !important;
  padding-top: 2px !important;
  color: #64748b !important;
  font-size: 10px !important;
  line-height: 15px !important;
  font-weight: 500 !important;
  box-sizing: border-box !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-sheet-info {
  display: block !important;
  width: 342px !important;
  height: 81px !important;
  min-height: 81px !important;
  margin: 0 !important;
  padding: 16px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-sheet-info-surface {
  display: flex !important;
  width: 342px !important;
  height: 65px !important;
  min-height: 65px !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 13px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: #eff6ff !important;
  color: #1447e6 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 12px !important;
  line-height: 19.5px !important;
  font-weight: 400 !important;
  box-shadow: inset 0 0 0 1px #dbeafe !important;
  box-sizing: border-box !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-sheet-info-icon {
  display: block !important;
  width: 16px !important;
  height: 18px !important;
  flex: 0 0 16px !important;
  padding-top: 2px !important;
  box-sizing: border-box !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-sheet-info-icon img {
  width: 16px !important;
  height: 16px !important;
}

html body #create-receipt-sheet.create-receipt-sheet .receipt-sheet-info-surface > span:last-child {
  display: block !important;
  width: 292px !important;
  height: 39px !important;
}

@media (max-width: 389px) {
  html body #create-receipt-sheet.create-receipt-sheet h2,
  html body #create-receipt-sheet.create-receipt-sheet > p,
  html body #create-receipt-sheet.create-receipt-sheet .receipt-source-grid,
  html body #create-receipt-sheet.create-receipt-sheet .receipt-sheet-info,
  html body #create-receipt-sheet.create-receipt-sheet .receipt-sheet-info-surface {
    width: 100% !important;
  }

  html body #create-receipt-sheet.create-receipt-sheet .receipt-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body #create-receipt-sheet.create-receipt-sheet .receipt-source-card {
    width: 100% !important;
  }

  html body #create-receipt-sheet.create-receipt-sheet .receipt-sheet-info-surface > span:last-child {
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
}
