/* _content/accounting-for-dentists/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-879cn0bpum] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-879cn0bpum] {
    flex: 1;
}

.sidebar[b-879cn0bpum] {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, #575757 70%);
}

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



@media (max-width: 767.98px) {
    .top-row[b-879cn0bpum] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth[b-879cn0bpum]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

#blazor-error-ui[b-879cn0bpum] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-879cn0bpum] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/accounting-for-dentists/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8cvp052asq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    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-8cvp052asq] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-8cvp052asq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-nav-icon[b-8cvp052asq] {
    top: -0.9rem;
    margin-right: 20px;
}

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

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

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

.nav-item[b-8cvp052asq]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

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

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

.nav-scrollable[b-8cvp052asq] {
    display: none;
}

.navbar-toggler:checked~.nav-scrollable[b-8cvp052asq] {
    display: block;
}

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

    .nav-scrollable[b-8cvp052asq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/accounting-for-dentists/Components/Pages/BAS.razor.rz.scp.css */
.fy-selector-basis[b-x9x27irmcu] {
    flex-basis: 10rem;
}
/* _content/accounting-for-dentists/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-olrl5kfzpv] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-olrl5kfzpv] {
  color: #0077cc;
}

.btn-primary[b-olrl5kfzpv] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-olrl5kfzpv], .nav-pills .show > .nav-link[b-olrl5kfzpv] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-olrl5kfzpv] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-olrl5kfzpv] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-olrl5kfzpv] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-olrl5kfzpv] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-olrl5kfzpv] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
