@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 */
#account-text[b-gcza1scje3] {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #344057;
    color: #b8bbc3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.user-image[b-gcza1scje3] {
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: white 1px solid;
    /*border: #d9d9da 1px solid;*/
    object-fit: cover;
}

#account-content[b-gcza1scje3] {
    cursor: pointer;
    position: fixed;
    top: 40px;
    right: 0px;
    width: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #b8bbc3;
    background: #344057;
    padding: 0;
    margin: 0;
    z-index: 100000;
    border-radius: 0 0 6px 6px;
}

ul[b-gcza1scje3] {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li[b-gcza1scje3] {
    padding: 5px 5px;
    border-bottom: gray 1px solid;
}

.persona-status[b-gcza1scje3] {
    position: absolute;
    bottom: 8px;
    left: 18px;
    width: 12px;
    height: 12px;
}

.persona-status svg[b-gcza1scje3] {
    width: 100%;
    height: 100%;
}


/* /Component/Common/DropZoneFileUpload.razor.rz.scp.css */
#custom-upload-area.disable[b-0oikmh2d81] {
    pointer-events: none;
    cursor: grabbing;
    background-color: #e9ecef;
}

#custom-upload-area[b-0oikmh2d81] {
    height: 95px;
    border: 2px solid #b5b5b6;
    border-radius: 10px;
    text-align: center;
    color: #4b4d50;
    cursor: pointer;
    transition: background 0.3s;
    margin-bottom: 10px;
}

#custom-upload-area:hover[b-0oikmh2d81] {
    background: #f0f8ff;
}

#previews > div[b-0oikmh2d81] {
    border: 1px solid #333333;
    border-radius: 10px;
}

#previews > div:hover[b-0oikmh2d81] {
    border: 2px solid #00bfa5;
    background-color: ghostwhite;
}

.closeIcon:hover[b-0oikmh2d81] {
    cursor: pointer;
}

.upload-image[b-0oikmh2d81] {
    width: 150px !important;
}

i[b-0oikmh2d81] {
    cursor: pointer !important;
}
/* /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/MiniCommonSidebar.razor.rz.scp.css */
.sidebar[b-qzg6jj2zkt] {
    height: 100vh;
    overflow-y: scroll;
    background: #31353d;
    font-size: 1rem;
}

.sidebar-expand[b-qzg6jj2zkt] {
    width: 300px;
    transition: width 0.4s cubic-bezier(0.3,0.5,0.4,1);
}

.sidebar-shrink[b-qzg6jj2zkt] {
    width: 50px;
    transition: width 0.2s ease-out;
}

.sidebar .sidebar-expand .nav-item .nav-link[b-qzg6jj2zkt] {
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.1s ease;
    transition: width 0.2s ease-in-out;
}

.sidebar .sidebar-shrink[b-qzg6jj2zkt] {
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    transition: width 1s ease;
}

#btn-dashboard:hover[b-qzg6jj2zkt] {
    cursor: pointer;
}

a[b-qzg6jj2zkt] {
    cursor: pointer;
}
/* /Component/Common/PickList.razor.rz.scp.css */
.table-container[b-ct0vgp36wa] {
    max-height: 82vh;
    border: 1px solid #ddd;
    white-space: nowrap;
    padding: 0;
    scrollbar-width: thin;
    position: relative;
}

.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;
}

.select-row[b-ct0vgp36wa] {
    background: #EBEBEB;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-ct0vgp36wa] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

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] .resizer {
    opacity: 0;
    transition: opacity 0.2s ease;
}

[b-ct0vgp36wa] th:hover .resizer {
    opacity: 1;
}

[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;
}

[b-ct0vgp36wa] .resizer.resizing {
    border-right: 1px solid #007bff;
}

[b-ct0vgp36wa] .resizer:hover, .resizing[b-ct0vgp36wa] {
    border-right: 2px solid #252728;
}

[b-ct0vgp36wa] .dragging {
    background-color: #f0f0f0;
}
/* /Component/Common/Popover.razor.rz.scp.css */
[b-dusdbbf7um] button {
    /*border-radius: 0;*/
}

.popover-toggle .open[b-dusdbbf7um],
.popover-toggle .active[b-dusdbbf7um] {
    border: 1px solid #3c4044;
    background-color: #f0f0f0;
}

.popover-menu[b-dusdbbf7um] {
    min-width: 12rem;
    background-color: #fff;
    border-radius: 0.5rem;
    border: 1px solid #d1d1d1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 0.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: #333;
}

