/* /Layouts/UserLayout.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 */
.container__b__0[b-o2ccf1x0aj] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: auto;
  background: #f0f2f5;
}
.container__b__0 .lang[b-o2ccf1x0aj] {
  width: 100%;
  height: 40px;
  line-height: 44px;
  text-align: right;
}
.container__b__0 .lang :global(.ant-dropdown-trigger)[b-o2ccf1x0aj] {
  margin-right: 24px;
}
.container__b__0 .content[b-o2ccf1x0aj] {
  flex: 1;
  padding: 32px 0;
}
.container__b__0 .top[b-o2ccf1x0aj] {
  text-align: center;
}
.container__b__0 .header[b-o2ccf1x0aj] {
  height: 44px;
  line-height: 44px;
}
.container__b__0 .header a[b-o2ccf1x0aj] {
  text-decoration: none;
}
.container__b__0 .logo[b-o2ccf1x0aj] {
  height: 44px;
  margin-right: 16px;
  vertical-align: top;
}
.container__b__0 .title[b-o2ccf1x0aj] {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 33px;
  font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.container__b__0 .desc[b-o2ccf1x0aj] {
  margin-top: 12px;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
@media (min-width: 768px) {
  .container__b__0[b-o2ccf1x0aj] {
    background-image: url('https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg');
    background-repeat: no-repeat;
    background-position: center 110px;
    background-size: 100%;
  }
  .container__b__0 .content[b-o2ccf1x0aj] {
    padding: 32px 0 24px;
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hkdd0ra69y] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hkdd0ra69y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hkdd0ra69y] {
    font-size: 1.1rem;
}

.oi[b-hkdd0ra69y] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hkdd0ra69y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hkdd0ra69y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hkdd0ra69y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hkdd0ra69y]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hkdd0ra69y]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-hkdd0ra69y]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hkdd0ra69y] {
        display: none;
    }

    .collapse[b-hkdd0ra69y] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
