/* _content/BlazorApp/Components/ClaimsList.razor.rz.scp.css */
body[b-glifjqg577] {
}

.claim-summary[b-glifjqg577] {
    background-color: #bae3ff;
    color: #666391;
    margin: 0.125em 0;
    padding: 0.25em 0.5em;
    border-radius: 5px;
    height: 2em;
    font-size: small;
    cursor: default;
}

    .claim-summary.empty[b-glifjqg577] {
        background-color: #f5f5f5;
        outline: none;
    }

    .claim-summary:hover[b-glifjqg577] {
        outline: 1px solid #242862;
    }

    .claim-summary.empty:hover[b-glifjqg577] {
        outline: none;
    }

.header[b-glifjqg577] {
    font-variant:all-petite-caps;
    font-weight:500;
}
cl-title[b-glifjqg577] {
    display: inline-block;
    width: 20%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

cl-created[b-glifjqg577] {
    display: inline-block;
    width: 17.5%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

cl-vendor[b-glifjqg577] {
    display: inline-block;
    width: 24.5%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

cl-invnum[b-glifjqg577] {
    display: inline-block;
    width: 15%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

cl-numitems[b-glifjqg577] {
    display: inline-block;
    width: 10%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

cl-totalamt[b-glifjqg577] {
    display: inline-block;
    text-align: right;
    width: 12%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}
/* _content/BlazorApp/Components/ClientsList.razor.rz.scp.css */
body[b-hc2rs90o6h] {
}

cl-table[b-hc2rs90o6h] {
    font-size: small;
}

header[b-hc2rs90o6h] {
    display: flex;
    font-size: medium;
    font-weight: 500;
}

data[b-hc2rs90o6h] {
    display: flex;
}

    data:nth-child(2n+1)[b-hc2rs90o6h] {
        background-color: #eee;
    }

v-name[b-hc2rs90o6h] {
    display: inline-block;
    width: 25%;
}

v-contact[b-hc2rs90o6h] {
    display: inline-block;
    text-align: center;
    width: 25%;
}

v-email[b-hc2rs90o6h] {
    display: inline-block;
    text-align: center;
    width: 25%;
}

v-actions[b-hc2rs90o6h] {
    display: inline-block;
    text-align: right;
    width: 25%;
}

/* _content/BlazorApp/Components/ContactInfoForm.razor.rz.scp.css */
body[b-ys3f8q7hwg] {
}

mlabel[b-ys3f8q7hwg] {
    display: inline-block;
    width: 8em;
}

ilink[b-ys3f8q7hwg] {
    color: #0071c1;
    cursor: pointer;
}

svalue[b-ys3f8q7hwg] { /*static value*/
    font-variant: small-caps;
    font-weight: 500;
}
/* _content/BlazorApp/Components/CostEstimateDetail.razor.rz.scp.css */
body[b-vogx5p0q23] {
}

.cost-estimate-detail[b-vogx5p0q23] {
    border: 2px solid #1d82a6;
    background-color: #edfaff;
    border-radius: 5px;
    padding: 1em 0.5em;
}

label[b-vogx5p0q23], wlabel[b-vogx5p0q23], clabel[b-vogx5p0q23] {
    font-variant: all-small-caps;
    color: gray;
}

clabel[b-vogx5p0q23] {
    border-bottom: 1px solid gray;

}

value[b-vogx5p0q23] {
    display: inline-block;
}

.no-overflow[b-vogx5p0q23] {
    width:40em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}
/* _content/BlazorApp/Components/CostEstimatesList.razor.rz.scp.css */
body[b-4amjq2e96r] {
}

header[b-4amjq2e96r] {
    display: block;
    font-weight: 500;
}

data[b-4amjq2e96r] {
    display: block;
    font-size:0.75em;
}

    data:nth-child(2n+1)[b-4amjq2e96r] {
        background-color: #eee;
    }

    /*
    data:hover {
        outline: 1px solid #242862;
    }
    */
    data.selected[b-4amjq2e96r]::after {
        content: " ⬅️ ";
        float:right;
    }

scce[b-4amjq2e96r] { /* SCCE Number */
    display: inline-block;
    width: 10%;
}

    scce.enabled[b-4amjq2e96r] {
        color: #0071c1;
        text-decoration: underline;
        cursor: pointer;
    }

loc[b-4amjq2e96r] {  /* both Loc Id + Loc Type */
    display: none;
    width: 10%;
}

header > loc[b-4amjq2e96r] {
    color: #0071c1;
    text-decoration: underline;
    cursor: pointer;
}

ccref[b-4amjq2e96r] { /* Catalog Index */
    display: none;
    width: 7%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

header > ccref[b-4amjq2e96r] {
    color: #0071c1;
    text-decoration: underline;
    cursor: pointer;
}

cat[b-4amjq2e96r] { /* Category */
    display: inline-block;
    width: 12%;
}

header > cat[b-4amjq2e96r] {
    color: #0071c1;
    text-decoration: underline;
    cursor: pointer;
}

subcat[b-4amjq2e96r] { /* Subcategory */
    display: inline-block;
    width: 29%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

header > subcat[b-4amjq2e96r] {
    color: #0071c1;
    text-decoration: underline;
    cursor: pointer;
}

amt[b-4amjq2e96r] { /* Approved Estimate */
    display: inline-block;
    text-align: right;
    width: 11%;
}

header > amt[b-4amjq2e96r] {
}

amt.enabled[b-4amjq2e96r] {
    color: #0071c1;
    text-decoration: underline;
    cursor: pointer;
}

status[b-4amjq2e96r] { /* Estimate status */
    display: none;
    width: 19%;
    text-align: right;
}

ilink[b-4amjq2e96r] {
    color: #0071c1;
    cursor: pointer;
}
/* _content/BlazorApp/Components/CostEstimateView.razor.rz.scp.css */
body[b-3mjndvd6eh] {
}

mlabel[b-3mjndvd6eh] {
    display: inline-block;
    width: 10em;
    color: gray;
    vertical-align: top;
}

svalue[b-3mjndvd6eh] { /*static value*/
    display: inline-block;
    font-variant: small-caps;
    font-weight: 500;
    max-width: 40em;
}
/* _content/BlazorApp/Components/DeveloperControls.razor.rz.scp.css */
body[b-c8n5vakr7d] {
}

.lj[b-c8n5vakr7d] {
    display: inline-block;
    text-align: left;
}

.cj[b-c8n5vakr7d] {
    text-align: center;
    display: inline-block;
}

.priveleged-label[b-c8n5vakr7d] {
    font-size: small;
    font-style: italic;
    background-color: red;
    width: fit-content;
    color: white;
    padding: 0 1em;
}

/* _content/BlazorApp/Components/FiledClaimView.razor.rz.scp.css */
body[b-cb1u9gg027] {
}

.invoice-items[b-cb1u9gg027] {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.items-header[b-cb1u9gg027] {
    text-align: left;
    font-size: small;
    font-variant: small-caps;
    font-weight: bold;
    border-bottom: 1px solid gray;
}

.items-line[b-cb1u9gg027] {
    padding-top: 0.125em;
    padding-bottom: 0.125em;
}

    .items-line:nth-child(2n+1)[b-cb1u9gg027] {
        background-color: #eee;
    }

input-line[b-cb1u9gg027] {
    display: block;
}

input-line-final[b-cb1u9gg027] {
    display: inline-block;
}

label[b-cb1u9gg027] {
    width: 8em;
}

value[b-cb1u9gg027] {
    font-size: large;
    display: inline-block;
    text-align: center;
}

rvalue[b-cb1u9gg027] {
    display: inline-block;
    text-align: right;
}

ilink[b-cb1u9gg027] {
    color: darkblue;
}

[b-cb1u9gg027]::-webkit-input-placeholder {
    font-size: large;
    color: red;
    text-align: center;
}

:-moz-placeholder[b-cb1u9gg027] {
    /* Firefox 18- */
    font-size: large;
    color: red;
    text-align: center;
}

[b-cb1u9gg027]::-moz-placeholder {
    /* Firefox 19+ */
    font-size: large;
    color: red;
    text-align: center;
}

:-ms-input-placeholder[b-cb1u9gg027] {
    font-size: large;
    color: red;
    text-align: center;
}

/* InvoiceHeader */
mlabel[b-cb1u9gg027] {
    display: inline-block;
    width: 8em;
}

svalue[b-cb1u9gg027] { /*static value*/
    display: inline-block;
    font-variant: small-caps;
    font-weight: 500;
}

wlabel[b-cb1u9gg027] {
    text-align:left;
    margin-right:0.5em;
}
/* _content/BlazorApp/Components/FilingsList.razor.rz.scp.css */
body[b-04dhhw8uf6] {
}

header[b-04dhhw8uf6] {
    display: block;
}

.data[b-04dhhw8uf6] {
    font-size:small;
    display: block;
}

    .data:nth-child(2n+1)[b-04dhhw8uf6] {
        background-color: #eee;
    }

c1[b-04dhhw8uf6] { /* SCIN Number */
    display: inline-block;
    width: 10%;
}

c2[b-04dhhw8uf6] { /* Sys Creation DateTime */
    display: inline-block;
    width: 10%;
}

c3[b-04dhhw8uf6] { /* Internal Status */
    display: inline-block;
    width: 6%;
}

c4[b-04dhhw8uf6] { /* Invoice */
    display: inline-block;
    width: 10%;
}

c5[b-04dhhw8uf6] { /* Date */
    display: inline-block;
    width: 8%;
}

c6[b-04dhhw8uf6] { /* Description */
    display: inline-block;
    width: 26%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

c7[b-04dhhw8uf6] { /* Vendor */
    display: inline-block;
    width: 18%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

c7b[b-04dhhw8uf6] { /* # Items */
    display: inline-block;
    text-align: right;
    width: 4%;
}


c8[b-04dhhw8uf6] { /* Amount */
    display: inline-block;
    text-align: right;
    width: 11%;
}

c9[b-04dhhw8uf6] { /* Actions */
    display: inline-block;
    text-align: right;
    width: 2%;
}

ilink[b-04dhhw8uf6] {
    color: #0071c1;
    cursor: pointer;
}
/* _content/BlazorApp/Components/InvoiceHeaderForm.razor.rz.scp.css */
body[b-j6shu8helk] {
}

mlabel[b-j6shu8helk] {
    display: inline-block;
    width: 8em;
}

ilink[b-j6shu8helk] {
    color: #0071c1;
    cursor: pointer;
}

svalue[b-j6shu8helk] { /*static value*/
    display: inline-block;
    font-variant: small-caps;
    font-weight: 500;
}
/* _content/BlazorApp/Components/InvoicesList.razor.rz.scp.css */
body[b-gkqufd3ovu] {
}

vl-table[b-gkqufd3ovu] {
    font-size: small;
}

header[b-gkqufd3ovu] {
    display: flex;
    font-size: medium;
}

data[b-gkqufd3ovu] {
    display: flex;
}

    data:nth-child(2n+1)[b-gkqufd3ovu] {
        background-color: #eee;
    }

v-username[b-gkqufd3ovu] {
    display: inline-block;
    width: 20%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

v-client[b-gkqufd3ovu] {
    display: inline-block;
    width: 30%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

v-participant[b-gkqufd3ovu] {
    display: inline-block;
    width: 30%;
    text-align: center;
}

v-date[b-gkqufd3ovu] {
    display: inline-block;
    width: 35%;
}

v-eventtype[b-gkqufd3ovu] {
    display: inline-block;
    width: 25%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

v-desc[b-gkqufd3ovu] {
    display: inline-block;
    width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

v-actions[b-gkqufd3ovu] {
    display: inline-block;
    text-align: right;
    width: 20%;
}


sortlink[b-gkqufd3ovu] {
    color: #0071c1;
    cursor: pointer;
    user-select: none;
}

    sortlink:hover[b-gkqufd3ovu] {
        color: #c9a512;
        text-decoration: underline;
    }

    sortlink.en-asc[b-gkqufd3ovu], sortlink.en-desc[b-gkqufd3ovu] {
        font-weight: bold;
    }

        sortlink.en-asc[b-gkqufd3ovu]::after {
            text-decoration: none;
            content: " ↗️ ";
        }

        sortlink.en-desc[b-gkqufd3ovu]::after {
            text-decoration: none;
            content: " ↘️ ";
        }
/* _content/BlazorApp/Components/InvoicesView.razor.rz.scp.css */

.text-secondary-d1[b-b2fjr3lui2] {
	color: #728299 !important;
}

.page-header[b-b2fjr3lui2] {
	margin: 0 0 1rem;
	padding-bottom: 1rem;
	padding-top: .5rem;
	border-bottom: 1px dotted #e2e2e2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.page-title[b-b2fjr3lui2] {
	padding: 0;
	margin: 0;
	font-size: 1.75rem;
	font-weight: 300;
}

.brc-default-l1[b-b2fjr3lui2] {
	border-color: #dce9f0 !important;
}

.ml-n1[b-b2fjr3lui2], .mx-n1[b-b2fjr3lui2] {
	margin-left: -.25rem !important;
}

.mr-n1[b-b2fjr3lui2], .mx-n1[b-b2fjr3lui2] {
	margin-right: -.25rem !important;
}

.mb-4[b-b2fjr3lui2], .my-4[b-b2fjr3lui2] {
	margin-bottom: 1.5rem !important;
}

hr[b-b2fjr3lui2] {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

.text-grey-m2[b-b2fjr3lui2] {
	color: #888a8d !important;
}

.text-success-m2[b-b2fjr3lui2] {
	color: #86bd68 !important;
}

.font-bolder[b-b2fjr3lui2], .text-600[b-b2fjr3lui2] {
	font-weight: 600 !important;
}

.text-110[b-b2fjr3lui2] {
	font-size: 110% !important;
}

.text-blue[b-b2fjr3lui2] {
	color: #478fcc !important;
}

.pb-25[b-b2fjr3lui2], .py-25[b-b2fjr3lui2] {
	padding-bottom: .75rem !important;
}

.pt-25[b-b2fjr3lui2], .py-25[b-b2fjr3lui2] {
	padding-top: .75rem !important;
}

.bgc-default-tp1[b-b2fjr3lui2] {
	background-color: rgba(121,169,197,.92) !important;
}

.bgc-default-l4[b-b2fjr3lui2], .bgc-h-default-l4:hover[b-b2fjr3lui2] {
	background-color: #f3f8fa !important;
}

.page-header .page-tools[b-b2fjr3lui2] {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.btn-light[b-b2fjr3lui2] {
	color: #757984;
	background-color: #f5f6f9;
	border-color: #dddfe4;
}

.w-2[b-b2fjr3lui2] {
	width: 1rem;
}

.text-120[b-b2fjr3lui2] {
	font-size: 120% !important;
}

.text-primary-m1[b-b2fjr3lui2] {
	color: #4087d4 !important;
}

.text-danger-m1[b-b2fjr3lui2] {
	color: #dd4949 !important;
}

.text-blue-m2[b-b2fjr3lui2] {
	color: #68a3d5 !important;
}

.text-150[b-b2fjr3lui2] {
	font-size: 150% !important;
}

.text-60[b-b2fjr3lui2] {
	font-size: 60% !important;
}

.text-grey-m1[b-b2fjr3lui2] {
	color: #7b7d81 !important;
}

.align-bottom[b-b2fjr3lui2] {
	vertical-align: bottom !important;
}
/* _content/BlazorApp/Components/ParticipantsList.razor.rz.scp.css */
body[b-48k0rnzm6q] {
}

headers[b-48k0rnzm6q] {
    display: block;
    height: 2rem;
    font-weight: 500;
    font-size: large;
}

data[b-48k0rnzm6q] {
    display: block;
    height: 1.5rem;
}

    data div[b-48k0rnzm6q], headers div[b-48k0rnzm6q] {
        display: inline-block;
    }

.part-id[b-48k0rnzm6q] {
    width: 15rem;
}

.part-name[b-48k0rnzm6q] {
    width: 15rem;
}

.part-actions[b-48k0rnzm6q] {
    width: 8rem;
    text-align: center;
}

wlabel[b-48k0rnzm6q] {
    text-align: right;
    margin-right: 1em;
    color: gray;
}
/* _content/BlazorApp/Components/PortalFilingsView.razor.rz.scp.css */
body[b-hbpf6c0imf] {
}

.summary-table[b-hbpf6c0imf] {
    width:fit-content;
    margin-left: auto;
    margin-right: auto;
}

.st-title[b-hbpf6c0imf] {
    text-align: center;
    font-size:large;
    font-weight:500;
    border-bottom: 1px solid;
}

.st-container[b-hbpf6c0imf] {
    font-size:small;
}

.left-col[b-hbpf6c0imf] {
    display: inline-block;
    padding: 0.5em 2em 0.5em 1em;
}

.right-col[b-hbpf6c0imf] {
    display: inline-block;
    padding: 0.5em 1em 0.5em 2em;
    border-left: 1px solid gray;
}

.st-line[b-hbpf6c0imf] {
    display: block;
}

.st-c0[b-hbpf6c0imf] {
    display: inline-block;
    width: 4em;
    font-size:small;
}

.st-dash[b-hbpf6c0imf] {
    display: inline-block;
    width: 1em;
    text-align:left;
}

.st-c1[b-hbpf6c0imf] {
    display: inline-block;
    width: 13em;
}

.st-c2[b-hbpf6c0imf] {
    display: inline-block;
    width: 3em;
    text-align:right;
}

.nav-item[b-hbpf6c0imf] {
    font-size:large;
}
/* _content/BlazorApp/Components/ScrpClaimDetail.razor.rz.scp.css */
body[b-l4fwmr2jp1] {
}

.invoice-items[b-l4fwmr2jp1] {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.items-header[b-l4fwmr2jp1] {
    text-align: left;
    font-size: small;
    font-variant: small-caps;
    font-weight: bold;
    border-bottom: 1px solid gray;
}

.items-line[b-l4fwmr2jp1] {
    padding-top: 0.125em;
    padding-bottom: 0.125em;
}

.items-line:nth-child(2n+1)[b-l4fwmr2jp1] {
    background-color:#eee;
}

input-line[b-l4fwmr2jp1] {
    display: block;
}

input-line-final[b-l4fwmr2jp1] {
    display: inline-block;
}

label[b-l4fwmr2jp1] {
    width: 8em;
}

value[b-l4fwmr2jp1] {
    font-size:large;
    display: inline-block;
    text-align:center;
}

ilink[b-l4fwmr2jp1] {
    color: #0071c1;
    cursor: pointer;
}

[b-l4fwmr2jp1]::-webkit-input-placeholder {
    font-size:large;
    color: red;
    text-align: center;
}

:-moz-placeholder[b-l4fwmr2jp1] {
    /* Firefox 18- */
    font-size: large;
    color: red;
    text-align: center;
}

[b-l4fwmr2jp1]::-moz-placeholder {
    /* Firefox 19+ */
    font-size: large;
    color: red;
    text-align: center;
}

:-ms-input-placeholder[b-l4fwmr2jp1] {
    font-size: large;
    color: red;
    text-align: center;
}
/* _content/BlazorApp/Components/ScrpClientDetail.razor.rz.scp.css */
body[b-1rryac8chz] {
}

header[b-1rryac8chz] {
    display: block;
    height: 2rem;
    font-weight: 500;
    font-size: large;
}

data[b-1rryac8chz] {
    display: block;
    height: 1.5rem;
}

    data div[b-1rryac8chz], header div[b-1rryac8chz] {
        display: inline-block;
    }

.username[b-1rryac8chz] {
    width: 10rem;
}

.fullname[b-1rryac8chz] {
    width: 12rem;
}

.email[b-1rryac8chz] {
    width: 12rem;
}

.actions[b-1rryac8chz] {
    width: 12rem;
    text-align: right;
}

.part-id[b-1rryac8chz] {
    width: 15rem;
}

.part-name[b-1rryac8chz] {
    width: 15rem;
}

.part-actions[b-1rryac8chz] {
    width: 5rem;
    text-align:right;
}

wlabel[b-1rryac8chz] {
    text-align: right;
    margin-right: 1em;
    color: gray;
}
/* _content/BlazorApp/Components/Spinner.razor.rz.scp.css */
body[b-lw0qcuknxf] {
}

@keyframes spin-anim-b-lw0qcuknxf {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(2turn);
    }
}

.spin[b-lw0qcuknxf] {
    display: inline-block;
    _width: 1em;
    _height: 1em;
    _background-color: gray;
    animation-name: spin-anim-b-lw0qcuknxf;
    animation-duration: 2000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform-origin: center center;
}
/* _content/BlazorApp/Components/SplashScreen.razor.rz.scp.css */
body[b-2nlcm1ofxz] {
}

.splash-screen[b-2nlcm1ofxz] {
    width: 600px;
    height: 400px;
    background-color: #242862;
    color: gold;
    border: 4px solid gold;
    position: relative;
    margin: 4em auto;
    
}
/* _content/BlazorApp/Components/StatusMonitor.razor.rz.scp.css */
body[b-tzrihlj5ku] {
}

@keyframes spin-anim-b-tzrihlj5ku {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(2turn);
    }
}

.spin[b-tzrihlj5ku] {
    display: inline-block;
    _width: 1em;
    _height: 1em;
    _background-color: gray;
    animation-name: spin-anim-b-tzrihlj5ku;
    animation-duration: 2000ms;
    _animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform-origin: center center;
}
/* _content/BlazorApp/Components/TrackersList.razor.rz.scp.css */
body[b-3zybra6cjb] {
}

vl-table[b-3zybra6cjb] {
    font-size: small;
}

header[b-3zybra6cjb] {
    display: flex;
    font-size: medium;
}

data[b-3zybra6cjb] {
    display: flex;
}

    data:nth-child(2n+1)[b-3zybra6cjb] {
        background-color: #eee;
    }

v-username[b-3zybra6cjb] {
    display: inline-block;
    width: 20%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

v-client[b-3zybra6cjb] {
    display: inline-block;
    width: 30%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

v-participant[b-3zybra6cjb] {
    display: inline-block;
    width: 30%;
    text-align: center;
}

v-date[b-3zybra6cjb] {
    display: inline-block;
    width: 35%;
}

v-eventtype[b-3zybra6cjb] {
    display: inline-block;
    width: 25%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

v-desc[b-3zybra6cjb] {
    display: inline-block;
    width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

v-actions[b-3zybra6cjb] {
    display: inline-block;
    text-align: right;
    width: 20%;
}


sortlink[b-3zybra6cjb] {
    color: #0071c1;
    cursor: pointer;
    user-select: none;
}

    sortlink:hover[b-3zybra6cjb] {
        color: #c9a512;
        text-decoration: underline;
    }

    sortlink.en-asc[b-3zybra6cjb], sortlink.en-desc[b-3zybra6cjb] {
        font-weight: bold;
    }

        sortlink.en-asc[b-3zybra6cjb]::after {
            text-decoration: none;
            content: " ↗️ ";
        }

        sortlink.en-desc[b-3zybra6cjb]::after {
            text-decoration: none;
            content: " ↘️ ";
        }
/* _content/BlazorApp/Components/TrialRecordsList.razor.rz.scp.css */
body[b-izotgbu9ge] {
}

vl-table[b-izotgbu9ge] {
    font-size: small;
}

header[b-izotgbu9ge] {
    display: flex;
    font-size: medium;
    font-weight: 500;
}

data[b-izotgbu9ge] {
    display: flex;
}

    data:nth-child(2n+1)[b-izotgbu9ge] {
        background-color: #eee;
    }

v-dt[b-izotgbu9ge] {
    display: inline-block;
    width: 20%;
}

v-notes[b-izotgbu9ge] {
    display: inline-block;
    width: 15%;
}

v-rstr[b-izotgbu9ge] {
    display: inline-block;
    width: 20%;
}

v-r32[b-izotgbu9ge] {
    display: inline-block;
    text-align: right;
    width: 15%;
}

v-r64[b-izotgbu9ge] {
    display: inline-block;
    text-align: right;
    width: 25%;
}

v-actions[b-izotgbu9ge] {
    display: inline-block;
    text-align: right;
    width: 15%;
}
/* _content/BlazorApp/Components/UploadControls.razor.rz.scp.css */
body[b-co4syh6q1y] {
}

.up-prog[b-co4syh6q1y] {
    width: 12em;
    margin: 0 0.125em;
    background-color: lightgray;
}

    .up-prog.inpr[b-co4syh6q1y] {
        background-color: darkseagreen;
    }   

    .up-prog.suc[b-co4syh6q1y] {
        background-color:green;
    }

    .up-prog.fail[b-co4syh6q1y] {
        background-color:darkred;
    }
/* _content/BlazorApp/Components/VendorsList.razor.rz.scp.css */
body[b-w8uvjl9ouw] {
}

vl-table[b-w8uvjl9ouw] {
    font-size: small;
}

header[b-w8uvjl9ouw] {
    display: flex;
    font-size: medium;
}

data[b-w8uvjl9ouw] {
    display: flex;
}

    data:nth-child(2n+1)[b-w8uvjl9ouw] {
        background-color: #eee;
    }

v-ein[b-w8uvjl9ouw] {
    display: inline-block;
    width:15%;
}

v-name[b-w8uvjl9ouw] {
    display: inline-block;
    width: 60%;
}

v-numinv[b-w8uvjl9ouw] {
    display: inline-block;
    text-align: right;
    width: 10%;
}

v-amt[b-w8uvjl9ouw] {
    display: inline-block;
    text-align: right;
    width: 12%;
}

v-actions[b-w8uvjl9ouw] {
    display: inline-block;
    text-align: right;
    width: 3%;
}

sortlink[b-w8uvjl9ouw] {
    color: #0071c1;
    cursor: pointer;
    user-select: none;
}

    sortlink:hover[b-w8uvjl9ouw] {
        color: #c9a512;
        text-decoration: underline;
    }

    sortlink.en-asc[b-w8uvjl9ouw], sortlink.en-desc[b-w8uvjl9ouw] {
        font-weight: bold;
    }

        sortlink.en-asc[b-w8uvjl9ouw]::after {
            text-decoration: none;
            content: " ↗️ ";
        }

        sortlink.en-desc[b-w8uvjl9ouw]::after {
            text-decoration: none;
            content: " ↘️ ";
        }

/* _content/BlazorApp/Components/VendorSummaryView.razor.rz.scp.css */
body[b-kya7f4hula] {
}

input-line[b-kya7f4hula] {
    display: block;
}

input-line-final[b-kya7f4hula] {
    display: inline-block;
}

label[b-kya7f4hula] {
    width: 18em;
    text-align:right;
    margin-right:0.5em;
}

value[b-kya7f4hula] {
    width: 18em;
    display: inline-block;
    font-weight: 500;
}

ilink[b-kya7f4hula] {
    color: darkblue;
}
/* _content/BlazorApp/Layouts/ScrpFixedLayout.razor.rz.scp.css */
.page[b-rd1nilfjkt] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--page-bkg-color, white);
}

.drbk[b-rd1nilfjkt] {
    background-image: url("images/Scales.png");
}

main[b-rd1nilfjkt] {
    flex: 1;
}

.sidebar[b-rd1nilfjkt] {
    background-image: linear-gradient(137deg, #1d6700 0%, #66621b 85%);
}

.top-row[b-rd1nilfjkt], .info-bar[b-rd1nilfjkt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rd1nilfjkt]  a, .top-row .btn-link[b-rd1nilfjkt] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-rd1nilfjkt] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rd1nilfjkt] {
        display: none;
    }

    .top-row.auth[b-rd1nilfjkt] {
        justify-content: space-between;
    }

    .top-row a[b-rd1nilfjkt], .top-row .btn-link[b-rd1nilfjkt] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rd1nilfjkt] {
        flex-direction: row;
    }

    .sidebar[b-rd1nilfjkt] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rd1nilfjkt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-rd1nilfjkt], article[b-rd1nilfjkt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorApp/Pages/KMW/KmwContact.razor.rz.scp.css */
body[b-wuw7eyqte0] {
}

.logo-img[b-wuw7eyqte0] {
    height: 6em;
}

.logo-text[b-wuw7eyqte0] {
    display: inline-block;
    width: fit-content;
    font-size: 3em;
}

.sub-txt[b-wuw7eyqte0] {
    font-size: 3em;
    font-variant: all-petite-caps;
    transform: translateY(-50%);
}

.con-section[b-wuw7eyqte0] {
    font-size: 1.5em;
    text-align: center; 
}

.pre-em[b-wuw7eyqte0] {
    display:block;
    color:gray;
}

.email[b-wuw7eyqte0] {
    font-size: larger;
    font-weight: 500;
}

.addr1[b-wuw7eyqte0] {
    display: block;
    font-weight: 500
}

.addr2[b-wuw7eyqte0] {
    display: block;
    font-weight: 500
}

@media (max-width: 698.5px) {
    .logo-img[b-wuw7eyqte0] {
        height: 4em;
    }

    .logo-text[b-wuw7eyqte0] {
        display: inline-block;
        width: fit-content;
        font-size: 2em;
    }

    .sub-txt[b-wuw7eyqte0] {
        font-size:2em;
        font-variant:all-petite-caps;
        transform:translateY(-50%);
    }
}

/* _content/BlazorApp/Pages/KMW/KmwHome.razor.rz.scp.css */
body[b-ghj43o4sof] {
    position:relative;
}

.home[b-ghj43o4sof] {
    min-height: 800px;
    /*background-image:url('images/kmw/sky-bkg.jpg'); */
    background-image: linear-gradient(30deg,midnightblue,white);
    background-size: cover;
    padding-bottom: 10em;
}

.title-container[b-ghj43o4sof] {
    width: 100%;
}

.title-line[b-ghj43o4sof] {
    width:fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 3em;
}

.fp-desc[b-ghj43o4sof] {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.fp-list[b-ghj43o4sof] {
    margin-left: auto;
    margin-right: 6rem;
    width: 34em;
    padding-left:12em;
}

.fp-cat[b-ghj43o4sof] {
    margin-left: auto;
    margin-right: 0;
    max-width: 45em;
    padding-left: 12em;
}

.cat-title[b-ghj43o4sof] {
    display: inline;
    font-size: larger;
    font-weight: 500;
    font-style: italic;
    color: #1d718e;
}

.cat-cont[b-ghj43o4sof] {
    display: inline;
    margin-left:0.5em;
}

@media (max-width: 780px) {
    .home[b-ghj43o4sof] {
        background-image: none;
        background-color: #edeef0;
    }
    .title-line[b-ghj43o4sof] {
        text-align:center;
    }

    .fp-desc[b-ghj43o4sof] {
        text-align: center;
    }

    .fp-cat[b-ghj43o4sof] {
        width:auto;
        padding:0 4em;
    }
}

@media (min-width: 1200px) {
    .fp-cat[b-ghj43o4sof] {
        margin-left:30%;
    }

}
/* _content/BlazorApp/Pages/KMW/KmwNavbar.razor.rz.scp.css */
body[b-44p001fofh] {
}

.nav-link.active[b-44p001fofh] {
    font-weight:500;
}

ilink[b-44p001fofh], .ilink[b-44p001fofh] {
    cursor: default;
}

    ilink:hover[b-44p001fofh], .ilink:hover[b-44p001fofh] {
        color: #c9a512;
        text-decoration: none;
    }

    ilink.disabled[b-44p001fofh] {
        color: black;
        opacity: 50%;
        cursor: default;
        text-decoration: none;
    }

/* _content/BlazorApp/Pages/KMW/ScrpAssistPage.razor.rz.scp.css */
body[b-j4d1p5y9xg] {
}

.sa-page[b-j4d1p5y9xg] {
}

.title-bar[b-j4d1p5y9xg] {
    font-size: 3em;
    width: 100%;
    margin: 0;
    padding: 0.5em 0;
    background-color: midnightblue;
    color: gold;
}
/* _content/BlazorApp/Pages/KMW/ScrpAssistPricing.razor.rz.scp.css */
body[b-lwbmfqb7hf] {
}

.bg-sa[b-lwbmfqb7hf] {
    background-color: midnightblue;
}

.border-sa[b-lwbmfqb7hf] {
    border: 1px solid midnightblue;
}
/* _content/BlazorApp/Pages/KMW/ScrpRegistration.razor.rz.scp.css */
body[b-aeyx9zev99] {
}

.sa-reg[b-aeyx9zev99] {
    text-align:center;
}
.sa-reg-conf[b-aeyx9zev99] {
    text-align:center;
}
.sa-reg-form[b-aeyx9zev99] {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
}

input-line[b-aeyx9zev99] {
    margin-top:0.15em;
}

wlabel[b-aeyx9zev99] {
    width: 15em;
    text-align:right;
    margin-right:1em;
    vertical-align:top;
}

wvalue[b-aeyx9zev99] {
    display:inline-block;
    width: 30em;
}
/* _content/BlazorApp/Pages/KMW/TitleContent.razor.rz.scp.css */
body[b-y5w843y0g5] {
}

.title-bar[b-y5w843y0g5] {
    padding:5em 0
}
.img-bkg[b-y5w843y0g5] {
    /*background-image: linear-gradient(120deg,#acbedc,white);*/
    background-image: radial-gradient(midnightblue 60%,white);
    background-size: cover;
}

.sa-box[b-y5w843y0g5] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:90%;
}

.sa-bkg[b-y5w843y0g5] {
    background-color: midnightblue;
    padding:0;
    margin:0;
    border:medium solid gold;
    border-radius:15px;
    aspect-ratio:8/3;
    color:gold;
    position:relative;
}

.sa-lettering[b-y5w843y0g5] {
    width: fit-content;
    font-size: 1.8em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.title-line[b-y5w843y0g5] {
    font-size:3em;
    text-align:center;
}

.title-line[b-y5w843y0g5] {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 3em;
}

.fp-desc[b-y5w843y0g5] {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.fp-list[b-y5w843y0g5] {
    margin-left: auto;
    margin-right: 6rem;
    width: 34em;
    padding-left: 12em;
}

.fp-cat[b-y5w843y0g5] {
}

.cat-title[b-y5w843y0g5] {
    display: block;
    text-align:center;
    font-size: larger;
    font-weight: 500;
    font-style: italic;
    color: #1d718e;
}

.cat-cont[b-y5w843y0g5] {
    display: inline;
}
/* _content/BlazorApp/Pages/Privacy.razor.rz.scp.css */
policy-title[b-c2jnaph8t2] {
    display: block;
    text-align: center;
    font-size:x-large;
    font-weight: bold;
    margin: 4em 0 2em 0;
}

effective-date[b-c2jnaph8t2] {
    display: block;
    margin: 1em 4em;
}

section[b-c2jnaph8t2] {
    display: block;
    margin: 2em 4em;
}

numbered-header[b-c2jnaph8t2] {
    display: block;
    font-size: large;
    font-weight: 600;
    margin: 1em 0;

}

@media (max-width: 640.98px) {
    effective-date[b-c2jnaph8t2] {
        display: block;
        margin: 1em 1em;
    }

    section[b-c2jnaph8t2] {
        margin: 2em 1em;
    }
}
/* _content/BlazorApp/Pages/ScrpAssist/ScrpConsole.razor.rz.scp.css */
body[b-pngejsgnpj] {
}

.scrp-console[b-pngejsgnpj] {
    background-color: #900;
    color: gold;
    border: 4px solid gold;
    box-sizing: border-box;
    max-width: none;
    width: 100%;
    height: 100%;
}

.scrp-console-blue[b-pngejsgnpj] {
    background-color: #242862;
    color: gold;
    border: 4px solid gold;
    box-sizing: border-box;
    max-width: none;
    width: 100%;
    height: 100%;
}

.line1[b-pngejsgnpj] {
    height:30px;
    font-size:22px;
    text-align: center;
    color: white;
    margin: 0;
}

.line2[b-pngejsgnpj] {
    height:25px;
    color:gold;
    text-align: center;
    font-size: small;
}

.line3[b-pngejsgnpj] {
    height:35px;
    display: flex;
    justify-content: space-between;
    color:lightgray;
}

.link[b-pngejsgnpj] {
    cursor: pointer;
    text-decoration: underline;
    color: lightgray;
}

.link:hover[b-pngejsgnpj] {
    color: white;
}
/* _content/BlazorApp/Pages/ScrpAssist/ScrpInfoBar.razor.rz.scp.css */
body[b-x7o0dp2j6d] {
}

.scrp-info-bar[b-x7o0dp2j6d] {
    display:flex;
    justify-content:space-between;
    background-color: #900;
    color: gold;
    height: 2.4em;
    font-size: 1em;
    padding: 0.45em 0.5em;
}


.scrp-info-bar-blue[b-x7o0dp2j6d] {
    display: flex;
    justify-content: space-between;
    background-color: #242862;
    color: gold;
    height: 2.4em;
    font-size: 1em;
    padding: 0.45em 0.5em;
}

/* uses old ilink colors */
ilink[b-x7o0dp2j6d], .ilink[b-x7o0dp2j6d] {
    color: #ded8f4;
    cursor: pointer;
}
/* _content/BlazorApp/Pages/ScrpAssist/ScrpLogin.razor.rz.scp.css */

.login[b-4e9dzqgbeq] {
}

.login-form[b-4e9dzqgbeq] {
    text-align:center;
    color: lightgray;
}

input-line[b-4e9dzqgbeq] {
    margin-left:auto;
    margin-right:auto;
}

input-line-final[b-4e9dzqgbeq] {
    display: inline-block;
    width: fit-content;
}

.line3[b-4e9dzqgbeq] {
    height: 20px;
    color: lightgray;
}

.line23[b-4e9dzqgbeq] {
    margin-top: 7px;
    height: 50px;
    color: white;
    text-align: center;
}

label[b-4e9dzqgbeq] {
    width: 5em;
    text-align:left;
}

.value[b-4e9dzqgbeq] {
    width: 8em;
}

/* uses old ilink colors */
ilink[b-4e9dzqgbeq], .ilink[b-4e9dzqgbeq] {
    color: #ded8f4;
    cursor: default;
}
/* _content/BlazorApp/Pages/ScrpAssist/ScrpRelay.razor.rz.scp.css */
body[b-tscg407h0g] {
}

.scrp-relay-frame[b-tscg407h0g] {
    position: relative;
    width: 100%;
    height: 100%;
}

ilink[b-tscg407h0g] {
    color: #f8f9fa;
}

    ilink:hover[b-tscg407h0g], .ilink:hover[b-tscg407h0g] {
        color: #c9a512;
        text-decoration: underline;
    }

li[b-tscg407h0g] {
    margin-right:1.5em;
}
/* _content/BlazorApp/Pages/ScrpAssist/ScrpWorkspace.razor.rz.scp.css */
body[b-5z4n3ld19k] {
}

ilink[b-5z4n3ld19k] {
    color: #0071c1;
    cursor: pointer;
}

/* _content/BlazorApp/Pages/TermsOfUse.razor.rz.scp.css */
policy-title[b-4veyzurujr] {
	display: block;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	margin: 4em 0 2em 0;
}

effective-date[b-4veyzurujr] {
	display: block;
	margin: 1em 4em;
}

section[b-4veyzurujr] {
	display: block;
	margin: 2em 4em;
}

numbered-title[b-4veyzurujr] {
	display: block;
	font-size: large;
	font-weight: 600;
	margin: 1em 0;
}

@media (max-width: 640.98px) {
	effective-date[b-4veyzurujr] {
		display: block;
		margin: 1em 1em;
	}

	section[b-4veyzurujr] {
		margin: 2em 1em;
	}
}
/* _content/BlazorApp/ScrpPortalEmulator/SCRP.razor.rz.scp.css */
body[b-zbm3xuo418] {
}

.signin[b-zbm3xuo418] {
    color: white;
}

.login-input[b-zbm3xuo418] {
}

input-line[b-zbm3xuo418] {
    display: block;
    width: fit-content;
}

input-line-final[b-zbm3xuo418] {
    display: inline-block;
    width: fit-content;
}


label[b-zbm3xuo418], input-label[b-zbm3xuo418] {
    display: block;
}

button[b-zbm3xuo418] {
    width: 9em;
    margin: 0 0.5em;
}

@media (max-width: 640.98px) {
    input-line-final[b-zbm3xuo418] {
        display: block;
        width: fit-content;
    }

    button[b-zbm3xuo418] {
        display: block;
        margin: 0.5em auto;
        background-color: blue;
        color: white;
    }
}
/* _content/BlazorApp/Shared/Footer.razor.rz.scp.css */
footer[b-ivhxwnwf90] {
    border-top: 1px solid;
    border-color: rgba(255,255,255,0.2);
    color: #AAA;
}

.footer-link[b-ivhxwnwf90] {
    color: gray;
}

.footer-link:hover[b-ivhxwnwf90] {
    color: lightgray;
}

copyright-line[b-ivhxwnwf90] {
    margin-top:0.5em;
    font-size:small;
}

cspacer[b-ivhxwnwf90] {
    margin: 0 1.5em;
}

@media (max-width: 640.98px) {
    cspacer[b-ivhxwnwf90] {
        margin: 0 0.5em;
    }

}
/* _content/BlazorApp/Shared/NavBar.razor.rz.scp.css */
.navbar-toggler[b-sb4jp7zxbg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-sb4jp7zxbg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sb4jp7zxbg] {
    font-size: 1.1rem;
}

.oi[b-sb4jp7zxbg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-sb4jp7zxbg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}



    .nav-item[b-sb4jp7zxbg]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-sb4jp7zxbg]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-sb4jp7zxbg]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sb4jp7zxbg] {
        display: none;
    }

    .collapse[b-sb4jp7zxbg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/BlazorApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7cxxmz0cwl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7cxxmz0cwl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7cxxmz0cwl] {
    font-size: 1.1rem;
}

.oi[b-7cxxmz0cwl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7cxxmz0cwl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-7cxxmz0cwl] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-7cxxmz0cwl] {
    padding-bottom: 1rem;
}

.nav-item[b-7cxxmz0cwl]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-7cxxmz0cwl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7cxxmz0cwl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-link[b-7cxxmz0cwl] {
    color:#ebffbc;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7cxxmz0cwl] {
        display: none;
    }

    .collapse[b-7cxxmz0cwl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/BlazorApp/Shared/OldLayout.razor.rz.scp.css */
.page[b-bopcc59g5s] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--page-bkg-color, white);
}

.drbk[b-bopcc59g5s] {
    background-image: url("images/Scales.png");
}

main[b-bopcc59g5s] {
    flex: 1;
    position:relative;
}

blackout[b-bopcc59g5s] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #111;
    opacity: 0.0;
    pointer-events: none;
}

.sidebar[b-bopcc59g5s] {
    background-image: linear-gradient(137deg, #1d6700 0%, #66621b 85%);
}

.top-row[b-bopcc59g5s], .info-bar[b-bopcc59g5s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bopcc59g5s]  a, .top-row .btn-link[b-bopcc59g5s] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bopcc59g5s] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bopcc59g5s] {
        display: none;
    }

    .top-row.auth[b-bopcc59g5s] {
        justify-content: space-between;
    }

    .top-row a[b-bopcc59g5s], .top-row .btn-link[b-bopcc59g5s] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bopcc59g5s] {
        flex-direction: row;
    }

    .sidebar[b-bopcc59g5s] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bopcc59g5s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bopcc59g5s], article[b-bopcc59g5s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