[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_menu[b-z3z7hj4lz0] {
    padding: 8px;
    border: 1px solid #7a7a7a;
    background-color: #3d4556 !important;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}


#search_menu[b-z3z7hj4lz0]::placeholder {
    color: #aaa;
}

#search_menu:focus[b-z3z7hj4lz0] {
    background-color: #e0f7fa;
    outline: none;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

#search_menu:focus[b-z3z7hj4lz0]::placeholder {
    color: #3d4556;
}

.search-box[b-z3z7hj4lz0] {
    position: relative !important;
    display: inline-block;
    transition: all 0.3s ease;
}

[b-z3z7hj4lz0] .search-box:focus-within {
    /*width: 250px;*/
    transform: scaleX(calc(1 + 5 / 100));
}

[b-z3z7hj4lz0] .search-box .prefix {
    color: #aaa;
    transition: all 0.8s ease-in-out;
}

[b-z3z7hj4lz0] .search-box .suffix {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999;
    opacity: 0.7;
    transition: all 0.3s ease;
}

[b-z3z7hj4lz0] .search-box input {
    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;
}

[b-z3z7hj4lz0] .search-box input:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.4);
    background-color: #fff !important;
    padding-left: 32px;
    outline: none !important;
}

[b-z3z7hj4lz0] .search-box input:focus + .suffix {
    opacity: 1;
}

[b-z3z7hj4lz0] .search-box input:focus ~ .prefix {
    color: #007bff;
    transform: translateY(-50%) scale(1.1);
}


.search-result[b-z3z7hj4lz0] {
    position: fixed;
    top: 40px;
    /*left: 300px;*/
    height: 400px;
    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] {
    /*padding: 5px;*/
    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: 1px 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 */
#btn-collectiona[b-5pgflk85b1] {
    height: 30px;
    width: 300px;
    padding-top: 4px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #31353d;
}

i:hover[b-5pgflk85b1] {
    cursor: pointer;
}

[b-5pgflk85b1] i:active {
    color: #fdcd84;
    transform: translateY(1px);
}

.spin[b-5pgflk85b1] {
    animation: spin-b-5pgflk85b1 1s linear infinite;
}

@keyframes spin-b-5pgflk85b1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* /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;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scroll-margin: 0;
    scrollbar-gutter: stable;
}

.sidebar-expand[b-y6135g3kgr] {
    width: 300px;
    min-width: 18rem;
    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;
    }

}
/* /Component/Common/TagList.razor.rz.scp.css */
.table-container[b-0eyx4jdi65] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
}

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[b-0eyx4jdi65] {
    background: #f9f4f4;
    /*border: #a7a5a5 solid 1.5px;*/
}

.highlight-row[b-0eyx4jdi65] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}   
tr[b-0eyx4jdi65] {
    cursor: pointer;
}
/*#myinitial-loading {*/
/*    animation: loadingAnimation 0ms 200ms forwards;*/
/*    visibility: visible;*/
/*}*/

@keyframes loadingAnimation-b-0eyx4jdi65 {
    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/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;
}
/* /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;
}

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/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/PasswordInput.razor.rz.scp.css */
.floating-input[b-23er40z9rf] {
    border: 1px solid #ced4da;
    border-radius: 6px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
    font-size: 1rem;
    height: 42px;
    padding: 0.6rem 2.5rem 0.6rem 0.75rem;
}

.floating-input:focus[b-23er40z9rf] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.25);
}

.floating-label-text[b-23er40z9rf] {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    color: #8c98a4;
    font-size: 0.95rem;
    background: #fff;
    padding: 0 4px;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}

.floating-input:focus + .floating-label-text[b-23er40z9rf],
.floating-input:not(:placeholder-shown) + .floating-label-text[b-23er40z9rf] {
    top: 0;
    left: 0.65rem;
    font-size: 0.8rem;
    color: #dc3545;
}

.toggle-password[b-23er40z9rf] {
    font-size: 1.2rem;
    color: #6c757d;
    height: 100%;
    display: flex;
    align-items: center;
    right: 0.5rem;
}

.toggle-password:hover[b-23er40z9rf] {
    color: #dc3545;
}

.floating-input:focus + .floating-label-text[b-23er40z9rf] {
    animation: floatPop-b-23er40z9rf 0.2s ease-out;
}

