@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Component/ColumnFilterModal.razor.rz.scp.css */
.table-sm td[b-anmua7c7iv], .table-sm th[b-anmua7c7iv] {
    padding: 0.1rem 0.4rem;
}

th[b-anmua7c7iv] {
    font-size: 13.6px;
}

td[b-anmua7c7iv] {
    font-size: 13.4px;
    cursor: pointer;
}

.switch-slider[b-anmua7c7iv] {
    display: inline-block;
    width: 16px;
    height: 10px;
    background-color: #ccc;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.4s;
}

.switch-slider[b-anmua7c7iv]::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 7px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.1s;
}

.switch-checkbox:checked + .switch-slider[b-anmua7c7iv]::before {
    transform: translateX(7px);
}
/* /Component/Common/AccountInfo.razor.rz.scp.css */

.popover-content[b-gcza1scje3] {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    max-width: 280px;
    font-size: 0.9rem;
    width: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    background: #344057;
    padding: 0;
    margin: 0;
}

#account-text[b-gcza1scje3] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #344057;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease-in-out;
}

#account-text:hover[b-gcza1scje3] {
    transform: scale(1.05);
    background-color: #5a6268;
}

.user-image[b-gcza1scje3] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #ddd;
    transition: transform 0.2s ease;
}

.user-image:hover[b-gcza1scje3] {
    transform: scale(1.05);
}

.persona-status[b-gcza1scje3] {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.status[b-gcza1scje3] {
    width: 16px;
    height: 16px;
}


ul[b-gcza1scje3] {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li[b-gcza1scje3] {
    padding: 5px 5px;
    border-bottom: gray 1px solid;
}

.btn:hover[b-gcza1scje3] {
    transform: translateY(-1px);
}

label[b-gcza1scje3] {
    cursor: pointer;
    font-size: 0.85rem;
}

.demo-account[b-gcza1scje3] {

}

[b-gcza1scje3] .switch-slider {
    background-color: #485269 !important;
}

[b-gcza1scje3] .switch-checkbox:checked + .switch-slider {
    background-color: #ffffff !important;
    border: none;
}

[b-gcza1scje3] .switch-slider::before {
    background-color: #837d7d !important;
}

.version-text > span[b-gcza1scje3] {
    background: transparent;
    border: none;
    padding: 0;
    color: #aaa !important;
    font-size: 12px;
}

.version-text > span:hover[b-gcza1scje3] {
    color: #fff;
}

.version-text > span:disabled[b-gcza1scje3] {
    opacity: 0.6;
}

.account-button a[b-gcza1scje3] {
    display: flex;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: .5rem !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important

}
/* /Component/Common/AnimateSVG.razor.rz.scp.css */

.pulse[b-56k3w9igaw] {
    animation: pulse-b-56k3w9igaw 2s infinite;
}

.gear-large[b-56k3w9igaw] {
    animation: rotate-b-56k3w9igaw 8s linear infinite;
}

.gear-small-top[b-56k3w9igaw] {
    animation: rotate-reverse-b-56k3w9igaw 5s linear infinite;
}

.gear-small-bottom[b-56k3w9igaw] {
    animation: rotate-b-56k3w9igaw 4s linear infinite;
}

.chart-bars rect[b-56k3w9igaw] {
    animation: grow-b-56k3w9igaw 2s ease-in-out infinite;
}

.chart-bars rect:nth-child(2)[b-56k3w9igaw] {
    animation-delay: 0.5s;
}

.chart-bars rect:nth-child(3)[b-56k3w9igaw] {
    animation-delay: 1s;
}

.receipt-printing[b-56k3w9igaw] {
    animation: print-b-56k3w9igaw 3s linear infinite;
}

.status-light[b-56k3w9igaw] {
    animation: blink-b-56k3w9igaw 2s ease-in-out infinite;
}

.processing-line[b-56k3w9igaw] {
    animation: processing-b-56k3w9igaw 1.5s linear infinite;
    stroke-dasharray: 5, 5;
}

.button-pulse[b-56k3w9igaw] {
    animation: button-pulse-b-56k3w9igaw 1.5s ease-in-out infinite;
}

.printer-glow[b-56k3w9igaw] {
    animation: glow-b-56k3w9igaw 4s ease-in-out infinite;
}



.line-graph .line-dash[b-56k3w9igaw] {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawLine-b-56k3w9igaw 2s ease forwards;
}


.line-dot[b-56k3w9igaw] {
    animation: dotFloat-b-56k3w9igaw 2s ease-in-out infinite;
}

.line-dot:nth-child(1)[b-56k3w9igaw] {
    animation-delay: 0.2s;
}

.line-dot:nth-child(2)[b-56k3w9igaw] {
    animation-delay: 0.4s;
}

.line-dot:nth-child(3)[b-56k3w9igaw] {
    animation-delay: 0.6s;
}

.line-dot:nth-child(4)[b-56k3w9igaw] {
    animation-delay: 0.8s;
}

.graph-glow .line-dash[b-56k3w9igaw] {
    filter: drop-shadow(0 0 4px rgba(100, 200, 255, 0.6));
    animation: glowPulse-b-56k3w9igaw 3s ease-in-out infinite;
}

.data-point circle[b-56k3w9igaw] {
    animation: miniFloat-b-56k3w9igaw 2.5s ease-in-out infinite;
}

.data-point circle:nth-child(1)[b-56k3w9igaw] {
    animation-delay: 0.3s;
}

.data-point circle:nth-child(2)[b-56k3w9igaw] {
    animation-delay: 0.6s;
}

.data-point circle:nth-child(3)[b-56k3w9igaw] {
    animation-delay: 0.9s;
}

.data-point circle:nth-child(4)[b-56k3w9igaw] {
    animation-delay: 1.2s;
}

@keyframes print-b-56k3w9igaw {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes blink-b-56k3w9igaw {
    0%, 100% {
        fill: #4CAF50;
    }

    50% {
        fill: #8BC34A;
    }
}

@keyframes processing-b-56k3w9igaw {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -10;
    }
}

@keyframes button-pulse-b-56k3w9igaw {
    0%, 100% {
        fill: rgba(255, 255, 255, 0.7);
    }

    50% {
        fill: rgba(255, 255, 255, 1);
    }
}

@keyframes glow-b-56k3w9igaw {
    0%, 100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.2);
    }
}


@keyframes pulse-b-56k3w9igaw {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@keyframes rotate-b-56k3w9igaw {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-reverse-b-56k3w9igaw {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}


@keyframes grow-b-56k3w9igaw {
    0% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes drawLine-b-56k3w9igaw {
    to {
        stroke-dashoffset: 0;
    }
}


@keyframes dotFloat-b-56k3w9igaw {
    0% {
        transform: translateY(0);
        opacity: 0.7;
    }

    50% {
        transform: translateY(-4px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 0.7;
    }
}

@keyframes glowPulse-b-56k3w9igaw {
    0% {
        filter: drop-shadow(0 0 2px rgba(100, 200, 255, 0.4));
    }

    50% {
        filter: drop-shadow(0 0 8px rgba(100, 200, 255, 0.9));
    }

    100% {
        filter: drop-shadow(0 0 2px rgba(100, 200, 255, 0.4));
    }
}


@keyframes miniFloat-b-56k3w9igaw {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
    }
}
/* /Component/Common/Buttons/MyButton.razor.rz.scp.css */
.custom-btn[b-n3d8yfj3s1] {
    border-radius: .30rem !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
}

.custom-btn:not(.disabled-state):hover[b-n3d8yfj3s1] {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.custom-btn.disabled-state[b-n3d8yfj3s1] {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.custom-btn i[b-n3d8yfj3s1] {
    font-size: 0.85rem;
}

.btn-ghost[b-n3d8yfj3s1] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: inherit;
}

.btn-ghost:hover[b-n3d8yfj3s1] {
    background: rgba(0, 0, 0, 0.06) !important;
    border-radius: 6px;
}

.icon-only[b-n3d8yfj3s1] {
    padding: 6px 8px !important;
    border-radius: 0.75rex !important;
}
/* /Component/Common/ContextMenu.razor.rz.scp.css */

.context-menu[b-i59lwrcp2n] {
    position: fixed;
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    min-width: 160px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    z-index: 9999;
}

.context-menu ul[b-i59lwrcp2n] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu li[b-i59lwrcp2n] {
    padding: 6px 16px;
    cursor: default;
    white-space: nowrap;
    color: #000;
    display: flex;
    align-items: center;
    transition: background 0.1s ease;
}

.context-menu li:hover[b-i59lwrcp2n] {
    background-color: #0a64ad;
    color: #fff;
}

.context-menu li.selected[b-i59lwrcp2n] {
    background-color: #0a64ad;
    color: #fff;
}

.context-menu li.divider[b-i59lwrcp2n] {
    height: 1px;
    margin: 4px 0;
    background-color: #c7c7c7;
    padding: 0;
    pointer-events: none;
}
/* /Component/Common/DropZoneDocumentUpload.razor.rz.scp.css */
#custom-upload-area.disable[b-vdz4gap7px] {
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 0.6;
    cursor: not-allowed;
}

#custom-upload-area.openFile.dragover[b-vdz4gap7px] {
    background-color: rgba(0, 123, 255, 0.1);
    border-color: #007bff;
    color: #007bff;
}

#custom-upload-area[b-vdz4gap7px] {
    height: 95px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    border: 2px dashed #6c757d;
    border-radius: 8px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6c757d;
    transition: background-color 0.2s ease;
}

#custom-upload-area:hover[b-vdz4gap7px] {
    background-color: rgba(108, 117, 125, 0.1);
}

#previews[b-vdz4gap7px] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.5rem;
}

.file-row[b-vdz4gap7px] {
    width: 140px;
    flex: 0 0 auto;
    margin-right: 0.5rem;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    padding: 0.25rem;
    position: relative;
}

.file-row .closeIcon[b-vdz4gap7px] {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.file-row .closeIcon svg[b-vdz4gap7px] {
    color: #dc3545;
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.file-row .closeIcon:hover svg[b-vdz4gap7px] {
    transform: scale(1.2);
}

/* Thumbnail */
.file-row .preview img[data-dz-thumbnail][b-vdz4gap7px] {
    width: 120px;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 0.25rem;
}

/* File name */
.file-row .name[b-vdz4gap7px] {
    font-size: 0.85rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* File size and progress */
.file-row .size[b-vdz4gap7px] {
    font-size: 0.75rem;
}

.file-row .progress[b-vdz4gap7px] {
    height: 6px;
    margin-top: 4px;
    border-radius: 3px;
    background-color: #e9ecef;
}

.file-row .progress-bar[b-vdz4gap7px] {
    background-color: #28a745;
    transition: width 0.4s ease;
}

#clear-all[b-vdz4gap7px] {
    min-width: 100px;
}

#clear-all:disabled[b-vdz4gap7px] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Component/Common/EditorComponent.razor.rz.scp.css */
.editor-container[b-b2npdnyak9] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.editor[b-b2npdnyak9] {
    height: 400px;
    font-size: 16px;
    overflow-y: auto;
}
/* /Component/Common/PickList.razor.rz.scp.css */
.table-container[b-ct0vgp36wa] {
    max-height: 82vh;
    border: 1px solid #ddd;
    white-space: nowrap;
    padding: 0;
    position: relative;
    scrollbar-width: thin;
    overscroll-behavior: none;
}

.sticky-header[b-ct0vgp36wa] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    padding: 10px;
    z-index: 10;
}

th[b-ct0vgp36wa] {
    cursor: grab;
}

th[b-ct0vgp36wa], td[b-ct0vgp36wa] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

.table-sm td[b-ct0vgp36wa], .table-sm th[b-ct0vgp36wa] {
    padding: 0.01rem 0.4rem;
}

tr[b-ct0vgp36wa] {
    cursor: pointer;
}


.highlight-row > td[b-ct0vgp36wa] {
    background: inherit;
}

input:focus[b-ct0vgp36wa] {
    outline: 1px solid #dc3545 !important;
    box-shadow: none !important;
    border-color: #dc3545 !important;
    border: 0;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-ct0vgp36wa {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }
    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }
    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }
    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }
    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.truncate[b-ct0vgp36wa] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
}


.dynamicPickList[b-ct0vgp36wa] {
    border-collapse: collapse !important;
}

.dynamicPickList[b-ct0vgp36wa],
.dynamicPickList th[b-ct0vgp36wa],
.dynamicPickList td[b-ct0vgp36wa] {
    border: 1px solid #ccc;
}


[b-ct0vgp36wa] .column-highlight {
    /*background-color: rgba(52, 62, 79, 0.15) !important;*/
}

[b-ct0vgp36wa] th.column-highlight {
    background-color: rgba(52, 62, 79, 0.15) !important;
}

/* /Component/Common/Popover.razor.rz.scp.css */
.popover-wrapper[b-dusdbbf7um] {
    display: inline-block;
    position: relative;
}

.popover-toggle[b-dusdbbf7um] {
    user-select: none;
    transition: all 0.2s ease;
}

.popover-toggle .open[b-dusdbbf7um],
.popover-toggle .active[b-dusdbbf7um] {
    border: 1px solid #3c4044;
    background-color: #f0f0f0;
    border-radius: 6px;

}

.popover-toggle button[b-dusdbbf7um] {
    transition: transform .15s ease;
}

.popover-toggle.open button[b-dusdbbf7um] {
    transform: scale(.96);
}

.popover-menu[b-dusdbbf7um] {
    opacity: 0;
    transform: translateY(10px) scale(.96);
    transform-origin: top center;
    background-color: #fff;
    border-radius: .8rem;
    border: 1px solid #d1d1d1;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .08),
    0 18px 30px rgba(0, 0, 0, .12);
    z-index: 1051;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    font-size: .875rem;
    color: #333;
    overflow: clip;
    pointer-events: none;
}

.popover-menu.open[b-dusdbbf7um] {
    animation: elasticPopover-b-dusdbbf7um 260ms cubic-bezier(.34, 1.56, .64, 1) forwards;
    pointer-events: auto;
}

.popover-menu.close[b-dusdbbf7um] {
    opacity: 0;
    transition: opacity 2s ease-out;
    transform: translateY(10px) scale(.96);
    pointer-events: none;
}

@keyframes elasticPopover-b-dusdbbf7um {

    0% {
        opacity: 0;
        transform: translateY(14px) scale(.92);
    }

    60% {
        opacity: 1;
        transform: translateY(-2px) scale(1.02);
    }

    80% {
        transform: translateY(1px) scale(.995);
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes elasticPopoverClose-b-dusdbbf7um {

    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(6px) scale(.96);
    }
}

[b-dusdbbf7um] .menu-item {
    padding: 0.5rem 1rem !important;
    cursor: pointer !important;
    border-radius: 0.25rem !important;
    text-align: start;
    font-size: 14px;
    transition: background 0.2s ease !important;
}

[b-dusdbbf7um] .menu-item:hover {
    background-color: #f5f5f5 !important;
    transform: translateY(2px);
}

[b-dusdbbf7um] .menu-item:focus {
    outline: none;
}
/* /Component/Common/PwaUpdateDetector.razor.rz.scp.css */
.floating-update-button[b-5ouxdwbmn1] {
    position: fixed !important;
    right: 1rem;
    bottom: 1rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-5ouxdwbmn1 2s ease-out;
    z-index: 10000;
    background-color: ghostwhite;
    color: black;
}

.floating-update-button:hover[b-5ouxdwbmn1] {
    background-color: #333333;
    color: white;
}

@keyframes fadein-b-5ouxdwbmn1 {
    from {
        right: -100%;
    }
    to {
        right: 2rem;
    }
}
/* /Component/Common/Searchbar.razor.rz.scp.css */
.search-box[b-z3z7hj4lz0] {
    position: relative !important;
    display: inline-block;
    transition: all 0.3s ease;
}

.search-box:focus-within[b-z3z7hj4lz0] {
    transform: scaleX(calc(1 + 2 / 100));
}

.search-box .prefix[b-z3z7hj4lz0] {
    color: #aaa;
    transition: all 0.8s ease-in-out;
}
.search-box .suffix[b-z3z7hj4lz0] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.search-box input[b-z3z7hj4lz0] {
    height: 28px;
    padding-left: 30px;
    padding-right: 40px;
    border: 1px solid #7a7a7a;
    background-color: #3d4556 !important;
    border-radius: 4px;
    transition: all 0.3s ease;
    outline: none;
}

.search-box input:focus[b-z3z7hj4lz0] {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.4);
    background-color: #fff !important;
    padding-left: 32px;
    outline: none !important;
}

.search-box input:focus + .suffix[b-z3z7hj4lz0] {
    opacity: 1;
}

.search-box input:focus ~ .prefix[b-z3z7hj4lz0] {
    color: #007bff;
    transform: translateY(-50%) scale(1.1);
}


.search-result[b-z3z7hj4lz0] {
    position: fixed;
    top: 40px;
    /*left: 300px;*/
    height: 300px;
    width: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 0;
    margin: 0;
    z-index: 1001;
    border-radius: 0 0 6px 6px;
}

.search-result li[b-z3z7hj4lz0] {
    cursor: pointer;
}

.search-result li:hover[b-z3z7hj4lz0] {
    background-color: #f3f3f3;
}

.grid-list[b-z3z7hj4lz0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.grid-list li[b-z3z7hj4lz0] {
    background-color: #ffffff;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.2s;
}

.grid-list li:hover[b-z3z7hj4lz0] {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.grid-list li a[b-z3z7hj4lz0] {
    color: #545454;
    text-decoration: none;
}

.highlight-row[b-z3z7hj4lz0] {
    /*outline: #dc3545 solid 1px;*/
    color: #2358a5;
    background-color: #f3f3f3 !important;
}

.highlight-row i[b-z3z7hj4lz0], .highlight-row a[b-z3z7hj4lz0] {
    color: #2358a5 !important;
    text-decoration: none;
}

input:not([type='checkbox']):focus[b-z3z7hj4lz0], textarea:focus[b-z3z7hj4lz0], select:focus[b-z3z7hj4lz0] {
    outline: 1px solid #31353d !important;
    box-shadow: none !important;
    border-color: #31353d !important;
    border: 0;
}

.ico-navigate[b-z3z7hj4lz0] {
    background-color: gray;
    border-radius: 2px;
    font-size: 9px;
    padding: 2px 4px;
    margin-bottom: 2px;
    color: white;
}

#ico-select[b-z3z7hj4lz0] {
    background-color: gray;
    border-radius: 2px;
    font-size: 9px;
    padding: 0.2px 2px;
    margin-bottom: 2px;
    color: white;
}

#ico-esc[b-z3z7hj4lz0] {
    background-color: gray;
    border-radius: 2px;
    font-size: 10px;
    padding: 0 3px 0 3px;
    margin-bottom: 2px;
    color: white;
    text-align: center;
}

.menu-icon[b-z3z7hj4lz0] {
    color: #b8b8b8;
}
/* /Component/Common/SidebarButtonGroup.razor.rz.scp.css */
.sidebar-footer[b-5pgflk85b1] {
    height: 30px;
    width: 100%;
    padding-top: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #3a3f48;
    box-shadow: 0 -1px 5px #282c33;
    border-top: 1px solid #464a52;
    opacity: inherit;
}

i:hover[b-5pgflk85b1] {
    cursor: pointer;
}

[b-5pgflk85b1] i:active {
    color: #fdcd84;
    transform: translateY(1px);
}

.spin[b-5pgflk85b1] {
    animation: spin 1s linear infinite;
}
/* /Component/Common/SideNavBar.razor.rz.scp.css */
/* Sidebar container */
.sidebar[b-y6135g3kgr] {
    overflow-y: hidden;
    background: #31353d;
    font-size: 1rem;
    width: 0;
    transition: left 0.3s ease-in;
    scroll-behavior: smooth;
    scroll-margin: 0;
    scrollbar-gutter: stable;
    scrollbar-width: none;
    position: relative;
}

.sidebar-expand[b-y6135g3kgr] {
    width: var(--sidebar-width);
    min-width: var(--sidebar-width);

    /*transform: translateX(0);*/
    opacity: 1;
}

.sidebar-expand .sidebar-content[b-y6135g3kgr] {
    transform: translateX(0);
    opacity: 1;
}

.sidebar-shrink .sidebar-content[b-y6135g3kgr] {
    opacity: 0.95;
}

/* Nav item links */
.sidebar .nav-item .nav-link[b-y6135g3kgr] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/* Icon spacing */
.sidebar .nav-item .nav-link i[b-y6135g3kgr] {
    min-width: 1.5rem; /* ensures icon stays aligned */
    text-align: center;
}

/* Dashboard button hover */
#btn-dashboard:hover[b-y6135g3kgr],
a[b-y6135g3kgr] {
    cursor: pointer;
}

/* Mini menu text (first letters) */
.mini-menu-text[b-y6135g3kgr] {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .sidebar-expand[b-y6135g3kgr] {
        position: fixed;
        top: 0;
        width: 70%;

        height: 100vh;
        z-index: 1051;
    }

    .sidebar.active[b-y6135g3kgr] {
        left: 0;
    }

    [b-y6135g3kgr] .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1060;
        display: none;
    }

    .sidebar-overlay .show[b-y6135g3kgr] {
        display: block;
    }

}

