/* /Components/AppContainer.razor.rz.scp.css */
.app-container[b-7qo1x96fjq] {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100dvh;
    max-height: 100dvh;
    /*flex-grow: 1;*/
    overflow-x: auto;
}

.bg-image[b-7qo1x96fjq] {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -999;
    display: block;
    background-color: #f0f2f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 100dvh;
    width: 100vw;
    filter: blur(5px);
}

.bg-image-author[b-7qo1x96fjq] {
    position: fixed;
    right: 0;
    bottom: 0;
    color: var(--bs-light);
    margin-right: .5rem;
    margin-bottom: .2rem;
}

.bg-image-author a[b-7qo1x96fjq] {
    color: var(--bs-light);
}
/* /Components/Controls/ErpNetExternalLogin.razor.rz.scp.css */
a[b-a1cqyv8tix] {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid var(--bs-btn-active-bg);
    display: flex;
    justify-content: left;
    column-gap: 12px;
    height: 42px;
}

a img[b-a1cqyv8tix] {
    width: 21px;
}

@media (max-width: 557px) {
    a[b-a1cqyv8tix] {
        width: unset;
        column-gap: unset;
    }

    a span[b-a1cqyv8tix] {
        display: none;
    }
}
/* /Components/Controls/FacebookExternalLogin.razor.rz.scp.css */
a[b-bg2v6v3tsm] {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid var(--bs-btn-active-bg);
    display: flex;
    justify-content: left;
    column-gap: 12px;
    height: 42px;
}

a img[b-bg2v6v3tsm] {
    width: 21px;
}

@media (max-width: 557px) {
  a[b-bg2v6v3tsm] {
      width: unset;
      column-gap: unset;
  }

  a span[b-bg2v6v3tsm] {
      display: none;
  }
}
/* /Components/Controls/Filters/Item/ItemFilterForm.razor.rz.scp.css */
.sensa-filter-container[b-qhlsmxdd1g] {
    padding: 0 .5rem 0 .5rem;
}

.sensa-filter-container[b-qhlsmxdd1g]  .mud-icon-root {
    font-size: medium !important;
}
/* /Components/Controls/Filters/Party/PartyFilterForm.razor.rz.scp.css */
.sensa-filter-container[b-zax8qbm4n0] {
    padding: 0 .5rem 0 .5rem;
}

.sensa-filter-container[b-zax8qbm4n0]  .mud-icon-root {
    font-size: medium !important;
}
/* /Components/Controls/Filters/SensaChipsFilter.razor.rz.scp.css */
.sensa-filter-chips-container[b-l7tlbk0w67]  .mud-icon-root {
    color: var(--mud-palette-primary);
}

.sensa-filter-chips-container[b-l7tlbk0w67]  .mud-icon-button-label {
    color: var(--mud-palette-primary);
}
/* /Components/Controls/GoogleExternalLogin.razor.rz.scp.css */
button[b-7c4c9yf3sw] {
    width: 100%;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid var(--bs-btn-active-bg);
    display: flex;
    justify-content: left;
    column-gap: 12px;
    height: 42px;
}

.gsi-material-button-icon[b-7c4c9yf3sw] {
    width: 21px;
}