@keyframes floatPop-b-23er40z9rf {
    0% {
        transform: translateY(-45%) scale(0.95);
        opacity: 0.7;
    }
    100% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
}
/* /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: 82vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
}

.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: -webkit-sticky;
    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%;
    }
}
/* /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] {
    background-color: #6b6d72;
}

.sidebar-content .nav-item .nav-item > a.nav-link:hover[b-ja5d9rjtru] {
    background-color: #4b4c50;
}
/* /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 */
.table-container[b-3yeawnmcgu] {
    max-height: 85vh;
    overflow: scroll;
    border: 1px hidden #ddd;
    font-size: 0.9rem;
    scrollbar-width: thin; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.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;
}

table tfoot[b-3yeawnmcgu] {
    inset-block-end: 0;
    background: #EBEBEB;
}

.bold-row[b-3yeawnmcgu] {
    background: #EBEBEB;
    font-weight: bold;
}

th[b-3yeawnmcgu] {
    white-space: nowrap;
    width: 100%;
}


th[b-3yeawnmcgu], td[b-3yeawnmcgu] {
    white-space: nowrap;
    color: #3c4044;
}

tr[b-3yeawnmcgu] {
    cursor: pointer;
}

tr:focus[b-3yeawnmcgu] {
    outline: none;
}

.highlight-row[b-3yeawnmcgu], .highlight-row:focus[b-3yeawnmcgu] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}

.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;
}

.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;
}

.bold-row[b-3n0j53pfvc]{
    background: #EBEBEB;
}

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;
}

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;
}

th[b-50n4lqwh5c] {
    position: sticky;
    top: 0;
    background: white; /* Keeps the header background when scrolling */
    z-index: 1;
}

.bold-row[b-50n4lqwh5c]{
    background: #EBEBEB;
}

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;
}

th[b-i1r39bxb31] {
    position: sticky;
    top: 0;
    background: white; /* Keeps the header background when scrolling */
    z-index: 1;
}

.bold-row[b-i1r39bxb31]{
    background: #EBEBEB;
}

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/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: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}
/* /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.razor.rz.scp.css */

thead[b-odmkz8l4xa] {
    position: sticky;
    top: 0;
    z-index: 2;
}

th[b-odmkz8l4xa] {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 0;
}

th[b-odmkz8l4xa], td[b-odmkz8l4xa] {
    white-space: nowrap;
    color: #3c4044;
    font-weight: 400 !important;

}

tr:focus[b-odmkz8l4xa] {
    outline: none !important;
}

tr[b-odmkz8l4xa] {
    height: 25px;
    padding: 0 1rem;
}

[b-odmkz8l4xa] td:not(:has(input)) {
    padding: 0 5px !important;
}

[b-odmkz8l4xa] td:has(input) {
    padding: 0;
}


.grid_selected_row[b-odmkz8l4xa] {
    transition: background-color 0.2s ease-in-out;
}

.grid_selected_row td[b-odmkz8l4xa] {
    /*border: 1px solid #007bff;*/
}

[b-odmkz8l4xa] .text-end {
    text-align: end !important;
}

[b-odmkz8l4xa] .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-odmkz8l4xa] input {
    box-sizing: border-box !important;
}

[b-odmkz8l4xa] .col_disable {
    /*background-color: #e9ecef !important;*/
}

[b-odmkz8l4xa] td input[readonly] {
    background-color: inherit !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/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;
}

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: 40vh;
    height: 40vh;
}

.sub-group[b-ao45wtnb3j] {
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}

.product-card[b-ao45wtnb3j] {
    transition: all 0.3s ease;
    cursor: pointer;
    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;
}
/* /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/MainLayout.razor.rz.scp.css */
.page[b-irj8uv8rti] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-irj8uv8rti] {
    flex: 1;
}

.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;
    }

}
/* /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] {
    max-height: 82vh;
    overflow: scroll;
    border: 1px solid #ddd;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    position: relative;
}

.table-wrapper[b-xudc9byg8i] {
    position: relative;
}

.bold[b-xudc9byg8i] {
    background-color: #c5c5c5 !important;
    font-weight: bolder;
}

#licenseGrid[b-xudc9byg8i] {
    font-size: small !important;
}

.table-sm td[b-xudc9byg8i], .table-sm th[b-xudc9byg8i] {
    padding: 0.01rem 0.4rem !important;
}

.sticky-header th[b-xudc9byg8i] {
    position: sticky;
    top: 0;
    background: #EBEBEB;
    z-index: 1;
}
/* /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);
}

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;
}

/* Responsive wrapping behavior */
@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;
}
.bold-row[b-7u0rg8qz49] {
    background: #EBEBEB;
    font-weight: bold;
}

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/AramexSalesInvoice.razor.rz.scp.css */
.body-section[b-1j9eis2qts] {
    height: 100vh;
    padding: 50px 0;
}