.skeleton-icon[b-y6135g3kgr] {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background-color: #2f343a;
}

.skeleton-text[b-y6135g3kgr] {
    height: 18px;
    border-radius: 6px;
    background: linear-gradient(90deg,
    #2f343a 25%,
    #3b4148 37%,
    #2f343a 63%);
    background-size: 400% 100%;
    animation: skeleton-shimmer-b-y6135g3kgr 1.4s ease infinite;
}

@keyframes skeleton-shimmer-b-y6135g3kgr {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

/* /Component/Common/TagList.razor.rz.scp.css */
.table-container[b-0eyx4jdi65] {
    max-height: 82vh;
    border: 1px solid #ddd;
    white-space: nowrap;
    padding: 0;
    position: relative;
    scrollbar-width: thin;
    overscroll-behavior: none;
}

th[b-0eyx4jdi65] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-0eyx4jdi65], td[b-0eyx4jdi65] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

.table-sm td[b-0eyx4jdi65], .table-sm th[b-0eyx4jdi65] {
    padding: 0.01rem 0.4rem;
}

.select-row > td[b-0eyx4jdi65] {
    background: var(--bs-table-hover-bg);
    outline: var(--bs-table-border-color) solid 1px;
}

.highlight-row > td[b-0eyx4jdi65] {
    background: inherit;
}

tr[b-0eyx4jdi65] {
    cursor: pointer;
}

/* /Component/Common/UserNotification.razor.rz.scp.css */
.notification[b-xql945zaa9] {
    position: absolute;
    font-size: 8px;
}
/* /Component/Dashboard/AuditLog/AuditLogWidget.razor.rz.scp.css */
/* /Component/Dashboard/DashboardWidgetControl.razor.rz.scp.css */
.card[b-o69ssg31ai] {
    will-change: background-position;
}


[b-o69ssg31ai] .card-body {
    position: relative;
    height: calc(100% - 40px);
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-o69ssg31ai] .card-body canvas {
    flex: 1 1 auto;
    width: 100% !important;
    height: 100% !important;
}

.btn-link[b-o69ssg31ai] {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #dc3545;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-link:hover[b-o69ssg31ai] {
    background-color: rgba(220, 53, 69, 0.1);
    color: #b02a37;
    transform: translateY(-2px);
}

.btn-link i[b-o69ssg31ai] {
    transition: transform 0.3s ease;
}

.btn-link:hover i[b-o69ssg31ai] {
    transform: translateX(3px);
}
/* /Component/Dashboard/DraggableWidget.razor.rz.scp.css */

.popup[b-ucxs8p7kqb] {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    /*resize: both; !*enable this to css resize*! */
}

.draggable-widget[b-ucxs8p7kqb] {
    position: relative; /* relative inside the grid */
    width: 100%;
    height: 100%;
    transition: transform 0.15s ease, width 0.15s ease, height 0.15s ease;
    cursor: grab;
}

.draggable-widget.dragging[b-ucxs8p7kqb] {
    cursor: grabbing;
    z-index: 1000; /* bring to front */
}

.resizer[b-ucxs8p7kqb] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: se-resize;
}

.resizer:hover[b-ucxs8p7kqb] {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}


.popup-header[b-ucxs8p7kqb] {
    z-index: 10;
}

.draggable[b-ucxs8p7kqb] {
    cursor: move;
    touch-action: unset;
}

.popup *[b-ucxs8p7kqb] {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtms-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
    touch-action: none;
}

.gr-1[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #0ab8c7 0%, #1D3EDE 100%);
}

.gr-2[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #5b7829 0%, #429321 100%);
}

.gr-3[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
}

.gr-4[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #429321 0%, #1D3EDE 100%);
}

.gr-5[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #3f5b34 0%, #1e318d 100%);
}

.gr-6[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #2E6683 0%, #5D8F7D 100%);
}

.gr-7[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #1e318d 0%, #5777E6 100%);
}

.gr-8[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #1e318d 0%, #5777E6 100%);
}

.gr-9[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #9C57C6 0%, #423197 100%);
}

.gr-10[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #1f789a 0%, #61798D 100%);
}

.gr-11[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #384fbe 0%, #317c25 100%);
}

.gr-12[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #247d6f 0%, #5777E6 100%);
}

.gr-13[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
}

.gr-14[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #3f5b34 0%, #1e318d 100%);
}

.gr-15[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #247d6f 0%, #5777E6 100%);
}

.gr-16[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #1f789a 0%, #61798D 100%);
}

.gr-17[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #1e318d 0%, #3b6d97 100%);
}

.gr-18[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #5d8d9f 0%, #61798D 100%);
}

.gr-19[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #8f8d38 0%, #2c343c 100%);
}

.gr-20[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #89a512 0%, #224d70 100%);
}

.gr-21[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #4d3ede 0%, #224d70 100%);
}

.gr-22[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #3f5b34 0%, #224d70 100%);
}

.gr-23[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #7f5b85 0%, #224d70 100%);
}

.gr-24[b-ucxs8p7kqb] {
    background: linear-gradient(170deg, #67859f 0%, #676b6f 100%);
}


.card-header[b-ucxs8p7kqb] {
    color: #262626;
    height: 26px;
}

.card[b-ucxs8p7kqb] {
    margin: 0;
    border: none;
    border-radius: 0;
    color: black;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
}

.card .txt[b-ucxs8p7kqb] {
    z-index: 1;
    padding: 7px 7px 0px 7px;
    color: #e6e6e6;
}

.card .txt h1[b-ucxs8p7kqb] {
    font-size: 1.3rem;
    font-weight: 300;
}

.card .ico-card[b-ucxs8p7kqb] {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card i[b-ucxs8p7kqb] {
    position: relative;
    right: -50%;
    top: 20%;
    font-size: 12rem;
    line-height: 0;
    opacity: 0.1;
    color: white;
    z-index: 0;
}

.card:hover[b-ucxs8p7kqb] {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.resizer[b-ucxs8p7kqb]::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url('icons/resize-handle.svg') no-repeat center center;
    background-size: contain;
    cursor: se-resize;
}
/* /Component/Dashboard/DynamicDashboardWidgetGroup.razor.rz.scp.css */
.popup[b-54gpz0s8ss] {
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 10px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.popup-header[b-54gpz0s8ss] {
    z-index: 10;
}

.card-header[b-54gpz0s8ss] {

}

.draggable[b-54gpz0s8ss] {
    cursor: move;
    touch-action: unset;
}

.popup *[b-54gpz0s8ss] {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtms-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
    touch-action: none;
}

.gr-1[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #0ab8c7 0%, #1D3EDE 100%);
}

.gr-2[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #5b7829 0%, #429321 100%);
}

.gr-3[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
}

.gr-4[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #429321 0%, #1D3EDE 100%);
}

.gr-5[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #3f5b34 0%, #1e318d 100%);
}

.gr-6[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #2E6683 0%, #5D8F7D 100%);
}

.gr-7[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #1e318d 0%, #5777E6 100%);
}

.gr-8[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #1e318d 0%, #5777E6 100%);
}

.gr-9[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #9C57C6 0%, #423197 100%);
}

.gr-10[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #1f789a 0%, #61798D 100%);
}

.gr-11[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #384fbe 0%, #317c25 100%);
}

.gr-12[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #247d6f 0%, #5777E6 100%);
}

.gr-13[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
}

.gr-14[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #3f5b34 0%, #1e318d 100%);
}

.gr-15[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #247d6f 0%, #5777E6 100%);
}

.gr-16[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #1f789a 0%, #61798D 100%);
}

.gr-17[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #1e318d 0%, #3b6d97 100%);
}

.gr-18[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #5d8d9f 0%, #61798D 100%);
}

.gr-19[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #8f8d38 0%, #2c343c 100%);
}

.gr-20[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #89a512 0%, #224d70 100%);
}

.gr-21[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #4d3ede 0%, #224d70 100%);
}

.gr-22[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #3f5b34 0%, #224d70 100%);
}

.gr-23[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #7f5b85 0%, #224d70 100%);
}

.gr-24[b-54gpz0s8ss] {
    background: linear-gradient(170deg, #67859f 0%, #676b6f 100%);
}

.card-header[b-54gpz0s8ss] {
    color: #262626;
    height: 28px;
}

.card[b-54gpz0s8ss] {
    margin: 0;
    border: none;
    border-radius: 0;
    color: black;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
}

.card .txt[b-54gpz0s8ss] {
    z-index: 1;
    padding: 7px 7px 0px 7px;
    color: #e6e6e6;
}

.card .txt h1[b-54gpz0s8ss] {
    font-size: 1.3rem;
    font-weight: 300;
}

.card .ico-card[b-54gpz0s8ss] {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card i[b-54gpz0s8ss] {
    position: relative;
    right: -50%;
    top: 20%;
    font-size: 12rem;
    line-height: 0;
    opacity: 0.1;
    color: white;
    z-index: 0;
}

.card:hover[b-54gpz0s8ss] {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.resizer[b-54gpz0s8ss]::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url('icons/resize-handle.svg') no-repeat center center;
    background-size: contain;
    cursor: se-resize;
}

select[b-54gpz0s8ss], select:focus[b-54gpz0s8ss] {
    border: none;
    outline: 0 !important;
    background: unset !important;
}

.card-body[b-54gpz0s8ss] {
    flex: 1;
    box-sizing: border-box;
    height: 80%;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    overflow: auto;

}
/* /Component/Dashboard/GridStackComponent.razor.rz.scp.css */
[b-y6zh8kwak4] .grid-stack-item:not(.ui-draggable-disabled):not(.ui-resizable-disabled) .grid-stack-item-content {
    cursor: grab;
}

[b-y6zh8kwak4] .grid-stack:has(.ui-draggable-dragging) {
    cursor: grabbing;
}


[b-y6zh8kwak4] .widgetEnable {
    border: 1px solid #7a8183;
    border-radius: .25rem;
    box-shadow: 0 0 10px rgba(0, 120, 215, 0.4);
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

[b-y6zh8kwak4] .grid-stack-item .grid-stack-item-content {
    scrollbar-width: thin;
}


[b-y6zh8kwak4] .grid-stack-item:hover .grid-stack-item-content {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}


[b-y6zh8kwak4] .grid-stack-item .grid-stack-item-content > * {
    flex: 1 1 auto;
}

[b-y6zh8kwak4] .drag-placeholder {
    border: 2px dashed #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-radius: 4px;
    height: 100%;
    width: 100%;
    transition: all 0.2s ease;
}


[b-y6zh8kwak4] .popup-highlight .card {
    background: rgb(217, 227, 231) !important;
    background: -moz-linear-gradient(-45deg, rgba(217, 227, 231, 1) 0%, rgba(217, 227, 231, 1) 5%, rgba(217, 227, 231, 1) 5%, rgba(217, 227, 231, 1) 42%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 53%, rgba(217, 227, 231, 1) 59%, rgba(217, 227, 231, 1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(217, 227, 231, 1) 0%, rgba(217, 227, 231, 1) 5%, rgba(217, 227, 231, 1) 5%, rgba(217, 227, 231, 1) 42%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 53%, rgba(217, 227, 231, 1) 59%, rgba(217, 227, 231, 1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(217, 227, 231, 1) 0%, rgba(217, 227, 231, 1) 5%, rgba(217, 227, 231, 1) 5%, rgba(217, 227, 231, 1) 42%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 53%, rgba(217, 227, 231, 1) 59%, rgba(217, 227, 231, 1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6347', endColorstr='#ff6347', GradientType=1) !important; /* IE6-9 fallback */
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 380%;
}

@keyframes popup-highlight-b-y6zh8kwak4 {
    0% {
        background-position: -600px;
    }
    50% {
        background-position: -300px;
    }
    100% {
        background-position: 0;
    }
}

@-webkit-keyframes popup-highlight {
    0% {
        background-position: -600px;
    }
    100% {
        background-position: 0;
    }
}
/* /Component/Dashboard/Hotel/RoomStatus/RoomStatusWidget.razor.rz.scp.css */
.col[b-7ddgfruu0q] {
    flex: none;
    width: 200px;
}

td[b-7ddgfruu0q] {
    border-top: none;
    padding: 0;
    font-size: 13px;
}

.card[b-7ddgfruu0q] {
    height: 200px;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-body[b-7ddgfruu0q] {
    padding: 0.75rem;
    background-color: white;
}

.card-footer[b-7ddgfruu0q] {
    padding: 0.75rem;
    color: gray;
    background-color: white;
}

.room-status-label[b-7ddgfruu0q] {
    height: 35px;
}

p[b-7ddgfruu0q] {
    font-size: 3.5rem;
    font-weight: 500;
    margin: 0;
}

.percentage[b-7ddgfruu0q] {
    position: relative;
    left: 25px;
}

sup[b-7ddgfruu0q] {
    font-size: 1rem;
    top: -30px;
}
/* /Component/Dashboard/Hotel/TableStatus/TableStatusWidget.razor.rz.scp.css */
.col[b-xvalnvsrx5] {
    flex: none;
    width: 200px;
}

td[b-xvalnvsrx5] {
    border-top: none;
    padding: 0;
    font-size: 13px;
}

.card[b-xvalnvsrx5] {
    height: 200px;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-body[b-xvalnvsrx5] {
    padding: 0.75rem;
    background-color: white;
}

.card-footer[b-xvalnvsrx5] {
    padding: 0.75rem;
    background-color: white;
}

.room-status-label[b-xvalnvsrx5] {
    height: 35px;
}

p[b-xvalnvsrx5] {
    font-size: 3.5rem;
    font-weight: 500;
    margin: 0;
}

.percentage[b-xvalnvsrx5] {
    position: relative;
    left: 25px;
}

sup[b-xvalnvsrx5] {
    font-size: 1rem;
    top: -30px;
}
/* /Component/Dashboard/Purchase/PurchaseSummary/PurchaseSummaryWidget.razor.rz.scp.css */
.col[b-pquguvu7em] {
    flex: none;
    width: 300px;
}

.card[b-pquguvu7em] {
    height: 140px;
    padding: 0.75rem;
    background: white;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.info[b-pquguvu7em] {
    margin-right: 1rem;
    flex: 1 1 50%;
}

.label[b-pquguvu7em] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.8rem;
}

.value[b-pquguvu7em] {
    font-size: 1.2rem;
    font-weight: bold;
}

.graph[b-pquguvu7em] {
    text-align: right;
    flex: 1 1 50%;
}

.image img[b-pquguvu7em] {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.link[b-pquguvu7em] {
    margin-top: 0.5rem;
}

.see-more[b-pquguvu7em] {
    font-size: 14px;
    font-weight: bold;
    margin-right: 0.5rem;
}
/* /Component/Dashboard/Purchase/PurchaseSummary/TotalPurchaseChallanSummaryGraph/TotalPurchaseChallanSummaryGraph.razor.rz.scp.css */
/* /Component/Dashboard/Purchase/PurchaseSummary/TotalPurchaseOrderSummaryGraph/TotalPurchaseOrderSummaryGraph.razor.rz.scp.css */
/* /Component/Dashboard/Purchase/PurchaseSummary/TotalPurchaseReturnSummaryGraph/TotalPurchaseReturnSummaryGraph.razor.rz.scp.css */
/* /Component/Dashboard/Purchase/PurchaseSummary/TotalPurchaseSummaryGraph/TotalPurchaseSummaryGraph.razor.rz.scp.css */
/* /Component/Dashboard/RestaurantLog/RestaurantLogWidget.razor.rz.scp.css */
/* /Component/Dashboard/Sales/SalesSummary/SalesSummaryWidget.razor.rz.scp.css */
.dashboard-card[b-4duev32ig8] {
    flex: 0 0 auto;
    min-width: 280px;
}

.dashboard-card .card[b-4duev32ig8] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.6rem;
}

.dashboard-card .info[b-4duev32ig8] {
    flex: 1;
}


.dashboard-card .label[b-4duev32ig8] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.8rem;
}

.dashboard-card .value[b-4duev32ig8] {
    font-size: 1.2rem;
    font-weight: bold;
}

.dashboard-card .graph[b-4duev32ig8] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.dashboard-card .see-more[b-4duev32ig8] {
    color: var(--bs-primary, #0078d7);
    cursor: pointer;
}

.dashboard-card .see-more:hover[b-4duev32ig8] {
    text-decoration: underline;
}

.image img[b-4duev32ig8] {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.link[b-4duev32ig8] {
    margin-top: 0.5rem;
}
/* /Component/Dashboard/Sales/SalesSummary/TotalSalesChallanSummaryGraph/TotalSalesChallanSummaryGraph.razor.rz.scp.css */
/* /Component/Dashboard/Sales/SalesSummary/TotalSalesOrderSummaryGraph/TotalSalesOrderSummaryGraph.razor.rz.scp.css */
/* /Component/Dashboard/Sales/SalesSummary/TotalSalesReturnSummaryGraph/TotalSalesReturnSummaryGraph.razor.rz.scp.css */
/* /Component/Dashboard/Sales/SalesSummary/TotalSalesSummaryGraph/TotalSalesSummaryGraph.razor.rz.scp.css */
/* /Component/Dashboard/WidgetRightsSetting.razor.rz.scp.css */
.table-container[b-3c5o4sr80g] {
    /*max-height: 50vh;*/
    /*height: 45vh;*/
    overflow-y: auto;
}

.widget-table[b-3c5o4sr80g] {
    min-height: 60vh;
}

th[b-3c5o4sr80g], thead[b-3c5o4sr80g] {
    position: sticky !important;
    top: 0;
    background: white;
    z-index: 1;
}

th[b-3c5o4sr80g], td[b-3c5o4sr80g] {
    white-space: nowrap;
    color: #3c4044;
    padding: 0 10px;
}

tr:focus[b-3c5o4sr80g] {
    outline: none;
}

tr[b-3c5o4sr80g] {
    height: 25px;
}

table tbody tr td[b-3c5o4sr80g] {
    padding: 0 10px !important;
}

table tbody tr td:has(input)[b-3c5o4sr80g] {
    padding: 0 !important;
}

tr[b-3c5o4sr80g] {
    height: 2px;
} 
/* /Component/Dashboard/Widget/Tables/DashboardBranchTableWidget.razor.rz.scp.css */
.table td[b-8h7qsnb9ym], .table th[b-8h7qsnb9ym] {
    padding: 0.01rem 0.4rem;
}

.table th[b-8h7qsnb9ym] {
    font-size: 13px;
    border-bottom: 0;
}

.table td[b-8h7qsnb9ym] {
    border-top: 0;
    font-size: 12px;
}
/* /Component/Dashboard/Widget/Tables/DashboardTableWidget.razor.rz.scp.css */
.table td[b-28uczaf1mq], .table th[b-28uczaf1mq] {
    padding: 0.01rem 0.4rem;
}

.table th[b-28uczaf1mq] {
    font-size: 13px;
    border-bottom: 0;
}

.table td[b-28uczaf1mq] {
    border-top: 0;
    font-size: 12px;
}
/* /Component/Dialog/FrmDocPrinting.razor.rz.scp.css */
select[b-j57lqmkvdy] {
    font-size: 12px;
    font-weight: normal;
}
/* /Component/Dialog/UserConfirmDialog.razor.rz.scp.css */
.table-container[b-2kk168zsw6] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-2kk168zsw6] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-2kk168zsw6], td[b-2kk168zsw6] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-2kk168zsw6] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-2kk168zsw6] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-2kk168zsw6] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-2kk168zsw6 {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }
    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }
    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }
    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }
    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}
/* /Component/Dialog/UserConfirmWithReasonDialog.razor.rz.scp.css */
.table-container[b-9o5d73ocd9] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-9o5d73ocd9] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-9o5d73ocd9], td[b-9o5d73ocd9] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-9o5d73ocd9] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-9o5d73ocd9] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-9o5d73ocd9] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-9o5d73ocd9 {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }
    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }
    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }
    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }
    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}
/* /Component/DraggableTableHeaderTh.razor.rz.scp.css */
th[b-uq04abh8uw] {
    white-space: nowrap;
    width: 100%;
}

th[b-uq04abh8uw] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    background: #EBEBEB;
    z-index: 1;
}

th[b-uq04abh8uw], td[b-uq04abh8uw] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}
/* /Component/InputControls/MyCheckBox.razor.rz.scp.css */
.switch-checkbox[b-0ewu07fj78] {
    opacity: 0;
    width: 0;
    height: 0;
    background-color: #e9ecef;
    position: absolute;
}

.switch-slider[b-0ewu07fj78] {
    display: inline-block;
    width: 26px;
    height: 15px;
    background-color: #e9ecef;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.4s;
}

.switch-slider:focus[b-0ewu07fj78] {
    outline: 1px solid #dc3545;
    border-color: #dc3545 !important;
    border: 0;;
}

.switch-slider[b-0ewu07fj78]::before {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.1s;
}

.switch-slider[aria-disabled][b-0ewu07fj78]::before {
    background-color: #9a9a9a;
}

.switch-slider[aria-disabled].non-focus-slider[b-0ewu07fj78]::before {
    background-color: white;
}

/* Checked state styles */
.switch-checkbox:checked + .switch-slider[b-0ewu07fj78] {
    background-color: #344057;
}

