/* _content/LoanFlowWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zwomt40axf] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
}

main[b-zwomt40axf] {
    flex: 1;
    background-color: #696969;
}

    main article[b-zwomt40axf] {
        background: #999;
    }

.sidebar[b-zwomt40axf] {
    background: #ebedf0;
}

.top-row[b-zwomt40axf] {
    background-color: #ebedf0;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zwomt40axf]  a,
    .top-row[b-zwomt40axf]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

        .top-row[b-zwomt40axf]  a:hover,
        .top-row[b-zwomt40axf]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-zwomt40axf]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-zwomt40axf] {
        justify-content: space-between;
    }

        .top-row[b-zwomt40axf]  a,
        .top-row[b-zwomt40axf]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-zwomt40axf] {
        flex-direction: row;
    }

    .sidebar[b-zwomt40axf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zwomt40axf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-zwomt40axf]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-zwomt40axf],
    article[b-zwomt40axf] {
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zwomt40axf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zwomt40axf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LoanFlowWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-prv9t9wbpt] {
  appearance: none;
  cursor: pointer;
  width: 3.5rem;
  height: 2.5rem;
  color: #090;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-prv9t9wbpt] {
  background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-prv9t9wbpt] {
  height: 3.5rem;
  background-color: #ebedf0;
}

.navbar-brand[b-prv9t9wbpt] {
  font-size: 1.1rem;
  color: #035;
}

.nav-item[b-prv9t9wbpt] {
  font-size: 0.9rem;
  color: #4e4e4e;
}

.nav-item:first-of-type[b-prv9t9wbpt] {
  padding-top: 1rem;
}

.nav-item:last-of-type[b-prv9t9wbpt] {
  padding-bottom: 1rem;
}

.nav-item[b-prv9t9wbpt]  .nav-link {
  color: #4e4e4e;
  background: none;
  border: none;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
  width: 100%;
}

.nav-item[b-prv9t9wbpt]  a.active {
  font-weight: 700;
  color: #000;
}

.nav-item a.active span[b-prv9t9wbpt] {
  color: #000;
  font-weight: 700;
}

.nav-item[b-prv9t9wbpt]  .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #333;
}

.nav-scrollable[b-prv9t9wbpt] {
  display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-prv9t9wbpt] {
  display: block;
}

@media (min-width: 641px) {
  .navbar-toggler[b-prv9t9wbpt] {
    display: none;
  }

  .nav-scrollable[b-prv9t9wbpt] {
    /* Never collapse the sidebar for wide screens */
    display: block;

    /* Allow sidebar to scroll for tall menus */
    overflow-y: auto;
  }
}
/* _content/LoanFlowWeb/Components/Layout/TopBar.razor.rz.scp.css */
.page[b-ce1cm0ter5] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
}

main[b-ce1cm0ter5] {
    flex: 1;
    background-color: #fff;
}

    main article[b-ce1cm0ter5] {
        background: #fff;
    }

.sidebar[b-ce1cm0ter5] {
    background: #ebedf0;
}

.top-row[b-ce1cm0ter5] {
    background-color: #ebedf0;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ce1cm0ter5]  a,
    .top-row[b-ce1cm0ter5]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

        .top-row[b-ce1cm0ter5]  a:hover,
        .top-row[b-ce1cm0ter5]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-ce1cm0ter5]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-ce1cm0ter5] {
        justify-content: space-between;
    }

        .top-row[b-ce1cm0ter5]  a,
        .top-row[b-ce1cm0ter5]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-ce1cm0ter5] {
        flex-direction: row;
    }

    .sidebar[b-ce1cm0ter5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ce1cm0ter5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ce1cm0ter5]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ce1cm0ter5],
    article[b-ce1cm0ter5] {
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ce1cm0ter5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ce1cm0ter5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LoanFlowWeb/Components/Pages/Components/Link.razor.rz.scp.css */
.nav-item[b-ywriw5q3j7] {
    font-size: 0.9rem;
    color: #4e4e4e;
}

.nav-item:first-of-type[b-ywriw5q3j7] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-ywriw5q3j7] {
    padding-bottom: 1rem;
}

.nav-item[b-ywriw5q3j7]  .nav-link {
    color: #4e4e4e;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-ywriw5q3j7]  a.active {
    font-weight: 700;
    color: #000;
}

.nav-item a.active span[b-ywriw5q3j7] {
    color: #000;
    font-weight: 700;
}

.nav-item[b-ywriw5q3j7]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #333;
}

.nav-scrollable[b-ywriw5q3j7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ywriw5q3j7] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ywriw5q3j7] {
        display: none;
    }

    .nav-scrollable[b-ywriw5q3j7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        overflow-y: auto;
    }
}