@media (max-width: 557px) {
    button[b-7c4c9yf3sw] {
        width: unset;
        column-gap: unset;
    }

    button span[b-7c4c9yf3sw] {
        display: none;
    }
}
/* /Components/Controls/Loading.razor.rz.scp.css */
.preloader[b-tra62i0k1u] {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loading-image-container[b-tra62i0k1u] {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

    .loading-image-container > img[b-tra62i0k1u] {
        width: auto;
        height: auto;
        max-width: none;
        max-height: none;
        flex: 0 0 auto;
        object-fit: contain;
        animation: splash-pulse-b-tra62i0k1u 1.4s ease-in-out infinite;
    }

@keyframes splash-pulse-b-tra62i0k1u {
    0%, 100% {
        opacity: .35;
    }

    50% {
        opacity: 1;
    }
}

/* respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
    .is-pulsing[b-tra62i0k1u] {
        animation: none;
        opacity: 1;
    }
}

.preloader .lds-ellipsis[b-tra62i0k1u] {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    top: 50%;
    left: 50%;
}

    .preloader .lds-ellipsis div[b-tra62i0k1u] {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #000;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .preloader .lds-ellipsis div:nth-child(1)[b-tra62i0k1u] {
            left: 8px;
            animation: lds-ellipsis1-b-tra62i0k1u 0.6s infinite;
        }

        .preloader .lds-ellipsis div:nth-child(2)[b-tra62i0k1u] {
            left: 8px;
            animation: lds-ellipsis2-b-tra62i0k1u 0.6s infinite;
        }

        .preloader .lds-ellipsis div:nth-child(3)[b-tra62i0k1u] {
            left: 32px;
            animation: lds-ellipsis2-b-tra62i0k1u 0.6s infinite;
        }

        .preloader .lds-ellipsis div:nth-child(4)[b-tra62i0k1u] {
            left: 56px;
            animation: lds-ellipsis3-b-tra62i0k1u 0.6s infinite;
        }

.preloader.preloader-dark[b-tra62i0k1u] {
    background-color: #000;
}

    .preloader.preloader-dark .lds-ellipsis div[b-tra62i0k1u] {
        background-color: #fff;
    }

@keyframes lds-ellipsis1-b-tra62i0k1u {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-tra62i0k1u {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-tra62i0k1u {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* /Components/Controls/MicrosoftExternalLogin.razor.rz.scp.css */
button[b-xk8ptojrh1] {
    width: 100%;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid var(--bs-btn-active-bg);
    display: flex;
    justify-content: left;
    column-gap: 12px;
    height: 42px;
}

@media (max-width: 557px) {
    button[b-xk8ptojrh1] {
        width: unset;
        column-gap: unset;
    }

    button span[b-xk8ptojrh1] {
        display: none;
    }
}
/* /Components/Controls/SensaDataGrid/SensaDataGrid.razor.rz.scp.css */
.sensa-data-grid-wrapper[b-1m39mbo8ih] {
    flex: 1 1 auto;
    min-height: 0;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.sensa-data-grid-wrapper[b-1m39mbo8ih]  .sensa-data-container {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
}

.sensa-data-grid-wrapper[b-1m39mbo8ih]  .sensa-data-container .mud-table {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
}

.sensa-data-grid-wrapper[b-1m39mbo8ih]  .sensa-data-container .mud-table .mud-table-container {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
}

.sensa-data-grid-wrapper[b-1m39mbo8ih]  .mud-table {
    overflow: hidden;
}

.sensa-data-grid-wrapper[b-1m39mbo8ih]  .mud-table .mud-table-row {
    height: 37px;
}

.sensa-data-grid-wrapper[b-1m39mbo8ih]  .mud-table-container {
    width: 100% !important;
}

.sensa-data-grid-wrapper[b-1m39mbo8ih]  .sensa-data-header {
    white-space: normal;
}

.sensa-data-grid-wrapper[b-1m39mbo8ih]  .sensa-data-column {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sensa-data-grid-wrapper[b-1m39mbo8ih]  .sensa-data-header-center > .column-header {
    justify-content: center;
    text-align: center;
}
/* /Components/Controls/Toolbars/SensaToolbar.razor.rz.scp.css */
.sensa-tb-wrapper[b-h1npllwe8x]  .sensa-tb-title {
    /*min-width: 150px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sensa-tb-context-menu-container[b-h1npllwe8x]  .mud-icon-root {
    font-size: 18px;
}

.accent-bar[b-h1npllwe8x] {
    display: flex;
    align-self: stretch;
    background-color: var(--mud-palette-primary);
    border-radius: 2px;
    margin: 2px 4px;
}

.sensa-tb-container[b-h1npllwe8x] {
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    min-width: 65px;
}

.sensa-tb-container[b-h1npllwe8x]  .sensa-tb {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    width: 100%;
    min-width: 120px;
}

.sensa-tb-container[b-h1npllwe8x]  .sensa-tb.sensa-align-left {
    justify-content: flex-start;
}

.sensa-tb-container[b-h1npllwe8x]  .sensa-tb.sensa-align-left .sensa-tb-btn-overflow {
    margin-left: auto;
}

.sensa-tb-measure[b-h1npllwe8x] {
    position: absolute;
    visibility: hidden;
    left: -10000px;
    top: -10000px;
}

@media (max-width: 400px) {
    .sensa-tb-container[b-h1npllwe8x]  .sensa-tb {
        gap: 0;
    }
}
/* /Components/Layout/BaseLayout.razor.rz.scp.css */
.sensa-main-layout[b-e4b2xuj28g] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.sensa-main-layout[b-e4b2xuj28g]  .sensa-main-layout-content {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sensa-main-layout[b-e4b2xuj28g]  .sensa-main-content-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0
}

.sensa-main-layout[b-e4b2xuj28g]  .sensa-main-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0
}
/* /Components/Layout/DrawerNavMenu.razor.rz.scp.css */
.sensa-drawer-nav-menu[b-lnv3u5a1od]  .mud-icon-root {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--mud-palette-primary) !important;
}

.sensa-drawer-nav-menu[b-lnv3u5a1od]  button.mud-nav-link {
    align-items: center;
    font-size: 18px;
}

.sensa-drawer-nav-menu[b-lnv3u5a1od]  button.mud-nav-link mud-icon-root {
    font-size: 24px;
}
/* /Components/Layout/InlineNavMenu.razor.rz.scp.css */
.sensa-avatar-dropdown-menu-container[b-1b345dzxei] {

}

.sensa-avatar-dropdown-menu-container[b-1b345dzxei]  .mud-icon-root {
    font-size: 18px;
}

.nfr-list-item-caption[b-1b345dzxei] {
    font-size: 14px;
}

.nfr-list-item-caption.selected[b-1b345dzxei] {
    font-weight: bold;
}
/* /Components/Layout/InlineNavMenuListItem.razor.rz.scp.css */
.nfr-list-item-wrapper[b-y3xalws1zt] {
    display: flex;
    width: 100% !important;
    flex-direction: row;
    align-items: center;
}

.nfr-list-item-icon[b-y3xalws1zt] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .3rem;
    /*font-size: 18px;*/
    color: var(--nfr-sensa-hot);
}

.nfr-list-item-caption[b-y3xalws1zt] {
  margin-left: 1rem;
}

.sensa-menu-item-wrapper[b-y3xalws1zt] {
    width: 100%;
}

    .sensa-menu-item-wrapper[b-y3xalws1zt]  .mud-menu-item {
        padding: .1rem .5rem;
        font-size: 15px;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.sensa-main-layout[b-9nhti1my6e] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.sensa-main-layout[b-9nhti1my6e]  .sensa-main-layout-content {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.sensa-main-layout[b-9nhti1my6e]  .nfr-sensa-app-navigation {
    background-color: #fff !important
}

.sensa-main-layout[b-9nhti1my6e]  .sensa-main-content-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0
}

.sensa-main-layout[b-9nhti1my6e]  .sensa-main-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0
}

#blazor-error-ui[b-9nhti1my6e] {
    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-9nhti1my6e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Console/NewEditRequestDialog.razor.rz.scp.css */
.request-container[b-9pkpyd1chd] {
    display: flex;
    max-height: 100dvh;
    flex-direction: column;
}

.request-container[b-9pkpyd1chd]  .request-dialog-title {
    padding: 16px 24px;
    padding-bottom: 0;
    flex: 0 0 auto;
}

.request-container[b-9pkpyd1chd]  .request-dialog-title .request-dialog-title-close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.request-container[b-9pkpyd1chd],
.request-container[b-9pkpyd1chd]  .mud-focus-trap-child-container,
.request-container[b-9pkpyd1chd]  .mud-dialog-content,
.request-container[b-9pkpyd1chd]  .mud-dialog-actions {
    /* sanity: avoid unexpected overflow from nested flexboxes */
    min-height: 0;
}

.request-container[b-9pkpyd1chd]  .mud-dialog-content {
    padding: 0 .5rem;
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}

.request-container[b-9pkpyd1chd]  .mud-dialog-actions {
    flex: 0 0 auto;
    background: inherit;
}

.request-container[b-9pkpyd1chd]  .mud-dialog-content .mud-step {
    padding: 0;
}

.request-container[b-9pkpyd1chd]  .mud-dialog-content .mud-stepper-content {
    padding: 0 .5rem;
    margin-inline-start: 10px;
}

.request-container[b-9pkpyd1chd]  .mud-dialog-content .mud-stepper-nav-connector {
    margin-inline-start: 10px;
}

.request-container[b-9pkpyd1chd]  .mud-dialog-content .mud-card-actions {
    display: none;
}


.request-container.request-content-loading[b-9pkpyd1chd]  .mud-dialog-content {
    overflow: hidden;
}

.request-item[b-9pkpyd1chd] {
    display: flex;
    flex-wrap: wrap; /* 1-by-1 wrap overall */
    gap: 8px 12px;
    align-items: flex-start;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.35;
    font-variant-numeric: tabular-nums;
}

.request-item__cell[b-9pkpyd1chd] {
    min-width: 0;
}

.request-item__label[b-9pkpyd1chd] {
    font-size: 11px;
    opacity: .65;
    margin-bottom: 2px;
}

.request-item__value[b-9pkpyd1chd] {
    overflow-wrap: anywhere;
    white-space: normal;
}

.request-item__code[b-9pkpyd1chd] {
    flex: 0 0 100px;
    min-width: 100px;
    max-width: 100px;
}

.request-item__unit[b-9pkpyd1chd] {
    flex: 0 0 50px;
    min-width: 50px;
    max-width: 50px;
    text-align: center;
}

.request-item__fixed[b-9pkpyd1chd] {
    flex: 0 0 70px;
    min-width: 70px;
    max-width: 70px;
}

.request-item__num[b-9pkpyd1chd] {
    text-align: right;
}

/* Name is the only flexible column */
.request-item__name[b-9pkpyd1chd] {
    flex: 1 1 180px;
    min-width: 180px;
}

.request-item__name .request-item__value[b-9pkpyd1chd] {
    font-weight: 600;
}

/* Tail wrapper: occupies remaining space on line 1, sits at the right edge,
   and right-aligns EACH wrapped line inside it. */
.request-item__tail[b-9pkpyd1chd] {
    display: flex;
    flex-wrap: wrap; /* tail items still wrap individually */
    justify-content: flex-end; /* each wrapped line ends at the right edge */
    gap: 8px 12px; /* inherit same gap feel */
    flex: 1 1 auto; /* size to contents */
    margin-left: auto; /* push tail to the right of Name on line 1 */
    max-width: 100%;
    min-width: 0;
}

/* Notes always full width below */
.request-item__notes[b-9pkpyd1chd] {
    flex: 1 0 100%;
    min-width: 0;
    margin-top: 4px;
    padding-top: 6px;
    border-top: 1px dashed #e5e7eb;
    font-size: 13px;
}

.request-item__notes .request-item__value[b-9pkpyd1chd] {
    white-space: pre-wrap;
}

.request-summary[b-9pkpyd1chd] {
    width: 100%;
    border-collapse: collapse;
    font-size: .85rem;
    line-height: 1.15
}

.request-summary col.w55[b-9pkpyd1chd] {
    width: 55%
}

.request-summary col.w45[b-9pkpyd1chd] {
    width: 45%
}

.request-summary td[b-9pkpyd1chd] {
    padding: .125rem .25rem;
    vertical-align: top
}

.request-summary .label[b-9pkpyd1chd] {
    color: #6c757d;
    white-space: nowrap
}

.request-summary .value[b-9pkpyd1chd] {
    text-align: left !important
}

.request-summary .item-row[b-9pkpyd1chd] {
    border-top: 1px solid #e9ecef
}

.request-summary .item-cell[b-9pkpyd1chd] {
    padding: .25rem .25rem .125rem
}

.request-summary .amount[b-9pkpyd1chd] {
    text-align: right;
    font-variant-numeric: tabular-nums
}

.request-summary .total[b-9pkpyd1chd] {
    display: block;
    margin-top: .05rem;
    font-weight: 600
}

.request-summary .notes[b-9pkpyd1chd] {
    display: block;
    color: #6c757d;
    font-size: .8em
}

.request-summary .divider[b-9pkpyd1chd] {
    border-top: 1px dotted #d9dee3
}
/* /Components/Pages/Console/RequestDetailsDialog.razor.rz.scp.css */
.request-container[b-mz39wcgvd3]  .mud-dialog-content {
    padding: 0 .5rem;
}

.request-container.request-content-loading[b-mz39wcgvd3]  .mud-dialog-content {
    overflow: hidden;
}

.request-header[b-mz39wcgvd3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-around;
    padding: .5rem;
}

.request-header-item[b-mz39wcgvd3] {
    display: inline-flex;
    font-size: 1rem;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--mud-palette-dark);
}

.request-header-label[b-mz39wcgvd3] {
    color: white;
    background-color: var(--mud-palette-dark);
    font-weight: 300;
    padding: 0.3rem 0.6rem;
    display: flex;
    align-items: center;
}

.request-header-value[b-mz39wcgvd3] {
    background-color: var(--mud-palette-secondary);
    font-weight: 500;
    padding: 0.3rem 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.request-lines-loading[b-mz39wcgvd3] {
  display: flex;
  justify-content: center;
  padding: .5rem;
}

.request-container[b-mz39wcgvd3]  th .column-header {
    display: unset;
}
/* /Components/Pages/Console/RequestDocFilterForm.razor.rz.scp.css */
.sensa-filter-container[b-i5idilkf1v] {
    padding: 0 .5rem 0 .5rem;
}

.sensa-filter-container[b-i5idilkf1v]  .mud-icon-root {
    font-size: medium !important;
}
/* /Components/Pages/Console/Requests.razor.rz.scp.css */
.sensa-requests-table-container[b-yzr9yd7aef]  .mud-table-container {
    overflow: auto !important;
    width: 100% !important;
}

.sensa-requests-table-container[b-yzr9yd7aef] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .mud-table-foot .mud-table-cell:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 3;
    background: var(--mud-palette-surface);
}

.sensa-requests-table-container[b-yzr9yd7aef]  .mud-table-foot .mud-table-cell:last-child {
    position: sticky;
    right: 0;
    z-index: 3;
    background: var(--mud-palette-surface);
}

.sensa-requests-table-container-responsive[b-yzr9yd7aef]  table {
    table-layout: fixed;
}

.sensa-requests-table-container-responsive[b-yzr9yd7aef]  table thead tr {
    height: 0 !important;
}

.sensa-requests-table-container-responsive[b-yzr9yd7aef]  table thead th {
    height: 0 !important;
}

.sensa-request-sites-container[b-yzr9yd7aef] {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    min-width: 0;
    justify-content: space-between;
    border-bottom: 1px solid var(--mud-palette-divider);
    padding-bottom: 2px;
}

.sensa-request-site[b-yzr9yd7aef] {
    display: flex;
    column-gap: 5px;
    white-space: nowrap;
    align-items: center;
    min-width: 0;
    max-width: 50%;
}

.sensa-request-site-label[b-yzr9yd7aef] {
    font-size: .8rem;
    width: 65px
}

.sensa-request-site-caption[b-yzr9yd7aef] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sensa-request-party[b-yzr9yd7aef] {
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    min-width: 0;
    padding-top: 2px;
    text-align: center;
}

.sensa-request-party-caption[b-yzr9yd7aef] {
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--mud-palette-gray-dark);
    white-space: nowrap;
}

