/* [project]/node_modules/.bun/react-super-responsive-table@6.0.0+67f6792bdf102c28/node_modules/react-super-responsive-table/dist/SuperResponsiveTableStyle.css [app-client] (css) */
.responsiveTable {
  width: 100%;
}

.responsiveTable td .tdBefore {
  display: none;
}

@media screen and (max-width: 40em) {
  .responsiveTable table, .responsiveTable thead, .responsiveTable tbody, .responsiveTable th, .responsiveTable td, .responsiveTable tr {
    display: block;
  }

  .responsiveTable thead tr {
    border-bottom: 2px solid #333;
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .responsiveTable tbody tr {
    border: 1px solid #000;
    padding: .25em;
  }

  .responsiveTable td.pivoted {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    position: relative;
    text-align: left !important;
    border: none !important;
    padding-left: calc(50% + 10px) !important;
  }

  .responsiveTable td .tdBefore {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    width: calc(50% - 20px);
    font-weight: 600;
    display: block;
    position: absolute;
    left: 1rem;
    text-align: left !important;
  }
}

/* [project]/apps/frontend/src/app/local-wallet/router/Send/styles.module.css [app-client] (css) */
.styles-module__WydLUa__transaction {
  border-radius: var(--radius-xl, .75rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #f0f0f012;
  flex-direction: column;
  width: 100%;
  display: flex;
}

@supports (color: color-mix(in lab, red, red)) {
  .styles-module__WydLUa__transaction {
    border-color: color-mix(in oklab, var(--color-white, #f0f0f0) 7%, transparent);
  }
}

.styles-module__WydLUa__transaction {
  background-color: var(--color-neutral-800, #141414);
  padding-inline: calc(var(--spacing, .25rem) * 5);
  padding-block: calc(var(--spacing, .25rem) * 4);
  word-break: break-all;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

/*# sourceMappingURL=6ce0ddcf635378c4.css.map*/