/* _content/MeherItemCust/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n4gp0hktb3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n4gp0hktb3] {
    flex: 1;
}

.sidebar[b-n4gp0hktb3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


/*.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}*/
.top-row[b-n4gp0hktb3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; /* for absolute centering */
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    padding: 0 1rem;
}

.nav-item[b-n4gp0hktb3] {
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: red;
    transition: transform 0.2s, color 0.2s;
    font-size:14px;
}

    .nav-item:hover[b-n4gp0hktb3] {
        color: #0a58ca;
        transform: scale(1.05);
    }

/*.control-value {*/
    /*font-size: 20px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: red;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;*/
    /*font-family: 'Verdana', Geneva, Tahoma, sans-serif;
    font-size: 17px;*/ /* slightly bigger for attention */
    /*font-weight: bold;
    color: #ff0000;*/ /* bright red */
    /*letter-spacing: 2px;*/ /* space between letters */
    /*text-shadow: 2px 2px 5px rgba(0,0,0,0.3);*/ /* subtle shadow for depth */
    /*transition: all 0.3s ease;*/ /* smooth hover effect */
    /*cursor: pointer;
}*/
.control-value[b-n4gp0hktb3] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Verdana', Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    cursor: default;
    white-space: nowrap;
}

.brand[b-n4gp0hktb3] {
    font-family: 'Verdana', Geneva, Tahoma, sans-serif;
    font-size: 25px; /* slightly bigger for attention */
    font-weight: bold;
    color: #ff0000; /* bright red */
    letter-spacing: 2px; /* space between letters */
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3); /* subtle shadow for depth */
    transition: all 0.3s ease; /* smooth hover effect */
    cursor: pointer;
}

    /*.brand:hover {
        color: #ff4d4d;*/ /* lighter red on hover */
        /*transform: scale(1.1);*/ /* slightly enlarge on hover */
        /*text-shadow: 3px 3px 8px rgba(0,0,0,0.5);
    }*/
    



    .top-row[b-n4gp0hktb3]  a, .top-row[b-n4gp0hktb3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

 /*   .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }*/

    .top-row[b-n4gp0hktb3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-n4gp0hktb3] {
        justify-content: space-between;
    }

    .top-row[b-n4gp0hktb3]  a, .top-row[b-n4gp0hktb3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n4gp0hktb3] {
        flex-direction: row;
    }

    .sidebar[b-n4gp0hktb3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n4gp0hktb3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-n4gp0hktb3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-n4gp0hktb3], article[b-n4gp0hktb3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
.navlink[b-n4gp0hktb3]{
  
}
#blazor-error-ui[b-n4gp0hktb3] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-n4gp0hktb3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MeherItemCust/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ocvmlcyrfk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ocvmlcyrfk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ocvmlcyrfk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ocvmlcyrfk] {
    font-size: 1.1rem;
}

.bi[b-ocvmlcyrfk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ocvmlcyrfk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ocvmlcyrfk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ocvmlcyrfk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ocvmlcyrfk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ocvmlcyrfk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ocvmlcyrfk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ocvmlcyrfk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ocvmlcyrfk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ocvmlcyrfk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ocvmlcyrfk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ocvmlcyrfk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ocvmlcyrfk] {
        display: none;
    }

    .nav-scrollable[b-ocvmlcyrfk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MeherItemCust/Components/Pages/Company.razor.rz.scp.css */
.lbl td[b-rwqose77fr] {
    font-size: 15px;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

/* Hover */
tbody tr:hover[b-rwqose77fr] {
    background-color: #f1f5ff;
}

/* Selected Row */
.selected[b-rwqose77fr],
.selected > td[b-rwqose77fr] {
    background: linear-gradient(90deg, #6c757d, #495057) !important;
    color: white !important;
}

/* Expand animation */
.expand-row[b-rwqose77fr] {
    animation: fadeSlide-b-rwqose77fr 0.25s ease-in-out;
}

@keyframes fadeSlide-b-rwqose77fr {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Child table scroll container */
.child-table-wrapper[b-rwqose77fr] {
    max-height: 200px; /* height adjust kar sakte ho */
    overflow-y: auto;
    border-top: 1px solid #dee2e6;
}

/* Sticky header */
.child-head th[b-rwqose77fr] {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    z-index: 2;
    font-size: 13px;
}

/* Smooth scrolling feel */
.child-table-wrapper[b-rwqose77fr] {
    scroll-behavior: smooth;
}

    /* Optional: scrollbar styling (Chrome / Edge) */
    .child-table-wrapper[b-rwqose77fr]::-webkit-scrollbar {
        width: 6px;
    }

    .child-table-wrapper[b-rwqose77fr]::-webkit-scrollbar-thumb {
        background-color: #adb5bd;
        border-radius: 10px;
    }

    .child-table-wrapper[b-rwqose77fr]::-webkit-scrollbar-track {
        background: #f1f3f5;
    }

html[b-rwqose77fr], body[b-rwqose77fr] {
    height: 100%;
    overflow: hidden;
}

/* Fixed table area */
.table-wrapper[b-rwqose77fr] {
    height: calc(95vh - 110px); /* search + margin adjust */
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

/* Keep table header sticky */
.table thead th[b-rwqose77fr] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
}

/* Smooth scroll */
.table-wrapper[b-rwqose77fr] {
    scroll-behavior: smooth;
}

.toggle-btn[b-rwqose77fr] {
    width: 30px; /* Fixed width */
    height: 30px; /* Fixed height */
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 28px; /* center the symbol */
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px; /* normal rectangle */
    border: 1px solid #0d6efd;
    background-color: white;
    color: #0d6efd;
    transition: background 0.2s, color 0.2s;
}

    .toggle-btn.active[b-rwqose77fr] {
        color: red;
        font-weight: bold;
    }

    .toggle-btn:hover[b-rwqose77fr] {
        background-color: #0d6efd;
        color: white;
    }
.loader-overlay[b-rwqose77fr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Wrapper */
.spinner-wrapper[b-rwqose77fr] {
    position: relative;
    width: 120px;
    height: 120px;
}

/* Rotating circle ONLY */
.spinner-circle[b-rwqose77fr] {
    width: 100%;
    height: 100%;
    border: 6px solid #dce3f1;
    border-top: 6px solid #0d6efd;
    border-radius: 50%;
    animation: spin-b-rwqose77fr 1s linear infinite;
}

/* Fixed text in center */
.spinner-text[b-rwqose77fr] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #0d6efd;
    text-align: center;
    pointer-events: none;
}

/* Rotation animation */
@keyframes spin-b-rwqose77fr {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* _content/MeherItemCust/Components/Pages/NewProduct.razor.rz.scp.css */
.lbl td[b-qpf9idtl2b] {
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

table tr.selected[b-qpf9idtl2b] {
    background-color: #dcdcdc !important; /* light grey for selected row */
}

.table-wrapper[b-qpf9idtl2b] {
    height: calc(93vh - 110px);
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

.loader-overlay[b-qpf9idtl2b] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Wrapper */
.spinner-wrapper[b-qpf9idtl2b] {
    position: relative;
    width: 120px;
    height: 120px;
}

/* Rotating circle ONLY */
.spinner-circle[b-qpf9idtl2b] {
    width: 100%;
    height: 100%;
    border: 6px solid #dce3f1;
    border-top: 6px solid #0d6efd;
    border-radius: 50%;
    animation: spin-b-qpf9idtl2b 1s linear infinite;
}

/* Fixed text in center */
.spinner-text[b-qpf9idtl2b] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #0d6efd;
    text-align: center;
    pointer-events: none;
}

/* Rotation animation */
@keyframes spin-b-qpf9idtl2b {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* _content/MeherItemCust/Components/Pages/Product.razor.rz.scp.css */
.lbl td[b-lp8lzssg49] {
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

table tr.selected[b-lp8lzssg49] {
    background-color: #dcdcdc !important; /* light grey for selected row */
}

.table-wrapper[b-lp8lzssg49] {
    height: calc(93vh - 110px);
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

.loader-overlay[b-lp8lzssg49] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Wrapper */
.spinner-wrapper[b-lp8lzssg49] {
    position: relative;
    width: 120px;
    height: 120px;
}

/* Rotating circle ONLY */
.spinner-circle[b-lp8lzssg49] {
    width: 100%;
    height: 100%;
    border: 6px solid #dce3f1;
    border-top: 6px solid #0d6efd;
    border-radius: 50%;
    animation: spin-b-lp8lzssg49 1s linear infinite;
}

/* Fixed text in center */
.spinner-text[b-lp8lzssg49] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #0d6efd;
    text-align: center;
    pointer-events: none;
}

/* Rotation animation */
@keyframes spin-b-lp8lzssg49 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
