/* /Reporting/ReportComponent.razor.rz.scp.css */
.report-viewer-wrapper[b-pw7vmlro6k] {
    position: relative;
    width: 100%;
    height: 100%;
}
/* /Scheduling/Header/SchedulingPageHeader.razor.rz.scp.css */
.scheduling-page-header-container[b-l5ffvag96f] {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #F5F5F5;
    border-radius: 8px;
    margin: 16px 32px 0 32px;
    padding: 10px 12px;
}

.scheduling-page-header-title[b-l5ffvag96f] {
    font-family: var(--production-scheduler-font-family), sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: #111111;
}

.scheduling-page-header-container .scheduling-page-search-container[b-l5ffvag96f] {
    margin-left: auto;
    padding: 0;
    align-items: center;
}

.scheduling-page-search-container[b-l5ffvag96f] {
    display: flex;
    align-items: end;
    gap: 16px;
    padding: 18px 0 0 32px;
}
/* /Scheduling/Page/Areas/Components/HiddenAreaItem.razor.rz.scp.css */
.hidden-area-container[b-n90t4avqja] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    background: #FAFAFA;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 3px 0 #38383859;
}

.hidden-area-name[b-n90t4avqja] {
    margin-left: 12px;
}
/* /Scheduling/Page/Areas/Components/NoActiveShiftTabContent.razor.rz.scp.css */
.no-activeshift-component-container[b-lghi8ua6il] {
    align-items: center;
    padding: 16px;
    height: 100%;
}
.done-container-no-active-shift-container[b-lghi8ua6il] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: calc(100vh - 204px);
    background: #FFFFFF;
}

.no-activeshift-component-container.expanded[b-lghi8ua6il] {
    width: 435px;
}

.no-activeshift-component-container.minimized[b-lghi8ua6il] {
    width: 325px;
}

.no-activeshift-header-container[b-lghi8ua6il] {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.no-activeshift-header-container label[b-lghi8ua6il] {
    margin: 8px;
    align-items: center;
    font-weight: bold;
    color: #d32f2f;
    text-align: center;
    width: 100%;
}

.no-activeshift-content-container[b-lghi8ua6il] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.no-activeshift-content-container label[b-lghi8ua6il] {
    margin: 8px;
    align-items: center;
    text-align: center;
    width: 100%;
}
/* /Scheduling/Page/Areas/HiddenAreasSection.razor.rz.scp.css */
.hidden-areas-section[b-t6287z3rw3]{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #FAFAFA;
    margin-right: 32px;
    height: fit-content;
}

.hidden-areas-section-label[b-t6287z3rw3] {
    padding-bottom: 10px;
}

.hidden-areas-section-list[b-t6287z3rw3] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* /Scheduling/Page/Cards/CardContainer.razor.rz.scp.css */
.card-container[b-0t130tr43t] {
    padding: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin; /* Makes the scrollbar thinner in Firefox */
    scrollbar-color: darkgrey transparent; /* Custom thumb and track color in Firefox */
}

.inner-card-container[b-0t130tr43t] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.inner-card-container.active[b-0t130tr43t] {
    margin-top: 15px;
    height: auto;
    min-height: 55px;
}

.inner-card-container.done[b-0t130tr43t] {
    margin-top: 15px;
}

.card-container-title[b-0t130tr43t] {
    font-family: var(--production-scheduler-font-family), serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin-bottom: 16px;
}

.card-container-title.custom[b-0t130tr43t] {
    margin-bottom: 26px;
}

.card-component[b-0t130tr43t] {
    padding-bottom: 12px
}

.dropzone-empty[b-0t130tr43t] {
    width: 325px;
    height: 100px;
}
/* /Scheduling/Page/Cards/Components/CardItem.razor.rz.scp.css */
.card-component[b-w5de3ubv3w] {
    position: relative;
}

.card-component-container[b-w5de3ubv3w] {
    z-index: 1;
    display: flex;
    height: auto;
    min-height: 46px;
    align-items: center;
}

.card-component-container.empty-mode[b-w5de3ubv3w],
.card-component-container.empty-mode *[b-w5de3ubv3w] {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    pointer-events: none;
}

.card-component-container.minimized[b-w5de3ubv3w] {
    width: 325px;
}

.card-component-container.expanded.custom[b-w5de3ubv3w],
.card-component-container.expanded.assembly[b-w5de3ubv3w],
.card-component-container.expanded.stacking[b-w5de3ubv3w],
.card-component-container.expanded.done[b-w5de3ubv3w]{
    width: 435px;
}

.card-component-container.expanded.platepicking[b-w5de3ubv3w] {
    width: 447px;
}

.card-component-container.expanded.lumberpicking[b-w5de3ubv3w] {
    width: 645px;
}

.card-component-container.expanded.cutting[b-w5de3ubv3w] {
    width: 545px;
}

.card-component-container.ready-selected[b-w5de3ubv3w],
.card-component-container.selected[b-w5de3ubv3w] {
    border-radius: 4px;
    outline: 3px solid #1D9BF0;
}

.card-component-inner-container[b-w5de3ubv3w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FAFAFA;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 3px 0 #38383859;
    overflow: visible;
    height: auto;
    min-height: 46px;
    width: 100%;
    padding: 0;
}

.card-component-inner-container.selected[b-w5de3ubv3w] {
    background: #FFFFFF;
}

.card-component-inner-container.ready-selected[b-w5de3ubv3w] {
    background: #D7F1D0;
}

.card-component-inner-container.ready[b-w5de3ubv3w] {
    background-color: #D7F1D0;
}

.card-component-inner-container.ready:hover[b-w5de3ubv3w],
.card-component-inner-container.ready-selected:hover[b-w5de3ubv3w] {
    background: rgb(223, 236, 223);
}

.card-component-inner-container:hover[b-w5de3ubv3w] {
    background: #F5F5F5;
}

.card-component-inner-container[disabled][b-w5de3ubv3w] {
    background: rgba(250, 250, 250, 0.40);
}

.card-component-inner-container[disabled] .card-component-gap[b-w5de3ubv3w] {
    opacity: 0.40;
}

.main-content-row[b-w5de3ubv3w] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 46px;
    width: 100%;
}

