.smppSettingsTemplate {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.smppSettingsTemplate table {
  margin: 30px;
}
.smppSettingsTemplate td {
  border-bottom: 1px dotted lightgray;
}
.smppSettingsTemplate td:first-child {
  text-align: left;
}
.smppSettingsTemplate td:last-child {
  font-weight: bold;
  text-align: right;
}
#docs > table td,
#docs > table th {
  text-align: center;
}
#docs > table td:nth-child(3),
#docs > table th:nth-child(3) {
  text-align: right;
}
#docs > table .doc-row-empty {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: gray;
  height: 80px;
}
.auth-options-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.auth-options-wrapper > div > a {
  font-size: 1rem;
}
.auth-option {
  margin-right: 30px;
  min-width: 200px;
}
.auth-option .recipient {
  white-space: nowrap;
}
.auth-devices {
  width: 80%;
}
.auth-devices > table {
  width: 100%;
}
button.country {
  margin-bottom: 5px;
}
.internationalTemplate .table-block-mini {
  width: 80vw;
  padding: 20px;
}
.internationalTemplate > * {
  margin-bottom: 15px;
}
.toggled,
.toggled > * {
  font-size: 1.5rem;
  font-family: Play-Bold;
}
.select-all {
  margin-left: 40px;
  vertical-align: middle;
}
.marquee {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 5s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translate(-60%, 0);
    -webkit-transform: translate(-35%, 0);
    -moz-transform: translate(-40%, 0);
  }
  50% {
    transform: translate(-100%, 0);
    -webkit-transform: translate(-65%, 0);
    -moz-transform: translate(-60%, 0);
  }
  100% {
    transform: translate(-60%, 0);
    -webkit-transform: translate(-35%, 0);
    -moz-transform: translate(-40%, 0);
  }
}
.factura-info:not(.footer) {
  position: relative;
  border: 1px solid lightgray;
  display: inline-block;
  padding: 5px 10px;
}
.factura-info:not(.footer) span {
  margin-right: 10px;
  font-style: italic;
}
.factura-info.footer {
  margin: 10px 0;
}
.template-edit-faktura-info {
  margin: auto;
  margin-bottom: 50px;
}
.template-edit-faktura-info td:first-child {
  text-align: left;
  padding-right: 20px;
  font-weight: bold;
}
.template-edit-faktura-info td:last-child {
  width: 400px;
}
.template-edit-faktura-info input {
  width: 100%;
}
.table-block-mini.przelew td:last-child {
  text-align: right;
}
.table-block-mini.przelew td:first-child {
  font-style: italic;
  padding-right: 40px;
}
.table-block-mini.przelew th {
  font-size: 1.2rem;
  text-align: center;
}
.table-block-mini.przelew tfoot th {
  padding-top: 20px;
}
.payments-buttons,
.payments-buttons-other,
.payments-buttons-other-template {
  display: flex;
  justify-content: center;
}
.payments-buttons li,
.payments-buttons-other li,
.payments-buttons-other-template li {
  position: relative;
  user-select: none !important;
  border: 1px solid grey;
  margin: 20px;
  padding: 10px;
  width: 200px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}
