@charset "utf-8";

@font-face { font-family: "ibm plex mono"; src: url("") format("woff"); font-style: normal; font-weight: 400; font-display: swap; }

@font-face { font-family: "ibm plex mono"; src: url("") format("woff"); font-style: normal; font-weight: 700; font-display: swap; }

:root { --grey: #81888c; --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); --check-font-regular: 'IBM Plex Mono', IBM Plex, monospace; }

.un-steps__check { display: block; pointer-events: none; user-select: none; }

.check { box-shadow: var(--box-shadow); max-width: 100%; font-family: var(--check-font-regular); font-size: 0.8rem; line-height: 1.3; }

.check__wrapper { padding: 0.5rem; }

.check__iban { margin-bottom: 1rem; display: block; font-weight: 500; }

.check__top-grid { display: flex; justify-content: space-between; align-items: flex-start; }

.check__top-col-1 { display: flex; flex-direction: column; justify-content: space-between; gap: 4rem; }

.check__top-col-1-row { display: flex; flex-direction: column; }

.check__top-col-title { color: var(--grey); margin-bottom: 8px; margin-top: 8px; }

.check__top-col-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.check__bot { border-bottom: 3px solid rgb(0, 0, 0); }

.check__bot-grid { display: grid; grid-template-columns: 1fr 5fr 1fr 1fr 1fr; }

.check__bot-grid-col { display: flex; flex-direction: column; border-right: 1px solid rgb(0, 0, 0); }

.check__bot-grid-col-title { font-weight: 500; background-color: rgba(128, 128, 128, 0.39); border-right: 1px solid rgb(0, 0, 0); border-bottom: 3px solid rgb(0, 0, 0); padding-left: 2px; }

.check__thanks { text-align: right; display: block; margin: 0.5rem 2rem; }

.un-steps__check-mobile { display: none; }

@media (max-width: 1200px) {
  .check { font-size: 0.7rem; }
}

@media (max-width: 1024px) {
  .un-steps__check { display: none; }
  .un-steps__check-mobile { display: block; padding: 1rem; border: 1px solid grey; font-family: var(--check-font-regular); line-height: 1.3; pointer-events: none; user-select: none; }
  .check-mobile__top { display: flex; flex-direction: column; justify-content: center; text-align: center; border-bottom: 1.5px solid rgb(102, 102, 102); padding-bottom: 0.5rem; margin-bottom: 1rem; }
  .check-mobile__bot { display: flex; width: 100%; justify-content: space-between; font-size: 0.8rem; }
  .check-mobile_lcolumn { display: block; text-align: left; color: rgb(102, 102, 102); }
  .check-mobile_rcolumn { display: block; text-align: right; color: rgb(0, 0, 0); }
  .check-mobile_sum-text { font-size: 1.2rem; color: rgb(0, 0, 0); }
  .check-mobile_lcolumn p, .check-mobile_rcolumn p { font-size: 0.7rem; }
  .check-mobile__logo { margin: 0.3rem auto 0.5rem; max-width: 200px; width: 100%; height: 100%; }
  .check-mobile_amount, .check-mobile__date { color: rgb(102, 102, 102); margin-bottom: 0.5rem; }
  .check-mobile_amount { font-size: 1rem; }
  .check-mobile__date { margin: 1rem auto; font-size: 0.8rem; }
}

@media (min-width: 768px) {
  .un-steps__check-mobile { padding: 0.7rem; }
}

@media (max-width: 580px) {
  .check-mobile__top { margin-bottom: 0.6rem; }
  .check-mobile_lcolumn p, .check-mobile_rcolumn p, .check-mobile__date { font-size: 0.6rem; }
  .check-mobile__date { margin: 0.6rem auto; }
  .check-mobile_sum-text { font-size: 0.9rem; }
  .check-mobile_amount { font-size: 0.8rem; }
}

@media (max-width: 450px) {
  .check-mobile__logo { max-width: 150px; }
  .check-mobile_lcolumn p, .check-mobile_rcolumn p { font-size: 0.5rem; }
}

@media (max-width: 400px) {
  .un-steps__check-mobile { padding: 0.6rem; }
  .check-mobile_lcolumn p, .check-mobile_rcolumn p { font-size: 0.4rem; }
}
