.css-2086ny,
.css-tvhm8j,
.css-zm3nhu,
.css-r21n1j,
.css-dko4yc {
  margin-right: 0 !important;
}

.css-wh7fgo {
  width: 100%;
}

.css-5bssro {
  margin: 0 0rem 1rem 0 !important;
  border: none !important;
}

.css-93wqjg {
  margin: 0 0rem 1rem 0 !important;
}

.css-1tsz4lq > .css-t3qkg {
  margin-right: 0 !important;
}

#scrollableTable {
  clear: both;
  max-height: 285px;
  overflow: auto;
}

.centeredData {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.centerAlign {
  text-align: center;
}

.noMarginStdBody > div > div {
  margin-right: 0 !important;
}

.accountListButtons,
.accountListButtons > div {
  width: 100%;
}

.accountListButtons > button,
.accountListButtons > div > button {
  width: 100% !important;
  border-width: 1px !important;
  border-color: hsl(0, 0%, 85%);
  box-shadow: none !important;
}

.bacsAccountListButtons {
  border: 1px solid hsl(0, 0%, 85%);
  border-radius: 2px;
  margin-bottom: 1rem;
  width: 100%;
  padding: 1rem;
  padding-bottom: 0;
}

.bacsAccountListButtons > button,
.bacsAccountListButtons > div > button {
  width: 100% !important;
  border-width: 1px !important;
  /* border-color: hsl(0,0%,85%); */
  /* box-shadow: none !important; */
  margin-bottom: 0 !important;
}

.withShadow {
  box-shadow: 0 0 4px 1px hsla(0, 0%, 0%, 0.2);
}

.supInfoContainer > :first-child {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.shadowBox {
  box-shadow: 0 0 4px 1px hsla (0, 0%, 0%, 0.2) !important;
}

.appShell aside:last-child div > ol > li {
  align-items: center !important;
}

.appShell footer {
  bottom: 0;
  position: fixed;
  width: 100%;
  box-shadow: 0 0 4px 1px hsla(0, 0%, 0%, 0.2);
  z-index: 999;
}

.guidanceTile > div:first-child,
.guidanceTile > button:first-child {
  margin-right: 0 !important;
}

.timeSpan {
  color: hsl(135, 41%, 48%);
  font-size: 1.5em;
}

.rateDivs div:first-child {
  margin-bottom: 0 !important;
}

.rateDivs div:last-child {
  min-width: 105px;
  margin-right: 0;
}

.display-linebreak-error {
  white-space: pre-line;
  color: hsl(8, 52%, 50%);
}

.distinctiveGenSymbol2 > div:first-of-type > div:first-child,
.distinctiveGenSymbol2 > div:nth-of-type(2) > div:first-child,
.distinctiveGenSymbol > div:first-of-type > div:first-child {
  margin-right: 0 !important;
}

.mcRelatedAccList {
  margin-bottom: 0.2rem;
}

.dashboardContainer > div:first-of-type > div:first-child,
.dashboardContainer > div:first-of-type > div:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.detailInfoTile > div:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.css-96wkea {
  min-width: 300px !important;
  float: right;
}

.batchPaymentRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 1328px) {
  .appShell aside:first-child {
    display: block !important;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-right: 0;
  }

  .appShell aside:last-child {
    margin-bottom: 2em;
    padding-right: 0;
  }

  .rateDivs {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}

@media screen and (max-width: 960px) {
  .batchPaymentRow {
    flex-direction: column;
  }

  .css-96wkea {
    max-width: none !important;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .appShell footer {
    position: relative;
  }

  .appShell aside:first-child {
    display: block !important;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-right: 1em;
  }

  .appShell main > div:first-child {
    padding-bottom: 0 !important;
  }

  .appShell main {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .appShell aside:last-child {
    margin-bottom: 2em;
    padding-right: 1em;
  }

  .batchPaymentRow {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .appShell footer {
    position: relative;
  }

  .appShell aside:last-child {
    margin-bottom: 7em;
    margin-right: 1em;
    padding-right: 0;
  }

  .appShell aside:first-child {
    display: block !important;
    margin-right: 1em;
    padding-right: 0;
  }

  .mobButton {
    margin: 4px 0px !important;
  }

  .batchPaymentRow {
    flex-direction: column;
  }
}