.payments-buttons li::after,
.payments-buttons-other li::after,
.payments-buttons-other-template li::after {
  content: var(--payment-fee);
  top: 50px;
  left: 0;
  width: inherit;
  margin: auto;
  position: absolute;
  padding: 2px;
  display: block;
  font-size: 0.7rem;
}
.payments-buttons li:hover,
.payments-buttons-other li:hover,
.payments-buttons-other-template li:hover {
  background-color: #fffdfc;
}
.payments-buttons li.selected,
.payments-buttons-other li.selected,
.payments-buttons-other-template li.selected {
  border: 1px solid #f58220;
  background-color: #feefe3;
  box-shadow: 0 0 0 4px rgba(245, 130, 32, 0.2);
  color: #000;
}
.payments-buttons li img,
.payments-buttons-other li img,
.payments-buttons-other-template li img {
  max-width: 41px;
  padding-right: 10px;
}
.payments-buttons li.toggled,
.payments-buttons-other li.toggled,
.payments-buttons-other-template li.toggled {
  font-size: 1rem;
  font-family: unset;
}
.refund-error {
  margin: 10px 0 15px;
  padding: 10px 14px;
  background: #fdecea;
  color: #b71c1c;
  border: 1px solid rgba(183, 28, 28, 0.3);
  border-radius: 4px;
}
.refund-flash {
  margin: 0 0 15px;
  padding: 10px 14px;
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid rgba(46, 125, 50, 0.3);
  border-radius: 4px;
}
.refund-filename {
  margin-left: 8px;
  font-size: 0.85rem;
  color: #555;
}
.refund-history-link {
  display: inline;
  margin: 0;
}
.refund-history-link button {
  background: none;
  border: 0;
  padding: 0;
  margin-left: 8px;
  color: #609dd4;
  cursor: pointer;
  text-decoration: underline;
  font: inherit;
}
.refund-history-link button:hover {
  text-decoration: none;
}
.refund-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.refund-wrapper h3 {
  margin-bottom: 10px;
}
.refund-wrapper hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.refund-form .refund-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
.refund-form .refund-cell {
  flex: 1 1 220px;
  min-width: 0;
}
.refund-form .refund-cell h4,
.refund-form .refund-cell > label:first-child {
  display: block;
  margin: 0 0 8px;
  color: #555;
  font-size: 0.95rem;
  font-weight: 600;
}
.refund-form .refund-cell--file .addfile {
  display: inline-block;
  cursor: pointer;
  color: #609dd4;
}
.refund-form .refund-cell--comment textarea {
  min-height: 70px;
}
.refund-form .refund-static {
  padding: 6px 0;
  color: #333;
}
.refund-form .refund-radio {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0;
  cursor: pointer;
  font-weight: normal;
}
.refund-form .refund-radio input[type=radio] {
  margin: 0;
}
.refund-form .refund-amount-input,
.refund-form .refund-comment-input {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
}
.refund-form .refund-amount-input:focus,
.refund-form .refund-comment-input:focus {
  outline: none;
  border-color: #609dd4;
}
.refund-form .refund-amount-input[readonly],
.refund-form .refund-comment-input[readonly] {
  background: #f4f4f4;
  color: #777;
}
.refund-form .refund-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.refund-wrapper--mobile .refund-cell {
  margin-bottom: 14px;
}
.refund-wrapper--mobile .refund-actions {
  justify-content: center;
  flex-wrap: wrap;
}
/* --- Breakpoint variables (logical widths) --- */
/* ===== ≤1920 ===== */
/* ===== ≤1728 (MBP16) ===== */
/* ===== ≤1536 ===== */
/* ===== ≤1512 (MBP14) ===== */
@media screen and (max-width: 1512px) {
  .payments-buttons li,
  .payments-buttons-other li,
  .payments-buttons-other-template li {
    margin: 15px 5px;
  }
}
/* ===== ≤1440 ===== */
/* ===== ≤1366 ===== */
/* ===== ≤1280 ===== */
@media screen and (max-width: 1280px) {
  .balance-wrapper #main .block1 {
    margin-bottom: 10px;
  }
  .balance-wrapper #main .block2__row {
    margin: 5px 0;
  }
  .balance-wrapper #main .block2__radioblock {
    margin: 10px 0;
    margin-bottom: 30px;
  }
  .balance-wrapper #main .block3 {
    margin-top: 10px;
  }
  .payments-buttons li,
  .payments-buttons-other li,
  .payments-buttons-other-template li {
    display: flex;
    width: 180px;
    padding: 5px;
    font-size: 0.8rem;
  }
  .payments-buttons li::after,
  .payments-buttons-other li::after,
  .payments-buttons-other-template li::after {
    content: var(--payment-fee);
    font-size: 0.6rem;
    left: -5px;
    top: 40px;
  }
  .payments-buttons li.toggled,
  .payments-buttons-other li.toggled,
  .payments-buttons-other-template li.toggled {
    font-size: 0.8rem;
  }
}
/* ===== очень узко / док-окна ===== */
/* ===== сниженная анимация: бегущая строка ===== */
@media (prefers-reduced-motion: reduce) {
  .marquee {
    animation: none;
  }
}
/*# sourceMappingURL=client.css.map */