.table-container[b-1j9eis2qts] {
    max-height: 82vh;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

th[b-1j9eis2qts] {
    position: sticky;
    top: 0;
    background: #EBEBEB; /* Keeps the header background when scrolling */
    z-index: 1;
}

th[b-1j9eis2qts], td[b-1j9eis2qts] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

.table-sm td[b-1j9eis2qts], .table-sm th[b-1j9eis2qts] {
    padding: 0.01rem 0.4rem;
    height: 25px;
    cursor: pointer;
}

tr[b-1j9eis2qts] {
    cursor: pointer;
}

.selected-row[b-1j9eis2qts] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}
/* /Pages/Aramex/SalesInvoice/AramexSalesReport.razor.rz.scp.css */
/* /Pages/Auth/ListBranch.razor.rz.scp.css */
.body-section[b-rd1dvb8uks] {
    height: 100vh;
    padding: 50px 0;
}

.table-container[b-rd1dvb8uks] {
    max-height: 82vh;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

th[b-rd1dvb8uks] {
    position: sticky;
    top: 0;
    background: #EBEBEB; /* Keeps the header background when scrolling */
    z-index: 1;
}

th[b-rd1dvb8uks], td[b-rd1dvb8uks] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

.table-sm td[b-rd1dvb8uks], .table-sm th[b-rd1dvb8uks] {
    padding: 0.01rem 0.4rem;
    height: 25px;
    cursor: pointer;
}

tr[b-rd1dvb8uks] {
    cursor: pointer;
}

.selected-row[b-rd1dvb8uks] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}
/* /Pages/Auth/ListCompany.razor.rz.scp.css */
.body-section[b-qbakf3gqnb] {
    height: 100vh;
    padding: 50px 0;
}

.table-container[b-qbakf3gqnb] {
    max-height: 82vh;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

th[b-qbakf3gqnb] {
    position: sticky;
    top: 0;
    background: #EBEBEB; /* Keeps the header background when scrolling */
    z-index: 1;
}

th[b-qbakf3gqnb], td[b-qbakf3gqnb] {
    white-space: nowrap; /* Prevent text from wrapping */
    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;
}

.selected-row[b-qbakf3gqnb] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}
/* /Pages/Auth/ListCounter.razor.rz.scp.css */
.body-section[b-bcxey0luap] {
    height: 100vh;
    padding: 50px 0;
}

.table-container[b-bcxey0luap] {
    max-height: 82vh;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

th[b-bcxey0luap] {
    position: sticky;
    top: 0;
    background: #EBEBEB; /* Keeps the header background when scrolling */
    z-index: 1;
}

th[b-bcxey0luap], td[b-bcxey0luap] {
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
}

.table-sm td[b-bcxey0luap], .table-sm th[b-bcxey0luap] {
    padding: 0.01rem 0.4rem;
    height: 25px;
    cursor: pointer;
}

tr[b-bcxey0luap] {
    cursor: pointer;
}

.selected-row[b-bcxey0luap] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.body-section[b-gaf4hecu2r] {
    height: 100vh;
    padding: min(20px, 10%);
}

.container[b-gaf4hecu2r] {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: #fff;
    overflow: hidden;

}

.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;

}


[b-gaf4hecu2r] .carousel-item img {
    object-fit: cover;
    height: 100% !important;
    transition: transform 2s ease;
}

[b-gaf4hecu2r] .carousel-item img:hover {
    transform: scale(1.05);
}

[b-gaf4hecu2r] .validation-errors {
    color: red;
    font-size: 14px;
}
/* /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/ListGeneralLedger.razor.rz.scp.css */
.highlight-row[b-a5gu88qsdl] {
    outline: #dc3545 solid 1px;
    background: #f9f3f3;
}
/* /Pages/ChartOfAccount/LedgerOpening/LedgerOpening.razor.rz.scp.css */
#ledger_opening div[b-iqp1mhmt5w] {
    --contentheader-height: 90px;
    --contentfooter-height: 85px;
}

#ledger-info div[b-iqp1mhmt5w] {
    margin-right: 5px;
}