.switch-checkbox:checked + .switch-slider[b-0ewu07fj78]::before {
    transform: translateX(11px);
}

/* /Component/InputControls/MyGridNumbericTextBox.razor.rz.scp.css */
input[b-ousisy9zvd]::-webkit-outer-spin-button,
input[b-ousisy9zvd]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number][b-ousisy9zvd] {
    -moz-appearance: textfield;
}
/* /Component/InputControls/MyNumbericTextBox.razor.rz.scp.css */
input[b-lk7v9jjfg3]::-webkit-outer-spin-button,
input[b-lk7v9jjfg3]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number][b-lk7v9jjfg3] {
    -moz-appearance: textfield;
}
/* /Component/InputControls/SearchableDropdown.razor.rz.scp.css */
.dropdown-container[b-7qfnjpw84z] {
    position: relative;
    width: 100%;
}

.dropdown-list[b-7qfnjpw84z] {
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-list li[b-7qfnjpw84z] {
    min-height: 1.8rem;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    cursor: pointer;
}

.dropdown-list li:hover[b-7qfnjpw84z] {
    background-color: #f0f0f0;
}

.no-result[b-7qfnjpw84z] {
    color: gray;
    padding: 8px;
}
/* /Component/InputControls/SearchTextBox.razor.rz.scp.css */
.search-container[b-kadwwcigd8] {
    position: relative;
    transition: width 0.3s ease;
    width: 90%;
}

.search-container:focus-within[b-kadwwcigd8] {
    width: 100%;
}

.search-input[b-kadwwcigd8] {
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    border-radius: 5px;
    border: 0 !important;
    outline: 0 !important;
    transition: all 0.3s ease !important;

}

.search-input:focus[b-kadwwcigd8] {
    color: #171a1e;
    border: 0 !important;
    outline: 0 !important;
}
/* /Component/Master/MasterFormBaseComponent.razor.rz.scp.css */

select.form-control-sm[b-5a8l71xlpl] {
    height: 25px;
    padding-top: 1px;
}

.d-flex span[b-5a8l71xlpl] {
    height: 25px;
}

.table-container[b-5a8l71xlpl] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-5a8l71xlpl] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-5a8l71xlpl], td[b-5a8l71xlpl] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-5a8l71xlpl] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-5a8l71xlpl] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-5a8l71xlpl] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

@keyframes loadingAnimation-b-5a8l71xlpl {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }

    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }

    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }

    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }

    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-5a8l71xlpl] {
    color: #b9bcbf;
}

[b-5a8l71xlpl] input:focus, textarea:focus[b-5a8l71xlpl], select:focus[b-5a8l71xlpl] {
    outline: 1px solid #dc3545 !important;
    box-shadow: none !important;
    border-color: #dc3545 !important;
    border: 0;
}
/* /Component/Master/MasterListBaseComponent.razor.rz.scp.css */
.table-container[b-j3zpogiz8s] {
    position: relative;
    max-height: 70vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    outline: none;
    --animate-duration: 0.5s;
    overscroll-behavior: none;

}

.table-sm td[b-j3zpogiz8s], .table-sm th[b-j3zpogiz8s] {
    padding: 0.01rem 0.4rem;
}

th[b-j3zpogiz8s], td[b-j3zpogiz8s] {
    white-space: nowrap;
}

th[b-j3zpogiz8s] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    z-index: 1;
}


.highlight-row[b-j3zpogiz8s], .highlight-row:focus[b-j3zpogiz8s] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.fixed-column[b-j3zpogiz8s] {
    position: sticky;
    background-color: white;
    width: 30px;
    left: 0;
}

th[b-j3zpogiz8s], td[b-j3zpogiz8s] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-j3zpogiz8s] {
    outline: none;
}

.skeleton-loader[b-j3zpogiz8s] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-j3zpogiz8s] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-j3zpogiz8s] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-j3zpogiz8s 2.5s infinite linear;
}

input[type=checkbox]:disabled[b-j3zpogiz8s] {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    cursor: not-allowed;
    background-color: #007bff;
    border-color: #007bff;
    background-repeat: no-repeat;
    background-position: center;
}


@keyframes flow-b-j3zpogiz8s {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}

[b-j3zpogiz8s] #report_pagination {
    display: flex;
    gap: 0.3rem;
    align-items: center;
}

[b-j3zpogiz8s] #report_pagination .page-item {
    display: flex;
}

[b-j3zpogiz8s] #report_pagination .page-link {
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.2s ease;
}

[b-j3zpogiz8s] #report_pagination .page-link:hover {
    background-color: rgba(13, 110, 253, 0.1);
}

[b-j3zpogiz8s] #report_pagination .page-item.active .page-link {
    background-color: #48494b;
    color: #fff;
    border-color: #cad8ec;
}

/* Disabled */
[b-j3zpogiz8s] #report_pagination .page-item.disabled .page-link {
    opacity: 0.45;
    pointer-events: none;
}

/* Icons */
[b-j3zpogiz8s] #report_pagination i {
    font-size: 0.9rem;
}

.online-customer td[b-j3zpogiz8s] {
    background-color: #e1f5e8 !important;
}
/* /Component/MisReport/ReportTable.razor.rz.scp.css */
.licenses-wrapper[b-wzc3dv8axu] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    min-height: 0;
}

.table-container[b-wzc3dv8axu] {
    font-size: var(--report-font-size);
    flex: 1;
    overflow: auto;
    min-height: 0;
    border: 1px hidden #ddd;
    -ms-overflow-style: none;
    outline: none;
    --animate-duration: 0.5s;
    overscroll-behavior: none;
}

table[b-wzc3dv8axu] {
    table-layout: fixed;
    width: max-content;
    min-width: 100%
}

th[b-wzc3dv8axu] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 5;
}

th[b-wzc3dv8axu], td[b-wzc3dv8axu] {
    color: #3c4044;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select-row[b-wzc3dv8axu] {
    background: #EBEBEB;
}

.highlight-row[b-wzc3dv8axu] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.icon-disable[b-wzc3dv8axu] {
    color: #b9bcbf;
}

[b-wzc3dv8axu] input:focus,
[b-wzc3dv8axu] textarea:focus,
[b-wzc3dv8axu] select:focus {
    outline: 1px solid #dc3545 !important;
    box-shadow: none !important;
    border-color: #dc3545 !important;
    border: 0;
}

.filter-header[b-wzc3dv8axu] {
    cursor: pointer;
}

.filter-header .filter-icon[b-wzc3dv8axu] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.filter-header:hover .filter-icon[b-wzc3dv8axu] {
    opacity: 1;
    visibility: visible;
}

.filter-header .filter-icon.active[b-wzc3dv8axu] {
    opacity: 1;
    visibility: visible;
}

.filter-icon[b-wzc3dv8axu] {
    margin-left: 6px;
    cursor: pointer;
}

.fixed-column[b-wzc3dv8axu] {
    padding: 0 4px !important;
    width: 45px;
}

.table-sm th[b-wzc3dv8axu],
.table-sm td[b-wzc3dv8axu] {
    padding: 2px 6px !important;
    height: 22px;
    line-height: 1.2;
    vertical-align: middle;
}
/* /Component/NavBar/MenuItemWidget.razor.rz.scp.css */
[b-ja5d9rjtru] a:hover {
    cursor: pointer;
}

[b-ja5d9rjtru] a {
    color: #b8bbc3 !important;
}

[b-ja5d9rjtru] i:not([class="fa-circle"]) {
    text-align: center;
}

[b-ja5d9rjtru] a[role="button"] i {
    padding: 6px;
}

[b-ja5d9rjtru] a:not([role="button"]) i::before {
    font-size: 8px;
    margin-right: 10px;
}

[b-ja5d9rjtru] .fa-circle {
    font-size: 8px;
}

[b-ja5d9rjtru] a[role="button"] .fa-circle {
    padding: 0;
    margin-right: 14px;
}

a[role="button"] .fa-circle + span[b-ja5d9rjtru] {
    color: orange;
}

[b-ja5d9rjtru] a:hover, a:hover i[b-ja5d9rjtru] {
    color: #f1b575;
}

[b-ja5d9rjtru] li > a.active {
    color: #f1b575 !important;
    font-size: 14px;
    font-weight: 600;
}

[b-ja5d9rjtru] a[role="button"]:after {
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 600;
    content: "\f105";
    float: right;
    display: inline-block;
}

[b-ja5d9rjtru] a[role="button"]:hover:after {
    transform: rotate(90deg);
}

[b-ja5d9rjtru] a[role="button"].drop:after {
    content: "\f078";
}

[b-ja5d9rjtru] a[role="button"].drop:hover:after {
    transform: rotate(90deg);
}

[b-ja5d9rjtru] .nav-link {
    display: block;
    padding: .2rem 1rem;
    user-select: none;
}

[b-ja5d9rjtru] .nav-link.drop {
    background: #737370;
}

[b-ja5d9rjtru] li:hover > a, .active > a[b-ja5d9rjtru], a:hover[b-ja5d9rjtru], a:hover i[b-ja5d9rjtru] {
    color: #f1b575;

}

[b-ja5d9rjtru] .collapse.show {
    background: #344057;
}

.max-height[b-ja5d9rjtru] {
    max-height: 100vh;
    overflow: hidden;
}

.min-height[b-ja5d9rjtru] {
    max-height: 0;
    overflow: hidden;
}

ul .max-height[b-ja5d9rjtru] {
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

ul .min-height[b-ja5d9rjtru] {
    -webkit-transition: max-height 0.15s linear;
    -moz-transition: max-height 0.15s linear;
    transition: max-height 0.15s linear;
}

.nav-item[b-ja5d9rjtru] {
    flex: 100%;
}

.sidebar-content > .nav-item > a.nav-link:hover[b-ja5d9rjtru] {
    color: #ffffff;
}

.sidebar-content .nav-item .nav-item > a.nav-link:hover[b-ja5d9rjtru] {
    color: #ffffff !important;
}
/* /Component/PincodeWidget.razor.rz.scp.css */
input[b-ec5i5vb61u] {
    font-size: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input:focus[b-ec5i5vb61u] {
    outline: none;
    border-color: blue;
}
/* /Component/ReportViewer/ReportViewerGrid.razor.rz.scp.css */
.report-wrapper[b-3yeawnmcgu] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.table-container[b-3yeawnmcgu] {
    font-size: var(--report-font-size);
    flex: 1;
    overflow: auto;
    min-height: 0;
    border: 1px hidden #ddd;
    -ms-overflow-style: none;
    outline: none;
    --animate-duration: 0.5s;
    overscroll-behavior: none;
}

.print-report-body:focus[b-3yeawnmcgu] {
    outline: none;
    border: none;
    border-radius: 4px;
}

.table-container[b-3yeawnmcgu]::-webkit-scrollbar {
    display: none;
}

table thead[b-3yeawnmcgu],
table tfoot[b-3yeawnmcgu] {
    position: sticky;
}

table thead[b-3yeawnmcgu] {
    inset-block-start: 0;
    background: #EBEBEB;
}

th[b-3yeawnmcgu] {
    background: linear-gradient(#dbdbdb, #e7e7e7) !important;
}

table tfoot[b-3yeawnmcgu] {
    inset-block-end: 0;
    background: #EBEBEB;
}


th[b-3yeawnmcgu] {
    white-space: nowrap;
    width: 100%;
}


th[b-3yeawnmcgu], td[b-3yeawnmcgu] {
    white-space: nowrap;
    color: #3c4044;
}

tr[b-3yeawnmcgu] {
    scroll-margin-top: 40px;
}

tr:focus[b-3yeawnmcgu] {
    outline: none;
}

.table-hover tbody tr.highlight-row > td[b-3yeawnmcgu] {
    background-color: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.floating-buttons[b-3yeawnmcgu] {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 5px;
    align-items: flex-end;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.floating-buttons.visible[b-3yeawnmcgu] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    cursor: all-scroll;
}


.floating-buttons button:hover[b-3yeawnmcgu] {
    color: #0b0f0e !important;
}

.fade-slide[b-3yeawnmcgu] {
    transition: opacity 5s ease, transform 0.5s ease;
    opacity: 0;
    transform: translateY(20px);
    position: absolute;
    width: 100%;
}

.fade-slide.show[b-3yeawnmcgu] {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.fade-slide.hide[b-3yeawnmcgu] {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}
/* /Component/ReportViewer/ReportViewerMultipleHeaderGrid.razor.rz.scp.css */
.table-container[b-3n0j53pfvc] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    outline: none;
    --animate-duration: 0.5s;
    overscroll-behavior: none;
}

.header-1 th[b-3n0j53pfvc] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.header-2 th[b-3n0j53pfvc] {
    position: sticky;
    top: 24px;
    z-index: 1;
}

tbody[b-3n0j53pfvc] {
    padding-top: 24px;
}


th[b-3n0j53pfvc], td[b-3n0j53pfvc] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}
tr[b-3n0j53pfvc] {
    cursor: pointer;
}

tr:focus[b-3n0j53pfvc] {
    outline: none;
}

.skeleton-loader[b-3n0j53pfvc] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-3n0j53pfvc] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-3n0j53pfvc] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-3n0j53pfvc 2.5s infinite linear;
}

@keyframes flow-b-3n0j53pfvc {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}
/* /Component/ReportViewer/RptBalanceSheetReportViewer.razor.rz.scp.css */
.table-container[b-srj4r4ovhj] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    outline: none;
    --animate-duration: 0.5s;
    overscroll-behavior: none;
}

table[b-srj4r4ovhj] {
    display: table-footer-group;
    max-width: 100%;
    height: 80vh;
    table-layout: fixed;
}

th[b-srj4r4ovhj] {
    position: sticky;
    top: 0;
    background: white; /* Keeps the header background when scrolling */
    z-index: 1;
}


th[b-srj4r4ovhj], td[b-srj4r4ovhj] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-srj4r4ovhj] {
    outline: none;
}

.skeleton-loader[b-srj4r4ovhj] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-srj4r4ovhj] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-srj4r4ovhj] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-srj4r4ovhj 2.5s infinite linear;
}

.subheading-row[b-srj4r4ovhj] {
    background-color: #f0f0f0;
}

@keyframes flow-b-srj4r4ovhj {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}
/* /Component/ReportViewer/RptProfitAndLossReportViewer.razor.rz.scp.css */
.table-container[b-50n4lqwh5c] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    outline: none;
    --animate-duration: 0.5s;
    overscroll-behavior: none;
}

table[b-50n4lqwh5c] {
    display: table-footer-group;
    max-width: 100%;
    height: 80vh;
    table-layout: fixed;
}

th[b-50n4lqwh5c] {
    position: sticky;
    top: 0;
    background: white; /* Keeps the header background when scrolling */
    z-index: 1;
}


th[b-50n4lqwh5c], td[b-50n4lqwh5c] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-50n4lqwh5c] {
    outline: none;
}

.skeleton-loader[b-50n4lqwh5c] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-50n4lqwh5c] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-50n4lqwh5c] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-50n4lqwh5c 2.5s infinite linear;
}

.subheading-row[b-50n4lqwh5c] {
    background-color: #f0f0f0;
}

@keyframes flow-b-50n4lqwh5c {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}
/* /Component/ReportViewer/RptTrailBalanceReportViewer.razor.rz.scp.css */
.table-container[b-i1r39bxb31] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    outline: none;
    --animate-duration: 0.5s;
    overscroll-behavior: none;
}

th[b-i1r39bxb31] {
    position: sticky;
    top: 0;
    background: white; /* Keeps the header background when scrolling */
    z-index: 1;
}



th[b-i1r39bxb31], td[b-i1r39bxb31] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-i1r39bxb31] {
    outline: none;
}

.skeleton-loader[b-i1r39bxb31] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-i1r39bxb31] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-i1r39bxb31] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-i1r39bxb31 2.5s infinite linear;
}

@keyframes flow-b-i1r39bxb31 {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}
/* /Component/Service/CustomOffCanvas.razor.rz.scp.css */

.offcanvas[b-pv3mr3lb9u] {
    position: fixed;
    top: 0;
    right: -520px;
    height: 100vh;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, .3);
    transition: all 0.3s cubic-bezier(0.79, 0.33, 0.14, 0.53);
    z-index: 1090;
    pointer-events: none;
}

.offcanvas-backdrop[b-pv3mr3lb9u] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(17 17 17 / 50%);
    z-index: 1040;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(4px);
}


.offcanvas.show[b-pv3mr3lb9u] {
    right: 0;
    width: 520px;
    opacity: 1;
    pointer-events: auto;
    transition: right 0.2s ease-out;
}

.offcanvas-open[b-pv3mr3lb9u] {
    transition: filter 0.3s ease;
    backdrop-filter: blur(1px);
}

.offcanvas.hide[b-pv3mr3lb9u] {
    right: -520px;
    opacity: 0;
    pointer-events: none;
}
/* /Component/Service/CustomToast.razor.rz.scp.css */
.toast-container[b-mlteuilw7i] {
    z-index: 2000;
    max-width: 100vw;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* keeps right alignment */
    gap: 10px; /* spacing between toasts */
}

.toast-container .toast[b-mlteuilw7i] {
    pointer-events: auto;
}

.modern-toast[b-mlteuilw7i] {
    backdrop-filter: blur(12px);
    background: rgba(18, 18, 18, .92);
    color: white;
    border-radius: 10px;
    width: auto;
    max-width: 40vw;
    min-width: unset;
    font-size: 13px;

    /* Smooth entrance animation */
    animation: slideInRight-b-mlteuilw7i 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: top right;

    /* Smooth transitions */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Exit animation */
.modern-toast.toast-removing[b-mlteuilw7i] {
    animation: slideOutRight-b-mlteuilw7i 0.3s cubic-bezier(0.4, 0, 1, 1) forwards;
}

.toast-body[b-mlteuilw7i] {
    padding: 8px 10px;
}

.toast-icon[b-mlteuilw7i] {
    font-size: 16px;
    animation: pulseGlow-b-mlteuilw7i 2s ease-in-out infinite;
    transition: transform 0.2s ease;
}

.modern-toast:hover .toast-icon[b-mlteuilw7i] {
    transform: scale(1.15);
}

.toast-success[b-mlteuilw7i] {
    background-color: var(--bs-success) !important;
    color: var(--bs-white);
}

.toast-error[b-mlteuilw7i] {
    background-color: var(--bs-danger) !important;
    color: var(--bs-white);
}

.toast-info[b-mlteuilw7i] {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white);
}