.card-component-color-bar[b-w5de3ubv3w] {
    align-self: stretch;
    display: flex;
}

.card-component-color-bar > .left-rounded-rectangle[b-w5de3ubv3w] {
    height: 100%;
}
/* /Scheduling/Page/Cards/Components/CardLayout/CardActionSection.razor.rz.scp.css */
.button-section[b-ntqt701rqd] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-section.empty-mode[b-ntqt701rqd] {
    opacity: 0;
    pointer-events: none;
}
/* /Scheduling/Page/Cards/Components/CardLayout/CardBodyProperties.razor.rz.scp.css */
.card-section[b-9i2s9vj8jw] {
    display: flex;
    flex: 3;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
/* /Scheduling/Page/Cards/Components/CardLayout/CardDueDateDisplay.razor.rz.scp.css */
.due-date-container[b-wxjwy6hzrq] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    height: 26px;
    width: 65px;
    padding: 3px 5px 3px 5px;
    color: #424242;
}

    .due-date-container label[b-wxjwy6hzrq] {
        font-family: var(--production-scheduler-font-family), serif;
        font-size: 12px;
        line-height: 20px;
        padding-left: 2px;
        width: 41px;
    }

.past-due[b-wxjwy6hzrq] {
    color: #DF1600;
    font-weight: bold;
}

.due-soon[b-wxjwy6hzrq] {
    color: #343434;
    font-weight: bold;
}

.not-set[b-wxjwy6hzrq] {
    color: #ffc000;
}

.not-set label[b-wxjwy6hzrq] {
    color: #785A02;
    font-style: italic;
}
/* /Scheduling/Page/Cards/Components/CardLayout/DynamicCardPropertyRenderer.razor.rz.scp.css */
.property-section[b-zqu2knqbe1] {
    position: relative;
    white-space: nowrap;
}

