.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;
}
/* --- 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 */