.modern-toast .btn-close[b-mlteuilw7i] {
    filter: invert(1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.7;
}

.modern-toast .btn-close:hover[b-mlteuilw7i] {
    opacity: 1;
    transform: scale(1.1) rotate(90deg);
}

.modern-toast .btn-close:active[b-mlteuilw7i] {
    transform: scale(0.95) rotate(90deg);
}

/* PROGRESS BAR */
.toast-progress[b-mlteuilw7i] {
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.toast-progress-bar[b-mlteuilw7i] {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);

    /* Smooth shrink animation */
    animation: shrink-b-mlteuilw7i linear forwards;
}

/* Success variant progress */
.toast-success .toast-progress-bar[b-mlteuilw7i] {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Error variant progress */
.toast-error .toast-progress-bar[b-mlteuilw7i] {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Info variant progress */
.toast-info .toast-progress-bar[b-mlteuilw7i] {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* ANIMATIONS */
@keyframes slideInRight-b-mlteuilw7i {
    0% {
        transform: translateX(100%) scale(0.9);
        opacity: 0;
    }
    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

@keyframes slideOutRight-b-mlteuilw7i {
    0% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(100%) scale(0.9);
        opacity: 0;
    }
}

@keyframes shrink-b-mlteuilw7i {
    from { width: 100%; }
    to { width: 0%; }
}

@keyframes pulseGlow-b-mlteuilw7i {
    0%, 100% {
        transform: scale(1);
        opacity: .8;
        filter: drop-shadow(0 0 3px currentColor);
    }
    50% {
        transform: scale(1.15);
        opacity: 1;
        filter: drop-shadow(0 0 8px currentColor);
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .toast-container[b-mlteuilw7i] {
        top: auto !important;
        bottom: 1rem;
        right: 50% !important;
        transform: translateX(50%);
        align-items: center;
    }

    .modern-toast[b-mlteuilw7i] {
        font-size: 12px;
        border-radius: 8px;
        animation: slideInUp-b-mlteuilw7i 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .modern-toast.toast-removing[b-mlteuilw7i] {
        animation: slideOutDown-b-mlteuilw7i 0.3s cubic-bezier(0.4, 0, 1, 1) forwards;
    }

    .toast-body[b-mlteuilw7i] {
        padding: 6px 8px;
    }

    @keyframes slideInUp-b-mlteuilw7i {
        0% {
            transform: translateY(100%) scale(0.9);
            opacity: 0;
        }
        100% {
            transform: translateY(0) scale(1);
            opacity: 1;
        }
    }

    @keyframes slideOutDown-b-mlteuilw7i {
        0% {
            transform: translateY(0) scale(1);
            opacity: 1;
        }
        100% {
            transform: translateY(100%) scale(0.9);
            opacity: 0;
        }
    }
}

@media (max-width: 992px) {
    .modern-toast[b-mlteuilw7i] {
        max-width: 80vw;
    }
}
@media (prefers-reduced-motion: reduce) {
    .modern-toast[b-mlteuilw7i],
    .toast-icon[b-mlteuilw7i],
    .toast-progress-bar[b-mlteuilw7i],
    .btn-close[b-mlteuilw7i] {
        animation: none !important;
        transition: none !important;
    }

    .modern-toast[b-mlteuilw7i] {
        opacity: 1;
        transform: none;
    }
}
/* /Component/Service/DynamicModal.razor.rz.scp.css */

[b-9a66iiup3e] .fade-slide {
    opacity: 0;
    transform: translateY(-30px); /* slide down from above */
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Show state */
[b-9a66iiup3e] .fade-slide.show {
    opacity: 1;
    transform: translateY(0); /* original position */
}

/* Optional: fade out animation */
[b-9a66iiup3e] .fade-slide.hide {
    opacity: 0;
    transform: translateY(-30px);
}

.modal-body-scroll[b-9a66iiup3e] {
    max-height: 80dvh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}
/* /Component/Service/Snackbar.razor.rz.scp.css */
.snackbar-stack[b-l3vxcghpst] {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

.material-snackbar[b-l3vxcghpst] {
    min-width: 320px;
    max-width: 520px;
    background: #323232;
    color: white;
    border-radius: 6px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
    font-size: 14px;
}

.snackbar-icon[b-l3vxcghpst] {
    font-size: 18px;
    opacity: .9;
}

.snackbar-message[b-l3vxcghpst] {
    flex: 1;
}

.snackbar-action[b-l3vxcghpst] {
    background: transparent;
    border: none;
    color: #ffca28;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.snackbar-close[b-l3vxcghpst] {
    background: transparent;
    border: none;
    color: #aaa;
    cursor: pointer;
}

.snackbar-success[b-l3vxcghpst] {
    background: #2e7d32;
}

.snackbar-error[b-l3vxcghpst] {
    background: #c62828;
}

.snackbar-warning[b-l3vxcghpst] {
    background: #ed6c02;
}

.snackbar-info[b-l3vxcghpst] {
    background: #0277bd;
}
/* /Component/ShowTemplateBtn.razor.rz.scp.css */
li[b-3ltp4s86l3] {
    min-width: 40px;
    margin-right: 20px;
    cursor: pointer;
    color: #2E7787;
}
/* /Component/TemplateDialogWidget.razor.rz.scp.css */
/* /Component/Transaction/DataGrid/DataGrid.razor.rz.scp.css */

thead[b-g96zv4urw9] {
    position: sticky;
    top: 0;
    z-index: 2;
}

th[b-g96zv4urw9] {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 0;
}

th[b-g96zv4urw9], td[b-g96zv4urw9] {
    white-space: nowrap;
    color: #3c4044;
    font-weight: 400 !important;

}

tr:focus[b-g96zv4urw9] {
    outline: none !important;
}

tr[b-g96zv4urw9] {
    height: 22px;
    padding: 0 1rem;
}

[b-g96zv4urw9] td:not(:has(input)) {
    padding: 0 5px !important;
}

[b-g96zv4urw9] td:has(input) {
    padding: 0;
}


.grid_selected_row[b-g96zv4urw9] {
    transition: background-color 0.2s ease-in-out;
}

.grid_selected_row td[b-g96zv4urw9] {
    /*border: 1px solid #007bff;*/
}

[b-g96zv4urw9] .text-end {
    text-align: end !important;
}

[b-g96zv4urw9] .text-start {
    text-align: start !important;
}

/*::deep input {*/
/*    border: none !important;*/
/*    border-radius: 0;*/
/*    text-align: start;*/
/*    padding: .1rem;*/
/*}*/

/*::deep input:focus {*/
/*    border-radius: 2px !important;*/
/*}*/

/*::deep input {*/
/*    height: calc(1rem + .5rem);*/
/*    color: black;*/
/*}*/

/*::deep input:focus {*/

/*}*/

/*::deep input:not(:focus) {*/
/*    border: none !important;*/
/*    border-radius: 2px !important;*/
/*    height: 23px !important;*/
/*    padding: 0.25rem 0.2rem !important;*/
/*}*/

[b-g96zv4urw9] input {
    box-sizing: border-box !important;
}

[b-g96zv4urw9] .col_disable {
    background-color: #F9F9F9 !important;
}
/* /Component/Transaction/FrmPurchaseTds.razor.rz.scp.css */
[b-al14t5njj2] input {
    border: none !important;
    border-radius: 0;
    padding: .1rem;
}

[b-al14t5njj2] input:focus {
    border-radius: 2px;
}

.table_disable tr[b-al14t5njj2] {
    background-color: #b6a4a4 !important;
}

.selected[b-al14t5njj2] {
    background-color: #757471a6;
    color: white;
}


#tdsDataGrid[b-al14t5njj2] {
    overflow-x: auto;
    overflow-y: hidden;
}

[b-al14t5njj2] table #tds_grid {
    table-layout: fixed;
    width: 100%;
}

[b-al14t5njj2] .highlight_row {

    transition: background-color 0.2s ease-in-out;
}

[b-al14t5njj2] td.text-start:not(:has(input)) {
    padding: 0 .5rem 0 .5rem !important;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Component/Transaction/RestaurantBilling/DayClosing.razor.rz.scp.css */
.border-dashed[b-4u7qinl3ep] {
    border-top: 1px dashed #6c757d;
}

@media (max-width: 576px) {
    .container[b-4u7qinl3ep] {
        padding: 1rem;
    }
}

.table[b-4u7qinl3ep] {
    border-radius: 8px;
    overflow: hidden;
}

.table thead th[b-4u7qinl3ep] {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.table tbody td[b-4u7qinl3ep] {
    font-size: 13px;
}

.table-hover tbody tr:hover[b-4u7qinl3ep] {
    background-color: #f6f9ff;
    transition: 0.2s;
}

.table tfoot td[b-4u7qinl3ep] {
    background: #f1f3f5;
}
/* /Component/Transaction/RestaurantBilling/ItemTransferDialog.razor.rz.scp.css */
.selected[b-u59iei5c9m] {
    background: #e5f1ed;
}


[b-u59iei5c9m] .list-group .list-group-item {
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
}

.card-body.scrollable[b-u59iei5c9m] {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    animation: fadeInUp-b-u59iei5c9m 0.2s forwards;
}

@keyframes fadeInUp-b-u59iei5c9m {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Component/Transaction/RestaurantBilling/OrderDialogModel.razor.rz.scp.css */

.orderTable thead tr th[b-5atsr6pew3] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

tbody tr[b-5atsr6pew3] {
    padding: 0 10px;
    max-height: 30px !important;
}

th[b-5atsr6pew3], td[b-5atsr6pew3] {
    white-space: nowrap;
    color: #3c4044;
}

td[b-5atsr6pew3] {
    padding: 0.2rem 0.3rem;
}

.resizable[b-5atsr6pew3] {
    overflow: hidden;
    height: 100%;
    transition: width 0.2s ease;
}

.resizer[b-5atsr6pew3] {
    margin: 0 10px;
    cursor: ew-resize;
    background-color: darkgrey;
    width: 8px;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
}

input[type=number][b-5atsr6pew3]::-webkit-outer-spin-button, input[type=number][b-5atsr6pew3]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number][b-5atsr6pew3] {
    -moz-appearance: textfield;
}

.placeholder[b-5atsr6pew3] {
    background-color: #e0e0e0;
    display: inline-block;
    animation: pulse-b-5atsr6pew3 1.5s infinite;
}

@keyframes pulse-b-5atsr6pew3 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
/* /Component/Transaction/RestaurantBilling/RestaurantCancelDialog.razor.rz.scp.css */
.table-container[b-j2nr3hvd74] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-j2nr3hvd74] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-j2nr3hvd74], td[b-j2nr3hvd74] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-j2nr3hvd74] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-j2nr3hvd74] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-j2nr3hvd74] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-j2nr3hvd74 {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }
    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }
    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }
    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }
    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}
/* /Component/Transaction/RestaurantBilling/RestaurantCheckoutDialog.razor.rz.scp.css */
.table-container[b-kmwgasvti2] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-kmwgasvti2] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-kmwgasvti2], td[b-kmwgasvti2] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-kmwgasvti2] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-kmwgasvti2] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-kmwgasvti2] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-kmwgasvti2 {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }
    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }
    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }
    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }
    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}
/* /Component/Transaction/RestaurantBilling/RestaurantComplimentaryDialog.razor.rz.scp.css */
.table-container[b-jvay99gxfc] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-jvay99gxfc] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-jvay99gxfc], td[b-jvay99gxfc] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-jvay99gxfc] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-jvay99gxfc] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-jvay99gxfc] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-jvay99gxfc {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }
    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }
    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }
    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }
    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}
/* /Component/Transaction/RestaurantBilling/RestaurantTerm.razor.rz.scp.css */
[b-3m8b8mfq9w] button.selected_termAction {
    background-color: #31353d !important;
    color: white !important;
    border-color: #757471a6 !important;
}

th[b-3m8b8mfq9w], thead[b-3m8b8mfq9w] {
    position: sticky !important;
    top: 0;
    background: white;
    z-index: 1;
}

th[b-3m8b8mfq9w], td[b-3m8b8mfq9w] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
    padding: 0 10px;
}

tr:focus[b-3m8b8mfq9w] {
    outline: none;
}

tr[b-3m8b8mfq9w] {
    height: 25px;
}

table tbody tr td[b-3m8b8mfq9w] {
    padding: 0 10px !important;
    align-content: center;
}

table tbody tr td:has(input)[b-3m8b8mfq9w] {
    padding: 0 !important;
}

tr[b-3m8b8mfq9w] {
    height: 2px;
} 

/* /Component/Transaction/RestaurantBilling/RestroOrderProductList.razor.rz.scp.css */
:root[b-ao45wtnb3j] {
    --primary-color: #2D2F91;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --light-bg: #f8f9fa;

}

.search-section[b-ao45wtnb3j] {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
}

.order-section[b-ao45wtnb3j] {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}

.order-items[b-ao45wtnb3j] {
    max-height: 30vh;
    height: 30vh;
    overflow: auto;
}

.productDetails[b-ao45wtnb3j] {
    max-height: 45vh;
    height: 40vh;
}

.sub-group[b-ao45wtnb3j] {
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}

.product-card[b-ao45wtnb3j] {
    transition: all 0.3s ease;
    /*border: 1px solid #e9ecef;*/
    /*border-radius: 12px;*/
}

.product-card:hover[b-ao45wtnb3j] {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.order-item[b-ao45wtnb3j] {
    border-bottom: 1px dashed #e0e0e0;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.order-item:hover[b-ao45wtnb3j] {
    background-color: #f8f9fa;
}

.order-item:last-child[b-ao45wtnb3j] {
    border-bottom: none;
}

.category-btn[b-ao45wtnb3j] {
    border-radius: 25px;
    margin: 5px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.category-btn:hover[b-ao45wtnb3j] {
    transform: translateY(-2px);
}

.total-section[b-ao45wtnb3j] {
    color: white;
    padding: 20px;
    transition: all 1s ease-in-out;
}

.empty-order[b-ao45wtnb3j] {
    text-align: center;
    padding: 30px 20px;
    color: #6c757d;
}

@media (max-width: 768px) {
    .search-section[b-ao45wtnb3j],
    .order-section[b-ao45wtnb3j] {
        padding: 15px;
    }

    .category-btn[b-ao45wtnb3j] {
        margin: 2px;
        font-size: 0.9rem;
    }
}

i:hover[b-ao45wtnb3j] {
    cursor: pointer;
}

.price-tag[b-ao45wtnb3j] {
    --price-tag-background: #ff6347;
    --price-tag-color: #fff;
    --price-tag-height: 20px;
    --price-tag-corner: 4px;
    --price-tag-dot-radius: 6px;
    --price-tag-dot-background: #fff;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    height: var(--price-tag-height);
    margin-left: calc(var(--price-tag-height) / 2);
    padding: 0 5px 0 10px;
    color: var(--price-tag-color);
    border-radius: 0 var(--price-tag-corner) var(--price-tag-corner) 0;
    background-color: var(--price-tag-background);
    line-height: 1;
    justify-content: center;
}

.price-tag[b-ao45wtnb3j]::before {
    position: absolute;
    content: '';
    left: calc(-1 * var(--price-tag-height) / 2 * 0.7);
    width: calc(var(--price-tag-height) / 1.428);
    height: calc(var(--price-tag-height) / 1.428);
    transform: rotate(45deg);
    border-radius: 0 0 0 var(--price-tag-corner);
    background-color: var(--price-tag-background);
}

.price-tag[b-ao45wtnb3j]::after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 50%;
    left: calc(-1 * var(--price-tag-height) / 2);
    width: var(--price-tag-dot-radius);
    height: var(--price-tag-dot-radius);
    transform: translate(-50%, -50%) translateX(calc(var(--price-tag-height) / 2));
    border-radius: 50%;
    background-color: var(--price-tag-dot-background);
}
/* /Component/Transaction/TransactionTerm.razor.rz.scp.css */
.selected[b-hyxfp2u4ee] {
    background-color: #757471a6;
    color: white;
}

table[b-hyxfp2u4ee] {
    transition: all 0.2s ease-in-out;
}

table .disable[b-hyxfp2u4ee] {
    pointer-events: none;
    opacity: 0.5;
    filter: grayscale(40%);
    cursor: not-allowed;
    user-select: none;
}

.disable th[b-hyxfp2u4ee],
.disable td[b-hyxfp2u4ee] {
    background-color: #f9f9f9;
    color: #888;
}

th[b-hyxfp2u4ee], thead[b-hyxfp2u4ee] {
    position: sticky !important;
    top: 0;
    z-index: 1;
}

th[b-hyxfp2u4ee], td[b-hyxfp2u4ee] {
    white-space: nowrap;
    color: #3c4044;
    padding: 0 10px;
}

tr:focus[b-hyxfp2u4ee] {
    outline: none;
}

tr[b-hyxfp2u4ee] {
    height: 25px;
}

table tbody tr td[b-hyxfp2u4ee] {
    padding: 0 0 !important;
}

[b-hyxfp2u4ee] tr, td[b-hyxfp2u4ee] {
    height: 2px;
    background-color: #F9F9F9 !important;
}
/* /Component/Transaction/VoucherList.razor.rz.scp.css */
.table-container[b-rd5gigb1tt] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-rd5gigb1tt] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-rd5gigb1tt], td[b-rd5gigb1tt] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

.table-sm td[b-rd5gigb1tt], .table-sm th[b-rd5gigb1tt] {
    padding: 0.01rem 0.4rem;
}

tr[b-rd5gigb1tt] {
    cursor: pointer;
}

.select-row[b-rd5gigb1tt] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-rd5gigb1tt] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

input:focus[b-rd5gigb1tt] {
    outline: 1px solid #dc3545 !important;
    box-shadow: none !important;
    border-color: #dc3545 !important;
    border: 0;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-rd5gigb1tt {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }
    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }
    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }
    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }
    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}
/* /Layout/DynamicTabPage.razor.rz.scp.css */
.dynamic-tabs-container[b-7hi73jje9p] {
    border-radius: 0.3rem;
    background-color: #fafafa;
    border: 1px solid #ddd;
    padding: 2px 0;
    font-size: .75rem;
    flex-wrap: nowrap;
}

.dynamic-tab[b-7hi73jje9p] {
    transition: background-color .15s ease, color .15s ease;
    cursor: pointer;
    position: relative;
    flex: 1 1 auto;
    max-width: 10rem;
}

.nav-link:hover[b-7hi73jje9p] {
    background-color: #e9ecef;
    cursor: pointer;
    border-radius: var(--bs-border-radius) !important;
}

.dynamic-tab.active > .nav-link[b-7hi73jje9p] {
    background-color: #e0e8e8bf;
    font-weight: 600;
}


.dynamic-tab.active .btn-close[b-7hi73jje9p] {
    display: inline-block;
}

.dynamic-tab:hover .btn-close[b-7hi73jje9p] {
    display: inline-block;
}

.dynamic-tab.inactive-tab[b-7hi73jje9p] {
    position: relative;
}

.dynamic-tab:not(.active)[b-7hi73jje9p]::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: #ccc;
    transition: opacity 0.2s ease;
}

.dynamic-tab:not(.active):has(+ .active)[b-7hi73jje9p]::after {
    content: none;
}

.dynamic-tab.inactive-tab:hover[b-7hi73jje9p]::after {
    opacity: 0;
}

.dynamic-tab:hover + .dynamic-tab[b-7hi73jje9p]::after {
    opacity: 0;
}

.dynamic-tab:hover[b-7hi73jje9p]::after,
.dynamic-tab:hover + .dynamic-tab[b-7hi73jje9p]::after,
.dynamic-tab:hover ~ .dynamic-tab[b-7hi73jje9p]::after {
    opacity: 0;
}

.dynamic-tab:has(+ .dynamic-tab:hover)[b-7hi73jje9p]::after {
    opacity: 0;
}

.nav-link[b-7hi73jje9p] {
    min-height: 2rem;
    min-width: 0;
    max-width: 160px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
main[b-irj8uv8rti] {
    flex: 1;
}

.top-bar[b-irj8uv8rti] {
    background: #31353d;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}


.page[b-irj8uv8rti] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar[b-irj8uv8rti] {
    background-color: #31353d;

}

.top-row[b-irj8uv8rti] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-irj8uv8rti]  a, .top-row[b-irj8uv8rti]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-irj8uv8rti]  a:hover, .top-row[b-irj8uv8rti]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-irj8uv8rti]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-irj8uv8rti] .offline {
    color: #886262;
}

@media (max-width: 640.98px) {
    .top-row[b-irj8uv8rti] {
        justify-content: space-between;
    }

    .top-row[b-irj8uv8rti]  a, .top-row[b-irj8uv8rti]  .btn-link {
        margin-left: 0;
    }
}


@media (min-width: 641px) {
    .page[b-irj8uv8rti] {
        flex-direction: row;
    }

    .sidebar[b-irj8uv8rti] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-irj8uv8rti] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-irj8uv8rti]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-irj8uv8rti], article[b-irj8uv8rti] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

}
/* /Layout/PageTransitionWrapper.razor.rz.scp.css */
.loading-overlay[b-g7fbtx8ksh] {
    position: fixed; /* cover the whole viewport */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    font-size: 1.5rem;
    z-index: 9999;
    opacity: 0;
    font-family: Arial, sans-serif;
    animation: fadeIn;
    animation-duration: 0.3s;
}

.loading-overlay[b-g7fbtx8ksh]::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: rgba(20, 28, 38, 0.5);
    z-index: -1;
}

.loading-overlay .spinner[b-g7fbtx8ksh] {
    width: 0.9rem;
    height: 0.9rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #2d2929;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
/* /Pages/AcmePortal/DataSync/DataSync.razor.rz.scp.css */
[b-8gewbf3kwz] tr {
    height: 2em;
}
[b-8gewbf3kwz] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
}
/* /Pages/AcmePortal/Licenses/AcmeLicenses.razor.rz.scp.css */
.table-container[b-xudc9byg8i] {
    position: relative;
    max-height: 70vh;
    overflow: auto;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    outline: none;
    --animate-duration: 0.5s;
    overscroll-behavior: none;
}

.table-wrapper[b-xudc9byg8i] {
    position: relative;
}

.bold[b-xudc9byg8i] {
    background-color: #c5c5c5 !important;
    font-weight: bolder;
}

#licenseGrid[b-xudc9byg8i] {
    font-size: small !important;
}

th[b-xudc9byg8i] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-xudc9byg8i], td[b-xudc9byg8i] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-xudc9byg8i] {
    padding: 0.01rem 0.4rem;
}


.select-row[b-xudc9byg8i] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-xudc9byg8i] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

@keyframes loadingAnimation-b-xudc9byg8i {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }

    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }

    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }

    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }

    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-xudc9byg8i] {
    color: #b9bcbf;
}

[b-xudc9byg8i] input:focus, textarea:focus[b-xudc9byg8i], select:focus[b-xudc9byg8i] {
    outline: 1px solid #dc3545 !important;
    box-shadow: none !important;
    border-color: #dc3545 !important;
    border: 0;
}
/* /Pages/AcmePortal/Licenses/FrmLicenseRegistration.razor.rz.scp.css */
/* /Pages/AcmePortal/Licenses/GenerateLicenses.razor.rz.scp.css */



.table-sm td[b-fnkllu13r3], .table-sm th[b-fnkllu13r3] {
    padding: 0.01rem 0.4rem;
}

th[b-fnkllu13r3] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-fnkllu13r3], td[b-fnkllu13r3] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

.licensesTable[b-fnkllu13r3] {
    height: 45vh;
    max-width: 100%;
    overflow: scroll;
    max-height: 60vh;
    border: 1px solid #ddd;
}

/* <datalist> and <option> styling */
datalist[b-fnkllu13r3] {
    position: absolute;
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
}

/* <datalist> and <option> styling */
datalist[b-fnkllu13r3] {
    position: absolute;
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
}

datalist option[b-fnkllu13r3] {
    font-size: 0.8em;
    padding: 0.3em 1em;
    background-color: #ccc;
    cursor: pointer;
}

