/* /Pages/KiwiSaver/KiwiSaverDashboard.razor.rz.scp.css */
.kiwisaver-wrapper[b-vhrxqq1em3] {
  /* -120px to account for nav bar + breadcrumbs + margin. */
  min-height: calc(100vh - 120px);
}
/* /Pages/SystemLanding/SystemBaseSection.razor.rz.scp.css */

/* This is a fix to enable the system home table rows to highlight when the user's cursor hovers over them. */

[b-gxxegx376f] tr.bg-transparent.clickable:hover {
  background-color: rgba(0, 0, 0, .075) !important;
  cursor: pointer;
}
/* /Shared/Entity/NzxEntitySupportingDocuments.razor.rz.scp.css */
[b-5w2ylblvir] table.nzx-table {
  table-layout: fixed;
}
/* /Shared/Inputs/NzxInputText.razor.rz.scp.css */
.input-group-prepend .input-group-text[b-qoprum1038] {
    line-height: 1;
}
/* /Shared/NzxDashboardTileNumeric.razor.rz.scp.css */
@media (min-width: 768px) {
  h6.mini-decimal[b-1rimwhx5bs] {
    margin-bottom: .1rem !important;
  }
}

@media (max-width: 767px) {
  h6.mini-decimal[b-1rimwhx5bs] {
    margin-bottom: .17rem !important;
  }
}
/* /Shared/NzxDetailPaneSegment.razor.rz.scp.css */
.detail[b-dmjwcgpas2] {
    color: #9f9ead;
}

.side[b-dmjwcgpas2] {
    display: flex;
    justify-content: end;
}
/* /Shared/NzxFrequency.razor.rz.scp.css */
[b-4wia28x9zq] .frequency-input-wrapper-120 {
  max-width: 120px;
  padding: 0 15px;
}

[b-4wia28x9zq] .frequency-input-wrapper-150 {
  max-width: 150px;
  padding: 0 15px;
}

[b-4wia28x9zq] .frequency-input-wrapper-90 {
  max-width: 90px;
  padding: 0 15px;
}
/* /Shared/NzxWarningBanner.razor.rz.scp.css */
.warning-banner[b-by2c2tirm4] {
  display: block;
  background-color: #FFF362;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  line-height: 40px;
  color: #212529;
  font-weight: bold;
  text-align: center;
  height: 42px;
}

.warning-banner--sign-in[b-by2c2tirm4] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
/* /Shared/Portfolio/NzxPortfolioHeaderValuation.razor.rz.scp.css */
@media (min-width: 768px) {
  h6.mini-decimal[b-iry9vu5a5b] {
    margin-bottom: .1rem !important;
  }
}

@media (max-width: 767px) {
  h6.mini-decimal[b-iry9vu5a5b] {
    margin-bottom: .17rem !important;
  }
}
