/* /Components/AbaFileDetails.razor.rz.scp.css */
aba-file-details[b-2kedbzray7] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
aba-file-details p[b-2kedbzray7] {
  margin: 0;
}
aba-file-details[b-2kedbzray7]  breezer-page {
  margin-top: 0;
}
aba-file-details date-selection[b-2kedbzray7] {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
aba-file-details button[b-2kedbzray7] {
  align-self: start;
}
/* /Components/AbaFileDownload.razor.rz.scp.css */
aba-file[b-nasxyu43ho] {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
aba-file p[b-nasxyu43ho] {
  margin: 0;
}
aba-file tt[b-nasxyu43ho] {
  white-space: pre;
}
/* /Components/Import/ImportStatement.razor.rz.scp.css */
import[b-t19ec1daw6] {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
import p[b-t19ec1daw6] {
  margin: 0;
}
import buttons[b-t19ec1daw6] {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
import[b-t19ec1daw6]  button[disabled],
import[b-t19ec1daw6]  button[loading] {
  pointer-events: none;
  opacity: 0.5;
}
/* /Components/Import/IncludeDeposit.razor.rz.scp.css */
include-deposit[b-u86aeb1ywc]  display-for[type="bool"] {
  pointer-events: none;
  opacity: 0.5;
}
/* /Pages/index.razor.rz.scp.css */
/*
    Scoped component css

    Nothing magical here for anyone familiar with Blazor, but for newcomers, this stylesheet will be emitted in a bundle, and modified so
    it just targets html elements in the Index page.
*/
h3[b-rf9b9lixcu] {
  color: darkolivegreen;
}
/* /Pages/WalletTransaction/WalletTransactionListFilter.razor.rz.scp.css */
opening-and-closing[b-ed7b8kuhz4] {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-column-gap: 50px;
}
opening-and-closing dates[b-ed7b8kuhz4],
opening-and-closing balances[b-ed7b8kuhz4] {
  display: contents;
}
opening-and-closing dates[b-ed7b8kuhz4]  form-field,
opening-and-closing balances[b-ed7b8kuhz4]  form-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
[b-ed7b8kuhz4] list-filter form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
[b-ed7b8kuhz4] list-filter form search-bar {
  grid-column-start: 1;
  grid-column-end: -1;
}
[b-ed7b8kuhz4] list-filter form form-field.type {
  grid-column-end: span 2;
}
