/* _content/TXOperationWebDashboard/Shared/Auth/Views/ChangePasswordView.razor.rz.scp.css */
.form-group[b-r9fs6l5lql] {
    margin-top: 5px;
}

.error-message[b-r9fs6l5lql] {
    color: red;
}
/* _content/TXOperationWebDashboard/Shared/Auth/Views/LoginView.razor.rz.scp.css */
.form-group[b-0tu2w5dvuv], .login-group[b-0tu2w5dvuv] {
    margin-top: 5px;
}

.logout-button[b-0tu2w5dvuv] {
    margin-bottom: 15px;
}

.error-message[b-0tu2w5dvuv] {
    color: red;
}
/* _content/TXOperationWebDashboard/Shared/Common/Views/HoverPopup.razor.rz.scp.css */
.hover-container[b-d32ysavtib] {
    position: relative;
    display: inline-block;
    cursor:pointer;
}

.popup[b-d32ysavtib] {
    background: transparent;
    padding: 5px;
    z-index: 1000;
    border: none;
    max-width: 500px;
}
/* _content/TXOperationWebDashboard/Shared/Common/Views/Icons/EmptyDrinkIcon.razor.rz.scp.css */
.empty-drink-icon[b-tm9mwz6tdl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.empty-drink-icon svg[b-tm9mwz6tdl] {
    width: 3em;
    height: 4em;
}
/* _content/TXOperationWebDashboard/Shared/Common/Views/Icons/LabeledDrinkImage.razor.rz.scp.css */
.labeled-image[b-f648ccggzi] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.labeled-image img[b-f648ccggzi] {
    height: 70px;
}

.labeled-image .label[b-f648ccggzi] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000000;
    font-size: 0.9em;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2px 5px;
    border-radius: 3px;
}
/* _content/TXOperationWebDashboard/Shared/Common/Views/Icons/UnknownDrinkIcon.razor.rz.scp.css */
.unknown-drink-icon[b-09s2hfhb5h]{
    width: 3em;
    height: 70%;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
/* _content/TXOperationWebDashboard/Shared/Develop/Views/DevelopView.razor.rz.scp.css */
.wid-ss[b-ql63ikmd1b] {
    width: 3rem;
}
.wid-s[b-ql63ikmd1b] {
    width: 5rem;
}
.wid-l[b-ql63ikmd1b] {
    width: 11rem;
}
/* _content/TXOperationWebDashboard/Shared/MainLayout.razor.rz.scp.css */
.page[b-6dvgo6usmk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-6dvgo6usmk] {
    flex: 1;
}

.sidebar[b-6dvgo6usmk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.header[b-6dvgo6usmk] {
    height: 55px;
    width: 100%;
    background: #0B163B;
    padding: 16px;
    display: flex;
    position: sticky;
    left:0;
    right:0;
    top: 0;
    color: white;
    z-index: 999;
}

.change-txt[b-6dvgo6usmk] {
    color: #ddd; float: right; font-size: 13px;
}

.top-row[b-6dvgo6usmk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6dvgo6usmk]  a, .top-row .btn-link[b-6dvgo6usmk] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6dvgo6usmk] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6dvgo6usmk] {
        display: none;
    }

    .top-row.auth[b-6dvgo6usmk] {
        justify-content: space-between;
    }

    .top-row a[b-6dvgo6usmk], .top-row .btn-link[b-6dvgo6usmk] {
        margin-left: 0;
    }

    .header[b-6dvgo6usmk] {
        font-size: 11px;
        height: 55px;
        width: 100%;
        background: #0B163B;
        padding: 16px;
        display: flex;
        position: sticky;
        left:0;
        right:0;
        top: 0;
        color: white;
        z-index: 999;
    }
}

@media (min-width: 641px) {
    .page[b-6dvgo6usmk] {
        flex-direction: row;
    }

    .sidebar[b-6dvgo6usmk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6dvgo6usmk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-6dvgo6usmk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
        padding-bottom: 2rem;
    }
}
/* _content/TXOperationWebDashboard/Shared/ManageAccounts/Views/ChangeAgentPasswordView/ChangeAgentPasswordView.razor.rz.scp.css */
.form-group[b-hwdfyk9qdt] {
    margin-top: 5px;
}
/* _content/TXOperationWebDashboard/Shared/ManageAccounts/Views/UpdateAccountStoreListView/UpdateAccountStoreListView.razor.rz.scp.css */
.table-container[b-iih5xpztw6] {
    overflow-y: auto;
}

.store-lists thead th[b-iih5xpztw6] {
    color:black;
    background-color:white;
    position: sticky;
    top: 0;
}
.table-container[b-iih5xpztw6] {
    max-height: 1000px;
}

.update-button[b-iih5xpztw6] {
    float: right;
    margin-right: 30px;
}

.new-store[b-iih5xpztw6] {
    background-color: #f5e100;
}
/* _content/TXOperationWebDashboard/Shared/ManageInstall/Views/ViewComponents/SmartStockShelfSpecificationView.razor.rz.scp.css */
.row-table[b-kmf3f2afos] {
    padding-left: 50px;
}