datalist option:hover[b-fnkllu13r3],
datalist option:focus[b-fnkllu13r3] {
    color: #fff;
    background-color: #036;
    outline: 0 none;
}
/* /Pages/AcmePortal/Users/UserManagement.razor.rz.scp.css */

.status-card[b-he01bxmbv1] {
    background: linear-gradient(145deg, #ffffff, #f8f9fb);
    box-shadow: 0 2px 8px rgba(65, 60, 60, 0.05);
    border: 1px solid rgba(101, 93, 93, 0.05);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    min-width: 120px;
    max-width: 180px;
}

svg[b-he01bxmbv1] {
    color: #0b0f0e;
}

.status-card:hover[b-he01bxmbv1] {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.15);
    background: linear-gradient(145deg, #f9fbff, #ffffff);
}

.status-card[b-he01bxmbv1]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.status-card:hover[b-he01bxmbv1]::before {
    opacity: 1;
}


.status-card:hover .fw-semibold[b-he01bxmbv1] {
    color: #0d6efd;
    transition: color 0.3s ease;
}

.status-card .card-body[b-he01bxmbv1] {
    position: relative;
    z-index: 1;
}

@media (max-width: 576px) {
    .status-card[b-he01bxmbv1] {
        min-width: 100%;
    }
}

.card:hover[b-he01bxmbv1] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

.toggle-icon i[b-he01bxmbv1] {
    display: inline-block;
    transition: transform 0.3s ease;
}

.toggle-icon.collapsed i[b-he01bxmbv1] {
    transform: rotate(0deg);
}

.toggle-icon:not(.collapsed) i[b-he01bxmbv1] {
    transform: rotate(180deg);
}
/* /Pages/Aramex/AwbListReport/AwbListReport.razor.rz.scp.css */
.table-container[b-7u0rg8qz49] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

table thead[b-7u0rg8qz49],
table tfoot[b-7u0rg8qz49] {
    position: sticky;
}

table thead[b-7u0rg8qz49] {
    inset-block-start: 0;
    background: #EBEBEB;
}

table tfoot[b-7u0rg8qz49] {
    inset-block-end: 0;
    background: #EBEBEB;
}
th[b-7u0rg8qz49], td[b-7u0rg8qz49] {
    white-space: nowrap;
}


th[b-7u0rg8qz49] {
    white-space: nowrap;
    width: 100%;
}


th[b-7u0rg8qz49], td[b-7u0rg8qz49] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr[b-7u0rg8qz49] {
    cursor: pointer;
}

tr:focus[b-7u0rg8qz49] {
    outline: none;
}

.skeleton-loader[b-7u0rg8qz49] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-7u0rg8qz49] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-7u0rg8qz49] {
    width: 100px;
    height: 20px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f8efef 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-7u0rg8qz49 2.5s infinite linear;
}

@keyframes flow-b-7u0rg8qz49 {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}
/* /Pages/Aramex/AwbSalesListReport/AwbSalesListReport.razor.rz.scp.css */
/* /Pages/Aramex/LedgerReport/AramexLedgerReport.razor.rz.scp.css */
/* /Pages/Aramex/SalesInvoice/AramexSIDetailsByShipperNumber.razor.rz.scp.css */
.invoiceList[b-al3bymrxbs] {
    max-height: 40vh;
    min-height: 20vh;
    scrollbar-width: thin;
}

.invoiceList table[b-al3bymrxbs] {
    table-layout: auto !important;
    width: 100%;
}

.invoiceList td[b-al3bymrxbs],
.invoiceList th[b-al3bymrxbs] {
    white-space: nowrap !important;
    word-break: break-word;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.invoiceList .table-responsive[b-al3bymrxbs] {
    overflow-x: auto;
}
/* /Pages/Aramex/SalesInvoice/FrmAramexSalesInvoice.razor.rz.scp.css */
/* /Pages/Aramex/SalesInvoice/ListAramexSalesInvoice.razor.rz.scp.css */
.body-section[b-yqs2emdvxv] {
    height: 100vh;
    padding: 50px 0;
}

.table-container[b-yqs2emdvxv] {
    max-height: 82vh;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

th[b-yqs2emdvxv] {
    position: sticky;
    top: 0;
    background: #EBEBEB; /* Keeps the header background when scrolling */
    z-index: 1;
}

th[b-yqs2emdvxv], td[b-yqs2emdvxv] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

.table-sm td[b-yqs2emdvxv], .table-sm th[b-yqs2emdvxv] {
    padding: 0.01rem 0.4rem;
    height: 25px;
    cursor: pointer;
}

tr[b-yqs2emdvxv] {
    cursor: pointer;
}
/* /Pages/Aramex/Settings/AramexRateList.razor.rz.scp.css */
.table-container[b-nd8hesp7yp] {
    position: relative;
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;

}

.table-sm td[b-nd8hesp7yp], .table-sm th[b-nd8hesp7yp] {
    padding: 0.01rem 0.4rem;
}

th[b-nd8hesp7yp], td[b-nd8hesp7yp] {
    white-space: nowrap;
}

th[b-nd8hesp7yp] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    z-index: 1;
}


.highlight-row[b-nd8hesp7yp], .highlight-row:focus[b-nd8hesp7yp] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.fixed-column[b-nd8hesp7yp] {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 30px;
    left: 0;
}

th[b-nd8hesp7yp], td[b-nd8hesp7yp] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-nd8hesp7yp] {
    outline: none;
}

.skeleton-loader[b-nd8hesp7yp] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-nd8hesp7yp] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-nd8hesp7yp] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-nd8hesp7yp 2.5s infinite linear;
}

input[type=checkbox]:disabled[b-nd8hesp7yp] {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    cursor: not-allowed;
    background-color: #007bff;
    border-color: #007bff;
    background-repeat: no-repeat;
    background-position: center;
}


@keyframes flow-b-nd8hesp7yp {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}

.taxable[b-nd8hesp7yp] {
    background-color: var(--taxable-color);
}

.taxable td[b-nd8hesp7yp] {
    color: var(--taxable-color);
}

.non-taxable[b-nd8hesp7yp] {
    background-color: var(--non-taxable-color);
}

.non-taxable td[b-nd8hesp7yp] {
    color: var(--non-taxable-color);
}
/* /Pages/Auth/ListArea.razor.rz.scp.css */
.body-section[b-pk42p27up8] {
    height: 100vh;
    background-color: var(--body-background-color);
    display: flex;
    justify-content: center;
}

.container[b-pk42p27up8] {
    min-width: 120px;
    max-height: 14vh;
}

.table-container[b-pk42p27up8] {
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

th[b-pk42p27up8] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-pk42p27up8], td[b-pk42p27up8] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

.table-sm td[b-pk42p27up8], .table-sm th[b-pk42p27up8] {
    padding: 0.01rem 0.4rem;
    height: 25px;
    cursor: pointer;
}

tr[b-pk42p27up8] {
    cursor: pointer;
}


@media (max-width: 576px) {
    .container[b-pk42p27up8] {
        min-height: fit-content;
        max-height: 95vh;
        margin: 0 0.5rem !important;
    }

    .table-sm td[b-pk42p27up8], .table-sm th[b-pk42p27up8] {
        height: 35px;
        vertical-align: middle;
    }
}

.highlight-row > td[b-pk42p27up8] {
    background: inherit;
}
/* /Pages/Auth/ListBranch.razor.rz.scp.css */
.body-section[b-rd1dvb8uks] {
    min-height: 100vh;
    background-color: var(--body-background-color);
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

.container[b-rd1dvb8uks] {
    width: 100%;
    max-width: 1200px;
    min-width: 280px;
    padding: 1rem;
}

.branch-grid[b-rd1dvb8uks] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.branch-card[b-rd1dvb8uks] {
    width: 180px;
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    position: relative;
}

.branch-card:hover[b-rd1dvb8uks] {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.branch-overlay[b-rd1dvb8uks] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    animation: fadeIn-b-rd1dvb8uks 0.3s ease;
}

@keyframes fadeIn-b-rd1dvb8uks {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.branch-icon[b-rd1dvb8uks] {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.branch-title[b-rd1dvb8uks] {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 14px;
}

.branch-subtitle[b-rd1dvb8uks] {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 12px;
}


@media (max-width: 576px) {
    .branch-card[b-rd1dvb8uks] {
        width: 45%;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .branch-card[b-rd1dvb8uks] {
        width: 120px;
    }
}
/* /Pages/Auth/ListCompany.razor.rz.scp.css */
.body-section[b-qbakf3gqnb] {
    height: 100vh;
    background-color: var(--body-background-color);
    display: flex;
    justify-content: center;
}

.container[b-qbakf3gqnb] {
    max-height: fit-content;
    border-radius: .25rem;
    overflow: hidden;
    max-width: 70rem;
}

.table-container[b-qbakf3gqnb] {
    border: 1px solid #ddd;
    font-size: 0.9rem;
    scrollbar-width: thin;
}

th[b-qbakf3gqnb] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-qbakf3gqnb], td[b-qbakf3gqnb] {
    white-space: nowrap;
    color: #3c4044;
}

.table-sm td[b-qbakf3gqnb], .table-sm th[b-qbakf3gqnb] {
    padding: 0.01rem 0.4rem;
    height: 25px;
    cursor: pointer;
}

tr[b-qbakf3gqnb] {
    cursor: pointer;
}


@media (max-width: 576px) {
    .container[b-qbakf3gqnb] {
        max-height: fit-content;
        margin: 0 0.5rem !important;
    }

    .table-sm td[b-qbakf3gqnb], .table-sm th[b-qbakf3gqnb] {
        height: 35px;
        vertical-align: middle;
    }
}

.highlight-row > td[b-qbakf3gqnb] {
    background: inherit;
}
/* /Pages/Auth/ListCounter.razor.rz.scp.css */
.body-section[b-bcxey0luap] {
    min-height: 100vh;
    background-color: var(--body-background-color);
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

.container[b-bcxey0luap] {
    width: 100%;
    max-width: 1200px;
    min-width: 280px;
    padding: 1rem;
}

.counter-grid[b-bcxey0luap] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.counter-card[b-bcxey0luap] {
    width: 180px;
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    position: relative;
}

.counter-card:hover[b-bcxey0luap] {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}


.counter-overlay[b-bcxey0luap] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    animation: fadeIn-b-bcxey0luap 0.3s ease;
}

@keyframes fadeIn-b-bcxey0luap {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.counter-icon[b-bcxey0luap] {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, #22c55e, #4ade80);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

/* Text */
.counter-title[b-bcxey0luap] {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 14px;
}

.counter-subtitle[b-bcxey0luap] {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .counter-card[b-bcxey0luap] {
        width: 45%;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .counter-card[b-bcxey0luap] {
        width: 120px;
    }
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.body-section[b-gaf4hecu2r] {
    height: 100dvh;
    padding: min(10px, 10%);
    background-color: #31353d;
    color: #e6e6e6;
}

.container[b-gaf4hecu2r] {
    border-radius: 10px;
    background-color: #31353d;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .45);
    overflow: hidden;
    max-width: 65rem;
}

.login-now[b-gaf4hecu2r] {
    font-weight: 800;
    font-size: 30px;
    color: #de6262;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-now[b-gaf4hecu2r]:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #feb58a;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.icon-illustration[b-gaf4hecu2r] {
    width: 100%;
    max-width: 500px;
    padding: 10px;
}

[b-gaf4hecu2r] .validation-errors {
    color: red;
    font-size: 14px;
}

.left-panel[b-gaf4hecu2r] {
    background: linear-gradient(135deg, #258fee 0%, #4A9B9B 100%);
    align-items: center;
    justify-content: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    padding: 40px;
    width: 55%;
}

[b-gaf4hecu2r] .login-card {
    border-radius: 10px;
    overflow: hidden;
    background: #5858580d;
    color: white;
    border-color: #6b6b6b !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

#loginForm[b-gaf4hecu2r] {
    max-width: 18rem
}

.version-text[b-gaf4hecu2r] {
    font-size: 12px;
    font-weight: 600;
    margin-left: 2px;

    background: linear-gradient(
            90deg,
            #de6262,
            #2951a6,
            #de6262
    );

    background-size: 200% auto;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: gradientMove-b-gaf4hecu2r 4s linear infinite;
}

@keyframes gradientMove-b-gaf4hecu2r {
    0% {
        background-position: 0 center;
    }
    100% {
        background-position: 200% center;
    }
}

.card-header[b-gaf4hecu2r] {
    border-color: #6d727c !important;
}

@media (max-width: 574px) {

    .container[b-gaf4hecu2r] {
        overflow-y: auto;
    }

    [b-gaf4hecu2r] .login-card {
        width: 100% !important;
        padding: 1.2rem 0;
        margin: 0 1rem;
        box-shadow: none;
        overflow-y: auto;
    }

    .left-panel[b-gaf4hecu2r] {
        padding: 0;
        width: 100%;
        clip-path: none;
    }

    #loginForm[b-gaf4hecu2r] {
        max-width: 100%;
    }

}

[b-gaf4hecu2r] .floating-label input, label:focus[b-gaf4hecu2r] {
    background-color: inherit;
    color: whitesmoke;
}

.login-scrollable-container[b-gaf4hecu2r] {
    min-height: 100%; /* avoid 100vh shrinking issues on mobile */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-gaf4hecu2r] .floating-input:focus {
    outline: none !important;
}
/* /Pages/Auth/SignupPage.razor.rz.scp.css */
/* Centered Card Width */
[b-bm7turvbwo].signup-card {
    width: 100% !important;
    max-width: 520px !important;
    background-color: #fff;
}


body[b-bm7turvbwo],
.bg-light[b-bm7turvbwo] {
    background-color: #f8f9fa !important;
}

/* Improve input look */
.form-control:focus[b-bm7turvbwo] {
    box-shadow: none;
    border-color: #17a2b8; /* Bootstrap info color */
}

/* Small shadow for depth */
.card[b-bm7turvbwo] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
/* /Pages/ChartOfAccount/AccountGroup/ListAccountGroup.razor.rz.scp.css */
.highlight-row[b-r8pesvz3l3] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}
/* /Pages/ChartOfAccount/AccountSubGroup/ListAccountSubGroup.razor.rz.scp.css */
/* /Pages/ChartOfAccount/GeneralLedger/ListOnlineCustomer.razor.rz.scp.css */

.accordion-button[b-4pb1i5j1os] {
    background: linear-gradient(90deg, #f8f9fa, #ffffff);
}

.accordion-button:focus[b-4pb1i5j1os] {
    box-shadow: none;
    outline: none;
}

.accordion-button:not(.collapsed)[b-4pb1i5j1os] {
    box-shadow: none;
}
/* /Pages/ChartOfAccount/LedgerOpening/LedgerOpening.razor.rz.scp.css */
#ledger_opening[b-iqp1mhmt5w] {
    --contentheader-height: 90px;
    --contentfooter-height: 85px;
    height: 100%;
}

.body-sticky-header[b-iqp1mhmt5w] {
    margin-bottom: 5px;
    border-radius: .3rem;
}

.body-sticky-footer[b-iqp1mhmt5w] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-iqp1mhmt5w] {
    width: 100%;
    overflow: auto;
    overscroll-behavior: none;
}

.form-control-disable:focus[b-iqp1mhmt5w] {
    background-color: #e9ecef !important;
}

.body-content .form-control:not(:focus)[b-iqp1mhmt5w] {
    border: none;
    border-radius: 2px;
    height: 23px;
    padding: 0.25rem 0.2rem;
}

.table-container[b-iqp1mhmt5w] {
    max-height: 60vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

th[b-iqp1mhmt5w] {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}


th[b-iqp1mhmt5w], td[b-iqp1mhmt5w] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-iqp1mhmt5w] {
    outline: none;
}

tr[b-iqp1mhmt5w] {
    height: 25px;
}

td[b-iqp1mhmt5w] {
    padding: 0.2rem 0.3rem;
}

.bg-light[b-iqp1mhmt5w] {
    background-color: #e9ecef;
}

/* /Pages/ChartOfAccount/SubLedger/ListSubLedger.razor.rz.scp.css */
.highlight-row[b-8ev6y48f4q] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}
/* /Pages/Common/NotificationPage.razor.rz.scp.css */
/* ============================================
   NOTIFICATION CONTAINER
   ============================================ */
.notification-container[b-v75t5zj6y1] {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    gap: .5rem;
}

/* Custom scrollbar – keep minimal */
.notification-container[b-v75t5zj6y1]::-webkit-scrollbar {
    width: 4px;
}

.notification-container[b-v75t5zj6y1]::-webkit-scrollbar-track {
    background: transparent;
}

.notification-container[b-v75t5zj6y1]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

/* ============================================
   EMPTY STATE
   ============================================ */
.empty-state[b-v75t5zj6y1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    color: #9ca3af;
}

.empty-state i[b-v75t5zj6y1] {
    font-size: 36px;
    margin-bottom: 8px;
    opacity: 0.6;
}

.empty-state p[b-v75t5zj6y1] {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

/* ============================================
   NOTIFICATION ITEM (list style, no card)
   ============================================ */
.notification-card[b-v75t5zj6y1] {
    display: flex;
    gap: .5rex;
    padding: 6px 8px;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: background 0.2s ease;
}

.notification-card:hover[b-v75t5zj6y1] {
    background: rgba(0, 0, 0, 0.02);
}

.notification-card:active[b-v75t5zj6y1] {
    background: rgba(0, 0, 0, 0.04);
}

/* Remove all previous shadows, transforms, blur, border-radius, pseudo‑elements */
.notification-card[b-v75t5zj6y1]::before {
    display: none;
}

/* ============================================
   UNREAD INDICATOR (simple dot)
   ============================================ */
.notification-card.unread[b-v75t5zj6y1] {
    background: rgba(59, 130, 246, 0.04);
}

.unread-badge[b-v75t5zj6y1] {
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
    flex-shrink: 0;
}

/* No pulse animation – keep plain */

/* ============================================
   NOTIFICATION ICON (plain, no background)
   ============================================ */
.notification-icon[b-v75t5zj6y1] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #6b7280;
}

/* Remove all type‑specific background gradients */
.notification-success .notification-icon[b-v75t5zj6y1],
.notification-warning .notification-icon[b-v75t5zj6y1],
.notification-error .notification-icon[b-v75t5zj6y1],
.notification-danger .notification-icon[b-v75t5zj6y1],
.notification-info .notification-icon[b-v75t5zj6y1] {
    background: transparent !important;
    color: #6b7280 !important;
}

/* ============================================
   NOTIFICATION CONTENT
   ============================================ */
.notification-content[b-v75t5zj6y1] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.notification-header[b-v75t5zj6y1] {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.notification-title[b-v75t5zj6y1] {
    font-size: 13px;
    font-weight: 500;
    color: #1f2937;
    line-height: 1.4;
}

.notification-message[b-v75t5zj6y1] {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notification-time[b-v75t5zj6y1] {
    font-size: 10px;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 4px;
}

.notification-time i[b-v75t5zj6y1] {
    font-size: 9px;
}

/* ============================================
   READ STATE
   ============================================ */
.notification-card.read[b-v75t5zj6y1] {
    opacity: 0.7;
}

.notification-card.read:hover[b-v75t5zj6y1] {
    opacity: 1;
}

.notification-card.read .notification-title[b-v75t5zj6y1] {
    font-weight: 400;
}

/* ============================================
   ANIMATIONS (keep slide-in, but lighter)
   ============================================ */
.notification-card[b-v75t5zj6y1] {
    animation: slideIn-b-v75t5zj6y1 0.2s ease;
}

@keyframes slideIn-b-v75t5zj6y1 {
    0% {
        opacity: 0;
        transform: translateX(8px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */
@media (max-width: 576px) {
    .notification-container[b-v75t5zj6y1] {
        padding: 4px 0;
    }

    .notification-card[b-v75t5zj6y1] {
        padding: 8px 12px;
        gap: 10px;
    }

    .notification-icon[b-v75t5zj6y1] {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .notification-title[b-v75t5zj6y1] {
        font-size: 12px;
    }

    .notification-message[b-v75t5zj6y1] {
        font-size: 11px;
    }

    .notification-time[b-v75t5zj6y1] {
        font-size: 9px;
    }
}

/* ============================================
   DARK MODE SUPPORT (plain, minimal)
   ============================================ */
@media (prefers-color-scheme: dark) {
    .notification-card[b-v75t5zj6y1] {
        border-bottom-color: rgb(11 1 1 / 0.08);
    }

    .notification-card:hover[b-v75t5zj6y1] {
        background: rgba(255, 255, 255, 0.03);
    }

    .notification-card.unread[b-v75t5zj6y1] {
        background: rgba(59, 130, 246, 0.08);
    }

    .notification-title[b-v75t5zj6y1] {
        color: #000000;
    }

    .notification-message[b-v75t5zj6y1] {
        color: #9ca3af;
    }

    .notification-time[b-v75t5zj6y1] {
        color: #6b7280;
    }

    .notification-icon[b-v75t5zj6y1] {
        color: #9ca3af;
    }

    .empty-state[b-v75t5zj6y1] {
        color: #6b7280;
    }
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .notification-card[b-v75t5zj6y1] {
        animation: none !important;
    }
}
/* /Pages/CompanySetup/CompanyMaster/FrmCompanyMaster.razor.rz.scp.css */
input.form-control-sm[b-tsbz3hy6me] {
    height: 25px;
}

select.form-control-sm[b-tsbz3hy6me] {
    height: 25px;
    padding-top: 1px;
}

.table-container[b-tsbz3hy6me] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-tsbz3hy6me] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-tsbz3hy6me], td[b-tsbz3hy6me] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-tsbz3hy6me] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-tsbz3hy6me] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-tsbz3hy6me] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}


@keyframes loadingAnimation-b-tsbz3hy6me {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }

    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }

    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }

    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }

    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-tsbz3hy6me] {
    color: #b9bcbf;
}
/* /Pages/CompanySetup/CompanyMaster/ListCompanyMaster.razor.rz.scp.css */
.user-image[b-bm84nrekc2] {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: #d9d9da 1px solid;
    object-fit: cover;
}

