/* /Pages/Components/Charts/ChartCard/ChartCard.razor.rz.scp.css */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.chartCard[b-yjgdj4zs0h] {
  position: relative;
}
.chartCard .chartTop[b-yjgdj4zs0h] {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.chartCard .chartTopMargin[b-yjgdj4zs0h] {
  margin-bottom: 12px;
}
.chartCard .chartTopHasMargin[b-yjgdj4zs0h] {
  margin-bottom: 20px;
}
.chartCard .metaWrap[b-yjgdj4zs0h] {
  float: left;
}
.chartCard .avatar[b-yjgdj4zs0h] {
  position: relative;
  top: 4px;
  float: left;
  margin-right: 20px;
}
.chartCard .avatar img[b-yjgdj4zs0h] {
  border-radius: 100%;
}
.chartCard .meta[b-yjgdj4zs0h] {
  height: 22px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.chartCard .action[b-yjgdj4zs0h] {
  position: absolute;
  top: 4px;
  right: 0;
  line-height: 1;
  cursor: pointer;
}
.chartCard .total[b-yjgdj4zs0h] {
  height: 38px;
  margin-top: 4px;
  margin-bottom: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-size: 30px;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.chartCard .content[b-yjgdj4zs0h] {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.chartCard .contentFixed[b-yjgdj4zs0h] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.chartCard .footer[b-yjgdj4zs0h] {
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid #f0f0f0;
}
.chartCard .footer > *[b-yjgdj4zs0h] {
  position: relative;
}
.chartCard .footerMargin[b-yjgdj4zs0h] {
  margin-top: 20px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xh6inkqqt9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-xh6inkqqt9] {
    flex: 1;
}

.sidebar[b-xh6inkqqt9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xh6inkqqt9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xh6inkqqt9]  a, .top-row .btn-link[b-xh6inkqqt9] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-xh6inkqqt9] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xh6inkqqt9] {
        display: none;
    }

    .top-row.auth[b-xh6inkqqt9] {
        justify-content: space-between;
    }

    .top-row a[b-xh6inkqqt9], .top-row .btn-link[b-xh6inkqqt9] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xh6inkqqt9] {
        flex-direction: row;
    }

    .sidebar[b-xh6inkqqt9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xh6inkqqt9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-xh6inkqqt9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
