/* _content/LiveEx/Shared/MainLayout.razor.rz.scp.css */
.page[b-fevnxxgpta] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fevnxxgpta] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-fevnxxgpta], article[b-fevnxxgpta] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#components-layout-demo-custom-trigger .trigger[b-fevnxxgpta] {
    font-size: 25px;
    line-height: 50px;
    padding: 0 24px;
    cursor: pointer;
    transition: color 0.3s;
}

    #components-layout-demo-custom-trigger .trigger:hover[b-fevnxxgpta] {
        color: #fff;
    }

#components-layout-demo-custom-trigger .logo[b-fevnxxgpta] {
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    margin: 16px;
}

.site-layout .site-layout-background[b-fevnxxgpta] {
    height: 50px;
    padding: 0 50px;
    color: #fff;
    line-height: 50px;
    background: #007ad6;
}

.ant-layout-header[b-fevnxxgpta] {
}
/* _content/LiveEx/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lzm7895ovf] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lzm7895ovf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lzm7895ovf] {
    font-size: 1.1rem;
}

.oi[b-lzm7895ovf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lzm7895ovf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lzm7895ovf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lzm7895ovf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lzm7895ovf]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-lzm7895ovf]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-lzm7895ovf]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lzm7895ovf] {
        display: none;
    }

    .collapse[b-lzm7895ovf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/LiveEx/Shared/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-72leai3xng] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: auto;
    background: #ececec /*#f0f2f5;*/
}
.container__b__0 .lang[b-72leai3xng] {
  width: 100%;
  height: 40px;
  line-height: 44px;
  text-align: right;
}
.container__b__0 .lang :global(.ant-dropdown-trigger)[b-72leai3xng] {
  margin-right: 24px;
}
.container__b__0 .content[b-72leai3xng] {
  flex: 1;
  padding: 32px 0;
}
.container__b__0 .top[b-72leai3xng] {
  text-align: center;
}
.container__b__0 .header[b-72leai3xng] {
  height: 44px;
  line-height: 44px;
}
.container__b__0 .header a[b-72leai3xng] {
  text-decoration: none;
}
.container__b__0 .logo[b-72leai3xng] {
  height: 44px;
  margin-right: 16px;
  vertical-align: top;
}
.container__b__0 .title[b-72leai3xng] {
  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-72leai3xng] {
  margin-top: 12px;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
@media (min-width: 768px) {
  .container__b__0[b-72leai3xng] {
    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-72leai3xng] {
        padding: 32px 0 24px;
      
    }
}
