@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/InfoasiaDrag/InfoasiaDrag.0g1lbj8zh2.bundle.scp.css';

/* _content/BlazorWebApp/Components/Layout/CustomReconnectModal.razor.rz.scp.css */
.my-reconnect-modal[b-fw6tghqtxt] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
}

.my-reconnect-modal .reconnect-card[b-fw6tghqtxt] {
    background: #fff;
    color: #222;
    text-align: center;
    border-radius: 10px;
    padding: 2rem;
    width: 320px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.my-reconnect-modal .loader[b-fw6tghqtxt] {
    margin: 0 auto 1rem;
    width: 48px;
    height: 48px;
    border: 4px solid #ccc;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-fw6tghqtxt 1s linear infinite;
}

@keyframes spin-b-fw6tghqtxt {
    to {
        transform: rotate(360deg);
    }
}

.retry-btn[b-fw6tghqtxt] {
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
}

.retry-btn:hover[b-fw6tghqtxt] {
    background: #2563eb;
}

.components-reconnect-hide[b-fw6tghqtxt] {
    display: none !important;
}
/* _content/BlazorWebApp/Components/Layout/E_OfficeNestedLayout.razor.rz.scp.css */
.toggle-label[b-udrtuifsdr] {
    position: relative;
    display: block;
    width: 60px;
    height: 1.8rem;
    border: 1px solid #376682;
    border-radius:15px;
    cursor:pointer
}
.toggle-label input[type=checkbox][b-udrtuifsdr] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.toggle-label input[type=checkbox] + .back[b-udrtuifsdr] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cccccc;
    transition: background 150ms linear;
    border-radius: 15px;
}

.toggle-label input[type=checkbox]:checked + .back[b-udrtuifsdr] {
    background: #cccccc;
}
.toggle-label input[type=checkbox] + .back .toggle[b-udrtuifsdr] {
    display: block;
    position: absolute;
    content: ' ';
    background: #5496cd;
    width: 50%;
    height: 100%;
    transition: margin 150ms linear;
    border: 1px solid #418ac7;
    border-radius: 15px;
    /*opacity: 1;*/
}
.toggle-label input[type=checkbox]:checked + .back .toggle[b-udrtuifsdr] {
    margin-left: 29px;
}
.toggle-label .label[b-udrtuifsdr] {
    display: block;
    position: absolute;
    width: 50%;
    text-align: center;
}
.toggle-label .label.on[b-udrtuifsdr] {
    left: 0px;
    top: 3px
}
.toggle-label .label.off[b-udrtuifsdr] {
    right: 0px;
    top: 3px
}
disabled[b-udrtuifsdr] {
    background-color: #111418;
    opacity: 0.4;
    color: white;
}
.cursor-pointer[b-udrtuifsdr] {
    cursor: pointer
}

.d-none[b-udrtuifsdr] {
    display: none;
}

.opacity-hidden[b-udrtuifsdr] {
    opacity: 0;
    transition: opacity 0.5s;
}

.opacity-visible[b-udrtuifsdr] {
    opacity: 1;
    transition: opacity 0.5s;
}
/* _content/BlazorWebApp/Components/Layout/LoginLayout.razor.rz.scp.css */
/*.page {
    display: flex;
    align-items: stretch;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.page-cover {
    flex: 1;
}

.page-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-cover-logo {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 207px;
    height: auto;
}

.page-content {
    width: 30rem;
    overflow: auto;
}

.page-content-forms {
    margin: 5rem auto 0;
    max-width: 21.5rem;
}

.floater {
    float: left;
    height: 50%;
    width: 1px;
    margin-bottom: -10rem;
}

.center_box {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.hide {
    display: none;
}

.selected {
    background: #fceecc;
}

.remember {
    margin-bottom: .825rem;
    font-size: .75rem;
}

.tab-item {
    color: #666;
    cursor: pointer;
    display: inline-block;
    height: 3rem;
    margin: 0 1rem;
    line-height: 3rem;
}

    .tab-item.selected {
        background-color: transparent;
        border-bottom: 3px solid #f1b41e;
        color: #f0ab00;
        font-family: "72-Bold";
    }

.tab {
    margin-bottom: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 1px solid #fbda85;
}

.tab.hide {
    display: none;
}*/

/* Select with filterable list --- end*/
/*.select {
    margin-bottom: 2.25rem;
    position: relative;
}

.select-value {
    display: flex;
    position: relative;
}

    .select-value input {
        cursor: pointer;
        margin-bottom: 0;
        padding-right: 2.125rem;
    }

.select-value-icon {
    cursor: pointer;
    font-size: 1.375rem;
    height: 3rem;
    padding: 0.25rem 0.75rem;
    position: absolute;
    right: 0;
}

.filterable-list {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(59,59,59,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(59,59,59,0.75);
    box-shadow: 0px 0px 4px 0px rgba(59,59,59,0.75);
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.filterable-list-search {
    position: relative;
    padding: 0.3125rem 0.625rem;
    border-bottom: 1px solid #d8d8d8;
    height: 3rem;
}

input.filterable-list-search-input {
    border-color: #d8d8d8;
    font-size: 0.875rem;
    height: 2.375rem;
    margin-bottom: 0;
}

.filterable-list-search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    padding: 0.625rem;
    color: #f0ab00;
    font-size: 0.875rem;
    cursor: pointer;
}

.filterable-list-list {
    margin: 0;
    margin-top: -1px;
    padding-left: 0;
    max-height: 15rem;
    overflow: auto;
    list-style-type: none;
}

.filterable-list-list-item {
    padding: 1rem;
    height: 3rem;
    border-top: 1px solid #d8d8d8;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filterable-list-list-item-company {
    height: 4.5rem;
}

.filterable-list-list-item:hover {
    background-color: #f3f3f2;
}

.filterable-list-list-item > span {
    display: block;
}

.filterable-list-list-item > span.belong {
    color: gray;
    font-size: 1rem;
}*/

/* Select with filterable list --- end*/

/*.error-message {
    background-color: #ffe2e1;
    border: 1px solid #fd514d;
    border-radius: 3px;
    display: flex;
    line-height: 1.25rem;
    margin-bottom: 2.25rem;
    min-height: 3rem;
    padding: 0.75rem;
}

.error-message.hide {
    display: none;
}

.error-message .notification-icon {
    color: #b90000;
    font-size: 0.875rem;
    margin-right: 0.75rem;
}

.error-message .error-message-content {
    color: #434343;
    font-size: 0.875rem;
}

.succeed-message .succeed-message-content {
    background-color: #71eeb2;
    border: 1px solid #82cbae;
    border-radius: 3px;
    display: flex;
    line-height: 1.25rem;
    margin-bottom: 2.25rem;
    min-height: 3rem;
    padding: 0.75rem;
}

.field-input {
    margin-bottom: 2.25rem;
}

.field-input input {
    margin-bottom: 0;
}

.show-tip {
    position: relative;
}

.error-tip {
    display: none;
}

.show-tip .error-tip {
    color: #b90000;
    display: inline-block;
    font-size: 0.625rem;
    padding-left: 0.75rem;
    position: absolute;
    top: 50px;
}

.show-tip > input,
.show-tip.select .select-value-input {
    border: 1px solid #b90000;
}

@media (max-width: 1130px) {
    .tab-item {
        margin: 0 0.5rem;
    }
}

@media (max-width: 950px) {
    .page {
        flex-direction: column;
        height: auto;
        overflow: initial;
    }

    .page-cover {
        height: 30vw;
    }

    .page-cover-logo {
        top: 7vw;
        left: 5vw;
        width: 207px;
    }

    .page-content {
        width: auto;
    }

    .floater {
        float: none;
        height: 2.25rem;
        width: auto;
        margin-bottom: 0px;
    }

    .tab-item {
        margin: 0 1.5rem;
    }

    .page-content-forms {
        margin: 2rem auto 0;
    }

    html {
        font-size: 75%;
    }
}*/
/* _content/BlazorWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/

#blazor-error-ui[b-r215xwi2mi] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-r215xwi2mi] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/BlazorWebApp/Components/Layout/NavMenu.razor.rz.scp.css */
nav[b-ajqwrrfjf8] {
    background-color: #2c4a65;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    isolation: isolate;
    z-index: 10;
    opacity: 1;
    padding: 0 2.75rem;
    height: 2.75rem;
    line-height: 2.25rem;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.btnCustum[b-ajqwrrfjf8] {
    display: block !important;
    position: unset !important;
}

.custumBT[b-ajqwrrfjf8] {
    border: none;
    margin: 0;
    padding: 0;
    position: unset !important;
    background: none !important;
}

.custumBTUS[b-ajqwrrfjf8] {
    border: 2px solid white;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0;
    background: none;
    position: unset !important;
}

.searchNavBar[b-ajqwrrfjf8] {
    position: relative;
}

    .searchNavBar img[b-ajqwrrfjf8] {
        position: absolute;
        top: 25%;
        right: 4%;
    }

#offcanvasNavbar[b-ajqwrrfjf8] {
    top: 2.75rem;
    width: 18.75rem;
    border-right: 1px solid #000;
    left: 0;
}

.navbar-toggler:focus[b-ajqwrrfjf8] {
    outline: none;
    box-shadow: none;
}

.searchNav[b-ajqwrrfjf8]::placeholder {
    font-style: italic;
    padding-left: 0.25rem
}

.navbar-nav a .active[b-ajqwrrfjf8] {
    background: red;
}

.itemNavMain[b-ajqwrrfjf8] {
    background-image: linear-gradient(to right, #376682, #A2C4D7);
    height: 2.2rem
}

.dropdownSettingMain[b-ajqwrrfjf8] {
    border-top: 1px solid #bfbfbf;
    transform: translate(-100px, 5px) !important;
    z-index: 10;
    width: 6.25rem;
    background-color: #3f5161;
    border-radius: 0.25rem;
    overflow: visible
}

.arrDpSetMain[b-ajqwrrfjf8] {
    width: 0.7rem;
    height: 0.7rem;
    background-color: #3f5161;
    position: absolute;
    top: -6px;
    right: 37px;
    transform: rotate(-45deg);
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf
}
.PieOfNotifications[b-ajqwrrfjf8] {
    width: 0.7rem;
    height: 0.7rem;
    background-color: #3f5161;
    position: absolute;
    top: -6px;
    right: 82px;
    transform: rotate(-45deg);
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf
}
/* Preview Button */
.preview-feature-btn[b-ajqwrrfjf8] {
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    color: white;
    font-size: 0.875rem;
}

    .preview-feature-btn:hover[b-ajqwrrfjf8] {
        opacity: 0.8;
    }

    .preview-feature-btn img[b-ajqwrrfjf8] {
        width: 25px;
        height: 25px;
    }

.preview-badge[b-ajqwrrfjf8] {
    display: none;
}

/* Modal Overlay */
.preview-modal-overlay[b-ajqwrrfjf8] {
    position: fixed;
    top: 2.75rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    display: none;
    z-index: 10000;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0;
    pointer-events: none;
}

    .preview-modal-overlay.show[b-ajqwrrfjf8] {
        display: flex;
    }

/* Modal Wrapper */
.preview-modal-wrapper[b-ajqwrrfjf8] {
    display: flex;
    height: 100%;
    pointer-events: auto;
    animation: slideInRight-b-ajqwrrfjf8 0.3s ease;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

/* Sidebar - Cột bên trái chứa nút thu gọn */
.preview-sidebar[b-ajqwrrfjf8] {
    background: #2c4a65;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    position: relative;
    flex-shrink: 0;
}

/* Modal Content */
.preview-modal-content[b-ajqwrrfjf8] {
    background: #f8f9fa;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    width: 500px;
    max-width: 90vw;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: width 0.3s ease, opacity 0.3s ease;
}

@keyframes slideInRight-b-ajqwrrfjf8 {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Modal Header */
.preview-modal-header[b-ajqwrrfjf8] {
    padding: 16px 20px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2c4a65;
    color: white;
    flex-shrink: 0;
}

.preview-modal-title[b-ajqwrrfjf8] {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
}

    .preview-modal-title img[b-ajqwrrfjf8] {
        width: 20px;
        height: 20px;
    }

.preview-close-btn[b-ajqwrrfjf8] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    font-size: 20px;
    line-height: 1;
    transition: all 0.2s;
}

    .preview-close-btn:hover[b-ajqwrrfjf8] {
        background: rgba(255, 255, 255, 0.2);
    }

/* Modal Body */
.preview-modal-body[b-ajqwrrfjf8] {
    padding: 0;
    overflow-y: auto;
    flex: 1;
    background: white;
}

/* Info Banner */
.preview-info-banner[b-ajqwrrfjf8] {
    padding: 20px;
    background: #e7f3ff;
    border-left: 4px solid #2c4a65;
    margin: 0;
    border-bottom: 1px solid #dee2e6;
}

.preview-info-content[b-ajqwrrfjf8] {
    flex: 1;
}

    .preview-info-content p[b-ajqwrrfjf8] {
        margin: 0 0 10px 0;
        color: #495057;
        line-height: 1.6;
        font-size: 0.9rem;
    }

        .preview-info-content p:last-child[b-ajqwrrfjf8] {
            margin-bottom: 0;
        }

.preview-learn-more[b-ajqwrrfjf8] {
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

    .preview-learn-more:hover[b-ajqwrrfjf8] {
        color: #0052a3;
    }

/* Feature List */
.preview-features-list[b-ajqwrrfjf8] {
    display: flex;
    flex-direction: column;
}

.preview-feature-item[b-ajqwrrfjf8] {
    padding: 16px 20px;
    background: white;
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.2s;
    cursor: pointer;
}

    .preview-feature-item:nth-child(even)[b-ajqwrrfjf8] {
        background: #f8f9fa;
    }

    .preview-feature-item:hover[b-ajqwrrfjf8] {
        background: #e9ecef;
    }

.preview-feature-name[b-ajqwrrfjf8] {
    font-weight: 500;
    color: #212529;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.preview-feature-description[b-ajqwrrfjf8] {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Empty State */
.preview-empty-state[b-ajqwrrfjf8] {
    padding: 60px 20px;
    text-align: center;
}

.preview-empty-title[b-ajqwrrfjf8] {
    font-size: 1rem;
    font-weight: 500;
    color: #495057;
    margin: 0 0 8px 0;
}

.preview-empty-description[b-ajqwrrfjf8] {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Scrollbar */
.preview-modal-body[b-ajqwrrfjf8]::-webkit-scrollbar {
    width: 6px;
}

.preview-modal-body[b-ajqwrrfjf8]::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.preview-modal-body[b-ajqwrrfjf8]::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 3px;
}

    .preview-modal-body[b-ajqwrrfjf8]::-webkit-scrollbar-thumb:hover {
        background: #adb5bd;
    }

/* Collapse Button */
.preview-collapse-btn[b-ajqwrrfjf8] {
    width: 40px;
    height: 60px;
    background: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .preview-collapse-btn:hover[b-ajqwrrfjf8] {
        background: none;
    }

.preview-collapse-icon[b-ajqwrrfjf8] {
    color: white;
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Trạng thái modal khi bị thu gọn */
.preview-modal-wrapper.collapsed .preview-modal-content[b-ajqwrrfjf8] {
    width: 0;
    opacity: 0;
    pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
    .preview-modal-content[b-ajqwrrfjf8] {
        width: 100%;
        max-width: 100%;
    }

    .preview-sidebar[b-ajqwrrfjf8] {
        width: 50px;
    }

    .preview-collapse-btn[b-ajqwrrfjf8] {
        width: 30px;
        height: 50px;
    }
}
/* _content/BlazorWebApp/Components/Layout/PageNestedLayout.razor.rz.scp.css */
/* _content/BlazorWebApp/Components/Modals/AdaptFilterModalSAP.razor.rz.scp.css */
.modal-body[b-79h6qs0sl7] {
    padding: 0 !important;
}
/* _content/BlazorWebApp/Components/Modals/AppQueryModal.razor.rz.scp.css */
/* ── AppQueryModal Scoped Styles ── */

/* ── Override ModalCpn internal structure ── */

/* Make the modal content container match the design reference */
[b-zfyelzey5z] .modal-content.modalCpn {
    border-radius: 0.5rem;
    overflow: hidden;
    background: #f7f9fb;
    box-shadow: 0 20px 40px rgba(25, 28, 30, 0.06);
}

/* Remove default modal header styling */
[b-zfyelzey5z] .modal-header.modalHeaderCustom {
    padding: 0;
    border-bottom: none;
    background: transparent;
}

/* Remove default modal footer styling */
[b-zfyelzey5z] .modal-footer.modalFooterCustom {
    padding: 0;
    border-top: none;
    background: transparent;
}

/* Remove default body centering */
[b-zfyelzey5z] .modal-body {
    text-align: left !important;
    padding: 0;
}

/* ── Custom Header ── */
.aq-modal-header[b-zfyelzey5z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(194, 198, 217, 0.15);
    background: #ffffff;
    width: 100%;
}

.aq-modal-header-left[b-zfyelzey5z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.aq-modal-icon[b-zfyelzey5z] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.375rem;
    background: #2aa30d;
}

.aq-modal-title[b-zfyelzey5z] {
    font-family: 'Inter', 'Mukta', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #191c1e;
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 1.3;
}

.aq-modal-close[b-zfyelzey5z] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #737687;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    padding: 0;
}

.aq-modal-close:hover[b-zfyelzey5z] {
    background: #eceef0;
    color: #191c1e;
}

/* ── Scrollable Body ── */
.aq-modal-body[b-zfyelzey5z] {
    flex: 1;
    overflow-y: auto;
    padding: 0rem 1rem 1rem 1rem;
    max-height: 60vh;
    background: #f7f9fb;
}

/* ── Sticky Footer ── */
.aq-modal-footer[b-zfyelzey5z] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 0rem 1.5rem;
    background: rgba(242, 244, 246, 0.0);
    border-top: 1px solid rgba(194, 198, 217, 0.15);
    width: 100%;
}

.aq-modal-btn-cancel[b-zfyelzey5z] {
    padding: 0.5rem 1.125rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #737687;
    background: transparent;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 2.25rem;
}

.aq-modal-btn-cancel:hover[b-zfyelzey5z] {
    color: #191c1e;
    background: #e6e8ea;
}

.aq-modal-btn-cancel:active[b-zfyelzey5z] {
    transform: scale(0.97);
}

.aq-modal-btn-primary[b-zfyelzey5z] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(to bottom right, #004cca, #0062ff);
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 76, 202, 0.15);
    transition: all 0.2s ease;
    min-height: 2.25rem;
}

.aq-modal-btn-primary:hover[b-zfyelzey5z] {
    box-shadow: 0 6px 20px rgba(0, 76, 202, 0.25);
}

.aq-modal-btn-primary:active[b-zfyelzey5z] {
    opacity: 0.9;
    transform: scale(0.97);
}

.aq-modal-btn-chevron[b-zfyelzey5z] {
    font-size: 1.125rem;
    line-height: 1;
}
/* _content/BlazorWebApp/Components/Modals/BeasCentrals/SimpleCreateWorkOrderModal.razor.rz.scp.css */
.scwo-modal-title[b-wsn9rer175] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #00345e;
}
.scwo-button[b-wsn9rer175] {
    height: 2rem;
    border-radius: 0.25rem;
    background-color: #5496cd;
    border-color: #5496cd;
    color: #eeeeee;
}

.scwo-button-close[b-wsn9rer175] {
    height: 2rem;
    border-radius: 0.25rem;
    /* border: #5496cd solid 2px; */
    background-color: transparent;
    border-color: transparent;
}
/* Form layout */
.scwo-form[b-wsn9rer175] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 4px 2px;
}

.scwo-field[b-wsn9rer175] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.scwo-label[b-wsn9rer175] {
    font-size: 13px;
    font-weight: 600;
    color: #26619d;
    margin: 0;
    text-align: start;
}

.scwo-required[b-wsn9rer175] {
    color: #d32f2f;
    margin-left: 2px;
}

/* Input */
.scwo-input[b-wsn9rer175] {
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d2e4ff;
    border-radius: 6px;
    font-size: 14px;
    color: #00345e;
    background: #f8f9ff;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.scwo-input:focus[b-wsn9rer175] {
    border-color: #3755c3;
    box-shadow: 0 0 0 2px rgba(55, 85, 195, 0.12);
    background: #fff;
}

.scwo-input--error[b-wsn9rer175] {
    border-color: #d32f2f;
    background: #fff6f6;
}

.scwo-input--error:focus[b-wsn9rer175] {
    box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.12);
}

.scwo-input:read-only[b-wsn9rer175],
.scwo-input[readonly][b-wsn9rer175] {
    background: #f1f3f5;
    border-color: #dcdfe6;
    color: #6b7280;
    cursor: not-allowed;
}

/* Validation message */
.scwo-error-msg[b-wsn9rer175] {
    font-size: 11px;
    color: #d32f2f;
    margin-top: 1px;
}

/* Busy spinner inside button */
.scwo-spinner[b-wsn9rer175] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: scwo-spin-b-wsn9rer175 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes scwo-spin-b-wsn9rer175 {
    to { transform: rotate(360deg); }
}
/* _content/BlazorWebApp/Components/Modals/BeasCentrals/SimpleCreateWorkOrderV2Modal.razor.rz.scp.css */
/* SimpleCreateWorkOrderV2Modal - scoped styles
   ============================================= */

/* -- so-section: no extra bottom margin inside modal body -- */
.so-section[b-mbu2ocx358] {
    margin-bottom: 0;
}

/* -- so-table override: remove min-width constraint in modal -- */
.scwov2-table-modal[b-mbu2ocx358] {
    min-width: unset;
}

/* -- so-qty-input: fill column, no inherited min-width -- */
.scwov2-table-modal .so-qty-input[b-mbu2ocx358] {
    width: 100%;
    min-width: unset;
}

.scwov2-button[b-mbu2ocx358] {
    height: 2rem;
    border-radius: 0.25rem;
    background-color: #5496cd;
    border-color: #5496cd;
    color: #eeeeee;
}

.scwov2-button-close[b-mbu2ocx358] {
    height: 2rem;
    border-radius: 0.25rem;
    /* border: #5496cd solid 2px; */
    background-color: transparent;
    border-color: transparent;
}

/* -- Column widths -- */
.scwov2-col-num[b-mbu2ocx358]  { width: 40px;  text-align: center; }
.scwov2-col-doc[b-mbu2ocx358]  { width: 140px; }
.scwov2-col-line[b-mbu2ocx358] { width: 120px; }
.scwov2-col-qty[b-mbu2ocx358]  { width: 150px; }
.scwov2-col-date[b-mbu2ocx358] { width: 170px; }

/* -- Row number badge -- */
.scwov2-row-num[b-mbu2ocx358] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e8edf5;
    color: #5a6880;
    font-size: 10px;
    font-weight: 700;
}

/* -- Error row highlight -- */
.scwov2-table-modal tbody tr.scwov2-row-error[b-mbu2ocx358] { background: #fff6f6; }

/* -- Input error state -- */
.scwov2-table-modal .so-qty-input.scwov2-input-error[b-mbu2ocx358] {
    border-color: #d32f2f;
    background: #fff6f6;
    box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.10);
}

/* -- Readonly cells -- */
.scwov2-readonly-input[b-mbu2ocx358] {
    width: 100%;
    height: 30px;
    padding: 0 8px;
    border: 1px solid #e0e8f0;
    border-radius: 5px;
    background: #f3f6fb;
    color: #8fa3b8;
    font-size: 12px;
    cursor: not-allowed;
    outline: none;
    box-sizing: border-box;
}

/* -- Inline error message -- */
.scwov2-err-msg[b-mbu2ocx358] {
    display: block;
    font-size: 10.5px;
    color: #d32f2f;
    margin-top: 2px;
}

/* -- Summary chips (section header) -- */
.scwov2-chip[b-mbu2ocx358] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.scwov2-chip--multiple[b-mbu2ocx358] { background: #dde8ff; color: #3755c3; }
.scwov2-chip--combine[b-mbu2ocx358]  { background: #fff1d6; color: #7a3e00; }
.scwov2-chip--qty[b-mbu2ocx358]      { background: #e8f5e9; color: #2e7d32; }

/* -- Mode pill toggle (footer) -- */
.scwov2-pill[b-mbu2ocx358] {
    display: inline-flex;
    background: #eef2f8;
    border-radius: 8px;
    padding: 3px;
    gap: 2px;
    width: fit-content;
}

.scwov2-pill-btn[b-mbu2ocx358] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: transparent;
    color: #5a6880;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    white-space: nowrap;
}

.scwov2-pill-btn:hover:not(.active)[b-mbu2ocx358] {
    background: #dde4f0;
    color: #3755c3;
}

.scwov2-pill-btn.active[b-mbu2ocx358] {
    background: #fff;
    color: #3755c3;
    box-shadow: 0 1px 4px rgba(55, 85, 195, 0.18), 0 0 0 1px rgba(55, 85, 195, 0.10);
}

.scwov2-pill-icon[b-mbu2ocx358] {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

/* -- Footer buttons -- */
.scwov2-btn-create[b-mbu2ocx358] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 18px;
    border-radius: 7px;
    background: #3755c3;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, box-shadow 0.15s;
}

.scwov2-btn-create:hover:not(:disabled)[b-mbu2ocx358] {
    background: #2848b7;
    box-shadow: 0 2px 8px rgba(55, 85, 195, 0.28);
}

.scwov2-btn-create:disabled[b-mbu2ocx358] {
    opacity: 0.65;
    cursor: not-allowed;
}

.scwov2-btn-cancel[b-mbu2ocx358] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    background: transparent;
    border: 1.5px solid #d2e4ff;
    color: #5a6880;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
}

.scwov2-btn-cancel:hover[b-mbu2ocx358] {
    border-color: #3755c3;
    color: #3755c3;
    background: #f0f4ff;
}
/* _content/BlazorWebApp/Components/Modals/CostCalculationModal/DetailPostInCostModal.razor.rz.scp.css */
/* Anchor and clip inside each td without relying on ancestor selectors */
td[b-51ihyjigla] {
    position: relative;
}

.cell-parent[b-51ihyjigla] {
    position: relative;
}

.cell-wrapper[b-51ihyjigla] {
    display: inline-block;       /* allows centering and ellipsis */
    max-width: 100%;
    padding-right: 28px;         /* avoid overlap with button */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.cell-action-btn[b-51ihyjigla] {
    position: absolute;
    top: 2px;
    right: 2px;
    display: none;               /* show on hover */
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

/* Show when hovering the cell or wrapper */
td:hover .cell-action-btn[b-51ihyjigla],
.cell-parent:hover .cell-action-btn[b-51ihyjigla] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cell-content[b-51ihyjigla] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* _content/BlazorWebApp/Components/Modals/EditFormulaParamModal.razor.rz.scp.css */
/* _content/BlazorWebApp/Components/Modals/SAPUI/BatchSerialNumberModal.razor.rz.scp.css */
.sap_inner-card[b-t8aeztixni]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-t8aeztixni]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-t8aeztixni]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-t8aeztixni]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper[b-t8aeztixni]{overflow-x:auto;width:100%}
.sap-table[b-t8aeztixni]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table th[b-t8aeztixni],.sap-table td[b-t8aeztixni]{border:1px solid #f0f0f0;padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table th:first-child[b-t8aeztixni],.sap-table td:first-child[b-t8aeztixni]{min-width:40px;width:40px;text-align:center}
.sap-table th:nth-child(2)[b-t8aeztixni],.sap-table td:nth-child(2)[b-t8aeztixni]{min-width:50px;width:50px;text-align:center}
.sap_input[b-t8aeztixni]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-t8aeztixni]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-t8aeztixni]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-t8aeztixni]{position:relative}
.sap_dropdown-menu[b-t8aeztixni]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-t8aeztixni]{display:block}
.sap_dropdown-item[b-t8aeztixni]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-t8aeztixni]{margin-top:1rem}
.sap_btn-action[b-t8aeztixni],.sap_btn[b-t8aeztixni]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-t8aeztixni]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-t8aeztixni]{display:flex;gap:.5rem;align-items:center}
.sap_btn-primary[b-t8aeztixni] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

/* Table Input Styles */
.sap_table-input[b-t8aeztixni] {
    padding: 0.4rem 0.5rem;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: 0.875rem;
    background-color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sap_table-input:focus[b-t8aeztixni] {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.sap_table-input:disabled[b-t8aeztixni],
.sap_table-input[disabled][b-t8aeztixni] {
    background-color: #f5f5f5;
    color: #6c757d;
    cursor: not-allowed;
}

.sap_table-input-readonly[b-t8aeztixni] {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.sap_table-input-editable[b-t8aeztixni] {
    background-color: #fff;
    border: 1px solid #d0d0d0;
}

.sap_table-input-number[b-t8aeztixni] {
    text-align: right;
    padding: 0.4rem 0.5rem;
}

.sap_table-input-text[b-t8aeztixni] {
    text-align: left;
    padding: 0.4rem 0.5rem;
}
/* _content/BlazorWebApp/Components/Modals/SAPUI/DIApprovalRequestModal.razor.rz.scp.css */
.di-approval-user-item:hover[b-0bbi0iugdd] {
    background-color: #f0f4ff;
}
/* _content/BlazorWebApp/Components/Modals/SmallModal/SimpleChooseOption.razor.rz.scp.css */
.simple-choose-option-modal[b-4gcqfpf31c] {
    min-width: 450px;
    max-width: 600px;
}

.simple-choose-option-header[b-4gcqfpf31c] {
    display: flex;
    gap: 1rem;
    width: 100%;
    align-items: center;
    background-color: #374d61;
    padding: 0.3rem 2rem;
    height: 2.25rem;
}

.simple-choose-option-body[b-4gcqfpf31c] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
    min-height: 150px;
}

.simple-choose-option-list[b-4gcqfpf31c] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.custom-radio-label[b-4gcqfpf31c] {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 0.75rem;
    user-select: none;
    transition: opacity 0.2s ease;
}

.custom-radio-label:hover[b-4gcqfpf31c] {
    opacity: 0.8;
}

.custom-radio-input[b-4gcqfpf31c] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}

.custom-radio-input:checked[b-4gcqfpf31c] {
    border-color: #3b82f6;
    background: radial-gradient(circle, #3b82f6 40%, transparent 40%);
}

.custom-radio-input:hover:not(:checked)[b-4gcqfpf31c] {
    border-color: #9ca3af;
}

.custom-radio-circle[b-4gcqfpf31c] {
    display: none;
}

.custom-radio-text[b-4gcqfpf31c] {
    font-size: 0.9375rem;
    color: #4a4a4a;
    font-weight: 500;
}

.simple-choose-option-footer[b-4gcqfpf31c] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    padding: 0.75rem;
}

.simple-choose-option-empty[b-4gcqfpf31c] {
    text-align: center;
    padding: 1rem;
    color: #6c757d;
    margin: 0;
}
/* _content/BlazorWebApp/Components/Modals/ViewImageModal.razor.rz.scp.css */
/* _content/BlazorWebApp/Components/ObjectComponent/MappingObjectDrag/DragDisplay3Column.razor.rz.scp.css */
/* DragDisplay3Column Component - Modern Glass Card Design */

:root[b-ypzfx9ckc2] {
    /* Colors */
    --color-white: #ffffff;
    --color-slate-300: #cbd5e1;
    --color-slate-500: #64748b;
    --color-slate-700: #334155;
    --color-slate-800: #1e293b;
    --color-slate-900: #0f172a;
    --color-cyan-500: #06b6d4;
    --color-secondary: #06b6d4;
    
    /* Glass effect */
    --glass-bg: rgba(30, 41, 59, 0.8);
    --glass-border: rgba(107, 114, 128, 0.2);
    
    /* Spacing */
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
}

/* Glass Card Container */
.glass-card-container[b-ypzfx9ckc2] {
    width: 100%;
    height: 100%;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 0;
    padding: var(--space-md);
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    pointer-events: none;
}

/* Header Section */
.glass-card-header[b-ypzfx9ckc2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-sm);
}

.card-title-section[b-ypzfx9ckc2] {
    flex: 1;
}

.card-title[b-ypzfx9ckc2] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    margin: 0;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    word-break: break-word;
}

/* Status Badge */
.status-badge[b-ypzfx9ckc2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    flex-shrink: 0;
    border: 1px solid;
}

.status-badge.status-active[b-ypzfx9ckc2] {
    background-color: rgba(6, 182, 212, 0.1);
    color: var(--color-cyan-500);
    border-color: rgba(6, 182, 212, 0.3);
}

.status-badge.status-idle[b-ypzfx9ckc2] {
    background-color: rgba(245, 158, 11, 0.1);
    color: #fbbf24;
    border-color: rgba(245, 158, 11, 0.3);
}

.status-badge.status-error[b-ypzfx9ckc2] {
    background-color: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.3);
}

/* Metrics Grid Section */
.metrics-grid[b-ypzfx9ckc2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: var(--space-md) 0;
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
}

/* Metric Column */
.metric-column[b-ypzfx9ckc2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-sm);
    border-right: 1px solid var(--glass-border);
    gap: 0.25rem;
}

.metric-column:last-child[b-ypzfx9ckc2] {
    border-right: none;
}

/* Metric Label */
.metric-label[b-ypzfx9ckc2] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: var(--color-slate-500);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

/* Metric Value */
.metric-value[b-ypzfx9ckc2] {
    font-family: 'Courier New', 'Courier', monospace;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1;
    letter-spacing: -0.02em;
}

/* Metric Unit */
.metric-unit[b-ypzfx9ckc2] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    font-size: 9px;
    font-weight: 500;
    color: var(--color-slate-500);
    text-transform: capitalize;
    opacity: 0.8;
}

/* Hover Effects - Disabled for drag functionality */
.glass-card-container[b-ypzfx9ckc2] {
    transition: none;
}

.glass-card-container:hover[b-ypzfx9ckc2] {
    background: var(--glass-bg);
    border-color: transparent;
    box-shadow: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .glass-card-container[b-ypzfx9ckc2] {
        padding: var(--space-sm);
        gap: var(--space-sm);
    }
    
    .card-title[b-ypzfx9ckc2] {
        font-size: 12px;
    }
    
    .metric-value[b-ypzfx9ckc2] {
        font-size: 18px;
    }
    
    .metric-label[b-ypzfx9ckc2] {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .glass-card-container[b-ypzfx9ckc2] {
        max-width: 100%;
        padding: 0.75rem;
    }
    
    .card-title[b-ypzfx9ckc2] {
        font-size: 11px;
    }
    
    .metric-value[b-ypzfx9ckc2] {
        font-size: 16px;
    }
}
    }
    
    .drag-display-title[b-ypzfx9ckc2] {
        font-size: 8px;
    }
    
    .drag-display-metric-label[b-ypzfx9ckc2] {
        font-size: 7px;
    }
    
    .drag-display-metric-value[b-ypzfx9ckc2] {
        font-size: 12px;
    }
    
    .drag-display-metric-unit[b-ypzfx9ckc2] {
        font-size: 7px;
    }
}
/* _content/BlazorWebApp/Components/ObjectComponent/MappingObjectDrag/MappingObjectDragging.razor.rz.scp.css */
.square-object[b-f1elpibhru] {
    position: absolute;
    width: 300px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    color: inherit;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0.5rem;
    cursor: grab;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    user-select: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    will-change: left, top;
    border-width: 2px;
    border-style: solid;
    z-index: 100;
    overflow: hidden;
    padding: 0;
}

.square-object:hover[b-f1elpibhru] {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    cursor: grab;
}

.square-object:active[b-f1elpibhru] {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
    cursor: grabbing;
}

.square-object.dragging[b-f1elpibhru] {
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.6);
    z-index: 2000;
    cursor: grabbing;
    will-change: left, top;
    filter: drop-shadow(0 0 12px rgba(6, 182, 212, 0.3));
    transition: none !important;
}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/DropDownData/SAPButtonDropDownList.razor.rz.scp.css */
/* Styles for SAPButtonDropDownList */
.sap_dropdown-container[b-114p0pap9k]{position:relative;display:inline-block}
.sap_btn-icon[b-114p0pap9k]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;color:#0d6efd;transition:all .15s}
.sap_btn-icon:hover:not(:disabled)[b-114p0pap9k]{background:#e9ecef}
.sap_btn-icon:disabled[b-114p0pap9k]{opacity:.5;cursor:not-allowed}
.sap_btn-icon img[b-114p0pap9k]{vertical-align:middle;margin-left:8px}

.sap_dropdown-menu[b-114p0pap9k]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-114p0pap9k]{display:block}
.sap_dropdown-item[b-114p0pap9k]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .12s}
.sap_dropdown-item:last-child[b-114p0pap9k]{border-bottom:none}
.sap_dropdown-item:hover[b-114p0pap9k]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/DropDownData/SAPDropDownList.razor.rz.scp.css */
/* Styles for SAPDropDownList component */
.dropdown.sap_dropdown[b-8dvlwq23p6]{display:inline-block}
.sap_dropdown-control[b-8dvlwq23p6]{width:100%;display:flex;align-items:center;justify-content:space-between;padding:6px 8px;background:#fff;border:1px solid #d4dadf;border-radius:3px}
.sap_dropdown-menu[b-8dvlwq23p6]{min-width:160px;background:#fff;border:1px solid #e0e0e0;border-radius:4px}
.sap_dropdown-item[b-8dvlwq23p6]{padding:8px 12px}
.sap_dropdown-item:hover[b-8dvlwq23p6]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/FilterData/SearchBarSAP.razor.rz.scp.css */
.sap-coa-header[b-nwjulvrxsv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #fff !important;
}

.sap-coa-title[b-nwjulvrxsv] {
    font-size: 1.5625rem;
    font-weight: 600;
    margin: 0;
    color: #0064d9;
}
.sap-toggle-btn[b-nwjulvrxsv] {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 0;
    cursor: pointer;
}
/*
.sap-toggle-btn {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10);
    z-index: 10;
}
    */
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/HeaderDipslayClassSAP.razor.rz.scp.css */
/* Styles for HeaderDipslayClassSAP component */
.sap_label[b-btyirp5fuy]{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:12px}
.sap_input_group[b-btyirp5fuy]{position:relative;display:flex;align-items:center}
.sap_input[b-btyirp5fuy]{width:100%;height:1.625rem;padding:6px 8px;font-size:12px;border-radius:3px;border:1px solid #d4dadf;background:#fff}
.sap_input_btn[b-btyirp5fuy]{position:absolute;right:0;top:0;border:none;background:none;padding:0 6px;height:100%;display:flex;align-items:center}
.sap_required[b-btyirp5fuy]{color:#c1292e;margin-left:4px}

/* small helper for readonly inputs */
.sap_input[readonly][b-btyirp5fuy]{background:#f5f7fb;border-color:#dde2eb;color:#333}

/* shared helpers */
.sap_dropdown-container[b-btyirp5fuy]{position:relative}
.sap_btn-action[b-btyirp5fuy]{padding:6px 12px;background:none;border:none;border-radius:4px;color:#0d6efd}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/HeaderDipslaySAP.razor.rz.scp.css */
/* Styles for HeaderDipslaySAP component */
.sap_label[b-42avntplvq]{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:12px}
.sap_input_group[b-42avntplvq]{position:relative;display:flex;align-items:center}
.sap_input[b-42avntplvq]{width:100%;height:1.625rem;padding:6px 8px;font-size:12px;border-radius:3px;border:1px solid #d4dadf;background:#fff}
.sap_input_btn[b-42avntplvq]{position:absolute;right:0;top:0;border:none;background:none;padding:0 6px;height:100%;display:flex;align-items:center}
.sap_required[b-42avntplvq]{color:#c1292e;margin-left:4px}
.sap_input[readonly][b-42avntplvq]{background:#f5f7fb;border-color:#dde2eb;color:#333}

/* helper for label with action */
.sap_label .sap_label-action[b-42avntplvq]{display:flex;gap:8px;align-items:center}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/InteractDragDrop/EditModeSAPObject.razor.rz.scp.css */
.edit-mode-object[b-yvfucxlpm3] {
    width: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.edit-mode-object[draggable="true"][b-yvfucxlpm3] {
    cursor: grab;
}

.edit-mode-object[draggable="true"]:active[b-yvfucxlpm3] {
    cursor: grabbing;
}

.edit-mode-frame[b-yvfucxlpm3] {
    position: relative;
    border: 1px solid #007bff;
    border-radius: 4px;
    padding: 10px 40px 10px 30px;
    background-color: #f8f9fa;
    transition: opacity 0.3s ease;
}

.edit-mode-drag-handle[b-yvfucxlpm3] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    color: #999;
    font-size: 16px;
    background-color: rgba(0, 123, 255, 0.05);
    border-right: 1px solid rgba(0, 123, 255, 0.15);
    border-radius: 4px 0 0 4px;
    z-index: 20;
    user-select: none;
}

.edit-mode-drag-handle:hover[b-yvfucxlpm3] {
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}

.edit-mode-drag-handle:active[b-yvfucxlpm3] {
    cursor: grabbing;
}

.drag-over[b-yvfucxlpm3] {
    outline: 2px dashed #007bff;
    outline-offset: 2px;
    border-radius: 4px;
}

.drag-over .edit-mode-frame[b-yvfucxlpm3] {
    background-color: rgba(0, 123, 255, 0.08);
}

.edit-mode-overlay[b-yvfucxlpm3] {
    position: absolute;
    top: 0;
    left: 24px;
    right: 0;
    bottom: 0;
    background: transparent;
    cursor: not-allowed;
    z-index: 10;
    border-radius: 0 2px 2px 0;
}

.edit-mode-icon-btn[b-yvfucxlpm3] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 18px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.edit-mode-icon-btn:hover[b-yvfucxlpm3] {
    background-color: rgba(0, 123, 255, 0.1);
}

.edit-mode-icon-btn:active[b-yvfucxlpm3] {
    background-color: rgba(0, 123, 255, 0.2);
}

.icon-eye[b-yvfucxlpm3],
.icon-eye-off[b-yvfucxlpm3] {
    display: inline-block;
}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/LineData/NumberInputSAP.razor.rz.scp.css */
/* Local styles for NumberInputSAP component */
/* Copied from global sapui_custom.css .sap_input block and scoped to this component */
.sap_input[b-6rn9z6fhm5] {
    width: 100%;
    height: 1.625rem;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #d4dadf;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 1px 0 0 #556b81;
    transition: border-color 120ms ease-out, box-shadow 120ms ease-out, background-color 120ms ease-out;
}

.sap_input:hover:not(:disabled)[b-6rn9z6fhm5] {
    border-color: #91C0FF;
    box-shadow: 0 1px 0 0 #2882ec;
}

.sap_input:focus[b-6rn9z6fhm5] {
    border-color: #0068ff;
    box-shadow: 0 0 0 1px rgba(0, 104, 255, 0.9);
}

.sap_input:disabled[b-6rn9z6fhm5] {
    background-color: #f5f7fb;
    border-color: #dde2eb;
    color: #999;
    box-shadow: none;
}

/* Number input adjustments: hide native spinner buttons for consistent look */
input[type=number].sap_input[b-6rn9z6fhm5]::-webkit-outer-spin-button,
input[type=number].sap_input[b-6rn9z6fhm5]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].sap_input[b-6rn9z6fhm5] {
    -moz-appearance: textfield; /* Firefox */
}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/LineData/NumberInputWithCurrencySAP.razor.rz.scp.css */
/* Component-scoped styles for NumberInputWithCurrencySAP */
/* Uses the same .sap_input class as other SAP inputs to keep consistent styling */
.sap_input[b-lb86o3dzdb] {
    width: 100%;
    height: 1.625rem;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #d4dadf;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 1px 0 0 #556b81;
    transition: border-color 120ms ease-out, box-shadow 120ms ease-out, background-color 120ms ease-out;
}

.sap_input:hover:not(:disabled)[b-lb86o3dzdb] {
    border-color: #91C0FF;
    box-shadow: 0 1px 0 0 #2882ec;
}

.sap_input:focus[b-lb86o3dzdb] {
    border-color: #0068ff;
    box-shadow: 0 0 0 1px rgba(0, 104, 255, 0.9);
}

.sap_input:disabled[b-lb86o3dzdb] {
    background-color: #f5f7fb;
    border-color: #dde2eb;
    color: #999;
    box-shadow: none;
}

/* Ensure text input shows caret and selection consistently */
input.sap_input[b-lb86o3dzdb]::placeholder {
    color: #b8c2cc;
}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/LineData/NumberWithUnitSAP.razor.rz.scp.css */
/* Widen the small dropdown trigger (right button) */
.sap_inline-group button.sap_dropdown-control.dropdown-toggle[b-rp8n0sgb7m] {
    min-width: 44px !important;
    width: 44px !important;
    padding: 0.15rem 0.45rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Widen the dropdown menu */
.sap_inline-group .dropdown-menu[b-rp8n0sgb7m] {
    min-width: 9rem !important; /* adjust to taste (e.g. 9rem = 144px) */
    max-width: 20rem;
    white-space: normal;
}

/* Ensure items don't wrap/cut unexpectedly */
.sap_inline-group .dropdown-item[b-rp8n0sgb7m] {
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
}

/* Fallback: if Bootstrap renders the menu outside the component, apply global rules */
:global(.dropdown-menu)[b-rp8n0sgb7m] {
    min-width: 9rem !important;
}

:global(.sap_dropdown-control.dropdown-toggle)[b-rp8n0sgb7m] {
    min-width: 44px !important;
    width: 44px !important;
}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/LineData/TextboxLineDataNoSourceSAP.razor.rz.scp.css */
/* Styles for TextboxLineDataNoSourceSAP */
.textbox-linesimple[b-41fzi5edyn]{display:block}
.textbox-linesimple .sap_input[b-41fzi5edyn]{width:100%}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/LineData/TextboxLineDataSAP.razor.rz.scp.css */
/* Styles for TextboxLineDataSAP */
.textbox-line[b-2euigdjh27]{display:flex;align-items:center}
.textbox-line .sap_input[b-2euigdjh27]{flex:1}
.sap_input_btn[b-2euigdjh27]{position:absolute;right:0;top:0;border:none;background:none;height:100%;padding:0 6px}
.sap_input_group[b-2euigdjh27]{position:relative}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/SummaryDisplaySAP.razor.rz.scp.css */
.sap_summary-row[b-besau1kwxo] {
    display: grid;
    grid-template-columns: 1fr 200px 250px;
    align-items: center;
    gap: 0;
}

.sap_summary-label[b-besau1kwxo] {
    font-size: 13px;
    color: #444;
    text-align: left;
    white-space: nowrap;
    grid-column: 2;
}

.sap_summary-value[b-besau1kwxo] {
    font-size: 13px;
    font-weight: 600;
    color: #009966;
    white-space: nowrap;
    text-align: right;
    grid-column: 3;
}
/* _content/BlazorWebApp/Components/ObjectComponent/SAPUI/TreeViewData/SAPTreeView.razor.rz.scp.css */
.sap-tree-table[b-955j6wqlxs] {
    width: 100%;
    border-collapse: collapse;
}

    .sap-tree-table thead[b-955j6wqlxs] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sap-tree-table th[b-955j6wqlxs] {
        text-align: left;
        padding: 8px 12px;
        font-size: 0.875rem;
        font-weight: 600;
        color: #333;
        border-bottom: 1px solid #e0e0e0;
    }

    .sap-tree-table td[b-955j6wqlxs] {
        padding: 6px 12px;
        font-size: 0.875rem;
        color: #333;
        border-bottom: 1px solid #f0f0f0;
    }

.sap-tree-row:hover[b-955j6wqlxs] {
    background: #f9f9f9;
}

.sap-tree-root[b-955j6wqlxs] {
    font-weight: 600;
}

.sap-tree-toggle[b-955j6wqlxs] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 4px;
    margin-right: 4px;
    font-size: 0.75rem;
    color: #666;
}
/* _content/BlazorWebApp/Components/Pages/AccountDI/EditAccountDI.razor.rz.scp.css */
/* Custom DI Fields Styling - Match Design Layout */
.custom-di-section[b-ivujso5drk] {
    padding: 20px;
    margin-top: 20px;
}

.itemRenderDIEdit[b-ivujso5drk] {
    width: 100%;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}

    /* Container for each row of fields */
    .itemRenderDIEdit > .containerDemoDR[b-ivujso5drk] {
        min-width: 100%;
        display: flex;
        gap: 10px;
        margin-bottom: 12px;
    }

    /* Individual field wrapper */
    .itemRenderDIEdit .d-flex.justify-content-between[b-ivujso5drk] {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }

    /* Labels */
    .itemRenderDIEdit .styleTextTT[b-ivujso5drk] {
        font-weight: 500;
        color: #2c3e50;
        min-width: 120px;
        text-align: left;
        white-space: nowrap;
        padding-right: 10px;
    }

    /* Input fields */
    .itemRenderDIEdit input:not([type="checkbox"])[b-ivujso5drk],
    .itemRenderDIEdit select[b-ivujso5drk],
    .itemRenderDIEdit textarea[b-ivujso5drk] {
        border: 1px solid #ced4da;
        border-radius: 4px;
        padding: 8px 12px;
        flex: 1;
        height: 36px;
        font-family: inherit;
    }

    .itemRenderDIEdit textarea[b-ivujso5drk] {
        height: 80px;
        resize: vertical;
    }

    /* Checkbox styling */
    .itemRenderDIEdit input[type="checkbox"][b-ivujso5drk] {
        cursor: pointer;
        accent-color: #376682;
        width: 20px;
        height: 20px;
        margin: 0 8px 0 0;
    }

    /* Date/Time wrapper */
    .itemRenderDIEdit .d-flex.gap-2[b-ivujso5drk] {
        display: flex;
        gap: 12px;
        flex: 1;
    }

        .itemRenderDIEdit .d-flex.gap-2 input[b-ivujso5drk] {
            flex: 1;
        }

    /* Focus states */
    .itemRenderDIEdit input:focus[b-ivujso5drk],
    .itemRenderDIEdit select:focus[b-ivujso5drk],
    .itemRenderDIEdit textarea:focus[b-ivujso5drk] {
        border-color: #376682;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(55, 102, 130, 0.25);
    }

    /* Checkbox group */
    .itemRenderDIEdit .d-flex.gap-3[b-ivujso5drk] {
        display: flex;
        gap: 20px;
        align-items: center;
    }

        .itemRenderDIEdit .d-flex.gap-3 > div[b-ivujso5drk] {
            display: flex;
            align-items: center;
            gap: 8px;
        }

    /* Required asterisk */
    .itemRenderDIEdit .text-danger[b-ivujso5drk] {
        color: #dc3545;
        margin-left: 2px;
    }

/* ========================================
   ✅ Field Group Styles - SIMPLE VERSION
   ======================================== */
.field-group-container[b-ivujso5drk] {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Button collapse */
.btnFieldGroup[b-ivujso5drk] {
    background: none;
    border: none;
}

    .btnFieldGroup:hover[b-ivujso5drk] {
        background-color: #f5f5f5;
    }

    .btnFieldGroup img[b-ivujso5drk] {
        transition: transform 0.3s ease;
    }

    .btnFieldGroup[aria-expanded="false"] img[b-ivujso5drk] {
        transform: rotate(-90deg);
    }

/* Labels */
.field-group-container .styleTextTT[b-ivujso5drk] {
    color: #333;
    font-weight: 500;
}

/* ✅ INPUT - Đơn giản nhất, viền xám nhạt */
.field-group-container input[type="text"][b-ivujso5drk],
.field-group-container input[type="date"][b-ivujso5drk],
.field-group-container input[type="time"][b-ivujso5drk],
.field-group-container input[type="number"][b-ivujso5drk],
.field-group-container input.inputCustum[b-ivujso5drk],
.field-group-container input.inputCustumHD[b-ivujso5drk],
.field-group-container textarea[b-ivujso5drk],
.field-group-container select[b-ivujso5drk] {
    background-color: #ffffff !important;
    border: 1px solid #d1d5db !important; /* Xám nhạt giống ảnh */
    border-radius: 4px;
    padding: 8px 12px;
    height: 36px;
    color: #333;
    outline: none !important;
    box-shadow: none !important;
}

/* Textarea */
.field-group-container textarea[b-ivujso5drk] {
    height: 80px;
}

/* Checkbox */
.field-group-container input[type="checkbox"][b-ivujso5drk] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #376682;
}

/* Xóa browser validation border */
.field-group-container input:invalid[b-ivujso5drk],
.field-group-container input:required[b-ivujso5drk],
.field-group-container input:valid[b-ivujso5drk] {
    box-shadow: none !important;
    outline: none !important;
}

/* Responsive */
@media (max-width: 1200px) {
    .itemRenderDIEdit > .containerDemoDR[b-ivujso5drk] {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .itemRenderDIEdit .d-flex.justify-content-between[b-ivujso5drk] {
        flex-direction: column;
        align-items: flex-start;
    }

    .itemRenderDIEdit .styleTextTT[b-ivujso5drk] {
        min-width: 100%;
    }

    .itemRenderDIEdit input:not([type="checkbox"])[b-ivujso5drk],
    .itemRenderDIEdit select[b-ivujso5drk],
    .itemRenderDIEdit textarea[b-ivujso5drk] {
        width: 100%;
    }

    .field-group-container .d-flex.flex-column.gap-2[b-ivujso5drk] {
        min-width: 100%;
    }
}
/* _content/BlazorWebApp/Components/Pages/AppQuery/ExcelReportLinkedCpn.razor.rz.scp.css */
/* ── ExcelReportLinkedCpn Scoped Styles ── */

.aq-report-panel[b-c7xgel801s] {
    width: 100%;
    max-width: 100%;
}

/* Section header */
.aq-report-section-header[b-c7xgel801s] {
    margin-bottom: 1.5rem;
}

.aq-report-section-title[b-c7xgel801s] {
    font-family: 'Inter', 'Mukta', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #004cca;
    margin: 0 0 0.25rem 0;
}

.aq-report-section-desc[b-c7xgel801s] {
    font-size: 0.8125rem;
    color: #737687;
    margin: 0;
    line-height: 1.4;
}

/* Responsive grid for form fields */
.aq-report-form-grid[b-c7xgel801s] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 576px) {
    .aq-report-form-grid[b-c7xgel801s] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .aq-report-form-grid[b-c7xgel801s] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Field container */
.aq-report-field[b-c7xgel801s] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

/* Label styling */
.aq-report-label[b-c7xgel801s] {
    font-family: 'Inter', 'Mukta', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #424656;
    line-height: 1.3;
}

/* Input wrapper — overrides nested shared component styles */
.aq-report-input-wrap[b-c7xgel801s] {
    width: 100%;
}

/* Override shared component input styles within this scope */
.aq-report-input-wrap[b-c7xgel801s]  input[type="text"],
.aq-report-input-wrap[b-c7xgel801s]  input[type="number"],
.aq-report-input-wrap[b-c7xgel801s]  input[type="date"],
.aq-report-input-wrap[b-c7xgel801s]  .custumSearch,
.aq-report-input-wrap[b-c7xgel801s]  .inputCustumHD {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background: #ffffff;
    border: 1px solid rgba(194, 198, 217, 0.5);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #191c1e !important;
    height: auto;
    min-height: 2.375rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}

.aq-report-input-wrap[b-c7xgel801s]  input[type="text"]:focus,
.aq-report-input-wrap[b-c7xgel801s]  input[type="number"]:focus,
.aq-report-input-wrap[b-c7xgel801s]  input[type="date"]:focus,
.aq-report-input-wrap[b-c7xgel801s]  .custumSearch:focus,
.aq-report-input-wrap[b-c7xgel801s]  .inputCustumHD:focus {
    border-color: transparent;
    box-shadow: 0 0 0 2px #0062ff;
}

.aq-report-input-wrap[b-c7xgel801s]  input::placeholder {
    color: #c2c6d9;
}

/* Hide the internal title spans from shared components since we use our own labels */
.aq-report-input-wrap[b-c7xgel801s]  .styleTextTT {
    display: none;
}

/* Style for select button/popup trigger inside InputTextSelect */
.aq-report-input-wrap[b-c7xgel801s]  .sapEmloyIdBtn {
    top: 50%;
    transform: translateY(-50%);
}

/* ── Footer (Show Report button area) ── */
.aq-report-footer[b-c7xgel801s] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.aq-report-btn-primary[b-c7xgel801s] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(to bottom right, #004cca, #0062ff);
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 76, 202, 0.15);
    transition: all 0.2s ease;
    min-height: 2.25rem;
}

.aq-report-btn-primary:hover:not(:disabled)[b-c7xgel801s] {
    box-shadow: 0 6px 16px rgba(0, 76, 202, 0.25);
}

.aq-report-btn-primary:active:not(:disabled)[b-c7xgel801s] {
    transform: scale(0.97);
    opacity: 0.9;
}

.aq-report-btn-primary:disabled[b-c7xgel801s] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ── Status messages ── */
.aq-report-status[b-c7xgel801s] {
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    border-radius: 0.375rem;
    line-height: 1.4;
}

.aq-report-status-success[b-c7xgel801s] {
    background-color: #d3e4fe;
    color: #0b1c30;
}

.aq-report-status-error[b-c7xgel801s] {
    background-color: #ffdad6;
    color: #93000a;
}

/* ── Empty state ── */
.aq-report-empty[b-c7xgel801s] {
    font-size: 0.8125rem;
    color: #737687;
    margin: 0;
}
/* _content/BlazorWebApp/Components/Pages/ChatbotAI/ChatWeb.razor.rz.scp.css */

<style >
.chatbot-container[b-0ww4utmf20] {
    max-width: 1200px;
    margin: 20px auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    animation: slideUp-b-0ww4utmf20 0.5s ease-out;
}

@keyframes slideUp-b-0ww4utmf20 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chat-header[b-0ww4utmf20] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    min-height: 120px;
}

.language-selector[b-0ww4utmf20] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

    .language-selector select[b-0ww4utmf20] {
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.5);
        text-align: center;
        text-align-last: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 8px;
        padding: 8px 12px;
        color: #333;
        font-size: 0.9rem;
        font-weight: 500;
        min-width: 80px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
.gantt-button[b-0ww4utmf20] {
    background: #28a745;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: all 0.3s ease;
}

    .gantt-button:hover[b-0ww4utmf20] {
        background: #218838;
        transform: scale(1.1);
    }

    .gantt-button:disabled[b-0ww4utmf20] {
        background: #6c757d;
        cursor: not-allowed;
        transform: none;
    }

.gantt-mode[b-0ww4utmf20] {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
}

.language-label[b-0ww4utmf20] {
    color: white;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.language-section[b-0ww4utmf20] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.apply-button[b-0ww4utmf20], .extract-button[b-0ww4utmf20] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.header-logo[b-0ww4utmf20] {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 8px;
    padding: 5px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

    .header-logo.sap-logo[b-0ww4utmf20] {
        width: 180px;
        height: 100px;
    }

.header-center[b-0ww4utmf20] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.chat-status[b-0ww4utmf20] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    font-size: 0.9rem;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

.status-dot[b-0ww4utmf20] {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse-b-0ww4utmf20 2s infinite;
}

.language-display[b-0ww4utmf20] {
    font-size: 0.75rem;
    opacity: 0.8;
    margin-top: 2px;
    color: white;
}

.chat-messages[b-0ww4utmf20] {
    height: 400px;
    padding: 20px;
    overflow-y: auto;
    background: #f8fafc;
    background-image: radial-gradient(circle at 25px 25px, rgba(255,255,255,0.8) 2px, transparent 0), radial-gradient(circle at 75px 75px, rgba(255,255,255,0.8) 2px, transparent 0);
    background-size: 100px 100px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.message[b-0ww4utmf20] {
    margin-bottom: 15px;
    animation: messageSlide-b-0ww4utmf20 0.3s ease-out;
}

.user-message[b-0ww4utmf20] {
    text-align: right;
}

    .user-message .message-bubble[b-0ww4utmf20] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 12px 16px;
        border-radius: 18px 18px 5px 18px;
        display: inline-block;
        max-width: 80%;
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
        position: relative;
        word-wrap: break-word;
        white-space: pre-wrap;
    }

.bot-message .message-bubble[b-0ww4utmf20] {
    background: white;
    color: #334155;
    padding: 12px 16px;
    border-radius: 18px 18px 18px 5px;
    display: inline-block;
    max-width: 80%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
    position: relative;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.message-time[b-0ww4utmf20] {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 5px;
}

.typing-indicator[b-0ww4utmf20] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: white;
    border-radius: 18px 18px 18px 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
    max-width: 80px;
}

.typing-dots[b-0ww4utmf20] {
    display: flex;
    gap: 4px;
}

.typing-dot[b-0ww4utmf20] {
    width: 8px;
    height: 8px;
    background: #94a3b8;
    border-radius: 50%;
    animation: typing-b-0ww4utmf20 1.4s infinite ease-in-out;
}

    .typing-dot:nth-child(1)[b-0ww4utmf20] {
        animation-delay: -0.32s;
    }

    .typing-dot:nth-child(2)[b-0ww4utmf20] {
        animation-delay: -0.16s;
    }

@keyframes typing-b-0ww4utmf20 {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.chat-input-container[b-0ww4utmf20] {
    padding: 20px;
    background: #eef2ff;
    border-top: 1px solid #e2e8f0;
}

.file-upload-container[b-0ww4utmf20] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.file-preview[b-0ww4utmf20] {
    background: #f0f9ff;
    border: 1px solid #7dd3fc;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    max-width: 150px;
}

.remove-file-btn[b-0ww4utmf20] {
    background: #e5e7eb;
    color: #6b7280;
    border: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    position: absolute;
    top: -5px;
    right: -5px;
}

.input-wrapper[b-0ww4utmf20] {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border-radius: 25px;
    padding: 8px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

    .input-wrapper:focus-within[b-0ww4utmf20] {
        border-color: #667eea;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

.chat-input[b-0ww4utmf20] {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 16px;
    font-size: 1rem;
    background: transparent;
    color: #334155;
    font-family: inherit;
}

.file-button[b-0ww4utmf20], .send-button[b-0ww4utmf20] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.welcome-message[b-0ww4utmf20] {
    text-align: center;
    color: #64748b;
    padding: 40px 20px;
    font-style: italic;
}

    .welcome-message i[b-0ww4utmf20] {
        font-size: 3rem;
        color: #cbd5e1;
        margin-bottom: 15px;
        display: block;
    }

.quick-actions[b-0ww4utmf20] {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.quick-action[b-0ww4utmf20] {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 6px 12px;
    font-size: 0.8rem;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .quick-action:hover[b-0ww4utmf20] {
        background: #667eea;
        color: white;
        transform: translateY(-1px);
    }

.new-chat-button[b-0ww4utmf20] {
    background: #f59e0b;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 0.8rem;
    margin: 10px auto;
    display: block;
    transition: all 0.2s ease;
}

    .new-chat-button:hover[b-0ww4utmf20] {
        background: #d97706;
        transform: translateY(-1px);
    }

.session-info[b-0ww4utmf20] {
    background: #f0f9ff;
    border: 1px solid #7dd3fc;
    color: #0369a1;
    padding: 8px 12px;
    border-radius: 6px;
    margin: 10px 0;
    font-size: 0.8rem;
    text-align: center;
}

@keyframes pulse-b-0ww4utmf20 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes messageSlide-b-0ww4utmf20 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .chat-header[b-0ww4utmf20] {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
        text-align: center;
    }

    .header-logo[b-0ww4utmf20] {
        width: 80px;
        height: 80px;
    }

        .header-logo.sap-logo[b-0ww4utmf20] {
            width: 140px;
            height: 80px;
        }

    .language-selector[b-0ww4utmf20] {
        order: -1;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .chatbot-container[b-0ww4utmf20] {
        margin: 20px 10px;
        max-width: none;
    }

    .chat-messages[b-0ww4utmf20] {
        height: 300px;
    }

    .chat-header[b-0ww4utmf20] {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    .header-logo[b-0ww4utmf20] {
        width: 60px;
        height: 60px;
    }

        .header-logo.sap-logo[b-0ww4utmf20] {
            width: 120px;
            height: 60px;
        }

    .chat-header h3[b-0ww4utmf20] {
        font-size: 1.2rem;
    }

    .language-selector select[b-0ww4utmf20] {
        min-width: 70px;
        font-size: 0.8rem;
        padding: 6px 8px;
    }

    .apply-button[b-0ww4utmf20] {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

</style[b-0ww4utmf20] >
/* _content/BlazorWebApp/Components/Pages/CostCalculation/CostCalculateManage.razor.rz.scp.css */
/* Keep selectors local to this component so CSS isolation applies correctly */
/* Anchor and clip inside each td without relying on ancestor selectors */
td[b-woew1cdcd1] {
    position: relative;
}

.cell-parent[b-woew1cdcd1] {
    position: relative;
}

.cell-wrapper[b-woew1cdcd1] {
    display: inline-block;       /* allows centering and ellipsis */
    max-width: 100%;
    padding-right: 28px;         /* avoid overlap with button */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.cell-action-btn[b-woew1cdcd1] {
    position: absolute;
    top: 2px;
    right: 2px;
    display: none;               /* show on hover */
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

/* Show when hovering the cell or wrapper */
td:hover .cell-action-btn[b-woew1cdcd1],
.cell-parent:hover .cell-action-btn[b-woew1cdcd1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cell-content[b-woew1cdcd1] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Center all string content and anchor action buttons to top-right in cells */

/* Apply to this table only to avoid global side effects */
.tableCustom th[b-woew1cdcd1],
.tableCustom td[b-woew1cdcd1] {
    text-align: center;
    vertical-align: middle;
    position: relative; /* anchor for absolute buttons */
}

/* Header title centered, button absolutely positioned */
.header-cell-title[b-woew1cdcd1] {
    display: inline-block;       /* center within th */
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px; /* make room for the absolute button */
}

/* Move header edit button to the top-right of the th */
.header-cell-action[b-woew1cdcd1] {
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 6px;
    line-height: 1;
/*    background: transparent;
*/    border: none;
}
/* _content/BlazorWebApp/Components/Pages/CostCalculation/SubCpn/AccountSettingCalculation.razor.rz.scp.css */
/* Keep selectors local to this component so CSS isolation applies correctly */
/* Anchor and clip inside each td without relying on ancestor selectors */
td[b-wvi5nrf7co] {
    position: relative;
}

.cell-parent[b-wvi5nrf7co] {
    position: relative;
}

.cell-wrapper[b-wvi5nrf7co] {
    display: inline-block; /* allows centering and ellipsis */
    max-width: 100%;
    padding-right: 28px; /* avoid overlap with button */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.cell-action-btn[b-wvi5nrf7co] {
    position: absolute;
    top: 2px;
    right: 2px;
    display: none; /* show on hover */
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

/* Show when hovering the cell or wrapper */
td:hover .cell-action-btn[b-wvi5nrf7co],
.cell-parent:hover .cell-action-btn[b-wvi5nrf7co] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cell-content[b-wvi5nrf7co] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Center all string content and anchor action buttons to top-right in cells */

/* Apply to this table only to avoid global side effects */
.tableCustom th[b-wvi5nrf7co],
.tableCustom td[b-wvi5nrf7co] {
    text-align: center;
    vertical-align: middle;
    position: relative; /* anchor for absolute buttons */
}

/* Header title centered, button absolutely positioned */
.header-cell-title[b-wvi5nrf7co] {
    display: inline-block; /* center within th */
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px; /* make room for the absolute button */
}

/* Move header edit button to the top-right of the th */
.header-cell-action[b-wvi5nrf7co] {
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 6px;
    line-height: 1;
    /*    background: transparent;
*/ border: none;
}
/* _content/BlazorWebApp/Components/Pages/CostCalculation/SubCpn/InventoryCalculation.razor.rz.scp.css */
/* Keep selectors local to this component so CSS isolation applies correctly */
/* Anchor and clip inside each td without relying on ancestor selectors */
td[b-oayuerf8yx] {
    position: relative;
}

.cell-parent[b-oayuerf8yx] {
    position: relative;
}

.cell-wrapper[b-oayuerf8yx] {
    display: inline-block;       /* allows centering and ellipsis */
    max-width: 100%;
    padding-right: 28px;         /* avoid overlap with button */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.cell-action-btn[b-oayuerf8yx] {
    position: absolute;
    top: 2px;
    right: 2px;
    display: none;               /* show on hover */
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

/* Show when hovering the cell or wrapper */
td:hover .cell-action-btn[b-oayuerf8yx],
.cell-parent:hover .cell-action-btn[b-oayuerf8yx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cell-content[b-oayuerf8yx] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Center all string content and anchor action buttons to top-right in cells */

/* Apply to this table only to avoid global side effects */
.tableCustom th[b-oayuerf8yx],
.tableCustom td[b-oayuerf8yx] {
    text-align: center;
    vertical-align: middle;
    position: relative; /* anchor for absolute buttons */
}

/* Header title centered, button absolutely positioned */
.header-cell-title[b-oayuerf8yx] {
    display: inline-block;       /* center within th */
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px; /* make room for the absolute button */
}

/* Move header edit button to the top-right of the th */
.header-cell-action[b-oayuerf8yx] {
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 6px;
    line-height: 1;
/*    background: transparent;
*/    border: none;
}
/* _content/BlazorWebApp/Components/Pages/CostCalculation/SubCpn/InventoryReport.razor.rz.scp.css */
/* Keep selectors local to this component so CSS isolation applies correctly */
/* Anchor and clip inside each td without relying on ancestor selectors */
td[b-22vco5uy55] {
    position: relative;
}

.cell-parent[b-22vco5uy55] {
    position: relative;
}

.cell-wrapper[b-22vco5uy55] {
    display: inline-block;       /* allows centering and ellipsis */
    max-width: 100%;
    padding-right: 28px;         /* avoid overlap with button */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.cell-action-btn[b-22vco5uy55] {
    position: absolute;
    top: 2px;
    right: 2px;
    display: none;               /* show on hover */
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

/* Show when hovering the cell or wrapper */
td:hover .cell-action-btn[b-22vco5uy55],
.cell-parent:hover .cell-action-btn[b-22vco5uy55] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cell-content[b-22vco5uy55] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Center all string content and anchor action buttons to top-right in cells */

/* Apply to this table only to avoid global side effects */
.tableCustom th[b-22vco5uy55],
.tableCustom td[b-22vco5uy55] {
    text-align: center;
    vertical-align: middle;
    position: relative; /* anchor for absolute buttons */
}

/* Header title centered, button absolutely positioned */
.header-cell-title[b-22vco5uy55] {
    display: inline-block;       /* center within th */
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px; /* make room for the absolute button */
}

/* Move header edit button to the top-right of the th */
.header-cell-action[b-22vco5uy55] {
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 6px;
    line-height: 1;
/*    background: transparent;
*/    border: none;
}
/* _content/BlazorWebApp/Components/Pages/CustomerAging/CustomerAging.razor.rz.scp.css */
/* Main Page Container */
.customer-aging-main[b-20owoaeqpl] {
    margin-left: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
}

.content-wrapper[b-20owoaeqpl] {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

/* Page Sections */
.page-section[b-20owoaeqpl] {
    margin-bottom: 24px;
}

/* Typography */
.page-title[b-20owoaeqpl] {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #00345e;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.page-subtitle[b-20owoaeqpl] {
    font-size: 14px;
    color: #26619d;
    margin: 8px 0 0 0;
}

/* Spacing Utilities */
.spacing-small[b-20owoaeqpl] {
    margin-bottom: 12px;
}

.spacing-medium[b-20owoaeqpl] {
    margin-bottom: 24px;
}

.spacing-large[b-20owoaeqpl] {
    margin-bottom: 40px;
}

/* Transitions */
.smooth-transition[b-20owoaeqpl] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Loading State */
.loading-container[b-20owoaeqpl] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    color: #26619d;
}

.loading-spinner[b-20owoaeqpl] {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(55, 85, 195, 0.1);
    border-top-color: #3755c3;
    border-radius: 50%;
    animation: spin-b-20owoaeqpl 0.8s linear infinite;
}

@keyframes spin-b-20owoaeqpl {
    to {
        transform: rotate(360deg);
    }
}

/* Error State */
.error-container[b-20owoaeqpl] {
    background-color: rgba(159, 64, 61, 0.1);
    border: 1px solid #9f403d;
    border-radius: 8px;
    padding: 16px;
    color: #fff7f6;
    text-align: center;
    margin: 16px 0;
}

.error-icon[b-20owoaeqpl] {
    font-size: 32px;
    margin-bottom: 8px;
    display: block;
}

.error-message[b-20owoaeqpl] {
    font-size: 14px;
    font-weight: 500;
}

/* Empty State */
.empty-state[b-20owoaeqpl] {
    background-color: #eff4ff;
    border-radius: 12px;
    padding: 60px 24px;
    text-align: center;
    color: #26619d;
}

.empty-icon[b-20owoaeqpl] {
    font-size: 64px;
    opacity: 0.5;
    margin-bottom: 16px;
    display: block;
}

.empty-message[b-20owoaeqpl] {
    font-size: 16px;
    font-weight: 500;
    color: #00345e;
    margin: 8px 0;
}

.empty-description[b-20owoaeqpl] {
    font-size: 13px;
    color: #26619d;
    margin-top: 8px;
}

/* Card-like Container */
.card-container[b-20owoaeqpl] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 52, 94, 0.06);
    transition: all 0.3s ease;
}

.card-container:hover[b-20owoaeqpl] {
    box-shadow: 0 4px 16px rgba(0, 52, 94, 0.1);
}

/* Grid Layout */
.grid-2-col[b-20owoaeqpl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.grid-3-col[b-20owoaeqpl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

/* Flex Utilities */
.flex-center[b-20owoaeqpl] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between[b-20owoaeqpl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-col[b-20owoaeqpl] {
    display: flex;
    flex-direction: column;
}

.flex-gap-sm[b-20owoaeqpl] {
    gap: 8px;
}

.flex-gap-md[b-20owoaeqpl] {
    gap: 16px;
}

.flex-gap-lg[b-20owoaeqpl] {
    gap: 24px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .customer-aging-main[b-20owoaeqpl] {
        padding: 0;
    }

    .content-wrapper[b-20owoaeqpl] {
        padding: 20px;
    }

    .page-title[b-20owoaeqpl] {
        font-size: 28px;
    }

    .grid-2-col[b-20owoaeqpl],
    .grid-3-col[b-20owoaeqpl] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .content-wrapper[b-20owoaeqpl] {
        padding: 20px 12px;
    }

    .page-title[b-20owoaeqpl] {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .spacing-small[b-20owoaeqpl] {
        margin-bottom: 8px;
    }

    .spacing-medium[b-20owoaeqpl] {
        margin-bottom: 16px;
    }

    .spacing-large[b-20owoaeqpl] {
        margin-bottom: 24px;
    }

    .card-container[b-20owoaeqpl] {
        padding: 16px;
    }

    .empty-state[b-20owoaeqpl] {
        padding: 40px 16px;
    }

    .empty-icon[b-20owoaeqpl] {
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    .content-wrapper[b-20owoaeqpl] {
        padding: 20px 8px;
    }

    .page-title[b-20owoaeqpl] {
        font-size: 20px;
    }

    .page-subtitle[b-20owoaeqpl] {
        font-size: 12px;
    }

    .card-container[b-20owoaeqpl] {
        padding: 12px;
        border-radius: 8px;
    }

    .empty-state[b-20owoaeqpl] {
        padding: 30px 12px;
    }

    .empty-icon[b-20owoaeqpl] {
        font-size: 40px;
    }

    .empty-message[b-20owoaeqpl] {
        font-size: 14px;
    }

    .empty-description[b-20owoaeqpl] {
        font-size: 12px;
    }

    .loading-spinner[b-20owoaeqpl] {
        width: 32px;
        height: 32px;
        border-width: 3px;
    }
}

/* Print Styles */
@media print {
    .customer-aging-main[b-20owoaeqpl] {
        margin-left: 0;
        padding: 0;
    }

    .card-container[b-20owoaeqpl] {
        box-shadow: none;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
}

/* Accessibility */
.sr-only[b-20owoaeqpl] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Focus Visible for Keyboard Navigation */
:focus-visible[b-20owoaeqpl] {
    outline: 2px solid #3755c3;
    outline-offset: 2px;
}

button:focus-visible[b-20owoaeqpl] {
    outline-offset: 2px;
}
/* _content/BlazorWebApp/Components/Pages/CustomerAging/CustomerNavigationBar.razor.rz.scp.css */
.customer-navigation-bar[b-l84y4xgppk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    background-color: #dce9ff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(129, 181, 246, 0.1);
    gap: 16px;
}

.nav-button[b-l84y4xgppk] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3755c3;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    background: transparent;
    font-size: 14px;
    font-family: "Be Vietnam Pro", sans-serif;
    white-space: nowrap;
}

.nav-button:hover[b-l84y4xgppk] {
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateX(0.25rem);
}

.nav-button:active[b-l84y4xgppk] {
    transform: scale(0.98);
}

.nav-button:disabled[b-l84y4xgppk] {
    opacity: 0.5;
    cursor: not-allowed;
}

.customer-info[b-l84y4xgppk] {
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.customer-name[b-l84y4xgppk] {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #00345e;
    margin: 0;
    letter-spacing: -0.5px;
}

.customer-id[b-l84y4xgppk] {
    font-family: monospace;
    font-size: 11px;
    color: #26619d;
    font-weight: 700;
    margin: 4px 0 0 0;
}

.nav-icon[b-l84y4xgppk] {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

@media (max-width: 1024px) {
    .customer-navigation-bar[b-l84y4xgppk] {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }

    .customer-info[b-l84y4xgppk] {
        order: -1;
        margin-bottom: 8px;
    }

    .customer-name[b-l84y4xgppk] {
        font-size: 20px;
    }

    .nav-button[b-l84y4xgppk] {
        flex: 1;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .customer-navigation-bar[b-l84y4xgppk] {
        padding: 12px;
        gap: 8px;
    }

    .customer-name[b-l84y4xgppk] {
        font-size: 18px;
    }

    .customer-id[b-l84y4xgppk] {
        font-size: 10px;
    }

    .nav-button[b-l84y4xgppk] {
        font-size: 12px;
        padding: 6px 10px;
    }

    .nav-icon[b-l84y4xgppk] {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .customer-navigation-bar[b-l84y4xgppk] {
        padding: 8px;
        gap: 4px;
    }

    .customer-name[b-l84y4xgppk] {
        font-size: 16px;
    }

    .customer-id[b-l84y4xgppk] {
        font-size: 9px;
    }

    .nav-button[b-l84y4xgppk] {
        font-size: 11px;
        padding: 4px 6px;
        gap: 4px;
    }

    .nav-icon[b-l84y4xgppk] {
        font-size: 16px;
    }
}
/* _content/BlazorWebApp/Components/Pages/CustomerAging/InvoiceRow.razor.rz.scp.css */
.invoice-row[b-w9j8scutzz] {
    transition: all 0.2s ease;
}

.invoice-row:hover[b-w9j8scutzz] {
    background-color: #eff4ff;
}

.table-cell[b-w9j8scutzz] {
    padding: 10px 12px;
    vertical-align: middle;
    font-size: 13px;
    text-align: left;
    word-wrap: break-word;
    height: 44px;
}

.text-right[b-w9j8scutzz] {
    text-align: right;
}

.invoice-id[b-w9j8scutzz] {
    font-weight: 600;
    color: #3755c3;
    font-size: 12px;
    font-family: 'Courier New', monospace;
    letter-spacing: 0.5px;
}

.date-cell[b-w9j8scutzz] {
    font-size: 12px;
    color: rgba(0, 52, 94, 0.8);
    white-space: nowrap;
}

.amount-cell[b-w9j8scutzz] {
    font-weight: 500;
    font-size: 12px;
    color: #00345e;
    white-space: nowrap;
}

.balance-cell[b-w9j8scutzz] {
    font-weight: 700;
    font-size: 12px;
    color: #914d00;
    white-space: nowrap;
}

.status-cell[b-w9j8scutzz] {
    padding: 12px 16px;
}

.status-badge[b-w9j8scutzz] {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.status-overdue[b-w9j8scutzz] {
    background-color: rgba(241, 147, 44, 0.2);
    color: #4a2500;
}

.status-pending[b-w9j8scutzz] {
    background-color: #d2e4ff;
    color: #26619d;
}

.actions-cell[b-w9j8scutzz] {
    padding: 10px 12px;
    min-width: 350px;
    vertical-align: middle;
}

.actions-wrapper[b-w9j8scutzz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.contact-section[b-w9j8scutzz] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 150px;
    gap: 2px;
}

.contact-email[b-w9j8scutzz] {
    font-size: 11px;
    color: #26619d;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.3px;
}

.contact-history[b-w9j8scutzz] {
    font-size: 10px;
    color: #3755c3;
    text-decoration: none;
    font-weight: 700;
    margin-top: 2px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.contact-history:hover[b-w9j8scutzz] {
    text-decoration: underline;
    opacity: 0.8;
}

.send-btn[b-w9j8scutzz] {
    background-color: #3755c3;
    color: white;
    border: none;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(55, 85, 195, 0.2);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    flex-shrink: 0;
    height: fit-content;
}

.send-btn:hover[b-w9j8scutzz] {
    background-color: #2848b7;
    box-shadow: 0 2px 6px rgba(55, 85, 195, 0.3);
}

.send-btn:active[b-w9j8scutzz] {
    transform: scale(0.95);
    box-shadow: 0 1px 2px rgba(55, 85, 195, 0.2);
}

.send-btn:disabled[b-w9j8scutzz] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .actions-wrapper[b-w9j8scutzz] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .send-btn[b-w9j8scutzz] {
        width: 100%;
        text-align: center;
    }

    .table-cell[b-w9j8scutzz] {
        padding: 10px 12px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .table-cell[b-w9j8scutzz] {
        padding: 8px 10px;
        font-size: 11px;
    }

    .invoice-id[b-w9j8scutzz] {
        font-size: 11px;
    }

    .amount-cell[b-w9j8scutzz],
    .balance-cell[b-w9j8scutzz] {
        font-size: 11px;
    }

    .date-cell[b-w9j8scutzz] {
        font-size: 11px;
    }

    .status-badge[b-w9j8scutzz] {
        font-size: 9px;
        padding: 3px 6px;
    }

    .contact-email[b-w9j8scutzz] {
        font-size: 10px;
    }

    .contact-history[b-w9j8scutzz] {
        font-size: 9px;
    }

    .send-btn[b-w9j8scutzz] {
        font-size: 10px;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .table-cell[b-w9j8scutzz] {
        padding: 6px 8px;
        font-size: 10px;
    }

    .invoice-id[b-w9j8scutzz] {
        font-size: 10px;
    }

    .send-btn[b-w9j8scutzz] {
        font-size: 9px;
        padding: 4px 8px;
    }

    .status-badge[b-w9j8scutzz] {
        font-size: 8px;
        padding: 2px 4px;
    }

    .contact-email[b-w9j8scutzz] {
        font-size: 9px;
    }

    .contact-history[b-w9j8scutzz] {
        margin-top: 2px;
    }

    .actions-wrapper[b-w9j8scutzz] {
        gap: 6px;
    }
}
/* _content/BlazorWebApp/Components/Pages/CustomerAging/InvoiceTable.razor.rz.scp.css */
.invoice-table-container[b-ycxkogk7bp] {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 52, 94, 0.04);
    margin-bottom: 24px;
}

.invoice-table-scroll[b-ycxkogk7bp] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.invoice-table[b-ycxkogk7bp] {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    table-layout: fixed;
}

.table-header[b-ycxkogk7bp] {
    background-color: #e5eeff;
    color: #26619d;
}

.table-header-cell[b-ycxkogk7bp] {
    padding: 10px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle;
    text-align: left;
    word-wrap: break-word;
    height: 44px;
}

.table-body[b-ycxkogk7bp] {
    border-top: 1px solid rgba(129, 181, 246, 0.1);
}

.table-row[b-ycxkogk7bp] {
    border-bottom: 1px solid rgba(129, 181, 246, 0.1);
    transition: all 0.2s ease;
}

.table-row:hover[b-ycxkogk7bp] {
    background-color: #eff4ff;
}

.table-row:last-child[b-ycxkogk7bp] {
    border-bottom: none;
}

.table-cell[b-ycxkogk7bp] {
    padding: 12px 16px;
    vertical-align: middle;
    font-size: 13px;
    text-align: left;
    word-wrap: break-word;
}

.table-cell-right[b-ycxkogk7bp] {
    text-align: right;
}

.text-right[b-ycxkogk7bp] {
    text-align: right;
}

.invoice-id[b-ycxkogk7bp] {
    font-weight: 600;
    color: #3755c3;
    font-family: monospace;
    font-size: 12px;
}

.date-cell[b-ycxkogk7bp] {
    font-size: 12px;
    color: rgba(0, 52, 94, 0.8);
    white-space: nowrap;
}

.amount-cell[b-ycxkogk7bp] {
    font-weight: 500;
    color: #00345e;
    font-size: 12px;
    white-space: nowrap;
}

.balance-cell[b-ycxkogk7bp] {
    font-weight: 700;
    color: #914d00;
    font-size: 12px;
    white-space: nowrap;
}

.status-badge[b-ycxkogk7bp] {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.status-overdue[b-ycxkogk7bp] {
    background-color: rgba(241, 147, 44, 0.2);
    color: #4a2500;
}

.status-pending[b-ycxkogk7bp] {
    background-color: #d2e4ff;
    color: #26619d;
}

.actions-cell[b-ycxkogk7bp] {
    min-width: 350px;
}

.actions-wrapper[b-ycxkogk7bp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.contact-info[b-ycxkogk7bp] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 150px;
}

.contact-email[b-ycxkogk7bp] {
    font-size: 11px;
    color: #26619d;
    font-weight: 500;
    margin: 0;
}

.contact-history-link[b-ycxkogk7bp] {
    font-size: 10px;
    color: #3755c3;
    text-decoration: none;
    font-weight: 700;
    margin-top: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.contact-history-link:hover[b-ycxkogk7bp] {
    text-decoration: underline;
}

.send-statement-btn[b-ycxkogk7bp] {
    background-color: #3755c3;
    color: white;
    border: none;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(55, 85, 195, 0.3);
    white-space: nowrap;
    text-transform: uppercase;
    flex-shrink: 0;
}

.send-statement-btn:hover[b-ycxkogk7bp] {
    background-color: #2848b7;
    box-shadow: 0 4px 10px rgba(55, 85, 195, 0.4);
}

.send-statement-btn:active[b-ycxkogk7bp] {
    transform: scale(0.95);
}

.send-statement-btn:disabled[b-ycxkogk7bp] {
    opacity: 0.5;
    cursor: not-allowed;
}

.table-loading[b-ycxkogk7bp] {
    text-align: center;
    padding: 40px 24px;
    color: #26619d;
}

.table-empty[b-ycxkogk7bp] {
    text-align: center;
    padding: 60px 24px;
}

.empty-icon[b-ycxkogk7bp] {
    font-size: 48px;
    color: #81b5f6;
    margin-bottom: 16px;
}

.empty-message[b-ycxkogk7bp] {
    font-size: 16px;
    font-weight: 500;
    color: #00345e;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .actions-wrapper[b-ycxkogk7bp] {
        flex-direction: column;
        align-items: flex-start;
    }

    .send-statement-btn[b-ycxkogk7bp] {
        width: 100%;
    }

    .table-header-cell[b-ycxkogk7bp] {
        padding: 10px 12px;
        font-size: 10px;
    }

    .table-cell[b-ycxkogk7bp] {
        padding: 10px 12px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .invoice-table[b-ycxkogk7bp] {
        font-size: 12px;
    }

    .table-header-cell[b-ycxkogk7bp] {
        padding: 8px 10px;
        font-size: 9px;
    }

    .table-cell[b-ycxkogk7bp] {
        padding: 8px 10px;
        font-size: 11px;
    }

    .invoice-id[b-ycxkogk7bp] {
        font-size: 11px;
    }

    .date-cell[b-ycxkogk7bp] {
        font-size: 11px;
    }

    .amount-cell[b-ycxkogk7bp] {
        font-size: 11px;
    }

    .balance-cell[b-ycxkogk7bp] {
        font-size: 11px;
    }

    .status-badge[b-ycxkogk7bp] {
        font-size: 9px;
        padding: 3px 6px;
    }

    .actions-cell[b-ycxkogk7bp] {
        min-width: 300px;
    }

    .send-statement-btn[b-ycxkogk7bp] {
        font-size: 10px;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .invoice-table[b-ycxkogk7bp] {
        font-size: 11px;
    }

    .table-header-cell[b-ycxkogk7bp] {
        padding: 6px 8px;
        font-size: 8px;
        letter-spacing: 0px;
    }

    .table-cell[b-ycxkogk7bp] {
        padding: 6px 8px;
        font-size: 10px;
    }

    .invoice-id[b-ycxkogk7bp] {
        font-size: 10px;
    }

    .date-cell[b-ycxkogk7bp],
    .amount-cell[b-ycxkogk7bp],
    .balance-cell[b-ycxkogk7bp] {
        font-size: 10px;
    }

    .contact-email[b-ycxkogk7bp] {
        font-size: 9px;
    }

    .contact-history-link[b-ycxkogk7bp] {
        font-size: 8px;
    }

    .send-statement-btn[b-ycxkogk7bp] {
        font-size: 9px;
        padding: 4px 8px;
    }

    .actions-cell[b-ycxkogk7bp] {
        min-width: 250px;
    }
}

.actions-cell[b-ycxkogk7bp] {
    min-width: 400px;
}

.actions-container[b-ycxkogk7bp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.contact-info[b-ycxkogk7bp] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.contact-email[b-ycxkogk7bp] {
    font-size: 11px;
    color: #26619d;
    font-weight: 500;
    margin: 0;
}

.contact-history-link[b-ycxkogk7bp] {
    font-size: 10px;
    color: #3755c3;
    text-decoration: none;
    font-weight: 700;
    margin-top: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.contact-history-link:hover[b-ycxkogk7bp] {
    text-decoration: underline;
}

.send-statement-btn[b-ycxkogk7bp] {
    background-color: #3755c3;
    color: white;
    border: none;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(55, 85, 195, 0.3);
    white-space: nowrap;
    text-transform: uppercase;
}

.send-statement-btn:hover[b-ycxkogk7bp] {
    background-color: #2848b7;
    box-shadow: 0 4px 10px rgba(55, 85, 195, 0.4);
}

.send-statement-btn:active[b-ycxkogk7bp] {
    transform: scale(0.95);
}

.send-statement-btn:disabled[b-ycxkogk7bp] {
    opacity: 0.5;
    cursor: not-allowed;
}

.table-loading[b-ycxkogk7bp] {
    text-align: center;
    padding: 40px 24px;
    color: #26619d;
}

.table-empty[b-ycxkogk7bp] {
    text-align: center;
    padding: 60px 24px;
}

.empty-icon[b-ycxkogk7bp] {
    font-size: 48px;
    color: #81b5f6;
    margin-bottom: 16px;
}

.empty-message[b-ycxkogk7bp] {
    font-size: 16px;
    font-weight: 500;
    color: #00345e;
    margin: 0;
}

@media (max-width: 1024px) {
    .actions-container[b-ycxkogk7bp] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .send-statement-btn[b-ycxkogk7bp] {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .invoice-table-scroll[b-ycxkogk7bp] {
        -webkit-overflow-scrolling: touch;
    }

    .table-cell[b-ycxkogk7bp] {
        padding: 12px 16px;
        font-size: 13px;
    }

    .table-header-cell[b-ycxkogk7bp] {
        padding: 12px 16px;
        font-size: 10px;
    }

    .actions-cell[b-ycxkogk7bp] {
        min-width: 300px;
    }
}

@media (max-width: 480px) {
    .table-cell[b-ycxkogk7bp] {
        padding: 10px 12px;
        font-size: 12px;
    }

    .table-header-cell[b-ycxkogk7bp] {
        padding: 10px 12px;
        font-size: 9px;
    }

    .actions-cell[b-ycxkogk7bp] {
        min-width: 250px;
    }
}
/* _content/BlazorWebApp/Components/Pages/CustomerAging/QueryFiltersSection.razor.rz.scp.css */
.query-filters-section[b-gvyirm3d0c] {
    background-color: #eff4ff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 24px;
    box-shadow: 0 1px 3px rgba(0, 52, 94, 0.06);
}

.filter-group[b-gvyirm3d0c] {
    flex: 1;
    min-width: 200px;
}

.filter-label[b-gvyirm3d0c] {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #26619d;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.filter-input-wrapper[b-gvyirm3d0c] {
    position: relative;
    display: flex;
    align-items: center;
}

.filter-input[b-gvyirm3d0c] {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 40px 12px 12px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: "Be Vietnam Pro", sans-serif;
}

.filter-input:focus[b-gvyirm3d0c] {
    outline: none;
    border-color: #3755c3;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 2px rgba(55, 85, 195, 0.2);
}

.filter-input:readonly[b-gvyirm3d0c] {
    cursor: pointer;
    background-color: #ffffff;
}

.filter-icon[b-gvyirm3d0c] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #477dbb;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.run-query-btn[b-gvyirm3d0c] {
    background-color: #3755c3;
    color: white;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(55, 85, 195, 0.3);
    white-space: nowrap;
    font-family: "Be Vietnam Pro", sans-serif;
}

.run-query-btn:hover[b-gvyirm3d0c] {
    background-color: #2848b7;
    box-shadow: 0 4px 12px rgba(55, 85, 195, 0.4);
    transform: translateY(-2px);
}

.run-query-btn:active[b-gvyirm3d0c] {
    transform: scale(0.95);
}

.run-query-btn:disabled[b-gvyirm3d0c] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 1024px) {
    .query-filters-section[b-gvyirm3d0c] {
        flex-direction: column;
        gap: 16px;
    }

    .filter-group[b-gvyirm3d0c] {
        width: 100%;
    }

    .run-query-btn[b-gvyirm3d0c] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .query-filters-section[b-gvyirm3d0c] {
        padding: 16px;
        gap: 12px;
    }

    .filter-group[b-gvyirm3d0c] {
        width: 100%;
    }

    .filter-input[b-gvyirm3d0c] {
        padding: 10px 36px 10px 10px;
        font-size: 13px;
    }

    .filter-icon[b-gvyirm3d0c] {
        font-size: 18px;
        right: 8px;
    }

    .filter-label[b-gvyirm3d0c] {
        font-size: 10px;
        margin-bottom: 6px;
    }

    .run-query-btn[b-gvyirm3d0c] {
        width: 100%;
        font-size: 13px;
        padding: 10px 16px;
    }
}

@media (max-width: 480px) {
    .query-filters-section[b-gvyirm3d0c] {
        padding: 12px;
        gap: 8px;
    }

    .filter-input[b-gvyirm3d0c] {
        padding: 8px 32px 8px 8px;
        font-size: 12px;
    }

    .filter-icon[b-gvyirm3d0c] {
        font-size: 16px;
    }

    .filter-label[b-gvyirm3d0c] {
        font-size: 9px;
        letter-spacing: 0.5px;
    }

    .run-query-btn[b-gvyirm3d0c] {
        font-size: 11px;
        padding: 8px 12px;
    }
}
/* _content/BlazorWebApp/Components/Pages/CustomerAging/SummaryFooter.razor.rz.scp.css */
.summary-footer[b-0pd07tenmj] {
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    background-color: #00345e;
    color: #ffffff;
    border-radius: 0;
    padding: 32px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -4px 12px rgba(0, 52, 94, 0.15);
    gap: 24px;
    width: 100%;
}

.balance-section[b-0pd07tenmj] {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
}

.balance-icon-wrapper[b-0pd07tenmj] {
    background-color: rgba(55, 85, 195, 0.2);
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.balance-icon[b-0pd07tenmj] {
    color: #cad2ff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.balance-content[b-0pd07tenmj] {
    display: flex;
    flex-direction: column;
}

.balance-label[b-0pd07tenmj] {
    color: #c4dcff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.balance-amount[b-0pd07tenmj] {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: white;
    margin: 4px 0 0 0;
    letter-spacing: -0.5px;
}

.actions-section[b-0pd07tenmj] {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.footer-btn[b-0pd07tenmj] {
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    font-family: "Be Vietnam Pro", sans-serif;
}

.btn-download[b-0pd07tenmj] {
    background-color: #ffffff;
    color: #00345e;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.btn-download:hover[b-0pd07tenmj] {
    background-color: #d2e4ff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.btn-download:active[b-0pd07tenmj] {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-send-all[b-0pd07tenmj] {
    background-color: #4a4bd7;
    color: white;
    box-shadow: 0 2px 6px rgba(74, 75, 215, 0.3);
}

.btn-send-all:hover[b-0pd07tenmj] {
    background-color: #3d3dcb;
    box-shadow: 0 4px 10px rgba(74, 75, 215, 0.4);
    transform: translateY(-2px);
}

.btn-send-all:active[b-0pd07tenmj] {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(74, 75, 215, 0.2);
}

.btn-icon[b-0pd07tenmj] {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-disabled[b-0pd07tenmj] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}

@media (max-width: 768px) {
    .summary-footer[b-0pd07tenmj] {
        padding: 20px 12px;
        gap: 16px;
        flex-direction: column;
    }

    .balance-icon-wrapper[b-0pd07tenmj] {
        min-width: 48px;
        height: 48px;
        padding: 10px;
    }

    .balance-icon[b-0pd07tenmj] {
        font-size: 28px;
    }

    .balance-section[b-0pd07tenmj] {
        gap: 16px;
        width: 100%;
    }

    .balance-amount[b-0pd07tenmj] {
        font-size: 24px;
    }

    .balance-label[b-0pd07tenmj] {
        font-size: 10px;
    }

    .actions-section[b-0pd07tenmj] {
        gap: 12px;
        width: 100%;
        flex-direction: column;
    }

    .footer-btn[b-0pd07tenmj] {
        width: 100%;
        padding: 12px 16px;
        font-size: 12px;
    }

    .btn-icon[b-0pd07tenmj] {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .summary-footer[b-0pd07tenmj] {
        padding: 16px 8px;
        flex-direction: column;
    }

    .balance-section[b-0pd07tenmj] {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .balance-icon-wrapper[b-0pd07tenmj] {
        margin: 0 auto;
    }

    .balance-amount[b-0pd07tenmj] {
        font-size: 20px;
    }

    .balance-label[b-0pd07tenmj] {
        font-size: 9px;
        letter-spacing: 0.5px;
    }

    .actions-section[b-0pd07tenmj] {
        width: 100%;
        gap: 8px;
    }

    .footer-btn[b-0pd07tenmj] {
        font-size: 11px;
        padding: 10px 12px;
        gap: 6px;
    }

    .btn-icon[b-0pd07tenmj] {
        font-size: 14px;
    }
}
/* _content/BlazorWebApp/Components/Pages/DashboardTicketPage.razor.rz.scp.css */
#chartRenderPercent[b-jt4xapqp8e] {
    background-color: rgba(217, 217, 217, 0.3);
    border-radius: 50%;
}
/* _content/BlazorWebApp/Components/Pages/HomePage.razor.rz.scp.css */
.contentHomePG .nav-link[b-y4esj77aty] {
    color: white;
    font-size: 25px;
    padding: 0;
    transition: border-bottom 0.2s ease, color 0.2s ease;
}
.navHomePage2[b-y4esj77aty] {
    position: sticky;
    top: 2.75rem;
    z-index: 9;
    background-color: #2c4a65;
    padding: 0 3rem;
    height: 3.25rem;
    transition: padding-left 0.3s ease;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.15);
}
.contentHomePG .nav-link.active[b-y4esj77aty], .contentHomePG .nav-link:hover[b-y4esj77aty] {
    background-color: transparent !important;
    color: white !important;
    border-radius: 0 !important;
}
.contentHomePG .nav-link.active[b-y4esj77aty] {
    border-bottom: 3px solid white;
    color: white !important;
    border-radius: 0 !important;
}
.contentHomePG .content-item[b-y4esj77aty] {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: none;
}
.contentHomePG .content-item.show[b-y4esj77aty] {
    display: block;
    opacity: 1;
    transform: scale(1);
}
.grid-item[b-y4esj77aty] {
    border-radius:0.25rem;
}
.contentHomePage[b-y4esj77aty] {
    background-image: linear-gradient(180deg, #2b4964 0%, #2b4964 15%, #96b9d7 100%);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 0 3rem;
    position: relative;
    transition: padding-left 0.3s ease;
    padding-bottom: 0 !important;
    /* overflow: hidden; */ 
    margin-bottom: 0;
}
html[b-y4esj77aty], body[b-y4esj77aty] {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
/* Hiệu ứng hover cho ảnh trong video-container */
#video-container img[b-y4esj77aty] {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

    #video-container img:hover[b-y4esj77aty] {
        border: 1px solid #3b82f6;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25) !important;
    }

/* Hiệu ứng cho container bọc ảnh */

/*
#SettingLink .resIconItem {
    width: 70px !important;
    height: 70px !important;
}
/* _content/BlazorWebApp/Components/Pages/HrCentrals/ShiftAssignPageV2.razor.rz.scp.css */
.sticky-col[b-9g296xakmu] {
    position: sticky;
}
/* _content/BlazorWebApp/Components/Pages/LoginPage.razor.rz.scp.css */
/*.bg-img {
    position: relative;
}

.bg-img .imgLogoL {
    position: absolute;
    left: 0;
    width: 12%
}

.bg-img .bg-op {
    background-color: #111418;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.bg-img .imgLeft {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-lg {
    background-image: url(img/br_login_mobileV2.jpeg);
    background-size: cover;
    position: relative;
}

.input-LG {
    font-size: 20px;
    padding-left: 10px;
    border: 2px solid #DADBE3;
    border-radius: 10px;
    outline: 0;
}

.input-LG:focus {
    border: 2px solid #305A80;
}
.inputCheck {
    border: 1px solid #DADBE3;
}

.inputUP input::placeholder {
    font-size: 22px;
    padding: 15px 0px
}

.bg-lg .buttonLG {
    background-color: #376682;
    border: 2px solid #305A80;
    color: white;
    font-size: 22px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    display: inline-block;
    text-decoration: none;
}

.qrVr {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.languageLG:focus-visible {
    border: 2px solid #25A5D6 !important;
}

select.changed-border {
    border-color: #25A5D6 !important;
}
@media screen and (min-width: 1200px) {
}*/
/* lap */
/*@media screen and (max-width: 1200px) {
    .forPas {
        width: 65% !important;
    }

    .bg-img {
        width: 65% !important;
    }

    .bg-lg {
        width: 35% !important;
    }
}*/
/* tap */
/*@media screen and (max-width: 992px) {
    .bg-img {
        width: 60% !important;
    }

    .bg-lg {
        width: 40% !important;
    }
}*/
/* tap */
/*@media screen and (max-width: 768px) {
    .contentLG {
        display: block !important;
        position: relative !important;
    }

    .bg-img {
        width: 100% !important;
        height: 100vh;
    }

    .bg-lg {
        position: absolute !important;
        width: 80% !important;
        height: 80%;
        top: 10%;
        left: 10%;
        z-index: 9;
        border-radius: 20px;
        opacity: 0.9;
    }

    .forPas {
        width: 100% !important;
    }

    .resLogoMain {
        margin-top: 30px !important;
        width: 185px !important;
        height: 193px !important;
    }

    .qrVr {
        width: 42% !important;
    }

    .resUN {
        margin-top: 20px !important;
    }
}*/
/* mobile */
/*@media (max-width: 576px) {
    .forPas {
        width: 80% !important;
    }
    .resLogoMain {
        margin-top: 30px !important;
        width: 165px !important;
        height: 173px !important;
    }
}*/
.error-tip[b-59pr5o2oat] {
    /*display: none;*/
    color:red;
}
a[b-59pr5o2oat] {
    color: -webkit-link !important;
    cursor: pointer;
    text-decoration: underline !important;
}
/* _content/BlazorWebApp/Components/Pages/MappingChart/MappingScreen.razor.rz.scp.css */
/* MappingScreen - Modern Glass Card Design with Drag & Drop Support */

:root[b-xr77fufvbc] {
    /* Colors - matching your design system */
    --color-white: #ffffff;
    --color-slate-300: #cbd5e1;
    --color-slate-400: #94a3b8;
    --color-slate-500: #64748b;
    --color-slate-700: #334155;
    --color-slate-800: #1e293b;
    --color-slate-900: #0f172a;
    --color-cyan-500: #06b6d4;
    --color-red-500: #ef4444;
    --color-red-600: #dc2626;
    --color-background: #0b1326;
    
    /* Glass effect */
    --glass-bg: rgba(30, 41, 59, 0.8);
    --glass-border: rgba(107, 114, 128, 0.2);
    
    /* Spacing */
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
}

/* Main Container */
.mapping-container[b-xr77fufvbc] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: var(--space-lg);
    background: linear-gradient(135deg, var(--color-background) 0%, #111c30 100%);
    gap: var(--space-md);
    position: relative;
}

/* Header Section */
.mapping-header[b-xr77fufvbc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-md);
    margin-bottom: var(--space-sm);
}

.mapping-header h2[b-xr77fufvbc] {
    margin: 0;
    color: var(--color-white);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    flex: 1;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}

.mapping-header .btn[b-xr77fufvbc] {
    padding: 0.625rem 1.25rem;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: var(--color-cyan-500);
    color: var(--color-slate-900);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mapping-header .btn:hover[b-xr77fufvbc] {
    background-color: #00d4e3;
    box-shadow: 0 8px 24px rgba(6, 182, 212, 0.3);
    transform: translateY(-2px);
}

.mapping-header .btn:active[b-xr77fufvbc] {
    transform: translateY(0);
}

/* Delete Zone - Modern Design */
.delete-zone[b-xr77fufvbc] {
    position: fixed;
    left: var(--space-lg);
    top: 100px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.1) 100%);
    backdrop-filter: blur(10px);
    border: 2px dashed rgba(239, 68, 68, 0.5);
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 0.375rem;
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.delete-zone:hover[b-xr77fufvbc] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.25) 0%, rgba(220, 38, 38, 0.15) 100%);
    border-color: rgba(239, 68, 68, 0.7);
    box-shadow: 0 8px 24px rgba(239, 68, 68, 0.25);
}

.delete-zone.active[b-xr77fufvbc] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.4) 0%, rgba(220, 38, 38, 0.3) 100%);
    border-color: var(--color-red-500);
    box-shadow: 0 12px 32px rgba(239, 68, 68, 0.4);
}

.delete-zone.active .delete-icon[b-xr77fufvbc] {
    color: var(--color-red-500);
    font-size: 32px;
    transform: scale(1.1);
}

.delete-zone.active .delete-text[b-xr77fufvbc] {
    color: var(--color-red-500);
    font-weight: 700;
    text-transform: uppercase;
}

.delete-icon[b-xr77fufvbc] {
    font-size: 28px;
    color: rgba(239, 68, 68, 0.7);
    transition: all 0.2s ease;
}

.delete-text[b-xr77fufvbc] {
    font-size: 11px;
    color: rgba(239, 68, 68, 0.7);
    font-weight: 600;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Mapping Canvas - Grid Background */
.mapping-canvas[b-xr77fufvbc] {
    flex: 1;
    background-color: var(--color-slate-900);
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(107, 114, 128, 0.08) 25%, rgba(107, 114, 128, 0.08) 26%, transparent 27%, transparent 74%, rgba(107, 114, 128, 0.08) 75%, rgba(107, 114, 128, 0.08) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(107, 114, 128, 0.08) 25%, rgba(107, 114, 128, 0.08) 26%, transparent 27%, transparent 74%, rgba(107, 114, 128, 0.08) 75%, rgba(107, 114, 128, 0.08) 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    border: 1px solid var(--glass-border);
    border-radius: 0.75rem;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Square Object - Draggable Card */
.square-object[b-xr77fufvbc] {
    position: absolute;
    width: 300px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    border-radius: 0.5rem;
    user-select: none;
    transition: box-shadow 0.2s ease;
    will-change: left, top;
    z-index: 100;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 0;
}

.square-object:hover[b-xr77fufvbc] {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    cursor: grab;
}

.square-object:active[b-xr77fufvbc] {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
    cursor: grabbing;
}

.square-object.dragging[b-xr77fufvbc] {
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.6);
    z-index: 2000;
    cursor: grabbing;
    will-change: left, top;
    filter: drop-shadow(0 0 12px rgba(6, 182, 212, 0.3));
    transition: none !important;
}

/* Toast Notification - Modern Design */
#toast-notification[b-xr77fufvbc] {
    position: fixed;
    bottom: var(--space-lg);
    right: var(--space-lg);
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 2001;
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

#toast-notification.show[b-xr77fufvbc] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#toast-spinner[b-xr77fufvbc] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.spinner[b-xr77fufvbc] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(6, 182, 212, 0.3);
    border-top-color: var(--color-cyan-500);
    border-radius: 50%;
    animation: spin-b-xr77fufvbc 0.8s linear infinite;
}

@keyframes spin-b-xr77fufvbc {
    to {
        transform: rotate(360deg);
    }
}

#toast-message[b-xr77fufvbc] {
    flex: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mapping-container[b-xr77fufvbc] {
        padding: var(--space-md);
        gap: var(--space-sm);
    }
    
    .square-object[b-xr77fufvbc] {
        min-width: 260px;
        min-height: 140px;
    }
    
    .mapping-header h2[b-xr77fufvbc] {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .mapping-container[b-xr77fufvbc] {
        padding: var(--space-sm);
        height: auto;
        min-height: 100vh;
    }
    
    .mapping-header[b-xr77fufvbc] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .mapping-header h2[b-xr77fufvbc] {
        font-size: 20px;
        text-align: center;
    }
    
    .mapping-header .btn[b-xr77fufvbc] {
        width: 100%;
        text-align: center;
    }
    
    .square-object[b-xr77fufvbc] {
        min-width: 100%;
        max-width: 100%;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }
    
    .delete-zone[b-xr77fufvbc] {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        margin-bottom: var(--space-md);
    }
}

/* Utility Classes */
.drag-handle[b-xr77fufvbc] {
    cursor: grab;
}

.drag-handle:active[b-xr77fufvbc] {
    cursor: grabbing;
}

/* Spinner Styles */
.toast-spinner[b-xr77fufvbc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.spinner[b-xr77fufvbc] {
    width: 14px;
    height: 14px;
    border: 2px solid #d0d0d0;
    border-top-color: #555;
    border-radius: 50%;
    animation: spin-b-xr77fufvbc 0.8s linear infinite;
}

@keyframes spin-b-xr77fufvbc {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .square-object[b-xr77fufvbc] {
        transition: none;
    }

    #toast-notification[b-xr77fufvbc] {
        transition: none;
    }

    .delete-zone[b-xr77fufvbc] {
        transition: none;
    }

    .spinner[b-xr77fufvbc] {
        animation: none;
    }
}
/* _content/BlazorWebApp/Components/Pages/MRP/ItemBomRouting.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   IBR – Item BOM & Routing Manager
   Scoped styles (no Tailwind)
═══════════════════════════════════════════════ */

/* ── Page shell ─────────────────────────────── */
.ibr-page[b-inz3754427] {
    display: flex;
    flex-direction: row-reverse; /* tree RIGHT, panel LEFT */
    height: calc(100vh - 3rem);
    overflow: hidden;
    background: #f3f6fb;
    gap: 0;
}

/* ══════════════════════════════════════════════
   RIGHT PANEL – Product Tree
══════════════════════════════════════════════ */
.ibr-right-panel[b-inz3754427] {
    width: 18rem;
    min-width: 12rem;
    max-width: 36rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-left: 1px solid #dde3ef;
    overflow: hidden;
}

.ibr-tree-header[b-inz3754427] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #dde3ef;
    background: #f8faff;
}

.ibr-tree-title[b-inz3754427] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #4a5568;
    margin: 0;
}

/* Search bar */
.ibr-tree-search[b-inz3754427] {
    position: relative;
    padding: 0.625rem 0.75rem;
    border-bottom: 1px solid #dde3ef;
}

.ibr-tree-search-icon[b-inz3754427] {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.5;
}

.ibr-tree-search-input[b-inz3754427] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.4rem 0.5rem 0.4rem 1.9rem;
    font-size: 0.84rem;
    border: 1px solid #dde3ef;
    border-radius: 0.375rem;
    background: #f8faff;
    color: #1a202c;
    outline: none;
    transition: border-color 0.15s;
}

.ibr-tree-search-input:focus[b-inz3754427] {
    border-color: #3755c3;
    background: #fff;
}

/* Scrollable body */
.ibr-tree-body[b-inz3754427] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0;
}

/* Empty state */
.ibr-tree-empty[b-inz3754427] {
    padding: 1.5rem;
    text-align: center;
    font-size: 0.84rem;
    color: #9aa5b4;
}

/* ── Item block ──────────────────────────────── */
.ibr-tree-item-block[b-inz3754427] {
    margin-bottom: 0.125rem;
}

/* Item row */
.ibr-tree-row[b-inz3754427] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem 0.5rem 0.375rem;
    cursor: pointer;
    user-select: none;
    border-radius: 0;
    transition: background 0.12s;
}

.ibr-tree-row:hover[b-inz3754427] {
    background: #eef2ff;
}

.ibr-tree-row--active[b-inz3754427] {
    background: #dde1ff;
    color: #2747b6;
    font-weight: 600;
}

/* Toggle button */
.ibr-tree-toggle[b-inz3754427] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 1.25rem;
}

/* Tree icon tints */
.ibr-tree-icon--item[b-inz3754427]    { flex-shrink: 0; filter: invert(28%) sepia(87%) saturate(800%) hue-rotate(210deg); }
.ibr-tree-icon--bom[b-inz3754427]     { flex-shrink: 0; filter: invert(38%) sepia(69%) saturate(500%) hue-rotate(100deg); }
.ibr-tree-icon--routing[b-inz3754427] { flex-shrink: 0; filter: invert(55%) sepia(80%) saturate(600%) hue-rotate(10deg);  }
.ibr-tree-icon--leaf[b-inz3754427]    { flex-shrink: 0; opacity: 0.4; }
.ibr-tree-icon--semi[b-inz3754427]    { flex-shrink: 0; filter: invert(45%) sepia(60%) saturate(700%) hue-rotate(280deg); }

.ibr-tree-label[b-inz3754427] {
    flex: 1;
    font-size: 0.86rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ibr-tree-label--leaf[b-inz3754427] {
    font-size: 0.79rem;
    color: #718096;
}

.ibr-tree-label--semi[b-inz3754427] {
    font-size: 0.84rem;
    color: #6b46c1;
}

/* Badge (count) */
.ibr-tree-badge[b-inz3754427] {
    flex-shrink: 0;
    background: #e5e7eb;
    color: #4b5563;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.05rem 0.4rem;
    margin-left: auto;
}

.ibr-tree-badge--semi[b-inz3754427] {
    background: #ede9fe;
    color: #6b46c1;
}

/* Sub-menu indent */
.ibr-tree-sub[b-inz3754427] {
    margin-left: 2rem;
    border-left: 2px solid #e5e7eb;
}

.ibr-tree-sub--deep[b-inz3754427] {
    margin-left: 1.5rem;
    border-left: 2px solid #ddd6fe;
}

.ibr-tree-sub-row[b-inz3754427] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    cursor: pointer;
    transition: background 0.12s;
}

.ibr-tree-sub-row:hover[b-inz3754427] { background: #f0fdf4; }

.ibr-tree-sub-row.ibr-tree-row--active[b-inz3754427] {
    background: #dcfce7;
    color: #166534;
}

.ibr-tree-sub-row.ibr-tree-row--semi:hover[b-inz3754427] { background: #f5f3ff; }
.ibr-tree-sub-row.ibr-tree-row--semi.ibr-tree-row--active[b-inz3754427] {
    background: #ede9fe;
    color: #6b46c1;
}

/* Semi-product block */
.ibr-tree-semi-block[b-inz3754427] { padding-left: 0.5rem; }
/* Leaf rows */
.ibr-tree-leaf[b-inz3754427] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem 0.3rem 1.5rem;
    pointer-events: none;
}

.ibr-tree-leaf--selectable[b-inz3754427] {
    pointer-events: auto;
    cursor: pointer;
    transition: background 0.12s;
}

.ibr-tree-leaf--selectable:hover[b-inz3754427] { background: #f0fdf4; }

/* ══════════════════════════════════════════════
   LEFT PANEL – Edit / Table area
══════════════════════════════════════════════ */
.ibr-left-panel[b-inz3754427] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #f3f6fb;
}

/* ── Empty state ─────────────────────────────── */
.ibr-empty-state[b-inz3754427] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #9aa5b4;
    text-align: center;
    padding: 3rem;
}

.ibr-empty-title[b-inz3754427] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #718096;
    margin: 0;
}

.ibr-empty-sub[b-inz3754427] {
    font-size: 0.88rem;
    margin: 0;
    max-width: 22rem;
}

/* ── Panel header ────────────────────────────── */
.ibr-panel-header[b-inz3754427] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    background: #ffffff;
    border-bottom: 1px solid #dde3ef;
    flex-shrink: 0;
}

.ibr-panel-icon--item[b-inz3754427]    { filter: invert(28%) sepia(87%) saturate(800%) hue-rotate(210deg); }
.ibr-panel-icon--bom[b-inz3754427]     { filter: invert(38%) sepia(69%) saturate(500%) hue-rotate(100deg); }
.ibr-panel-icon--routing[b-inz3754427] { filter: invert(55%) sepia(80%) saturate(600%) hue-rotate(10deg);  }

.ibr-panel-title[b-inz3754427] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a202c;
}

.ibr-panel-subtitle[b-inz3754427] {
    margin: 0;
    font-size: 0.8rem;
    color: #718096;
}

.ibr-panel-actions[b-inz3754427] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    flex-wrap: wrap;
}

/* ── Tabs ────────────────────────────────────── */
.ibr-tabs[b-inz3754427] {
    display: flex;
    align-items: flex-end;
    background: #f0f4ff;
    border-bottom: 2px solid #dde3ef;
    flex-shrink: 0;
    padding: 0 0.5rem;
    gap: 0.25rem;
}

.ibr-tab[b-inz3754427] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 1.1rem 0.55rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #6b7280;
    background: #e8edf8;
    border: 1px solid #dde3ef;
    border-bottom: none;
    border-radius: 0.45rem 0.45rem 0 0;
    margin-top: 0.3rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, box-shadow 0.15s, transform 0.1s;
    white-space: nowrap;
    user-select: none;
    outline: none;
}

.ibr-tab:hover[b-inz3754427] {
    background: #f5f7ff;
    color: #3755c3;
    transform: translateY(-1px);
    box-shadow: 0 -2px 6px rgba(55, 85, 195, 0.08);
}

/* Active tab lifts up and sits flush against the border */
.ibr-tab--active[b-inz3754427] {
    background: #ffffff;
    border-color: #dde3ef;
    border-bottom-color: #ffffff;
    margin-bottom: -2px;
    padding-bottom: 0.65rem;
    font-weight: 700;
    box-shadow: 0 -3px 8px rgba(55, 85, 195, 0.1);
    z-index: 1;
}

/* ── Per-tab accent stripe at top ────────────── */
.ibr-tab[b-inz3754427]::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
    border-radius: 0.45rem 0.45rem 0 0;
    background: transparent;
    transition: background 0.15s;
}

.ibr-tab--active[data-tab="detail"][b-inz3754427]::before  { background: #3755c3; }
.ibr-tab--active[data-tab="bom"][b-inz3754427]::before     { background: #0ea95b; }
.ibr-tab--active[data-tab="routing"][b-inz3754427]::before { background: #d97706; }

/* ── Tab icon wrapper ────────────────────────── */
.ibr-tab-icon[b-inz3754427] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.3rem;
    flex-shrink: 0;
    transition: background 0.15s;
}

/* Inactive state: grey icon background */
.ibr-tab-icon img[b-inz3754427] { opacity: 0.55; transition: opacity 0.15s, filter 0.15s; }

/* Active & hover icon tinting */
.ibr-tab--active .ibr-tab-icon img[b-inz3754427],
.ibr-tab:hover .ibr-tab-icon img[b-inz3754427] { opacity: 1; }

.ibr-tab-icon--detail img[b-inz3754427] { filter: invert(28%) sepia(87%) saturate(800%) hue-rotate(210deg); }
.ibr-tab-icon--bom     img[b-inz3754427] { filter: invert(38%) sepia(69%) saturate(500%) hue-rotate(100deg); }
.ibr-tab-icon--routing img[b-inz3754427] { filter: invert(55%) sepia(80%) saturate(600%) hue-rotate(10deg); }

/* Active icon backgrounds */
.ibr-tab--active[data-tab="detail"]  .ibr-tab-icon[b-inz3754427] { background: #dde1ff; }
.ibr-tab--active[data-tab="bom"]     .ibr-tab-icon[b-inz3754427] { background: #dcfce7; }
.ibr-tab--active[data-tab="routing"] .ibr-tab-icon[b-inz3754427] { background: #fef3c7; }

/* ── Tab text ────────────────────────────────── */
.ibr-tab-text[b-inz3754427] { line-height: 1; }

/* Active text color per tab */
.ibr-tab--active[data-tab="detail"]  .ibr-tab-text[b-inz3754427] { color: #3755c3; }
.ibr-tab--active[data-tab="bom"]     .ibr-tab-text[b-inz3754427] { color: #0ea95b; }
.ibr-tab--active[data-tab="routing"] .ibr-tab-text[b-inz3754427] { color: #d97706; }

/* ── Tab badge ───────────────────────────────── */
.ibr-tab-badge[b-inz3754427] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.1rem;
    height: 1.1rem;
    font-size: 0.67rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0 0.3rem;
}

.ibr-tab-badge--bom[b-inz3754427]     { background: #dcfce7; color: #166534; }
.ibr-tab-badge--routing[b-inz3754427] { background: #fef3c7; color: #92400e; }

/* ── Tab toolbar (BOM / Routing action bar) ──── */
.ibr-tab-toolbar[b-inz3754427] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: #f8faff;
    border-bottom: 1px solid #dde3ef;
    flex-shrink: 0;
}

/* ── Buttons ─────────────────────────────────── */
.ibr-btn[b-inz3754427] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.45rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.84rem;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    white-space: nowrap;
}

.ibr-btn--primary[b-inz3754427] { background: #3755c3; color: #ffffff; border-color: #3755c3; }
.ibr-btn--primary:hover[b-inz3754427] { background: #2747b6; border-color: #2747b6; }

.ibr-btn--ghost[b-inz3754427] { background: #f1f5ff; color: #3755c3; border-color: #c7d2fe; }
.ibr-btn--ghost:hover[b-inz3754427] { background: #e0e7ff; }

.ibr-btn--danger[b-inz3754427] { background: #fff1f2; color: #be123c; border-color: #fecdd3; }
.ibr-btn--danger:hover[b-inz3754427] { background: #ffe4e6; }

.ibr-btn--sm[b-inz3754427] { padding: 0.28rem 0.55rem; font-size: 0.78rem; }

.ibr-btn--primary img[b-inz3754427],
.ibr-btn--danger img[b-inz3754427] { filter: brightness(0) invert(1); }

/* ── Input with popup button (Item form) ────── */
.ibr-input-group[b-inz3754427] {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.ibr-input-group .ibr-input[b-inz3754427] {
    flex: 1;
    border-radius: 0.3125rem 0 0 0.3125rem;
}

.ibr-input-btn[b-inz3754427] {
    background: #f1f5ff;
    border: 1px solid #dde3ef;
    border-left: none;
    border-radius: 0 0.3125rem 0.3125rem 0;
    padding: 0 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background 0.12s;
}

.ibr-input-btn:hover[b-inz3754427] { background: #e0e7ff; }

/* ── Item Form ───────────────────────────────── */
.ibr-form-body[b-inz3754427] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ibr-form-section[b-inz3754427] {
    background: #ffffff;
    border: 1px solid #dde3ef;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
}

.ibr-section-title[b-inz3754427] {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #718096;
    margin: 0 0 0.875rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f0f2f8;
}

.ibr-form-grid[b-inz3754427] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
}

.ibr-label[b-inz3754427] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: #4a5568;
}

.ibr-label span[b-inz3754427] { font-size: 0.8rem; }

.ibr-required[b-inz3754427] { color: #e53e3e; font-weight: 700; }

.ibr-input[b-inz3754427] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.45rem 0.675rem;
    font-size: 0.86rem;
    border: 1px solid #dde3ef;
    border-radius: 0.3125rem;
    background: #fafbff;
    color: #1a202c;
    outline: none;
    transition: border-color 0.15s, background 0.15s;
}

.ibr-input:focus[b-inz3754427] {
    border-color: #3755c3;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(55, 85, 195, 0.15);
}

.ibr-input[readonly][b-inz3754427],
.ibr-input:disabled[b-inz3754427] {
    background: #f8faff;
    color: #718096;
    cursor: default;
}

/* ── Table area ──────────────────────────────── */
.ibr-table-wrapper[b-inz3754427] {
    flex: 1;
    overflow: auto;
    margin: 0.75rem;
    border: 1px solid #dde3ef;
    border-radius: 0.5rem;
    background: #ffffff;
}

.ibr-table[b-inz3754427] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
    color: #1a202c;
}

.ibr-table thead[b-inz3754427] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f8faff;
    border-bottom: 2px solid #dde3ef;
}

.ibr-table th[b-inz3754427] {
    padding: 0.675rem 0.75rem;
    text-align: left;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #718096;
    white-space: nowrap;
}

.ibr-table tbody tr[b-inz3754427] {
    border-bottom: 1px solid #f0f2f8;
    transition: background 0.1s;
}

.ibr-table tbody tr:hover[b-inz3754427] { background: #f8faff; }

.ibr-table td[b-inz3754427] {
    padding: 0.4rem 0.5rem;
    vertical-align: middle;
}

.ibr-table-seq[b-inz3754427] {
    text-align: center;
    color: #9aa5b4;
    font-weight: 600;
    font-size: 0.76rem;
    width: 2rem;
}

.ibr-table-check[b-inz3754427] {
    text-align: center;
    width: 2.5rem;
}

.ibr-table-input[b-inz3754427] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.32rem 0.45rem;
    font-size: 0.83rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background: transparent;
    color: #1a202c;
    outline: none;
    transition: border-color 0.12s, background 0.12s;
}

.ibr-table-input:focus[b-inz3754427] {
    border-color: #3755c3;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(55, 85, 195, 0.12);
}

.ibr-table-input:hover:not(:focus)[b-inz3754427] {
    border-color: #dde3ef;
    background: #f8faff;
}

.ibr-table-input--num[b-inz3754427] { width: 5.5rem; text-align: right; }
.ibr-table-input--sm[b-inz3754427]  { width: 5rem; }

/* Input+popup group inside BOM table */
.ibr-table-input-group[b-inz3754427] {
    display: flex;
    align-items: stretch;
}

.ibr-table-input-group .ibr-table-input[b-inz3754427] {
    flex: 1;
    border-radius: 0.25rem 0 0 0.25rem;
}

.ibr-table-popup-btn[b-inz3754427] {
    background: #f1f5ff;
    border: 1px solid #dde3ef;
    border-left: none;
    border-radius: 0 0.25rem 0.25rem 0;
    padding: 0 0.35rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background 0.12s;
}

.ibr-table-popup-btn:hover[b-inz3754427] { background: #e0e7ff; }

.ibr-table-select[b-inz3754427] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.32rem 0.45rem;
    font-size: 0.83rem;
    border: 1px solid #dde3ef;
    border-radius: 0.25rem;
    background: #fafbff;
    color: #1a202c;
    cursor: pointer;
    outline: none;
}

.ibr-table-select:focus[b-inz3754427] {
    border-color: #3755c3;
    box-shadow: 0 0 0 2px rgba(55, 85, 195, 0.12);
}

.ibr-table-btn-remove[b-inz3754427] {
    background: none;
    border: none;
    padding: 0.1rem 0.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
    transition: background 0.12s;
    opacity: 0.6;
}

.ibr-table-btn-remove:hover[b-inz3754427] { background: #fff5f5; opacity: 1; }

.ibr-table-empty[b-inz3754427] {
    text-align: center;
    padding: 2rem;
    color: #9aa5b4;
    font-size: 0.84rem;
}

/* ── Lazy-load sentinel & spinner ───────────────── */
.ibr-tree-sentinel[b-inz3754427] {
    height: 1px;
    visibility: hidden;
}

.ibr-tree-load-more[b-inz3754427] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem;
    font-size: 0.82rem;
    color: #718096;
}

.ibr-tree-load-spinner[b-inz3754427] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #dde3ef;
    border-top-color: #3755c3;
    border-radius: 50%;
    animation: ibr-spin-b-inz3754427 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes ibr-spin-b-inz3754427 {
    to { transform: rotate(360deg); }
}

/* ── Resizer handle ──────────────────────────── */
.ibr-resizer[b-inz3754427] {
    width: 6px;
    flex-shrink: 0;
    background: #dde3ef;
    cursor: col-resize;
    position: relative;
    transition: background 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ibr-resizer:hover[b-inz3754427],
.ibr-resizer.resizing[b-inz3754427] {
    background: #b0b8c9;
}

.ibr-resizer[b-inz3754427]::after {
    content: "";
    display: block;
    width: 4px;
    height: 48px;
    border-radius: 4px;
    background: #9aa5b4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* _content/BlazorWebApp/Components/Pages/ReportLayout/ReportLayoutPage.razor.rz.scp.css */
/* Report Layout Page Styles */

.report-layout-sidebar[b-r89awxxmnj] {
    background-color: #fff;
}

.category-tree[b-r89awxxmnj] {
    user-select: none;
}

.category-item[b-r89awxxmnj] {
    border-radius: 4px;
transition: all 0.2s ease;
}

.category-node[b-r89awxxmnj] {
 transition: background-color 0.2s ease;
 position: relative;
}

.category-node:hover[b-r89awxxmnj] {
    background-color: #f5f7fa;
}

.category-node.selected[b-r89awxxmnj] {
    background-color: #e3f2fd;
    font-weight: 500;
    border-left: 3px solid #0064d9;
}

.category-toggle-icon[b-r89awxxmnj] {
 display: inline-flex;
    align-items: center;
  justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
 transition: transform 0.2s ease;
}

.category-toggle-icon:hover[b-r89awxxmnj] {
  transform: scale(1.1);
}

.category-toggle-icon img[b-r89awxxmnj] {
    transition: transform 0.2s ease;
}

.category-routes[b-r89awxxmnj] {
    animation: slideDown-b-r89awxxmnj 0.3s ease-out;
    overflow: hidden;
}

@keyframes slideDown-b-r89awxxmnj {
 from {
   opacity: 0;
     max-height: 0;
transform: translateY(-10px);
    }
    to {
  opacity: 1;
      max-height: 500px;
        transform: translateY(0);
    }
}

.route-item[b-r89awxxmnj] {
    transition: all 0.2s ease;
    font-size: 0.9rem;
    border-left: 2px solid transparent;
}

.route-item:hover[b-r89awxxmnj] {
    background-color: #f0f4f8;
  border-left-color: #90caf9;
}

.route-item.selected[b-r89awxxmnj] {
    background-color: #e3f2fd;
    font-weight: 500;
    border-left: 3px solid #0064d9;
}

/* Top-Bottom Split Layout */
.reports-list-section[b-r89awxxmnj] {
  background-color: #fff;
    border-radius: 4px;
    padding: 10px;
}

.report-details-section[b-r89awxxmnj] {
    background-color: #fafbfc;
    border-radius: 4px;
    padding: 10px;
    animation: slideInFromBottom-b-r89awxxmnj 0.3s ease-out;
}

@keyframes slideInFromBottom-b-r89awxxmnj {
  from {
        opacity: 0;
      transform: translateY(10px);
    }
    to {
        opacity: 1;
     transform: translateY(0);
    }
}

/* Table Styles */
.table-hover tbody tr[b-r89awxxmnj] {
  transition: background-color 0.2s ease;
}

.table-hover tbody tr:hover[b-r89awxxmnj] {
    background-color: #f8f9fa;
}

.table-active[b-r89awxxmnj] {
    background-color: #fff8d6 !important;
    border-left: 3px solid #0064d9;
}

.table thead th[b-r89awxxmnj] {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    padding: 12px 8px;
 font-size: 0.9rem;
    position: sticky;
    top: 0;
  z-index: 10;
}

.table tbody td[b-r89awxxmnj] {
    padding: 10px 8px;
    vertical-align: middle;
    font-size: 0.9rem;
}

/* Form Styles */
.form-group[b-r89awxxmnj] {
    margin-bottom: 1rem;
}

.form-group label[b-r89awxxmnj] {
    font-weight: 500;
 color: #495057;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.9rem;
}

.form-control[b-r89awxxmnj] {
    font-size: 0.9rem;
}

.form-control:focus[b-r89awxxmnj] {
    border-color: #0064d9;
    box-shadow: 0 0 0 0.2rem rgba(0, 100, 217, 0.25);
}

/* Report Details Section */
.report-details[b-r89awxxmnj] {
    padding: 1rem;
    background-color: #fff;
    border-radius: 8px;
}

.report-details h6[b-r89awxxmnj] {
    color: #333;
    font-weight: 600;
 border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .report-layout-sidebar[b-r89awxxmnj] {
   width: 100% !important;
  border-right: none;
        border-bottom: 1px solid #bfbfbf;
   margin-bottom: 1rem;
  }
  
    .category-routes[b-r89awxxmnj] {
        margin-left: 1rem !important;
    }
    
    .reports-list-section[b-r89awxxmnj] {
        max-height: 300px !important;
    }
}

/* Custom Scrollbar */
.report-layout-sidebar[b-r89awxxmnj]::-webkit-scrollbar,
.reports-list-section[b-r89awxxmnj]::-webkit-scrollbar,
.report-details-section[b-r89awxxmnj]::-webkit-scrollbar {
    width: 6px;
  height: 6px;
}

.report-layout-sidebar[b-r89awxxmnj]::-webkit-scrollbar-track,
.reports-list-section[b-r89awxxmnj]::-webkit-scrollbar-track,
.report-details-section[b-r89awxxmnj]::-webkit-scrollbar-track {
    background: #f1f1f1;
  border-radius: 3px;
}

.report-layout-sidebar[b-r89awxxmnj]::-webkit-scrollbar-thumb,
.reports-list-section[b-r89awxxmnj]::-webkit-scrollbar-thumb,
.report-details-section[b-r89awxxmnj]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.report-layout-sidebar[b-r89awxxmnj]::-webkit-scrollbar-thumb:hover,
.reports-list-section[b-r89awxxmnj]::-webkit-scrollbar-thumb:hover,
.report-details-section[b-r89awxxmnj]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Action Buttons */
.btn-link[b-r89awxxmnj] {
    padding: 0.25rem 0.5rem;
transition: transform 0.2s ease;
}

.btn-link:hover[b-r89awxxmnj] {
    transform: scale(1.1);
}

.btn-link img[b-r89awxxmnj] {
    opacity: 0.7;
transition: opacity 0.2s ease;
}

.btn-link:hover img[b-r89awxxmnj] {
    opacity: 1;
}

/* Empty State */
.text-center.text-muted.p-5[b-r89awxxmnj] {
    animation: fadeIn-b-r89awxxmnj 0.5s ease-in;
}

@keyframes fadeIn-b-r89awxxmnj {
    from {
   opacity: 0;
        transform: translateY(10px);
  }
    to {
      opacity: 1;
   transform: translateY(0);
    }
}

/* Category Breadcrumb */
.border-bottom[b-r89awxxmnj] {
    animation: slideInFromTop-b-r89awxxmnj 0.3s ease-out;
}

@keyframes slideInFromTop-b-r89awxxmnj {
 from {
        opacity: 0;
transform: translateY(-5px);
  }
    to {
      opacity: 1;
        transform: translateY(0);
  }
}

/* Divider between sections */
.report-details-section[b-r89awxxmnj] {
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/ItemMasterDataForm/ManagePriceListItems.razor.rz.scp.css */
.sap_inner-card[b-rv15g31vf4]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-rv15g31vf4]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-rv15g31vf4]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-rv15g31vf4]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper[b-rv15g31vf4]{overflow-x:auto;width:100%}
.sap-table[b-rv15g31vf4]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table th[b-rv15g31vf4],.sap-table td[b-rv15g31vf4]{border:1px solid #f0f0f0;padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table th:first-child[b-rv15g31vf4],.sap-table td:first-child[b-rv15g31vf4]{min-width:40px;width:40px;text-align:center}
.sap-table th:nth-child(2)[b-rv15g31vf4],.sap-table td:nth-child(2)[b-rv15g31vf4]{min-width:50px;width:50px;text-align:center}
.sap_input[b-rv15g31vf4]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-rv15g31vf4]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-rv15g31vf4]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-rv15g31vf4]{position:relative}
.sap_dropdown-menu[b-rv15g31vf4]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-rv15g31vf4]{display:block}
.sap_dropdown-item[b-rv15g31vf4]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-rv15g31vf4]{margin-top:1rem}
.sap_btn-action[b-rv15g31vf4],.sap_btn[b-rv15g31vf4],.sap_btn-primary[b-rv15g31vf4]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-rv15g31vf4]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-rv15g31vf4]{display:flex;gap:.5rem;align-items:center}
.curr-scroll-wrapper[b-rv15g31vf4] {
    overflow-x: auto;
    overflow-y: visible;
}

.curr-table[b-rv15g31vf4] {
    min-width: max-content;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    position: relative;
}

/* make sticky action column narrow (target ~35px) */
.curr-sticky-col[b-rv15g31vf4] {
    position: sticky;
    right: 0;
    z-index: 1;
    background: var(--color-surface, #fff);
    box-shadow: -3px 0 6px rgba(0,0,0,0.08);
    white-space: nowrap;
    /* reduced width: half of previous 70px target -> 35px */
    max-width: 70px !important;
}

/* center header text in actions column */
.curr-sticky-col-header[b-rv15g31vf4] {
    z-index: 1;
    background: var(--color-header-bg, #f5f5f5);
    text-align: center;
    max-width: 70px !important;
}

/* highlight editing row */
.curr-row-editing td[b-rv15g31vf4] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

.curr-row-editing .curr-sticky-col[b-rv15g31vf4] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

/* action cell basics */
.curr-action-cell[b-rv15g31vf4] {
    display: table-cell;
    vertical-align: middle;
    /* reduce padding so cell can shrink */
    padding: 2px 4px;
    gap: 4px;
    text-align: center; /* center everything inside the cell */
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    overflow: visible;
}

/* make action buttons icon-only and remove any background/border/shadow */
.curr-action-cell .sap_btn[b-rv15g31vf4],
.curr-action-cell .sap_btn-primary[b-rv15g31vf4],
.curr-action-cell .curr-row-btn[b-rv15g31vf4] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 2px !important; /* reduce horizontal margins */
    height: auto !important;
    min-width: 0 !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ensure icon images are block and centered, slightly smaller */
.curr-action-cell img[b-rv15g31vf4] {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* slightly larger hit area without visible background (reduced) */
.curr-action-cell .sap_btn[b-rv15g31vf4]::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-left: -28px; /* keep only hit area, not visible */
    pointer-events: none;
    visibility: hidden;
}

/* keep original spacing for rows but avoid text wrapping inside action cell */
.curr-action-cell > *[b-rv15g31vf4] {
    white-space: nowrap;
}

/* small tweak to reduce default .curr-row-btn padding elsewhere */
.curr-row-btn[b-rv15g31vf4] {
    font-size: 12px;
    padding: 0;
    height: auto;
    margin: 0 2px;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/ItemMasterDataForm/SAPManageCardGroups.razor.rz.scp.css */
.sap_inner-card[b-hn1824dfzd]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-hn1824dfzd]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-hn1824dfzd]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-hn1824dfzd]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper[b-hn1824dfzd]{overflow-x:auto;width:100%}
.sap-table[b-hn1824dfzd]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table th[b-hn1824dfzd],.sap-table td[b-hn1824dfzd]{border:1px solid #f0f0f0;padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table th:first-child[b-hn1824dfzd],.sap-table td:first-child[b-hn1824dfzd]{min-width:40px;width:40px;text-align:center}
.sap-table th:nth-child(2)[b-hn1824dfzd],.sap-table td:nth-child(2)[b-hn1824dfzd]{min-width:50px;width:50px;text-align:center}
.sap_input[b-hn1824dfzd]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-hn1824dfzd]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-hn1824dfzd]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-hn1824dfzd]{position:relative}
.sap_dropdown-menu[b-hn1824dfzd]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-hn1824dfzd]{display:block}
.sap_dropdown-item[b-hn1824dfzd]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-hn1824dfzd]{margin-top:1rem}
.sap_btn-action[b-hn1824dfzd],.sap_btn[b-hn1824dfzd],.sap_btn-primary[b-hn1824dfzd]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-hn1824dfzd]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-hn1824dfzd]{display:flex;gap:.5rem;align-items:center}
.curr-scroll-wrapper[b-hn1824dfzd] {
    overflow-x: auto;
    overflow-y: visible;
}

.curr-table[b-hn1824dfzd] {
    min-width: max-content;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    position: relative;
}

/* make sticky action column narrow (target ~35px) */
.curr-sticky-col[b-hn1824dfzd] {
    position: sticky;
    right: 0;
    z-index: 1;
    background: var(--color-surface, #fff);
    box-shadow: -3px 0 6px rgba(0,0,0,0.08);
    white-space: nowrap;
    /* reduced width: half of previous 70px target -> 35px */
    max-width: 70px !important;
}

/* center header text in actions column */
.curr-sticky-col-header[b-hn1824dfzd] {
    z-index: 1;
    background: var(--color-header-bg, #f5f5f5);
    text-align: center;
    max-width: 70px !important;
}

/* highlight editing row */
.curr-row-editing td[b-hn1824dfzd] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

.curr-row-editing .curr-sticky-col[b-hn1824dfzd] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

/* action cell basics */
.curr-action-cell[b-hn1824dfzd] {
    display: table-cell;
    vertical-align: middle;
    /* reduce padding so cell can shrink */
    padding: 2px 4px;
    gap: 4px;
    text-align: center; /* center everything inside the cell */
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    overflow: visible;
}

/* make action buttons icon-only and remove any background/border/shadow */
.curr-action-cell .sap_btn[b-hn1824dfzd],
.curr-action-cell .sap_btn-primary[b-hn1824dfzd],
.curr-action-cell .curr-row-btn[b-hn1824dfzd] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 2px !important; /* reduce horizontal margins */
    height: auto !important;
    min-width: 0 !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ensure icon images are block and centered, slightly smaller */
.curr-action-cell img[b-hn1824dfzd] {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* slightly larger hit area without visible background (reduced) */
.curr-action-cell .sap_btn[b-hn1824dfzd]::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-left: -28px; /* keep only hit area, not visible */
    pointer-events: none;
    visibility: hidden;
}

/* keep original spacing for rows but avoid text wrapping inside action cell */
.curr-action-cell > *[b-hn1824dfzd] {
    white-space: nowrap;
}

/* small tweak to reduce default .curr-row-btn padding elsewhere */
.curr-row-btn[b-hn1824dfzd] {
    font-size: 12px;
    padding: 0;
    height: auto;
    margin: 0 2px;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/ItemMasterDataForm/SAPManageCurrencies.razor.rz.scp.css */
.sap_inner-card[b-6n4kyhr55h]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-6n4kyhr55h]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-6n4kyhr55h]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-6n4kyhr55h]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper[b-6n4kyhr55h]{overflow-x:auto;width:100%}
.sap-table[b-6n4kyhr55h]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table th[b-6n4kyhr55h],.sap-table td[b-6n4kyhr55h]{border:1px solid #f0f0f0;padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table th:first-child[b-6n4kyhr55h],.sap-table td:first-child[b-6n4kyhr55h]{min-width:40px;width:40px;text-align:center}
.sap-table th:nth-child(2)[b-6n4kyhr55h],.sap-table td:nth-child(2)[b-6n4kyhr55h]{min-width:50px;width:50px;text-align:center}
.sap_input[b-6n4kyhr55h]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-6n4kyhr55h]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-6n4kyhr55h]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-6n4kyhr55h]{position:relative}
.sap_dropdown-menu[b-6n4kyhr55h]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-6n4kyhr55h]{display:block}
.sap_dropdown-item[b-6n4kyhr55h]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-6n4kyhr55h]{margin-top:1rem}
.sap_btn-action[b-6n4kyhr55h],.sap_btn[b-6n4kyhr55h],.sap_btn-primary[b-6n4kyhr55h]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-6n4kyhr55h]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-6n4kyhr55h]{display:flex;gap:.5rem;align-items:center}
.curr-scroll-wrapper[b-6n4kyhr55h] {
    overflow-x: auto;
    overflow-y: visible;
}

.curr-table[b-6n4kyhr55h] {
    min-width: max-content;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    position: relative;
}

/* make sticky action column narrow (target ~35px) */
.curr-sticky-col[b-6n4kyhr55h] {
    position: sticky;
    right: 0;
    z-index: 1;
    background: var(--color-surface, #fff);
    box-shadow: -3px 0 6px rgba(0,0,0,0.08);
    white-space: nowrap;
    /* reduced width: half of previous 70px target -> 35px */
    max-width: 70px !important;
}

/* center header text in actions column */
.curr-sticky-col-header[b-6n4kyhr55h] {
    z-index: 1;
    background: var(--color-header-bg, #f5f5f5);
    text-align: center;
    max-width: 70px !important;
}

/* highlight editing row */
.curr-row-editing td[b-6n4kyhr55h] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

.curr-row-editing .curr-sticky-col[b-6n4kyhr55h] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

/* action cell basics */
.curr-action-cell[b-6n4kyhr55h] {
    display: table-cell;
    vertical-align: middle;
    /* reduce padding so cell can shrink */
    padding: 2px 4px;
    gap: 4px;
    text-align: center; /* center everything inside the cell */
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    overflow: visible;
}

/* make action buttons icon-only and remove any background/border/shadow */
.curr-action-cell .sap_btn[b-6n4kyhr55h],
.curr-action-cell .sap_btn-primary[b-6n4kyhr55h],
.curr-action-cell .curr-row-btn[b-6n4kyhr55h] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 2px !important; /* reduce horizontal margins */
    height: auto !important;
    min-width: 0 !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ensure icon images are block and centered, slightly smaller */
.curr-action-cell img[b-6n4kyhr55h] {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* slightly larger hit area without visible background (reduced) */
.curr-action-cell .sap_btn[b-6n4kyhr55h]::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-left: -28px; /* keep only hit area, not visible */
    pointer-events: none;
    visibility: hidden;
}

/* keep original spacing for rows but avoid text wrapping inside action cell */
.curr-action-cell > *[b-6n4kyhr55h] {
    white-space: nowrap;
}

/* small tweak to reduce default .curr-row-btn padding elsewhere */
.curr-row-btn[b-6n4kyhr55h] {
    font-size: 12px;
    padding: 0;
    height: auto;
    margin: 0 2px;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/ItemMasterDataForm/SAPManageLocations.razor.rz.scp.css */
.sap_inner-card[b-h19d009hz7]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-h19d009hz7]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-h19d009hz7]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-h19d009hz7]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper[b-h19d009hz7]{overflow-x:auto;width:100%}
.sap-table[b-h19d009hz7]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table th[b-h19d009hz7],.sap-table td[b-h19d009hz7]{border:1px solid #f0f0f0;padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table th:first-child[b-h19d009hz7],.sap-table td:first-child[b-h19d009hz7]{min-width:40px;width:40px;text-align:center}
.sap-table th:nth-child(2)[b-h19d009hz7],.sap-table td:nth-child(2)[b-h19d009hz7]{min-width:50px;width:50px;text-align:center}
.sap_input[b-h19d009hz7]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-h19d009hz7]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-h19d009hz7]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-h19d009hz7]{position:relative}
.sap_dropdown-menu[b-h19d009hz7]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-h19d009hz7]{display:block}
.sap_dropdown-item[b-h19d009hz7]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-h19d009hz7]{margin-top:1rem}
.sap_btn-action[b-h19d009hz7],.sap_btn[b-h19d009hz7],.sap_btn-primary[b-h19d009hz7]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-h19d009hz7]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-h19d009hz7]{display:flex;gap:.5rem;align-items:center}
.curr-scroll-wrapper[b-h19d009hz7] {
    overflow-x: auto;
    overflow-y: visible;
}

.curr-table[b-h19d009hz7] {
    min-width: max-content;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    position: relative;
}

/* make sticky action column narrow (target ~35px) */
.curr-sticky-col[b-h19d009hz7] {
    position: sticky;
    right: 0;
    z-index: 1;
    background: var(--color-surface, #fff);
    box-shadow: -3px 0 6px rgba(0,0,0,0.08);
    white-space: nowrap;
    /* reduced width: half of previous 70px target -> 35px */
    max-width: 70px !important;
}

/* center header text in actions column */
.curr-sticky-col-header[b-h19d009hz7] {
    z-index: 1;
    background: var(--color-header-bg, #f5f5f5);
    text-align: center;
    max-width: 70px !important;
}

/* highlight editing row */
.curr-row-editing td[b-h19d009hz7] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

.curr-row-editing .curr-sticky-col[b-h19d009hz7] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

/* action cell basics */
.curr-action-cell[b-h19d009hz7] {
    display: table-cell;
    vertical-align: middle;
    /* reduce padding so cell can shrink */
    padding: 2px 4px;
    gap: 4px;
    text-align: center; /* center everything inside the cell */
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    overflow: visible;
}

/* make action buttons icon-only and remove any background/border/shadow */
.curr-action-cell .sap_btn[b-h19d009hz7],
.curr-action-cell .sap_btn-primary[b-h19d009hz7],
.curr-action-cell .curr-row-btn[b-h19d009hz7] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 2px !important; /* reduce horizontal margins */
    height: auto !important;
    min-width: 0 !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ensure icon images are block and centered, slightly smaller */
.curr-action-cell img[b-h19d009hz7] {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* slightly larger hit area without visible background (reduced) */
.curr-action-cell .sap_btn[b-h19d009hz7]::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-left: -28px; /* keep only hit area, not visible */
    pointer-events: none;
    visibility: hidden;
}

/* keep original spacing for rows but avoid text wrapping inside action cell */
.curr-action-cell > *[b-h19d009hz7] {
    white-space: nowrap;
}

/* small tweak to reduce default .curr-row-btn padding elsewhere */
.curr-row-btn[b-h19d009hz7] {
    font-size: 12px;
    padding: 0;
    height: auto;
    margin: 0 2px;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/ItemMasterDataForm/SAPManageManufacturers.razor.rz.scp.css */
.sap_inner-card[b-2vsyiu5m7d]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-2vsyiu5m7d]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-2vsyiu5m7d]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-2vsyiu5m7d]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper[b-2vsyiu5m7d]{overflow-x:auto;width:100%}
.sap-table[b-2vsyiu5m7d]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table th[b-2vsyiu5m7d],.sap-table td[b-2vsyiu5m7d]{border:1px solid #f0f0f0;padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table th:first-child[b-2vsyiu5m7d],.sap-table td:first-child[b-2vsyiu5m7d]{min-width:40px;width:40px;text-align:center}
.sap-table th:nth-child(2)[b-2vsyiu5m7d],.sap-table td:nth-child(2)[b-2vsyiu5m7d]{min-width:50px;width:50px;text-align:center}
.sap_input[b-2vsyiu5m7d]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-2vsyiu5m7d]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-2vsyiu5m7d]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-2vsyiu5m7d]{position:relative}
.sap_dropdown-menu[b-2vsyiu5m7d]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-2vsyiu5m7d]{display:block}
.sap_dropdown-item[b-2vsyiu5m7d]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-2vsyiu5m7d]{margin-top:1rem}
.sap_btn-action[b-2vsyiu5m7d],.sap_btn[b-2vsyiu5m7d],.sap_btn-primary[b-2vsyiu5m7d]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-2vsyiu5m7d]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-2vsyiu5m7d]{display:flex;gap:.5rem;align-items:center}
.curr-scroll-wrapper[b-2vsyiu5m7d] {
    overflow-x: auto;
    overflow-y: visible;
}

.curr-table[b-2vsyiu5m7d] {
    min-width: max-content;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    position: relative;
}

/* make sticky action column narrow (target ~35px) */
.curr-sticky-col[b-2vsyiu5m7d] {
    position: sticky;
    right: 0;
    z-index: 1;
    background: var(--color-surface, #fff);
    box-shadow: -3px 0 6px rgba(0,0,0,0.08);
    white-space: nowrap;
    /* reduced width: half of previous 70px target -> 35px */
    max-width: 70px !important;
}

/* center header text in actions column */
.curr-sticky-col-header[b-2vsyiu5m7d] {
    z-index: 1;
    background: var(--color-header-bg, #f5f5f5);
    text-align: center;
    max-width: 70px !important;
}

/* highlight editing row */
.curr-row-editing td[b-2vsyiu5m7d] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

.curr-row-editing .curr-sticky-col[b-2vsyiu5m7d] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

/* action cell basics */
.curr-action-cell[b-2vsyiu5m7d] {
    display: table-cell;
    vertical-align: middle;
    /* reduce padding so cell can shrink */
    padding: 2px 4px;
    gap: 4px;
    text-align: center; /* center everything inside the cell */
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    overflow: visible;
}

/* make action buttons icon-only and remove any background/border/shadow */
.curr-action-cell .sap_btn[b-2vsyiu5m7d],
.curr-action-cell .sap_btn-primary[b-2vsyiu5m7d],
.curr-action-cell .curr-row-btn[b-2vsyiu5m7d] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 2px !important; /* reduce horizontal margins */
    height: auto !important;
    min-width: 0 !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ensure icon images are block and centered, slightly smaller */
.curr-action-cell img[b-2vsyiu5m7d] {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* slightly larger hit area without visible background (reduced) */
.curr-action-cell .sap_btn[b-2vsyiu5m7d]::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-left: -28px; /* keep only hit area, not visible */
    pointer-events: none;
    visibility: hidden;
}

/* keep original spacing for rows but avoid text wrapping inside action cell */
.curr-action-cell > *[b-2vsyiu5m7d] {
    white-space: nowrap;
}

/* small tweak to reduce default .curr-row-btn padding elsewhere */
.curr-row-btn[b-2vsyiu5m7d] {
    font-size: 12px;
    padding: 0;
    height: auto;
    margin: 0 2px;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/ItemMasterDataForm/SAPManagePriceLists.razor.rz.scp.css */
.sap_inner-card[b-5epoy795w1]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-5epoy795w1]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-5epoy795w1]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-5epoy795w1]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper[b-5epoy795w1]{overflow-x:auto;width:100%}
.sap-table[b-5epoy795w1]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table th[b-5epoy795w1],.sap-table td[b-5epoy795w1]{border:1px solid #f0f0f0;padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table th:first-child[b-5epoy795w1],.sap-table td:first-child[b-5epoy795w1]{min-width:40px;width:40px;text-align:center}
.sap-table th:nth-child(2)[b-5epoy795w1],.sap-table td:nth-child(2)[b-5epoy795w1]{min-width:50px;width:50px;text-align:center}
.sap_input[b-5epoy795w1]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-5epoy795w1]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-5epoy795w1]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-5epoy795w1]{position:relative}
.sap_dropdown-menu[b-5epoy795w1]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-5epoy795w1]{display:block}
.sap_dropdown-item[b-5epoy795w1]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-5epoy795w1]{margin-top:1rem}
.sap_btn-action[b-5epoy795w1],.sap_btn[b-5epoy795w1],.sap_btn-primary[b-5epoy795w1]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-5epoy795w1]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-5epoy795w1]{display:flex;gap:.5rem;align-items:center}
.curr-scroll-wrapper[b-5epoy795w1] {
    overflow-x: auto;
    overflow-y: visible;
}

.curr-table[b-5epoy795w1] {
    min-width: max-content;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    position: relative;
}

/* make sticky action column narrow (target ~35px) */
.curr-sticky-col[b-5epoy795w1] {
    position: sticky;
    right: 0;
    z-index: 1;
    background: var(--color-surface, #fff);
    box-shadow: -3px 0 6px rgba(0,0,0,0.08);
    white-space: nowrap;
    /* reduced width: half of previous 70px target -> 35px */
    max-width: 70px !important;
}

/* center header text in actions column */
.curr-sticky-col-header[b-5epoy795w1] {
    z-index: 1;
    background: var(--color-header-bg, #f5f5f5);
    text-align: center;
    max-width: 70px !important;
}

/* highlight editing row */
.curr-row-editing td[b-5epoy795w1] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

.curr-row-editing .curr-sticky-col[b-5epoy795w1] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

/* action cell basics */
.curr-action-cell[b-5epoy795w1] {
    display: table-cell;
    vertical-align: middle;
    /* reduce padding so cell can shrink */
    padding: 2px 4px;
    gap: 4px;
    text-align: center; /* center everything inside the cell */
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    overflow: visible;
}

/* make action buttons icon-only and remove any background/border/shadow */
.curr-action-cell .sap_btn[b-5epoy795w1],
.curr-action-cell .sap_btn-primary[b-5epoy795w1],
.curr-action-cell .curr-row-btn[b-5epoy795w1] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 2px !important; /* reduce horizontal margins */
    height: auto !important;
    min-width: 0 !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ensure icon images are block and centered, slightly smaller */
.curr-action-cell img[b-5epoy795w1] {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* slightly larger hit area without visible background (reduced) */
.curr-action-cell .sap_btn[b-5epoy795w1]::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-left: -28px; /* keep only hit area, not visible */
    pointer-events: none;
    visibility: hidden;
}

/* keep original spacing for rows but avoid text wrapping inside action cell */
.curr-action-cell > *[b-5epoy795w1] {
    white-space: nowrap;
}

/* small tweak to reduce default .curr-row-btn padding elsewhere */
.curr-row-btn[b-5epoy795w1] {
    font-size: 12px;
    padding: 0;
    height: auto;
    margin: 0 2px;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/ItemMasterDataForm/SAPManageShippingTypes.razor.rz.scp.css */
.sap_inner-card[b-vwj21jfsx9]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-vwj21jfsx9]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-vwj21jfsx9]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-vwj21jfsx9]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper[b-vwj21jfsx9]{overflow-x:auto;width:100%}
.sap-table[b-vwj21jfsx9]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table th[b-vwj21jfsx9],.sap-table td[b-vwj21jfsx9]{border:1px solid #f0f0f0;padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table th:first-child[b-vwj21jfsx9],.sap-table td:first-child[b-vwj21jfsx9]{min-width:40px;width:40px;text-align:center}
.sap-table th:nth-child(2)[b-vwj21jfsx9],.sap-table td:nth-child(2)[b-vwj21jfsx9]{min-width:50px;width:50px;text-align:center}
.sap_input[b-vwj21jfsx9]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-vwj21jfsx9]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-vwj21jfsx9]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-vwj21jfsx9]{position:relative}
.sap_dropdown-menu[b-vwj21jfsx9]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-vwj21jfsx9]{display:block}
.sap_dropdown-item[b-vwj21jfsx9]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-vwj21jfsx9]{margin-top:1rem}
.sap_btn-action[b-vwj21jfsx9],.sap_btn[b-vwj21jfsx9],.sap_btn-primary[b-vwj21jfsx9]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-vwj21jfsx9]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-vwj21jfsx9]{display:flex;gap:.5rem;align-items:center}
.curr-scroll-wrapper[b-vwj21jfsx9] {
    overflow-x: auto;
    overflow-y: visible;
}

.curr-table[b-vwj21jfsx9] {
    min-width: max-content;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    position: relative;
}

/* make sticky action column narrow (target ~35px) */
.curr-sticky-col[b-vwj21jfsx9] {
    position: sticky;
    right: 0;
    z-index: 1;
    background: var(--color-surface, #fff);
    box-shadow: -3px 0 6px rgba(0,0,0,0.08);
    white-space: nowrap;
    /* reduced width: half of previous 70px target -> 35px */
    max-width: 70px !important;
}

/* center header text in actions column */
.curr-sticky-col-header[b-vwj21jfsx9] {
    z-index: 1;
    background: var(--color-header-bg, #f5f5f5);
    text-align: center;
    max-width: 70px !important;
}

/* highlight editing row */
.curr-row-editing td[b-vwj21jfsx9] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

.curr-row-editing .curr-sticky-col[b-vwj21jfsx9] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

/* action cell basics */
.curr-action-cell[b-vwj21jfsx9] {
    display: table-cell;
    vertical-align: middle;
    /* reduce padding so cell can shrink */
    padding: 2px 4px;
    gap: 4px;
    text-align: center; /* center everything inside the cell */
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    overflow: visible;
}

/* make action buttons icon-only and remove any background/border/shadow */
.curr-action-cell .sap_btn[b-vwj21jfsx9],
.curr-action-cell .sap_btn-primary[b-vwj21jfsx9],
.curr-action-cell .curr-row-btn[b-vwj21jfsx9] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 2px !important; /* reduce horizontal margins */
    height: auto !important;
    min-width: 0 !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ensure icon images are block and centered, slightly smaller */
.curr-action-cell img[b-vwj21jfsx9] {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* slightly larger hit area without visible background (reduced) */
.curr-action-cell .sap_btn[b-vwj21jfsx9]::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-left: -28px; /* keep only hit area, not visible */
    pointer-events: none;
    visibility: hidden;
}

/* keep original spacing for rows but avoid text wrapping inside action cell */
.curr-action-cell > *[b-vwj21jfsx9] {
    white-space: nowrap;
}

/* small tweak to reduce default .curr-row-btn padding elsewhere */
.curr-row-btn[b-vwj21jfsx9] {
    font-size: 12px;
    padding: 0;
    height: auto;
    margin: 0 2px;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/ItemMasterDataForm/SAPManageTaxcodes.razor.rz.scp.css */
.sap_inner-card[b-sbho6a6n98]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-sbho6a6n98]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-sbho6a6n98]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-sbho6a6n98]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper[b-sbho6a6n98]{overflow-x:auto;width:100%}
.sap-table[b-sbho6a6n98]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table th[b-sbho6a6n98],.sap-table td[b-sbho6a6n98]{border:1px solid #f0f0f0;padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table th:first-child[b-sbho6a6n98],.sap-table td:first-child[b-sbho6a6n98]{min-width:40px;width:40px;text-align:center}
.sap-table th:nth-child(2)[b-sbho6a6n98],.sap-table td:nth-child(2)[b-sbho6a6n98]{min-width:50px;width:50px;text-align:center}
.sap_input[b-sbho6a6n98]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-sbho6a6n98]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-sbho6a6n98]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-sbho6a6n98]{position:relative}
.sap_dropdown-menu[b-sbho6a6n98]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-sbho6a6n98]{display:block}
.sap_dropdown-item[b-sbho6a6n98]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-sbho6a6n98]{margin-top:1rem}
.sap_btn-action[b-sbho6a6n98],.sap_btn[b-sbho6a6n98],.sap_btn-primary[b-sbho6a6n98]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-sbho6a6n98]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-sbho6a6n98]{display:flex;gap:.5rem;align-items:center}
.curr-scroll-wrapper[b-sbho6a6n98] {
    overflow-x: auto;
    overflow-y: visible;
}

.curr-table[b-sbho6a6n98] {
    min-width: max-content;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    position: relative;
}

/* make sticky action column narrow (target ~35px) */
.curr-sticky-col[b-sbho6a6n98] {
    position: sticky;
    right: 0;
    z-index: 1;
    background: var(--color-surface, #fff);
    box-shadow: -3px 0 6px rgba(0,0,0,0.08);
    white-space: nowrap;
    /* reduced width: half of previous 70px target -> 35px */
    max-width: 70px !important;
}

/* center header text in actions column */
.curr-sticky-col-header[b-sbho6a6n98] {
    z-index: 1;
    background: var(--color-header-bg, #f5f5f5);
    text-align: center;
    max-width: 70px !important;
}

/* highlight editing row */
.curr-row-editing td[b-sbho6a6n98] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

.curr-row-editing .curr-sticky-col[b-sbho6a6n98] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

/* action cell basics */
.curr-action-cell[b-sbho6a6n98] {
    display: table-cell;
    vertical-align: middle;
    /* reduce padding so cell can shrink */
    padding: 2px 4px;
    gap: 4px;
    text-align: center; /* center everything inside the cell */
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    overflow: visible;
}

/* make action buttons icon-only and remove any background/border/shadow */
.curr-action-cell .sap_btn[b-sbho6a6n98],
.curr-action-cell .sap_btn-primary[b-sbho6a6n98],
.curr-action-cell .curr-row-btn[b-sbho6a6n98] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 2px !important; /* reduce horizontal margins */
    height: auto !important;
    min-width: 0 !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ensure icon images are block and centered, slightly smaller */
.curr-action-cell img[b-sbho6a6n98] {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* slightly larger hit area without visible background (reduced) */
.curr-action-cell .sap_btn[b-sbho6a6n98]::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-left: -28px; /* keep only hit area, not visible */
    pointer-events: none;
    visibility: hidden;
}

/* keep original spacing for rows but avoid text wrapping inside action cell */
.curr-action-cell > *[b-sbho6a6n98] {
    white-space: nowrap;
}

/* small tweak to reduce default .curr-row-btn padding elsewhere */
.curr-row-btn[b-sbho6a6n98] {
    font-size: 12px;
    padding: 0;
    height: auto;
    margin: 0 2px;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/ItemMasterDataForm/SAPManageUoMs.razor.rz.scp.css */
.sap_inner-card[b-nyjudx48az]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-nyjudx48az]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-nyjudx48az]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-nyjudx48az]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper[b-nyjudx48az]{overflow-x:auto;width:100%}
.sap-table[b-nyjudx48az]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table th[b-nyjudx48az],.sap-table td[b-nyjudx48az]{border:1px solid #f0f0f0;padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table th:first-child[b-nyjudx48az],.sap-table td:first-child[b-nyjudx48az]{min-width:40px;width:40px;text-align:center}
.sap-table th:nth-child(2)[b-nyjudx48az],.sap-table td:nth-child(2)[b-nyjudx48az]{min-width:50px;width:50px;text-align:center}
.sap_input[b-nyjudx48az]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-nyjudx48az]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-nyjudx48az]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-nyjudx48az]{position:relative}
.sap_dropdown-menu[b-nyjudx48az]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-nyjudx48az]{display:block}
.sap_dropdown-item[b-nyjudx48az]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-nyjudx48az]{margin-top:1rem}
.sap_btn-action[b-nyjudx48az],.sap_btn[b-nyjudx48az],.sap_btn-primary[b-nyjudx48az]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-nyjudx48az]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-nyjudx48az]{display:flex;gap:.5rem;align-items:center}
.curr-scroll-wrapper[b-nyjudx48az] {
    overflow-x: auto;
    overflow-y: visible;
}

.curr-table[b-nyjudx48az] {
    min-width: max-content;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    position: relative;
}

/* make sticky action column narrow (target ~35px) */
.curr-sticky-col[b-nyjudx48az] {
    position: sticky;
    right: 0;
    z-index: 1;
    background: var(--color-surface, #fff);
    box-shadow: -3px 0 6px rgba(0,0,0,0.08);
    white-space: nowrap;
    /* reduced width: half of previous 70px target -> 35px */
    max-width: 70px !important;
}

/* center header text in actions column */
.curr-sticky-col-header[b-nyjudx48az] {
    z-index: 1;
    background: var(--color-header-bg, #f5f5f5);
    text-align: center;
    max-width: 70px !important;
}

/* highlight editing row */
.curr-row-editing td[b-nyjudx48az] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

.curr-row-editing .curr-sticky-col[b-nyjudx48az] {
    background-color: var(--color-row-edit, #fffde7) !important;
}

/* action cell basics */
.curr-action-cell[b-nyjudx48az] {
    display: table-cell;
    vertical-align: middle;
    /* reduce padding so cell can shrink */
    padding: 2px 4px;
    gap: 4px;
    text-align: center; /* center everything inside the cell */
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    overflow: visible;
}

/* make action buttons icon-only and remove any background/border/shadow */
.curr-action-cell .sap_btn[b-nyjudx48az],
.curr-action-cell .sap_btn-primary[b-nyjudx48az],
.curr-action-cell .curr-row-btn[b-nyjudx48az] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 2px !important; /* reduce horizontal margins */
    height: auto !important;
    min-width: 0 !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ensure icon images are block and centered, slightly smaller */
.curr-action-cell img[b-nyjudx48az] {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* slightly larger hit area without visible background (reduced) */
.curr-action-cell .sap_btn[b-nyjudx48az]::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-left: -28px; /* keep only hit area, not visible */
    pointer-events: none;
    visibility: hidden;
}

/* keep original spacing for rows but avoid text wrapping inside action cell */
.curr-action-cell > *[b-nyjudx48az] {
    white-space: nowrap;
}

/* small tweak to reduce default .curr-row-btn padding elsewhere */
.curr-row-btn[b-nyjudx48az] {
    font-size: 12px;
    padding: 0;
    height: auto;
    margin: 0 2px;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/ItemMasterDataForm/WareHousrDI.razor.rz.scp.css */
:root[b-b0fgs2c8t0] {
    --sap-bottom-bar-height: 56px;
    --sap-bottom-bar-gap: 24px;
}

.sap_page[b-b0fgs2c8t0] {
    padding-bottom: calc(var(--sap-bottom-bar-height) + var(--sap-bottom-bar-gap) + 16px) !important;
}

.sap_inner-card[b-b0fgs2c8t0],
.sap_card[b-b0fgs2c8t0],
section.sap_card[b-b0fgs2c8t0] {
    margin-bottom: 16px;
}

    .sap_inner-card:last-child[b-b0fgs2c8t0],
    .sap_card:last-child[b-b0fgs2c8t0],
    section.sap_card:last-child[b-b0fgs2c8t0] {
        margin-bottom: calc(var(--sap-bottom-bar-height) + var(--sap-bottom-bar-gap) + 24px);
    }

.sap_bottom-bar[b-b0fgs2c8t0] {
    z-index: 1200 !important;
}

.sap-safe-bottom[b-b0fgs2c8t0] {
    padding-bottom: calc(var(--sap-bottom-bar-height) + var(--sap-bottom-bar-gap) + 16px) !important;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/ManageSAPList/SAPAdaptFilterHeader.razor.rz.scp.css */
/* =====================================================================
   SAPAdaptFilterHeader – SAP-style adaptive header filter component
   ===================================================================== */

.sap-adapt-filter-root[b-uzxz2vr9og] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0.4rem 0.75rem 0.5rem;
    background: transparent;
}

/* Row of field columns */
.sap-adapt-filter-fields[b-uzxz2vr9og] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    align-items: flex-end;
    flex: 1;
}

/* Each individual field */
.sap-adapt-filter-field-col[b-uzxz2vr9og] {
  display: flex;
    flex-direction: column;
    min-width: 9rem;
    max-width: 14rem;
    flex: 1 1 9rem;
}

/* Label above input */
.sap-adapt-filter-label[b-uzxz2vr9og] {
    font-size: 0.75rem;
    color: #444;
  margin-bottom: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Wrapper for input + copy button */
.sap-adapt-filter-input-wrap[b-uzxz2vr9og] {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #b5cfe0;
  border-radius: 2px;
    background: #fff;
    height: 1.9rem;
}

.sap-adapt-filter-input-wrap:focus-within[b-uzxz2vr9og] {
border-color: #0070f2;
    box-shadow: 0 0 0 1px #0070f2;
}

/* Text / Number input */
.sap-adapt-filter-input[b-uzxz2vr9og] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 0.3rem;
    font-size: 0.82rem;
    color: #222;
    height: 100%;
    min-width: 0;
}

.sap-adapt-filter-input[b-uzxz2vr9og]::-webkit-inner-spin-button,
.sap-adapt-filter-input[b-uzxz2vr9og]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* Copy / clear button */
.sap-adapt-filter-copy-btn[b-uzxz2vr9og] {
    border: none;
    background: none;
    padding: 0 0.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
    opacity: 0.7;
    flex-shrink: 0;
}

.sap-adapt-filter-copy-btn:hover[b-uzxz2vr9og] {
    opacity: 1;
}

/* ── Select / Dropdown ──────────────────────────────────────────────── */

.sap-adapt-filter-tags-box[b-uzxz2vr9og] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
  cursor: pointer;
    padding: 0 0.3rem;
    min-height: 1.9rem;
    width: 100%;
 user-select: none;
}

.sap-adapt-filter-caret[b-uzxz2vr9og] {
    margin-left: auto;
    font-size: 0.65rem;
    color: #666;
  padding-right: 0.15rem;
    flex-shrink: 0;
}

/* Tag chip (selected value) */
.sap-adapt-filter-tag[b-uzxz2vr9og] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    background: #e8f4fd;
    border: 1px solid #a8cfe8;
    border-radius: 2px;
    font-size: 0.78rem;
  padding: 0.05rem 0.3rem;
    color: #1a5276;
    white-space: nowrap;
    max-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sap-adapt-filter-tag-remove[b-uzxz2vr9og] {
    cursor: pointer;
    font-size: 0.85rem;
    color: #888;
    line-height: 1;
}

.sap-adapt-filter-tag-remove:hover[b-uzxz2vr9og] {
    color: #c0392b;
}

/* Dropdown popup */
.sap-adapt-filter-dropdown[b-uzxz2vr9og] {
    position: absolute;
    top: calc(100% + 2px);
  left: 0;
    min-width: 100%;
  max-width: 20rem;
    background: #fff;
    border: 1px solid #b5cfe0;
    border-radius: 2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
z-index: 9999;
    max-height: 16rem;
    overflow-y: auto;
}

.sap-adapt-filter-dropdown-search[b-uzxz2vr9og] {
    padding: 0.3rem 0.4rem;
border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    background: #fff;
}

.sap-adapt-filter-dropdown-search-input[b-uzxz2vr9og] {
    width: 100%;
    border: 1px solid #b5cfe0;
  border-radius: 2px;
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
    outline: none;
}

.sap-adapt-filter-dropdown-item[b-uzxz2vr9og] {
    padding: 0.3rem 0.6rem;
    font-size: 0.82rem;
    cursor: pointer;
    color: #222;
    white-space: nowrap;
}

.sap-adapt-filter-dropdown-item:hover[b-uzxz2vr9og] {
    background: #e8f4fd;
}

.sap-adapt-filter-dropdown-item.selected[b-uzxz2vr9og] {
    background: #d0eaf7;
    font-weight: 500;
    color: #0070f2;
}

/* ── Action buttons row ─────────────────────────────────────────────── */

.sap-adapt-filter-actions[b-uzxz2vr9og] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-end;
    padding-top: 0.4rem;
}

.sap-adapt-filter-go-btn[b-uzxz2vr9og] {
    min-width: 3rem;
    height: 1.9rem;
    padding: 0 0.75rem;
    font-size: 0.82rem;
}

.sap-adapt-filter-adapt-btn[b-uzxz2vr9og] {
    background: none;
    border: none;
    color: #0070f2;
    font-size: 0.82rem;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
    text-decoration: underline;
  text-underline-offset: 2px;
}

.sap-adapt-filter-adapt-btn:hover[b-uzxz2vr9og] {
    color: #004fa3;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SAPAutoCompleteInputOld.razor.rz.scp.css */
/* ===== AutoComplete Container ===== */
.sap_autocomplete_container[b-y6a4cttdd5] {
    position: relative;
    width: 100%;
}

/* ===== Input Group ===== */
.sap_input_group[b-y6a4cttdd5] {
    position: relative;
    display: flex;
  align-items: center;
}

.sap_input[b-y6a4cttdd5] {
    flex: 1;
    height: 1.625rem;
    padding: 6px 8px;
  font-size: 12px;
    border-radius: 3px;
    border: 1px solid #d4dadf;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 1px 0 0 #556b81;
    transition: border-color 120ms ease-out, box-shadow 120ms ease-out, background-color 120ms ease-out;
}

.sap_input:hover:not(:disabled)[b-y6a4cttdd5] {
    border-color: #91C0FF;
    box-shadow: 0 1px 0 0 #2882ec;
}

.sap_input:focus[b-y6a4cttdd5],
.sap_input_active[b-y6a4cttdd5] {
    border-color: #0068ff;
    box-shadow: 0 0 0 1px rgba(0, 104, 255, 0.9);
}



.sap_input_btn[b-y6a4cttdd5] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.sap_input_btn:hover:not(:disabled)[b-y6a4cttdd5] {
    opacity: 0.7;
}

.sap_input_btn:disabled[b-y6a4cttdd5] {
    cursor: not-allowed;
    opacity: 0.3;
}

.sap_input_btn:disabled img[b-y6a4cttdd5] {
    display: none;
}

/* ===== Dropdown Container ===== */
.sap_dropdown[b-y6a4cttdd5] {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #c8d0e3;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    display: flex;
    flex-direction: column;
}

/* ===== Dropdown Table Wrapper ===== */
.sap_dropdown_table[b-y6a4cttdd5] {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 350px;
    flex: 1;
}

/* ===== Table Styling ===== */
.sap_dropdown table[b-y6a4cttdd5] {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    background: white;
}

.sap_dropdown thead[b-y6a4cttdd5] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #f7f7f7;
}

.sap_dropdown thead th[b-y6a4cttdd5] {
    padding: 8px 12px;
    text-align: left;
    font-weight: 600;
    color: #32363a;
    border-bottom: 1px solid #d9d9d9;
    background: #f7f7f7;
    white-space: nowrap;
}

.sap_dropdown tbody td[b-y6a4cttdd5] {
    padding: 6px 12px;
    border-bottom: 1px solid #ededed;
    color: #32363a;
    vertical-align: middle;
    white-space: nowrap;
}

.sap_dropdown tbody tr[b-y6a4cttdd5] {
    cursor: pointer;
    transition: background-color 0.15s;
}

.sap_dropdown tbody tr:hover[b-y6a4cttdd5] {
    background-color: #eaecee;
}

.sap_dropdown tbody tr:active[b-y6a4cttdd5] {
    background-color: #d9f0ff;
}

.sap_dropdown tbody tr:last-child td[b-y6a4cttdd5] {
    border-bottom: none;
}

/* ===== Dropdown Footer ===== */
.sap_dropdown_footer[b-y6a4cttdd5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-top: 1px solid #ededed;
    background: #fafbfc;
    font-size: 11px;
    color: #6c757d;
}

.sap_items_count[b-y6a4cttdd5] {
    font-size: 11px;
    color: #6c757d;
}

.sap_show_all_btn[b-y6a4cttdd5] {
    padding: 4px 12px;
    font-size: 11px;
    background: white;
  border: 1px solid #d4dadf;
    border-radius: 3px;
    color: #0068ff;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
}

.sap_show_all_btn:hover[b-y6a4cttdd5] {
    background: #f0f7ff;
    border-color: #0068ff;
}

.sap_show_all_btn:active[b-y6a4cttdd5] {
    background: #e0efff;
}

/* ===== Scrollbar Styling ===== */
.sap_dropdown_table[b-y6a4cttdd5]::-webkit-scrollbar {
 width: 8px;
    height: 8px;
}

.sap_dropdown_table[b-y6a4cttdd5]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sap_dropdown_table[b-y6a4cttdd5]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.sap_dropdown_table[b-y6a4cttdd5]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 768px) {
    .sap_dropdown[b-y6a4cttdd5] {
        max-height: 300px;
    }

    .sap_dropdown_table[b-y6a4cttdd5] {
        max-height: 250px;
    }

    .sap_dropdown thead th[b-y6a4cttdd5],
    .sap_dropdown tbody td[b-y6a4cttdd5] {
        padding: 6px 8px;
        font-size: 11px;
    }
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SAPBusinessPartner.razor.rz.scp.css */
/* Total Summary Styles */
.sap_total-summary[b-p59bp5y7ue] {
    margin-top: 24px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
}

.sap_summary-grid[b-p59bp5y7ue] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 500px;
    margin-left: auto;
}

.sap_summary-row[b-p59bp5y7ue] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

    .sap_summary-row.sap_summary-total[b-p59bp5y7ue] {
        border-top: 2px solid #dee2e6;
        padding-top: 12px;
        margin-top: 8px;
        font-weight: 600;
        font-size: 1.1rem;
    }

.sap_summary-label[b-p59bp5y7ue] {
    color: #6c757d;
    font-weight: 500;
}

.sap_summary-value[b-p59bp5y7ue] {
    font-weight: 600;
    color: #212529;
}

/* Table Actions */
.sap_table-actions[b-p59bp5y7ue] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 12px;
}

.sap_table-actions-right[b-p59bp5y7ue] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sap_btn-action[b-p59bp5y7ue] {
    padding: 6px 12px;
    background: none;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #0d6efd;
    transition: all 0.2s;
}

    .sap_btn-action:hover:not(:disabled)[b-p59bp5y7ue] {
        background: #e9ecef;
    }

    .sap_btn-action:disabled[b-p59bp5y7ue] {
        opacity: 0.5;
        cursor: not-allowed;
        color: #6c757d;
    }

.sap_btn-icon[b-p59bp5y7ue] {
    width: 100px;
    height: 32px;
    padding: 24px;
    background: none;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

    .sap_btn-icon:hover:not(:disabled)[b-p59bp5y7ue] {
        background: #e9ecef;
        border-color: #adb5bd;
    }

    .sap_btn-icon:disabled[b-p59bp5y7ue] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.sap_btn-icon-right[b-p59bp5y7ue] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

    .sap_btn-icon-right:hover:not(:disabled)[b-p59bp5y7ue] {
        background: #e9ecef;
        border-color: #adb5bd;
    }

    .sap_btn-icon-right:disabled[b-p59bp5y7ue] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Table No Data */
.sap_table-no-data[b-p59bp5y7ue] {
    text-align: center;
    padding: 32px;
    color: #6c757d;
    font-style: italic;
}

/* Attachment Area */
.sap_attachment-area[b-p59bp5y7ue] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
}

.sap_attachment-icon[b-p59bp5y7ue] {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.sap_attachment-text[b-p59bp5y7ue] {
    color: #6c757d;
    margin-bottom: 16px;
}

/* Input Sizes */
.sap_input-sm[b-p59bp5y7ue] {
    max-width: 120px;
}

/* Define New Link */
.sap_define-new-link[b-p59bp5y7ue] {
    margin-top: 8px;
}

.sap_link[b-p59bp5y7ue] {
    color: #0d6efd;
    text-decoration: none;
    font-size: 14px;
}

    .sap_link:hover[b-p59bp5y7ue] {
        text-decoration: underline;
    }

/* Link Section */
.sap_link-section[b-p59bp5y7ue] {
    padding: 8px 0;
}

/* UDF Grid - Single Column Layout (như trong ảnh) */
.sap_udf-grid-two-column[b-p59bp5y7ue] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0;
    max-width: 800px; /* Giới hạn độ rộng */
}

    .sap_udf-grid-two-column .sap_label[b-p59bp5y7ue] {
        display: grid;
        grid-template-columns: 200px 1fr;
        align-items: center;
        gap: 16px;
    }

        .sap_udf-grid-two-column .sap_label span[b-p59bp5y7ue] {
            color: #495057;
            font-weight: 400;
            text-align: left;
        }

        .sap_udf-grid-two-column .sap_label .sap_input[b-p59bp5y7ue] {
            width: 100%;
            max-width: 540px;
        }

/* Checkbox Row */
.sap_checkbox-row[b-p59bp5y7ue] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

    .sap_checkbox-row span[b-p59bp5y7ue] {
        flex: 1;
    }

    .sap_checkbox-row input[type="checkbox"][b-p59bp5y7ue] {
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

/* Spacing utilities */
.sap_mt-8[b-p59bp5y7ue] {
    margin-top: 8px;
}

.sap_mt-12[b-p59bp5y7ue] {
    margin-top: 12px;
}

.sap_mt-16[b-p59bp5y7ue] {
    margin-top: 16px;
}

.sap_mt-24[b-p59bp5y7ue] {
    margin-top: 24px;
}

.sap_mb-80[b-p59bp5y7ue] {
    margin-bottom: 80px;
}

.sap_dropdown-container[b-p59bp5y7ue] {
    position: relative;
    display: inline-block;
}

.sap_dropdown-menu[b-p59bp5y7ue] {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 4px;
}

    .sap_dropdown-menu.show[b-p59bp5y7ue] {
        display: block;
    }

.sap_dropdown-item[b-p59bp5y7ue] {
    padding: 10px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

    .sap_dropdown-item:last-child[b-p59bp5y7ue] {
        border-bottom: none;
    }

    .sap_dropdown-item:hover[b-p59bp5y7ue] {
        background-color: #f5f5f5;
    }

    .sap_dropdown-item:active[b-p59bp5y7ue] {
        background-color: #e8e8e8;
    }

.sap_btn-icon img[b-p59bp5y7ue] {
    vertical-align: middle;
    margin-left: 8px;
}
/* Collapsible Section Styles */
.sap_collapsible-header[b-p59bp5y7ue] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 0;
    user-select: none;
}

    .sap_collapsible-header:hover[b-p59bp5y7ue] {
        opacity: 0.8;
    }

.sap_collapse-icon[b-p59bp5y7ue] {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 12px;
    color: #6c757d;
}

    .sap_collapse-icon.sap_collapsed[b-p59bp5y7ue] {
        transform: rotate(90deg);
    }

.sap_collapsible-content[b-p59bp5y7ue] {
    padding: 16px 0;
}

.sap_remarks-textarea[b-p59bp5y7ue] {
    min-height: 100px;
    width: 100%;
    resize: vertical;
}

/* Table Container with Horizontal Scroll */
.sap_inner-card[b-p59bp5y7ue] {
    overflow-x: auto;
    overflow-y: visible;
}

/* Table Wrapper for Scroll Control */
.sap_table-wrapper[b-p59bp5y7ue] {
    overflow-x: auto;
    overflow-y: visible;
    max-width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

/* Table Fixed Width for Columns */
.sap-table[b-p59bp5y7ue] {
    min-width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

    .sap-table th[b-p59bp5y7ue],
    .sap-table td[b-p59bp5y7ue] {
        min-width: 150px; /* Chiều rộng tối thiểu mỗi cột */
        max-width: 200px; /* Chiều rộng tối đa mỗi cột */
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #dee2e6;
    }

    /* Fixed width cho cột checkbox và # */


    /* Sticky header */
    .sap-table thead th[b-p59bp5y7ue] {
        top: 0;
        background: #f8f9fa;
        
        font-weight: 600;
        border-bottom: 2px solid #dee2e6;
    }


/* Scrollbar Styling */
.sap_table-wrapper[b-p59bp5y7ue]::-webkit-scrollbar {
    height: 10px;
}

.sap_table-wrapper[b-p59bp5y7ue]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.sap_table-wrapper[b-p59bp5y7ue]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

    .sap_table-wrapper[b-p59bp5y7ue]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
.sap_form-grid-two-column[b-p59bp5y7ue] {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 16px 24px;
    align-items: start;
    max-width: 800px;
    padding-left: 12px;
}

    .sap_form-grid-two-column .sap_label[b-p59bp5y7ue] {
        display: contents;
    }

        .sap_form-grid-two-column .sap_label > span[b-p59bp5y7ue] {
            color: #495057;
            font-weight: 400;
            text-align: left;
            padding-top: 8px;
        }

        .sap_form-grid-two-column .sap_label > input[b-p59bp5y7ue],
        .sap_form-grid-two-column .sap_label > textarea[b-p59bp5y7ue],
        .sap_form-grid-two-column .sap_label > SAPLookupInput[b-p59bp5y7ue],
        .sap_form-grid-two-column .sap_label > SAPDropDownList[b-p59bp5y7ue] {
            width: 100%;
        }

        .sap_form-grid-two-column .sap_label > textarea[b-p59bp5y7ue] {
            min-height: 80px;
            resize: vertical;
        }

/* Responsive - trên mobile collapse hết */
@media (max-width: 768px) {
    .sap-table th[b-p59bp5y7ue],
    .sap-table td[b-p59bp5y7ue] {
        min-width: 120px;
        max-width: 150px;
    }

    .sap_form-grid--half[b-p59bp5y7ue] {
        grid-template-columns: 1fr;
    }

    .sap_form-grid-two-column[b-p59bp5y7ue] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

        .sap_form-grid-two-column .sap_label[b-p59bp5y7ue] {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
}
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .sap_table-actions[b-p59bp5y7ue] {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }

    .sap_table-actions-right[b-p59bp5y7ue] {
        justify-content: flex-end;
    }

    .sap_summary-grid[b-p59bp5y7ue] {
        max-width: 100%;
    }

    .sap_udf-grid-two-column[b-p59bp5y7ue] {
        grid-template-columns: 1fr;
    }
}








.sap_action-header[b-p59bp5y7ue] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background: white;
    gap: 12px;
}

.sap_action-left[b-p59bp5y7ue] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sap_item-code[b-p59bp5y7ue] {
    font-size: 1.5625rem;
    font-weight: 700;
    color: #333;
    margin-right: 15px;
    margin-left: 15px;
}

.sap_nav-btn[b-p59bp5y7ue] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: white;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

    .sap_nav-btn:hover:not(:disabled)[b-p59bp5y7ue] {
        background: #e9ecef;
        border-color: #adb5bd;
    }

    .sap_nav-btn:disabled[b-p59bp5y7ue] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.sap_action-right[b-p59bp5y7ue] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.sap_btn[b-p59bp5y7ue] {
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.sap_btn-primary[b-p59bp5y7ue] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn-primary:hover:not(:disabled)[b-p59bp5y7ue] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }


.sap_btn.sap_primary[b-p59bp5y7ue] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 550;
    border-radius: 10px;
}

    .sap_btn.sap_primary:hover:not(:disabled)[b-p59bp5y7ue] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.sap_btn-white[b-p59bp5y7ue] {
    color: #0064D9;
    font-size: 1rem;
    font-weight: 530;
    border-radius: 10px;
    border-color: white;
}

    .sap_btn-white:hover:not(:disabled)[b-p59bp5y7ue] {
        background: #f5f5f5;
    }

    .sap_btn-white:disabled[b-p59bp5y7ue] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.sap_btn[b-p59bp5y7ue] {
    background: white;
    color: #0d6efd;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn:hover:not(:disabled)[b-p59bp5y7ue] {
        background: #f5f5f5;
        border-color: #0b5ed7;
    }

.sap_btn-dropdown[b-p59bp5y7ue] {
    background: white;
    color: #212529;
    border: 1px solid #dee2e6;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

    .sap_btn-dropdown:hover[b-p59bp5y7ue] {
        background: #f8f9fa;
        border-color: #adb5bd;
    }

.sap_summary-logo[b-p59bp5y7ue] {
    flex-shrink: 0;
    margin-right: 48px;
}

/* Summary Bar */
.sap_summary-bar[b-p59bp5y7ue] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 32px;
    padding: 12px 16px;
    background: white;
}

.sap_summary-item[b-p59bp5y7ue] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 50px;
    flex-shrink: 0; /* thêm dòng này */
    width: auto !important;
}

    .sap_summary-item .sap_label_summary[b-p59bp5y7ue] {
        font-size: 0.8125rem;
        color: #6c757d;
        font-weight: 400;
        white-space: nowrap;
    }

    .sap_summary-item .sap_value[b-p59bp5y7ue],
    .sap_summary-item .sapMText[b-p59bp5y7ue] {
        font-size: 0.875rem;
        color: #212529;
        font-weight: 500;
        word-break: break-word;
        white-space: nowrap;
    }

.sap_customer-value[b-p59bp5y7ue] {
    font-weight: 700;
    color: #212529;
}

.sap_summary-image[b-p59bp5y7ue] {
    width: 96px;
    height: auto;
    object-fit: contain;
}

.sap_summary-placeholder[b-p59bp5y7ue] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    font-size: 32px;
}

.sap_summary-description[b-p59bp5y7ue] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
    padding-left: 24px; /* THÊM dòng này - khoảng cách với lề trái */
    /* hoặc dùng margin-left: 48px; */
}

.sap_description-label[b-p59bp5y7ue] {
    font-weight: 400;
    color: #6c757d;
    flex-shrink: 0;
}

.sap_description-value[b-p59bp5y7ue] {
    color: #212529;
    font-weight: 400;
}



.sap_customer-name[b-p59bp5y7ue] {
    color: black;
    font-weight: 600;
    white-space: nowrap;
}
/* Image Upload Section */
    .sap_image-upload[b-p59bp5y7ue] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sap_image-placeholder[b-p59bp5y7ue] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
    text-align: center;
}

    .sap_image-placeholder p[b-p59bp5y7ue] {
        margin: 8px 0 0 0;
        color: #212529;
    }

    .sap_image-placeholder .sap_text-muted[b-p59bp5y7ue] {
        font-size: 0.875rem;
        color: #6c757d;
    }
.sap_input_v2[type="date"][b-p59bp5y7ue] {
    max-width: 150px; /* hoặc 180px tùy theo thiết kế */
    width: auto;
}
.dropdown .sap_dropdown[b-p59bp5y7ue] {
    min-width: 500px;
}
.sap-table tbody td[b-p59bp5y7ue] {
    border-bottom: 1px solid #ededed;
    padding: 6px 12px;
    vertical-align: middle;
    height: 36px;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SAPChartOfAccounts.razor.rz.scp.css */
/* Container */
html[b-oolw4fvxor], body[b-oolw4fvxor] {
    height: 100%;
    margin: 0;
}
.sap-coa-container[b-oolw4fvxor] {
    display: flex;
    height: calc(100vh - 50px);
    gap: 1px;
    background: #e0e0e0;
}

/* Left Panel */
.sap-coa-left[b-oolw4fvxor] {
    background: #f5f6f7;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 50%;
}
.sap-coa-left.sap-coa-left--full[b-oolw4fvxor] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.sap-coa-header[b-oolw4fvxor] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #fff !important;
}

.sap-coa-title[b-oolw4fvxor] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.sap-icon-btn[b-oolw4fvxor] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sap-icon-btn:hover[b-oolw4fvxor] {
        background: #f5f5f5;
        border-radius: 4px;
    }

/* Filters */
.sap-coa-filters[b-oolw4fvxor] {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.sap-filter-row[b-oolw4fvxor] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .sap-filter-row label[b-oolw4fvxor] {
        width: 120px;
        font-size: 0.875rem;
        color: #666;
        margin: 0;
    }

.sap-input-group[b-oolw4fvxor] {
    flex: 1;
    display: flex;
    gap: 4px;
}

.sap-input[b-oolw4fvxor] {
    width: 100%;
    height: 1.625rem;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #d4dadf;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 1px 0 0 #556b81;
    transition: border-color 120ms ease-out, box-shadow 120ms ease-out, background-color 120ms ease-out;
}

select.sap-input[b-oolw4fvxor] {
    height: 1.625rem;
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
}

    .sap-input:hover[b-oolw4fvxor],
    select.sap-input:hover[b-oolw4fvxor] {
        border-color: #91C0FF;
        box-shadow: 0 1px 0 0 #2882ec;
    }

    .sap-input:focus[b-oolw4fvxor],
    select.sap-input:focus[b-oolw4fvxor] {
        border-color: #0068ff;
        box-shadow: 0 0 0 1px rgba(0, 104, 255, 0.9);
    }

    .sap-input:disabled[b-oolw4fvxor],
    select.sap-input:disabled[b-oolw4fvxor] {
        background-color: #f5f7fb;
        border-color: #dde2eb;
        color: #999;
        box-shadow: none;
    }

.sap-icon-btn-sm[b-oolw4fvxor] {
    background: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sap-icon-btn-sm:hover[b-oolw4fvxor] {
        background: #f5f5f5;
    }

/* Actions */
.sap-coa-actions[b-oolw4fvxor] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    border-bottom: 1px solid #e0e0e0;
}

.sap-actions-right[b-oolw4fvxor] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: auto;
}

.sap_btn-white[b-oolw4fvxor] {
    color: #0064D9;
    font-size: 1rem;
    font-weight: 530;
    border-radius: 10px;
    border-color: white;
}

.sap_btn-primary[b-oolw4fvxor] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn-primary:hover:not(:disabled)[b-oolw4fvxor] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.sap_btn-white:hover:not(:disabled)[b-oolw4fvxor] {
    background: #f5f5f5;
}

.sap_btn-white:disabled[b-oolw4fvxor] {
    opacity: 0.5;
    cursor: not-allowed;
}

.sap_btn[b-oolw4fvxor] {
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.sap_btn-primary[b-oolw4fvxor] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn-primary:hover:not(:disabled)[b-oolw4fvxor] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }


.sap_btn.sap_primary[b-oolw4fvxor] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 550;
    border-radius: 10px;
}

    .sap_btn.sap_primary:hover:not(:disabled)[b-oolw4fvxor] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.sap_btn-white[b-oolw4fvxor] {
    color: #0064D9;
    font-size: 1rem;
    font-weight: 530;
    border-radius: 10px;
    border-color: white;
}

    .sap_btn-white:hover:not(:disabled)[b-oolw4fvxor] {
        background: #f5f5f5;
    }

    .sap_btn-white:disabled[b-oolw4fvxor] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.sap_btn[b-oolw4fvxor] {
    background: white;
    color: #0d6efd;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn:hover:not(:disabled)[b-oolw4fvxor] {
        background: #f5f5f5;
        border-color: #0b5ed7;
    }

.sap_btn-dropdown[b-oolw4fvxor] {
    background: white;
    color: #212529;
    border: 1px solid #dee2e6;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

    .sap_btn-dropdown:hover[b-oolw4fvxor] {
        background: #f8f9fa;
        border-color: #adb5bd;
    }

/* Tree Table */
.sap-coa-tree[b-oolw4fvxor] {
    flex: 1;
    overflow-y: auto;
}

.sap-tree-table[b-oolw4fvxor] {
    width: 100%;
    border-collapse: collapse;
}

    .sap-tree-table thead[b-oolw4fvxor] {
        position: sticky;
        top: 0;
        background: #f5f5f5;
        z-index: 1;
    }

    .sap-tree-table th[b-oolw4fvxor] {
        text-align: left;
        padding: 8px 12px;
        font-size: 0.875rem;
        font-weight: 600;
        color: #333;
        border-bottom: 1px solid #e0e0e0;
        box-shadow:   inset -1px 0 0 #e5e5e5,inset 0 -1px 0 #e5e5e5;
    }

    .sap-tree-table td[b-oolw4fvxor] {
        padding: 6px 12px;
        font-size: 0.875rem;
        color: #333;
        border-bottom: 1px solid #f0f0f0;
    }

.sap-tree-row:hover[b-oolw4fvxor] {
    background: #f9f9f9;
}

.sap-tree-root[b-oolw4fvxor] {
    font-weight: 600;
}

.sap-tree-toggle[b-oolw4fvxor] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 4px;
    margin-right: 4px;
    font-size: 0.75rem;
    color: #666;
}

.sap-number[b-oolw4fvxor] {
    text-align: right;
}

/* Right Panel */
.sap-coa-right[b-oolw4fvxor] {
    width: 100%;
    /*min-width: 30%;*/
    background: white;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sap-detail-header[b-oolw4fvxor] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.sap-detail-title[b-oolw4fvxor] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}




.sap-summary-item[b-oolw4fvxor] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sap-summary-label[b-oolw4fvxor] {
    font-size: 0.75rem;
    color: #666;
}

.sap-summary-value[b-oolw4fvxor] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
}

/* Tabs */
.sap-detail-tabs[b-oolw4fvxor] {
    display: flex;
    padding: 0 16px;
    border-bottom: 1px solid #e0e0e0;
    background: #f9f9f9;
}

.sap-tab[b-oolw4fvxor] {
    background: none;
    border: none;
    padding: 12px 16px;
    font-size: 0.875rem;
    color: #666;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

    .sap-tab:hover[b-oolw4fvxor] {
        color: #333;
    }

    .sap-tab.active[b-oolw4fvxor] {
        color: #0066cc;
        border-bottom-color: #0066cc;
    }

/* Content */
.sap-detail-content[b-oolw4fvxor] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    background: #ECECEC;
    padding-bottom: 70vh; 
}


.sap-form-section[b-oolw4fvxor] {
    margin-bottom: 24px;
}

.sap-section-title[b-oolw4fvxor] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px 0;
}

.sap-form-grid[b-oolw4fvxor] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}



.sap-textarea[b-oolw4fvxor] {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 0.875rem;
    font-family: inherit;
    resize: vertical;
    min-height: 60px;
}

    .sap-textarea:focus[b-oolw4fvxor] {
        outline: none;
        border-color: #0066cc;
    }

    .sap-textarea:read-only[b-oolw4fvxor] {
        background: #f5f5f5;
    }

.sap-udf-grid[b-oolw4fvxor] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* Radio Group */
.sap-radio-group[b-oolw4fvxor] {
    display: flex;
    gap: 24px;
    align-items: center;
}

.sap-radio-label[b-oolw4fvxor] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.875rem;
    color: #333;
}

    .sap-radio-label input[type="radio"][b-oolw4fvxor] {
        cursor: pointer;
    }

        .sap-radio-label input[type="radio"]:disabled[b-oolw4fvxor] {
            cursor: not-allowed;
        }


/* Checkbox Grid */
.sap-checkbox-grid[b-oolw4fvxor] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
}

.sap-checkbox-label[b-oolw4fvxor] {
    display: grid;
    grid-template-columns: 300px auto 1fr 1fr;
    align-items: center;
    gap: 12px;
    font-size: 0.875rem;
    color: #333;
}

    .sap-checkbox-label input[type="checkbox"][b-oolw4fvxor] {
        cursor: pointer;
        justify-self: center;
    }

        .sap-checkbox-label input[type="checkbox"]:disabled[b-oolw4fvxor] {
            cursor: not-allowed;
        }

/* Section Title in Forms */
.sap_section-title[b-oolw4fvxor] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
}

/* Actions */
.sap-detail-actions[b-oolw4fvxor] {
    padding: 16px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    z-index: 1000;
    background-color: #ffffff;
    border: 1px solid #dde2eb;
    border-radius: 12px; /* floating card look */
    box-shadow: 08px24px rgba(0,0,0,0.12),02px8px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
}



/* No Selection */
.sap-no-selection[b-oolw4fvxor] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
    font-size: 1rem;
}

/* Scrollbar Styling */
.sap-coa-tree[b-oolw4fvxor]::-webkit-scrollbar,
.sap-detail-content[b-oolw4fvxor]::-webkit-scrollbar {
    width: 8px;
}

.sap-coa-tree[b-oolw4fvxor]::-webkit-scrollbar-track,
.sap-detail-content[b-oolw4fvxor]::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.sap-coa-tree[b-oolw4fvxor]::-webkit-scrollbar-thumb,
.sap-detail-content[b-oolw4fvxor]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

    .sap-coa-tree[b-oolw4fvxor]::-webkit-scrollbar-thumb:hover,
    .sap-detail-content[b-oolw4fvxor]::-webkit-scrollbar-thumb:hover {
        background: #999;
    }
.sap_label[b-oolw4fvxor] {
    grid-template-columns: 140px 1fr;
    gap: 2px;
}

/* Resizer handle */
.sap-resizer[b-oolw4fvxor] {
    width: 6px;
    background: #e0e0e0;
    cursor: col-resize;
    flex-shrink: 0;
    position: relative;
    transition: background 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sap-resizer:hover[b-oolw4fvxor],
    .sap-resizer.resizing[b-oolw4fvxor] {
        background: #b0b8c9;
    }

    /* Thanh kéo trực quan ở giữa */
    .sap-resizer[b-oolw4fvxor]::after {
        content: "";
        display: block;
        width: 4px;
        height: 48px;
        border-radius: 4px;
        background: #9aa5b4;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
/* Ensure right panel acts as positioning context */


/* If you need different height, tweak padding-bottom and the bar padding above */
/* _content/BlazorWebApp/Components/Pages/SAPUI/SAPItemMasterData.razor.rz.scp.css */
.sap_action-header[b-fksb398b06] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background: white;
    gap: 12px;
}

.sap_action-left[b-fksb398b06] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sap_item-code[b-fksb398b06] {
    font-size: 1.5625rem;
    font-weight: 700;
    color: #333;
    margin-right: 15px;
    margin-left: 15px;
}

.sap_nav-btn[b-fksb398b06] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: white;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

    .sap_nav-btn:hover:not(:disabled)[b-fksb398b06] {
        background: #e9ecef;
        border-color: #adb5bd;
    }

    .sap_nav-btn:disabled[b-fksb398b06] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.sap_action-right[b-fksb398b06] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.sap_btn[b-fksb398b06] {
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.sap_btn-primary[b-fksb398b06] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn-primary:hover:not(:disabled)[b-fksb398b06] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }


.sap_btn.sap_primary[b-fksb398b06] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 550;
    border-radius: 10px;
}

    .sap_btn.sap_primary:hover:not(:disabled)[b-fksb398b06] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.sap_btn-white[b-fksb398b06] {
    color: #0064D9;
    font-size: 1rem;
    font-weight: 530;
    border-radius: 10px;
    border-color: white;
}

    .sap_btn-white:hover:not(:disabled)[b-fksb398b06] {
        background: #f5f5f5;        
    }

    .sap_btn-white:disabled[b-fksb398b06] {
        opacity: 0.5;
        cursor: not-allowed;
    }
.sap_btn[b-fksb398b06] {
    background: white;
    color: #0d6efd;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn:hover:not(:disabled)[b-fksb398b06] {
        background: #f5f5f5;
        border-color: #0b5ed7;
    }
.sap_btn-dropdown[b-fksb398b06] {
    background: white;
    color: #212529;
    border: 1px solid #dee2e6;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

    .sap_btn-dropdown:hover[b-fksb398b06] {
        background: #f8f9fa;
        border-color: #adb5bd;
    }
.sap_summary-logo[b-fksb398b06] {
    flex-shrink: 0;
    margin-right: 48px;
}
.sap_summary-bar[b-fksb398b06] {
    gap: 5px !important; 
}
.sap_summary-image[b-fksb398b06] {
    width: 96px;
    height: auto; 
    object-fit: contain;
}

.sap_summary-placeholder[b-fksb398b06] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    font-size: 32px;
}
.sap_summary-description[b-fksb398b06] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
    padding-left: 24px; /* THÊM dòng này - khoảng cách với lề trái */
    /* hoặc dùng margin-left: 48px; */
}

.sap_description-label[b-fksb398b06] {
    font-weight: 400;
    color: #6c757d;
    flex-shrink: 0;
}

.sap_description-value[b-fksb398b06] {
    color: #212529;
    font-weight: 400;
}

.sap_dropdown-control[b-fksb398b06]::before {
    content: "";
    position: absolute;
    right: 9px; /* chỉnh cho vừa */
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 4px 4px 0 4px; /* tam giác nhỏ hướng xuống */
    border-color: #0068ff transparent transparent transparent;
    display: none !important;
}
.sap-table thead th[b-fksb398b06] {
    position: static;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SAPSalesOrder.razor.rz.scp.css */
/* Total Summary Styles */
.sap_total-summary[b-35fr44se1x] {
    margin-top: 24px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
}

.sap_summary-grid[b-35fr44se1x] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 500px;
    margin-left: auto;
}

.sap_summary-row[b-35fr44se1x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.sap_summary-row.sap_summary-total[b-35fr44se1x] {
    border-top: 2px solid #dee2e6;
    padding-top: 12px;
    margin-top: 8px;
    font-weight: 600;
    font-size: 1.1rem;
}

.sap_summary-label[b-35fr44se1x] {
    color: #6c757d;
    font-weight: 500;
}

.sap_summary-value[b-35fr44se1x] {
    font-weight: 600;
    color: #212529;
}

/* Table Actions */
.sap_table-actions[b-35fr44se1x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 12px;
}

.sap_table-actions-right[b-35fr44se1x] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sap_btn-action[b-35fr44se1x] {
    padding: 6px 12px;
    background: none;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #0d6efd;
    transition: all 0.2s;
}

    .sap_btn-action:hover:not(:disabled)[b-35fr44se1x] {
        background: #e9ecef;
    }

    .sap_btn-action:disabled[b-35fr44se1x] {
        opacity: 0.5;
        cursor: not-allowed;
        color: #6c757d;
    }

.sap_btn-icon[b-35fr44se1x] {
    width: 100px;
    height: 32px;
    padding: 24px;
    background: none ;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

    .sap_btn-icon:hover:not(:disabled)[b-35fr44se1x] {
  background: #e9ecef;
        border-color: #adb5bd;
    }

    .sap_btn-icon:disabled[b-35fr44se1x] {
    opacity: 0.5;
    cursor: not-allowed;
    }

.sap_btn-icon-right[b-35fr44se1x] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

    .sap_btn-icon-right:hover:not(:disabled)[b-35fr44se1x] {
        background: #e9ecef;
        border-color: #adb5bd;
    }

    .sap_btn-icon-right:disabled[b-35fr44se1x] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Table No Data */
.sap_table-no-data[b-35fr44se1x] {
    text-align: center;
 padding: 32px;
    color: #6c757d;
    font-style: italic;
}

/* Attachment Area */
.sap_attachment-area[b-35fr44se1x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
}

.sap_attachment-icon[b-35fr44se1x] {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.sap_attachment-text[b-35fr44se1x] {
    color: #6c757d;
    margin-bottom: 16px;
}

/* Input Sizes */
.sap_input-sm[b-35fr44se1x] {
 max-width: 120px;
}

/* Define New Link */
.sap_define-new-link[b-35fr44se1x] {
    margin-top: 8px;
}

.sap_link[b-35fr44se1x] {
    color: #0d6efd;
    text-decoration: none;
    font-size: 14px;
}

    .sap_link:hover[b-35fr44se1x] {
     text-decoration: underline;
    }

/* Link Section */
.sap_link-section[b-35fr44se1x] {
 padding: 8px 0;
}

/* UDF Grid - Single Column Layout (như trong ảnh) */
.sap_udf-grid-two-column[b-35fr44se1x] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0;
    max-width: 800px; /* Giới hạn độ rộng */
}

.sap_udf-grid-two-column .sap_label[b-35fr44se1x] {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    gap: 16px;
}

.sap_udf-grid-two-column .sap_label span[b-35fr44se1x] {
    color: #495057;
    font-weight: 400;
    text-align: left;
}

.sap_udf-grid-two-column .sap_label .sap_input[b-35fr44se1x] {
    width: 100%;
    max-width: 540px;
}

/* Checkbox Row */
.sap_checkbox-row[b-35fr44se1x] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

    .sap_checkbox-row span[b-35fr44se1x] {
        flex: 1;
    }

    .sap_checkbox-row input[type="checkbox"][b-35fr44se1x] {
   width: 18px;
        height: 18px;
    cursor: pointer;
    }

/* Spacing utilities */
.sap_mt-8[b-35fr44se1x] {
    margin-top: 8px;
}

.sap_mt-12[b-35fr44se1x] {
 margin-top: 12px;
}

.sap_mt-16[b-35fr44se1x] {
    margin-top: 16px;
}

.sap_mt-24[b-35fr44se1x] {
    margin-top: 24px;
}

.sap_mb-80[b-35fr44se1x] {
    margin-bottom: 80px;
}
.sap_dropdown-container[b-35fr44se1x] {
    position: relative;
    display: inline-block;
}

.sap_dropdown-menu[b-35fr44se1x] {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 4px;
}

    .sap_dropdown-menu.show[b-35fr44se1x] {
        display: block;
    }

.sap_dropdown-item[b-35fr44se1x] {
    padding: 10px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

    .sap_dropdown-item:last-child[b-35fr44se1x] {
        border-bottom: none;
    }

    .sap_dropdown-item:hover[b-35fr44se1x] {
        background-color: #f5f5f5;
    }

    .sap_dropdown-item:active[b-35fr44se1x] {
        background-color: #e8e8e8;
    }

.sap_btn-icon img[b-35fr44se1x] {
    vertical-align: middle;
    margin-left: 8px;
}
/* Collapsible Section Styles */
.sap_collapsible-header[b-35fr44se1x] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 0;
    user-select: none;
}

    .sap_collapsible-header:hover[b-35fr44se1x] {
        opacity: 0.8;
    }

.sap_collapse-icon[b-35fr44se1x] {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 12px;
    color: #6c757d;
}

    .sap_collapse-icon.sap_collapsed[b-35fr44se1x] {
        transform: rotate(90deg);
    }

.sap_collapsible-content[b-35fr44se1x] {
    padding: 16px 0;
}

.sap_remarks-textarea[b-35fr44se1x] {
    min-height: 100px;
    width: 100%;
    resize: vertical;
}

/* Table Container with Horizontal Scroll */
.sap_inner-card[b-35fr44se1x] {
    overflow-x: auto;
    overflow-y: visible;
}

/* Table Wrapper for Scroll Control */
.sap_table-wrapper[b-35fr44se1x] {
    overflow-x: auto;
    overflow-y: visible;
    max-width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

/* Table Fixed Width for Columns */
.sap-table[b-35fr44se1x] {
    min-width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

    .sap-table th[b-35fr44se1x],
    .sap-table td[b-35fr44se1x] {
        min-width: 150px; /* Chiều rộng tối thiểu mỗi cột */
        max-width: 200px; /* Chiều rộng tối đa mỗi cột */
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #dee2e6;
    }

        /* Fixed width cho cột checkbox và # */
        

    /* Sticky header */
    .sap-table thead th[b-35fr44se1x] {
        position: sticky;
        top: 0;
        background: #f8f9fa;
        z-index: 11;
        font-weight: 600;
        border-bottom: 2px solid #dee2e6;
    }

/* Scrollbar Styling */
.sap_table-wrapper[b-35fr44se1x]::-webkit-scrollbar {
    height: 10px;
}

.sap_table-wrapper[b-35fr44se1x]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.sap_table-wrapper[b-35fr44se1x]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

    .sap_table-wrapper[b-35fr44se1x]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


/* Responsive - trên mobile collapse hết */
@media (max-width: 768px) {
    .sap-table th[b-35fr44se1x],
    .sap-table td[b-35fr44se1x] {
        min-width: 120px;
        max-width: 150px;
    }
    .sap_form-grid--half[b-35fr44se1x] {
        grid-template-columns: 1fr;
    }
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .sap_table-actions[b-35fr44se1x] {
        flex-direction: column;
   gap: 8px;
        align-items: stretch;
    }

    .sap_table-actions-right[b-35fr44se1x] {
    justify-content: flex-end;
    }

    .sap_summary-grid[b-35fr44se1x] {
        max-width: 100%;
    }

    .sap_udf-grid-two-column[b-35fr44se1x] {
        grid-template-columns: 1fr;
    }
}








.sap_action-header[b-35fr44se1x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background: white;
    gap: 12px;
}

.sap_action-left[b-35fr44se1x] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sap_item-code[b-35fr44se1x] {
    font-size: 1.5625rem;
    font-weight: 700;
    color: #333;
    margin-right: 15px;
    margin-left: 15px;
}

.sap_nav-btn[b-35fr44se1x] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: white;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

    .sap_nav-btn:hover:not(:disabled)[b-35fr44se1x] {
        background: #e9ecef;
        border-color: #adb5bd;
    }

    .sap_nav-btn:disabled[b-35fr44se1x] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.sap_action-right[b-35fr44se1x] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.sap_btn[b-35fr44se1x] {
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.sap_btn-primary[b-35fr44se1x] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn-primary:hover:not(:disabled)[b-35fr44se1x] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }


.sap_btn.sap_primary[b-35fr44se1x] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 550;
    border-radius: 10px;
}

    .sap_btn.sap_primary:hover:not(:disabled)[b-35fr44se1x] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.sap_btn-white[b-35fr44se1x] {
    color: #0064D9;
    font-size: 1rem;
    font-weight: 530;
    border-radius: 10px;
    border-color: white;
}

    .sap_btn-white:hover:not(:disabled)[b-35fr44se1x] {
        background: #f5f5f5;
    }

    .sap_btn-white:disabled[b-35fr44se1x] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.sap_btn[b-35fr44se1x] {
    background: white;
    color: #0d6efd;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn:hover:not(:disabled)[b-35fr44se1x] {
        background: #f5f5f5;
        border-color: #0b5ed7;
    }

.sap_btn-dropdown[b-35fr44se1x] {
    background: white;
    color: #212529;
    border: 1px solid #dee2e6;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

    .sap_btn-dropdown:hover[b-35fr44se1x] {
        background: #f8f9fa;
        border-color: #adb5bd;
    }

.sap_summary-logo[b-35fr44se1x] {
    flex-shrink: 0;
    margin-right: 48px;
}

.sap_summary-bar[b-35fr44se1x] {
    gap: 5px !important;
}

.sap_summary-image[b-35fr44se1x] {
    width: 96px;
    height: auto;
    object-fit: contain;
}

.sap_summary-placeholder[b-35fr44se1x] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    font-size: 32px;
}

.sap_summary-description[b-35fr44se1x] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
    padding-left: 24px; /* THÊM dòng này - khoảng cách với lề trái */
    /* hoặc dùng margin-left: 48px; */
}

.sap_description-label[b-35fr44se1x] {
    font-weight: 400;
    color: #6c757d;
    flex-shrink: 0;
}

.sap_description-value[b-35fr44se1x] {
    color: #212529;
    font-weight: 400;
}



.sap_customer-name[b-35fr44se1x] {
    color: black;
    font-weight: 600;
    white-space: nowrap;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubHeaderInput/SubHeaderInputACT.razor.rz.scp.css */
/* Styles specific to SubHeaderInputSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_card[b-6tqn23erxy] {
    padding: 18px 20px 22px;
    border-radius: 6px;
}

.sap_card-columns[b-6tqn23erxy] {
    gap: 48px;
    grid-template-columns: 1fr 1fr;
}

.sap_column[b-6tqn23erxy] {
    min-width: 0;
}

.sap_section-title[b-6tqn23erxy] {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

.sap_form-grid[b-6tqn23erxy] {
    display: grid;
    gap: 8px;
}

/* make the small header inputs align nicely inside the column */
.sap_input_group[b-6tqn23erxy] {
    display: flex;
    align-items: center;
}

.sap_input_group .sap_input[b-6tqn23erxy] {
    flex: 1;
}

/* responsive adjustments for narrow screens */
@media (max-width: 768px) {
    .sap_card-columns[b-6tqn23erxy] {
        grid-template-columns: 1fr;
    }
}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-6tqn23erxy]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-6tqn23erxy]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-6tqn23erxy]{background:#e9ecef}
.sap_btn-action:disabled[b-6tqn23erxy]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-6tqn23erxy]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-6tqn23erxy]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-6tqn23erxy]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-6tqn23erxy]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-6tqn23erxy]{vertical-align:middle}
.sap_dropdown-container[b-6tqn23erxy]{position:relative;display:inline-block}
.sap_dropdown-menu[b-6tqn23erxy]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-6tqn23erxy]{display:block}
.sap_dropdown-item[b-6tqn23erxy]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-6tqn23erxy]{border-bottom:none}
.sap_dropdown-item:hover[b-6tqn23erxy]{background:#f5f5f5}

.sap_form-grid[b-6tqn23erxy] {
    display: grid;
    gap: 8px;
    min-width: 0; /* thêm dòng này */
}

    /* Thêm mới: đảm bảo tất cả children trong grid không tràn */
    .sap_form-grid > *[b-6tqn23erxy] {
        min-width: 0;
    }
.sap_date-flex-wrapper[b-6tqn23erxy] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    overflow: hidden;
    flex-wrap: nowrap;
}

.sap_date-flex-wrapper > *[b-6tqn23erxy] {
    min-width: 0;
    flex-shrink: 1;
}
.sap_date-flex-wrapper .sap_label[b-6tqn23erxy] {
    grid-template-columns: auto 1fr;
    min-width: 0;
}

.sap_date-flex-wrapper .sap_input_group[b-6tqn23erxy] {
    min-width: 120px;
}

.sap_date-flex-wrapper input[type="date"][b-6tqn23erxy] {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubHeaderInput/SubHeaderInputDatePeriod.razor.rz.scp.css */
/* Styles specific to SubHeaderInputSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_card[b-9gp47oauug] {
    padding: 18px 20px 22px;
    border-radius: 6px;
}

.sap_card-columns[b-9gp47oauug] {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 1fr;
}

.sap_column[b-9gp47oauug] {
    min-width: 0;
}

.sap_section-title[b-9gp47oauug] {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

.sap_form-grid[b-9gp47oauug] {
    display: grid;
    gap: 8px;
}

/* make the small header inputs align nicely inside the column */
.sap_input_group[b-9gp47oauug] {
    display: flex;
    align-items: center;
}

.sap_input_group .sap_input[b-9gp47oauug] {
    flex: 1;
}

/* responsive adjustments for narrow screens */
@media (max-width: 768px) {
    .sap_card-columns[b-9gp47oauug] {
        grid-template-columns: 1fr;
    }
}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-9gp47oauug]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-9gp47oauug]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-9gp47oauug]{background:#e9ecef}
.sap_btn-action:disabled[b-9gp47oauug]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-9gp47oauug]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-9gp47oauug]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-9gp47oauug]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-9gp47oauug]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-9gp47oauug]{vertical-align:middle}
.sap_dropdown-container[b-9gp47oauug]{position:relative;display:inline-block}
.sap_dropdown-menu[b-9gp47oauug]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-9gp47oauug]{display:block}
.sap_dropdown-item[b-9gp47oauug]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-9gp47oauug]{border-bottom:none}
.sap_dropdown-item:hover[b-9gp47oauug]{background:#f5f5f5}

.sap_form-row--range[b-9gp47oauug] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8px;
}

    .sap_form-row--range > :first-child[b-9gp47oauug] {
        flex: 1;
    }

    .sap_form-row--range > :last-child[b-9gp47oauug] {
        margin-left: auto;
        flex-shrink: 0;
        min-width: 200px; /* hoặc chỉnh theo ý muốn */
    }
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubHeaderInput/SubHeaderInputPeriod.razor.rz.scp.css */
/* Styles specific to SubHeaderInputSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_card[b-fsxwkyyrz5] {
    padding: 18px 20px 22px;
    border-radius: 6px;
}

.sap_card-columns[b-fsxwkyyrz5] {
    gap: 48px;
    grid-template-columns: 1fr 1fr;
}

.sap_column[b-fsxwkyyrz5] {
    min-width: 0;
}

.sap_section-title[b-fsxwkyyrz5] {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

.sap_form-grid[b-fsxwkyyrz5] {
    display: grid;
    gap: 8px;
}

/* make the small header inputs align nicely inside the column */
.sap_input_group[b-fsxwkyyrz5] {
    display: flex;
    align-items: center;
}

.sap_input_group .sap_input[b-fsxwkyyrz5] {
    flex: 1;
}

/* responsive adjustments for narrow screens */
@media (max-width: 768px) {
    .sap_card-columns[b-fsxwkyyrz5] {
        grid-template-columns: 1fr;
    }
}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-fsxwkyyrz5]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-fsxwkyyrz5]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-fsxwkyyrz5]{background:#e9ecef}
.sap_btn-action:disabled[b-fsxwkyyrz5]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-fsxwkyyrz5]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-fsxwkyyrz5]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-fsxwkyyrz5]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-fsxwkyyrz5]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-fsxwkyyrz5]{vertical-align:middle}
.sap_dropdown-container[b-fsxwkyyrz5]{position:relative;display:inline-block}
.sap_dropdown-menu[b-fsxwkyyrz5]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-fsxwkyyrz5]{display:block}
.sap_dropdown-item[b-fsxwkyyrz5]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-fsxwkyyrz5]{border-bottom:none}
.sap_dropdown-item:hover[b-fsxwkyyrz5]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubHeaderInput/SubHeaderInputPurchaseOrderSAP.razor.rz.scp.css */
/* Styles specific to SubHeaderInputSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_card[b-tcf6srix6d] {
    padding: 18px 20px 22px;
    border-radius: 6px;
}

.sap_card-columns[b-tcf6srix6d] {
    gap: 48px;
    grid-template-columns: 1fr 1fr;
}

.sap_column[b-tcf6srix6d] {
    min-width: 0;
}

.sap_section-title[b-tcf6srix6d] {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

.sap_form-grid[b-tcf6srix6d] {
    display: grid;
    gap: 8px;
}

/* make the small header inputs align nicely inside the column */
.sap_input_group[b-tcf6srix6d] {
    display: flex;
    align-items: center;
}

.sap_input_group .sap_input[b-tcf6srix6d] {
    flex: 1;
}

/* responsive adjustments for narrow screens */
@media (max-width: 768px) {
    .sap_card-columns[b-tcf6srix6d] {
        grid-template-columns: 1fr;
    }
}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-tcf6srix6d]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-tcf6srix6d]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-tcf6srix6d]{background:#e9ecef}
.sap_btn-action:disabled[b-tcf6srix6d]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-tcf6srix6d]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-tcf6srix6d]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-tcf6srix6d]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-tcf6srix6d]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-tcf6srix6d]{vertical-align:middle}
.sap_dropdown-container[b-tcf6srix6d]{position:relative;display:inline-block}
.sap_dropdown-menu[b-tcf6srix6d]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-tcf6srix6d]{display:block}
.sap_dropdown-item[b-tcf6srix6d]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-tcf6srix6d]{border-bottom:none}
.sap_dropdown-item:hover[b-tcf6srix6d]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubHeaderInput/SubHeaderInputSAP.razor.rz.scp.css */
/* Styles specific to SubHeaderInputSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_card[b-2kgpyl5pk0] {
    padding: 18px 20px 22px;
    border-radius: 6px;
}

.sap_card-columns[b-2kgpyl5pk0] {
    gap: 48px;
    grid-template-columns: 1fr 1fr;

}

.sap_column[b-2kgpyl5pk0] {
    min-width: 0;
}

.sap_section-header[b-2kgpyl5pk0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.sap_section-title[b-2kgpyl5pk0] {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
    flex: 1;
}

.sap_rollback-btn[b-2kgpyl5pk0] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.15s ease;
    font-size: 16px;
    flex-shrink: 0;
}

.sap_rollback-btn:hover[b-2kgpyl5pk0] {
    background-color: #e9ecef;
    color: #0d6efd;
}

.sap_rollback-btn:active[b-2kgpyl5pk0] {
    transform: scale(0.95);
}

.sap_rollback-icon[b-2kgpyl5pk0] {
    display: inline-block;
}

.sap_form-grid[b-2kgpyl5pk0] {
    display: grid;
    gap: 8px;
}

/* make the small header inputs align nicely inside the column */
.sap_input_group[b-2kgpyl5pk0] {
    display: flex;
    align-items: center;
}

.sap_input_group .sap_input[b-2kgpyl5pk0] {
    flex: 1;
}

/* responsive adjustments for narrow screens */
/* Wrap xuống 1 cột khi màn hình nhỏ hơn 900px */
@media (max-width: 900px) {
    .sap_card-columns[b-2kgpyl5pk0] {
        grid-template-columns: 1fr;
        gap: 24px; /* giảm gap khi stack dọc */
    }
}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-2kgpyl5pk0]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-2kgpyl5pk0]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-2kgpyl5pk0]{background:#e9ecef}
.sap_btn-action:disabled[b-2kgpyl5pk0]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-2kgpyl5pk0]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-2kgpyl5pk0]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-2kgpyl5pk0]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-2kgpyl5pk0]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-2kgpyl5pk0]{vertical-align:middle}
.sap_dropdown-container[b-2kgpyl5pk0]{position:relative;display:inline-block}
.sap_dropdown-menu[b-2kgpyl5pk0]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-2kgpyl5pk0]{display:block}
.sap_dropdown-item[b-2kgpyl5pk0]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-2kgpyl5pk0]{border-bottom:none}
.sap_dropdown-item:hover[b-2kgpyl5pk0]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubHeaderInput/SubHeaderInputSQ.razor.rz.scp.css */
/* Styles specific to SubHeaderInputSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_card[b-po2jwso1h3] {
    padding: 18px 20px 22px;
    border-radius: 6px;
}

.sap_card-columns[b-po2jwso1h3] {
    gap: 48px;
    grid-template-columns: 1fr 1fr;
}

.sap_column[b-po2jwso1h3] {
    min-width: 0;
}

.sap_section-title[b-po2jwso1h3] {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

.sap_form-grid[b-po2jwso1h3] {
    display: grid;
    gap: 8px;
}

/* make the small header inputs align nicely inside the column */
.sap_input_group[b-po2jwso1h3] {
    display: flex;
    align-items: center;
}

.sap_input_group .sap_input[b-po2jwso1h3] {
    flex: 1;
}

/* responsive adjustments for narrow screens */
@media (max-width: 768px) {
    .sap_card-columns[b-po2jwso1h3] {
        grid-template-columns: 1fr;
    }
}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-po2jwso1h3]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-po2jwso1h3]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-po2jwso1h3]{background:#e9ecef}
.sap_btn-action:disabled[b-po2jwso1h3]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-po2jwso1h3]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-po2jwso1h3]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-po2jwso1h3]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-po2jwso1h3]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-po2jwso1h3]{vertical-align:middle}
.sap_dropdown-container[b-po2jwso1h3]{position:relative;display:inline-block}
.sap_dropdown-menu[b-po2jwso1h3]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-po2jwso1h3]{display:block}
.sap_dropdown-item[b-po2jwso1h3]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-po2jwso1h3]{border-bottom:none}
.sap_dropdown-item:hover[b-po2jwso1h3]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubHeaderInput/SubHeaderInputWareHouse.razor.rz.scp.css */
/* Styles specific to SubHeaderInputSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_card[b-bkc3tt7bxx] {
    padding: 18px 20px 22px;
    border-radius: 6px;
}

.sap_card-columns[b-bkc3tt7bxx] {
    gap: 48px;
    grid-template-columns: 1fr 1fr;
}

.sap_column[b-bkc3tt7bxx] {
    min-width: 0;
}

.sap_section-title[b-bkc3tt7bxx] {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

.sap_form-grid[b-bkc3tt7bxx] {
    display: grid;
    gap: 8px;
}

/* make the small header inputs align nicely inside the column */
.sap_input_group[b-bkc3tt7bxx] {
    display: flex;
    align-items: center;
}

.sap_input_group .sap_input[b-bkc3tt7bxx] {
    flex: 1;
}

/* responsive adjustments for narrow screens */
@media (max-width: 768px) {
    .sap_card-columns[b-bkc3tt7bxx] {
        grid-template-columns: 1fr;
    }
}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-bkc3tt7bxx]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-bkc3tt7bxx]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-bkc3tt7bxx]{background:#e9ecef}
.sap_btn-action:disabled[b-bkc3tt7bxx]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-bkc3tt7bxx]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-bkc3tt7bxx]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-bkc3tt7bxx]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-bkc3tt7bxx]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-bkc3tt7bxx]{vertical-align:middle}
.sap_dropdown-container[b-bkc3tt7bxx]{position:relative;display:inline-block}
.sap_dropdown-menu[b-bkc3tt7bxx]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-bkc3tt7bxx]{display:block}
.sap_dropdown-item[b-bkc3tt7bxx]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-bkc3tt7bxx]{border-bottom:none}
.sap_dropdown-item:hover[b-bkc3tt7bxx]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubInnerCardLine/SubInnerCardLineDetailSAP.razor.rz.scp.css */
.sap_inner-card[b-cqxitunc00]{background:#fff;padding:1rem;border-radius:6px}
.sap_section-title[b-cqxitunc00]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-cqxitunc00]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-cqxitunc00]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper-line[b-cqxitunc00]{overflow-x:auto;width:100%}
.sap-table-line[b-cqxitunc00]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table-line th[b-cqxitunc00],.sap-table-line td[b-cqxitunc00]{padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table-line th:first-child[b-cqxitunc00],.sap-table-line td:first-child[b-cqxitunc00]{min-width:40px;width:40px;text-align:center}
.sap-table-line th:nth-child(2)[b-cqxitunc00],.sap-table-line td:nth-child(2)[b-cqxitunc00]{min-width:50px;width:50px;text-align:center}
.sap_input[b-cqxitunc00]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-cqxitunc00]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-cqxitunc00]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-cqxitunc00]{position:relative}
.sap_dropdown-menu[b-cqxitunc00]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-cqxitunc00]{display:block}
.sap_dropdown-item[b-cqxitunc00]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-cqxitunc00]{margin-top:1rem}
.sap_btn-action[b-cqxitunc00],.sap_btn[b-cqxitunc00],.sap_btn-primary[b-cqxitunc00]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-cqxitunc00]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-cqxitunc00]{display:flex;gap:.5rem;align-items:center}

    .sap-table-line th[b-cqxitunc00],
.sap-table-line td[b-cqxitunc00] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;    
    width: inherit;    
    position: relative;
}

    .sap-table-line th[b-cqxitunc00] {
        user-select: none;
    }

.sap-col-resizer[b-cqxitunc00] {  
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    cursor: col-resize;
    background: transparent;
    user-select: none;
    z-index: 10;
}

    .sap-col-resizer:hover[b-cqxitunc00],
    .sap-col-resizer.resizing[b-cqxitunc00] {
        background: rgba(0, 120, 212, 0.4);
    }

/* _content/BlazorWebApp/Components/Pages/SAPUI/SubInnerCardLine/SubInnerCardLinePRQSAP.razor.rz.scp.css */
.sap_inner-card[b-163jjogprc] {
    background: #fff;
    padding: 1rem;
    border-radius: 6px
}

.sap_section-title[b-163jjogprc] {
    margin: 0 0 .5rem;
    font-size: 1rem;
    font-weight: 600
}

.sap_table-actions[b-163jjogprc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .75rem
}

.sap_table-no-data[b-163jjogprc] {
    text-align: center;
    color: #888;
    padding: 1rem
}

.sap_table-wrapper-line[b-163jjogprc] {
    overflow-x: auto;
    width: 100%
}

.sap-table-line[b-163jjogprc] {
    width: 100%;
    border-collapse: collapse;
    min-width: max-content
}

    .sap-table-line th[b-163jjogprc], .sap-table-line td[b-163jjogprc] {
        padding: .5rem;
        text-align: left;
        min-width: 160px;
        white-space: nowrap
    }

        .sap-table-line th:first-child[b-163jjogprc], .sap-table-line td:first-child[b-163jjogprc] {
            min-width: 40px;
            width: 40px;
            text-align: center
        }

        .sap-table-line th:nth-child(2)[b-163jjogprc], .sap-table-line td:nth-child(2)[b-163jjogprc] {
            min-width: 50px;
            width: 50px;
            text-align: center
        }

.sap_input[b-163jjogprc] {
    padding: .4rem .5rem;
    border: 1px solid #ccc;
    border-radius: 3px
}

.sap_input_group[b-163jjogprc] {
    display: flex;
    align-items: center;
    gap: .5rem
}

.sap_input_btn[b-163jjogprc] {
    background: #f3f3f3;
    border: 1px solid #ddd;
    padding: .25rem .4rem;
    border-radius: 3px;
    cursor: pointer
}

.sap_dropdown-container[b-163jjogprc] {
    position: relative
}

.sap_dropdown-menu[b-163jjogprc] {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 10;
    min-width: 160px
}

    .sap_dropdown-menu.show[b-163jjogprc] {
        display: block
    }

.sap_dropdown-item[b-163jjogprc] {
    padding: .4rem .6rem;
    cursor: pointer
}

.sap_mt-16[b-163jjogprc] {
    margin-top: 1rem
}

.sap_btn-action[b-163jjogprc], .sap_btn[b-163jjogprc], .sap_btn-primary[b-163jjogprc] {
    padding: .4rem .6rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer
}

.sap_btn-primary[b-163jjogprc] {
    background: #0078d4;
    color: #fff;
    border-color: #0078d4
}

.sap_table-actions-right[b-163jjogprc] {
    display: flex;
    gap: .5rem;
    align-items: center
}

.sap-table-line th[b-163jjogprc],
.sap-table-line td[b-163jjogprc] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;
    width: inherit;
    position: relative;
}

.sap-table-line th[b-163jjogprc] {
    user-select: none;
}

.sap-col-resizer[b-163jjogprc] {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    cursor: col-resize;
    background: transparent;
    user-select: none;
    z-index: 10;
}

    .sap-col-resizer:hover[b-163jjogprc],
    .sap-col-resizer.resizing[b-163jjogprc] {
        background: rgba(0, 120, 212, 0.4);
    }
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSectionAccounting/SubSectionAccountingSAP.razor.rz.scp.css */
/* Styles specific to SubHeaderInputSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_card[b-fxajr9p43c] {
    padding: 18px 20px 22px;
    border-radius: 6px;
}

.sap_card-columns[b-fxajr9p43c] {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

.sap_column[b-fxajr9p43c] {
    min-width: 0;
}

.sap_section-title[b-fxajr9p43c] {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

.sap_form-grid[b-fxajr9p43c] {
    display: grid;
    gap: 8px;
}

/* make the small header inputs align nicely inside the column */
.sap_input_group[b-fxajr9p43c] {
    display: flex;
    align-items: center;
}

.sap_input_group .sap_input[b-fxajr9p43c] {
    flex: 1;
}

/* responsive adjustments for narrow screens */
@media (max-width: 768px) {
    .sap_card-columns[b-fxajr9p43c] {
        grid-template-columns: 1fr;
    }
}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-fxajr9p43c]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-fxajr9p43c]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-fxajr9p43c]{background:#e9ecef}
.sap_btn-action:disabled[b-fxajr9p43c]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-fxajr9p43c]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-fxajr9p43c]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-fxajr9p43c]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-fxajr9p43c]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-fxajr9p43c]{vertical-align:middle}
.sap_dropdown-container[b-fxajr9p43c]{position:relative;display:inline-block}
.sap_dropdown-menu[b-fxajr9p43c]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-fxajr9p43c]{display:block}
.sap_dropdown-item[b-fxajr9p43c]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-fxajr9p43c]{border-bottom:none}
.sap_dropdown-item:hover[b-fxajr9p43c]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSectionAccounting/SubsectionAccountingWarehouse.razor.rz.scp.css */
.sap_inner-card[b-8ktlv88drt]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-8ktlv88drt]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-8ktlv88drt]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-8ktlv88drt]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper[b-8ktlv88drt]{overflow-x:auto;width:100%}
.sap-table[b-8ktlv88drt]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table th[b-8ktlv88drt],.sap-table td[b-8ktlv88drt]{border:1px solid #f0f0f0;padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table th:first-child[b-8ktlv88drt],.sap-table td:first-child[b-8ktlv88drt]{min-width:40px;width:40px;text-align:center}
.sap-table th:nth-child(2)[b-8ktlv88drt],.sap-table td:nth-child(2)[b-8ktlv88drt]{min-width:50px;width:50px;text-align:center}
.sap_input[b-8ktlv88drt]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-8ktlv88drt]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-8ktlv88drt]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-8ktlv88drt]{position:relative}
.sap_dropdown-menu[b-8ktlv88drt]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-8ktlv88drt]{display:block}
.sap_dropdown-item[b-8ktlv88drt]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-8ktlv88drt]{margin-top:1rem}
.sap_btn-action[b-8ktlv88drt],.sap_btn[b-8ktlv88drt],.sap_btn-primary[b-8ktlv88drt]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-8ktlv88drt]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-8ktlv88drt]{display:flex;gap:.5rem;align-items:center}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSectionContent/SubSectionContentJE.razor.rz.scp.css */
.sap_inner-card[b-wcf9zqnodc]{background:#fff;padding:1rem;border-radius:6px}
.sap_section-title[b-wcf9zqnodc]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap_table-actions[b-wcf9zqnodc]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}
.sap_table-no-data[b-wcf9zqnodc]{text-align:center;color:#888;padding:1rem}
.sap_table-wrapper-line[b-wcf9zqnodc]{overflow-x:auto;width:100%}
.sap-table-line[b-wcf9zqnodc]{width:100%;border-collapse:collapse;min-width:max-content}
.sap-table-line th[b-wcf9zqnodc],.sap-table-line td[b-wcf9zqnodc]{padding:.5rem;text-align:left;min-width:160px;white-space:nowrap}
.sap-table-line th:first-child[b-wcf9zqnodc],.sap-table-line td:first-child[b-wcf9zqnodc]{min-width:40px;width:40px;text-align:center}
.sap-table-line th:nth-child(2)[b-wcf9zqnodc],.sap-table-line td:nth-child(2)[b-wcf9zqnodc]{min-width:50px;width:50px;text-align:center}
.sap_input[b-wcf9zqnodc]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:3px}
.sap_input_group[b-wcf9zqnodc]{display:flex;align-items:center;gap:.5rem}
.sap_input_btn[b-wcf9zqnodc]{background:#f3f3f3;border:1px solid #ddd;padding:.25rem .4rem;border-radius:3px;cursor:pointer}
.sap_dropdown-container[b-wcf9zqnodc]{position:relative}
.sap_dropdown-menu[b-wcf9zqnodc]{position:absolute;display:none;background:#fff;border:1px solid #ddd;z-index:10;min-width:160px}
.sap_dropdown-menu.show[b-wcf9zqnodc]{display:block}
.sap_dropdown-item[b-wcf9zqnodc]{padding:.4rem .6rem;cursor:pointer}
.sap_mt-16[b-wcf9zqnodc]{margin-top:1rem}
.sap_btn-action[b-wcf9zqnodc],.sap_btn[b-wcf9zqnodc],.sap_btn-primary[b-wcf9zqnodc]{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;background:#fff;cursor:pointer}
.sap_btn-primary[b-wcf9zqnodc]{background:#0078d4;color:#fff;border-color:#0078d4}
.sap_table-actions-right[b-wcf9zqnodc]{display:flex;gap:.5rem;align-items:center}

    .sap-table-line th[b-wcf9zqnodc],
.sap-table-line td[b-wcf9zqnodc] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;    
    width: inherit;    
    position: relative;
}

    .sap-table-line th[b-wcf9zqnodc] {
        user-select: none;
    }

.sap-col-resizer[b-wcf9zqnodc] {  
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    cursor: col-resize;
    background: transparent;
    user-select: none;
    z-index: 10;
}

    .sap-col-resizer:hover[b-wcf9zqnodc],
    .sap-col-resizer.resizing[b-wcf9zqnodc] {
        background: rgba(0, 120, 212, 0.4);
    }

/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSectionContent/SubSectionContentPO.razor.rz.scp.css */
.sap_section-content[b-ag32y0cac4]{padding:.5rem}
.sap_block-title[b-ag32y0cac4]{font-size:1.2rem;margin-bottom:.5rem}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-ag32y0cac4]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-ag32y0cac4]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-ag32y0cac4]{background:#e9ecef}
.sap_btn-action:disabled[b-ag32y0cac4]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-ag32y0cac4]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-ag32y0cac4]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-ag32y0cac4]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-ag32y0cac4]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-ag32y0cac4]{vertical-align:middle}
.sap_dropdown-container[b-ag32y0cac4]{position:relative;display:inline-block}
.sap_dropdown-menu[b-ag32y0cac4]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-ag32y0cac4]{display:block}
.sap_dropdown-item[b-ag32y0cac4]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-ag32y0cac4]{border-bottom:none}
.sap_dropdown-item:hover[b-ag32y0cac4]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSectionContent/SubSectionContentPRQ.razor.rz.scp.css */
.sap_section-content[b-f11vwr6nsq]{padding:.5rem}
.sap_block-title[b-f11vwr6nsq]{font-size:1.2rem;margin-bottom:.5rem}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-f11vwr6nsq]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-f11vwr6nsq]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-f11vwr6nsq]{background:#e9ecef}
.sap_btn-action:disabled[b-f11vwr6nsq]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-f11vwr6nsq]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-f11vwr6nsq]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-f11vwr6nsq]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-f11vwr6nsq]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-f11vwr6nsq]{vertical-align:middle}
.sap_dropdown-container[b-f11vwr6nsq]{position:relative;display:inline-block}
.sap_dropdown-menu[b-f11vwr6nsq]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-f11vwr6nsq]{display:block}
.sap_dropdown-item[b-f11vwr6nsq]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-f11vwr6nsq]{border-bottom:none}
.sap_dropdown-item:hover[b-f11vwr6nsq]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSectionContent/SubSectionContentSAP.razor.rz.scp.css */
.sap_section-content[b-ym99ajnnfl]{padding:.5rem}
.sap_block-title[b-ym99ajnnfl]{font-size:1.2rem;margin-bottom:.5rem}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-ym99ajnnfl]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-ym99ajnnfl]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-ym99ajnnfl]{background:#e9ecef}
.sap_btn-action:disabled[b-ym99ajnnfl]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-ym99ajnnfl]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-ym99ajnnfl]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-ym99ajnnfl]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-ym99ajnnfl]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-ym99ajnnfl]{vertical-align:middle}
.sap_dropdown-container[b-ym99ajnnfl]{position:relative;display:inline-block}
.sap_dropdown-menu[b-ym99ajnnfl]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-ym99ajnnfl]{display:block}
.sap_dropdown-item[b-ym99ajnnfl]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-ym99ajnnfl]{border-bottom:none}
.sap_dropdown-item:hover[b-ym99ajnnfl]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSectionLogistics/SubSectionLogisticsSAP.razor.rz.scp.css */
/* Styles specific to SubHeaderInputSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_card[b-ialoidevvx] {
    padding: 18px 20px 22px;
    border-radius: 6px;
}

.sap_card-columns[b-ialoidevvx] {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

.sap_column[b-ialoidevvx] {
    min-width: 0;
}

.sap_section-title[b-ialoidevvx] {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

.sap_form-grid[b-ialoidevvx] {
    display: grid;
    gap: 8px;
}

/* make the small header inputs align nicely inside the column */
.sap_input_group[b-ialoidevvx] {
    display: flex;
    align-items: center;
}

.sap_input_group .sap_input[b-ialoidevvx] {
    flex: 1;
}

/* New row-based layout styles */
.sap_row[b-ialoidevvx] {
    width: 100%;
    margin-bottom: 0;
}

.sap_row-container[b-ialoidevvx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.sap_button-container[b-ialoidevvx] {
    margin-top: 8px;
    text-align: center;
}

.sap_link-button[b-ialoidevvx] {
    background: none;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.15s;
    width: 100%;
}

.sap_link-button:hover[b-ialoidevvx] {
    background: #0d6efd;
    color: #fff;
}

.sap_address-components[b-ialoidevvx] {
    padding-top: 8px;
    border-top: 1px solid #e0e0e0;
}

.sap_mt-16[b-ialoidevvx] {
    margin-top: 16px;
}

/* responsive adjustments for narrow screens */
@media (max-width: 768px) {
    .sap_card-columns[b-ialoidevvx] {
        grid-template-columns: 1fr;
    }
    
    .sap_row-container[b-ialoidevvx] {
        grid-template-columns: 1fr;
    }
}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-ialoidevvx]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-ialoidevvx]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-ialoidevvx]{background:#e9ecef}
.sap_btn-action:disabled[b-ialoidevvx]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-ialoidevvx]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-ialoidevvx]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-ialoidevvx]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-ialoidevvx]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-ialoidevvx]{vertical-align:middle}
.sap_dropdown-container[b-ialoidevvx]{position:relative;display:inline-block}
.sap_dropdown-menu[b-ialoidevvx]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-ialoidevvx]{display:block}
.sap_dropdown-item[b-ialoidevvx]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-ialoidevvx]{border-bottom:none}
.sap_dropdown-item:hover[b-ialoidevvx]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSummarybar/SubSummarybarACT.razor.rz.scp.css */
/* Summary bar tweaks for SubSummarybarSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_summary-bar[b-ovz0oe9d2n] {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 12px 20px;
    background: #fff;
    flex-wrap: wrap;
}

.sap_summary-item[b-ovz0oe9d2n] {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

    .sap_summary-item .sap_label[b-ovz0oe9d2n] {
        font-size: 11px;
        color: #6b7280;
    }

    .sap_summary-item .sap_value[b-ovz0oe9d2n] {
        font-size: 14px;
        font-weight: 600;
        color: #009966;
        margin-top: 3px;
    }

.sap_customer-name[b-ovz0oe9d2n] {
    color: black;
    font-weight: 600;
    white-space: nowrap;
}

/* collapse into stacked layout on small screens */
@media (max-width: 640px) {
    .sap_summary-bar[b-ovz0oe9d2n] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .sap_summary-item[b-ovz0oe9d2n] {
        min-width: auto;
    }
}
.sap-toggle-btn[b-ovz0oe9d2n] {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 0;
    cursor: pointer;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSummarybar/SubSummarybarItemMaster.razor.rz.scp.css */
/* Summary bar tweaks for SubSummarybarSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_summary-bar[b-c9kalxg58s] {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    border-bottom: 1px solid #eef2f8;
    flex-wrap: wrap;
}

.sap_summary-item[b-c9kalxg58s] {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.sap_summary-item .sap_label[b-c9kalxg58s] {
    font-size: 11px;
    color: #6b7280;
}

    .sap_summary-item .sap_value[b-c9kalxg58s] {
        font-size: 14px;
        font-weight: 600;
        color: #009966;
        margin-top: 3px;
    }
.sap_customer-name[b-c9kalxg58s] {
    color: black;
    font-weight: 600;
    white-space: nowrap;
}  

/* collapse into stacked layout on small screens */
@media (max-width: 640px) {
    .sap_summary-bar[b-c9kalxg58s] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .sap_summary-item[b-c9kalxg58s] {
        min-width: auto;
    }
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSummarybar/SubSummarybarJE.razor.rz.scp.css */
/* Customer code: link-style, xanh dương, có mũi tên */
.sap_customer-code[b-evomafgpn5] {
    color: #0070F2;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}


.sap_arrow[b-evomafgpn5] {
    font-size: 15px;
    margin-right: 2px;
}

/* Customer name: đen, nhỏ hơn, không đậm */
.sap_customer-name[b-evomafgpn5] {
    display: block;
    color: #111827;
    font-weight: 400;
    font-size: 12px;
    white-space: normal;
    margin-top: 1px;
}

/* Customer value: xếp dọc */
.sap_customer-value[b-evomafgpn5] {
    display: flex;
    flex-direction: column;
    min-width: 0; /* ← cho phép children bị clamp */
    overflow: hidden;
    overflow: visible !important;
}

/* Total value: đen, không xanh */
.sap_total-value[b-evomafgpn5] {
    color: #111827 !important;
    font-weight: 400;
    font-size: 13px;
}
.sapMText[b-evomafgpn5] {
    display: inline-block;
    box-sizing: border-box;
    white-space: pre-line;
    word-wrap: break-word;
    cursor: text;
    font-size: .875rem;
    font-family: "72", "72full", Arial, Helvetica, sans-serif;
    line-height: normal;
    color: #1d2d3e;
    font-weight: 400;
}
.sap_customer-value .sapMText[b-evomafgpn5] {
    white-space: nowrap;
    overflow: hidden; /* ← cắt text thay vì tràn */
    text-overflow: ellipsis; /* ← hiển thị "..." khi bị cắt */
    max-width: 100%; /* ← không vượt quá container */
    word-break: normal;
}

.sap_summary-bar[b-evomafgpn5] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* đổi thành 10px theo yêu cầu */
    align-items: flex-start;
}
.sap_summary-item[b-evomafgpn5] {
    min-width: 0; /* ← quan trọng: cho phép flex item co lại */
    flex-shrink: 1;
}
    .sap_summary-item:first-child[b-evomafgpn5] {
        flex: 1 1 200px;
        max-width: 300px; /* giới hạn tối đa */
        min-width: 0;
    }

    /* Cột Total và Status không co giãn */
    .sap_summary-item:not(:first-child)[b-evomafgpn5] {
        flex: 0 0 auto;
    }
.sap_summary-item .sapMText[b-evomafgpn5] {
    white-space: nowrap;
}
.sap_summary-item:first-child[b-evomafgpn5] {
    flex: 1 1 200px;
    max-width: 300px;
    min-width: 0;
}

/* Total: không co giãn, nhưng có margin-right cố định sang Status */
.sap_summary-item:nth-child(2)[b-evomafgpn5] {
    flex: 0 0 auto;
    margin-right: 40px; /* ← khoảng cách cố định giữa Total và Status */
}
.sap-toggle-btn[b-evomafgpn5] {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 0;
    cursor: pointer;
}

.sap-bp-submenu[b-evomafgpn5] {
    position: absolute;
    bottom: 24px;
    right: 0;
    background: white;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    white-space: nowrap;
    z-index: 10000;
}

.sap-bp-viewmore-btn[b-evomafgpn5] {
    background: none;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    color: #0070f2;
    font-size: inherit;
    width: 100%;
    text-align: left;
}

    .sap-bp-viewmore-btn:hover[b-evomafgpn5] {
        background: #f5f5f5;
    }
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSummarybar/SubSummarybarPeriod.razor.rz.scp.css */
/* Summary bar tweaks for SubSummarybarSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_summary-bar[b-bi16rdfwaa] {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    flex-wrap: wrap;
}

.sap_summary-item[b-bi16rdfwaa] {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

    .sap_summary-item .sap_label[b-bi16rdfwaa] {
        font-size: 11px;
        color: #6b7280;
    }

    .sap_summary-item .sap_value[b-bi16rdfwaa] {
        font-size: 14px;
        font-weight: 600;
        color: #009966;
        margin-top: 3px;
    }

.sap_customer-name[b-bi16rdfwaa] {
    color: black;
    font-weight: 600;
    white-space: nowrap;
}

/* collapse into stacked layout on small screens */
@media (max-width: 640px) {
    .sap_summary-bar[b-bi16rdfwaa] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .sap_summary-item[b-bi16rdfwaa] {
        min-width: auto;
    }
}
.sap-toggle-btn[b-bi16rdfwaa] {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 0;
    cursor: pointer;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSummarybar/SubSummarybarPRQ.razor.rz.scp.css */
/* Customer code: link-style, xanh dương, có mũi tên */
.sap_customer-code[b-tpcwe37fcr] {
    color: #0070F2;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}

    .sap_customer-code:hover[b-tpcwe37fcr] {
        text-decoration: underline;
    }

.sap_arrow[b-tpcwe37fcr] {
    font-size: 15px;
    margin-right: 2px;
}

/* Customer name: đen, nhỏ hơn, không đậm */
.sap_customer-name[b-tpcwe37fcr] {
    display: block;
    color: #111827;
    font-weight: 400;
    font-size: 12px;
    white-space: normal;
    margin-top: 1px;
}

/* Customer value: xếp dọc */
.sap_customer-value[b-tpcwe37fcr] {
    display: flex;
    flex-direction: column;
    min-width: 0; /* ← cho phép children bị clamp */
    overflow: hidden;
}

/* Total value: đen, không xanh */
.sap_total-value[b-tpcwe37fcr] {
    color: #111827 !important;
    font-weight: 400;
    font-size: 13px;
}
.sapMText[b-tpcwe37fcr] {
    display: inline-block;
    box-sizing: border-box;
    white-space: pre-line;
    word-wrap: break-word;
    cursor: text;
    font-size: .875rem;
    font-family: "72", "72full", Arial, Helvetica, sans-serif;
    line-height: normal;
    color: #1d2d3e;
    font-weight: 400;
}
.sap_customer-value .sapMText[b-tpcwe37fcr] {
    white-space: nowrap;
    overflow: hidden; /* ← cắt text thay vì tràn */
    text-overflow: ellipsis; /* ← hiển thị "..." khi bị cắt */
    max-width: 100%; /* ← không vượt quá container */
    word-break: normal;
}

.sap_summary-bar[b-tpcwe37fcr] {
    display: flex;
    flex-wrap: wrap;
    gap: 100px; /* đổi thành 10px theo yêu cầu */
    align-items: flex-start;
}
.sap_summary-item[b-tpcwe37fcr] {
    min-width: 0; /* ← quan trọng: cho phép flex item co lại */
    flex-shrink: 1;
}
    .sap_summary-item:first-child[b-tpcwe37fcr] {
        max-width: 300px; /* giới hạn tối đa */
        min-width: 0;
    }

    /* Cột Total và Status không co giãn */
    .sap_summary-item:not(:first-child)[b-tpcwe37fcr] {
        flex: 0 0 auto;
    }
.sap-toggle-btn[b-tpcwe37fcr] {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 0;
    cursor: pointer;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSummarybar/SubSummarybarSAP.razor.rz.scp.css */
/* Customer code: link-style, xanh dương, có mũi tên */
.sap_customer-code[b-x17jsi1i2o] {
    color: #0070F2;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}


.sap_arrow[b-x17jsi1i2o] {
    font-size: 15px;
    margin-right: 2px;
}

/* Customer name: đen, nhỏ hơn, không đậm */
.sap_customer-name[b-x17jsi1i2o] {
    display: block;
    color: #111827;
    font-weight: 400;
    font-size: 12px;
    white-space: normal;
    margin-top: 1px;
}

/* Customer value: xếp dọc */
.sap_customer-value[b-x17jsi1i2o] {
    display: flex;
    flex-direction: column;
    min-width: 0; /* ← cho phép children bị clamp */
    overflow: hidden;
    overflow: visible !important;
}

/* Total value: đen, không xanh */
.sap_total-value[b-x17jsi1i2o] {
    color: #111827 !important;
    font-weight: 400;
    font-size: 13px;
}
.sapMText[b-x17jsi1i2o] {
    display: inline-block;
    box-sizing: border-box;
    white-space: pre-line;
    word-wrap: break-word;
    cursor: text;
    font-size: .875rem;
    font-family: "72", "72full", Arial, Helvetica, sans-serif;
    line-height: normal;
    color: #1d2d3e;
    font-weight: 400;
}
.sap_customer-value .sapMText[b-x17jsi1i2o] {
    white-space: nowrap;
    overflow: hidden; /* ← cắt text thay vì tràn */
    text-overflow: ellipsis; /* ← hiển thị "..." khi bị cắt */
    max-width: 100%; /* ← không vượt quá container */
    word-break: normal;
}

.sap_summary-bar[b-x17jsi1i2o] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* đổi thành 10px theo yêu cầu */
    align-items: flex-start;
}
.sap_summary-item[b-x17jsi1i2o] {
    min-width: 0; /* ← quan trọng: cho phép flex item co lại */
    flex-shrink: 1;
}
    .sap_summary-item:first-child[b-x17jsi1i2o] {
        flex: 1 1 200px;
        max-width: 300px; /* giới hạn tối đa */
        min-width: 0;
    }

    /* Cột Total và Status không co giãn */
    .sap_summary-item:not(:first-child)[b-x17jsi1i2o] {
        flex: 0 0 auto;
    }
.sap_summary-item .sapMText[b-x17jsi1i2o] {
    white-space: nowrap;
}
.sap_summary-item:first-child[b-x17jsi1i2o] {
    flex: 1 1 200px;
    max-width: 300px;
    min-width: 0;
}

/* Total: không co giãn, nhưng có margin-right cố định sang Status */
.sap_summary-item:nth-child(2)[b-x17jsi1i2o] {
    flex: 0 0 auto;
    margin-right: 40px; /* ← khoảng cách cố định giữa Total và Status */
}
.sap-toggle-btn[b-x17jsi1i2o] {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 0;
    cursor: pointer;
}

.sap-bp-submenu[b-x17jsi1i2o] {
    position: absolute;
    bottom: 24px;
    right: 0;
    background: white;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    white-space: nowrap;
    z-index: 10000;
}

.sap-bp-viewmore-btn[b-x17jsi1i2o] {
    background: none;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    color: #0070f2;
    font-size: inherit;
    width: 100%;
    text-align: left;
}

    .sap-bp-viewmore-btn:hover[b-x17jsi1i2o] {
        background: #f5f5f5;
    }
/* _content/BlazorWebApp/Components/Pages/SAPUI/SubSummarybar/SubSummarybarWHS.razor.rz.scp.css */
/* Summary bar tweaks for SubSummarybarSAP.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_summary-bar[b-59ntleb5ln] {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    flex-wrap: wrap;
}

.sap_summary-item[b-59ntleb5ln] {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

    .sap_summary-item .sap_label[b-59ntleb5ln] {
        font-size: 11px;
        color: #6b7280;
    }

    .sap_summary-item .sap_value[b-59ntleb5ln] {
        font-size: 14px;
        font-weight: 600;
        color: #009966;
        margin-top: 3px;
    }

.sap_customer-name[b-59ntleb5ln] {
    color: black;
    font-weight: 600;
    white-space: nowrap;
}

/* collapse into stacked layout on small screens */
@media (max-width: 640px) {
    .sap_summary-bar[b-59ntleb5ln] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .sap_summary-item[b-59ntleb5ln] {
        min-width: auto;
    }
}
.sap-toggle-btn[b-59ntleb5ln] {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 0;
    cursor: pointer;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubHeaderACT.razor.rz.scp.css */
/* existing component styles (unchanged) */

.sap_action-header[b-q2qfuzvza3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: white;
    gap: 12px;
}

.sap_action-left[b-q2qfuzvza3] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sap_item-code[b-q2qfuzvza3] {
    font-size: 1.25rem;
    font-weight: 900;
    color: #333;
    margin-right: 15px;
    margin-left: 20px;
}

.sap_nav-btn[b-q2qfuzvza3] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: white;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

.sap_nav-btn:hover:not(:disabled)[b-q2qfuzvza3] {
    background: #e9ecef;
    border-color: #adb5bd;
}

.sap_nav-btn:disabled[b-q2qfuzvza3] {
    opacity: 0.5;
    cursor: not-allowed;
}

.sap_action-right[b-q2qfuzvza3] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.sap_btn-primary[b-q2qfuzvza3] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn-primary:hover:not(:disabled)[b-q2qfuzvza3] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }


.sap_btn.sap_primary[b-q2qfuzvza3] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 550;
    border-radius: 10px;
}

    .sap_btn.sap_primary:hover:not(:disabled)[b-q2qfuzvza3] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.sap_btn-white[b-q2qfuzvza3] {
    color: #0064D9;
    font-size: 1rem;
    font-weight: 530;
    border-radius: 10px;
    border-color: white;
}

    .sap_btn-white:hover:not(:disabled)[b-q2qfuzvza3] {
        background: #f5f5f5;
    }

    .sap_btn-white:disabled[b-q2qfuzvza3] {
        opacity: 0.5;
        cursor: not-allowed;
    }
.sap_radio-group[b-q2qfuzvza3] {
    display: flex;
    gap: 24px;
    align-items: center;
}

.sap_radio-label[b-q2qfuzvza3] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
}

    .sap_radio-label input[type="radio"][b-q2qfuzvza3] {
        accent-color: #0070f2; /* SAP blue */
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

        .sap_radio-label input[type="radio"]:disabled[b-q2qfuzvza3] {
            cursor: not-allowed;
        }
/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-q2qfuzvza3]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-q2qfuzvza3]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-q2qfuzvza3]{background:#e9ecef}
.sap_btn-action:disabled[b-q2qfuzvza3]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-q2qfuzvza3]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-q2qfuzvza3]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-q2qfuzvza3]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-q2qfuzvza3]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-q2qfuzvza3]{vertical-align:middle}
.sap_dropdown-container[b-q2qfuzvza3]{position:relative;display:inline-block}
.sap_dropdown-menu[b-q2qfuzvza3]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-q2qfuzvza3]{display:block}
.sap_dropdown-item[b-q2qfuzvza3]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-q2qfuzvza3]{border-bottom:none}
.sap_dropdown-item:hover[b-q2qfuzvza3]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubHeaderJE.razor.rz.scp.css */
/* existing component styles (unchanged) */

.sap_action-header[b-fh6ravd02k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 25px;
    background: white;
    gap: 12px;
}

.sap_action-left[b-fh6ravd02k] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sap_item-code[b-fh6ravd02k] {
    font-size: 1.5625rem;
    font-weight: 700;
    color: #333;
    margin-right: 15px;
    margin-left: 15px;
}

.sap_nav-btn[b-fh6ravd02k] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: white;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

.sap_nav-btn:hover:not(:disabled)[b-fh6ravd02k] {
    background: #e9ecef;
    border-color: #adb5bd;
}

.sap_nav-btn:disabled[b-fh6ravd02k] {
    opacity: 0.5;
    cursor: not-allowed;
}

.sap_action-right[b-fh6ravd02k] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.sap_btn-primary[b-fh6ravd02k] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn-primary:hover:not(:disabled)[b-fh6ravd02k] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }


.sap_btn.sap_primary[b-fh6ravd02k] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 550;
    border-radius: 10px;
}

    .sap_btn.sap_primary:hover:not(:disabled)[b-fh6ravd02k] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.sap_btn-white[b-fh6ravd02k] {
    color: #0064D9;
    font-size: 1rem;
    font-weight: 530;
    border-radius: 10px;
    border-color: white;
}

    .sap_btn-white:hover:not(:disabled)[b-fh6ravd02k] {
        background: #f5f5f5;
    }

    .sap_btn-white:disabled[b-fh6ravd02k] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-fh6ravd02k]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-fh6ravd02k]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-fh6ravd02k]{background:#e9ecef}
.sap_btn-action:disabled[b-fh6ravd02k]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-fh6ravd02k]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-fh6ravd02k]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-fh6ravd02k]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-fh6ravd02k]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-fh6ravd02k]{vertical-align:middle}
.sap_dropdown-container[b-fh6ravd02k]{position:relative;display:inline-block}
.sap_dropdown-menu[b-fh6ravd02k]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-fh6ravd02k]{display:block}
.sap_dropdown-item[b-fh6ravd02k]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-fh6ravd02k]{border-bottom:none}
.sap_dropdown-item:hover[b-fh6ravd02k]{background:#f5f5f5}
.custumButtonPGLO[b-fh6ravd02k] {
    line-height: 1.5rem;
    font-size: 0.875rem !important;
    background-color: #0d6efd !important;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubHeaderSAP.razor.rz.scp.css */
/* existing component styles (unchanged) */

.sap_action-header[b-v0knmyu6a1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 25px;
    background: white;
    gap: 12px;
}

.sap_action-left[b-v0knmyu6a1] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sap_item-code[b-v0knmyu6a1] {
    font-size: 1.5625rem;
    font-weight: 700;
    color: #333;
    margin-right: 15px;
    margin-left: 15px;
}

.sap_nav-btn[b-v0knmyu6a1] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: white;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

.sap_nav-btn:hover:not(:disabled)[b-v0knmyu6a1] {
    background: #e9ecef;
    border-color: #adb5bd;
}

.sap_nav-btn:disabled[b-v0knmyu6a1] {
    opacity: 0.5;
    cursor: not-allowed;
}

.sap_action-right[b-v0knmyu6a1] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.sap_btn-primary[b-v0knmyu6a1] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn-primary:hover:not(:disabled)[b-v0knmyu6a1] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }


.sap_btn.sap_primary[b-v0knmyu6a1] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 550;
    border-radius: 10px;
}

    .sap_btn.sap_primary:hover:not(:disabled)[b-v0knmyu6a1] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.sap_btn-white[b-v0knmyu6a1] {
    color: #0064D9;
    font-size: 1rem;
    font-weight: 530;
    border-radius: 10px;
    border-color: white;
}

    .sap_btn-white:hover:not(:disabled)[b-v0knmyu6a1] {
        background: #f5f5f5;
    }

    .sap_btn-white:disabled[b-v0knmyu6a1] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-v0knmyu6a1]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-v0knmyu6a1]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-v0knmyu6a1]{background:#e9ecef}
.sap_btn-action:disabled[b-v0knmyu6a1]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-v0knmyu6a1]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-v0knmyu6a1]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-v0knmyu6a1]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-v0knmyu6a1]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-v0knmyu6a1]{vertical-align:middle}
.sap_dropdown-container[b-v0knmyu6a1]{position:relative;display:inline-block}
.sap_dropdown-menu[b-v0knmyu6a1]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-v0knmyu6a1]{display:block}
.sap_dropdown-item[b-v0knmyu6a1]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-v0knmyu6a1]{border-bottom:none}
.sap_dropdown-item:hover[b-v0knmyu6a1]{background:#f5f5f5}
.custumButtonPGLO[b-v0knmyu6a1] {
    line-height: 1.5rem;
    font-size: 0.875rem !important;
    background-color: #0d6efd !important;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubHeaderSAPItemMaster.razor.rz.scp.css */
/* existing component styles (unchanged) */

.sap_action-header[b-3y7mu40gvm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 25px;
    background: white;
    gap: 12px;
}

.sap_action-left[b-3y7mu40gvm] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sap_item-code[b-3y7mu40gvm] {
    font-size: 1.5625rem;
    font-weight: 700;
    color: #333;
    margin-right: 15px;
    margin-left: 15px;
}

.sap_nav-btn[b-3y7mu40gvm] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: white;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

.sap_nav-btn:hover:not(:disabled)[b-3y7mu40gvm] {
    background: #e9ecef;
    border-color: #adb5bd;
}

.sap_nav-btn:disabled[b-3y7mu40gvm] {
    opacity: 0.5;
    cursor: not-allowed;
}

.sap_action-right[b-3y7mu40gvm] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.sap_btn-primary[b-3y7mu40gvm] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn-primary:hover:not(:disabled)[b-3y7mu40gvm] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }


.sap_btn.sap_primary[b-3y7mu40gvm] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 550;
    border-radius: 10px;
}

    .sap_btn.sap_primary:hover:not(:disabled)[b-3y7mu40gvm] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.sap_btn-white[b-3y7mu40gvm] {
    color: #0064D9;
    font-size: 1rem;
    font-weight: 530;
    border-radius: 10px;
    border-color: white;
}

    .sap_btn-white:hover:not(:disabled)[b-3y7mu40gvm] {
        background: #f5f5f5;
    }

    .sap_btn-white:disabled[b-3y7mu40gvm] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-3y7mu40gvm]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-3y7mu40gvm]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-3y7mu40gvm]{background:#e9ecef}
.sap_btn-action:disabled[b-3y7mu40gvm]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-3y7mu40gvm]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-3y7mu40gvm]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-3y7mu40gvm]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-3y7mu40gvm]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-3y7mu40gvm]{vertical-align:middle}
.sap_dropdown-container[b-3y7mu40gvm]{position:relative;display:inline-block}
.sap_dropdown-menu[b-3y7mu40gvm]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-3y7mu40gvm]{display:block}
.sap_dropdown-item[b-3y7mu40gvm]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-3y7mu40gvm]{border-bottom:none}
.sap_dropdown-item:hover[b-3y7mu40gvm]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubHeaderWHS.razor.rz.scp.css */
/* existing component styles (unchanged) */

.sap_action-header[b-wdkbnafo9q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 25px;
    background: white;
    gap: 12px;
}

.sap_action-left[b-wdkbnafo9q] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sap_item-code[b-wdkbnafo9q] {
    font-size: 1.5625rem;
    font-weight: 700;
    color: #333;
    margin-right: 15px;
    margin-left: 15px;
}

.sap_nav-btn[b-wdkbnafo9q] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: white;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s;
}

.sap_nav-btn:hover:not(:disabled)[b-wdkbnafo9q] {
    background: #e9ecef;
    border-color: #adb5bd;
}

.sap_nav-btn:disabled[b-wdkbnafo9q] {
    opacity: 0.5;
    cursor: not-allowed;
}

.sap_action-right[b-wdkbnafo9q] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.sap_btn-primary[b-wdkbnafo9q] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}

    .sap_btn-primary:hover:not(:disabled)[b-wdkbnafo9q] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }


.sap_btn.sap_primary[b-wdkbnafo9q] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    font-size: 1rem;
    font-weight: 550;
    border-radius: 10px;
}

    .sap_btn.sap_primary:hover:not(:disabled)[b-wdkbnafo9q] {
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.sap_btn-white[b-wdkbnafo9q] {
    color: #0064D9;
    font-size: 1rem;
    font-weight: 530;
    border-radius: 10px;
    border-color: white;
}

    .sap_btn-white:hover:not(:disabled)[b-wdkbnafo9q] {
        background: #f5f5f5;
    }

    .sap_btn-white:disabled[b-wdkbnafo9q] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-wdkbnafo9q]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-wdkbnafo9q]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-wdkbnafo9q]{background:#e9ecef}
.sap_btn-action:disabled[b-wdkbnafo9q]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-wdkbnafo9q]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-wdkbnafo9q]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-wdkbnafo9q]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-wdkbnafo9q]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-wdkbnafo9q]{vertical-align:middle}
.sap_dropdown-container[b-wdkbnafo9q]{position:relative;display:inline-block}
.sap_dropdown-menu[b-wdkbnafo9q]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-wdkbnafo9q]{display:block}
.sap_dropdown-item[b-wdkbnafo9q]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-wdkbnafo9q]{border-bottom:none}
.sap_dropdown-item:hover[b-wdkbnafo9q]{background:#f5f5f5}
.custumButtonPGLO[b-wdkbnafo9q] {
    line-height: 1.5rem;
    font-size: 0.875rem !important;
    background-color: #0d6efd !important;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubInnerCardCloseRemarkSAP.razor.rz.scp.css */
.sap_inner-card[b-k9snbue99z]{padding:1rem;border-radius:6px}
.sap_section-title[b-k9snbue99z]{margin:0;font-size:1rem;font-weight:700;color:#1a1a1a}
/* Header box: full border khi đóng, chỉ border-bottom khi mở */
.sap_remark-header-box[b-k9snbue99z]{display:flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none;padding:.5rem .75rem;border-bottom: 1px solid #d0d0d0;border-radius:10px}
.sap_remark-header-box--open[b-k9snbue99z]{border-bottom:1px solid #d0d0d0;border-top:none;border-left:none;border-right:none;border-radius:10px 10px 0 0;padding-left:10px}
.sap_collapse-icon-img[b-k9snbue99z]{width:18px;height:18px;object-fit:contain;flex-shrink:0}
.sap_collapsible-content[b-k9snbue99z]{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}
.sap_link-section[b-k9snbue99z]{margin-bottom:.25rem}
.sap_link[b-k9snbue99z]{color:#0078d4;text-decoration:none;font-size:.875rem}
.sap_link:hover[b-k9snbue99z]{text-decoration:underline}
.sap_textarea[b-k9snbue99z]{width:100%;min-height:80px;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:.875rem;resize:vertical;box-sizing:border-box}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-k9snbue99z]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-k9snbue99z]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-k9snbue99z]{background:#e9ecef}
.sap_btn-action:disabled[b-k9snbue99z]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-k9snbue99z]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-k9snbue99z]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-k9snbue99z]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-k9snbue99z]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-k9snbue99z]{vertical-align:middle}
.sap_dropdown-container[b-k9snbue99z]{position:relative;display:inline-block}
.sap_dropdown-menu[b-k9snbue99z]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-k9snbue99z]{display:block}
.sap_dropdown-item[b-k9snbue99z]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-k9snbue99z]{border-bottom:none}
.sap_dropdown-item:hover[b-k9snbue99z]{background:#f5f5f5}
.sap_remark-header-box:focus-within[b-k9snbue99z] {
    border: 2px solid #004da5;
    outline: none;
}
.sap_section-title[b-k9snbue99z] {
    margin-bottom: 0!important;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubInnerCardFreightSAP.razor.rz.scp.css */
.sap_inner-card[b-8gyzupr1v8]{background:#fff;border:1px solid #e6e6e6;padding:1rem;border-radius:6px}
.sap_section-title[b-8gyzupr1v8]{margin:0 0 .5rem;font-size:1rem;font-weight:600}
.sap-table[b-8gyzupr1v8]{width:100%;border-collapse:collapse}
.sap-table th[b-8gyzupr1v8],.sap-table td[b-8gyzupr1v8]{border:1px solid #f0f0f0;padding:.5rem;text-align:left}
.sap_table-actions[b-8gyzupr1v8]{display:flex;justify-content:flex-end;gap:.5rem}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-8gyzupr1v8]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-8gyzupr1v8]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-8gyzupr1v8]{background:#e9ecef}
.sap_btn-action:disabled[b-8gyzupr1v8]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-8gyzupr1v8]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-8gyzupr1v8]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-8gyzupr1v8]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-8gyzupr1v8]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-8gyzupr1v8]{vertical-align:middle}
.sap_dropdown-container[b-8gyzupr1v8]{position:relative;display:inline-block}
.sap_dropdown-menu[b-8gyzupr1v8]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-8gyzupr1v8]{display:block}
.sap_dropdown-item[b-8gyzupr1v8]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-8gyzupr1v8]{border-bottom:none}
.sap_dropdown-item:hover[b-8gyzupr1v8]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubInnerCardOpenRemarkSAP.razor.rz.scp.css */
.sap_inner-card[b-ir8xno8i4w]{padding:1rem;border-radius:6px}
.sap_section-title[b-ir8xno8i4w]{margin:0;font-size:1rem;font-weight:700;color:#1a1a1a}
/* Header box: full border khi đóng, chỉ border-bottom khi mở */
.sap_remark-header-box[b-ir8xno8i4w]{display:flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none;padding:.5rem .75rem;border-bottom: 1px solid #d0d0d0;border-radius:10px}
.sap_remark-header-box--open[b-ir8xno8i4w]{border-bottom:1px solid #d0d0d0;border-top:none;border-left:none;border-right:none;border-radius:10px 10px 0 0;padding-left:10px}
.sap_collapse-icon-img[b-ir8xno8i4w]{width:18px;height:18px;object-fit:contain;flex-shrink:0}
.sap_collapsible-content[b-ir8xno8i4w]{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}
.sap_link-section[b-ir8xno8i4w]{margin-bottom:.25rem}
.sap_link[b-ir8xno8i4w]{color:#0078d4;text-decoration:none;font-size:.875rem}
.sap_link:hover[b-ir8xno8i4w]{text-decoration:underline}
.sap_textarea[b-ir8xno8i4w]{width:100%;min-height:80px;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:.875rem;resize:vertical;box-sizing:border-box}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-ir8xno8i4w]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-ir8xno8i4w]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-ir8xno8i4w]{background:#e9ecef}
.sap_btn-action:disabled[b-ir8xno8i4w]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-ir8xno8i4w]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-ir8xno8i4w]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-ir8xno8i4w]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-ir8xno8i4w]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-ir8xno8i4w]{vertical-align:middle}
.sap_dropdown-container[b-ir8xno8i4w]{position:relative;display:inline-block}
.sap_dropdown-menu[b-ir8xno8i4w]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-ir8xno8i4w]{display:block}
.sap_dropdown-item[b-ir8xno8i4w]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-ir8xno8i4w]{border-bottom:none}
.sap_dropdown-item:hover[b-ir8xno8i4w]{background:#f5f5f5}
.sap_remark-header-box:focus-within[b-ir8xno8i4w] {
    border: 2px solid #004da5;
    outline: none;
}
.sap_section-title[b-ir8xno8i4w] {
    margin-bottom: 0!important;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubInnerCardSummary.razor.rz.scp.css */
.sap_inner-card[b-1iuiwvb7dp] {
    background: #fff;
    padding: 1rem;
    border-radius: 6px
}

.sap_section-title[b-1iuiwvb7dp] {
    margin: 0 0 .5rem;
    font-size: 1rem;
    font-weight: 600
}

.sap_summary-grid[b-1iuiwvb7dp] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
}
/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-1iuiwvb7dp] {
    display: flex;
    gap: 8px;
    align-items: center
}

.sap_btn-action[b-1iuiwvb7dp] {
    padding: 6px 12px;
    background: none;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #0d6efd;
    transition: all .15s
}

    .sap_btn-action:hover:not(:disabled)[b-1iuiwvb7dp] {
        background: #e9ecef
    }

    .sap_btn-action:disabled[b-1iuiwvb7dp] {
        opacity: .5;
        cursor: not-allowed;
        color: #6c757d
    }

.sap_btn-icon-right[b-1iuiwvb7dp] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    border: none !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all .15s
}

    .sap_btn-icon-right:hover:not(:disabled)[b-1iuiwvb7dp] {
        background: #e9ecef
    }

    .sap_btn-icon-right:disabled[b-1iuiwvb7dp] {
        opacity: .5;
        cursor: not-allowed
    }

.sap_btn-icon[b-1iuiwvb7dp] {
    padding: 6px 12px;
    background: none;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

    .sap_btn-icon img[b-1iuiwvb7dp] {
        vertical-align: middle
    }

.sap_dropdown-container[b-1iuiwvb7dp] {
    position: relative;
    display: inline-block
}

.sap_dropdown-menu[b-1iuiwvb7dp] {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 160px;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    z-index: 1000;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 4px
}

    .sap_dropdown-menu.show[b-1iuiwvb7dp] {
        display: block
    }

.sap_dropdown-item[b-1iuiwvb7dp] {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0
}

    .sap_dropdown-item:last-child[b-1iuiwvb7dp] {
        border-bottom: none
    }

    .sap_dropdown-item:hover[b-1iuiwvb7dp] {
        background: #f5f5f5
    }

/* Component-specific summary styles */
.sap_total-summary[b-1iuiwvb7dp] {
    background-color: #fff;
    padding: 2rem;
    border-radius: 6px;
    border: 1px solid #e0e4ef;
}

.sap_summary-row[b-1iuiwvb7dp] {
    display: grid;
    /* Cột 1: Linh hoạt | Cột 2 (Label): 200px | Cột 3 (Value): 250px (Tùy chỉnh độ rộng này) */
    grid-template-columns: 1fr 200px 250px;
    align-items: center;
    gap: 0; /* Giảm gap về 0 để kiểm soát bằng độ rộng cột */
}

.sap_summary-label[b-1iuiwvb7dp] {
    font-size: 13px;
    color: #444;
    text-align: left; /* Căn lề trái để tất cả các chữ cái đầu hàng thẳng nhau */
    white-space: nowrap;
    grid-column: 2; /* Nằm ở cột 2 */
}

.sap_summary-value-container[b-1iuiwvb7dp] {
    display: flex;
    justify-content: flex-end; /* Đẩy sang phải */
    align-items: center;
    gap: 8px;
    grid-column: 3; /* Value ở cột 3 (phải) */
}

.sap_summary-value[b-1iuiwvb7dp] {
    font-size: 13px;
    font-weight: 600;
    color: #009966;
    text-align: right;
    grid-column: 3; /* Value ở cột 3 (phải) */
}
.sap_summary-value[b-1iuiwvb7dp], .sap_inline-group[b-1iuiwvb7dp] {
    grid-column: 3;
    justify-content: flex-end; 
    text-align: right;
}
.sap_inline-group[b-1iuiwvb7dp] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end; /* Căn phải cho inline group */
    grid-column: 3; /* Inline group ở cột 3 (phải) */
}

/* small variant for compact inputs used in summary */
.sap_input.sap_input-sm[b-1iuiwvb7dp] {
    height: 1.25rem;
    padding: 4px 6px;
    font-size: 14px;
}

/* Allow embedding a small/compact value if needed */
.sap_summary-value--small[b-1iuiwvb7dp] {
    font-size: 14px;
    font-weight: 600;
}
/* Thanh kẻ ngang nằm trong Grid */
.sap_summary-line[b-1iuiwvb7dp] {
    grid-column: 2 / span 2; /* Bắt đầu từ cột 2 và kéo dài qua 2 cột (cột nhãn và cột giá trị) */
    border-top: 2px solid #dee2e6;
    margin: 10px 0; /* Khoảng cách trên dưới để thanh kẻ không dính sát vào chữ */
    width: 100%;
}

/* Đảm bảo hàng chứa thanh kẻ không bị lệch */
.sap_summary-row:has(.sap_summary-line)[b-1iuiwvb7dp] {
    align-items: center;
    height: auto;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubSapAttachments.razor.rz.scp.css */

/* Attachment Area */
.sap_attachment-area[b-1fxxk49fya] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
}

.sap_attachment-icon[b-1fxxk49fya] {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.sap_attachment-text[b-1fxxk49fya] {
    color: #6c757d;
    margin-bottom: 16px;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubSapTab.razor.rz.scp.css */
/* Styles for the SAP sub-tabs used in SubSapTab.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_tabs[b-pk5se35bjx] {
    display: flex;
    gap: 35px;
    padding: 12px 35px 0;
    background-color: #fff;
    border-bottom: 1px solid #dde2eb;
}

.sap_tab[b-pk5se35bjx] {
    border: none;
    background: none;
    padding: 8px 0;
    font-size: 13px;
    color: #556B82;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

    .sap_tab.sap_active[b-pk5se35bjx] {
        color: #0070f2;
        font-weight: 600;
    }

        .sap_tab.sap_active[b-pk5se35bjx]::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2px;
            height: 2px;
            background-color: #0070f2;
        }




@media (max-width: 600px) {
    .sap_tabs[b-pk5se35bjx] {
        gap: 8px;
    }
}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-pk5se35bjx]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-pk5se35bjx]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-pk5se35bjx]{background:#e9ecef}
.sap_btn-action:disabled[b-pk5se35bjx]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-pk5se35bjx]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-pk5se35bjx]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-pk5se35bjx]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-pk5se35bjx]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-pk5se35bjx]{vertical-align:middle}
.sap_dropdown-container[b-pk5se35bjx]{position:relative;display:inline-block}
.sap_dropdown-menu[b-pk5se35bjx]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-pk5se35bjx]{display:block}
.sap_dropdown-item[b-pk5se35bjx]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-pk5se35bjx]{border-bottom:none}
.sap_dropdown-item:hover[b-pk5se35bjx]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubSapTabV2.razor.rz.scp.css */
/* Styles for the SAP sub-tabs used in SubSapTab.razor */
/* Scoped to the component by Blazor .razor.css convention */

.sap_tabs[b-3uq4mdr9at] {
    display: flex;
    gap: 35px;
    padding: 12px 35px 0;
    background-color: #fff;
    border-bottom: 1px solid #dde2eb;
}

.sap_tab[b-3uq4mdr9at] {
    border: none;
    background: none;
    padding: 8px 0;
    font-size: 13px;
    color: #556B82;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

    .sap_tab.sap_active[b-3uq4mdr9at] {
        color: #0070f2;
        font-weight: 600;
    }

        .sap_tab.sap_active[b-3uq4mdr9at]::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2px;
            height: 2px;
            background-color: #0070f2;
        }




@media (max-width: 600px) {
    .sap_tabs[b-3uq4mdr9at] {
        gap: 8px;
    }
}

/* Shared action/dropdown/button helpers for Sub_SAPUI components */
.sap_table-actions-right[b-3uq4mdr9at]{display:flex;gap:8px;align-items:center}
.sap_btn-action[b-3uq4mdr9at]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;font-size:14px;color:#0d6efd;transition:all .15s}
.sap_btn-action:hover:not(:disabled)[b-3uq4mdr9at]{background:#e9ecef}
.sap_btn-action:disabled[b-3uq4mdr9at]{opacity:.5;cursor:not-allowed;color:#6c757d}
.sap_btn-icon-right[b-3uq4mdr9at]{width:32px;height:32px;padding:0;background:none;border:none!important;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .15s}
.sap_btn-icon-right:hover:not(:disabled)[b-3uq4mdr9at]{background:#e9ecef}
.sap_btn-icon-right:disabled[b-3uq4mdr9at]{opacity:.5;cursor:not-allowed}
.sap_btn-icon[b-3uq4mdr9at]{padding:6px 12px;background:none;border:none!important;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.sap_btn-icon img[b-3uq4mdr9at]{vertical-align:middle}
.sap_dropdown-container[b-3uq4mdr9at]{position:relative;display:inline-block}
.sap_dropdown-menu[b-3uq4mdr9at]{display:none;position:absolute;background:#fff;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1000;border:1px solid #e0e0e0;border-radius:4px;margin-top:4px}
.sap_dropdown-menu.show[b-3uq4mdr9at]{display:block}
.sap_dropdown-item[b-3uq4mdr9at]{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}
.sap_dropdown-item:last-child[b-3uq4mdr9at]{border-bottom:none}
.sap_dropdown-item:hover[b-3uq4mdr9at]{background:#f5f5f5}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/SubSapUDF.razor.rz.scp.css */
.sap_udf-grid-two-column[b-d7jmeeqoos] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0;
    max-width: 800px; /* Giới hạn độ rộng */
}
.sap_udf-grid-two-column[b-d7jmeeqoos] {
    grid-template-columns: 1fr;
}
/* _content/BlazorWebApp/Components/Pages/SAPUI/Sub_SAPUI/Sub_LineSAPUI/SubLineDetailActionSAP.razor.rz.scp.css */
.sap_line-actions[b-91yqazgo9c]{display:flex;gap:.5rem}
.sap_btn[b-91yqazgo9c]{padding:.3rem .5rem;border-radius:4px;border:1px solid #ccc;background:#fff}

/* Component-specific action toolbar styles */
.sap_table-actions-right[b-91yqazgo9c] {display:flex;gap:8px;align-items:center}

.sap_btn-action[b-91yqazgo9c] {
    padding: 6px 12px;
    background: none;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #0d6efd;
    transition: all 0.15s ease;
}

.sap_btn-action:hover:not(:disabled)[b-91yqazgo9c] {
    background: #e9ecef;
}

.sap_btn-action:disabled[b-91yqazgo9c] {
    opacity: 0.5;
    cursor: not-allowed;
    color: #6c757d;
}

.sap_btn-icon-right[b-91yqazgo9c] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.15s ease;
}

.sap_btn-icon-right:hover:not(:disabled)[b-91yqazgo9c] {
    background: #e9ecef;
}

.sap_btn-icon-right:disabled[b-91yqazgo9c] {
    opacity: 0.5;
    cursor: not-allowed;
}

.sap_btn-icon[b-91yqazgo9c] {
    padding: 6px 12px;
    background: none;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sap_btn-icon img[b-91yqazgo9c] { vertical-align: middle; }

/* Dropdown helper */
.sap_dropdown-container[b-91yqazgo9c] {
    position: relative;
    display: inline-block;
}

.sap_dropdown-menu[b-91yqazgo9c] {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
    z-index: 1000;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 4px;
}

.sap_dropdown-menu.show[b-91yqazgo9c] { display: block; }

.sap_dropdown-item[b-91yqazgo9c] {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.12s;
}

.sap_dropdown-item:last-child[b-91yqazgo9c] { border-bottom: none; }

.sap_dropdown-item:hover[b-91yqazgo9c] { background: #f5f5f5; }
/* _content/BlazorWebApp/Components/Pages/SibarCategory/RouteSearchingCpn.razor.rz.scp.css */
.route-item-wrapper[b-wcep2k76u9] {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 0;
}
/* _content/BlazorWebApp/Components/Pages/SibarCategory/SibarCategoryPage.razor.rz.scp.css */
.category-item[b-7x1qf28kml] {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.category-item:active[b-7x1qf28kml] {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.route-item:hover[b-7x1qf28kml] {
    background-color: #5496cd;
}


/* _content/BlazorWebApp/Components/Pages/Tasks/TicketManagerPage.razor.rz.scp.css */
.toggle-label[b-najqyjkdox] {
    position: relative;
    display: block;
    width: 70px;
    height: 32px;
    border: 1px solid #376682;
    cursor: pointer
}

    .toggle-label input[type=checkbox][b-najqyjkdox] {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .toggle-label input[type=checkbox] + .back[b-najqyjkdox] {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(17, 20, 24, 0.6);
            opacity: 0.6;
            transition: background 150ms linear;
        }

        .toggle-label input[type=checkbox]:checked + .back[b-najqyjkdox] {
            background: rgba(17, 20, 24, 0.6);
        }

        .toggle-label input[type=checkbox] + .back .toggle[b-najqyjkdox] {
            display: block;
            position: absolute;
            content: ' ';
            background: #E0F4FF;
            width: 50%;
            height: 100%;
            transition: margin 150ms linear;
            border: 1px solid #376682;
        }

        .toggle-label input[type=checkbox]:checked + .back .toggle[b-najqyjkdox] {
            margin-left: 35px;
        }

    .toggle-label .label[b-najqyjkdox] {
        display: block;
        position: absolute;
        width: 50%;
        text-align: center;
    }

        .toggle-label .label.on[b-najqyjkdox] {
            left: 0px;
            top: 3px
        }

        .toggle-label .label.off[b-najqyjkdox] {
            right: 0px;
            top: 3px
        }

disabled[b-najqyjkdox] {
    background-color: #111418;
    opacity: 0.4;
    color: white;
}

.cursor-pointer[b-najqyjkdox] {
    cursor: pointer
}

.d-none[b-najqyjkdox] {
    display: none;
}

.opacity-hidden[b-najqyjkdox] {
    opacity: 0;
    transition: opacity 0.5s;
}

.opacity-visible[b-najqyjkdox] {
    opacity: 1;
    transition: opacity 0.5s;
}
/* _content/BlazorWebApp/Components/Pages/Tickets/PurchaseRequest.razor.rz.scp.css */

/* _content/BlazorWebApp/Components/Subs/AnnouncementSettingsCpn.razor.rz.scp.css */
.news-dashboard-page[b-819l1lpo4d] {
    padding: 0;
    max-width: 100%;
    margin: 0;
    min-height: calc(100vh - 3rem);
    overflow: visible;
}

/* Split Layout Container */
.dashboard-split-container[b-819l1lpo4d] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    gap: 0;
}

.dashboard-left-panel[b-819l1lpo4d],
.dashboard-right-panel[b-819l1lpo4d] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dashboard-left-panel[b-819l1lpo4d] {
    border-right: 2px solid #e9ecef;
    background: #f8f9fa;
}

.dashboard-right-panel[b-819l1lpo4d] {
    background: white;
}

/* Panel Header */
.panel-header[b-819l1lpo4d] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.75rem 1.5rem;
    height: 60px;
    background: linear-gradient(135deg, #2c4a65, #3d5c7a);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.dashboard-left-panel .panel-header[b-819l1lpo4d] {
    justify-content: space-between;
}

.panel-title[b-819l1lpo4d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.panel-content[b-819l1lpo4d] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    position: relative;
}

.calendar-content[b-819l1lpo4d] {
    padding: 0;
    background: white;
}

.btn-settings[b-819l1lpo4d] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    transition: none;
}

    .btn-settings img[b-819l1lpo4d] {
        filter: brightness(0) invert(1);
    }

/* Settings Panel */
.news-settings-panel[b-819l1lpo4d] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    animation: slideDown-b-819l1lpo4d 0.3s ease;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    .news-settings-panel[b-819l1lpo4d]::-webkit-scrollbar {
        width: 8px;
    }

    .news-settings-panel[b-819l1lpo4d]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .news-settings-panel[b-819l1lpo4d]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .news-settings-panel[b-819l1lpo4d]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.settings-container[b-819l1lpo4d] {
    padding: 2rem;
}

.settings-section[b-819l1lpo4d] {
    margin-bottom: 2rem;
}

    .settings-section:last-child[b-819l1lpo4d] {
        margin-bottom: 0;
    }

.section-header[b-819l1lpo4d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

    .section-header h3[b-819l1lpo4d] {
        font-size: 1.25rem;
        color: #2c4a65;
        margin: 0;
        font-weight: 600;
    }

.btn-collapse[b-819l1lpo4d] {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    transition: all 0.2s;
}

    .btn-collapse:hover[b-819l1lpo4d] {
        color: #2c4a65;
    }

/* Form */
.add-feature-form[b-819l1lpo4d] {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    animation: fadeIn-b-819l1lpo4d 0.3s ease;
}

.form-row[b-819l1lpo4d] {
    margin-bottom: 1.5rem;
}

.form-group[b-819l1lpo4d] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-819l1lpo4d] {
        font-weight: 500;
        color: #495057;
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
    }

.form-input[b-819l1lpo4d],
.form-textarea[b-819l1lpo4d] {
    padding: 0.75rem 1rem;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.2s;
}

    .form-input:focus[b-819l1lpo4d],
    .form-textarea:focus[b-819l1lpo4d] {
        outline: none;
        border-color: #2c4a65;
        box-shadow: 0 0 0 3px rgba(44, 74, 101, 0.1);
    }

.form-textarea[b-819l1lpo4d] {
    resize: vertical;
    min-height: 80px;
}

/* IMAGE UPLOAD STYLES - UPDATED */
.image-upload-container[b-819l1lpo4d] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Upload Tabs */
.upload-tabs[b-819l1lpo4d] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tab-button[b-819l1lpo4d] {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 2px solid #dee2e6;
    background: white;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .tab-button:hover[b-819l1lpo4d] {
        border-color: #2c4a65;
        background: #f8f9fa;
    }

    .tab-button.active[b-819l1lpo4d] {
        background: #2c4a65;
        color: white;
        border-color: #2c4a65;
    }

/* File Upload Section */
.upload-section[b-819l1lpo4d] {
    position: relative;
}

.file-input[b-819l1lpo4d] {
    display: none;
}

.file-label[b-819l1lpo4d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 2rem;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.2s;
}

    .file-label:hover[b-819l1lpo4d] {
        border-color: #2c4a65;
        background: #e9ecef;
    }

.file-icon[b-819l1lpo4d] {
    font-size: 2rem;
}

.file-label small[b-819l1lpo4d] {
    color: #6c757d;
    font-size: 0.85rem;
}

.upload-progress[b-819l1lpo4d] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #e7f3ff;
    border-radius: 6px;
    margin-top: 1rem;
}

.image-preview-container[b-819l1lpo4d] {
    position: relative;
    width: 100%;
    max-width: 400px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
}

.image-preview[b-819l1lpo4d] {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    display: block;
}

.btn-remove-image[b-819l1lpo4d] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(220, 53, 69, 0.9);
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    line-height: 1;
}

    .btn-remove-image:hover[b-819l1lpo4d] {
        background: #dc3545;
        transform: scale(1.1);
    }

/* THUMBNAIL IN LIST */
.item-thumbnail[b-819l1lpo4d] {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
}

.thumbnail-image[b-819l1lpo4d] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Form Actions */
.form-actions[b-819l1lpo4d] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn-add[b-819l1lpo4d],
.btn-cancel[b-819l1lpo4d] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.btn-add[b-819l1lpo4d] {
    background: #28a745;
    color: white;
}

    .btn-add:hover[b-819l1lpo4d] {
        background: #218838;
        transform: translateY(-2px);
    }

    .btn-add img[b-819l1lpo4d] {
        filter: brightness(0) invert(1);
    }

.btn-cancel[b-819l1lpo4d] {
    background: #6c757d;
    color: white;
}

    .btn-cancel:hover[b-819l1lpo4d] {
        background: #5a6268;
    }

/* Features Management List */
.features-management-list[b-819l1lpo4d] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.feature-management-item[b-819l1lpo4d] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.2s;
}

    .feature-management-item.active[b-819l1lpo4d] {
        border-color: #28a745;
        background: #f0fff4;
    }

    .feature-management-item:hover[b-819l1lpo4d] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.feature-details[b-819l1lpo4d] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.feature-text[b-819l1lpo4d] {
    flex: 1;
    min-width: 0;
}

    .feature-text h4[b-819l1lpo4d] {
        font-size: 1rem;
        font-weight: 600;
        color: #212529;
        margin: 0 0 0.25rem 0;
    }

    .feature-text p[b-819l1lpo4d] {
        font-size: 0.875rem;
        color: #6c757d;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.btn-delete[b-819l1lpo4d] {
    background: none !important;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s;
    opacity: 0.6;
    color: #dc3545;
}

    .btn-delete:hover[b-819l1lpo4d] {
        background: none !important;
        opacity: 1;
    }

.management-actions[b-819l1lpo4d] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-edit-mini[b-819l1lpo4d] {
    background: none !important;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s;
    opacity: 0.6;
    color: #6c757d;
}

    .btn-edit-mini:hover[b-819l1lpo4d] {
        background: none !important;
        opacity: 1;
        color: #2c4a65;
    }

.features-management-list[b-819l1lpo4d]::-webkit-scrollbar {
    width: 8px;
}

.features-management-list[b-819l1lpo4d]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.features-management-list[b-819l1lpo4d]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    .features-management-list[b-819l1lpo4d]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Alert Styles */
.alert[b-819l1lpo4d] {
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.alert-danger[b-819l1lpo4d] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.text-success[b-819l1lpo4d] {
    color: #28a745;
}

.text-muted[b-819l1lpo4d] {
    color: #6c757d;
    font-size: 0.85rem;
}

.checkbox-label[b-819l1lpo4d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    padding: 0.5rem 0;
}

.form-checkbox[b-819l1lpo4d] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #2c4a65;
}

.checkbox-text[b-819l1lpo4d] {
    font-weight: 500;
    color: #495057;
    font-size: 0.95rem;
}

.form-input:disabled[b-819l1lpo4d] {
    background-color: #e9ecef;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Badge Styles */
.badge-ontop[b-819l1lpo4d] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: white;
    padding: 0.125rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.badge-days[b-819l1lpo4d] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 0.125rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.25rem;
    vertical-align: middle;
}

.ontop-item[b-819l1lpo4d] {
    border-left: 4px solid #ff6b6b !important;
    background: linear-gradient(90deg, rgba(255, 107, 107, 0.05), transparent) !important;
}

.file-attachments-container[b-819l1lpo4d] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.files-list[b-819l1lpo4d] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid #dee2e6;
}

    .files-list h4[b-819l1lpo4d] {
        margin: 0 0 1rem 0;
        font-size: 0.95rem;
        color: #495057;
        font-weight: 600;
    }

.file-item[b-819l1lpo4d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    transition: all 0.2s;
}

    .file-item:last-child[b-819l1lpo4d] {
        margin-bottom: 0;
    }

    .file-item:hover[b-819l1lpo4d] {
        border-color: #2c4a65;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

.file-info[b-819l1lpo4d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}

.file-icon-mini[b-819l1lpo4d] {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.file-name[b-819l1lpo4d] {
    font-size: 0.9rem;
    color: #495057;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-remove-file[b-819l1lpo4d] {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    transition: all 0.2s;
    flex-shrink: 0;
}

    .btn-remove-file:hover[b-819l1lpo4d] {
        background: #c82333;
        transform: scale(1.1);
    }

/* Badge for file count */
.badge-files[b-819l1lpo4d] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: linear-gradient(135deg, #6c757d, #495057);
    color: white;
    padding: 0.125rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.25rem;
    vertical-align: middle;
}

/* Attached files mini display in list */
.attached-files-mini[b-819l1lpo4d] {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: center;
}

    .attached-files-mini small[b-819l1lpo4d] {
        display: block;
        width: 100%;
        margin-bottom: 0.25rem;
        color: #495057;
    }

.file-tag[b-819l1lpo4d] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #e9ecef;
    color: #495057;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    border: 1px solid #dee2e6;
}

.file-tag-more[b-819l1lpo4d] {
    display: inline-flex;
    align-items: center;
    background: #6c757d;
    color: white;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Empty state */
.empty-state[b-819l1lpo4d] {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
}

    .empty-state p[b-819l1lpo4d] {
        margin: 0;
        font-size: 1rem;
    }

/* Loading container */
.loading-container[b-819l1lpo4d] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .file-item[b-819l1lpo4d] {
        padding: 0.5rem;
    }

    .file-name[b-819l1lpo4d] {
        font-size: 0.85rem;
    }

    .btn-remove-file[b-819l1lpo4d] {
        width: 20px;
        height: 20px;
        font-size: 0.9rem;
    }

    .attached-files-mini[b-819l1lpo4d] {
        gap: 0.25rem;
    }

    .file-tag[b-819l1lpo4d] {
        font-size: 0.7rem;
        padding: 0.1rem 0.4rem;
    }
}

/* Animations */
@keyframes slideDown-b-819l1lpo4d {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-819l1lpo4d {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .settings-container[b-819l1lpo4d] {
        padding: 1rem;
    }

    .form-actions[b-819l1lpo4d] {
        flex-direction: column;
    }

    .btn-add[b-819l1lpo4d],
    .btn-cancel[b-819l1lpo4d] {
        width: 100%;
        justify-content: center;
    }

    .image-preview-container[b-819l1lpo4d] {
        max-width: 100%;
    }

    .item-thumbnail[b-819l1lpo4d] {
        width: 50px;
        height: 50px;
    }

    .upload-tabs[b-819l1lpo4d] {
        flex-direction: column;
    }

    .tab-button[b-819l1lpo4d] {
        width: 100%;
    }
}
/* _content/BlazorWebApp/Components/Subs/AppCreators/CreatorCpn.razor.rz.scp.css */
/* moved to global appCreator.css */
/* _content/BlazorWebApp/Components/Subs/AppCreators/HtmlControlCpn.razor.rz.scp.css */


/* ---------- LABEL ---------- */
.labelCustumHD[b-zugajq4mc9] {
    display: block;
    font-size: 0.6875rem; /* 11px */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #566168;
    margin-bottom: 6px;
    line-height: 1.4;
}

    .labelCustumHD.required[b-zugajq4mc9]::after {
        content: ' *';
        color: #9f403d;
        font-style: normal;
    }

/* ---------- INPUT / TEXTAREA ---------- */
.inputCustumHD[b-zugajq4mc9] {
    width: 100%;
    background: #fafafa;
    border: 1px solid rgba(168, 179, 187, 0.3);
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 0.875rem;
    font-family: inherit;
    color: black;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

    .inputCustumHD[b-zugajq4mc9]::placeholder {
        color: #a8b3bb;
        font-style: italic;
    }

    .inputCustumHD:hover[b-zugajq4mc9] {
        border-color: rgba(113, 124, 132, 0.55);
        background: #ffffff;
    }

    .inputCustumHD:focus[b-zugajq4mc9] {
        border-color: #005db6;
        background: #ffffff;
        box-shadow: 0 0 0 3px rgba(0, 93, 182, 0.12);
    }

/* Textarea riêng */
textarea.inputCustumHD[b-zugajq4mc9] {
    resize: vertical;
    min-height: 90px;
    line-height: 1.6;
}

/* Readonly / disabled */
.inputCustumHD[readonly][b-zugajq4mc9],
.inputCustumHD:disabled[b-zugajq4mc9] {
    background: #f0f4f8;
    color: #566168;
    cursor: not-allowed;
    border-color: rgba(168, 179, 187, 0.2);
}

    .inputCustumHD[readonly]:hover[b-zugajq4mc9],
    .inputCustumHD:disabled:hover[b-zugajq4mc9] {
        border-color: rgba(168, 179, 187, 0.2);
        background: #f0f4f8;
    }
/* Khi KHÔNG có class redesign → giữ nguyên, không cần override */

/* Khi CÓ class fieldGroupObject--redesign */
.fieldGroupObject--redesign > div[b-zugajq4mc9] {
    border: none !important;
    min-width: unset !important;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(58, 97, 134, 0.15);
}

.fieldGroupObject--redesign .btnFieldGroup[b-zugajq4mc9] {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #3a6186;
    background: #dde8f0 !important;
    border-bottom: 1px solid rgba(168,179,187,0.2) !important;
    width: 100%;
}
.richTextObject--redesign[b-zugajq4mc9] {
    border: 1px solid rgba(168, 179, 187, 0.4);
    box-shadow: 0 4px 16px rgba(58, 97, 134, 0.15);
    overflow: hidden;
    border-radius: 8px 8px 0 0 !important;
}

    
/* _content/BlazorWebApp/Components/Subs/APS/TableWOAPS.razor.rz.scp.css */
.wo-container[b-q4tb59p795] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Desktop Table Styles */
.table-container[b-q4tb59p795] {
    width: 100%;
    overflow-x: auto;
    background-color: #ffffff;
    border-radius: 0.125rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(116, 119, 128, 0.1);
    position: relative;
}

.wo-table[b-q4tb59p795] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    text-align: left;
}

.wo-table thead[b-q4tb59p795] {
    background: linear-gradient(135deg, #002555 0%, #1b3b6f 100%);
    position: relative;
}

.table-header-row[b-q4tb59p795] {
    display: table-row;
}

.table-header-cell[b-q4tb59p795] {
    padding: 1rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    cursor: move;
    user-select: none;
    transition: background-color 0.2s ease;
    position: relative;
}

.table-header-cell:last-child[b-q4tb59p795] {
    border-right: none;
}

.table-header-cell:hover[b-q4tb59p795] {
    background-color: rgba(255, 255, 255, 0.1);
}

.table-header-cell.dragging[b-q4tb59p795] {
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.2);
}

.table-header-cell.drag-over[b-q4tb59p795] {
    background-color: rgba(74, 144, 226, 0.2);
}

.column-drop-indicator[b-q4tb59p795] {
    position: absolute;
    top: 0;
    width: 3px;
    background: linear-gradient(to bottom, #4a90e2, #2e5c8a);
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.5), 0 0 10px rgba(74, 144, 226, 0.3);
    z-index: 1000;
    pointer-events: none;
}

.table-row[b-q4tb59p795] {
    border-bottom: 1px solid rgba(196, 198, 209, 0.2);
    transition: background-color 0.2s ease;
    color: #191c1e;
}

.table-row:hover[b-q4tb59p795] {
    background-color: #f5f5f5;
}

.table-row-alt[b-q4tb59p795] {
    background-color: #f7f9fb;
}

.table-row-alt:hover[b-q4tb59p795] {
    background-color: #eff1f3;
}

.table-cell[b-q4tb59p795] {
    padding: 0.75rem 1rem;
    border-right: 1px solid rgba(196, 198, 209, 0.2);
}

.table-cell:last-child[b-q4tb59p795] {
    border-right: none;
}

.text-center[b-q4tb59p795] {
    text-align: center;
}

.text-primary[b-q4tb59p795] {
    color: #002555;
}

.font-bold[b-q4tb59p795] {
    font-weight: 700;
}

.font-mono[b-q4tb59p795] {
    font-family: 'Courier New', monospace;
}

.font-semibold[b-q4tb59p795] {
    font-weight: 600;
}

.text-xs[b-q4tb59p795] {
    font-size: 12px;
}

.py-3[b-q4tb59p795] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Utility Classes */
.d-flex[b-q4tb59p795] {
    display: flex;
}

.gap-1[b-q4tb59p795] {
    gap: 0.25rem;
}

.align-items-center[b-q4tb59p795] {
    align-items: center;
}

.justify-content-center[b-q4tb59p795] {
    justify-content: center;
}

.form-check-input[b-q4tb59p795] {
    width: 1em;
    height: 1em;
    margin-top: 0.125em;
    vertical-align: top;
    border: 1px solid #747780;
    border-radius: 0.125em;
    cursor: pointer;
    accent-color: #002555;
}

.form-check-input:checked[b-q4tb59p795] {
    background-color: #002555;
    border-color: #002555;
}

.form-check-input:focus[b-q4tb59p795] {
    outline: none;
    ring: 1px;
    ring-color: #002555;
}

.checkbox-wrapper[b-q4tb59p795] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.checkbox-wrapper .form-check-input[b-q4tb59p795] {
    margin: 0;
    flex-shrink: 0;
}

.table-action-bar[b-q4tb59p795] {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 0;
}

.btn-add-plan[b-q4tb59p795] {
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #002555 0%, #1b3b6f 100%);
    color: #ffffff;
    font-size: 11px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 0.125rem;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.1s ease;
}

.btn-add-plan:hover[b-q4tb59p795] {
    opacity: 0.85;
}

.btn-add-plan:active[b-q4tb59p795] {
    transform: scale(0.97);
}
/* _content/BlazorWebApp/Components/Subs/APS/WOQuantityChartCpn.razor.rz.scp.css */
/* WOQuantityChartCpn - scoped styles intentionally empty.
   All woqc-* rules live in schedulePageV2.css so both
   WOQuantityChartCpn and WorkshopQuantityChartCpn share them
   without depending on Blazor scoped-CSS build order. */
/* _content/BlazorWebApp/Components/Subs/APS/WorkshopQuantityChartCpn.razor.rz.scp.css */
/* WOQuantityChartCpn - scoped styles intentionally empty.
   All woqc-* rules live in schedulePageV2.css so both
   WOQuantityChartCpn and WorkshopQuantityChartCpn share them
   without depending on Blazor scoped-CSS build order. */
/* _content/BlazorWebApp/Components/Subs/CustomControls/ContextMenu.razor.rz.scp.css */
.context-menu-overlay[b-tmehtpbkgk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9998;
    background: transparent;
}

/* ---- Built-in search box ---- */
.context-menu-search[b-tmehtpbkgk] {
    padding: 6px 8px 4px;
    border-bottom: 1px solid #e5e5e5;
}

.context-menu-search-input[b-tmehtpbkgk] {
    width: 100%;
    box-sizing: border-box;
    height: 28px;
    padding: 0 8px;
    border: 1px solid #d0d7e2;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
    background: #f8f9ff;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.context-menu-search-input:focus[b-tmehtpbkgk] {
    border-color: #3755c3;
    box-shadow: 0 0 0 2px rgba(55, 85, 195, 0.12);
    background: #fff;
}

.context-menu[b-tmehtpbkgk] {
    position: fixed;
    z-index: 9999;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 180px;
    padding: 4px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    animation: contextMenuFadeIn-b-tmehtpbkgk 0.15s ease-out;
    transform-origin: top left;
}

@keyframes contextMenuFadeIn-b-tmehtpbkgk {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.context-menu-list[b-tmehtpbkgk] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu-item[b-tmehtpbkgk] {
    position: relative;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    user-select: none;
}

.context-menu-item:hover:not(.disabled)[b-tmehtpbkgk] {
    background-color: #f5f5f5;
}

.context-menu-item.disabled[b-tmehtpbkgk] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.context-menu-item-content[b-tmehtpbkgk] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.context-menu-icon[b-tmehtpbkgk] {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
}

.context-menu-text[b-tmehtpbkgk] {
    flex: 1;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.context-menu-shortcut[b-tmehtpbkgk] {
    font-size: 12px;
    color: #999;
    margin-left: 16px;
    font-family: 'Courier New', monospace;
}

.context-menu-arrow[b-tmehtpbkgk] {
    font-size: 10px;
    color: #999;
    margin-left: auto;
    transition: transform 0.15s ease;
}

.context-menu-item:hover:not(.disabled) .context-menu-arrow[b-tmehtpbkgk] {
    transform: translateX(2px);
}

.context-menu-separator[b-tmehtpbkgk] {
    height: 1px;
    background-color: #e5e5e5;
    margin: 4px 8px;
}

.context-menu-group[b-tmehtpbkgk] {
    position: relative;
}

.context-menu-submenu[b-tmehtpbkgk] {
    position: absolute;
    left: 100%;
    top: -4px;
    margin-left: 2px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 180px;
    padding: 4px 0;
    animation: submenuSlideIn-b-tmehtpbkgk 0.15s ease-out;
}

@keyframes submenuSlideIn-b-tmehtpbkgk {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Active/Selected state for better feedback */
.context-menu-item:active:not(.disabled)[b-tmehtpbkgk] {
    background-color: #e0e0e0;
}

/* Keyboard focus support */
.context-menu-item:focus[b-tmehtpbkgk] {
    outline: 2px solid #4CAF50;
    outline-offset: -2px;
}
/* _content/BlazorWebApp/Components/Subs/CustomControls/SelectCustom.razor.rz.scp.css */
.dropdown[b-s3aa7yz6m7] {
    position: relative;
    display: inline-block;
}
.dropdown-input[b-s3aa7yz6m7] {
    padding-right: 20px;
    background-image: url(/img/icon/icons8-arrow-down-30SL.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    /*background-color: #E0F4FF;*/
    /*border: .0625rem solid #bfbfbf;*/
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
    font-weight: 350;
    padding-right: 15px;
    height: 1.625rem;
    outline: none;
    color: #000;
    /*font-weight: 400;*/
    line-height: normal;
}
/*.dropdown-input:focus {
    outline: none;
    border: 1px solid #305A80;
    border-radius: 0;
}*/
.dropdown-input:hover[b-s3aa7yz6m7] {
    cursor: pointer;
}
.dropdown-list[b-s3aa7yz6m7] {
    background: none;
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: .0625rem solid #bfbfbf;
    border-top: none;
    border-radius: 0;
    display: none;
    z-index: 1000;
    top: 1.625rem;
}
.dropdown-list[b-s3aa7yz6m7]::-webkit-scrollbar {
    display: none;
}
.category[b-s3aa7yz6m7] {
    padding: 2px 8px;
    background-color: white;
    cursor: pointer;
    font-size: .875rem;
    /*font-weight: 400;*/
    color: #000;
}
.category:hover[b-s3aa7yz6m7] {
    background-color: #cccccc;
}
/* _content/BlazorWebApp/Components/Subs/CustomControls/SelectCustomBlackInput.razor.rz.scp.css */
.dropdown[b-2y7dyi1roq] {
    position: relative;
    display: inline-block;
}
.dropdown-input[b-2y7dyi1roq] {
    padding-right: 20px;
    background-image: url(/img/icon/icons8-arrow-down-30SL.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    /*background-color: #E0F4FF;*/
    /*border: .0625rem solid #bfbfbf;*/
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
    font-weight: 350;
    padding-right: 15px;
    height: 1.625rem;
    outline: none;
    color: #000;
    /*font-weight: 400;*/
    line-height: normal;
}
/*.dropdown-input:focus {
    outline: none;
    border: 1px solid #305A80;
    border-radius: 0;
}*/
.dropdown-input:hover[b-2y7dyi1roq] {
    cursor: pointer;
}
.dropdown-list[b-2y7dyi1roq] {
    background: none;
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: .0625rem solid #bfbfbf;
    border-top: none;
    border-radius: 0;
    display: none;
    z-index: 1000;
    top: 1.625rem;
}
.dropdown-list[b-2y7dyi1roq]::-webkit-scrollbar {
    display: none;
}
.category[b-2y7dyi1roq] {
    padding: 2px 8px;
    background-color: white;
    cursor: pointer;
    font-size: .875rem;
    /*font-weight: 400;*/
    color: #000;
}
.category:hover[b-2y7dyi1roq] {
    background-color: #cccccc;
}
/* _content/BlazorWebApp/Components/Subs/CustomControls/TablecustomV2.razor.rz.scp.css */
.sap-table[b-idsj69xnft] {
    border-collapse: collapse; /* or 'separate' if you need spacing */
    width: 100%;
}

    .sap-table[b-idsj69xnft], .sap-table th[b-idsj69xnft], .sap-table td[b-idsj69xnft] {
        border: 1px solid #e6e6e6;
    }

        .sap-table td[b-idsj69xnft] {
            border-bottom: 1px solid #ececec;
        }

        .sap-table thead th[b-idsj69xnft] {
            background: #fafafa;
            border-bottom: 2px solid #ddd;
        }

.curr-table tbody[b-idsj69xnft] {
    border: none !important;
}
/* _content/BlazorWebApp/Components/Subs/CustomControls/TableCustomV3.razor.rz.scp.css */
.sap-table[b-7etwm8xqsg] {
    border-collapse: collapse; /* or 'separate' if you need spacing */
    width: 100%;
}

    .sap-table[b-7etwm8xqsg], .sap-table th[b-7etwm8xqsg], .sap-table td[b-7etwm8xqsg] {
        border: 1px solid #e6e6e6;
    }

        .sap-table td[b-7etwm8xqsg] {
            border-bottom: 1px solid #ececec;
        }

        .sap-table thead th[b-7etwm8xqsg] {
            background: #fafafa;
            border-bottom: 2px solid #ddd;
        }

.curr-table tbody[b-7etwm8xqsg] {
    border: none !important;
}
    .curr-table tbody tr[b-7etwm8xqsg] {
        background-color: white; /* hoặc màu bạn muốn */
    }
.sap-table[b-7etwm8xqsg] {
    border-top: none!important;
}

/* _content/BlazorWebApp/Components/Subs/EditParamModal.razor.rz.scp.css */
/* _content/BlazorWebApp/Components/Subs/NewsDashboardCpn.razor.rz.scp.css */
.news-dashboard-page[b-xldwvws52k] {
    padding: 0;
    max-width: 100%;
    margin: 0;
    min-height: auto; /* Thay vì calc(100vh - 3rem) */
    overflow: visible;
}

.dashboard-split-container[b-xldwvws52k] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 3rem);
    gap: 0;
}

    .dashboard-split-container[style*="display: none"][b-xldwvws52k] {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

.dashboard-left-panel[b-xldwvws52k],
.dashboard-right-panel[b-xldwvws52k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: visible; /* THAY ĐỔI: từ hidden sang visible */
}

.dashboard-left-panel[b-xldwvws52k] {
    border-right: 2px solid #e9ecef;
    background: #f8f9fa;
    overflow: hidden; /* ĐỔI LẠI: hidden */
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.dashboard-right-panel[b-xldwvws52k] {
    background: white;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}
/* Panel Header */
.panel-header[b-xldwvws52k] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.75rem 1.5rem;
    height: 60px;
    background: linear-gradient(135deg, #2c4a65, #3d5c7a);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.dashboard-left-panel .panel-header[b-xldwvws52k] {
    justify-content: space-between;
}

.panel-title[b-xldwvws52k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.panel-content[b-xldwvws52k] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    position: relative;
    min-height: 0;
}

.calendar-content[b-xldwvws52k] {
    padding: 0;
    background: white;
    overflow: visible !important; /* ĐỔI: từ auto !important sang visible !important */
    flex: 1;
    display: flex;
    flex-direction: column;
}

.btn-settings[b-xldwvws52k] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    transition: none;
}

    .btn-settings img[b-xldwvws52k] {
        filter: brightness(0) invert(1);
    }

/* Settings Panel */
.news-settings-panel[b-xldwvws52k] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    animation: slideDown-b-xldwvws52k 0.3s ease;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    .news-settings-panel[b-xldwvws52k]::-webkit-scrollbar {
        width: 8px;
    }

    .news-settings-panel[b-xldwvws52k]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .news-settings-panel[b-xldwvws52k]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .news-settings-panel[b-xldwvws52k]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.settings-container[b-xldwvws52k] {
    padding: 2rem;
}

.settings-section[b-xldwvws52k] {
    margin-bottom: 2rem;
}

    .settings-section:last-child[b-xldwvws52k] {
        margin-bottom: 0;
    }

.section-header[b-xldwvws52k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

    .section-header h3[b-xldwvws52k] {
        font-size: 1.25rem;
        color: #2c4a65;
        margin: 0;
        font-weight: 600;
    }

.btn-collapse[b-xldwvws52k] {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    transition: all 0.2s;
}

    .btn-collapse:hover[b-xldwvws52k] {
        color: #2c4a65;
    }

/* Form */
.add-feature-form[b-xldwvws52k] {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    animation: fadeIn-b-xldwvws52k 0.3s ease;
}

.form-row[b-xldwvws52k] {
    margin-bottom: 1.5rem;
}

.form-group[b-xldwvws52k] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-xldwvws52k] {
        font-weight: 500;
        color: #495057;
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
    }

.form-input[b-xldwvws52k],
.form-textarea[b-xldwvws52k] {
    padding: 0.75rem 1rem;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.2s;
}

    .form-input:focus[b-xldwvws52k],
    .form-textarea:focus[b-xldwvws52k] {
        outline: none;
        border-color: #2c4a65;
        box-shadow: 0 0 0 3px rgba(44, 74, 101, 0.1);
    }

.form-textarea[b-xldwvws52k] {
    resize: vertical;
    min-height: 80px;
}

/* Form Actions */
.form-actions[b-xldwvws52k] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn-add[b-xldwvws52k],
.btn-cancel[b-xldwvws52k] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.btn-add[b-xldwvws52k] {
    background: #28a745;
    color: white;
}

    .btn-add:hover[b-xldwvws52k] {
        background: #218838;
        transform: translateY(-2px);
    }

    .btn-add img[b-xldwvws52k] {
        filter: brightness(0) invert(1);
    }

.btn-cancel[b-xldwvws52k] {
    background: #6c757d;
    color: white;
}

    .btn-cancel:hover[b-xldwvws52k] {
        background: #5a6268;
    }

/* Features Management List */
.features-management-list[b-xldwvws52k] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.feature-management-item[b-xldwvws52k] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.2s;
}

    .feature-management-item.active[b-xldwvws52k] {
        border-color: #28a745;
        background: #f0fff4;
    }

    .feature-management-item:hover[b-xldwvws52k] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.feature-details[b-xldwvws52k] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.feature-text[b-xldwvws52k] {
    flex: 1;
    min-width: 0;
}

    .feature-text h4[b-xldwvws52k] {
        font-size: 1rem;
        font-weight: 600;
        color: #212529;
        margin: 0 0 0.25rem 0;
    }

    .feature-text p[b-xldwvws52k] {
        font-size: 0.875rem;
        color: #6c757d;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.btn-delete[b-xldwvws52k] {
    background: none !important;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s;
    opacity: 0.6;
    color: #dc3545;
}

    .btn-delete:hover[b-xldwvws52k] {
        background: none !important;
        opacity: 1;
    }

.management-actions[b-xldwvws52k] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-edit-mini[b-xldwvws52k] {
    background: none !important;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s;
    opacity: 0.6;
    color: #6c757d;
}

    .btn-edit-mini:hover[b-xldwvws52k] {
        background: none !important;
        opacity: 1;
        color: #2c4a65;
    }

.features-management-list[b-xldwvws52k]::-webkit-scrollbar {
    width: 8px;
}

.features-management-list[b-xldwvws52k]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.features-management-list[b-xldwvws52k]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    .features-management-list[b-xldwvws52k]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Main Content */
.news-dashboard-content[b-xldwvws52k] {
    /* Inline style từ Razor xử lý */
}

.loading-container[b-xldwvws52k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    gap: 1rem;
}

.loading-text[b-xldwvws52k] {
    color: #6c757d;
    font-size: 1.1rem;
}

.empty-state[b-xldwvws52k] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.empty-image[b-xldwvws52k] {
    width: 200px;
    margin-bottom: 2rem;
    opacity: 0.6;
}

.empty-state h2[b-xldwvws52k] {
    font-size: 1.75rem;
    color: #2c4a65;
    margin-bottom: 1rem;
}

.empty-state p[b-xldwvws52k] {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Features Grid */
.features-grid[b-xldwvws52k] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}

.feature-card[b-xldwvws52k] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .feature-card:hover[b-xldwvws52k] {
        transform: translateY(-8px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    }

.card-image-container[b-xldwvws52k] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.card-image[b-xldwvws52k] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.feature-card:hover .card-image[b-xldwvws52k] {
    transform: scale(1.1);
}

.card-overlay[b-xldwvws52k] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(44, 74, 101, 0.9), transparent);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 1rem;
}

.feature-card:hover .card-overlay[b-xldwvws52k] {
    opacity: 1;
}

.view-detail[b-xldwvws52k] {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

.card-body[b-xldwvws52k] {
    padding: 1.5rem;
}

.card-title[b-xldwvws52k] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c4a65;
    margin: 0 0 0.75rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.card-description[b-xldwvws52k] {
    color: #6c757d;
    line-height: 1.6;
    margin: 0 0 1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-footer[b-xldwvws52k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.card-date[b-xldwvws52k] {
    color: #adb5bd;
    font-size: 0.875rem;
}

.btn-read-more[b-xldwvws52k] {
    background: none;
    border: none;
    color: #2c4a65;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-read-more:hover[b-xldwvws52k] {
        color: #1f3449;
        transform: translateX(4px);
    }

/* Feature Detail Modal */
.feature-modal-overlay[b-xldwvws52k] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 2rem;
    animation: fadeIn-b-xldwvws52k 0.3s ease;
}

.feature-modal[b-xldwvws52k] {
    background: white;
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideUp-b-xldwvws52k 0.3s ease;
}

.modal-header[b-xldwvws52k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e9ecef;
}

    .modal-header h2[b-xldwvws52k] {
        margin: 0;
        font-size: 1.5rem;
        color: #2c4a65;
    }

.btn-close-modal[b-xldwvws52k] {
    background: none;
    border: none;
    font-size: 2rem;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.2s;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .btn-close-modal:hover[b-xldwvws52k] {
        background: #f8f9fa;
        color: #212529;
    }

.modal-body[b-xldwvws52k] {
    padding: 2rem;
}

.modal-image[b-xldwvws52k] {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.modal-text[b-xldwvws52k] {
    color: #495057;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Animations */
@keyframes slideDown-b-xldwvws52k {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-xldwvws52k {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-xldwvws52k {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Left Column Layout */
.dashboard-left-column[b-xldwvws52k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* ĐỔI LẠI: từ visible sang hidden */

    min-height: 0;
    gap: 0;
}
.calendar-section[b-xldwvws52k] {
    flex: 1 1 auto;
    border-right: 2px solid #e9ecef;
    background: #f8f9fa;
    overflow: visible; /* ← ĐỔI thành visible */
    min-height: 600px;
    display: flex;
    flex-direction: column;
}
/* Dashboard Top Row - Container chính */
.dashboard-top-row[b-xldwvws52k] {
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    min-height: 0;
    gap: 0;
}

/* WRAPPER CHO CALENDAR - Đảm bảo cùng chiều cao với News Dashboard */
.calendar-wrapper-container[b-xldwvws52k] {
    flex: 1; /* Chia đều không gian với dashboard-right-column */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
    background: #f8f9fa;
    border-right: 2px solid #e9ecef;
}

/* Dashboard Left Column */
.dashboard-left-column[b-xldwvws52k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
    gap: 0;
}

/* Calendar Section */
.calendar-section[b-xldwvws52k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

/* Dashboard Left Panel */
.dashboard-left-panel[b-xldwvws52k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

/* Panel Content */
.panel-content[b-xldwvws52k] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    position: relative;
    min-height: 0;
}

/* Calendar Content */
.calendar-content[b-xldwvws52k] {
    padding: 0;
    background: white;
    overflow: auto !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
}

/* Calendar Wrapper */
.calendar-wrapper[b-xldwvws52k] {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
    flex: 1;
}

    .calendar-wrapper[b-xldwvws52k]::-webkit-scrollbar {
        height: 8px;
    }

    .calendar-wrapper[b-xldwvws52k]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .calendar-wrapper[b-xldwvws52k]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .calendar-wrapper[b-xldwvws52k]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* Dashboard Right Column - News Dashboard */
.dashboard-right-column[b-xldwvws52k] {
    flex: 1; /* Chia đều không gian với calendar-wrapper-container */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.dashboard-right-panel[b-xldwvws52k] {
    background: white;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .features-grid[b-xldwvws52k] {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1.5rem;
    }

    .calendar-wrapper-container[b-xldwvws52k] {
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .dashboard-split-container[b-xldwvws52k] {
        flex-direction: column;
    }

    .dashboard-top-row[b-xldwvws52k] {
        flex-direction: column;
    }

    .calendar-wrapper-container[b-xldwvws52k] {
        border-right: none;
        border-bottom: 2px solid #e9ecef;
        min-height: 400px;
        max-height: 50vh;
    }

    .dashboard-left-column[b-xldwvws52k] {
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: auto;
        min-height: 0;
        gap: 0;
    }

    .calendar-section[b-xldwvws52k] {
        flex: 1;
        overflow: auto;
        min-height: 350px;
    }

    .calendar-content[b-xldwvws52k] {
        overflow-x: auto;
        overflow-y: visible;
    }

    .dashboard-right-column[b-xldwvws52k] {
        flex: 1;
        min-height: 400px;
    }

    .stickers-section[b-xldwvws52k] {
        flex: 0 0 auto;
    }

    .dashboard-left-panel[b-xldwvws52k] {
        border-right: none;
        border-bottom: 2px solid #e9ecef;
        max-height: none;
    }
}
.summary-section[b-xldwvws52k] {
    flex: 0 0 100px;
    border-right: 2px solid #e9ecef;
    border-top: 2px solid #e9ecef;
    background: white;
    display: flex;
    flex-direction: column;
    min-height: 100px;
    max-height: 100px;
    flex-shrink: 0;
}





   



.dashboard-top-row[b-xldwvws52k] {
    display: flex;
    flex: 1 1 auto;
    overflow: hidden; /* ĐỔI LẠI: từ visible sang hidden */
    min-height: 0;
}
/* Right Column */
.dashboard-right-column[b-xldwvws52k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
    max-height: calc(100vh ); /* 60px = header height */
}

/* Announcements Sections */
.announcements-section[b-xldwvws52k] {
    margin-bottom: 3rem;
}

    .announcements-section.older-section[b-xldwvws52k] {
        padding-top: 2rem;
        border-top: 2px solid #e9ecef;
    }

.section-title[b-xldwvws52k] {
    font-size: 1.5rem;
    color: #2c4a65;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.badge-new[b-xldwvws52k] {
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    animation: pulse-b-xldwvws52k 2s infinite;
}

@keyframes pulse-b-xldwvws52k {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }
}

.feature-card.new-feature[b-xldwvws52k] {
    border: 2px solid #ff6b6b;
    box-shadow: 0 4px 16px rgba(255, 107, 107, 0.2);
}

    .feature-card.new-feature:hover[b-xldwvws52k] {
        box-shadow: 0 8px 24px rgba(255, 107, 107, 0.3);
    }

.loading-container-small[b-xldwvws52k] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.empty-state-small[b-xldwvws52k] {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
}

/* STICKERS SECTION - QUAN TRỌNG */
.stickers-section[b-xldwvws52k] {
    flex: 0 0 auto; /* THAY ĐỔI: Cho phép tự động điều chỉnh chiều cao */
    border-top: 2px solid #e9ecef;
    background: white;
    display: flex;
    flex-direction: column;
    overflow: visible; /* THAY ĐỔI: từ hidden sang visible */
}

.stickers-header[b-xldwvws52k] {
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #2c4a65, #3d5c7a);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stickers-content[b-xldwvws52k] {
    flex: 1;
    overflow: visible; /* THAY ĐỔI: từ auto sang visible */
    padding: 1rem;
}



.toggle-icon[b-xldwvws52k] {
    font-size: 1rem;
    transition: transform 0.3s ease;
}
/* Unified Header Bar - Gộp 3 thanh */
.unified-header-bar[b-xldwvws52k] {
    background: linear-gradient(135deg, #2c4a65, #3d5c7a);
    padding: 0.75rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 6rem;
    z-index: 8;
    border-radius: 0.8rem 0.8rem 0 0;
}
.header-left[b-xldwvws52k] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.header-center[b-xldwvws52k] {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

.btn-toggle-dashboard[b-xldwvws52k] {
    background: none;
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .btn-toggle-dashboard:hover[b-xldwvws52k] {
        background: none;
        transform: scale(1.2);
    }

.toggle-icon[b-xldwvws52k] {
    font-size: 0.9rem;
}

.header-title[b-xldwvws52k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}


.header-right[b-xldwvws52k] {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-settings[b-xldwvws52k] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-settings img[b-xldwvws52k] {
        filter: brightness(0) invert(1);
    }

.sticker-grid .sticker-card[b-xldwvws52k] {
    grid-column: span 2; 
}

.sticker-grid[b-xldwvws52k] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); 
    gap: 1.5rem;
}
/* Responsive */
@media (max-width: 1024px) {
    .features-grid[b-xldwvws52k] {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .dashboard-split-container[b-xldwvws52k] {
        flex-direction: column;
    }

    .dashboard-left-panel[b-xldwvws52k] {
        border-right: none;
        border-bottom: 2px solid #e9ecef;
        max-height: 50vh;
    }

    .dashboard-left-column[b-xldwvws52k] {
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: hidden; /* ĐỔI LẠI: từ visible sang hidden */
        min-height: 0;
        gap: 0;
    }
    .stickers-section[b-xldwvws52k] {
        flex: 0 0 auto;
    }

    .calendar-section[b-xldwvws52k] {
        flex: 1 1 auto;
        border-right: 2px solid #e9ecef;
        background: #f8f9fa;
        overflow: hidden; /* ĐỔI LẠI: từ visible sang hidden */
        min-height: 0;
        display: flex;
        flex-direction: column;
    }


   

  

    .stat-card[b-xldwvws52k] {
        flex-direction: row;
        justify-content: flex-start;
        gap: 1rem;
    }

    .panel-header[b-xldwvws52k] {
        padding: 1rem;
    }

    .panel-title[b-xldwvws52k] {
        font-size: 1.25rem;
    }

    .panel-content[b-xldwvws52k] {
        flex: 1;
        overflow-y: auto;
        padding: 1.5rem;
        position: relative;
        min-height: 0;
    }



    .features-grid[b-xldwvws52k] {
        grid-template-columns: 1fr;
    }

    .settings-container[b-xldwvws52k] {
        padding: 1rem;
    }

    .form-actions[b-xldwvws52k] {
        flex-direction: column;
    }

    .btn-add[b-xldwvws52k],
    .btn-cancel[b-xldwvws52k] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/BlazorWebApp/Components/Subs/SapFioriControls/SfCalendar.razor.rz.scp.css */
.sap-calendar[b-zi914bv0iq] {
    width: 280px;
    padding: 12px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}

/* HEADER */
.sap-calendar__header[b-zi914bv0iq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.sap-calendar__title[b-zi914bv0iq] {
    font-weight: 600;
    color: #0070f2;
    cursor: pointer;
}

.sap-calendar__nav[b-zi914bv0iq] {
    cursor: pointer;
    color: #0070f2;
    font-size: 18px;
}

/* WEEKDAYS */
.sap-calendar__weekdays[b-zi914bv0iq] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 8px;
}

.sap-calendar__weekdays--with-week[b-zi914bv0iq] {
    grid-template-columns: 30px repeat(7, 1fr);
}

.sap-calendar__weekdays div[b-zi914bv0iq] {
    text-align: center;
    font-size: 12px;
    color: #6a6d70;
}

/* GRID */
.sap-calendar__grid[b-zi914bv0iq] {
    display: grid;
    gap: 6px;
}

.sap-calendar__grid--with-week[b-zi914bv0iq] {
    grid-template-columns: 30px repeat(7, 1fr);
}

.sap-calendar__grid--month[b-zi914bv0iq],
.sap-calendar__grid--year[b-zi914bv0iq] {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 20px;
}

/* WEEK NUMBER */
.sap-calendar__week[b-zi914bv0iq] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #888;
}

/* DAY */
.sap-calendar__day[b-zi914bv0iq] {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #32363a;
}

    .sap-calendar__day:hover[b-zi914bv0iq] {
        background: #eaeaea;
    }

/* STATES */
.sap-calendar__day--muted[b-zi914bv0iq] {
    color: #a0a0a0;
}

.sap-calendar__day--weekend[b-zi914bv0iq] {
    background: #eeeeee;
}

.sap-calendar__day--today[b-zi914bv0iq] {
    border: 2px solid #0070f2;
}

.sap-calendar__day--active[b-zi914bv0iq] {
    border: 2px solid #0070f2;
    color: #0070f2;
    font-weight: 600;
}

/* MONTH / YEAR CELL */
.sap-calendar__cell[b-zi914bv0iq] {
    text-align: center;
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
    color: #0070f2;
}

    .sap-calendar__cell:hover[b-zi914bv0iq] {
        background: #eaeaea;
    }