.sensa-request-site-label[b-yzr9yd7aef] {
    display: none;
}

@media (max-width: 400px) {
    .sensa-request-party-caption[b-yzr9yd7aef] {
        background-color: var(--mud-palette-surface);
        font-weight: 600;
        text-overflow: ellipsis;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .sensa-request-sites-container[b-yzr9yd7aef] {
        flex-direction: column;
        font-size: 1.1rem;
        font-weight: 350;
    }

    .sensa-request-site[b-yzr9yd7aef] {
        max-width: 100%;
    }
}

@media (min-width: 449px) and (max-width: 499px) {
    .sensa-request-sites-container[b-yzr9yd7aef] {
        flex-direction: column;
    }

    .sensa-request-site[b-yzr9yd7aef] {
        max-width: 100%;
    }

    .sensa-request-site-label[b-yzr9yd7aef] {
        font-size: .7rem;
        display: unset;
        width: 60px;
    }
}

@media (min-width: 500px) and (max-width: 599px) {

}

@media (min-width: 600px) {
    .sensa-request-sites-container[b-yzr9yd7aef] {
        font-size: 1.1rem;
        font-weight: 350;
    }

    .sensa-request-site[b-yzr9yd7aef] {
        
    }
}

@media (min-width: 750px) {
    .sensa-request-sites-container[b-yzr9yd7aef] {
        font-size: 1.1rem;
        font-weight: 350;
    }

    .sensa-request-site-label[b-yzr9yd7aef] {
        display: unset;
    }
}

.sensa-request-new-button-fab[b-yzr9yd7aef] {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 3rem;
    margin-bottom: 3rem;
}

/*SMALL*/

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-column1-header {
    padding: 0 !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-column1-cell {
    padding: 0 !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.5rem;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-doc {
    font-size: 1.1rem;
    font-weight: 500;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-route {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    text-align: center;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-site {
    flex: 1;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-site-label {
    display: inline-block;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-icon {
    font-size: 16px;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-party-type {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-amount {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0.5rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.5rem;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-small-issuer {
    color: var(--mud-palette-text-secondary);
    font-weight: 350;
}

/*MEDIUM*/
.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-medium-column1-header {
    padding: 0;
    text-align: center;
    min-width: 120px;
    max-width: 120px;
    width: 120px
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-medium-column1-cell {
    padding: 0;
    text-align: center;
    min-width: 120px;
    max-width: 120px;
    width: 120px
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-medium-column1-container {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-medium-column2-container {
    display: flex;
    flex-direction: column
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-medium-column2-header {
    padding: 6px 12px;
    min-width: 190px;
    width: 100%
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-medium-column2-cell {
    padding: 6px 12px;
    min-width: 190px;
    width: 100%
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-medium-column3-container {
    display: flex;
    min-width: 0;
    flex-direction: column;
    font-weight: bold;
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-medium-column3-header {
    padding-right: 5px;
    text-align: right;
    min-width: 80px;
    max-width: 80px;
    width: 80px
}

.sensa-requests-table-container[b-yzr9yd7aef]  .sensa-request-medium-column3-cell {
    padding-right: 5px;
    text-align: right;
    min-width: 80px;
    max-width: 80px;
    width: 80px
}
/* /Components/Pages/Login.razor.rz.scp.css */
.nfr-login-container[b-6hunsyjmce] {
    display: flex;
    justify-content: center;
/*    padding-top: 5rem;
    height: 100vh;*/
    overflow: hidden;
    text-rendering: optimizeLegibility;
}

.nfr-login-panel[b-6hunsyjmce] {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    height: fit-content;
}

.nfr-login-panel-left[b-6hunsyjmce] {
    color: var(--bs-light);
    background-color: rgba(38, 43, 72, 0.9);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 3px 6px #1d2030;
    padding: 1rem;
}

.nfr-login-panel-left-logo[b-6hunsyjmce] {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.nfr-login-panel-left-social-buttons[b-6hunsyjmce] {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    padding: .5rem 1rem;
}

.nfr-login-panel-right[b-6hunsyjmce] {
    background-color: #ffffff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0px 2px 6px 0px #1d2030;
    box-shadow: 0px 2px 6px 0px #1d2030;
    padding: 1rem;
    width: 60%;
    min-width: 285px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.nfr-login-panel-left-social-button button[b-6hunsyjmce] {
    width: 100%;
}

.nfr-login-panel-right-heading[b-6hunsyjmce] {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
}

.nfr-login-panel-right-subheading[b-6hunsyjmce] {
    text-align: center;
    font-weight: 300;
}

.nfr-form-input-group[b-6hunsyjmce] {
  margin-bottom: 1rem;
}

.nfr-form-input[b-6hunsyjmce] {
    background-color: #fff;
    color: #333333;
    font-size: 18px;
    padding-left: 2rem !important;
    height: 50px;
    margin-bottom: 20px;
    padding: 12px 22px;
    border-radius: 3px;
    border: solid 1px #bcc2ce;
    outline: none;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1),0 0 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1),0 0 2px 0 rgba(0,0,0,0.1);
}

.nfr-form-input:focus[b-6hunsyjmce] {
    border-color: var(--bs-primary);
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.nfr-form-input[b-6hunsyjmce]::placeholder {
    color: var(--bs-secondary-border-subtle);
    opacity: 1;
}

.nfr-form-input-icon[b-6hunsyjmce] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 50px;
    line-height: 50px;
    font-size: large;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.nfr-form-input-group-footer[b-6hunsyjmce] {
    display: flex;
    align-items: center;
    margin-top: -1rem;
    margin-bottom: 1rem;
    justify-content: space-between;
    padding: 0 .5rem;
}

.nfr-form-input-remember[b-6hunsyjmce] {
    display: flex;
    align-items: center;
    column-gap: .3rem;
}

.nfr-form-input-submit-button[b-6hunsyjmce] {
    width: 100%;
    border-radius: 3px;
    box-shadow: 0px 2px 3px #9c9c9c;
    margin-top: 1rem;
}

.nfr-login-panel-left-title[b-6hunsyjmce] {
    text-align: center;
}

@media (max-width: 590px) {
    .nfr-login-panel-left[b-6hunsyjmce] {
        padding: .5rem;
    }
}

@media (max-width: 573px) {
    .nfr-login-panel-left[b-6hunsyjmce] {
        padding: 0;
    }

    .nfr-login-panel-left-title span[b-6hunsyjmce] {
        display: block;
        text-align: center;
        padding: .2rem;
    }
}

@media (max-width: 557px) {
    .nfr-login-panel-left-logo[b-6hunsyjmce] {
        margin-top: 2.5rem;
    }

    .nfr-login-panel-left-social-buttons[b-6hunsyjmce] {
        flex-direction: row;
        column-gap: 1rem;
        justify-content: center;
        margin-top: 1rem;
    }
}

@media (max-width: 505px) {
    .nfr-login-panel[b-6hunsyjmce] {
        flex-direction: column;
    }

    .nfr-login-panel-left[b-6hunsyjmce] {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }

    .nfr-login-panel-left-logo[b-6hunsyjmce] {
        margin-top: 1rem;
    }

    .nfr-login-panel-left-social-buttons[b-6hunsyjmce] {
        margin-top: 0;
    }

    .nfr-login-panel-right[b-6hunsyjmce] {
        width: unset;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }
}
/* /Components/Pages/Ops/IntDoc/IntDocsExplorer.razor.rz.scp.css */
body[b-wd8u0nftoe] {
}
/* /Components/Pages/Ops/TaxDoc/TaxDocDetailsDialog.razor.rz.scp.css */
.tax-container[b-8widciwrq9]  .mud-dialog-content {
    padding: 0 .5rem;
}

.tax-container.tax-content-loading[b-8widciwrq9]  .mud-dialog-content {
    overflow: hidden;
}

.tax-header[b-8widciwrq9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-around;
    padding: .5rem;
}

.tax-header-item[b-8widciwrq9] {
    display: inline-flex;
    font-size: 1rem;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--mud-palette-dark);
}

.tax-header-label[b-8widciwrq9] {
    color: white;
    background-color: var(--mud-palette-dark);
    font-weight: 300;
    padding: 0.3rem 0.6rem;
    display: flex;
    align-items: center;
}

.tax-header-value[b-8widciwrq9] {
    background-color: var(--mud-palette-secondary);
    font-weight: 500;
    padding: 0.3rem 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.tax-lines-loading[b-8widciwrq9] {
    display: flex;
    justify-content: center;
    padding: .5rem;
}

.tax-container[b-8widciwrq9]  th .column-header {
    display: unset;
}
/* /Components/Pages/Ops/TaxDoc/TaxDocExplorerExporter.razor.rz.scp.css */
.exporter-dialog-container[b-ie1025p4u1] {
    padding: 0px;
}

.exporter-dialog-container[b-ie1025p4u1]  .exporter-dialog-summary-table {
    width: 100%;
}

.exporter-dialog-container[b-ie1025p4u1]  .exporter-dialog-summary-table tr > td:first-child {
    font-weight: bold;
}
/* /Components/Pages/Ops/TaxDoc/TaxDocFilterForm.razor.rz.scp.css */
.sensa-filter-container[b-vxogzgusxb] {
    padding: 0 .5rem 0 .5rem;
}

.sensa-filter-container[b-vxogzgusxb]  .mud-icon-root {
    font-size: medium !important;
}
/* /Components/Pages/Ops/TaxDoc/TaxDocsExplorer.razor.rz.scp.css */
.sensa-tax-docs-table-container[b-mm9c59lm8s]  .mud-table-container {
    overflow: auto !important;
    width: 100% !important;
}

.sensa-tax-docs-table-container[b-mm9c59lm8s] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}

.sensa-tax-docs-table-container[b-mm9c59lm8s]  .mud-table-foot .mud-table-cell:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 3;
    background: var(--mud-palette-surface);
}

.sensa-tax-docs-table-container[b-mm9c59lm8s]  .mud-table-foot .mud-table-cell:last-child {
    position: sticky;
    right: 0;
    z-index: 3;
    background: var(--mud-palette-surface);
}