.body-sticky-header[b-iqp1mhmt5w] {
    position: fixed;
    top: var(--pageheader-sticky-height) +30px;
    height: var(--contentheader-height);
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 9;
    margin-bottom: 5px;
}

.body-sticky-footer[b-iqp1mhmt5w] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    position: fixed;
    bottom: 55px;
    height: var(--contentfooter-height);
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 10;
}

.body-content[b-iqp1mhmt5w] {
    position: relative;
    margin-top: calc(var(--pageheader-sticky-height) + var(--contentheader-height) - 20px); /* Push content below the header */
    margin-bottom: calc(var(--pagefooter-height) + var(--contentfooter-height)); /* Push content above the footer */
    height: calc(100vh - calc(var(--pageheader-sticky-height) + var(--contentheader-height)) - calc(var(--pagefooter-height) + var(--contentfooter-height)) - 70px); /* Remaining height between header and footer */
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.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; /* Keeps the header background when scrolling */
    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/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;
}
/* /Pages/Dashboard.razor.rz.scp.css */
ul.horizontal-list[b-b4r2o4maub] {
    list-style-type: none;
    display: flex;
    line-height: 20px;
    padding: 0 0 0 15px;
    margin: 10px 0 0;
}

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 div[b-iy2815wn2q] {
    --contentheader-height: 80px;
    --contentfooter-height: 25px;
}

#ledger-info div[b-iy2815wn2q] {
    margin-right: 8px;
}

.body-sticky-header[b-iy2815wn2q] {
    position: fixed;
    top: var(--pageheader-sticky-height) +30px;
    height: var(--contentheader-height);
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 9;
    margin-bottom: 5px;
}

.body-sticky-footer[b-iy2815wn2q] {
    background-color: white;
    border-top: 1px solid #dee2e6;
    padding: 5px;
    position: fixed;
    bottom: 55px;
    height: var(--contentfooter-height);
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 10;
}

.body-content[b-iy2815wn2q] {
    position: relative;
    margin-top: calc(var(--pageheader-sticky-height) + var(--contentheader-height) - 20px); /* Push content below the header */
    margin-bottom: calc(var(--pagefooter-height) + var(--contentfooter-height)); /* Push content above the footer */
    height: calc(100vh - calc(var(--pageheader-sticky-height) + var(--contentheader-height)) - calc(var(--pagefooter-height) + var(--contentfooter-height)) - 70px); /* Remaining height between header and footer */
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.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] {
    max-height: 60vh;
    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-y: auto;
    overflow-x: hidden;
}

.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-y: auto;
    overflow-x: hidden;
}

.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-y: auto;
    overflow-x: hidden;
}

.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-y: auto;
    overflow-x: hidden;
}

.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;
}

.bold-row[b-o1b6kt6e06]{
    background: #EBEBEB;
}

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/Inventory/BarCodePrint.razor.rz.scp.css */
#barcodeGrid[b-cp2bfj76mu] {
    overflow-x: hidden;
    overflow-y: auto;
}

[b-cp2bfj76mu] .sticky-header {
    position: sticky !important;
    top: 0;
    background: white;
    z-index: 10;
    border-bottom: solid 1px #eaacac;
}

.body-content[b-cp2bfj76mu] {
    height: 250px;
}

.selected[b-cp2bfj76mu] {
    background-color: #757471a6;
    color: white;
}

[b-cp2bfj76mu] .highlight_row {
    outline: #e2a4a4 solid 1px;
    background: #f1f3f5;
    transition: background-color 0.2s ease-in-out;
}

[b-cp2bfj76mu] 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-cp2bfj76mu] td > input {
    border: none !important;
    border-radius: 0;
    text-align: start;
    padding: .1rem;
}

[b-cp2bfj76mu] input:focus {
    border-radius: 2px;
}

.table_disable tr[b-cp2bfj76mu] {
    background-color: #b6a4a4 !important;
}

.selected[b-cp2bfj76mu] {
    background-color: #757471a6;
    color: white;
}


th[b-cp2bfj76mu], td[b-cp2bfj76mu] {
    white-space: nowrap;
    color: #3c4044;
    padding: 0 5px;
    font-weight: 400 !important;
    vertical-align: middle;
}

tr:focus[b-cp2bfj76mu] {
    outline: none;
}

tr[b-cp2bfj76mu] {
    height: 25px;
    font-weight: normal;
}

table tbody tr td[b-cp2bfj76mu] {
    padding: 0 0 !important;
    font-weight: 400 !important;
}

tr[b-cp2bfj76mu] {
    height: 2px;
}