.table-container[b-bm84nrekc2] {
    position: relative;
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

.table-sm td[b-bm84nrekc2], .table-sm th[b-bm84nrekc2] {
    padding: 0.01rem 0.4rem;
}

th[b-bm84nrekc2] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    z-index: 1;
}



.highlight-row[b-bm84nrekc2], .highlight-row:focus[b-bm84nrekc2] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.fixed-column[b-bm84nrekc2] {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 30px;
    left: 0;
}

th[b-bm84nrekc2], td[b-bm84nrekc2] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
    align-items: center;
    align-self: center;
}

tr:focus[b-bm84nrekc2] {
    outline: none;
}

.skeleton-loader[b-bm84nrekc2] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-bm84nrekc2] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-bm84nrekc2] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-bm84nrekc2 2.5s infinite linear;
}

@keyframes flow-b-bm84nrekc2 {
    0% {
        background-position: 200% 200%;
    }

    100% {
        background-position: -200% -200%;
    }
}
/* /Pages/CompanySetup/DocumentNumbering/FrmDocumentNumbering.razor.rz.scp.css */
input.form-control-sm[b-w0hhhfydxr] {
    height: 25px;
}

select.form-control-sm[b-w0hhhfydxr] {
    height: 25px;
    padding-top: 1px;
}

.d-flex span[b-w0hhhfydxr] {
    height: 25px;
}

.table-container[b-w0hhhfydxr] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-w0hhhfydxr] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-w0hhhfydxr], td[b-w0hhhfydxr] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-w0hhhfydxr] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-w0hhhfydxr] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-w0hhhfydxr] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-w0hhhfydxr {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }
    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }
    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }
    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }
    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-w0hhhfydxr] {
    color: #b9bcbf;
}

/* /Pages/CompanySetup/DocumentNumbering/ListDocumentNumbering.razor.rz.scp.css */
.table-container[b-gnd360jqs3] {
    position: relative;
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

.table-sm td[b-gnd360jqs3], .table-sm th[b-gnd360jqs3] {
    padding: 0.01rem 0.4rem;
}

th[b-gnd360jqs3] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    z-index: 1;
}



.highlight-row[b-gnd360jqs3], .highlight-row:focus[b-gnd360jqs3] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.fixed-column[b-gnd360jqs3] {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 30px;
    left: 0;
}

th[b-gnd360jqs3], td[b-gnd360jqs3] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-gnd360jqs3] {
    outline: none;
}

.skeleton-loader[b-gnd360jqs3] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-gnd360jqs3] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-gnd360jqs3] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-gnd360jqs3 2.5s infinite linear;
}

@keyframes flow-b-gnd360jqs3 {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}
/* /Pages/CompanySetup/PrintSetting/PrintSetting.razor.rz.scp.css */
/* /Pages/CompanySetup/PurchaseTerm/FrmPurchaseBillingTerm.razor.rz.scp.css */
input.form-control-sm[b-payukxu2r0] {
    height: 25px;
}

select.form-control-sm[b-payukxu2r0] {
    height: 25px;
    padding-top: 1px;
}

.d-flex span[b-payukxu2r0] {
    height: 25px;
}

.table-container[b-payukxu2r0] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-payukxu2r0] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-payukxu2r0], td[b-payukxu2r0] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-payukxu2r0] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-payukxu2r0] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-payukxu2r0] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

@keyframes loadingAnimation-b-payukxu2r0 {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }
    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }
    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }
    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }
    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-payukxu2r0] {
    color: #b9bcbf;
}

/* /Pages/CompanySetup/SalesTerm/FrmSalesBillingTerm.razor.rz.scp.css */
input.form-control-sm[b-y6kuwz2p1z] {
    height: 25px;
}

select.form-control-sm[b-y6kuwz2p1z] {
    height: 25px;
    padding-top: 1px;
}

.d-flex span[b-y6kuwz2p1z] {
    height: 25px;
}

.table-container[b-y6kuwz2p1z] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-y6kuwz2p1z] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-y6kuwz2p1z], td[b-y6kuwz2p1z] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-y6kuwz2p1z] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-y6kuwz2p1z] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-y6kuwz2p1z] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

@keyframes loadingAnimation-b-y6kuwz2p1z {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }
    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }
    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }
    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }
    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-y6kuwz2p1z] {
    color: #b9bcbf;
}

/* /Pages/CompanySetup/SystemSetting/SystemSetting.razor.rz.scp.css */
.app-version:hover[b-lp5hss8uru] {
    color: #3c4044;
    cursor: progress;
}

[b-lp5hss8uru] label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
/* /Pages/Dashboard.razor.rz.scp.css */
ul.horizontal-list[b-b4r2o4maub] {
    list-style-type: none;
    display: flex;
    line-height: 20px;
    height: 100%;
}

ul.horizontal-list li[b-b4r2o4maub] {
    min-width: 40px;
    margin-right: 20px;
    cursor: pointer;
    color: #2E7787;
}

.card-body *[b-b4r2o4maub] {
    font-size: 12px;
}

.ico-card > i[b-b4r2o4maub]::before {
    font-size: 190px;
    position: absolute;
    top: -68px;
    right: -70px;
    opacity: 0.1;
}

.cyan[b-b4r2o4maub] {
    color: #2E7787;
}

.mud-button-filled-size-small[b-b4r2o4maub] {
    padding: 0 10px !important;
}

.skeleton[b-b4r2o4maub] {
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 100%;
    animation: shimmer 0.6s infinite linear;
    border-radius: 10px;
}


.skeleton-card[b-b4r2o4maub] {
    height: 200px;
    width: 260px;
    margin: 12px;
}

.skeleton-grid[b-b4r2o4maub] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
    justify-items: center;
    padding: 10px;
}
/* /Pages/DataManage/FrmDataBackup.razor.rz.scp.css */
/* /Pages/DataManage/FrmDataRestore.razor.rz.scp.css */
/* /Pages/IrdReport/AuditTrialReport/RptAuditTrailReport.razor.rz.scp.css */
/* /Pages/IrdReport/MaterializedView/FilterMaterializedView.razor.rz.scp.css */
/* /Pages/IrdReport/MaterializedView/RptMaterializedView.razor.rz.scp.css */
/* /Pages/IrdReport/SyncToIrd/SyncToIrd.razor.rz.scp.css */
.table-container[b-v7zum93yh1] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}



th[b-v7zum93yh1] {
    white-space: nowrap;
    width: 100%;
}

th[b-v7zum93yh1] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    background: #EBEBEB;
    z-index: 1;
}

th[b-v7zum93yh1], td[b-v7zum93yh1] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-v7zum93yh1] {
    outline: none;
}

.skeleton-loader[b-v7zum93yh1] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-v7zum93yh1] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-v7zum93yh1] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-v7zum93yh1 2.5s infinite linear;
}

@keyframes flow-b-v7zum93yh1 {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}
/* /Pages/OtherMaster/CostCenter/FrmCostCenter.razor.rz.scp.css */
input.form-control-sm[b-cnnyz3yuqk] {
    height: 25px;
}

select.form-control-sm[b-cnnyz3yuqk] {
    height: 25px;
    padding-top: 1px;
}

.d-flex span[b-cnnyz3yuqk] {
    height: 25px;
}

.table-container[b-cnnyz3yuqk] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-cnnyz3yuqk] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-cnnyz3yuqk], td[b-cnnyz3yuqk] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-cnnyz3yuqk] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-cnnyz3yuqk] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-cnnyz3yuqk] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-cnnyz3yuqk {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }

    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }

    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }

    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }

    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-cnnyz3yuqk] {
    color: #b9bcbf;
}
/* /Pages/OtherMaster/CostCenter/ListCostCenter.razor.rz.scp.css */
.table-container[b-q4rxa5mac2] {
    position: relative;
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

.table-sm td[b-q4rxa5mac2], .table-sm th[b-q4rxa5mac2] {
    padding: 0.01rem 0.4rem;
}

th[b-q4rxa5mac2] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    z-index: 1;
}



.highlight-row[b-q4rxa5mac2], .highlight-row:focus[b-q4rxa5mac2] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.fixed-column[b-q4rxa5mac2] {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 30px;
    left: 0;
}

th[b-q4rxa5mac2], td[b-q4rxa5mac2] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-q4rxa5mac2] {
    outline: none;
}

.skeleton-loader[b-q4rxa5mac2] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-q4rxa5mac2] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-q4rxa5mac2] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-q4rxa5mac2 2.5s infinite linear;
}

@keyframes flow-b-q4rxa5mac2 {
    0% {
        background-position: 200% 200%;
    }

    100% {
        background-position: -200% -200%;
    }
}
/* /Pages/OtherMaster/CounterMaster/FrmCounterMaster.razor.rz.scp.css */
input.form-control-sm[b-mw7vakz88u] {
    height: 25px;
}

select.form-control-sm[b-mw7vakz88u] {
    height: 25px;
    padding-top: 1px;
}

.d-flex span[b-mw7vakz88u] {
    height: 25px;
}

.table-container[b-mw7vakz88u] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-mw7vakz88u] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-mw7vakz88u], td[b-mw7vakz88u] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-mw7vakz88u] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-mw7vakz88u] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-mw7vakz88u] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-mw7vakz88u {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }

    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }

    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }

    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }

    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-mw7vakz88u] {
    color: #b9bcbf;
}
/* /Pages/OtherMaster/CounterMaster/ListCounterMaster.razor.rz.scp.css */
.table-container[b-9f8fkxilq0] {
    position: relative;
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

.table-sm td[b-9f8fkxilq0], .table-sm th[b-9f8fkxilq0] {
    padding: 0.01rem 0.4rem;
}

th[b-9f8fkxilq0] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    z-index: 1;
}



.highlight-row[b-9f8fkxilq0], .highlight-row:focus[b-9f8fkxilq0] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.fixed-column[b-9f8fkxilq0] {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 30px;
    left: 0;
}

th[b-9f8fkxilq0], td[b-9f8fkxilq0] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-9f8fkxilq0] {
    outline: none;
}

.skeleton-loader[b-9f8fkxilq0] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-9f8fkxilq0] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-9f8fkxilq0] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-9f8fkxilq0 2.5s infinite linear;
}

@keyframes flow-b-9f8fkxilq0 {
    0% {
        background-position: 200% 200%;
    }

    100% {
        background-position: -200% -200%;
    }
}
/* /Pages/OtherMaster/FloorMaster/FrmFloorMaster.razor.rz.scp.css */
input.form-control-sm[b-hgjhpuae6v] {
    height: 25px;
}

select.form-control-sm[b-hgjhpuae6v] {
    height: 25px;
    padding-top: 1px;
}

.d-flex span[b-hgjhpuae6v] {
    height: 25px;
}

.table-container[b-hgjhpuae6v] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-hgjhpuae6v] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-hgjhpuae6v], td[b-hgjhpuae6v] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-hgjhpuae6v] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-hgjhpuae6v] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-hgjhpuae6v] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-hgjhpuae6v {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }

    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }

    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }

    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }

    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-hgjhpuae6v] {
    color: #b9bcbf;
}
/* /Pages/OtherMaster/FloorMaster/ListFloorMaster.razor.rz.scp.css */
.table-container[b-j1nwm36mkk] {
    position: relative;
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

.table-sm td[b-j1nwm36mkk], .table-sm th[b-j1nwm36mkk] {
    padding: 0.01rem 0.4rem;
}

th[b-j1nwm36mkk] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    z-index: 1;
}



.highlight-row[b-j1nwm36mkk], .highlight-row:focus[b-j1nwm36mkk] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.fixed-column[b-j1nwm36mkk] {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 30px;
    left: 0;
}

th[b-j1nwm36mkk], td[b-j1nwm36mkk] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-j1nwm36mkk] {
    outline: none;
}

.skeleton-loader[b-j1nwm36mkk] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-j1nwm36mkk] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-j1nwm36mkk] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-j1nwm36mkk 2.5s infinite linear;
}

@keyframes flow-b-j1nwm36mkk {
    0% {
        background-position: 200% 200%;
    }

    100% {
        background-position: -200% -200%;
    }
}
/* /Pages/OtherMaster/Godown/FrmGodown.razor.rz.scp.css */
input.form-control-sm[b-n6bdjeweo0] {
    height: 25px;
}

select.form-control-sm[b-n6bdjeweo0] {
    height: 25px;
    padding-top: 1px;
}

.d-flex span[b-n6bdjeweo0] {
    height: 25px;
}

.table-container[b-n6bdjeweo0] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-n6bdjeweo0] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-n6bdjeweo0], td[b-n6bdjeweo0] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-n6bdjeweo0] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-n6bdjeweo0] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-n6bdjeweo0] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-n6bdjeweo0 {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }

    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }

    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }

    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }

    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-n6bdjeweo0] {
    color: #b9bcbf;
}
/* /Pages/OtherMaster/Godown/ListGodown.razor.rz.scp.css */
.table-container[b-8hyss2o1w4] {
    position: relative;
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

.table-sm td[b-8hyss2o1w4], .table-sm th[b-8hyss2o1w4] {
    padding: 0.01rem 0.4rem;
}

th[b-8hyss2o1w4] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    z-index: 1;
}



.highlight-row[b-8hyss2o1w4], .highlight-row:focus[b-8hyss2o1w4] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.fixed-column[b-8hyss2o1w4] {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 30px;
    left: 0;
}

th[b-8hyss2o1w4], td[b-8hyss2o1w4] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-8hyss2o1w4] {
    outline: none;
}

.skeleton-loader[b-8hyss2o1w4] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-8hyss2o1w4] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-8hyss2o1w4] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-8hyss2o1w4 2.5s infinite linear;
}

@keyframes flow-b-8hyss2o1w4 {
    0% {
        background-position: 200% 200%;
    }

    100% {
        background-position: -200% -200%;
    }
}
/* /Pages/OtherMaster/Narration/ListNarrationMaster.razor.rz.scp.css */
/* /Pages/OtherMaster/Salesman/SubSalesman/ListSalesMan.razor.rz.scp.css */
.highlight-row[b-jfgyxiuvzi] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}
/* /Pages/OtherMaster/TableMaster/FrmTableMaster.razor.rz.scp.css */
input.form-control-sm[b-7ci3luhc27] {
    height: 25px;
}

select.form-control-sm[b-7ci3luhc27] {
    height: 25px;
    padding-top: 1px;
}

.d-flex span[b-7ci3luhc27] {
    height: 25px;
}

.table-container[b-7ci3luhc27] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-7ci3luhc27] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-7ci3luhc27], td[b-7ci3luhc27] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-7ci3luhc27] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-7ci3luhc27] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-7ci3luhc27] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-7ci3luhc27 {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }

    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }

    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }

    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }

    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-7ci3luhc27] {
    color: #b9bcbf;
}
/* /Pages/OtherMaster/TableMaster/ListTableMaster.razor.rz.scp.css */
.table-container[b-3fteedy7r0] {
    position: relative;
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

.table-sm td[b-3fteedy7r0], .table-sm th[b-3fteedy7r0] {
    padding: 0.01rem 0.4rem;
}

th[b-3fteedy7r0] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    z-index: 1;
}



.highlight-row[b-3fteedy7r0], .highlight-row:focus[b-3fteedy7r0] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.fixed-column[b-3fteedy7r0] {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 30px;
    left: 0;
}

th[b-3fteedy7r0], td[b-3fteedy7r0] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-3fteedy7r0] {
    outline: none;
}

.skeleton-loader[b-3fteedy7r0] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-3fteedy7r0] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-3fteedy7r0] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-3fteedy7r0 2.5s infinite linear;
}

@keyframes flow-b-3fteedy7r0 {
    0% {
        background-position: 200% 200%;
    }

    100% {
        background-position: -200% -200%;
    }
}
/* /Pages/ProductMaster/ItemProduct/FrmProductMaster.razor.rz.scp.css */
.icon-disable[b-rcm87v9b10] {
    color: #b9bcbf;
}

legend[b-rcm87v9b10] {
    /*background-color: gray;*/
    /*color: white;*/
    font-size: medium;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
}

fieldset[b-rcm87v9b10] {
    border: #d7d7d7 solid thin;
    border-radius: 5px;
}
/* /Pages/ProductMaster/ProductOpening/ProductOpening.razor.rz.scp.css */
#product_opening[b-iy2815wn2q] {
    --contentheader-height: 80px;
    --contentfooter-height: 25px;
    scrollbar-width: thin;
    height: 100%;
}

#ledger-info div[b-iy2815wn2q] {
    margin-right: 8px;
}

.body-sticky-header[b-iy2815wn2q] {
    margin-bottom: 5px;
}

.body-sticky-footer[b-iy2815wn2q] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-iy2815wn2q] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior: none;
}

.form-control-disable:focus[b-iy2815wn2q] {
    background-color: #e9ecef !important;
}

.body-content .form-control:not(:focus)[b-iy2815wn2q] {
    border: none;
    border-radius: 2px;
    height: 23px;
    padding: 0.25rem 0.2rem;
}

.table-container[b-iy2815wn2q] {
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

th[b-iy2815wn2q] {
    position: sticky;
    top: 0;
    background: white; /* Keeps the header background when scrolling */
    z-index: 1;
}


th[b-iy2815wn2q], td[b-iy2815wn2q] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-iy2815wn2q] {
    outline: none;
}

tr[b-iy2815wn2q] {
    height: 25px;
}

td[b-iy2815wn2q] {
    padding: 0.2rem 0.3rem;
}

.bg-light[b-iy2815wn2q] {
    background-color: #e9ecef;
}
/* /Pages/Transaction/FinanceTransaction/CashBankVoucher.razor.rz.scp.css */
#cash_bank[b-sy4l4yk1l4] {
    --contentheader-height: 220px;
    --contentfooter-height: 100px;
    scrollbar-width: thin;
    height: 100%;
}

#ledger-info div[b-sy4l4yk1l4] {
    margin-right: 5px;
}

.body-sticky-header[b-sy4l4yk1l4] {
    margin-bottom: 5px;
}


.body-sticky-footer[b-sy4l4yk1l4] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-sy4l4yk1l4] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior: none;
}

.form-control-disable:focus[b-sy4l4yk1l4] {
    background-color: #e9ecef !important;
}

.body-content .form-control:not(:focus)[b-sy4l4yk1l4] {
    border: none;
    border-radius: 2px;
    height: 23px;
    padding: 0.25rem 0.2rem;
}

.table-container[b-sy4l4yk1l4] {
    max-height: 60vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

th[b-sy4l4yk1l4] {
    position: sticky;
    top: 0;
    background: white; /* Keeps the header background when scrolling */
    z-index: 1;
}


th[b-sy4l4yk1l4], td[b-sy4l4yk1l4] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-sy4l4yk1l4] {
    outline: none;
}

tr[b-sy4l4yk1l4] {
    height: 25px;
}

td[b-sy4l4yk1l4] {
    padding: 0.2rem 0.3rem;
}

.bg-light[b-sy4l4yk1l4] {
    background-color: #e9ecef;
}

/* /Pages/Transaction/FinanceTransaction/CreditNote.razor.rz.scp.css */
#credit_note[b-0kf9ho78n4] {
    --contentheader-height: 250px;
    --contentfooter-height: 110px;
    scrollbar-width: thin;
   height: 100%;
}


.body-sticky-header[b-0kf9ho78n4] {
    margin-bottom: 5px;
}

.body-sticky-footer[b-0kf9ho78n4] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-0kf9ho78n4] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior: none;
}

.form-control-disable:focus[b-0kf9ho78n4] {
    background-color: #e9ecef !important;
}

.body-content .form-control:not(:focus)[b-0kf9ho78n4] {
    border: none;
    border-radius: 2px;
    height: 23px;
    padding: 0.25rem 0.2rem;
}

.form-control-disable:focus[b-0kf9ho78n4] {
    background-color: #e9ecef !important;
}

.table-container[b-0kf9ho78n4] {
    max-height: 60vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

th[b-0kf9ho78n4] {
    position: sticky;
    top: 0;
    background: white; /* Keeps the header background when scrolling */
    z-index: 1;
}

[b-0kf9ho78n4] 

th, td[b-0kf9ho78n4] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-0kf9ho78n4] {
    outline: none;
}

tr[b-0kf9ho78n4] {
    height: 25px;
}

td[b-0kf9ho78n4] {
    padding: 0.2rem 0.3rem;
}

