/* /Shared/Common/SpinnerComponent.razor.rz.scp.css */
.sb-body-overlay[b-n4snqne0po] {
    z-index: 10000023;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    pointer-events: none;
    top: 0;
    bottom: 0;
}
.sb-loading.e-hide[b-n4snqne0po], 
.sb-body-overlay.e-hide[b-n4snqne0po] {
    display: none;
    opacity: 0;
}
.sb-loading[b-n4snqne0po] {
    width: 56px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 10000;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: inline-block;
    background: white;
}
.circular[b-n4snqne0po] {
    animation: rotate-b-n4snqne0po 2s linear infinite;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.path[b-n4snqne0po] {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash-b-n4snqne0po 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #007bff;
}
@keyframes rotate-b-n4snqne0po {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash-b-n4snqne0po {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
.sf-visible[b-n4snqne0po] {
    visibility: visible;
}
.sf-hidden[b-n4snqne0po] {
    visibility: hidden;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* sb-icons declaration */
@font-face {
    font-family: "sbicons";
    src: url("styles/common/fonts/sbicons.ttf?gcjn6a") format("truetype"), url("styles/common/fonts/sbicons.woff?gcjn6a") format("woff"), url("styles/common/fonts/sbicons.svg?gcjn6a#sbicons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[b-h0xkuzv3gc] .sb-icons {
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "sbicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* sb-hide */
[b-h0xkuzv3gc] .sb-hide {
    display: none;
}
/* Search and List component styles */
[b-h0xkuzv3gc] .sf-list-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

[b-h0xkuzv3gc] .sf-list-li {
    background: transparent;
    border: none;
    height: 40px;
    line-height: 1.5;
    padding: 8px 16px 8px 16px;
    position: relative;
    cursor: pointer;
}

[b-h0xkuzv3gc] .sf-list-group-li {
    border: none;
    color: #000000;
    opacity: 87;
    font-weight: 700;
    background: transparent;
    height: 40px;
    line-height: 1.5;
    padding: 8px 16px 8px 16px;
    list-style-type: none;
}

[b-h0xkuzv3gc] .sf-list-li:hover:not(.sf-list-li-active),
[b-h0xkuzv3gc] .sf-search-hover {
    background: #d7d7d7;
}

[b-h0xkuzv3gc] .sf-list-li.sf-list-li-active,
[b-h0xkuzv3gc] .sf-tree-full-row.sf-tree-active {
    background: #007bff;
}

    [b-h0xkuzv3gc] .sf-list-li.sf-list-li-active *,
    [b-h0xkuzv3gc] .sf-tree-active + .sf-tree-text-content * {
        color: #ffffff;
    }

[b-h0xkuzv3gc] .sf-blazor-home .sf-search-icon,
[b-h0xkuzv3gc] .sf-search-container .sf-search-icon,
[b-h0xkuzv3gc] .sf-search-container .sf-clear-icon {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #333;
    letter-spacing: 0;
    line-height: 23px;
    float: right;
    padding: 28px 15px;
}

    [b-h0xkuzv3gc] .sf-blazor-home .sf-search-icon::before,
    [b-h0xkuzv3gc] .sf-blazor-home .sf-search-input::placeholder {
        color: #c3cade !important;
    }

[b-h0xkuzv3gc] .sf-blazor-home .sf-search-input:focus {
    border: 2px solid #d9deec !important;
    box-shadow: none !important;
}

[b-h0xkuzv3gc] .sf-search-icon::before {
    content: "\e925";
    color: #B3B3CB;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ggqoblgfpi] {
  background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

  .collapse[b-ggqoblgfpi] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
}
