.bc-add-payments-account {
  width: 100%;
}
.bc-add-payments-account form {
  width: 100%;
}
.bc-add-payments-account .description-container {
  align-items: flex-start !important;
}
.bc-add-payments-account .container {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
}
.bc-add-payments-account .container .ant-select-selection-search-input,
.bc-add-payments-account .container .ant-input {
  font-size: 16px;
}
.bc-add-payments-account .container .ant-form-item {
  max-width: 400px;
  width: -webkit-fill-available;
}
.bc-add-payments-account .container .label {
  min-width: 140px;
}
.bc-add-payments-account .container .ant-typography {
  min-width: 80px;
}
.bc-add-payments-account .form-space {
  max-width: 800px;
  width: 100%;
}
.bc-add-payments-account .save-button {
  max-width: 150px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .bc-add-payments-account .container {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
}
@media screen and (max-width: 1542px) {
  .bc-operations .filters-without-buttons {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 970px) {
  .calendars .ant-picker-panels {
    flex-wrap: wrap !important;
    width: min-content !important;
  }
}
@media screen and (max-width: 775px) {
  .bc-operations .filters-without-buttons > div {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .bc-payment-accounts .payment-accounts-table {
    overflow-x: scroll;
  }
}
.bc-payment-accounts .payment-accounts-table {
  overflow-x: scroll;
}
.iframe-page_container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.iframe-page_loader {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}

/*# sourceMappingURL=main~67.a727713d.css.map*/