.bg-light[b-0kf9ho78n4] {
    background-color: #e9ecef;
}
/* /Pages/Transaction/FinanceTransaction/DebitNote.razor.rz.scp.css */
#debit_note[b-e7cc7w8atd] {
    --contentheader-height: 260px;
    --contentfooter-height: 120px;
    scrollbar-width: thin;
   height: 100%;
}

.body-sticky-header[b-e7cc7w8atd] {
    margin-bottom: 5px;
}

.body-sticky-footer[b-e7cc7w8atd] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-e7cc7w8atd] {
    width: 100%;
    overflow: auto;
    overscroll-behavior: none;
}

.form-control-disable:focus[b-e7cc7w8atd] {
    background-color: #e9ecef !important;
}

.body-content .form-control:not(:focus)[b-e7cc7w8atd] {
    border: none;
    border-radius: 2px;
    height: 23px;
    padding: 0.25rem 0.2rem;
}

.table-container[b-e7cc7w8atd] {
    max-height: 60vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

th[b-e7cc7w8atd] {
    position: sticky;
    top: 0;
    background: white; /* Keeps the header background when scrolling */
    z-index: 1;
}

th[b-e7cc7w8atd], td[b-e7cc7w8atd] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-e7cc7w8atd] {
    outline: none;
}

tr[b-e7cc7w8atd] {
    height: 25px;
}

td[b-e7cc7w8atd] {
    padding: 0.2rem 0.3rem;
}

.bg-light[b-e7cc7w8atd] {
    background-color: #e9ecef;
}
/* /Pages/Transaction/FinanceTransaction/FrmJournalVoucher.razor.rz.scp.css */
#journal[b-7oo3cggnp8] {
    --contentheader-height: 120px;
    --contentfooter-height: 105px;
    scrollbar-width: thin;
   height: 100%;
}


.body-sticky-header[b-7oo3cggnp8] {
    margin-bottom: 5px;
}

.body-content[b-7oo3cggnp8] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior: none;
}

.body-sticky-footer[b-7oo3cggnp8] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}
/* /Pages/Transaction/FinanceTransaction/PostDayCheque/FrmPostDayCheque.razor.rz.scp.css */
input.form-control-sm[b-iro6izhal7] {
    height: 25px;
}

select.form-control-sm[b-iro6izhal7] {
    height: 25px;
    padding-top: 1px;
}

.d-flex span[b-iro6izhal7] {
    height: 25px;
}

.table-container[b-iro6izhal7] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-iro6izhal7] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-iro6izhal7], td[b-iro6izhal7] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-iro6izhal7] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-iro6izhal7] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-iro6izhal7] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

@keyframes loadingAnimation-b-iro6izhal7 {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }
    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }
    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }
    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }
    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-iro6izhal7] {
    color: #b9bcbf;
}

[b-iro6izhal7] .autocomplete button {
    display: flex;  
    justify-content: space-between;
    right: 0;
    top:-2px !important;
}
/* /Pages/Transaction/FinanceTransaction/PostDayCheque/ListPostDayCheque.razor.rz.scp.css */
/* /Pages/Transaction/FinanceTransaction/PostDayCheque/RptPdcReportViewer.razor.rz.scp.css */
.table-container[b-o1b6kt6e06] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

th[b-o1b6kt6e06] {
    position: sticky;
    top: 0;
    background: white; /* Keeps the header background when scrolling */
    z-index: 1;
}


th[b-o1b6kt6e06], td[b-o1b6kt6e06] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-o1b6kt6e06] {
    outline: none;
}

.skeleton-loader[b-o1b6kt6e06] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-o1b6kt6e06] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-o1b6kt6e06] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-o1b6kt6e06 2.5s infinite linear;
}

@keyframes flow-b-o1b6kt6e06 {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}
/* /Pages/Transaction/InventoryTransaction/BarCodePrint.razor.rz.scp.css */
#barcodeGrid[b-3cvyf58083] {
    overflow-x: hidden;
    overflow-y: auto;
}

[b-3cvyf58083] .sticky-header {
    position: sticky !important;
    top: 0;
    background: white;
    z-index: 10;
    border-bottom: solid 1px #eaacac;
}

.body-content[b-3cvyf58083] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior: none;
    height: 30vh;
}

.selected[b-3cvyf58083] {
    background-color: #757471a6;
    color: white;
}

[b-3cvyf58083] .highlight_row {
    outline: #e2a4a4 solid 1px;
    background: #f1f3f5;
    transition: background-color 0.2s ease-in-out;
}

[b-3cvyf58083] td.text-start:not(:has(input)) {
    padding: 0 .5rem 0 .5rem !important;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-3cvyf58083] td > input {
    border: none !important;
    border-radius: 0;
    text-align: start;
    padding: .1rem;
}

[b-3cvyf58083] input:focus {
    border-radius: 2px;
}

.table_disable tr[b-3cvyf58083] {
    background-color: #b6a4a4 !important;
}

.selected[b-3cvyf58083] {
    background-color: #757471a6;
    color: white;
}


th[b-3cvyf58083], td[b-3cvyf58083] {
    white-space: nowrap;
    color: #3c4044;
    padding: 0 5px;
    font-weight: 400 !important;
    vertical-align: middle;
}

tr:focus[b-3cvyf58083] {
    outline: none;
}

tr[b-3cvyf58083] {
    height: 25px;
    font-weight: normal;
}

table tbody tr td[b-3cvyf58083] {
    padding: 0 0 !important;
    font-weight: 400 !important;
}

tr[b-3cvyf58083] {
    height: 2px;
}


.collapse .show[b-3cvyf58083] {
    transition: all 2s ease-in-out;
}

button[aria-expanded="true"] .fa[b-3cvyf58083] {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

button[aria-expanded="false"] .fa[b-3cvyf58083] {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
/* /Pages/Transaction/InventoryTransaction/FrmBoomRegistration.razor.rz.scp.css */
/* /Pages/Transaction/InventoryTransaction/FrmFinishedGoodsReceived.razor.rz.scp.css */
.fixed-label[b-n9j6yq6umf] {
    width: 95px;
    white-space: nowrap;
}
/* /Pages/Transaction/InventoryTransaction/FrmInventoryIssue.razor.rz.scp.css */
.fixed-label[b-oooq4ejdg5] {
    width: 95px;
    white-space: nowrap;
}
/* /Pages/Transaction/PurchaseTransaction/FrmPurchaseInvoice.razor.rz.scp.css */
.sales_invoice[b-hfqx2nj6h3] {
    --contentheader-height: 280px;
    --contentfooter-height: 110px;
    scrollbar-width: thin;
    height: 100%;
}


#ledgerSummary div[b-hfqx2nj6h3] {
    margin-right: 8px;
}

.fixed-column[b-hfqx2nj6h3] {
    width: 6rem;
}

.body-sticky-footer[b-hfqx2nj6h3] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-hfqx2nj6h3] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior: none;
}

.switch-slider[b-hfqx2nj6h3] {
    display: inline-block;
    width: 16px;
    height: 10px;
    background-color: #ccc;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.4s;
}

.switch-slider[b-hfqx2nj6h3]::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 7px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.1s;
}

.switch-checkbox:checked + .switch-slider[b-hfqx2nj6h3]::before {
    transform: translateX(7px);
}


[b-hfqx2nj6h3] .grid_selected_row input {
    /*background-color: #ffffff !important;*/
}

[b-hfqx2nj6h3] .table_disable {
    pointer-events: none;
    /*user-select: none;*/
}

.body-sticky-header[b-hfqx2nj6h3] {
    display: flex;
    flex-direction: column;
    gap: .5rem !important
}
/* /Pages/Transaction/PurchaseTransaction/FrmPurchaseReturn.razor.rz.scp.css */
.Purchase_return[b-i7bsp3jqrl] {
    --contentheader-height: 280px;
    --contentfooter-height: 110px;
    scrollbar-width: thin;
   height: 100%;
}

#ledgerSummary div[b-i7bsp3jqrl] {
    margin-right: 8px;
}

.body-sticky-header[b-i7bsp3jqrl] {
    margin-bottom: 5px;
}

.body-sticky-footer[b-i7bsp3jqrl] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-i7bsp3jqrl] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior: none;
}

.form-control-disable:focus[b-i7bsp3jqrl] {
    background-color: #e9ecef !important;
}

.body-content .form-control:not(:focus)[b-i7bsp3jqrl] {
    border: none;
    border-radius: 2px;
    height: 23px;
    padding: 0.25rem 0.2rem;
}

.body-content .form-control input:focus[b-i7bsp3jqrl] {
    height: 23px;
    padding: 0.25rem 0.2rem;
    color: #495057;
    background-color: #fff;
    border-radius: 0;
    border: black 2px solid;
    outline: black 1px solid;
    box-shadow: 0 0 0 0 black !important;
}

th[b-i7bsp3jqrl], td[b-i7bsp3jqrl] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-i7bsp3jqrl] {
    outline: none;
}

tr[b-i7bsp3jqrl] {
    height: 25px;
}

td[b-i7bsp3jqrl] {
    padding: 0.2rem 0.3rem;
}

input[disabled][b-i7bsp3jqrl] {
    background-color: #F9F9F9 !important;
    color: #928989 !important;
}

.switch-slider[b-i7bsp3jqrl] {
    display: inline-block;
    width: 16px;
    height: 10px;
    background-color: #ccc;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.4s;
}

.switch-slider[b-i7bsp3jqrl]::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 7px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.1s;
}

.switch-checkbox:checked + .switch-slider[b-i7bsp3jqrl]::before {
    transform: translateX(7px);
}
/* /Pages/Transaction/PurchaseTransaction/InterBranchIn/FrmInterBranchIn.razor.rz.scp.css */
/* /Pages/Transaction/SalesTransaction/Challan/FrmSalesChallan.razor.rz.scp.css */
#sales_challan[b-3rqc76fd3u] {
    --contentheader-height: 265px;
    --contentfooter-height: 95px;
    scrollbar-width: thin;
   height: 100%;
}

#ledgerSummary div[b-3rqc76fd3u] {
    margin-right: 8px;
}

.body-sticky-header[b-3rqc76fd3u] {
    margin-bottom: 5px;
}

.body-sticky-footer[b-3rqc76fd3u] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-3rqc76fd3u] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior: none;
}

.form-control-disable:focus[b-3rqc76fd3u] {
    background-color: #e9ecef !important;
}

.body-content .form-control:not(:focus)[b-3rqc76fd3u] {
    border: none;
    border-radius: 2px;
    height: 23px;
    padding: 0.25rem 0.2rem;
}

th[b-3rqc76fd3u], td[b-3rqc76fd3u] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-3rqc76fd3u] {
    outline: none;
}

tr[b-3rqc76fd3u] {
    height: 25px;
}

td[b-3rqc76fd3u] {
    padding: 0.2rem 0.3rem;
}

input[disabled][b-3rqc76fd3u] {
    background-color: #F9F9F9 !important;
    color: #928989 !important;
}


.switch-slider[b-3rqc76fd3u] {
    display: inline-block;
    width: 16px;
    height: 10px;
    background-color: #ccc;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.4s;
}

.switch-slider[b-3rqc76fd3u]::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 7px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.1s;
}

.switch-checkbox:checked + .switch-slider[b-3rqc76fd3u]::before {
    transform: translateX(7px);
}
/* /Pages/Transaction/SalesTransaction/InterBranchOut/FrmInterBranchOut.razor.rz.scp.css */

.body-sticky-header[b-rcoodty353] {
    margin-bottom: 5px;
}

.body-sticky-footer[b-rcoodty353] {
    background-color: white;
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-rcoodty353] {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.form-control-disable:focus[b-rcoodty353] {
    background-color: #e9ecef !important;
}

.body-content .form-control:not(:focus)[b-rcoodty353] {
    border: none;
    border-radius: 2px;
    height: 23px;
    padding: 0.25rem 0.2rem;
}
/* /Pages/Transaction/SalesTransaction/Invoice/FrmSalesInvoice.razor.rz.scp.css */
#sales_invoice[b-fpgewuth4i] {
    --contentheader-height: 310px;
    --contentfooter-height: 95px;
    scrollbar-width: thin;
    height: 100%;
}

#ledgerSummary div[b-fpgewuth4i] {
    margin-right: 8px;
}

.fixed-column[b-fpgewuth4i] {
    width: 6rem;
}

.body-sticky-footer[b-fpgewuth4i] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-fpgewuth4i] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior: none;
}

.switch-slider[b-fpgewuth4i] {
    display: inline-block;
    width: 16px;
    height: 10px;
    background-color: #ccc;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.4s;
}

.switch-slider[b-fpgewuth4i]::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 7px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.1s;
}

.switch-checkbox:checked + .switch-slider[b-fpgewuth4i]::before {
    transform: translateX(7px);
}


[b-fpgewuth4i] .grid_selected_row input {
    /*background-color: #ffffff !important;*/
}

[b-fpgewuth4i] .table_disable {
    pointer-events: none;
    /*user-select: none;*/
}

.body-sticky-header[b-fpgewuth4i] {
    display: flex;
    flex-direction: column;
    gap: .5rem !important
}
/* /Pages/Transaction/SalesTransaction/Invoice/SalesOtherDetails.razor.rz.scp.css */
.multi-columns[b-nxx01icxax] {
    column-count: 2; /* or 3, or auto with min-width using column-width */
    column-gap: 2rem; /* space between columns */
}

.item[b-nxx01icxax] {
    break-inside: avoid;
    margin-bottom: 1rem;
}
/* /Pages/Transaction/SalesTransaction/Order/FrmSalesOrder.razor.rz.scp.css */
#sales_order[b-jnjfopbblp] {
    --contentheader-height: 265px;
    --contentfooter-height: 95px;
    scrollbar-width: thin;
   height: 100%;
}

#ledgerSummary div[b-jnjfopbblp] {
    margin-right: 8px;
}

.body-sticky-header[b-jnjfopbblp] {
    margin-bottom: 5px;
}

.body-sticky-footer[b-jnjfopbblp] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-jnjfopbblp] {
    width: 100%;
    overflow: auto;
    overscroll-behavior: none;
}

.form-control-disable:focus[b-jnjfopbblp] {
    background-color: #e9ecef !important;
}

.body-content .form-control:not(:focus)[b-jnjfopbblp] {
    border: none;
    border-radius: 2px;
    height: 23px;
    padding: 0.25rem 0.2rem;
}

th[b-jnjfopbblp], td[b-jnjfopbblp] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-jnjfopbblp] {
    outline: none;
}

tr[b-jnjfopbblp] {
    height: 25px;
}

td[b-jnjfopbblp] {
    padding: 0.2rem 0.3rem;
}

input[disabled][b-jnjfopbblp] {
    background-color: #F9F9F9 !important;
    color: #928989 !important;
}


.switch-slider[b-jnjfopbblp] {
    display: inline-block;
    width: 16px;
    height: 10px;
    background-color: #ccc;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.4s;
}

.switch-slider[b-jnjfopbblp]::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 7px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.1s;
}

.switch-checkbox:checked + .switch-slider[b-jnjfopbblp]::before {
    transform: translateX(7px);
}
/* /Pages/Transaction/SalesTransaction/RestaurantBilling/KitchenDisplayPage.razor.rz.scp.css */
.kds-root[b-h00yk8kg47] {
    background: #121212;
    color: #fff;
    font-family: Segoe UI, sans-serif;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.kds-header[b-h00yk8kg47] {
    height: 70px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1b1b1b;
    border-bottom: 1px solid #2b2b2b;
}

.title[b-h00yk8kg47] {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot[b-h00yk8kg47] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00ff88;
}

.clock[b-h00yk8kg47] {
    font-size: 22px;
    font-weight: 700;
}

.kds-summary[b-h00yk8kg47] {
    display: flex;
    gap: 24px;
    padding: 10px 20px;
    background: #171717;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #2b2b2b;
}

.kds-tabs[b-h00yk8kg47] {
    display: flex;
    gap: 12px;
    padding: 12px 18px;
    background: #0e0e0e;
    border-bottom: 1px solid #2b2b2b;
}

.kds-tabs button[b-h00yk8kg47] {
    background: #1a1a1a;
    color: #aaa;
    border: none;
    border-radius: 14px;
    padding: 10px 18px;
    font-weight: 700;
    cursor: pointer;
}

.kds-tabs button.active[b-h00yk8kg47] {
    background: #00ff88;
    color: #000;
}

.kds-grid[b-h00yk8kg47] {
    flex: 1;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    padding: 16px;
    overflow-y: auto;
}

.order-card[b-h00yk8kg47] {
    display: flex;
    flex-direction: column;
    background: #1e1e1e;
    border-radius: 16px;
    border-left: 6px solid #00ff88;
    min-height: 320px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.card-header[b-h00yk8kg47] {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 18px;
}

.card-content[b-h00yk8kg47] {
    flex: 1;
    padding: 0 12px;
    overflow-y: auto;
    margin-bottom: 12px;
}

.items[b-h00yk8kg47] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.items li[b-h00yk8kg47] {
    padding: 2px 0;
    font-size: 16px;
}

.note[b-h00yk8kg47] {
    margin-top: 6px;
    padding: 6px 10px;
    border-radius: 8px;
    background: #2a1f00;
    color: #ffcc00;
    font-weight: 600;
}

.actions.fixed-bottom[b-h00yk8kg47] {
    display: flex;
    gap: 10px;
    padding: 8px 12px;
    border-top: 1px solid #2b2b2b;
}

.btn[b-h00yk8kg47] {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
}

.btn.accept[b-h00yk8kg47] {
    background: #00ff88;
    color: #000;
}

.btn.complete[b-h00yk8kg47] {
    background: #00c853;
    color: #fff;
}

.btn.redo[b-h00yk8kg47] {
    background: #ff3b3b;
    color: #fff;
}

.order-card.working[b-h00yk8kg47] {
    border-color: #ffb000;
}

.order-card.done[b-h00yk8kg47] {
    border-color: #00c853;
    opacity: 0.7;
}

.order-card.redo[b-h00yk8kg47] {
    border-color: #ff3b3b;
    animation: pulse-b-h00yk8kg47 1.2s infinite;
}

@keyframes pulse-b-h00yk8kg47 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 59, 59, 0.6);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(255, 59, 59, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 59, 59, 0);
    }
}
/* /Pages/Transaction/SalesTransaction/RestaurantBilling/NewRestaurantBilling.razor.rz.scp.css */
.oderSection[b-zshz6zsbdr] {
    transition: height 0.01s ease-in-out;
    max-height: 70vh;
}

.collapse-transition[b-zshz6zsbdr] {
    transition: height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}

.collapse-transition:not(.show)[b-zshz6zsbdr] {
    opacity: 0;
}

.collapse-transition.show[b-zshz6zsbdr] {
    opacity: 1;
}

.menu-card[b-zshz6zsbdr] {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.menu-card:hover[b-zshz6zsbdr] {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

.list-group-item span[b-zshz6zsbdr] {
    font-weight: 500;
}

.menu-scrollable[b-zshz6zsbdr] {
    max-height: 75vh; /* Adjust as needed */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px; /* space for scrollbar */
    scrollbar-width: thin;
}

.order-scrollable[b-zshz6zsbdr] {
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    scrollbar-width: thin;
}

.menu-scrollable[b-zshz6zsbdr]::-webkit-scrollbar {
    width: 0;
}

.menu-scrollable[b-zshz6zsbdr]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.menu-scrollable[b-zshz6zsbdr]::-webkit-scrollbar-track {
    background-color: transparent;
}

@media (max-width: 768px) {
    .col-md-8[b-zshz6zsbdr], .col-md-4[b-zshz6zsbdr] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.list-group-item .btn[b-zshz6zsbdr] {
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1;
}

.collapse .show[b-zshz6zsbdr] {
    transition: all 2s ease-in-out;
}

li[aria-expanded="true"] .fa[b-zshz6zsbdr] {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

li[aria-expanded="false"] .fa[b-zshz6zsbdr] {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.category-scroll[b-zshz6zsbdr] {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.category-scroll[b-zshz6zsbdr]::-webkit-scrollbar {
    height: 6px;
}

.category-scroll[b-zshz6zsbdr]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

/* Default: no border */
.list-item-wrapper[b-zshz6zsbdr] {
    border-left: 0;
    transition: border-left 0.3s ease;
}

/* When collapse is open → add left border */
.list-item-wrapper:has(.collapse.show)[b-zshz6zsbdr] {
    border-left: 4px solid #bd2727;
    border-radius: 4px 0 0 4px;
}
/* /Pages/Transaction/SalesTransaction/RestaurantBilling/RestaurantBilling.razor.rz.scp.css */

body[b-i1nxajvt51] {
    background: var(--body-background-color);
    margin: 0;
    height: 100vh;
    overflow: hidden;
    scrollbar-width: thin;
}

#restaurantBilling[b-i1nxajvt51] {
    height: 100vh;
    overflow: hidden;
    scrollbar-width: thin;
    -ms-overflow-style: none;

}

#restaurantBilling[b-i1nxajvt51]::-webkit-scrollbar {
    display: none;
}

[b-i1nxajvt51] .btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease-in;
}

.btn-table-active[b-i1nxajvt51] {
    color: white;
    background: #17a2b8;
}

.btn-order-printed[b-i1nxajvt51] {
    background-color: #FFA07A;
    color: black;
}

.btn-table-dirty[b-i1nxajvt51] {
    background-color: #778899;
    color: white;
}

[b-i1nxajvt51] #restaurant-tables::-webkit-scrollbar {
    display: none;
}


[b-i1nxajvt51] #restaurant-tables {
    margin: 0;
    height: auto;
    width: 20rem !important;
    background: #31353d;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    transition: width 0.6ms ease-in-out;
}

#restaurant-tables.hide[b-i1nxajvt51] {
    width: 0;
}