.property-header[b-zqu2knqbe1] {
    position: absolute;
    top: -35px;
    left: 0;
    font-size: 12px;
    font-family: var(--production-scheduler-font-family), sans-serif;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.property-value-truncated[b-zqu2knqbe1] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-value-truncated label[b-zqu2knqbe1] {
    display: inline;
    font-size: 14px;
    font-family: var(--production-scheduler-font-family), sans-serif;
}

.card-name[b-zqu2knqbe1] {
    height: 26px;
    align-content: center;
}

.card-name label[b-zqu2knqbe1] {
    margin-left: 12px;
}

.card-name.expanded[b-zqu2knqbe1] {
    width: 165px;
}

.card-name.minimized[b-zqu2knqbe1] {
    width: 115px;
}

.card-board-feet[b-zqu2knqbe1],
.card-project-number[b-zqu2knqbe1] {
    width: 65px;
    height: 26px;
    align-content: center;
}

.empty-mode[b-zqu2knqbe1] {
    opacity: 0;
    pointer-events: none;
}
/* /Scheduling/Page/Cards/Components/CardLayout/ProductionNoteRow.razor.rz.scp.css */
.production-note-row[b-ah2pztj4rz] {
    display: flex;
    width: 100%;
    padding: 8px 12px;
}

.production-note-row .production-note-text[b-ah2pztj4rz] {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    cursor: default;
    justify-content: center;
    align-items: center;
}

.production-note-text[b-ah2pztj4rz] {
    font-family: var(--font-family-text), serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #383838;
    margin: 0;
}
/* /Scheduling/Page/Cards/Components/CardLayout/StationTag.razor.rz.scp.css */
.station-tag-container[b-d48n4x2lpn] {
    width: 80px;
    height: 26px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3px 5px 3px 5px;
}

.station-tag-container label[b-d48n4x2lpn] {
    font-family: var(--production-scheduler-font-family), serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Scheduling/Page/Cards/Components/EmptyCardPlaceholder.razor.rz.scp.css */
.empty-card-dotted-border[b-q13ayugpmm] {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px dashed orange;
    border-radius: 10px;
    background-color: #f8fcff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    padding: 0;
}
.empty-card-dotted-border label[b-q13ayugpmm] {
    font-family: var(--production-scheduler-font-family), serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #8F8F8F;
}

/* Width rules match the parent card container for visual alignment */
.empty-card-dotted-border.minimized[b-q13ayugpmm] {
    width: 325px;
}

.empty-card-dotted-border.expanded.custom[b-q13ayugpmm],
.empty-card-dotted-border.expanded.assembly[b-q13ayugpmm],
.empty-card-dotted-border.expanded.stacking[b-q13ayugpmm],
.empty-card-dotted-border.expanded.done[b-q13ayugpmm] {
    width: 435px;
}

.empty-card-dotted-border.expanded.platepicking[b-q13ayugpmm] {
    width: 447px;
}

.empty-card-dotted-border.expanded.lumberpicking[b-q13ayugpmm] {
    width: 645px;
}

.empty-card-dotted-border.expanded.cutting[b-q13ayugpmm] {
    width: 545px;
}
/* /Scheduling/Page/Cards/Dialogs/CardDueDatePicker.razor.rz.scp.css */
.spaced-control[b-ef74zl8h4r] {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.button-container[b-ef74zl8h4r] {
    display: flex;
    gap: 0.5rem;
}
/* /Scheduling/Page/Layout/AreasLoadingPlaceholder.razor.rz.scp.css */
.areas-loading-placeholder-columns[b-x3ibh2q4fh] {
    display: flex;
    gap: 16px;
    margin: 32px 0;
}

.areas-loading-placeholder-skeleton[b-x3ibh2q4fh] {
    border-radius: 8px;
}
/* /Scheduling/Page/SchedulingPage.razor.rz.scp.css */
.scheduling-page-container[b-8j73bvzmhn] {
    display: flex;
    flex-direction: column;
    background: #D3D3D3;
    height: 100%;
    width: 100%;
    position: relative;
    padding-right: 0;
    transition: padding-right 0.4s ease-in-out;
}

.scheduling-page-container.card-details-panel-padding[b-8j73bvzmhn] {
    padding-right: 366px;
}

.scheduling-page-inner-container[b-8j73bvzmhn] {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    padding: 18px 0 0 32px;
    min-height: 50px;
    min-width: 50px;
    overflow-y: auto;
    overflow-x: auto;
    scrollbar-width: thin; /* Makes the scrollbar thinner in Firefox */
    scrollbar-color: darkgrey transparent; /* Custom thumb and track color in Firefox */
}
/* /Scheduling/Page/Stations/Components/ProductionShiftSummary.razor.rz.scp.css */
.shifts-stats-container[b-0p4z7xz6f1] {
    padding: 16px;
}

.shifts-stats-container.minimized[b-0p4z7xz6f1] {
    width: 350px;
}

.shifts-stats-container.expanded.custom[b-0p4z7xz6f1],
.shifts-stats-container.expanded.platepicking[b-0p4z7xz6f1],
.shifts-stats-container.expanded.assembly[b-0p4z7xz6f1], 
.shifts-stats-container.expanded.stacking[b-0p4z7xz6f1],
.shifts-stats-container.expanded.done[b-0p4z7xz6f1] {
    width: 460px;
}

.shifts-stats-container.expanded.lumberpicking[b-0p4z7xz6f1] {
    width: 670px;
}

.shifts-stats-container.expanded.cutting[b-0p4z7xz6f1] {
    width: 570px;
}

.shifts-stats-content-container[b-0p4z7xz6f1] {
    width:100%;
}

    .shifts-stats-content-container th[b-0p4z7xz6f1] {
        font-family: var(--production-scheduler-font-family), serif;
        font-size: 12px;
    }
    
    .shifts-stats-content-container td[b-0p4z7xz6f1] {
        font-family: var(--production-scheduler-font-family), serif;
        font-size: 14px;
    }

    .shifts-stats-content-container th[b-0p4z7xz6f1], td[b-0p4z7xz6f1] {
        padding: 4px 12px;
        border: 1pt solid rgba(0,0,0,0.08);
        font-weight: 400;
        line-height: 20px;
        text-align: left;
    }

.shifts-stats-board-feet[b-0p4z7xz6f1] {
    width: 89px;
}

.shifts-stats-header-container[b-0p4z7xz6f1] {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

    .shifts-stats-header-container label[b-0p4z7xz6f1] {
        margin-right: 8px;
    }

.shifts-stats-header[b-0p4z7xz6f1] {
    font-family: var(--production-scheduler-font-family), serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    flex-grow: 1;
}

.station-tab-notification[b-0p4z7xz6f1] {
    margin-bottom: 10px;
}
/* /Scheduling/Page/Stations/Components/StationSelectorButton.razor.rz.scp.css */
.station-tab-dropdown[b-214np0ni99]{
    display: inline-block;
    position: relative;
}

.station-tab-dropdown-button[b-214np0ni99] {
    background-color: transparent;
    font-family: var(--production-scheduler-font-family), serif;
    font-size: 14px;
    border: none;
    cursor: default;
    display: flex;
    align-items: center;
    vertical-align: middle;
    color: #FF6358;
    pointer-events: none; /* Disable pointer events on the button itself */
}

.station-tab-dropdown-menu[b-214np0ni99] {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    background-color: #FAFAFA;
    border: 1px solid #ccc;
    display: none;
    min-width: 110px;
    z-index: 10004; /* Ensure it is on top of other elements */
}

.station-tab-dropdown-item[b-214np0ni99] {
    padding: 8px 12px;
    cursor: pointer;
}

.station-tab-dropdown-item:hover[b-214np0ni99] {
    background-color: #e0e0e0;
}

.station-tab-actionable-on-hover:hover .station-tab-dropdown-menu[b-214np0ni99] {
    display: block; /* Show dropdown on hover */
}

.station-tab-actionable-on-hover:hover .station-tab-dropdown-button[b-214np0ni99],
.station-tab-dropdown-menu:hover[b-214np0ni99] {
    pointer-events: auto; /* Ensure pointer events are enabled on hover */
}
/* /Scheduling/Page/Stations/HiddenStationsSection.razor.rz.scp.css */
.hidden-stations-section[b-ahv584tohw]{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #FAFAFA;
    margin-right: 32px;
    height: fit-content;
}

.hidden-stations-section-label[b-ahv584tohw] {
    padding-bottom: 10px;
}

.hidden-stations-section-list[b-ahv584tohw] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* /Scheduling/Page/Stations/StationTab.razor.rz.scp.css */
.station-tab-container[b-wgl8ylkj55] {
    overflow: hidden;
}

.station-tab-production-shift-component[b-wgl8ylkj55] {
    border-bottom: 1px solid #00000014;
}

.station-tab-active-container[b-wgl8ylkj55] {
    box-shadow: 0 2px 4px 0 #0000001A;
}

.station-tab-onDeck-container[b-wgl8ylkj55] {
    display: flex;
    height: calc(100vh - 480px);
}

.station-tab-onDeck-container.custom[b-wgl8ylkj55] {
    display: flex;
    height: calc(100vh - 205px);
}

/* WebKit browsers */
.station-tab-onDeck-container[b-wgl8ylkj55]::-webkit-scrollbar {
    width: 8px; 
}

.station-tab-onDeck-container[b-wgl8ylkj55]::-webkit-scrollbar-track {
    background: transparent;
}

.station-tab-onDeck-container[b-wgl8ylkj55]::-webkit-scrollbar-thumb {
    background-color: darkgrey; 
    border-radius: 10px; 
    border: 2px solid transparent;
}
/* /Shared/AppBar.razor.rz.scp.css */
.top-row[b-7p5fomds3a] {
    width: 100%;
    height: 48px;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.top-row[b-7p5fomds3a]  a, .top-row[b-7p5fomds3a]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

.top-row[b-7p5fomds3a]  a:hover, .top-row[b-7p5fomds3a]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-7p5fomds3a]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 650px) {
    .top-row:not(.auth)[b-7p5fomds3a] {
        display: none;
    }

    .top-row.auth[b-7p5fomds3a] {
        justify-content: space-between;
    }

    .top-row[b-7p5fomds3a]  a, .top-row[b-7p5fomds3a]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .top-row[b-7p5fomds3a] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7p5fomds3a]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}

div[b-7p5fomds3a] {
    display: flex;
    align-items: flex-start;
}

.title[b-7p5fomds3a] {
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    margin-left: 8px;
    color: #4C3369;
}

.current-facility[b-7p5fomds3a] {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-left: 8px;
    color: #4C3369;
}

.zoom-label[b-7p5fomds3a] {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-left: 8px;
    color: #4C3369;
    display: inline-flex;
    align-items: center;
    height: 32px;
}

.left-menu[b-7p5fomds3a], .right-menu[b-7p5fomds3a] {
    width: 20%;
}

.left-menu[b-7p5fomds3a] {
    justify-content: flex-start;
}

.center-menu[b-7p5fomds3a] {
    width: 70%;
    display: flex;
    justify-content: flex-start; /* left-align content */
    align-items: center;
}

.right-menu[b-7p5fomds3a] {
    justify-content: flex-end;
    align-items: center;
}
.right-menu a[b-7p5fomds3a] {
    cursor: pointer;
}

    .right-menu .btn-link[b-7p5fomds3a] {
        padding: .5rem 1rem
    }

.title-and-current-facility[b-7p5fomds3a] {
    display: flex;
    flex-direction: column;
    height: 32px;
    vertical-align: middle;
}

.nav-link[b-7p5fomds3a] {
    color: #2E2E2E;
    text-decoration: none;
}

.banner-container[b-7p5fomds3a] {
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    overflow: hidden;
}

.top-row .responsive-rounded-text[b-7p5fomds3a] {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.responsive-rounded-text[b-7p5fomds3a] {
    display: flex;
    align-items: center;
    vertical-align: middle;
    gap: 0.4em;
    padding: 0.4em .8em;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #f8f9fa;
    color: #333;
    font-size: 0.775rem;
    white-space: nowrap;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.responsive-rounded-text .text[b-7p5fomds3a] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1 1 0;
}

.right-menu-left[b-7p5fomds3a] {
    margin-right: auto;
}

.link-text[b-7p5fomds3a] {
    display: inline;
}

    .nav-link:hover .link-text[b-7p5fomds3a] {
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
/* /Shared/CookieBanner.razor.rz.scp.css */
.cookie-banner[b-vidjvpbmor] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: black;
    color: white;
    z-index: 9999;
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-banner-text[b-vidjvpbmor] {
    margin-right: 32px;
}

.cookie-banner-link[b-vidjvpbmor] {
    color: #DF4907;
    text-decoration: underline;
}

.cookie-banner-button[b-vidjvpbmor] {
    background: #DF4907;
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}
/* /Shared/GenericError.razor.rz.scp.css */
.error-container[b-endw5gr8i6] {
    display: flex;
    justify-content: center;
}

.error-box[b-endw5gr8i6] {
    display: flex;
    width: 610px;
    padding: 44px 72px 56px 72px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    top: 72px;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

.text-container[b-endw5gr8i6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

    .text-container label[b-endw5gr8i6] {
        font-family: var(--production-scheduler-font-family), sans-serif;
        text-align: center;
    }

.primary-text[b-endw5gr8i6] {
    font-size: 24px;
    line-height: 142%;
    letter-spacing: 0px;
    font-weight: 700;
}

.secondary-text[b-endw5gr8i6] {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
}
/* /Shared/Layouts/SignInLayout.razor.rz.scp.css */
.sign-in-page[b-rsn7l2dwco] {
    position: relative;
    height: 100%;
    overflow-y: hidden;
    background: linear-gradient(180deg, #D6D6D6 14%, #757575 100%);
    padding-top: 96px;
}

.container[b-rsn7l2dwco] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.logo[b-rsn7l2dwco] {
    width: 128px;
    box-shadow: 0px 21px 26px 0px rgba(0, 0, 0, 0.12), 0px 10px 42px 0px rgba(0, 0, 0, 0.12);
}

.welcome[b-rsn7l2dwco] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    line-height: 133%;
    color: #3F3F3F;
}

.size-20[b-rsn7l2dwco] {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.size-40[b-rsn7l2dwco] {
    font-size: 40px;
    font-weight: 400;
}
/* /Shared/Navigation/Components/NavigationItem.razor.rz.scp.css */
.item-text-container[b-9cayfr9grj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.child-items-container li[b-9cayfr9grj] {
    text-indent: 20px;
}
/* /Shared/Navigation/ProductionSchedulerDrawer.razor.rz.scp.css */
main[b-ofezlya7ah] {
    flex: 1;
}

@media (min-width: 641px) {
    article[b-ofezlya7ah] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