.collapse .show[b-cp2bfj76mu] {
    transition: all 2s ease-in-out;
}

button[aria-expanded="true"] .fa[b-cp2bfj76mu] {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

button[aria-expanded="false"] .fa[b-cp2bfj76mu] {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
/* /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;
}


.body-sticky-header[b-hfqx2nj6h3] {
    margin-bottom: 5px;
}

.body-sticky-footer[b-hfqx2nj6h3] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-hfqx2nj6h3] {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.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;*/
}
/* /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-y: auto;
    overflow-x: hidden;
}

.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-y: auto;
    overflow-x: hidden;
}

.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/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-y: auto;
    overflow-x: hidden;
}

.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/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-backgroud-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-table-outline[b-i1nxajvt51] {
    color: #17a2b8;
    border: #17a2b8 thin solid;
    background: #31353d;
}

.btn-table-outline:hover[b-i1nxajvt51] {
    background: #17a2b8;
    border-color: whitesmoke;
    color: white;
}

.btn-order-printed[b-i1nxajvt51] {
    background-color: #FFA07A;
    color: black;
}

.btn-table-dirty[b-i1nxajvt51] {
    background-color: #778899;
    color: white;
}

[b-i1nxajvt51] .btn-warning {
    background-color: #778899 !important;
    color: white;
}

#table-list .btn:hover[b-i1nxajvt51] {
    border-color: whitesmoke;
}

#restaurant-tables[b-i1nxajvt51]::-webkit-scrollbar {
    display: none;
}


#restaurant-tables[b-i1nxajvt51] {
    margin: 0;
    height: auto;
    width: 18%;
    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;
    scrollbar-width: thin;
}

[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;
}

.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;
    max-width: 315px;
    /*margin: 0 10px;*/
    /*border-radius: 50rem;*/
    /*border: 1px solid #9d9595;*/
    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;
}

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;
}
/* /Pages/Transaction/SalesTransaction/RestaurantBilling/RestaurantTabOrder.razor.rz.scp.css */
body[b-7lpk076c53] {
    background: var(--body-backgroud-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;
}
/* /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/SalesTransaction/SalesInvoice/FrmSalesInvoice.razor.rz.scp.css */
#sales_invoice[b-lyebim23e9] {
    --contentheader-height: 310px;
    --contentfooter-height: 95px;
    scrollbar-width: thin;
    height: 100%;
}

#ledgerSummary div[b-lyebim23e9] {
    margin-right: 8px;
}

.body-sticky-header[b-lyebim23e9] {
    margin-bottom: 5px;
}

.body-sticky-footer[b-lyebim23e9] {
    border-top: 1px solid #dee2e6;
    padding: 5px;
    z-index: 10;
}

.body-content[b-lyebim23e9] {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.switch-slider[b-lyebim23e9] {
    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-lyebim23e9]::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-lyebim23e9]::before {
    transform: translateX(7px);
}


[b-lyebim23e9] .grid_selected_row input {
    /*background-color: #ffffff !important;*/
}

[b-lyebim23e9] .table_disable {
    pointer-events: none;
    /*user-select: none;*/
}
/* /Pages/Transaction/SalesTransaction/SalesInvoice/SalesOtherDetails.razor.rz.scp.css */
.multi-columns[b-j2j05stbe0] {
    column-count: 2; /* or 3, or auto with min-width using column-width */
    column-gap: 2rem; /* space between columns */
}

.item[b-j2j05stbe0] {
    break-inside: avoid;
    margin-bottom: 1rem;
}
/* /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;
}

.highlight-row[b-jwqc5z9lnz] {
    background: #f7f7f7;
}
/* /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;
}

.table-sm td[b-0q5vs1u3ko], .table-sm th[b-0q5vs1u3ko] {
    padding: 0.01rem 0.4rem;
}

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;
}

tr[b-0q5vs1u3ko] {
    height: 30px;
}

th[b-0q5vs1u3ko], td[b-0q5vs1u3ko] {
    height: 30px;
    white-space: nowrap; /* Prevent text from wrapping */
    color: #3c4044;
    align-items: center;
    align-self: center;
}

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;
}

@keyframes flow-b-0q5vs1u3ko {
    0% {
        background-position: 200% 200%;
    }

    100% {
        background-position: -200% -200%;
    }
}
/* /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: 12px;
    color: #1f789a;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
    background: #84a8a8;
    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: initial;
    }
    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;
    }
}
