/* _content/Lordist.Invoice.ServerApp/Pages/Home.razor.rz.scp.css */
label[b-x8zknlwx9x]
{
    font-size: clamp(13px, 2vw, 15px);
    color: #4b4a4f;
    margin-bottom: 0.3rem;
}

[b-x8zknlwx9x] input::placeholder, [b-x8zknlwx9x] input[type = "file"], [b-x8zknlwx9x] input::part(control) {
    font-size: 14px;
}

[b-x8zknlwx9x] input, [b-x8zknlwx9x] input[type = "file"], [b-x8zknlwx9x] input::part(control) {
    width: 100%;
    padding-left: 28px !important;
    padding: 8px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #90a4ae;
/*    box-shadow: -1px 2px 12px -4px rgba(151,151,151,0.7);
    -webkit-box-shadow: -1px 2px 12px -4px rgba(151,151,151,0.7);
    -moz-box-shadow: -1px 2px 12px -4px rgba(151,151,151,0.7);*/
    border-radius: 6px;
    background-color: #fff;
}

[b-x8zknlwx9x] input[type = "date"]
{
    padding-left: 8px !important;
}

[b-x8zknlwx9x] textarea#address.form-control.valid {
    height: 30px;
    width: 100%;
    padding-left: 28px !important;
    padding: 8px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #90a4ae;
    border-radius: 6px;
    background-color: #fff;
}

[b-x8zknlwx9x] input[type = "radio"] {
    width: auto;
}

.grid[b-x8zknlwx9x]::-webkit-scrollbar {
    width: 6px; /* Smaller width for the scrollbar */
}

.grid[b-x8zknlwx9x]::-webkit-scrollbar-track {
    background-color: transparent; /* Transparent background for the scrollbar track */
}

.grid[b-x8zknlwx9x]::-webkit-scrollbar-thumb {
    background-color: #f7941e; /* Orange color for the scrollbar thumb */
    border-radius: 4px; /* Rounded edges for the scrollbar thumb */
}

.grid[b-x8zknlwx9x] {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 6px 6px 0px 0px;
}

.form-group[b-x8zknlwx9x]
{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

row[b-x8zknlwx9x]
{
    padding: 0px;
    margin: 0px;
}

h1[b-x8zknlwx9x] {
    font-size: clamp(1.5rem, 2vw, 28px);
    font-weight: 100;
    margin: 0px;
    color: rgba(0, 0, 0, 0.8);
}

div.position-relative div[b-x8zknlwx9x] {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
    width: 13px;
    height: auto;
}

div.position-relative div .bi[b-x8zknlwx9x] {
    color: rgba(0,0,0,0.8);
}
/* _content/Lordist.Invoice.ServerApp/Pages/Quotation.razor.rz.scp.css */
label[b-dpnwsxuzo5] {
    font-size: clamp(13px, 2vw, 15px);
    color: #4b4a4f;
    margin-bottom: 0.3rem;
}

[b-dpnwsxuzo5] input::placeholder, [b-dpnwsxuzo5] input[type = "file"], [b-dpnwsxuzo5] input::part(control) {
    font-size: 14px;
}

[b-dpnwsxuzo5] input, [b-dpnwsxuzo5] input[type = "file"], [b-dpnwsxuzo5] input::part(control) {
    width: 100%;
    padding-left: 28px !important;
    padding: 8px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #90a4ae;
    /*    box-shadow: -1px 2px 12px -4px rgba(151,151,151,0.7);
    -webkit-box-shadow: -1px 2px 12px -4px rgba(151,151,151,0.7);
    -moz-box-shadow: -1px 2px 12px -4px rgba(151,151,151,0.7);*/
    border-radius: 6px;
    background-color: #fff;
}

    [b-dpnwsxuzo5] input[type = "date"] {
        padding-left: 8px !important;
    }

[b-dpnwsxuzo5] textarea#address.form-control.valid {
    height: 30px;
    width: 100%;
    padding-left: 28px !important;
    padding: 8px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #90a4ae;
    border-radius: 6px;
    background-color: #fff;
}

[b-dpnwsxuzo5] input[type = "radio"] {
    width: auto;
}

.grid[b-dpnwsxuzo5]::-webkit-scrollbar {
    width: 6px; /* Smaller width for the scrollbar */
}

.grid[b-dpnwsxuzo5]::-webkit-scrollbar-track {
    background-color: transparent; /* Transparent background for the scrollbar track */
}

.grid[b-dpnwsxuzo5]::-webkit-scrollbar-thumb {
    background-color: #f7941e; /* Orange color for the scrollbar thumb */
    border-radius: 4px; /* Rounded edges for the scrollbar thumb */
}