.action-width[b-kmf3f2afos] {
    width: 60px;
}
/* _content/TXOperationWebDashboard/Shared/ManageRelease/Views/ReleaseView.razor.rz.scp.css */
.action-container[b-ltx1hed2qc] {
    margin-bottom: 50px;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/LocationAuditLogs.razor.rz.scp.css */
pre[b-g8o5lpsl7m] {
    margin-bottom: 0;
}

.job-id[b-g8o5lpsl7m] {
    display: flex;
    gap: 1ch;
}
.audit-log-details[b-g8o5lpsl7m] {
    display: inline-block;
    width: 100%;
}
/* Property‑diff card */
.prop-diff[b-g8o5lpsl7m]{border:1px solid #e5e7eb;border-left:.25rem solid #0d6efd;border-radius:.25rem}
.prop-diff__header[b-g8o5lpsl7m]{display:flex;justify-content:space-between;padding:.25rem .5rem;background:#f8f9fa;font-weight:600}
.prop-diff__property[b-g8o5lpsl7m]{color:#6c757d;font-weight:400}
.prop-diff__grid[b-g8o5lpsl7m]{display:grid;grid-template-columns:1fr auto 1fr;gap:.25rem;padding:.5rem}
.prop-diff__before[b-g8o5lpsl7m]{text-decoration:line-through;color:#adb5bd;word-break:break-all}
.prop-diff__arrow[b-g8o5lpsl7m]{opacity:.6}
.prop-diff__after[b-g8o5lpsl7m]{font-weight:600;color:#198754;word-break:break-all}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/ManageDevelopRobotView/HistoryPickerView.razor.rz.scp.css */
.error-message[b-4zpymvgys7]{
    color: red;
    font-weight: bold;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/ManageDevelopRobotView/ManageDevelopRobotView.razor.rz.scp.css */
.wid-ss[b-9016uigb4j] {
    width: 3rem;
}

/* Cabinet layout css */
.cabinet-content[b-9016uigb4j] {
    display: grid
}
.cabinet-body[b-9016uigb4j] {
    margin-top: 100px; margin-bottom: 120px; display: flex
}
.cabinet-img[b-9016uigb4j] {
    transform: rotate(90deg); height: 150px; width: 330px; margin-left: -70px; margin-right: -80px;
}
.cabinet-row-table[b-9016uigb4j] {
    font-size: 13px;
    border-collapse: collapse;
    height: 20px
}
.cabinet-row-td[b-9016uigb4j] {
    border: solid 1px;
    padding: 0.2em;
}
/* Cabinet layout css */

.unused-location[b-9016uigb4j] {
    position: relative;
}

.unused-location > img[b-9016uigb4j] {
    opacity: 0.3;
}

.diff-count-col[b-9016uigb4j] {
    flex: 0 0 2%;
}


.side-panel[b-9016uigb4j]{
    transform: translateX(25%);
    transition: transform 1s ease-out;
}

.side-panel.show[b-9016uigb4j] {
    transform: translateX(0);
}

.v2-stock-shelf-wrapper[b-9016uigb4j] {
    display: flex;
    width: 100%;
}

.v1-main[b-9016uigb4j]{
    display: grid;
    grid-auto-flow: column;
    grid-template-areas: 'cabinet';
}


.lane__header[b-9016uigb4j] {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: max-content max-content 0.75rem;
    grid-gap: 1rem;
    grid-area: header;
    height: 2.5rem;
    padding: 0 1.5rem;
}
.lane__cabinet[b-9016uigb4j] {
    grid-area: cabinet;
}
.shelf-wrapper[b-9016uigb4j]{
    transition: flex-basis 0.3s ease-out;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/ManageDevelopRobotView/ViewComponents/CabinetControlsDialog.razor.rz.scp.css */
.warning-message[b-e145r52l7w] {
    display: flex;
    align-items: center;
    background-color: #ffeb3b;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.warning-message MatIcon[b-e145r52l7w] {
    margin-right: 10px;
}

.warning-message span[b-e145r52l7w] {
    font-weight: bold;
}

.error-message[b-e145r52l7w]{
    color: red;
}   
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/ManageDevelopRobotView/ViewComponents/LaneDetailView.razor.rz.scp.css */
ul.lane-detail__list[b-qcyj7a4ibg] {
    padding-left: 0 !important;
    margin-top: 0.5rem;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    
}
.lane__shelf[b-qcyj7a4ibg] {
    grid-area: shelf;
    padding: 1rem;
}

.shelf__header[b-qcyj7a4ibg] {
    position: relative;
}

.shelf__component .shelf__header p[b-qcyj7a4ibg] {
    margin-bottom: 0;
!important;
}

.detail-panel[b-qcyj7a4ibg] {
    width: 0;
    overflow: hidden;
    right: -0.5rem;
    transition: width 0.3s ease-out;
    padding: 0;
}

.detail-panel.open[b-qcyj7a4ibg] {
    width: 100%;
}

.close-button[b-qcyj7a4ibg] {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    padding: 0 1rem;
}

.toggle-button[b-qcyj7a4ibg] {
    grid-area: toggle-button;
    display: flex;
}

.detail-info[b-qcyj7a4ibg] {
    grid-area: detail;
    overflow: hidden;
    overflow-y: auto;
    transition: max-height 0.3s ease-out;
    max-height: 0;
    display: grid;
    grid-template-areas: '. detail-basic .'
                         '. audit-log .';
    grid-template-rows: auto 1fr;
}

.detail-basic[b-qcyj7a4ibg] {
    grid-area: detail-basic;
}

.audit-log-container[b-qcyj7a4ibg] {
    grid-area: audit-log;
    overflow: auto;
}

.detail-info-visible[b-qcyj7a4ibg] {
    max-height: 500px;
    max-width: 500px;
}

.id-highlight[b-qcyj7a4ibg] {
    background-color: #eef;
    cursor: pointer;
    padding: 2px 4px;
}

.copied-popup[b-qcyj7a4ibg] {
    position: absolute;
    background-color: #505050;
    color: #FFFFFF;
    padding: 0 0.5rem;
    border-radius: 5px;
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    right: 5rem;
    transition: visibility 0s, opacity 0.5s linear;
}

.copied-popup-show[b-qcyj7a4ibg] {
    visibility: visible;
    opacity: 1;
}

.warning-message[b-qcyj7a4ibg] {
    display: flex;
    align-items: center;
    background-color: #ffaa02;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.toggle-bar[b-qcyj7a4ibg] {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0;
}

.update-bar[b-qcyj7a4ibg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inline-add-container[b-qcyj7a4ibg]{
    margin-bottom:0.5rem;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/ManageDevelopRobotView/ViewComponents/LaneItemView.razor.rz.scp.css */
.shelf-item__image-wrapper img[b-qh8cjhqdej] {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 0.75rem;
}
li[b-qh8cjhqdej],ul[b-qh8cjhqdej] {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    box-shadow: none
}
.shelf-item__component[b-qh8cjhqdej]{
    padding: 0.5rem; !important;
}

.div.lane-item-dialog.mdc-dialog > .mdc-dialog__container > .mdc-dialog__surface[b-qh8cjhqdej]{
    min-width: 500px;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/ManageDevelopRobotView/ViewComponents/RowDiffLocationsCountView.razor.rz.scp.css */
.current-count-gt[b-fcs79r99nz] {
    color: green;
    font-size: 25px;
}

.history-count-gt[b-fcs79r99nz] {
    color: red;
    font-size: 25px;
}

.display-row[b-fcs79r99nz]{
    height: 110px;
}
.stock-row[b-fcs79r99nz]{
    height: 96px;
}
.display-table[b-fcs79r99nz] {
    margin-top: 48px;
}
.stock-table[b-fcs79r99nz] {
    margin-top: 90px;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/ManageRobotView/ViewComponents/AutoPlaceAdjustmentEnableView.razor.rz.scp.css */
.adjustment-toggle-container[b-24psa25vcq] {
    display: flex;
    flex-direction: column;
}

.adjustment-toggle-item[b-24psa25vcq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    width: 80%;
}

.toggle-with-label[b-24psa25vcq]{
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/ManageRobotView/ViewComponents/HumanDetectionHelper.razor.rz.scp.css */
.toggle-bar[b-4hi0n6ap4t] {
    gap: 10px;
    display: inline-flex;
    align-items: center;
}

.human-detection-popup[b-4hi0n6ap4t] {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 500px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}


.human-detection-popup .toggle-states[b-4hi0n6ap4t] {
    margin: 10px 0;
}

.human-detection-popup .toggle-states .state-description[b-4hi0n6ap4t] {
    margin-bottom: 8px;
}

.human-detection-popup .toggle-states p[b-4hi0n6ap4t] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.3;
}

.human-detection-popup .note[b-4hi0n6ap4t] {
    font-size: 0.85rem;
    color: #666;
    border-top: 1px dashed #ccc;
    padding-top: 8px;
    margin-top: 10px;
}

.toggle-on[b-4hi0n6ap4t] {
    color: green;
    font-weight: bold;
}

.toggle-off[b-4hi0n6ap4t] {
    color: red;
    font-weight: bold;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/ManageRobotView/ViewComponents/ManualJobView.razor.rz.scp.css */
.toggle-bar[b-o1j21p8rxd]{
    gap: 10px;
    display: inline-flex;
    align-items: center;
}
.robot-vision-section[b-o1j21p8rxd] {
    margin-left: 50px;
    margin-top: 10px;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/ManageRobotView/ViewComponents/SendRobotMotionCommandView.razor.rz.scp.css */
.robot-commands-section[b-t7c625dgku] {
    margin-left: 50px;
    margin-top: 10px;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/ManageStoreView/ManageStoreView.razor.rz.scp.css */
.wid-ss[b-2xqms9599h] {
    width: 3rem;
}
.wid-s[b-2xqms9599h] {
    width: 5rem;
}
.wid-l[b-2xqms9599h] {
    width: 11rem;
}
.inventory-control-container[b-2xqms9599h] {
    max-width: 1500px;
}
input:valid[b-2xqms9599h] {
}

input:invalid[b-2xqms9599h] {
    border-color: #dc3545;
}
.mat-elevation-z8 th[b-2xqms9599h], .mat-elevation-z8 td[b-2xqms9599h] {
    text-align: center;
    min-width: 8rem;
}
.id-highlight[b-2xqms9599h] {
    background-color: #eef;
    cursor: pointer;
    padding: 2px 4px;
}

.table[b-2xqms9599h] {
    /* prevent borders from disappearing from sticky header */
    border-collapse: separate;
    border-spacing: 0;
}

.table thead[b-2xqms9599h] {
    position: sticky;
    /* 55px because main header has 55px height and is also sticky */
    top: 55px;
    background-color: white;
    /* To prevent elements with opacity from appearing on top of thead */
    z-index: 1;
}

.shelf-id-th[b-2xqms9599h] {
    position: sticky;
    left: 0;
    background-color: white;
}

.shelf-id[b-2xqms9599h] {
    position: sticky;
    left: 0;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/RobotClientLogView.razor.rz.scp.css */
.date-picker-container[b-w6m4sf9eqv] {
    margin: 1rem;
    margin-top: 0;
}

.table[b-w6m4sf9eqv] {
    max-width: 600px;
    text-align: left;
    border-collapse: separate
}

.table td[b-w6m4sf9eqv] {
    font-size: small;
    padding-bottom: .4rem;
    line-height: 1;
    padding-top: .4rem;
}

#timezone-select[b-w6m4sf9eqv] {
    appearance: revert;
    border: solid 1px gray;
    border-radius: 4px;
    padding: 4px;
}

#date-picker[b-w6m4sf9eqv] {
    border: solid 1px gray;
    border-radius: 4px;
    padding: 4px;
}

.field label[b-w6m4sf9eqv] {
    min-width: 80px;
}

#timezone-label[b-w6m4sf9eqv] {
    padding: 0px;
}

thead[b-w6m4sf9eqv] {
    position: sticky;
    z-index: 1;
    top: 55px;
    border-bottom: solid 1px black;
    background-color: white;
}

ul[b-w6m4sf9eqv], li[b-w6m4sf9eqv] {
    list-style-type: disc;
}

ul[b-w6m4sf9eqv] {
    padding-left: 1rem;
}

li[b-w6m4sf9eqv] {
    padding-bottom: 2px;
    padding-top: 1px;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/SkuInfoView.razor.rz.scp.css */
.sku-info-wrapper[b-42dmhkilug] {
    width: 800px;
}

.clear-padding[b-42dmhkilug]{
    padding-left: 0;
    padding-right: 0;
}

.unused-flag[b-42dmhkilug] {
    padding-top: 10px;
}

.invalid[b-42dmhkilug] {
    border-color: #dc3545;
}

.audit-log-container[b-42dmhkilug] {
    height: 220px;
    overflow-y: scroll;
    resize: vertical;
}

.hint-text[b-42dmhkilug]{
    text-align: center;
    color: #6c757d  /*muted gray*/
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/SkuSearchAndSelect.razor.rz.scp.css */
.item-image[b-dlqcbdv9g6] {
    width: 200px;
    height: auto;
    padding:  24px;
}

.sku-list-item-image[b-dlqcbdv9g6] {
    width: 100px;
    height: auto;
    padding:  24px;
}

.item-details[b-dlqcbdv9g6] {
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.sku-select-list[b-dlqcbdv9g6] {
    max-height: 600px;
    min-width: 500px;
    overflow-y: auto;
}

.sku-select-list-item[b-dlqcbdv9g6] {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: background-color 0.3s;
}

.sku-select-list-item:hover[b-dlqcbdv9g6] {
    background-color: lightblue;
}

.sku-select-list-item .item-details[b-dlqcbdv9g6] {
    display: flex;
    flex-direction: column;
}

.sku-select-container[b-dlqcbdv9g6]{
    cursor: pointer;

}

.sku-image-container[b-dlqcbdv9g6]{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sku-image-container:hover[b-dlqcbdv9g6] {
    background-color: #f5f5f5;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/SkuTable/PickInfoPopUp.razor.rz.scp.css */
.hover-container[b-j7m3x465dn] {
    position: relative;
    display: inline-block;
}

.pick-status-btn[b-j7m3x465dn] {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.popup[b-j7m3x465dn] {
    position: absolute;
    top: -35px;
    left: -430px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 430px;
    border-radius: 4px;
}

.location-item[b-j7m3x465dn] {
    list-style: none;
    margin: 4px 0;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.pickable[b-j7m3x465dn] {
    background-color: #e8f5e9; /* Light green */
    color: #2e7d32;           /* Dark green */
}

.blocked[b-j7m3x465dn] {
    background-color: #fff3e0; /* Light orange */
    color: #ef6c00;            /* Dark orange */
}

.no-data[b-j7m3x465dn] {
    color: #9e9e9e; /* Gray */
    font-style: italic;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/StoreLogView.razor.rz.scp.css */
.date-picker-container[b-qmbfua12uc] {
    margin: 1rem;
    margin-top: 0;
}

.table[b-qmbfua12uc] {
    max-width: 600px;
    text-align: left;
}

.table td[b-qmbfua12uc] {
    font-size: small;
    padding-bottom: .4rem;
    line-height: 1;
    padding-top: .4rem;
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/SwitchAutoStockAllocationView.razor.rz.scp.css */
.container[b-mkibkjrlsw] {
    position: relative;
}

.loading-animation[b-mkibkjrlsw] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); /* Add a semi-transparent background to cover the content */
    z-index: 999; /* Ensure it's on top of other elements */
}

.loader[b-mkibkjrlsw] {
    border: 4px solid rgba(52, 152, 219, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-mkibkjrlsw 1s linear infinite;
}

@keyframes spin-b-mkibkjrlsw {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/TXOperationWebDashboard/Shared/ManageRobot/Views/WarningBadge.razor.rz.scp.css */
.warning-label[b-87g21942nv] {
    display: inline-flex;
    align-items: center;
    background-color: #FFCC00;
    padding: 0px 5px;
    border-radius: 5px;
    max-width: fit-content;
}

.warning-icon[b-87g21942nv] {
    color: #000;
    font-size: 16px;
    margin-right: 10px;
}

.warning-text[b-87g21942nv] {
    font-size: 12px;
    font-weight: 600;
}
/* _content/TXOperationWebDashboard/Shared/ManageStore/ManageSkuRecommendationFile.razor.rz.scp.css */
.d-flex[b-9dnscdod2b] {
    display: flex;
}
.gap-2[b-9dnscdod2b] {
    gap: 0.5rem;
}
.mb-1[b-9dnscdod2b] { margin-bottom: 0.25rem; }
.mb-3[b-9dnscdod2b] { margin-bottom: 1rem; }
.mb-4[b-9dnscdod2b] { margin-bottom: 1.5rem; }
.me-1[b-9dnscdod2b] { margin-right: 0.25rem; }
.me-2[b-9dnscdod2b] { margin-right: 0.5rem; }
/* _content/TXOperationWebDashboard/Shared/ManageStore/Views/ConfirmModal.razor.rz.scp.css */
.modal-overlay[b-w8t7nia014] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-w8t7nia014] {
    background: #fff;
    border-radius: 4px;
    padding: 1.5rem;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.modal-actions[b-w8t7nia014] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}
/* _content/TXOperationWebDashboard/Shared/ManageStore/Views/StoreDetail.razor.rz.scp.css */
form[b-6qhg6cim7s] {
    font-family: sans-serif;
    background-color: #ffffff;
}

.form-row[b-6qhg6cim7s] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.half-width[b-6qhg6cim7s] {
    flex: 1 1 50%;
    padding-right: 1rem;
}
.half-width:last-child[b-6qhg6cim7s] {
    padding-right: 0;
}
.form-group[b-6qhg6cim7s] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

.form-group.small-group[b-6qhg6cim7s] {
    min-width: 100px;
}

.form-group.full-width[b-6qhg6cim7s] {
    flex: 1 1 100%;
}

label[b-6qhg6cim7s] {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 4px;
    color: #555555;
}

.value-text[b-6qhg6cim7s] {
    font-size: 0.875rem;
    color: #000000;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f7f7f7;
}

input.form-control[b-6qhg6cim7s] {
    padding: 8px 12px;
    font-size: 0.875rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000000;
}

input.form-control:focus[b-6qhg6cim7s] {
    border-color: #000000;
    outline: none;
}

.toggle[b-6qhg6cim7s] {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    border: 1px solid #ccc;
    appearance: auto;
}

.holiday-group[b-6qhg6cim7s] {
    display: flex;
    align-items: center;
    gap: 8px;
}


.btn-holiday:hover[b-6qhg6cim7s] {
    background-color: #e68a00;
}

.toggles-row[b-6qhg6cim7s] {
    display: flex;
    gap: 2rem;
}

.action-row[b-6qhg6cim7s]{
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 24px;
}
.toggle-group[b-6qhg6cim7s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 1rem;
    border-radius: 5px;
}
.toggle-group:hover[b-6qhg6cim7s]{
    background-color: #f5f5f5;
}
.toggle-group label[b-6qhg6cim7s] {
    margin-right: 0.5rem;
}
.full-width label[b-6qhg6cim7s] {
    display: block;
    margin-bottom: 0.25rem;
}
.chip-container[b-6qhg6cim7s] {
    display: flex;
    flex-wrap: wrap; 
    gap: 8px;        
    margin-bottom: 8px;
}
.chip[b-6qhg6cim7s] {
    display: inline-block;
    padding: 0.3rem 1rem;
    font-size: 14px;
    border-radius: 16px;
    background-color: #f0f0f0;
    color: #333;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-left: 0.5rem;
}

.chip:hover[b-6qhg6cim7s] {
    background-color: #e0e0e0;
}

.chip:focus[b-6qhg6cim7s] {
    box-shadow: 0 0 0 3px rgba(100, 150, 250, 0.5);
}

.chip:active[b-6qhg6cim7s] {
    background-color: #d0d0d0;
}

.modal-overlay[b-6qhg6cim7s] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-6qhg6cim7s] {
    background: #fff;
    border-radius: 4px;
    padding: 1.5rem;
    max-width: 1000px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.modal-actions[b-6qhg6cim7s] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}
/* _content/TXOperationWebDashboard/Shared/ManageStore/Views/StoreTable.razor.rz.scp.css */

.table-container[b-vurfml7ge4] {
    margin: 1rem auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.table-wrapper[b-vurfml7ge4] {
    overflow-x: auto;
}

.custom-table[b-vurfml7ge4] {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
}

.custom-table th[b-vurfml7ge4],
.custom-table td[b-vurfml7ge4] {
    padding: 8px 16px;
    text-align: left;
    font-size: 0.875rem;
    color: #000000;
    border-bottom: 1px solid #e0e0e0;
}

.custom-table th[b-vurfml7ge4] {
    background-color: #f5f5f5;
    font-weight: 500;
}

.custom-table .col-actions[b-vurfml7ge4] {
    text-align: right;
    white-space: nowrap;
}

.data-row:hover[b-vurfml7ge4] {
    background-color: #f5f5f5;
}

.btn-detail[b-vurfml7ge4] {
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 4px 12px;
    font-size: 0.75rem;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-detail:hover[b-vurfml7ge4],
.btn-detail:focus[b-vurfml7ge4] {
    background-color: #333333;
    outline: none;
}

.modal-overlay[b-vurfml7ge4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050; 
}

.modal-content[b-vurfml7ge4] {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    max-width: 1000px;
    width: 90%;
    font-family: sans-serif;
}
.actions[b-vurfml7ge4]{
    margin: 1rem auto;
}
/* _content/TXOperationWebDashboard/Shared/ManageStore/Views/TimeRangePicker.razor.rz.scp.css */
.time-range-picker[b-tm6ov92s6h] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: flex-start;
}

.time-picker[b-tm6ov92s6h] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

.time-picker label[b-tm6ov92s6h] {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    color: #333;
}

.time-selectors[b-tm6ov92s6h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.time-selectors select[b-tm6ov92s6h] {
    min-width: 100px;
    text-align: center;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1rem;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.time-separator[b-tm6ov92s6h] {
    font-weight: bold;
    color: #666;
}
/* _content/TXOperationWebDashboard/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zxmhjh5hys] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zxmhjh5hys] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zxmhjh5hys] {
    font-size: 1.1rem;
}

.oi[b-zxmhjh5hys] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-zxmhjh5hys] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zxmhjh5hys] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zxmhjh5hys] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zxmhjh5hys]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zxmhjh5hys]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-zxmhjh5hys]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zxmhjh5hys] {
        display: none;
    }

    .collapse[b-zxmhjh5hys] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/TXOperationWebDashboard/Shared/Setting/StatusRow.razor.rz.scp.css */
.status-row[b-yp7bj9non3] {
    display: flex;
    position: relative;
    gap: 10px;
    margin-bottom: 10px;
}

.status-row-item[b-yp7bj9non3] {
    display: flex;
    position: relative;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px;
    flex-direction: column;
}
.clickable[b-yp7bj9non3]{
    cursor: pointer;
}
.clickable:hover[b-yp7bj9non3] {
    background-color: #e0e0e0;
    transition: background-color 0.3s ease;
}
.status-label[b-yp7bj9non3] {
    font-weight: bold;
    margin-right: 5px;
}
.copied-popup[b-yp7bj9non3] {
    position: absolute;
    background-color: #505050;
    color: #FFFFFF;
    padding: 0 0.5rem;
    border-radius: 5px;
    font-size: 0.875rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    transform: translateY(-5px);
    transition: visibility 0s, opacity 0.5s linear;
}
.copied-popup-show[b-yp7bj9non3] {
    visibility: visible;
    opacity: 1;
}
/* _content/TXOperationWebDashboard/Shared/Setting/StoreSettingPage.razor.rz.scp.css */
.wid-ss[b-log3ycn8st] {
    width: 3rem;
}
.wid-s[b-log3ycn8st] {
    width: 5rem;
}
.wid-l[b-log3ycn8st] {
    width: 11rem;
}
/* _content/TXOperationWebDashboard/Shared/Shelves/Views/AddLaneItemButton.razor.rz.scp.css */
.lane-item__component[b-2tubae4xdx] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.869rem;
    margin: 0 8px;
    border: 1px solid #ccc;
    border-radius: 1.25rem;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s;
}

.lane-item__component:hover[b-2tubae4xdx] {
    background-color: #eaeaea;
}

.lane-item__add-new[b-2tubae4xdx] {
    border: 2px dashed #aaa;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
}

.lane-item__add-new:hover[b-2tubae4xdx] {
    background-color: #f1f1f1;
}

.lane-item__add-new-icon[b-2tubae4xdx] {
    font-size: 1.5rem;
    margin-right: 10px;
}

.lane-item__add-new-text[b-2tubae4xdx] {
    font-size: 1rem;
}
/* _content/TXOperationWebDashboard/Shared/Shelves/Views/ConfirmLaneItemChangeButton.razor.rz.scp.css */
.lane-item__component[b-bv8g0ey099] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.869rem;
    margin: 0 8px;
    border: 1px solid #ccc;
    border-radius: 1.25rem;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.15s ease-in-out;
}

.lane-item__component:hover[b-bv8g0ey099] {
    background-color: #e2e2e2;
}

.lane-item__component:active[b-bv8g0ey099] {
    transform: scale(0.95);
}

.lane-item__confirm-change[b-bv8g0ey099] {
    border: 2px dashed #007BFF; 
    background-color: #f9f9f9; 
    color: #007BFF;
    margin-top:0.5rem;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s, border-color 0.3s, transform 0.15s ease-in-out;
}

.lane-item__confirm-change:hover[b-bv8g0ey099] {
    background-color: #f1f7ff; 
}

.lane-item__confirm-icon[b-bv8g0ey099] {
    font-size: 1.5rem;
    margin-right: 10px;
}

.lane-item__confirm-text[b-bv8g0ey099] {
    font-size: 1rem;
}

.success-check[b-bv8g0ey099] {
    font-size: 1.5rem;
    color: #28a745;
    transition: opacity 0.3s ease-in-out;
}

.lane-item__confirm-change:active[b-bv8g0ey099] {
    transform: scale(0.95);
}

/* Loading State */
.lane-item__confirm-change.loading[b-bv8g0ey099] {
    background-color: #f0f8ff;
    color: #007BFF;
    pointer-events: none;
    border-color: #007BFF;
}

.lane-item__confirm-change.success[b-bv8g0ey099] {
    background-color: #34c759; 
    color: #fff;
    border-color: #34c759;
}

/* Simple Loading Spinner Animation */
.loading-spinner[b-bv8g0ey099] {
    width: 1rem;
    height: 1rem;
    border: 2px solid #0090ff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin-b-bv8g0ey099 0.6s linear infinite;
}

@keyframes spin-b-bv8g0ey099 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* _content/TXOperationWebDashboard/Shared/Shelves/Views/LaneItem.razor.rz.scp.css */
.lane-item__component[b-79j22yv0zg] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.869rem;
    margin: 0 8px;
    gap: 0.5rem;
    border-radius: 1.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    transition: transform 0.2s, background-color 0.2s;
}

.lane-item__component[b-79j22yv0zg]::before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: 10px;
    left: -10px;
    right: 10px;
    background-color: transparent;
    z-index: -1;
}

.lane-item__component.drag-over[b-79j22yv0zg] {
    background-color: #f0f8ff;
    border: 2px dashed #0078d7;
    transform: scale(1.02);
}

.lane-item__image[b-79j22yv0zg] {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-right: 1rem;
    object-fit: contain;
}

.lane-item__index[b-79j22yv0zg] {
    font-weight: 500;
    white-space: nowrap;
}

.lane-item__name[b-79j22yv0zg] {
    flex-grow: 1;
    flex-basis: 50%;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lane-item__edit[b-79j22yv0zg],
.lane-item__delete[b-79j22yv0zg] {
    margin-left: 0.5rem;
    padding: 0.3rem 0.5rem;
    border: none;
    background-color: #0078d7;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.lane-item__edit:hover[b-79j22yv0zg],
.lane-item__delete:hover[b-79j22yv0zg] {
    background-color: #005a9e;
}
/* _content/TXOperationWebDashboard/Shared/TaskTracker/Views/Components/FilterTasksComponent.razor.rz.scp.css */
.filter-box[b-3vn9nct8k2] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 90%;
    margin: 0 auto;
}

.filter-box-bottom[b-3vn9nct8k2] {
    grid-column: 1 / -1;
    grid-row: auto;
}

.date-picker-container[b-3vn9nct8k2] {
    display: flex;
    gap: 10px;
}
/* _content/TXOperationWebDashboard/Shared/TaskTracker/Views/Components/OperatorRequestComponents/CreateNewRequestView.razor.rz.scp.css */
.operator-request-dialog[b-z8xwd8s1wm] {
    width: 75%;
    min-height: 100%;
    margin-top: 50px;
}

.operator-box[b-z8xwd8s1wm] {
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 10px;
}

.confirm-box[b-z8xwd8s1wm] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    font-size: 30px;
    min-height: 100%;
}

.confirm-box-buttons[b-z8xwd8s1wm] {
    display: flex;
    justify-content: space-around;
    gap: 50px;
    align-items: center;
}
/* _content/TXOperationWebDashboard/Shared/TaskTracker/Views/TaskDetailsView.razor.rz.scp.css */
hr[b-ght5xtd27o] {
    height: 1px;
}

.popup-container[b-ght5xtd27o] {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    padding: 10px 10px;
    min-height: 100%;
}

.popup-left-section[b-ght5xtd27o] {
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: 700px;
}

.details-section[b-ght5xtd27o] {
    display: flex;
    flex-direction: column;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 20px 50px 30px;
    flex-grow: 1;
}

.popup-select[b-ght5xtd27o] {
    display: flex;
    gap: 50px;
    align-items: center;
}

.operator-request-dialog[b-ght5xtd27o] {
    width: 75%;
    min-height: 100%;
    margin-top: 50px;
}

.operator-box[b-ght5xtd27o] {
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 10px;
}

.confirm-box[b-ght5xtd27o] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    font-size: 30px;
    min-height: 100%;
}

.confirm-box-buttons[b-ght5xtd27o] {
    display: flex;
    justify-content: space-around;
    gap: 50px;
    align-items: center;
}

.link-icon[b-ght5xtd27o] {
    font-family: 'Material Icons';
    font-size: 24px;
}

.button-section[b-ght5xtd27o]{
    display: flex;
    gap: 10px;
}
/* _content/TXOperationWebDashboard/Shared/TaskTracker/Views/TaskTrackerView.razor.rz.scp.css */
hr[b-4c169leruz] {
    height: 1px;
}

.tracker_container[b-4c169leruz] {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tracker-top-container[b-4c169leruz]{
    display:flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 50px;
    margin-bottom: 20px;
}

.popup-right-section[b-4c169leruz]{
    width: 800px;
}

.popup-container[b-4c169leruz] {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    padding: 10px 10px;
    min-height: 100%;
}

.popup-left-section[b-4c169leruz]{
    display:flex;
    flex-direction:column;
}

.details-section[b-4c169leruz]{
    display:flex;
    flex-direction:column;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 20px 50px 30px;
    flex-grow: 1;
}

.popup-select[b-4c169leruz]{
    display: flex;
    gap: 50px;
    align-items: center;
}


.link-icon[b-4c169leruz] {
    font-family: 'Material Icons';
    font-size: 24px;
}

.late-wait-color[b-4c169leruz] {
    background-color: #FF8F8F;
}

.warning-wait-color[b-4c169leruz] {
    background-color: #EEF296;
}

.wait-color[b-4c169leruz] {
    background-color: #9ADE7B;
}
/* _content/TXOperationWebDashboard/ViewComponents/FilterView/Views/FilterView.razor.rz.scp.css */
.filter-button[b-zbpkk8thhu] {
    margin-left: 10px !important;
}
/* _content/TXOperationWebDashboard/ViewComponents/JsonTextModal/JsonTextModal.razor.rz.scp.css */
.json-area[b-26z49mcww7] {
    width: 80ch;
    max-width: 90vw;
    height: 80vh;
}
/* _content/TXOperationWebDashboard/ViewComponents/JsonViewer.razor.rz.scp.css */
.json-node[b-egydja5w3o] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.3rem;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fafafa;
}

.json-header[b-egydja5w3o] {
    cursor: pointer;
    font-weight: bold;
    user-select: none;
    display: flex;
    align-items: center;
}

.json-toggle[b-egydja5w3o] {
    margin-right: 0.5rem;
}

.json-children[b-egydja5w3o] {
    list-style-type: none;
    padding-left: 1.5rem;
}

.json-error[b-egydja5w3o] {
    color: #d9534f;
    font-style: italic;
}

.json-value[b-egydja5w3o] {
    color: #555;
}

.json-raw pre[b-egydja5w3o] {
    background-color: #777;
    padding: 0.5rem;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: auto;
}

.raw-json-view textarea[b-egydja5w3o] {
    width: 100%;
    height: 5rem;             
    box-sizing: border-box;
    font-family: "Consolas", monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.raw-toggle-container[b-egydja5w3o] {
    margin: 0.5rem 0;
}

.raw-toggle-button[b-egydja5w3o] {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0;
}
/* _content/TXOperationWebDashboard/ViewComponents/LoadingView/Views/LoadingView.razor.rz.scp.css */
.loading-overlay[b-99lr8qh9dz] {
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/TXOperationWebDashboard/ViewComponents/PositionView/Views/PositionView.razor.rz.scp.css */
input:valid[b-yakzte1cm4] {
}

input:invalid[b-yakzte1cm4] {
    border-color: #dc3545;
}

.position-label[b-yakzte1cm4] {
    padding-left: 0;
}

.position-input[b-yakzte1cm4] {
    padding-right: 5px;
}
.value-row[b-yakzte1cm4] {
    margin-bottom: 5px;
}