[b-i1nxajvt51] .footerButton {
    background-color: #31353d;
    height: auto;
    overflow-y: hidden;
    overflow-x: auto;
}

[b-i1nxajvt51] .footerButton button {
    white-space: nowrap;
    text-overflow: fade;
    transition: all 0.1s ease-in;
    min-width: fit-content;
    max-height: fit-content;
}

.btn-occupied[b-i1nxajvt51] {
    color: white;
    background-color: #a8435b;
}

.btn-occupied:hover[b-i1nxajvt51] {
    color: white;
}

[b-i1nxajvt51] .selected-table {
    box-shadow: none;
    outline: yellow solid 1px;
    background-image: none;
}

[b-i1nxajvt51] .selected-table[table-status="P"] {
    outline: 1px solid #9da29d !important;
}

.form-control[b-i1nxajvt51] {
    height: 26px;
}

.col[b-i1nxajvt51] {
    padding-left: 10px;
    padding-right: 10px;
}

#product-table[b-i1nxajvt51] {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full viewport height */
    /*width: calc(100vw - 330px);*/
}

#product-table .sticky-header[b-i1nxajvt51] {
    flex: 0 0 140px;
}

#restaurant-tables .sticky-header[b-i1nxajvt51] {
    flex: 0 0 32px;
    margin-bottom: 5px;
}


#product-table .sticky-footer[b-i1nxajvt51] {
    flex: 0 0 195px;
}

#restaurant-tables .sticky-footer[b-i1nxajvt51] {
    flex: 0 0 40px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: thin;
}

#restaurant-tables[b-i1nxajvt51]::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

#restaurant-tables .content[b-i1nxajvt51] {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
}

#product-table .content[b-i1nxajvt51] {
    flex: 1 1 0;
    overflow-y: auto;
    overflow-x: hidden;
}

#product-table tr:focus-visible[b-i1nxajvt51] {
    /*outline: none;*/
    outline: #1e1b1b solid 1px;
}

table .selected-table tr[b-i1nxajvt51] {
    height: 45px;
}


th[b-i1nxajvt51] {
    position: sticky;
    top: 0;
    height: 20px !important;
    background: #EBEBEB; /* Keeps the header background when scrolling */
    z-index: 1;
}

th[b-i1nxajvt51], td[b-i1nxajvt51] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-i1nxajvt51] {
    padding: 0.1rem 0.2rem;
}

th[b-i1nxajvt51] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

.selected-row[b-i1nxajvt51] {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    outline: gray solid 1px;
    height: 28px !important;
    transition: all 0.2s ease-in-out !important;
}

tr:not(.selected-row)[b-i1nxajvt51] {
    transition: all 0.2s ease;
    cursor: pointer;
    height: 25px !important;
}

th[b-i1nxajvt51] {
    height: 20px !important;
    max-height: 20px !important;
    line-height: 20px !important;
    vertical-align: text-top;
    padding: 0 4px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.scrollable-content[b-i1nxajvt51] {
    height: auto; /* Adjust content dynamically */
}

.btn-group .btn[b-i1nxajvt51] {
    padding: 3px 7px;
}

.btn-table[b-i1nxajvt51] {
    width: 80px !important;
}

.resizable[b-i1nxajvt51] {
    overflow: hidden;
    height: 100%;
    transition: width 0.2s ease;
}

.left-div[b-i1nxajvt51] {
    /* Left div starts at 48% width */
}

.right-div[b-i1nxajvt51] {
    /* Right div starts at 48% width, will be resized */
}

.resizer[b-i1nxajvt51] {
    margin: 0 10px;
    cursor: ew-resize;
    background-color: darkgrey;
    width: 8px;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
}

input[type=number][b-i1nxajvt51]::-webkit-outer-spin-button, input[type=number][b-i1nxajvt51]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#orderTable[b-i1nxajvt51] {
    transition: all 0.3s ease-in-out, color 0.3s ease;
}

input[type=number][b-i1nxajvt51] {
    -moz-appearance: textfield;
}

[b-i1nxajvt51] .btn-danger {
    background: #9e3f32 !important;
}

tbody tr[b-i1nxajvt51] {
    height: 20px !important;
    max-height: 25px !important;
}

tbody tr td[b-i1nxajvt51] {
    height: 20px !important;
    max-height: 25px !important;
    padding: 0 4px !important;
    line-height: 20px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.time-ago[b-i1nxajvt51] {
    font-size: 0.875rem;
    font-style: italic;
    display: inline-block;
    text-align: center;

}

.table-loading-blur[b-i1nxajvt51] {
    filter: blur(1px);
    pointer-events: none;
}
/* /Pages/Transaction/SalesTransaction/RestaurantBilling/RestaurantTabOrder.razor.rz.scp.css */
body[b-7lpk076c53] {
    background: var(--body-background-color)
}

.content[b-7lpk076c53] {
    flex: 1;
    overflow-y: auto;
}

.sticky-footer[b-7lpk076c53] {
    flex: 0 0 3rem;
    color: white;
    display: flex;
    align-items: flex-start;
    padding: 0;
}

button.btn[b-7lpk076c53] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toast button[b-7lpk076c53] {
    display: none;
}

[b-7lpk076c53] .btn-order-printed {
    background-color: #FFA07A !important;
    color: black;
}

[b-7lpk076c53] .btn-table-dirty {
    background-color: #445464 !important;
    color: white;
}


[b-7lpk076c53] .btn-danger {
    background-color: #9e3f32 !important;
}

.scrollable-content[b-7lpk076c53] {
    height: auto;
}

.btn-group .btn[b-7lpk076c53] {
    padding: 3px 7px;
}

.btn-table[b-7lpk076c53] {
    width: 80px !important;
}

.table-grid[b-7lpk076c53] {
    display: grid;
    gap: 0.5rem;
}

@media (max-width: 576px) {
    .table-grid[b-7lpk076c53] {
        grid-template-columns: repeat(3, 1fr);
    }

    .table-desc[b-7lpk076c53] {
        font-size: 0.9rem;
    }

    .table-amount[b-7lpk076c53] {
        font-size: 0.7rem;
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    .table-grid[b-7lpk076c53] {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (min-width: 992px) {
    .table-grid[b-7lpk076c53] {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

[b-7lpk076c53] .table-btn {
    min-height: 3.8rem !important;
    width: 100%;
}

.table-desc[b-7lpk076c53] {
    font-weight: 700;
    line-height: 1.1;
}

.table-amount[b-7lpk076c53] {
    font-size: 0.75rem;
    opacity: 0.9;
}
/* /Pages/Transaction/SalesTransaction/RestaurantBilling/Widgets/RestaurantTableList.razor.rz.scp.css */

[b-2uvz4c2zoq] .btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease-in;
}

.btn-table-active[b-2uvz4c2zoq] {
    color: white;
    background: #17a2b8;
}

.btn-order-printed[b-2uvz4c2zoq] {
    background-color: #FFA07A;
    color: black;
}

.btn-table-dirty[b-2uvz4c2zoq] {
    background-color: #778899;
    color: white;
}

#restaurant-tables[b-2uvz4c2zoq]::-webkit-scrollbar {
    display: none;
}

#restaurant-tables[b-2uvz4c2zoq] {
    margin: 0;
    height: auto;
    width: 18%;
    background: #31353d;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    transition: width 0.6ms ease-in-out;
}

.offcanvas.show ~ #restaurant-tables[b-2uvz4c2zoq] {
    width: 40% !important;
}

#restaurant-tables.hide[b-2uvz4c2zoq] {
    width: 0;
}

[b-2uvz4c2zoq] .Room {
    --bs-btn-disabled-bg: #3E989A !important;
    background-color: #3E989A !important;
}
/* /Pages/Transaction/SalesTransaction/Return/FrmSalesInvoiceReturn.razor.rz.scp.css */
#sales_return[b-8n4a1a2bpc] {
    --contentheader-height: 280px;
    --contentfooter-height: 89px;
    scrollbar-width: thin;
    height: 100%;
}

#ledgerSummary div[b-8n4a1a2bpc] {
    margin-right: 8px;
}

.body-sticky-header[b-8n4a1a2bpc] {
    margin-bottom: 5px;
}

.body-sticky-footer[b-8n4a1a2bpc] {
    background-color: white;
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-8n4a1a2bpc] {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

input[disabled][b-8n4a1a2bpc] {
    /*background-color: #F9F9F9 !important;*/
    /*color: #ead4d4 !important;*/
}


.switch-slider[b-8n4a1a2bpc] {
    display: inline-block;
    width: 16px;
    height: 10px;
    background-color: #ccc;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.4s;
}

.switch-slider[b-8n4a1a2bpc]::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 7px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.1s;
}

.switch-checkbox:checked + .switch-slider[b-8n4a1a2bpc]::before {
    transform: translateX(7px);
}


[b-8n4a1a2bpc] .grid_selected_row input {
    /*background-color: #ffffff !important;*/
}
/* /Pages/Transaction/Widgets/TransactionBaseUi.razor.rz.scp.css */

.body-sticky-footer[b-hcef8zgppt] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}
.body-content[b-hcef8zgppt] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior: none;
}
/* /Pages/UserMaster/PermissionAndRights/BranchRights.razor.rz.scp.css */
.table-container[b-8trfy6ik0x] {
    max-height: calc(100vh - 160px - 190px);
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

th[b-8trfy6ik0x] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-8trfy6ik0x], td[b-8trfy6ik0x] {
    white-space: nowrap;
    color: #3c4044;
    cursor: default;
}

td[b-8trfy6ik0x] {
    padding: 0.2rem 0.3rem;
}

.highlight-row[b-8trfy6ik0x] {
    background: #f7f7f7;
}
/* /Pages/UserMaster/PermissionAndRights/ButtonPermissionRights.razor.rz.scp.css */
.table-container[b-4wkk1undfr] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

.table-sm td[b-4wkk1undfr], .table-sm th[b-4wkk1undfr] {
    padding: 0.01rem 0.4rem;
}

th[b-4wkk1undfr] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-4wkk1undfr], td[b-4wkk1undfr] {
    white-space: nowrap;
    color: #3c4044;
    cursor: default;
}

td[b-4wkk1undfr] {
    padding: 0.2rem 0.3rem;
}

/* /Pages/UserMaster/PermissionAndRights/CompanyRight.razor.rz.scp.css */
.table-container[b-jwqc5z9lnz] {
    max-height: calc(100vh - 160px - 190px);
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

th[b-jwqc5z9lnz] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-jwqc5z9lnz], td[b-jwqc5z9lnz] {
    white-space: nowrap;
    color: #3c4044;
    cursor: default;
}

td[b-jwqc5z9lnz] {
    padding: 0.2rem 0.3rem;
}
/* /Pages/UserMaster/PermissionAndRights/CounterRights.razor.rz.scp.css */
.table-container[b-sbpfd5wtmd] {
    max-height: calc(100vh - 160px - 190px);
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

th[b-sbpfd5wtmd] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-sbpfd5wtmd], td[b-sbpfd5wtmd] {
    white-space: nowrap;
    color: #3c4044;
    cursor: default;
}

td[b-sbpfd5wtmd] {
    padding: 0.2rem 0.3rem;
}

.highlight-row[b-sbpfd5wtmd] {
    background: #f7f7f7;
}
/* /Pages/UserMaster/PermissionAndRights/DepartmentRights.razor.rz.scp.css */
.table-container[b-ouzd5znphi] {
    max-height: calc(100vh - 160px - 190px);
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

th[b-ouzd5znphi] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-ouzd5znphi], td[b-ouzd5znphi] {
    white-space: nowrap;
    color: #3c4044;
    cursor: default;
}

td[b-ouzd5znphi] {
    padding: 0.2rem 0.3rem;
}

.highlight-row[b-ouzd5znphi] {
    background: #f7f7f7;
}
/* /Pages/UserMaster/PermissionAndRights/GodownRights.razor.rz.scp.css */
.table-container[b-t5lqu4c1lz] {
    max-height: calc(100vh - 160px - 190px);
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

th[b-t5lqu4c1lz] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-t5lqu4c1lz], td[b-t5lqu4c1lz] {
    white-space: nowrap;
    color: #3c4044;
    cursor: default;
}

td[b-t5lqu4c1lz] {
    padding: 0.2rem 0.3rem;
}

.highlight-row[b-t5lqu4c1lz] {
    background: #f7f7f7;
}
/* /Pages/UserMaster/PermissionAndRights/MenuPermissionRights.razor.rz.scp.css */
.table-container[b-xfnaypr7u1] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

.table-sm td[b-xfnaypr7u1], .table-sm th[b-xfnaypr7u1] {
    padding: 0.01rem 0.4rem;
}

th[b-xfnaypr7u1] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-xfnaypr7u1], td[b-xfnaypr7u1] {
    white-space: nowrap;
    color: #3c4044;
    cursor: default;
}

td[b-xfnaypr7u1] {
    padding: 0.2rem 0.3rem;
}

/* /Pages/UserMaster/UserMaster/FrmUserMaster.razor.rz.scp.css */
input.form-control-sm[b-p161laz43w] {
    height: 25px;
}

select.form-control-sm[b-p161laz43w] {
    height: 25px;
    padding-top: 1px;
}

.table-container[b-p161laz43w] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

th[b-p161laz43w] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}

th[b-p161laz43w], td[b-p161laz43w] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

td[b-p161laz43w] {
    padding: 0.2rem 0.3rem;
}

.select-row[b-p161laz43w] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-p161laz43w] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-p161laz43w {
    0% {
        visibility: visible;
        display: block; /* Initially visible and displayed */
        opacity: 1; /* Fully opaque */
    }

    25% {
        visibility: visible;
        display: block;
        opacity: 0.75; /* Slightly transparent */
    }

    50% {
        visibility: visible;
        display: block;
        opacity: 0.5; /* More transparent */
    }

    75% {
        visibility: visible;
        display: block;
        opacity: 0.25; /* Almost transparent */
    }

    100% {
        visibility: hidden;
        display: none; /* Fully hidden and removed from layout */
        opacity: 0; /* Fully transparent */
    }
}

.icon-disable[b-p161laz43w] {
    color: #b9bcbf;
}
/* /Pages/UserMaster/UserMaster/ListUserLoginHistory.razor.rz.scp.css */
.user-image[b-1q141c9xac] {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: #d9d9da 1px solid;
    object-fit: cover;
}

.table-container[b-1q141c9xac] {
    position: relative;
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

.table-sm td[b-1q141c9xac], .table-sm th[b-1q141c9xac] {
    padding: 0.01rem 0.4rem;
}

th[b-1q141c9xac] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    z-index: 1;
}



.highlight-row[b-1q141c9xac], .highlight-row:focus[b-1q141c9xac] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.fixed-column[b-1q141c9xac] {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 30px;
    left: 0;
}

tr[b-1q141c9xac] {
    height: 30px;
}

th[b-1q141c9xac], td[b-1q141c9xac] {
    height: 30px;
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
    align-items: center;
    align-self: center;
}

tr:focus[b-1q141c9xac] {
    outline: none;
}

.skeleton-loader[b-1q141c9xac] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-1q141c9xac] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-1q141c9xac] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-1q141c9xac 2.5s infinite linear;
}

@keyframes flow-b-1q141c9xac {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}
/* /Pages/UserMaster/UserMaster/ListUserMaster.razor.rz.scp.css */
.user-image[b-0q5vs1u3ko] {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: #d9d9da 1px solid;
    object-fit: cover;
}

.table-container[b-0q5vs1u3ko] {
    position: relative;
    max-height: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    outline: none;
    --animate-duration: 0.5s;
    overscroll-behavior: none;

}

.table-sm td[b-0q5vs1u3ko], .table-sm th[b-0q5vs1u3ko] {
    padding: 0.01rem 0.4rem;
}

th[b-0q5vs1u3ko], td[b-0q5vs1u3ko] {
    white-space: nowrap;
}

th[b-0q5vs1u3ko] {
    position: sticky;
    top: 0;
    /*background: white; !* Keeps the header background when scrolling *!*/
    z-index: 1;
}


.highlight-row[b-0q5vs1u3ko], .highlight-row:focus[b-0q5vs1u3ko] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.fixed-column[b-0q5vs1u3ko] {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 30px;
    left: 0;
}

th[b-0q5vs1u3ko], td[b-0q5vs1u3ko] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

tr:focus[b-0q5vs1u3ko] {
    outline: none;
}

.skeleton-loader[b-0q5vs1u3ko] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.skeleton-row[b-0q5vs1u3ko] {
    display: flex;
    flex-direction: row;
    padding: 2px;
    border-bottom: 1px solid #d5d4d4;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-0q5vs1u3ko] {
    width: 100px;
    height: 20px;
    margin: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-0q5vs1u3ko 2.5s infinite linear;
}

input[type=checkbox]:disabled[b-0q5vs1u3ko] {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    cursor: not-allowed;
    background-color: #007bff;
    border-color: #007bff;
    background-repeat: no-repeat;
    background-position: center;
}


@keyframes flow-b-0q5vs1u3ko {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}

[b-0q5vs1u3ko] #report_pagination {
    display: flex;
    gap: 0.3rem;
    align-items: center;
}

[b-0q5vs1u3ko] #report_pagination .page-item {
    display: flex;
}

[b-0q5vs1u3ko] #report_pagination .page-link {
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.2s ease;
}

[b-0q5vs1u3ko] #report_pagination .page-link:hover {
    background-color: rgba(13, 110, 253, 0.1);
}

[b-0q5vs1u3ko] #report_pagination .page-item.active .page-link {
    background-color: #48494b;
    color: #fff;
    border-color: #cad8ec;
}

/* Disabled */
[b-0q5vs1u3ko] #report_pagination .page-item.disabled .page-link {
    opacity: 0.45;
    pointer-events: none;
}

/* Icons */
[b-0q5vs1u3ko] #report_pagination i {
    font-size: 0.9rem;
}

.online-customer td[b-0q5vs1u3ko] {
    background-color: #e1f5e8 !important;
}
/* /Static/AcmeLogoLoading.razor.rz.scp.css */
.logo-card[b-219q5ju22n] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.svg-container[b-219q5ju22n] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
}
/* /Static/CompanySupport.razor.rz.scp.css */
/* /Static/LoadingComponent.razor.rz.scp.css */
div#wave[b-20k6q2ha49] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div#wave .dot[b-20k6q2ha49] {
    display: inline-block;
    width: 10px;
    color: #888a8a;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
    background: #888a8a;
    animation: wave-b-20k6q2ha49 1.3s linear infinite;
}

div#wave .dot:nth-child(2)[b-20k6q2ha49] {
    animation-delay: -1.1s;
}

div#wave .dot:nth-child(3)[b-20k6q2ha49] {
    animation-delay: -0.9s;
}

@keyframes wave-b-20k6q2ha49 {
    0%, 60%, 100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-15px);
    }
}
/* /Static/TableLoading.razor.rz.scp.css */

.skeleton-loader[b-t3r9xfno81] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 8px;
    max-height: 100%;
}

.skeleton-row[b-t3r9xfno81] {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.skeleton-cell[b-t3r9xfno81] {
    flex: 1;
    background: linear-gradient(90deg, #dadada 25%, #e6e6e6 50%, #dadada 75%);
    background-size: 200% 200%;
    animation: flow-b-t3r9xfno81 2.5s linear;
    background: #ddd;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.skeleton-cell[b-t3r9xfno81]::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent
    );
    animation: shimmer 1.5s infinite;
}

@keyframes flow-b-t3r9xfno81 {
    0% {
        background-position: 200% 200%;
    }
    100% {
        background-position: -200% -200%;
    }
}


@keyframes placeholderShimmer-b-t3r9xfno81 {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}
/* /Static/TextSliding.razor.rz.scp.css */
.counter[b-ak2oimh3im] {
    display: flex;
    font-family: monospace;
    font-size: 3rem;
}

.digit-wrapper[b-ak2oimh3im] {
    overflow: hidden;
    height: 1em;
    width: 0.6em;
}

.digit[b-ak2oimh3im] {
    transform: translateY(0%);
    animation: slide-b-ak2oimh3im 1s cubic-bezier(.17,.67,.83,.67) forwards;
}

.digit:nth-child(1)[b-ak2oimh3im] { animation-delay: 0s; }
.digit:nth-child(2)[b-ak2oimh3im] { animation-delay: 0.1s; }
.digit:nth-child(3)[b-ak2oimh3im] { animation-delay: 0.2s; }

@keyframes slide-b-ak2oimh3im {
    0% { transform: translateY(0%); }
    100% { transform: translateY(calc(var(--target) * -100%)); }
}