.grid[b-dpnwsxuzo5] {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 6px 6px 0px 0px;
}

.form-group[b-dpnwsxuzo5] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

row[b-dpnwsxuzo5] {
    padding: 0px;
    margin: 0px;
}

h1[b-dpnwsxuzo5] {
    font-size: clamp(1.5rem, 2vw, 28px);
    font-weight: 100;
    margin: 0px;
    color: rgba(0, 0, 0, 0.8);
}

div.position-relative div[b-dpnwsxuzo5] {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
    width: 13px;
    height: auto;
}

    div.position-relative div .bi[b-dpnwsxuzo5] {
        color: rgba(0,0,0,0.8);
    }
/* _content/Lordist.Invoice.ServerApp/Pages/TaxForm.razor.rz.scp.css */
label[b-jw5l6i37ck] {
    font-size: clamp(13px, 2vw, 15px);
    color: #4b4a4f;
    margin-bottom: 0.3rem;
}

[b-jw5l6i37ck] input::placeholder, [b-jw5l6i37ck] input[type = "file"], [b-jw5l6i37ck] input::part(control) {
    font-size: 14px;
}

[b-jw5l6i37ck] input, [b-jw5l6i37ck] input[type = "file"], [b-jw5l6i37ck] input::part(control) {
    width: 100%;
    padding-left: 28px !important;
    padding: 8px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #90a4ae;
    /*    box-shadow: -1px 2px 12px -4px rgba(151,151,151,0.7);
    -webkit-box-shadow: -1px 2px 12px -4px rgba(151,151,151,0.7);
    -moz-box-shadow: -1px 2px 12px -4px rgba(151,151,151,0.7);*/
    border-radius: 6px;
    background-color: #fff;
}

    [b-jw5l6i37ck] input[type = "date"] {
        padding-left: 8px !important;
    }

[b-jw5l6i37ck] textarea#address.form-control.valid {
    height: 30px;
    width: 100%;
    padding-left: 28px !important;
    padding: 8px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #90a4ae;
    border-radius: 6px;
    background-color: #fff;
}

[b-jw5l6i37ck] input[type = "radio"] {
    width: auto;
}

.grid[b-jw5l6i37ck]::-webkit-scrollbar {
    width: 6px; /* Smaller width for the scrollbar */
}

.grid[b-jw5l6i37ck]::-webkit-scrollbar-track {
    background-color: transparent; /* Transparent background for the scrollbar track */
}

.grid[b-jw5l6i37ck]::-webkit-scrollbar-thumb {
    background-color: #f7941e; /* Orange color for the scrollbar thumb */
    border-radius: 4px; /* Rounded edges for the scrollbar thumb */
}

.grid[b-jw5l6i37ck] {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 6px 6px 0px 0px;
}

.form-group[b-jw5l6i37ck] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

row[b-jw5l6i37ck] {
    padding: 0px;
    margin: 0px;
}

h1[b-jw5l6i37ck] {
    font-size: clamp(1.5rem, 2vw, 28px);
    font-weight: 100;
    margin: 0px;
    color: rgba(0, 0, 0, 0.8);
}

div.position-relative div[b-jw5l6i37ck] {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
    width: 13px;
    height: auto;
}

    div.position-relative div .bi[b-jw5l6i37ck] {
        color: rgba(0,0,0,0.8);
    }
/* _content/Lordist.Invoice.ServerApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-o3avtw6wc9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o3avtw6wc9] {
    flex: 1;
}

.sidebar[b-o3avtw6wc9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-o3avtw6wc9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o3avtw6wc9]  a, .top-row .btn-link[b-o3avtw6wc9] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-o3avtw6wc9] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-o3avtw6wc9] {
        display: none;
    }

    .top-row.auth[b-o3avtw6wc9] {
        justify-content: space-between;
    }

    .top-row a[b-o3avtw6wc9], .top-row .btn-link[b-o3avtw6wc9] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o3avtw6wc9] {
        flex-direction: row;
    }

    .sidebar[b-o3avtw6wc9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o3avtw6wc9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-o3avtw6wc9], article[b-o3avtw6wc9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Lordist.Invoice.ServerApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5ckoljprmo] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5ckoljprmo] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5ckoljprmo] {
    font-size: 1.1rem;
}

.oi[b-5ckoljprmo] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5ckoljprmo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5ckoljprmo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5ckoljprmo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5ckoljprmo]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5ckoljprmo]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-5ckoljprmo]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5ckoljprmo] {
        display: none;
    }

    .collapse[b-5ckoljprmo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
