/* _content/Toolbox/Components/Financial/AccountancyRelationships/Modals/ValidationErrorModal.razor.rz.scp.css */
.smaller-font[b-ai3mjuyo7q] {
    font-size: small;
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 0;
}
/* _content/Toolbox/Components/Financial/ConvertPayment/ConvertPayment.razor.rz.scp.css */
.sticky-header thead[b-uxw3pcu6px] {
    position: sticky;
    top: 0;
    background-color: white; /* Set a background color to avoid transparency */
    z-index: 1; /* Ensure the header is above the table rows */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4); /* Optional: add a shadow for visual effect */
}

.sticky-header th[b-uxw3pcu6px] {
    padding: 12px; /* Adjust padding if needed */
}

.card[b-uxw3pcu6px] {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.card-body[b-uxw3pcu6px] {
    padding: 16px;
    background-color: #f9f9f9;
}

.card-text[b-uxw3pcu6px] {
    margin: 0;
    font-size: 1rem;
}
/* _content/Toolbox/Components/Financial/ConvertPayment/Modals/ValidationErrorModal.razor.rz.scp.css */
.smaller-font[b-or013ylawj] {
    font-size: small;
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 0;
}
/* _content/Toolbox/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tmzd5nurfb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tmzd5nurfb] {
    flex: 1;
}

.sidebar[b-tmzd5nurfb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tmzd5nurfb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tmzd5nurfb]  a, .top-row[b-tmzd5nurfb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tmzd5nurfb]  a:hover, .top-row[b-tmzd5nurfb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tmzd5nurfb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-tmzd5nurfb] {
        justify-content: space-between;
    }

    .top-row[b-tmzd5nurfb]  a, .top-row[b-tmzd5nurfb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tmzd5nurfb] {
        flex-direction: row;
    }

    .sidebar[b-tmzd5nurfb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tmzd5nurfb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tmzd5nurfb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tmzd5nurfb], article[b-tmzd5nurfb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tmzd5nurfb] {
    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-tmzd5nurfb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Toolbox/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bh4mpc8jeb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bh4mpc8jeb] {
    height: 3.5rem;
    background-color: #007398;
}

.nav-scrollable[b-bh4mpc8jeb] {
    background-color: #007398;
}

.sidebar[b-bh4mpc8jeb] {
    background-color: #007398;
}

.navbar-brand[b-bh4mpc8jeb] {
    font-size: 1.1rem;
}

.nav-logo[b-bh4mpc8jeb] {
    max-block-size: 50px;
}

.oi[b-bh4mpc8jeb] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-bh4mpc8jeb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

#username-display[b-bh4mpc8jeb] {
    background-color: #007398;
    color: white;
    text-align: center;
}

.nav-item:first-of-type[b-bh4mpc8jeb] {
    padding-top: 1rem;
}

    .nav-item:last-of-type[b-bh4mpc8jeb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bh4mpc8jeb]  .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-bh4mpc8jeb]  .nav-link:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

    .nav-item[b-bh4mpc8jeb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-bh4mpc8jeb]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-bh4mpc8jeb]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-sub-item[b-bh4mpc8jeb] {
    padding-left: 20px;
}

    .nav-sub-item .nav-link[b-bh4mpc8jeb] {
        display: flex;
        align-items: center;
        padding: 5px 0;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-bh4mpc8jeb] {
        display: none;
    }

    .collapse[b-bh4mpc8jeb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-bh4mpc8jeb] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Toolbox/Components/Tools/Modals/ValidationErrorModal.razor.rz.scp.css */
.smaller-font[b-33qy49jxy6] {
    font-size: small;
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 0;
}
